@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//ireadmotivo.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//ireadmotivo.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(150,73,65);
	--wd-alternative-color: rgb(194,135,101);
	--btn-default-bgcolor: rgb(150,73,65);
	--btn-default-bgcolor-hover: rgba(150,73,65,0.61);
	--btn-accented-bgcolor: rgb(150,73,65);
	--btn-accented-bgcolor-hover: rgba(150,73,65,0.78);
	--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-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
: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(150,73,65);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(150,73,65);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--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: rgb(239,232,216);
}

/* #final-btn-fix {
    all: unset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #964941 !important;
    color: #ffffff !important;
    width: 180px !important;
    height: 44px !important;
    border-radius: 50px !important;
    border: 1px solid #EFE8D87D !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    cursor: pointer !important;
    text-transform: none !important;
}

#final-btn-fix:hover {
    background-color: #efe8d8 !important;
    color: #964941 !important;
    border-color: #964941 !important;
    transform: translateY(-2px) !important;
}

#final-btn-fix a {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
}


@media (max-width: 768px) {
    .responsive-title {
        font-size: 24px !important; 
        margin-bottom: 5px !important; 
        line-height: 1 !important;
    }
    #final-btn-fix {
        width: 160px !important;
        height: 40px !important;
        margin-top: 15px !important; 
    }
} */



.break-mobile { 
    display: none !important; 
}

#final-btn-fix {
    all: unset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #964941 !important;
    color: #ffffff !important;
    width: 200px !important;
    height: 44px !important;
    border-radius: 50px !important;
    border: 1px solid #EFE8D87D !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    cursor: pointer !important;
    text-transform: none !important;
    overflow: hidden !important;
}

#final-btn-fix:hover {
    background-color: #efe8d8 !important;
    color: #964941 !important;
    border-color: #964941 !important;
    transform: translateY(-2px) !important;
}

#final-btn-fix a {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
}

@media (max-width: 767px) {
    .break-mobile { 
        display: block !important; 
    }

    .responsive-title {
        font-size: 34px !important; 
			  font-weight: 600 !important;
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
    }

    #final-btn-fix {
        width: 150px !important;
        height: 40px !important;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
}

/* *************** */
/* **************** */
/* whats app icon  */

.whatsapp-sticky-btn {
    position: fixed !important;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}


@media (max-width: 767px) {
    .whatsapp-sticky-btn {
        bottom: 120px; 
        right: 10px;
        width: 50px;
        height: 50px;
    }
    .whatsapp-sticky-btn img {
        width: 40px !important;
        height: 40px !important;
    }
}

/* *************** */
/* ********* */
/* orice color  */
.price, 
.amount, 
.wd-price-unit,
.product-grid-item .price ins .amount {
    color: #000000 !important;
}


.price del .amount {
    color: #999 !important;
    font-weight: normal !important;
}@media (max-width: 576px) {
	
body .responsive-title {
    font-size: 38px !important; 
    line-height: 1.1 !important;
}


}

