/*
Theme Name: Divine Grace Fashion Hub
Theme URI: #
Author: Digital Guider Team
Author URI: #
Description: A short description of what your theme does.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

.woocommerce ul.product li.product a img {
    display: block!important;
    height: 100%!important;
    width: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
    transition-duration: 700ms!important;
}


.woocommerce ul.products li.product h2{
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    display: -webkit-box!important;
    overflow: hidden!important;
    font-family: "Jost", sans-serif!important;
    text-rendering: optimizeLegibility!important;
    font-weight: 500!important;
    margin-bottom: 0!important;
    letter-spacing: 0!important;
    font-size: clamp(18px, 3vw, 20px)!important;
    line-height: clamp(28px, 3.5vw, 30px)!important;
}
.price bdi{
     font-family: "Jost", sans-serif!important;
    text-rendering: optimizeLegibility!important;
    font-weight: 500!important;
    margin-bottom: 0!important;
    letter-spacing: 0!important;
    font-size: 20px!important;
    line-height: clamp(28px, 3.5vw, 30px)!important;
}

.product {
    aspect-ratio: 0.7933333333;
    position: relative;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
}
.product {
    position: relative;
    overflow: hidden;
    transition: border 0.3s 
ease;
    border: 1px solid white;
}
.product:hover {
    border: 1px solid #c7867d;
    border-radius: 8px;
}


.postlisting .hover-img .entry_image{
	width:100%;
}

.postlisting .hover-img .entry_image .img-style>img {
   
    height: 395px!important;
 
}

.box-navigation .sub-menu {
    top: 88%;

}

.mega-menu-product .wrapper-sub-menu .menu-heading{
	text-transform:uppercase;
}

.s-blog-detail .blog-single .entry_image img{
	    width: 100%;
    max-height: 500px;
}

.aboutcontent p{
	margin-left: -30px;
	margin-bottom: 0.5rem !important;
}

.bg-dark-category .video-wrap img{
	height: 500px;
    object-fit: cover;
}

.yith-quick-view-content.woocommerce div.product .product {
    height: unset
}


.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    float: unset; 
    margin: unset; 
    position: unset; 
    margin-left: unset; 
	width: 25%;
	padding: 0 15px;
	margin-top: 1.5rem;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 100%;
    display: block;
    margin: unset;
    box-shadow: none;
}

.yith-quick-view-close svg {
  width: 24px;
  height: 24px;
  stroke: #333; /* change color */
}


.yith-quick-view-content.woocommerce div.product .product {
    height: unset
}

.woocommerce ul.products li.product .button.quickview{
    background: white;
    margin: unset;
}

#filterShop .widget-facet h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 30px !important;
}

#filterShop .widget-facet label {
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;    
}

#filterShop .widget-facet input[type="checkbox"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: relative;
    background: transparent;
    cursor: pointer;
    outline: 0;   
    border: 1px solid var(--line-10);
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#filterShop .widget-facet .berocket_single_filter_widget ul li{
    margin-bottom: 15px !important;
}

#filterShop .widget-facet .berocket_single_filter_widget{
	margin:50px 0;
}

#filterShop .widget-facet .berocket_single_filter_widget ul li{
    margin-bottom: 15px !important;
}

#filterShop .widget-facet .berocket_single_filter_widget .fa-plus,
#filterShop .widget-facet .berocket_single_filter_widget .fa-minus{
    float: right;
}

#filterShop .widget-facet .berocket_single_filter_widget ul li ul{
    margin-top: 15px !important;
}

.woocommerce ul.products li.product .button.added{
	font-size:14px;
}




/* Quantity input wrapper */
.qty-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
}

/* The numeric input */
.qty-wrap input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 10px 42px;      /* room for buttons */
  width: 110px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  background: #fff;
  box-sizing: border-box;
}

/* Remove Firefox up/down arrows */
.qty-wrap input[type="number"]::-webkit-outer-spin-button,
.qty-wrap input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Buttons */
.qty-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: background .12s, transform .06s;
  user-select: none;
}

/* Left minus button */
.qty-minus {
  left: 6px;
}

/* Right plus button */
.qty-plus {
  right: 6px;
}


.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
    background: none;
}


.woocommerce-variation-add-to-cart{
        display: inline-flex;
        margin:20px 0;
}

.qty-label.quanttext{
    margin-right: 40px;
}


.productdetail.product {
    aspect-ratio: unset;

}

.productdetail.product .entry-summary form table{
    margin-bottom:20px;
}
.productdetail.product .entry-summary form table tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    min-height: 70px;
    border-bottom: 1px solid var(--line);
}

.productdetail.product .entry-summary p.price{
    margin:20px 0;
}

