/*
 Theme Name:   Swiss Delight Child
 Template:     swissdelight
 Version:      1.0.0
*/

/* === Child theme custom CSS starts below === */

/********************** Header Changes **********************/
/* Top Bar */
#qodef-top-area #qodef-top-area-inner .header-top-section {
	justify-content: end;
	max-width: 1600px;
	margin: 0 auto;
}

#qodef-top-area #qodef-top-area-inner .header-top-section .wholesale-login-btn {
	background: var( --e-global-color-primary);
	padding: 8px 14px;
	color: white;
}

#qodef-top-area #qodef-top-area-inner .header-top-section .wholesale-login-btn a {
	color: white;
}

#qodef-top-area #qodef-top-area-inner .header-top-section .wishlist-header {
	font-size: 26px !important;
	position: relative;
}

#qodef-top-area #qodef-top-area-inner .header-top-section .wishlist-count {
	background: var( --e-global-color-primary);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px !important;
	position: absolute;
	top: -2px;
	right: -5px;
}

#qodef-top-area #qodef-top-area-inner .header-top-section .cart-header {
	font-size: 26px !important;
	position: relative;
}

#qodef-top-area #qodef-top-area-inner .header-top-section .cart-count {
	background: var( --e-global-color-primary);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px !important;
	position: absolute;
	top: -2px;
	right: -5px;
}


@media(min-width: 1024px) {
	.is-search-form.is-form-style.is-form-style-3.is-form-id-15279 {
		display: none;
	}
}

#qodef-top-area {
	border-bottom: 1px solid #ddd;
}

#qodef-top-area #qodef-top-area-inner .header-top-section {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
	gap: 30px;
}

#qodef-page-header #qodef-page-header-inner {
	flex-direction: column;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#qodef-page-header #qodef-page-header-inner .qodef-divided-header-left-wrapper {
	display: none;
}

#qodef-page-header #qodef-page-header-inner .qodef-header-logo-link {
	height: 100px;
	max-width: max-content;
	margin: 0 auto;
	padding-block: 10px;
}

#qodef-page-header #qodef-page-header-inner .qodef-divided-header-right-wrapper nav {
	position: static;
}

#qodef-page-header #qodef-page-header-inner .qodef-divided-header-right-wrapper {
	justify-content: center;
	padding-bottom: 15px;
}

#qodef-page-header #qodef-page-header-inner .qodef-divided-header-right-wrapper .qodef-header-navigation {
	width: 100%;
}

#qodef-page-header #qodef-page-header-inner .qodef-divided-header-right-wrapper nav > ul {
	right: unset;
	width: 100%;
	display: flex;
	justify-content: space-between;
	white-space: unset !important;
	max-width: 1600px;
	margin: 0 auto !important;
}

#qodef-page-header #qodef-page-header-inner .qodef-divided-header-right-wrapper nav ul li {
	margin-inline: 0 !important;
}



/* Sticky */
.qodef-header--sticky-display .qodef-header-sticky {
	height: unset !important;
}

.qodef-header--sticky-display .qodef-header-sticky .qodef-header-sticky-inner {
	flex-direction: column;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.qodef-header--sticky-display .qodef-header-sticky .qodef-header-sticky-inner .qodef-divided-header-left-wrapper {
	display: none;
}

.qodef-header--sticky-display .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-logo-link {
	height: 100px;
	max-width: max-content;
	margin: 0 auto;
	padding-block: 10px;
}

.qodef-header--sticky-display .qodef-header-sticky .qodef-header-sticky-inner .qodef-divided-header-right-wrapper nav {
	position: static;
}

.qodef-header--sticky-display .qodef-header-sticky .qodef-header-sticky-inner .qodef-divided-header-right-wrapper {
	justify-content: center !important;
	padding-bottom: 15px;
}

.qodef-header--sticky-display .qodef-header-sticky .qodef-header-sticky-inner .qodef-divided-header-right-wrapper nav > ul {
	right: unset;
	white-space: unset !important;
}


/* Responsive */

@media(max-width: 1440px){
	#qodef-page-header #qodef-page-header-inner{
		padding-inline: 15px;
	}
}

#qodef-page-mobile-header {
	height: 85px;
}

@media(min-width: 1024px) and (max-width: 1260px){
	#qodef-page-header #qodef-page-header-inner .qodef-divided-header-right-wrapper nav > ul{
		gap: 20px !important;
	}
	
	#qodef-page-header #qodef-page-header-inner .qodef-divided-header-right-wrapper nav > ul li{
		text-align: center !important;
	}
}






/********************** Breadcrumb Changes **********************/

.custom-breadcrumb .breadcrumbs{
	max-width: 1400px;
	margin: 15px auto;
}

