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

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Jost", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Jost", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(2,1,1);
	--wd-alternative-color: rgb(155,31,232);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(155,31,232);
	--btn-default-font-family: "Jost", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: rgb(10,10,10);
	--btn-default-bgcolor-hover: rgb(155,31,232);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(155,31,232);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(250,144,144);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(224,118,83);
	--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: url(https://sister-a.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(19,19,19);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(250,250,250);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(250,250,250);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(250,250,250);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(250,250,250);
	background-image: none;
}
.single-post .main-page-wrapper {
	background-color: rgb(250,250,250);
	background-image: none;
}
.woodmart-archive-portfolio .main-page-wrapper {
	background-color: rgb(250,250,250);
	background-image: none;
}
.single-portfolio .main-page-wrapper {
	background-color: rgb(250,250,250);
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(166,56,241);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 5px;
}

@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;
}
}


/* Woodmart Bulletproof Delivery Box */
#woodmart-premium-delivery {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin: 20px 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

#woodmart-premium-delivery:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-color: #d1d1d1 !important;
}

/* Override WordPress auto p tags */
#woodmart-premium-delivery p {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
}

#woodmart-premium-delivery .wpd-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px dashed #ddd !important;
}

#woodmart-premium-delivery .wpd-header strong {
    font-size: 15px !important;
    color: #2d2d2d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

#woodmart-premium-delivery .wpd-truck {
    animation: wpdDrive 2s infinite alternate ease-in-out !important;
}

#woodmart-premium-delivery .wpd-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#woodmart-premium-delivery .wpd-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

#woodmart-premium-delivery .wpd-country {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 600 !important;
}

#woodmart-premium-delivery .wpd-badge {
    background: #f0f8ff !important; /* Light Blue */
    color: #0056b3 !important; /* Dark Blue */
    padding: 5px 12px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: 1px solid #cce5ff !important;
    white-space: nowrap !important;
}

/* Truck Animation */
@keyframes wpdDrive {
    0% { transform: translateX(0); }
    100% { transform: translateX(5px); }
}

/* Mobile Fix */
@media (max-width: 480px) {
    #woodmart-premium-delivery .wpd-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
}



@media (min-width: 1025px) {
	/* Woodmart Bulletproof Delivery Box */
#woodmart-premium-delivery {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin: 20px 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

#woodmart-premium-delivery:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-color: #d1d1d1 !important;
}

/* Override WordPress auto p tags */
#woodmart-premium-delivery p {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
}

#woodmart-premium-delivery .wpd-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px dashed #ddd !important;
}

#woodmart-premium-delivery .wpd-header strong {
    font-size: 15px !important;
    color: #2d2d2d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

#woodmart-premium-delivery .wpd-truck {
    animation: wpdDrive 2s infinite alternate ease-in-out !important;
}

#woodmart-premium-delivery .wpd-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#woodmart-premium-delivery .wpd-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

#woodmart-premium-delivery .wpd-country {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 600 !important;
}

#woodmart-premium-delivery .wpd-badge {
    background: #f0f8ff !important; /* Light Blue */
    color: #0056b3 !important; /* Dark Blue */
    padding: 5px 12px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: 1px solid #cce5ff !important;
    white-space: nowrap !important;
}

/* Truck Animation */
@keyframes wpdDrive {
    0% { transform: translateX(0); }
    100% { transform: translateX(5px); }
}

/* Mobile Fix */
@media (max-width: 480px) {
    #woodmart-premium-delivery .wpd-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Woodmart Bulletproof Delivery Box */
#woodmart-premium-delivery {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin: 20px 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

#woodmart-premium-delivery:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-color: #d1d1d1 !important;
}

/* Override WordPress auto p tags */
#woodmart-premium-delivery p {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
}

#woodmart-premium-delivery .wpd-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px dashed #ddd !important;
}

#woodmart-premium-delivery .wpd-header strong {
    font-size: 15px !important;
    color: #2d2d2d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

#woodmart-premium-delivery .wpd-truck {
    animation: wpdDrive 2s infinite alternate ease-in-out !important;
}

#woodmart-premium-delivery .wpd-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#woodmart-premium-delivery .wpd-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

#woodmart-premium-delivery .wpd-country {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 600 !important;
}

#woodmart-premium-delivery .wpd-badge {
    background: #f0f8ff !important; /* Light Blue */
    color: #0056b3 !important; /* Dark Blue */
    padding: 5px 12px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: 1px solid #cce5ff !important;
    white-space: nowrap !important;
}

/* Truck Animation */
@keyframes wpdDrive {
    0% { transform: translateX(0); }
    100% { transform: translateX(5px); }
}

/* Mobile Fix */
@media (max-width: 480px) {
    #woodmart-premium-delivery .wpd-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* Woodmart Bulletproof Delivery Box */
#woodmart-premium-delivery {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin: 20px 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

#woodmart-premium-delivery:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-color: #d1d1d1 !important;
}

/* Override WordPress auto p tags */
#woodmart-premium-delivery p {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
}

#woodmart-premium-delivery .wpd-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px dashed #ddd !important;
}

#woodmart-premium-delivery .wpd-header strong {
    font-size: 15px !important;
    color: #2d2d2d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

#woodmart-premium-delivery .wpd-truck {
    animation: wpdDrive 2s infinite alternate ease-in-out !important;
}

#woodmart-premium-delivery .wpd-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#woodmart-premium-delivery .wpd-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

#woodmart-premium-delivery .wpd-country {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 600 !important;
}

#woodmart-premium-delivery .wpd-badge {
    background: #f0f8ff !important; /* Light Blue */
    color: #0056b3 !important; /* Dark Blue */
    padding: 5px 12px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: 1px solid #cce5ff !important;
    white-space: nowrap !important;
}

/* Truck Animation */
@keyframes wpdDrive {
    0% { transform: translateX(0); }
    100% { transform: translateX(5px); }
}

/* Mobile Fix */
@media (max-width: 480px) {
    #woodmart-premium-delivery .wpd-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
}
}

@media (max-width: 576px) {
	/* Woodmart Bulletproof Delivery Box */
#woodmart-premium-delivery {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin: 20px 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

#woodmart-premium-delivery:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-color: #d1d1d1 !important;
}

/* Override WordPress auto p tags */
#woodmart-premium-delivery p {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important;
}

#woodmart-premium-delivery .wpd-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px dashed #ddd !important;
}

#woodmart-premium-delivery .wpd-header strong {
    font-size: 15px !important;
    color: #2d2d2d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

#woodmart-premium-delivery .wpd-truck {
    animation: wpdDrive 2s infinite alternate ease-in-out !important;
}

#woodmart-premium-delivery .wpd-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

#woodmart-premium-delivery .wpd-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

#woodmart-premium-delivery .wpd-country {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 600 !important;
}

#woodmart-premium-delivery .wpd-badge {
    background: #f0f8ff !important; /* Light Blue */
    color: #0056b3 !important; /* Dark Blue */
    padding: 5px 12px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: 1px solid #cce5ff !important;
    white-space: nowrap !important;
}

/* Truck Animation */
@keyframes wpdDrive {
    0% { transform: translateX(0); }
    100% { transform: translateX(5px); }
}

/* Mobile Fix */
@media (max-width: 480px) {
    #woodmart-premium-delivery .wpd-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
}
}