.productdetail.product .entry-summary h1.product_title.entry-title{
    font-size: clamp(24px, 2vw, 36px);
    line-height: clamp(32px, 2.5vw, 44px);
    font-weight: 400 !important;
    font-family: "Jost", sans-serif;
    text-rendering: optimizeLegibility;
}

.products-desc h2, .products-desc h3{
    font-size: clamp(24px, 2vw, 32px);
    line-height: clamp(32px, 2.5vw, 42px);
    font-weight: 400 !important;
    font-family: "Jost", sans-serif;
    text-rendering: optimizeLegibility;
	margin-bottom:20px
}

.flat-spacing .wc-block-cart__main .wc-block-cart-items th {
    padding: 8px 16px 8px 16px;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus{
	background-color:#c7867d;
}

.wc-block-cart-item__quantity  .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	padding:5px 10px;
	color:#fff;
	font-size:18px;
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart .wc-block-cart__submit-container{
	background-color: var(--main);
    backdrop-filter: blur(4px);
    color: var(--white);
    border-color: var(--main);
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart .wc-block-cart__submit-container a{
	color: var(--white);
	font-size:20px;
}

..wc-block-components-checkout-place-order-button,
.wc-block-cart .wc-block-cart__submit-container a {
  position: relative;
  overflow: hidden;
}

.wc-block-components-checkout-place-order-button:hover::after,
.wc-block-cart .wc-block-cart__submit-container a:hover::after {
  animation: shine-reverse 1s forwards;
}

.wc-block-components-checkout-place-order-button:after,
.wc-block-cart .wc-block-cart__submit-container a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 40%);
  top: 0;
  left: -100%;
  opacity: 0.6;
}

.clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mobileMenu .nav-ul-mb .nav-mb-item .nav-mb-parent{
	 display: flex;
    justify-content: space-between;
}

.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before{
	 content: none; 
}

.btn-open-sub .plus-minus::before {
  content: "\f067"; /* FA plus */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.btn-open-sub[aria-expanded="true"] .plus-minus::before {
  content: "\f068"; /* FA minus */
}

.ourcatsec .swiper .swiper-slide .image img{
	width:350px;
	height:350px;
}

.postlisting .blog-editor-content p {
    color: var(--main-6);
	margin-bottom:20px;
}

.postlisting .blog-editor-content h2{
		font-size: 40px;
}

.postlisting .blog-editor-content h3{
		font-size: 36px;
}

.postlisting .blog-editor-content h4{
		font-size: 28px;
}
.postlisting .blog-editor-content h5{
		font-size: 24px;
}

.postlisting .blog-editor-content h2, 
.postlisting .blog-editor-content h3,
.postlisting .blog-editor-content h4,
.postlisting .blog-editor-content h5,
.postlisting .blog-editor-content h6{
    color: #000;
    text-rendering: optimizeLegibility;
    font-weight: 500;
	margin-bottom:10px;
}


.blogcolcontent>div{
	padding:30px;
}

.blogcolcontent h3{
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}

.tf-topbar.bg-topbar{
	background-color: #000;
}

.slider_wrap .sld-content {
    left: 0;
    right: 0;
    top: 80%;
    transform: translateY(-80%);
    position: absolute;
    z-index: 2;
}

.slider_effect_fade .swiper-slide.swiper-slide-active .fade-item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    text-align: right;
    margin-right: 34%;
}

.header-top .link2:hover {
    color: var(--white) !important;
}

.aboutcontent.aboutsec p, .aboutcontent.aboutsec h2.brand-intro_title, .aboutcontent.aboutsec .brand-intro_subtitle, .aboutcontent.aboutsec .br-line{
	margin-left: 0px;
}
.s-brand-intro .brand-intro_image {
    max-width: 98%;
}
.s-brand-intro .brand-box{
	display:none;
}

.product-tablist ul.tab-prd {
    display: none;
}


/* 2 columns on small tablets */
@media (max-width: 768px) {
  .postlisting .blog-editor-content h2{
			font-size: 32px;
	}

	.postlisting .blog-editor-content h3{
			font-size: 28px;
	}

	.postlisting .blog-editor-content h4{
			font-size: 22px;
	}
	.postlisting .blog-editor-content h5{
			font-size: 18px;
	}
	
	.aboutcontent p {
		margin-left: 0;
		margin-bottom: 0.5rem !important;
	}
}

.breadcrumbs li a{
	color:white!important;
}

 <!-- /Banner Promo -->
/* ===========================
   SIB FORM — BASE STYLES
=========================== */
  @media (min-width: 1199px) {
      .banner_V01 .bn-content {
        padding: 102px 102px;
     
    }}
.sib-form {
  padding: 0;
  font-family: "Jost", sans-serif !important;
}

#sib-container {
  background-color: unset;
  padding: 0;
  display: block;
}