.page-id-30 #customer_login .show-password-input{
    visibility:hidden;
}



/********************** Product Modal And Quick Functions **********************/

.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist {
	margin: 0 !important;
}

.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist::after {
	content: none;
}

.qodef-woo-product-image-inner .add_to_cart_button::before {
    content: ""; /* Ionicons icon code */
    font-family: Ionicons;
    color: #241c10;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 4px;
}


.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a{
	position: static !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: unset !important;
	width: unset !important;
}

.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	position: static !important;
	line-height: unset !important;
	display: block !important;
	width: 36px;
	height: 36px;
}

.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-wishlistaddedbrowse{
	width: 36px !important;
}

.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-wishlistaddedbrowse .feedback{
	position: relative !important;
	width: 36px !important;
}

.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-wishlistaddedbrowse .feedback svg{
	position: absolute !important;
	width: 20px !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%) !important;
}

.qodef-woo-product-image .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a svg {
	margin: 0 !important;
	width: 20px !important;
}

.qodef-woo-product-image-inner .add_to_cart_button,
.qodef-woo-product-image-inner .yith-wcqv-button{
	position: relative !important;
}

.qodef-woo-product-image-inner .add_to_cart_button::before {
    content: "\f3f8" !important; 
    font-family: "Ionicons" !important;
    color: #241c10 !important;
    position: absolute!important;
    left: 50% !important;
	top: 50% !important;
    transform: translate(-50%,-50%) !important;
    display: block !important;
    font-size: 20px !important;
}

.qodef-woo-product-image-inner .yith-wcqv-button::before {
    content: "\f4a5" !important; 
 	font-family: "Ionicons" !important;
    color: #241c10 !important;
    position: absolute!important;
    left: 50% !important;
	top: 50% !important;
    transform: translate(-50%,-50%) !important;
    display: block !important;
    font-size: 20px !important;
}


/* Modal */

#yith-quick-view-modal .product.type-product{
	justify-content: space-evenly;
	display:grid !important;
	grid-template-columns:1fr 1fr !important;
	padding: 15px !important;
}

#yith-quick-view-modal .product.type-product .variations .reset_variations {
    display: none !important;
}

#yith-quick-view-modal .product.type-product .woocommerce-main-image img{
	object-fit: contain !important;
	width:100% !important;
}

#yith-quick-view-modal .product.type-product .product_title.entry-title{
    font-size:30px !important;
    line-height:40px !important;
}

#yith-quick-view-modal .product.type-product .variations{
	margin-bottom: 10px;
}

#yith-quick-view-modal .product.type-product .woocommerce-variation-description{
	margin-bottom: 16px;
}

#yith-quick-view-modal .product.type-product button[type="submit"]{
	padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
}

#yith-quick-view-modal .product.type-product .variations th{
	text-align: center !important;
}

#yith-quick-view-modal .product.type-product .variations .reset_variations{
	margin-block: 8px 0 !important;
}

#yith-quick-view-modal .product.type-product .variations td.value:has(select option:checked:not([value=""])) .reset_variations {
    display: inline-block !important;
}

#yith-quick-view-modal .product.type-product .variations_button{
	display: flex !important;
	margin-block:10px 10px !important;
	align-items: center !important;
}

#yith-quick-view-modal .product.type-product .qodef-quantity-input{
	margin: 0 !important;
}

@media(max-width: 767px){
	#yith-quick-view-modal .product.type-product .summary.entry-summary{
		padding-inline: 0 !important;
	}
	#yith-quick-view-modal .product.type-product{
        grid-template-columns:1fr !important;    
    }    
}

.qodef-woo-product-list .product.type-product .qodef-woo-product-content .button.yith-wcqv-button{
	margin-top: 16px !important;
}

@media(min-width:576px){
.qodef-woo-product-list .qodef-woo-product-inner .qodef-woo-product-image img{
	height: 340px;
	object-fit: contain;
}
}


/* Bulk Product */

.wholesale-btn.bulk-product a{
    margin:0 auto !important;
}


.bulk-product-page .widget-image-caption.wp-caption-text{
	font-size: 20px !important;
	margin-block: 8px !important;
	font-weight: 800;
}



/* Wholesale Button */

