:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-transform: capitalize;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(132,153,71);
	--wd-alternative-color: rgb(193,150,14);
	--btn-default-font-family: "Lora", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: capitalize;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(132,153,71);
	--btn-accented-bgcolor-hover: rgb(132,153,71);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 85px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://imperialebotanique.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(50,58,27);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.wd .product-label.onsale {
	background-color: rgb(132,153,71);
}
.wd .product-label.featured {
	background-color: rgb(255,0,0);
}
.wd .product-label.out-of-stock {
	background-color: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 50px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* For homepage Slider */
#slide-609 .wd-slide-bg {
    background: linear-gradient(180deg, #849947 0%, #4a4a4a 100%) !important;
}
/* Product page */
#quantity_6a2ae8305c1ed input[type=number] {
    width: 40px !important;
}

.cart .btn.btn-accent {
    width: 40%;
    background-color: transparent !important;
    border: 1px solid #849949;
    color: #849947;
}

.cart .btn.btn-accent:hover{
	 background-color: #849949 !important;
	color : #fff;
}
.cart .single_add_to_cart_button {
    width: 40%;
}

form.cart {
    flex-wrap: nowrap !important;
}

.wd-sticky-btn .wd-action-btn {
    margin-left: 30px !important;
}

/* Product page accordion */
.wd-accordion:where(.wd-style-shadow)>.wd-accordion-item {
    border-radius: 10px !important;
}

/* Product page Net volume */
.shop_attributes tr {
    justify-content: start !important;
}
/* Product page short description */
.woocommerce-product-details__short-description {
    font-size: 15px;
}
/* quantity */
div.quantity input[type=button] {
    border-radius: 0px !important;
}
/* Product details  */
.wd .product-label.onsale {
    background-color: #849947 !important;
}





/* Reviews */
.wd-rating-summary {
    width: 600px;
}

.woocommerce-Reviews>:is(div,p) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.inclusive-tax {
    font-size: 12px;
    color: #666;
    margin-left: 5px;
}


.woocommerce-review-link{
	display : none !important
}
/* Custom option for product page */
    .imperiale-offer-box{
        padding:20px;
        border:1px solid #f9f5f2;
        border-radius:10px;
        background:#f9f5f2;
    }

    .dispatch-info,
    .offer-item{
        display:flex;
        align-items:flex-start;
        gap:10px;
        margin-bottom:12px;
        line-height:1.6;
        color:#333;
        font-size:14px;
    }
	
	.offer-item1{
        display:flex;
        align-items:flex-start;
        gap:10px;
        line-height:1.6;
        color:#333;
        font-size:14px;
    }

    .dispatch-info svg{
        color:#6e8c2c;
        flex-shrink:0;
        margin-top:2px;
    }

    .offer-item svg{
        color:#b48b38;
        flex-shrink:0;
        margin-top:2px;
    }

    .offer-title{
        font-size:18px;
        font-weight:600;
        margin:18px 0 12px;
        color:#222;
    }

    .offer-item strong{
        color:#6e8c2c;
    }

.testimon-style-boxed .testimonial-inner {
    border-radius: 10px !important;
}

/* Footer */

#custom_html-2{
	    padding-bottom: 0px;
    margin-bottom: 15px;
}

/* Category page */
:is(.title-design-centered,.without-title.with-back-btn) .wd-back-btn {
    margin-inline-start: -50px;
    display: none !important;
}

/* Product Best seller */
.product-images {
  position: relative !important;
}

/* Catelogue page */
[class*=title-line-] .wd-product .wd-entities-title {
    height: 45px !important;
}
/* Hide Flat rate below 499 amount */
.woocommerce-shipping-methods li:nth-child(2) {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wd-rating-summary {
    position: relative;
    width: 350px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.wd-rating-summary {
    position: relative;
    /* min-width: 364px; */
    width: 350px;
}

.woocommerce-product-details__short-description {
    font-size: 12px;
}
}

@media (max-width: 576px) {
	.cart .btn.btn-accent {
    width: 35% !important;
}

.wd-rating-summary {
    position: relative;
    width: 350px;
}

.woocommerce-product-details__short-description {
    font-size: 12px;
}
}