.sib-form-block {
  padding: 0;
  margin: 0;
}

/* ENTRY FIELDS */
.sib-form .entry__field {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  margin: 0;
}

.sib-form .sib-form-container .input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line-8);
  font-size: 16px;
  line-height: 24px;
  color: var(--main);
  letter-spacing: 0.32px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  outline: none;
  text-align: center;

  transition: all 0.3s ease;
}

.sib-form .sib-form-container .input::placeholder {
  color: var(--main-4);
}

.sib-form .sib-form-container .input:focus {
  border-color: var(--primary);
}

.sib-input {
  margin-bottom: 24px;
}

.form__label-row {
  margin-bottom: 12px;
}

.entry__specification,
.entry__label,
.entry__error,
.sib-form .entry__error {
  margin: 0 !important;
  font-family: "Jost", sans-serif;
}

/* ===========================
   CHECKBOX (OPT-IN)
=========================== */

.sib-optin {
  display: none; /* Enable if needed */
}

/* ===========================
   FORM STRUCTURE
=========================== */

#sib-form {
  position: relative;
  display: block;
}

/* ===========================
   SUCCESS / ERROR MESSAGES
=========================== */

#error-message {
  color: #f03e3e;
}

#success-message {
  color: #3dab25;
}

.sib-form-message-panel {
  border: 0;
  padding: 0;
}

.sib-form-message-panel__text {
  justify-content: center;
  padding: 0;
}

/* Hide loader icon */
.sib-form-block__button .clickable__icon {
  display: none;
}

/* ===========================
   BUTTON / CTA
=========================== */

.form-newsletter .btn-group {
  display: grid;
  gap: 12px;
}

.form-newsletter .btn-group .close-modal {
  text-decoration: none;
  color: var(--black);
}

.form-newsletter .btn-group .close-modal:hover {
  color: var(--white);
}

.sib-form-block button{
  font-size: 20px;
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
}
@media (min-width: 1440px) {
  .form-newsletter .btn-group {
    margin-bottom: 20px;
  }
}

/* ===========================
   FORM EMAIL TYPE OVERRIDE
   (BOTTOM BORDER STYLE INPUT)
=========================== */

.sib-form.form-email .sib-form-container .input {
 
  border: 0;
  border-bottom: 1px solid var(--line);
  border-color: var(--main);
  letter-spacing: -0.32px;
  text-align: left;

  padding-top: 6px;
  padding-bottom: 5px;
  padding-right: 30px;

  outline: none;
  background: none;
}

/* ===========================
   FORM NOTIFICATION TYPE
=========================== */

.sib-form.form-notify .sib-form-container input {
  padding: 15px 170px 15px 20px;
}


.feature-intro .img-visual {
    height: 486px;
    width: 486px;
    object-fit: cover;
}





/* Hide success & error messages until form submission */
#success-message,
#error-message {
  display: none;
}

/* When Sendinblue activates the message panel */
.sib-form-message-panel.sib-form-message-panel--active {
  display: block !important;
}
.blog-editor-content.dn{
	display:none;
}
.hmb{
	margin-bottom:30px;
}
.home-blog-head{
	    display: flex !important;
    justify-content: space-between;
    padding: 0 40px;
}