.custom-wholesale-title{
	margin-block: 18px !important;
	font-family: Cormorant, serif;
    text-transform: capitalize;
    font-weight: 400;
    color: #241c10;
    font-size: 33px;
    line-height: 1.03em;
    font-weight: 000;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.wholesale-btn a{
	background: #5c3925 !important;
	transition: all 0.4s ease;
    width: 100%;
    display: block;
    color: white !important;
    text-align: center;
    padding: 10px 15px;
    width:100% !important;
    max-width:300px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
	&:hover{
		background: #241c10;
		text-decoration: underline !important;
	}
}

/* Mobile Bottom Navigation */

@media (max-width: 1024px) {
    #qodef-top-area {
        height: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    .header-top-section {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        padding: 5px 0 !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        z-index: 99999 !important;
		border-top: 2px solid #7B3F00 !important;
    	box-shadow: 0 -4px 12px rgba(123,63,0,0.18) !important;
    }

    .header-top-section a {
        color: #000 !important;
        text-decoration: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        line-height: 0 !important;
        position: relative !important;
        font-size: 0 !important;
        gap: 3px !important;
    }

    .header-top-section a i {
        font-size: 20px !important;
        color: #000 !important;
        line-height: 1 !important;
    }
	
	#qodef-back-to-top{
		bottom: 70px !important;
	}

    .header-account::after,
    .header-wishlist::after, 
    .header-cart::after,
    .wholesale-login-btn a::after {
        font-size: 12px !important;
        color: #000 !important;
        margin-top: 4px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
    }

    .header-account::after {
        content: "Account" !important;
    }

    .header-wishlist::after {
        content: "Wishlist" !important;
    }

    .header-cart::after {
        content: "Cart" !important;
    }

    .wholesale-login-btn {
        background: transparent !important;
    }

    .wholesale-login-btn a {
        position: relative !important;
    }

    .wholesale-login-btn a::before {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
        content: "\f54e" !important;
        font-size: 20px !important;
        color: #000 !important;
        display: block !important;
        line-height: 1 !important;
    }

    .wholesale-login-btn a::after {
    	content: "Login" !important;
        max-width: 62px;
        text-align: center;
        margin: 0 auto;
        line-height: 14px !important;
    }

    .cart-count,
    .wishlist-count {
        position: absolute !important;
        top: -4px !important;
        right: -10px !important;
        background: #7B3F00 !important;
        color: #fff !important;
        width: 16px !important;
        height: 16px !important;
        font-size: 10px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 50% !important;
    }
}


/* Single Page Add to cart */
#qodef-page-inner .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
#qodef-page-inner .entry-summary .yith-wcwl-add-to-wishlist {
	text-align: left !important;
	display: flex !important;
	justify-content: start !important;
}

#qodef-page-inner .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse{
	width: 100% !important;
	flex-direction: row !important;
	gap: 20px !important;
}
#qodef-page-inner .entry-summary .yith-wcwl-add-to-wishlist a{
	background: #5c3925;
    transition: all 0.4s ease;
    width: 100%;
    display: block;
    color: white !important;
    text-align: center;
	max-width: max-content;
    padding:8px 16px;
	border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
}

#qodef-page-inner .entry-summary .yith-wcwl-add-to-wishlist a svg{
	fill: white !important;
	color: white;
}

/* Entry Page title Design */
.qodef-page-title.qodef-title--standard .qodef-m-title{
	font-family: Cormorant, serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #241c10;
    font-size: 70px;
    line-height: 1.1 !important;
    letter-spacing: .02em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (min-width: 1441px) {
    .custom-breadcrumb .breadcrumbs{
        width: 1400px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .custom-breadcrumb .breadcrumbs{
        width: 960px !important;
    }
}

 #qodef-page-inner{
    padding-top:30px;
}

.qodef-page-title {
	background: #fafafa;
	padding-block: 30px;
	height: unset !important;
}

.qodef-page-title .entry-title{
	margin-block: 0 !important;
}

.qodef-page-title .custom-breadcrumb .breadcrumbs{
	margin-bottom: 0 !important;
}

.archive .woocommerce-products-header .cat-custom-title,
.single-product .summary.entry-summary .qodef-woo-product-title.product_title.entry-title{
    font-family: Cormorant, serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #241c10;
    font-size: 48px;
    line-height: 1.1 !important;
    text-transform:capitalize !important;
    letter-spacing: .02em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    
@media(max-width:767px){
    .qodef-page-title.qodef-title--standard .qodef-m-title{
        font-size:44px !important;
        line-height:1.1 !important;
    }
    .custom-breadcrumb .breadcrumbs{
        width:82% !important;
    }
    .archive .woocommerce-products-header .cat-custom-title,
    .single-product .summary.entry-summary .qodef-woo-product-title.product_title.entry-title{
        font-size:42px !important;
    }
}

.single-product .product .qodef-content-grid .qodef-woo-single-inner{
    display: grid !important;
	grid-template-columns: 50% 50% !important;
}

@media(max-width: 1024px){
	.single-product .product .qodef-content-grid .qodef-woo-single-inner{
		grid-template-columns: 100% !important;
	}	
}


/* Foote CTA CHanges */
footer #qodef-page-footer-top-area-inner {
	padding-top: 30px !important;
}

footer .cta-wrap {
	width: 100%;
	max-width: 1440px;
	margin: 70px auto 40px auto;
	padding: 0 20px;
}

footer .cta-wrap .cta-panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #5C3925;
	border-radius: 18px;
	padding: 22px 26px;
	gap: 18px;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0.05);
}

