/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Grid collections */
.elementor-element.elementor-element-b8437f7.header_cotainer.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside {
    background-image: linear-gradient(180deg, #344829 0%, #344829 100%);
}
.elementor-element.elementor-element-b8437f7.header_cotainer.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside:hover {
    background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-primary) 100%);
}
.elementor-element.elementor-element-745feab.header_cotainer.elementor-hidden-desktop.elementor-hidden-tablet.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky {
    background-image: linear-gradient(180deg, #344829 0%, #344829 100%);
}
.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.dark-menu, .elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky {
    background: #344829;
}
/* .elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.elementor-sticky.e-lazyloaded{
	background: #344829;
} */
.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside{
	background: #F3EEE7CF;
	backdrop-filter:blur(10px);
}
.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.dark-menu:hover, .elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky:hover{
	background: #F3EEE7CF;
	backdrop-filter:blur(10px);
}
.collection-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.product-box {
	position:relative;
	width:100%;
    height: 500px;
	 --bottom: -100px;
	overflow: hidden !important;
	margin-bottom: 20px;
}

.product-box:hover .box-variations {
    bottom: 0px;
}
.product-box .box-variations{
    bottom: 0;
    transition: .2s ease-in-out;
}

.product-box .box-variations{
    bottom: var(--bottom);
}

.product-box img.product-image {
   	display: block;
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.box-variations {
    display: flex;
    width: 100%;
    position: absolute;
    padding: 10px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    background: #f3eee7bd;
}

.box-variations > .size-options{
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 0;
    flex: 1;
}

.size-options .size-option {
    color: #344829;
    text-align: center;
    text-transform: capitalize;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #344829;
}

.size-options .size-option:hover {
    border: 2px solid #344829;
}
.size-option.selected {
    background: #344829;
    color: #E8DECF;
}

.box-variations > div.btn-add {
	font-family:"Libre Baskerville";
    color: #344829;
    text-align: center;
    padding: 7px 8px;
    width: 150px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #344829;
	font-size:14px;
}

.box-variations > div.btn-add:hover{
    border-width: 2px;
}

.prod-add-to-cart{
	cursor: pointer;
}
.color-options{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex: 1;
}
.color-option img, .color-opt img{
    width: 30px;
    height: 36px;
    object-fit: cover;
    cursor: pointer;
}

.color-option img:hover {
    border: 2px solid #344829;
}
.quick-view-button .quickshop-mb{
    display: none !important;
}
/* ---------------------------------- */

table.variations.cfvsw-variation-disable-logic td.value {
    background: transparent;
}

@media(max-width:991px){
    .close-btn.close-mb{
        display: block;
    }
    .collection-grid {
        grid-template-columns: 1fr 1fr;
    }
    .product-box .box-variations{
        bottom: 0;
        transition: none;
    }
    .quick-view-content {
        width: 100% !important;
    }

    .product-details {
        overflow-y: hidden;
        flex-direction: column;
        min-height: 100vh !important;
        max-height: max-content !important;

    }
    .product-info, .product-image {
        width: 100% !important;
    }

    .product-info {
        padding: 0px 30px 70px 30px !important;
    }
    .product-image {
        display: flex;
        align-items: center;
        overflow: hidden;
        min-height: 450px;
    }
    div#gallery-images {
        display: flex;
        overflow-x: auto;
    }

    div#gallery-images img {
        width: 300px !important;
        height: auto;
        object-fit: cover;
    }
    
    .quick-view-button span.quickshop-mb{
        display: block !important;
    }
}

@media(max-width:552px){
    .product-box{
        height: 300px;
    }
    .product-box img.product-image {
        display: block;
        height: 300px;
        min-height: 300px;
    }

    .quick-view-button.btn-add svg {
        width: 28px;
        height: 28px;
        fill: #344829;
    }

    .box-variations > div.btn-add {
        color: #344829;
        text-align: center;
        padding: 0;
        width: 100%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        border: none;
    }

    .box-variations {
        display: flex;
        width: 100%;
        position: absolute;
        padding: 10px 10px;
        margin: 0 auto;
        flex-direction: row;
        align-items: center;
        background: #e8decf;
        justify-content: space-between;
    }
    .color-options {
        display: none;
    }
    .quick-view-button .quickshop {
        display: none !important;
    }
}

