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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--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: 13px;
	--wd-primary-color: rgb(120,34,34);
	--wd-alternative-color: rgb(251,188,52);
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(120,34,34);
	--btn-default-bgcolor-hover: rgb(119,51,51);
	--btn-default-color-hover: rgb(204,204,204);
	--btn-accented-bgcolor: rgb(120,34,34);
	--btn-accented-bgcolor-hover: rgb(119,51,51);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(120,34,34);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--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: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

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


[class*="color-scheme-light"] .footer-widget{
    --wd-link-color: #e6d3d4 !important;
    --wd-link-color-hover: white !important;
}

@media (max-width: 576px) {
	/* =========================================
   MOBILE PRODUCT CARD
   Image → Add to Cart → Product Information
   ========================================= */

@media (max-width: 767px) {

    /* Make the product card a normal vertical layout */
    .product-grid-item {
        display: flex !important;
        flex-direction: column !important;
    }

    /* -----------------------------------------
       PRODUCT IMAGE
       ----------------------------------------- */

    .product-grid-item .product-element-top {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 0 !important;
    }

    /* Keep the actual image at the top */
    .product-grid-item .product-image-link {
        order: 1 !important;
    }

    /* -----------------------------------------
       ADD TO CART
       ----------------------------------------- */

    .product-grid-item .wd-add-btn {
        order: 2 !important;

        position: static !important;
        display: block !important;

        width: 100% !important;
        margin: 0px 0 0 !important;

        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .product-grid-item .wd-add-btn > a {
        width: 100% !important;
        display: block !important;

        text-align: center !important;
        padding: 12px 10px !important;

        transform: none !important;
    }

    /* Remove cart icon */
    .product-grid-item .wd-add-btn .add-to-cart-loop::before {
        content: none !important;
        display: none !important;
    }

    /* Keep the Add to Cart text */
    .product-grid-item .wd-add-btn .add-to-cart-loop span {
        display: inline !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    /* -----------------------------------------
       PRODUCT INFORMATION
       ----------------------------------------- */

    .product-grid-item .product-information {
        order: 3 !important;

        margin-top: 10px !important;
    }

}
}