footer .cta-wrap .cta-left {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
}

footer .cta-wrap .cta-text h2 {
	margin: 0;
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize !important;
	line-height: 1.2;
}

footer .cta-wrap .cta-action {
	display: flex;
	align-items: center;
	gap: 12px;
}

footer .cta-wrap .cta-note {
	font-size: 13px;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.65);
}

footer .cta-wrap .cta-btn {
	background: #fff;
	color: #0b0b0b;
	padding: 18px 18px;
	border-radius: 12px;
	font-size: 22px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
	transition: 0.2s ease;
	line-height: 1;
}

footer .cta-wrap .cta-btn svg {
	width: 24px;
	height: 24px;
}

footer .cta-wrap .cta-btn:hover {
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
	transform: translateY(-1px);
}

@media (max-width: 992px) {
	footer .cta-wrap .cta-panel {
		flex-direction: column;
		align-items: center;
		padding: 18px;
		text-align: center;
	}

	footer .cta-wrap .cta-action {
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}

	footer .cta-wrap .cta-note {
		display: none;
	}

	footer .cta-wrap .cta-btn {
		width: auto;
		margin: 0 auto;
	}
}


@media (max-width: 767px) {
	footer#qodef-page-footer {
		margin-bottom: 65px !important;
	}
	footer .cta-wrap .cta-text h2 {
		margin: 0;
		font-size: 34px;
		font-weight: bold;
		color: #fff;
		text-transform: capitalize !important;
		line-height: 1.2;
	}
	footer .cta-wrap .cta-btn {
		padding: 14px !important;
		font-size: 20px;
	}
	footer .cta-wrap {
		margin-block: 40px !important;
	}

	footer #qodef-page-footer-top-area-inner {
		padding-top: 0 !important;
	}

	footer .cta-wrap .cta-panel {
		gap: 10px !important;
	}
}

.page-shop-custom-css .products.columns-4 .product-category .woocommerce-loop-category__title{
	width: max-content !important;
    font-size: 26px;
    font-weight: 600;
    padding-inline: 10px;
}

.page-shop-custom-css .products.columns-4 {
	display: grid !important;
	gap: 25px !important;
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr) )!important;
}

.page-shop-custom-css .products.columns-4 .product-category{
	width: 100% !important;
	padding: 0 !important;
	height: 100% !important;
	margin: 0 !important;
}

.page-shop-custom-css .products.columns-4 .product-category a{
	height: 100% !important;
}

.page-shop-custom-css .products.columns-4 .product-category img{
	height: 100% !important;
}
/* read more/ read less */
#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
    margin-bottom: 50px !important;
}
.read-more-content {
    display: none;
    font-size: 16px !important;
}
.read-more-button {
    cursor: pointer;
    font-family: Heebo, sans-serif !important;
}
.read-more-button:hover{
    color:#fff !important;
    background-color: #5c3925 !important;
}
.read-more-button:focus{
    color:#fff !important;
    background-color: #5c3925 !important;
}
.read-more-section .cat-custom-title {
    font-family: Cormorant, serif;
    /*text-transform: uppercase;*/
    font-weight: 400 !important;
    color: #241c10;
    font-size: 48px;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
    letter-spacing: .02em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.read-more-section p{
    font-family: Heebo, sans-serif !important;
    font-size: 16px !important;
}

.read-more-section h3 {
    font-family: Cormorant,serif;
    text-transform: capitalize !important;
    font-weight: 400;
    color: #241c10;
    font-size: 38px;
    line-height: 1.1em;
    letter-spacing: .02em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.read-more-section h2{
    font-family: Cormorant,serif;
    text-transform: capitalize !important;
    font-weight: 400;
    color: #241c10;
    font-size: 42px;
    line-height: 1.1em;
    letter-spacing: .02em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.category-read-more {
    padding-bottom: 30px;
}
.category-read-more li{
 list-style-type: disclosure-closed !important;
}
.cfm-list li p{
  margin: 0;
  padding-left: 18px; /* indentation */
  text-align: justify;
}
/* wholesale / Account button */
.wholesale-login-btn {
    display: none;
}
/*.user-header {*/
/*    display: none;*/
/*}*/
.single-product .wholesale-btn{
    display: none;
}