/* ----------------------------------------------- */
/* Modal Quickshop */
/* ----------------------------------------------- */

div#quick-view-modal {
    display: flex;
    /* position: absolute; */
    position: fixed; 
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 999;
    justify-content: flex-end;
}

.quick-view-content {
    width: 50%;
    background: #f3eee7;
    height: 100%;
}

span.close-btn {
    color: #344829;
    font-size: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    font-weight: lighter;
	cursor: pointer;
}
span.close-btn.close-mb {
    display: none;
}
.more-colors-btn{
	color:#344829	
}
#quick-view-modal.hidden{
    display: none;
}

.product-details {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    overflow-y: auto;
    max-height: 100vh !important;
}

.product-info, .product-image {
    width: 50%;
}

.product-info {
    padding: 70px 30px;
    height: 100%;
    color: #344829;
    position: sticky;
    top: 0;
}

.product-details::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.product-details::-webkit-scrollbar-thumb {
    background-color: #344829;
    border-radius: 5px;
}

.product-details::-webkit-scrollbar-track-piece {
    background-color: #cfc8d8;
    width: 6px;
    border-radius: 5px;
}

.product-info h2{
    font-family: "Playfair Display", Sans-serif;
}
.product-info a>h2{
    color: #344829;
}

.product-info .size-options {
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
}

.product-info .size-option {
    border-radius: 4px;
}

.product-info .color-options {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 20px;
}

.product-info .color-option {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-info .color-option img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    margin: 0;
}

.product-info button.add-to-cart-btn {
    width: 100%;
    background: #344829;
    color: #f3eee7;
    border: none;
}

.elementor-menu-cart__main {
    background-color: #e8decf;
}
.cfvsw-swatches-option.cfvsw-label-option {
    border: 1px #2a4427 solid;
    background: transparent;
    color: #2a4427;
}
.cfvsw-swatches-option.cfvsw-image-option {
    background-color: transparent;
    border: 1px solid #2a4427;
}
.elementor-190 .elementor-element.elementor-element-df0c013.elementor-wc-products ul.products li.product .button {
    font-family: "Libre Baskerville";
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid #3d4f32;
    color: #3d4f32;
	padding: 15px 20px 15px 20px !important;
	font-size: 14px;
}

.elementor-190 .elementor-element.elementor-element-df0c013.elementor-wc-products ul.products li.product .button:hover {
    background-color: transparent;
}
.btn-filter .elementor-button.active {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary) !important;
}

.cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled {
    border: 1px #f5f1ec solid ;
}
.cfvsw-swatches-container  .cfvsw-swatches-option.cfvsw-label-option {
	border: 1px #344829 solid ;
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    background: #344829;
    border: none;
    color: #E8DECF;
}
a.reset_variations {
    display: none !important;
}
.woocommerce-variation-availability p.stock.out-of-stock {
    color: #344829;
}
@media(min-width:768px){
		.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.swiper-initialized).rtwpvg-thumbnail-columns-4 .swiper-wrapper, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.swiper-initialized).rtwpvg-thumbnail-columns-4 .swiper-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.elementor-element.e-con-full.dark-section.e-flex.e-con.e-parent.e-lazyloaded {
		overflow-y: auto;
		height: 100vh;
	}

	.dark-section.main-box-product .elementor-element.elementor-element-2c873f22.e-con-full.e-flex.e-con.e-child {
		flex: 1;
		height: 100vh;
		position: sticky;
		top: 0;
		overflow-y: auto;
	}
	.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
		opacity: 1;
	}
	.elementor-element.elementor-element-54679910.e-con-full.dark-section.main-box-product.e-flex.e-con.e-parent.e-lazyloaded::-webkit-scrollbar {
		width: 0px;
		border-radius: 0px;
	}
	.elementor-element.elementor-element-54679910.e-con-full.dark-section.main-box-product.e-flex.e-con.e-parent.e-lazyloaded::-webkit-scrollbar-thumb {
		border-radius: 0px;
	}
	.elementor-element.elementor-element-54679910.e-con-full.dark-section.main-box-product.e-flex.e-con.e-parent.e-lazyloaded::-webkit-scrollbar-track-piece { 
		width: 0px;
	}

	.dark-section.main-box-product .elementor-element.elementor-element-2c873f22.e-con-full.e-flex.e-con.e-child::-webkit-scrollbar {
		width: 0px;
	}
	.dark-section.main-box-product .elementor-element.elementor-element-2c873f22.e-con-full.e-flex.e-con.e-child::-webkit-scrollbar-thumb {
		border-radius: 0px;
	}
	.dark-section.main-box-product .elementor-element.elementor-element-2c873f22.e-con-full.e-flex.e-con.e-child::-webkit-scrollbar-track-piece {
		width: 0px;
	}
	.woocommerce ul.products li.product a img {
		width: 100%;
		height: 530px;
		display: block;
		margin: 0 0 1em;
		box-shadow: none;
		object-fit: cover;
	}
}

@media(max-width:767px){
	.woocommerce ul.products li.product a img {
		height: 460px;
		object-fit: cover;
	}	
}
@media(max-width:576px){
	.woocommerce ul.products li.product a img {
		height: 260px;
		object-fit: cover;
	}	
}

.custom-cart-button {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

.custom-cart-button .cart-count {
    background-color: #344829;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    padding: 0px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: Sans-serif;
    font-weight: bold;
}
span.cart-text svg {
    width: auto;
    height: 20px;
}

.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects span.cart-text svg .cls-1 {
    fill: #344829;
}

.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside:hover span.cart-text svg .cls-1, .elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky:hover span.cart-text svg .cls-1, .elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky:hover span.cart-text svg .cls-1 {
    fill: #344829;
}
.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects .custom-cart-button .cart-count{
	background-color: #344829;
	color:#E8DECF;
}
.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.dark-menu .custom-cart-button .cart-count, .elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky .custom-cart-button .cart-count{
	background-color: #E8DECF;
	color:#344829;
}
.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-section--handles-inside.dark-menu span.cart-text svg .cls-1{
    fill: #E8DECF;
}

.elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside:hover .custom-cart-button .cart-count, .elementor-element.elementor-element-3ace282.mega-menu.e-flex.e-con-boxed.e-con.e-parent.dark-menu.e-lazyloaded.elementor-sticky:hover .custom-cart-button .cart-count {
	background-color: #344829;
	color:#E8DECF;
}
.rtwpvg-thumbnail-image.swiper-slide:first-child {
    display: none !important;
}

.main-product-box .product-name{
    color: #344829;
    font-family: "Libre Baskerville", Sans-serif;
    font-size: 18px;
    margin-top: 30px;
}

.woocommerce-info,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title,
.woocommerce-customer-details address,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td{
    color: #344829;
}
.woocommerce-info::before {
    color: #1e85be;
    content: "";
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0;
}
ul.wpc-filters-ul-list.wpc-filters-checkboxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
a.wpc-filter-link {
    color: #344829;
}
body .wpc-filters-main-wrap li.wpc-term-item {
	margin-bottom: 5px;
}
.widget-title.wpc-filter-title {
    color: #344829;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville';
}

a.product-link {
    color: #344829;
    text-align: left;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.quick-view-content{
    position:relative;
}
#loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    color: #333;
}
#loading-spinner.hidden {
    display: none;
}

.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
	max-height: 100%;
}	

a.added_to_cart.wc-forward {
    color: #344829;
}