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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(12,12,12);
	--wd-text-font-size: 17px;
	--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: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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: 95px;
}
.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;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.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: 42px;
	}

}
: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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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;
}

body .woocommerce-additional-fields{
display:none;
}

.woocommerce-review__published-date {display:none !important;}
.woocommerce-review__dash {display:none !important;}

.product-grid-item .star-rating {
    display: none;
}

body .wd-action-btn.wd-add-cart-icon {
display:none;
}

.woocommerce .woocommerce-ordering {
    display: none !important;
}

/* ConsentMagic - Override Accept All button */
.allow_all_btn {
    background-color: #1862db !important; /* your new color */
    color: #ffffff !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	/* =========================================================
   Cookie / Consent Banner - TABLET ONLY (769px – 1024px)
   Purpose: Move "Allow All" button to top
========================================================= */

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    /* Keep buttons in column layout (if needed) */
    .cs_preview_container .btns_column .btn-row {
        display: flex;
        flex-direction: column;
    }

    /* Move "Allow All" (last button) to top */
    .cs_preview_container .btns_column .btn-row button:last-child {
        order: -1;
    }

}
}

@media (max-width: 576px) {
	/* =========================================================
   Cookie / Consent Banner - MOBILE ONLY (≤ 768px)
   Purpose: Adjust layout, button order, and readability
========================================================= */

@media only screen and (max-width: 768px) {

    /* ------------------------------
       Info Bar Spacing (Mobile)
       ------------------------------ */
    .cs_preview_container > div > div .cs-info-bar {
        padding: 15px !important;
    }

    /* ------------------------------
       Button Styling (Mobile)
       - Smaller text for fit
       - Capitalize first letter only
       ------------------------------ */
    .cs_preview_container button,
    .cs_preview_container .cs-btn {
        font-size: 15px !important;
        text-transform: capitalize !important;
    }

    /* ------------------------------
       Button Layout (Mobile Stack)
       - Default vertical stacking
       ------------------------------ */
    .cs_preview_container .btns_column .btn-row {
        display: flex;
        flex-direction: column;
    }

    /* ------------------------------
       Button Order Fix
       - Move "Allow All" (last button)
         to top for better visibility
       ------------------------------ */
    .cs_preview_container .btns_column .btn-row button:last-child {
        order: -1;
    }

    /* ------------------------------
       Button Row Layout (If bar styles applied)
       - Wrap buttons nicely
       - Align to right
       ------------------------------ */
    .cs_preview_container.bar_large .btns_column .btn-row,
    .cs_preview_container.bar_small .btns_column .btn-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px !important;
        justify-content: flex-end;
    }
}
}

