/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.14.1738141567
Updated: 2025-01-29 09:06:07

*/

/*---------Header-------*/
.site-header-section-right-center {
    flex-grow: 1;
    justify-content: flex-end;
}
.drawer-header {
    background: #CBB8AC;
}
.popup-drawer .drawer-content {
    padding: 0;
    background: #CBB8AC;
}
#mobile-menu .current-menu-item a:not(ul.sub-menu.show-drawer.active.pop-animated a) {
	background: #000 !important;
	color: #fff !important;
}

#mobile-menu .current-menu-item > a {
	background: #000 !important;
	color: #fff !important;
}

#mobile-menu .sub-menu.show-drawer.active.pop-animated a {
	background: initial !important;
	color: initial !important;
}


/*---------End Header-------*/
/*------Footer------*/
footer h2, footer h5 {
    color: #000;
    text-transform: capitalize !important;
}
footer h5 a:hover {
	text-decoration: none;
}


.custom-social-icons {
    text-align: left;
    margin: 20px 0;
}
.custom-social-icons a {
   display: inline-block;
   margin: 0 10px;
}
.custom-social-icons a:first-child {
    margin-left: 0;
}       
.custom-social-icons a img {
    height: 40px;
    width: 40px;
}

/*----Footer Contact Form----*/

.footer-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    max-width: 400px;
}
.email-field {
    width: 65%;
}
.email-field input {
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.btn-div {
    width: 20%;
}
.btn-div p, .email-field p {
    margin: 0;
}
.btn-div input.wpcf7-form-control.wpcf7-submit.has-spinner{
    border: 1px solid #000;
    border-radius: 0px !important;
    background: #000;
    color: #fff;
	width: 100%;
	padding: 5px 10px;
}
.btn-div .wpcf7-submit {
font-family: FontAwesome !important;
}
.page-id-52 .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-left: 10px;
}

/*------End Footer------*/


/*----Search Archive Page---*/
h2.entry-title a:hover{
	color: #000;
}
/*----End Search Archive Page---*/
.cat-card .elementor-image-box-img img {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    min-height: 444px;
}

.custom-product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	justify-content: space-between;
}

.category-item {
    text-align: center;
    width: calc(33.33% - 20px);
    border-radius: 10px;
    padding-bottom: 20px;
    background: #fff;
}
.category-item a:hover {
	color: #1a202c;
}
.category-item img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 10px;
    object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.shop-now-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000;
}
.shop-now-button:focus {
    color: inherit;
    outline: none;
	background-color: #000;
	color: #fff;
}
.shop-now-button:hover {
    background-color: #000;
    color: #fff !important;
}

ul.tab-titles {
    justify-content: center;
}
.custom-product-tabs {
    margin: 0;
}

.tab-titles {
    list-style: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}

.tab-titles li {
    padding: 10px 20px;
    background: #f1f1f1;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

.tab-titles li.active {
    background: #fff;
    border-bottom: none;
}

.tab-content {
    display: none;
    border: none;
    padding: 0;
}
.tab-content.active {
    display: flex;
    flex-wrap: wrap;
}

.products {
    list-style: none;
    padding: 0;
}

.products li {
    margin: 10px 0;
}



/*Shop By Category*/
.tab-titles li {
    padding: 10px 20px;
    margin-right: 5px;
    font-size: 20px;
    color: #000;
    background: transparent;
    border: none;
}
.tab-titles li.active {
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
}
.tab-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.subcategory.subcategory-1 {
    width: 59%;
	flex-grow: 1;
}
.subcategory.subcategory-2 {
    width: 39%;
	flex-grow: 1;
}
.subcategory.subcategory-3,.subcategory.subcategory-4{
	width: 50%;
	flex-grow: 1;
}
.subcategory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
}

