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

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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(255,255,255);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Instrument Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(190,161,99);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(249,207,230);
	--btn-accented-bgcolor-hover: rgb(249,207,230);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://shopmillsworth.com/wp-content/uploads/2024/02/pexels-ante-emmanuel-3691197-33507836-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--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 {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1920px;
--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;
}



/* Top announcement slider */
.mw-announcement-slider {
    position: relative;
    width: 100%;
    height: 36px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Each announcement */
.mw-announcement-message {
    position: absolute;
    width: 100%;
    padding: 0 15px;

    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);

    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        visibility 0.45s ease;
}

/* Visible announcement */
.mw-announcement-message.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Message leaving upward */
.mw-announcement-message.is-leaving {
    opacity: 0;
    visibility: visible;
    transform: translateY(-12px);
}

/* Make WoodMart's top-bar content full width */
.whb-top-bar .wd-header-text,
.whb-top-bar .wd-header-html {
    width: 100%;
    max-width: 100%;
}

.whb-top-bar .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .mw-announcement-slider {
        height: 34px;
    }

    .mw-announcement-message {
        padding: 0 10px;
        font-size: 9.5px;
        letter-spacing: 0.04em;
        white-space: normal;
    }
}

/* Reduce motion when requested */
@media (prefers-reduced-motion: reduce) {
    .mw-announcement-message {
        transform: none;
        transition: opacity 0.2s ease;
    }
}
@media (max-width: 768px) {
  .top-bar,
  .wd-top-bar,
  #top-bar,
  .whb-top-bar,
  .s16-topbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}@media (max-width: 576px) {
	/* Top announcement slider */
.mw-announcement-slider {
    position: relative;
    width: 100%;
    height: 36px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Each announcement */
.mw-announcement-message {
    position: absolute;
    width: 100%;
    padding: 0 15px;

    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);

    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        visibility 0.45s ease;
}

/* Visible announcement */
.mw-announcement-message.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Message leaving upward */
.mw-announcement-message.is-leaving {
    opacity: 0;
    visibility: visible;
    transform: translateY(-12px);
}

/* Make WoodMart's top-bar content full width */
.whb-top-bar .wd-header-text,
.whb-top-bar .wd-header-html {
    width: 100%;
    max-width: 100%;
}

.whb-top-bar .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .mw-announcement-slider {
        height: 34px;
    }

    .mw-announcement-message {
        padding: 0 10px;
        font-size: 9.5px;
        letter-spacing: 0.04em;
        white-space: normal;
    }
}

/* Reduce motion when requested */
@media (prefers-reduced-motion: reduce) {
    .mw-announcement-message {
        transform: none;
        transition: opacity 0.2s ease;
    }
}
@media (max-width: 768px) {
  .top-bar,
  .wd-top-bar,
  #top-bar,
  .whb-top-bar,
  .s16-topbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
}