.page-id-2847 .accordion {  margin: auto; }
.page-id-2847 .accordion-item { background: #fff; border-radius: 8px; margin-bottom: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); }
.page-id-2847 .accordion-title { padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: bold; }
.page-id-2847 .accordion-title:hover { background: #f0f0f0; }
.page-id-2847 .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 20px; }
.page-id-2847 .accordion-content p { padding: 15px 0; margin: 0; line-height: 1.6; }
.page-id-2847 .active .accordion-content { max-height: 300px; }

.page-id-2847 .accordion-content ul {
  list-style: none;         /* remove default bullets */
  padding: 0;
  margin: 0;
}

.page-id-2847 .accordion-content li {
  padding: 6px 0;           /* spacing between items */
  font-size: 16px;
  display: flex;
  align-items: center;
}

.page-id-2847 .accordion-content li::before {
  content: "•";             /* custom bullet */
  margin-right: 8px;
  font-size: 20px;
  line-height: 1;
  color: #444;              /* customize bullet color */
}

 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .productdetail  .summary  button.single_add_to_cart_button.button.alt{
	background-color: #cc887f;
    backdrop-filter: blur(4px);
    color: var(--white);
    border-color: var(--primary);
 }

/* ===========================
   RESPONSIVE FIXES
=========================== */

@media (max-width: 768px) {
  .sib-input {
    margin-bottom: 18px;
  }

  .sib-form .sib-form-container .input {
    font-size: 15px;
    padding: 10px 10px;
  }

  .sib-form.form-email .sib-form-container .input {
    padding-right: 20px;
  }

  .form-newsletter .btn-group {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .sib-form .sib-form-container .input {
    font-size: 14px;
    padding: 9px 8px;
  }
}

@media (min-width: 1024px) {
    .mega-menu-wrap .mega-menu-item {
    min-width: 280px;
}
}
/* Mobile styles */
@media screen and (max-width: 768px) {
  .swiper-custom .swiper-slide {
   margin-left: 0px !important; 
    margin-right: 0px !important;
  }
	.swiper-custom{
		gap:15px;
	}
}


@media only screen and (max-width: 480px) {
    .woo-variation-product-gallery {
        width: 100%!important;
      
    }
	.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    height: unset !important;
    width: 100%;
		object-fit: contain !important;
	}
	.woo-variation-gallery-wrapper .woo-variation-gallery-slider {
     height: unset !important; 
    width: auto;
}
	
}

@media (max-width: 767px) {
  .mb-mobile-10 { margin-bottom: 10px !important; }
  .mb-mobile-15 { margin-bottom: 15px !important; }
  .mb-mobile-20 { margin-bottom: 20px !important; }
  .mb-mobile-30 { margin-bottom: 30px !important; }
  .mb-mobile-40 { margin-bottom: 40px !important; }
  .mb-mobile-50 { margin-bottom: 50px !important; }
	
	
	.mob-border-right{
		border-right: unset !important;
	}
	
	.bgyellow{
		background-color: yellow;
	}
	
}




.mega-menu-item .menu-list li ul.menu-list{
    padding-left:40px;
}

.mega-menu-item .menu-list li ul.menu-list li{
  margin-bottom:2px;
}

.mega-menu-item .menu-list li ul.menu-list .custom-child{
  margin-bottom:2px;
}

.mega-menu-item .menu-list li.custom-child > a{
	font-weight: 600;
    color: var(--primary);
}
@media (min-width: 992px) {
    #goTop {
        right: 24px;
    }
}

.page-id-2886 .flat-spacing .container .wp-block-column{
	box-shadow:unset!important;

}
@media (max-width: 767px) {
    .topbar-left {
        display:none;
    }
	
	.custom-head .align-items-center{
		justify-content:center!important;
	}
}
/* 
@media (max-width: 425px) {
    .swiper-wrapper .swiper-slide .slider_wrap .sld-content {
        left: -139px!important!important;
       
        top: 94%!important;
        transform: translateY(-80%);
        position: absolute;
        z-index: 2;
    }
}
@media (min-width: 425px) and (max-width: 567px) {
    .swiper-wrapper .swiper-slide .slider_wrap .sld-content {
       
        right: 113px!important;
        top: 91%!important;
        transform: translateY(-80%);
        position: absolute;
        z-index: 2;
    }
}
@media (min-width: 565px) and (max-width: 768px) {
    .swiper-wrapper .swiper-slide .slider_wrap .sld-content {
       
        right: 355px!important;
        top: 91%!important;
        transform: translateY(-80%);
        position: absolute;
        z-index: 2;
    }
} */
/* @media (min-width: 991px) and (max-width: 1299px) {
    .swiper-wrapper .swiper-slide .slider_wrap .sld-content {

        right: 413px;
        top: 90%;
        transform: translateY(-80%);
        position: absolute;
        z-index: 2;
    }
} */
@media (min-width: 1024px) and (max-width: 1250px) {
        .tf-slideshow .slider_wrap {
        height: 100%;
    }

}
	.slider_effect_fade .swiper-slide.swiper-slide-active .fade-item {
    text-align: left;
    margin-left: 0;
}


.slider_effect_fade .swiper-slide.swiper-slide-active .fade-item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    text-align: center;
    margin-right: 0;
}

.swiper-wrapper .swiper-slide .slider_wrap .sld-content {
	left: 50% !important;
	top: 88%!important;
	transform: translate(-50%, -88%)!important;
	position: absolute;
	z-index: 2;
	margin: auto;
	text-align: center;
	width: 100%;
}

.tf-slideshow .slider_wrap .tf-btn.style-white-2 {
    background-color: #000;
}

.tf-slideshow .slider_wrap .tf-btn.style-white-2:hover {
    color: #fff;
}


@media (min-width: 200px) and (max-width: 767px) {
	
    .swiper-wrapper .swiper-slide .slider_wrap .sld-content {
        left: 50% !important;
        top: 88%!important;
        transform: translate(-50%, -88%)!important;
        position: absolute;
        z-index: 2;
        margin: auto;
        text-align: center;
        width: 100%;
		right: unset !important;
    }
	
}
.tf-slideshow .slider_wrap .tf-btn.style-white-2 {
   top:10px;
    right: 22%;
}