.subcategory img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 0px;
	object-fit: cover;
	border-radius: 10px;
}
.single-content ul, .single-content ol {
    margin: 0 0 var(--global-md-spacing);
    padding-left: 0;
}
.subcategory-left {
    width: 100%;
}
.subcategory.subcategory-3 {
    width: 39%;
	flex-grow: 1;
}
.subcategory.subcategory-4 {
    width: 59%;
	flex-grow: 1;
}
/* Styling for the 'View Products' button */
.view-products-button {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.view-products-button:hover {
    background-color: #005bb5;
}
.tab-content.active {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.subcategory-right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0 !important;
    text-align: left;
    padding-left: 20px;
    background: #02020230;
    height: 100%;
    padding-top: 10px;
	border-radius: 10px;
}
.subcategory {
    position: relative;
}
.subcategory-right h3 {
    color: #fff;
    margin-bottom: 0;
}
.tab-content .subcategory:nth-child(n+5) {
  display: none;
}
.category-item:nth-child(n+4) {
  display: none;
}
.subcategory-right a {
    background: none;
    padding: 0;
	position: relative;
}
.subcategory-right a:hover {
    background: none;
    padding: 0;
}
.subcategory-right a:after {
    content: "\f101";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	top: -1px;
	right: -20px;
}
.tab-content {
    display: none;
}

/*-------------Posts Slider-----------*/
		.featured-story-slider .swiper {
            width: 100%;
            padding: 20px 0;
        }

        .featured-story-slider .swiper-slide {
            position: relative;
            overflow: hidden;
            min-height: 400px;
            background-size: cover;
            background-position: center;
			height: 500px;
			border-radius: 10px;
        }

        .featured-story-slider .swiper-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
            z-index: 1;
        }

        .featured-story-slider .swiper-content {
            position: absolute;
            bottom: 50px;
            left: 30px;
            right: 30px;
            z-index: 2;
            color: #fff;
        }
		.featured-story-slider .swiper-content h3 {
			color: #fff;
			margin-bottom: 0px;
		}
        .featured-story-slider .swiper-button {
            display: inline-block;
            margin-top: 0px;
            transition: all 0.3s ease;
			color: #fff;
			position: relative;
        }
		.featured-story-slider a.swiper-button:after {
			content: "\f101";
			position: absolute;
			font-family: "Font Awesome 5 Free";
			top: 3px;
			right: -23px;
		}
		.featured-story-slider .swiper-button-prev,.swiper-button-next,
		.bestSeller .swiper-button-prev, .bestSeller .swiper-button-next{
			color: #000 !important;
		}	
		.featured-story-slider span.swiper-pagination-bullet,
		.bestSeller span.swiper-pagination-bullet{
			background: #fff;
			height: 15px;
			width: 15px;
		}
		.featured-story-slider .swiper-pagination-bullet-active,
		.bestSeller .swiper-pagination-bullet-active{
			background: #cbb8ac;
			height: 15px;
			width: 15px;
		}
       .featured-story-slider .swiper-button-next:after, .featured-story-slider .swiper-button-prev:after,
	   .bestSeller .swiper-button-next:after, .bestSeller .swiper-button-prev:after{
			font-size: 20px !important;
		}
		.featured-story-slider .swiper-pagination {
			position: absolute;
			text-align: center;
			transition: .3s opacity;
			transform: translate3d(0,0,0);
			z-index: 10;
			bottom: 30px !important;
		}

		.featured-story-slider .swiper-button-next, .featured-story-slider .swiper-button-prev,
		.bestSeller .swiper-button-next, .bestSeller .swiper-button-prev{
		       background: #cbb8ac !important;
				height: 40px !important;
				width: 40px !important;
				transition: all .6s ease-in-out;
				position: relative;
				z-index: 2;
				position: absolute;
		}
		.featured-story-slider .swiper-button-next:hover, .featured-story-slider .swiper-button-prev:hover,
		.bestSeller .swiper-button-next:hover, .bestSeller .swiper-button-prev:hover{
			background: #000 !important;
			color: #fff !important;
		}
		.img-center img{ margin: 0 auto; }

       


/*------------Header Text SLider-----------*/     
header .swiper-slide {
	text-align: center;
    font-size: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 20px;
    background: #cbb8ac;
    padding: 10px 0px!important;
    border-radius: 0px;
    box-shadow: none !important;
	color: #000;
    font-weight: 500;
}
header .text-slider {
    height: auto;
    width: 100%;
    max-width: 1400px !important;
    overflow: hidden;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
header .swiper-button-next, header .swiper-button-prev {
	
}
header .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
	display: none !important;
}
header .swiper-button-next, header .swiper-button-prev {
		       background: #cbb8ac !important;
				height: 40px !important;
				width: 40px !important;
				transition: all .6s ease-in-out;
				position: relative;
				z-index: 2;
				position: absolute;
		}
header .swiper-button-next:after, header .swiper-button-prev:after {
			font-size: 20px !important;
	color: #000;
		}
header .swiper-pagination{
	display: none !important;
}



/*----Best Sller Section CSS-----*/
.bestSeller .home-featured-product {
        width: 100%;
        padding: 0px;
    }
    .bestSeller .featured-product-item {
		text-align: center;
		padding: 15px;
		background: #fff;
		border-radius: 10px;
	}
    .bestSeller .featured-product-item img {
		width: 100%;
		min-height: 250px;
		margin-bottom: 10px;
		object-fit: cover;
		object-position: center;
	}
    .bestSeller .featured-product-item h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bestSeller .featured-product-item .price {
        font-weight: bold;
        color: #333;
        display: block;
        margin-bottom: 10px;
    }
   
	.bestSeller .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		display: none;
	}
    .woocommerce .woocommerce-message .button{
		display: inline-block;
		padding: 8px 15px;
		text-decoration: none;
		background-color: #000;
		color: #fff !important;
		border: 1px solid #000;
		border-radius: 0;
	}
  .woocommerce .woocommerce-message .button:hover{
	border: 1px solid #000;
	color: #000 !important;
	background-color: transparent;
}
.bestSeller .featured-product-item .add-to-cart {
    padding: 0;
    border-radius: 0;
    color: #fff !important;
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 10px;
}
.bestSeller .featured-product-item .add-to-cart a.added_to_cart.wc-forward {
    color: #000;
}
.bestSeller .featured-product-item .add-to-cart a.added_to_cart.wc-forward:hover {
    color: #000;
}
.bestSeller .featured-product-item .add-to-cart:hover{
	background-color: transparent;
	color: #000 !important;
}
.woocommerce div.product form.cart .button{
	display: inline-block;
		padding: 0px 15px;
		text-decoration: none;
		background-color: #000;
		color: #fff !important;
		border: 1px solid #000;
		border-radius: 0;
}
.woocommerce div.product form.cart .button:hover{
	border: 1px solid #000;
	color: #000 !important;
	background-color: transparent;
}
/*---End Best Seller Section CSS---*/



/*-------Cart Page, Checkout Page Archive Page----------*/
#cart-drawer.popup-drawer .drawer-content {
    padding: 20px;
}
.drawer-inner a.button.checkout.wc-forward {
    border: 1px solid #000;
    border-radius: 0;
    background: #000;
    color: #fff;
}
.drawer-inner a.button.checkout.wc-forward:hover {
	background: transparent;
    color: #000;
}
div#inner-wrap {
    background: #F5EFEA;
}
.wc-block-components-sidebar {
    padding: 0 10px;
}

.page-id-51 .entry-content.single-content {
    padding: 0 10px;
}
.woocommerce-js .entry-hero-container-inner, .page-id-51 .entry-hero-container-inner, .page-id-52 .entry-hero-container-inner, .post-type-archive-product .entry-hero-container-inner, .archive .entry-hero-container-inner {
    background: #cbb8ac !important;
}
.page-id-51 .entry-hero-container-inner h1, .page-id-52 .entry-hero-container-inner h1, .post-type-archive-product .entry-hero-container-inner h1, .archive .entry-hero-container-inner h1, .woocommerce-js .entry-hero-container-inner h1 {
    color: #000 !important;
    font-family: 'Lato';
    font-weight: 700;
}
.page-id-51 #post-51 .entry-content-wrap, .page-id-52 #post-52 .entry-content-wrap {
    padding: 0;
}
.page-id-51 .wc-block-cart__submit-container a {
    border: 1px solid #000;
    background: #000;
    color: #fff;
	transition: all .3s ease-in-out;
}
.page-id-51 .wc-block-cart__submit-container a:hover {
    border: 1px solid #000;
    background: Transparent;
    color: #000;
}
.page-id-52 .wc-block-checkout__actions_row button {
    border: 1px solid #000;
    border-radius: 0;
}
.page-id-52 .wc-block-checkout__actions_row button:hover {
    border: 1px solid #000;
    border-radius: 0;
	color: #000;
	background: transparent;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	color: #fff;
    background: #000;
    padding: 10px 20px;
	border: 1px solid #000;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover{
	color: #000;
	background: transparent;
}
.page-id-52 .wc-block-checkout__actions_row a {
    color: #fff;
    background: #000;
    padding: 10px 20px;
	border: 1px solid #000;
}
.page-id-52 .wc-block-checkout__actions_row a:hover {
	border: 1px solid #000;
    border-radius: 0;
	color: #000;
	background: transparent;
}
.page-id-52 .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    flex-wrap: wrap;
    gap: 20px;
}
.woocommerce .woocommerce-message {
    background-color: #cbb8ac !important;
    max-width: 1235px;
    margin: 20px auto;
}
.related.products h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 45px;
}
.woocommerce a.added_to_cart {
    display: block;
    text-decoration: none;
}
.irs--sharp .irs-handle {
    background-color: #785546 !important;
}
.irs--sharp .irs-handle > i:first-child {
    border-top-color: #785546 !important;
}
.irs--sharp .irs-bar {
    background-color: #785546 !important;
}
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
    background-color: #785546 !important;
}
.irs--sharp .irs-min, .irs--sharp .irs-max {
    background-color: #785546 !important;
}
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
    border-top-color: #785546 !important;
}

/*---Product List---*/
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap, .woocommerce ul.products li.product .entry-content-wrap {
    background: #cbb8ac !important;
    width: 100%;
    margin: 0;
}
ul.products .entry.loop-entry {
    box-shadow: none;
}
h2.woocommerce-loop-product__title {
    min-height: 70px;
}
.woocommerce ul.products:not(.woo-archive-btn-button) li:where(:not(.woo-archive-btn-button) ) .button:not(.kb-button) {
    color: #fff;
    background: #000;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 0;
}
.woocommerce ul.products:not(.woo-archive-btn-button) li:where(:not(.woo-archive-btn-button) ) .button:not(.kb-button):hover{
	color: #000;
    background: transparent;
    padding: 10px;
    border: 1px solid #000;
}
.custom-product-card {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.custom-product-card:hover {
    box-shadow: 0px 8px 15px rgba(0,0,0,0.2);
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-details {
    padding: 10px;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
h3.product-title a:hover {
    color: inherit;
}

.product-price {
    font-size: 16px;
    color: #785546;
    margin-bottom: 10px;
}

.add-to-cart .button {
    background: #000000;
    color: white;
    border-radius: 0;
    border: 1px solid #000;
}
.add-to-cart .button:hover {
    background: transparent;
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
}
.custom-product-card .kadence-svg-iconset {
    display: none;
}




/*--------Contact Us Page---------*/
.ins-ct-info .elementor-icon-box-icon .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 76px;
    width: 76px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 18px 0px #ecd9cb inset;
    box-shadow: 0px 0px 18px 0px #ecd9cb inset;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.page-id-774 .half-field {
	width: 48%;
}

.page-id-774 .half-field p span input {
    width: 100%;
}

.page-id-774 .full-field {
	width: 100%
}

.page-id-774 .half-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 20px;
}
.page-id-774 .full-field input.wpcf7-form-control.wpcf7-submit.has-spinner
{
    border: 1px solid #000;
    border-radius: 0 !important;
    background: #000;
    color: #fff;
	width: 100%;
}
.page-id-774 .full-field input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	border: 1px solid #000;
    border-radius: 0 !important;
    background: transparent;
    color: #000;
}
.page-id-774 .Faqs-section .e-n-accordion-item-title {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}


/*------Product Filter-------*/
.widget.widget-woof h2.widget-title {
    display: none;
}
.woof_products_top_panel .woof_remove_ppi:hover {
    color: #000;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap{
	bottom: 0 !important;
}
/*------End Product Filter-------*/




/*-------Mobile Responsive---------*/
@media(max-width: 1100px){
	.page-id-774 .half-field {
		width: 100%;
	}
}
@media(max-width: 767px){
	
	.featured-story-slider .swiper-slide { min-height: 300px; }
	.category-item, .subcategory.subcategory-1,
	.subcategory.subcategory-2,
	.subcategory.subcategory-3,
	.subcategory.subcategory-4 { width: 100%; }
	.cat-card .elementor-image-box-img img { min-height: 300px; }
	
}
@media(max-width: 575px){
	.woocommerce .woocommerce-message {
    display: flex;
    gap: 10px;
    text-align: center;
}
}
@media(max-width: 500px){
	.entry-hero.page-hero-section .entry-header { min-height: 100px !important; }
	.footer-form-container {  gap: 10px; }
	.email-field { width: 100%; }
	.btn-div, .btn-div input, .email-field input { width: 100%; }
	.related.products h2 { font-size: 30px; }
}
