:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(30,30,31);
	--wd-text-font-size: 18px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(26,86,219);
	--wd-widget-title-font-size: 32px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(26,86,219);
	--wd-alternative-color: rgb(17,70,57);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(26,86,219);
	--btn-accented-bgcolor-hover: rgb(0,71,187);
	--wd-form-brd-width: 1px;
	--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: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--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 .wd-page-title-bg img {
	background-repeat: no-repeat;
	object-fit: contain;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(26,86,219);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-size: 15px;
	color: rgb(0,0,0);
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(17,24,39);
	--wd-form-placeholder-color: rgb(203,213,224);
	--wd-form-brd-color: rgb(229,231,235);
	--wd-form-brd-color-focus: rgb(0,71,187);
	--wd-form-bg: #f9fafb;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--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-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: 5px;
}



.wd-page-title {
background-color: rgb(243,243,243);
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 20px;
    background-color: #ffffff;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.contact-item a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.contact-item a:hover {
    color: #1a56db;
}

.contact-text {
    font-size: 16px;
	color:black;
}

.contact-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-social a {
    display: flex;
    align-items: center;
    margin: 0;
}

.contact-social img {
    display: block;
    width: 24px;
    height: 24px;
}
@media (max-width: 576px) {
	@media (max-width: 767px) {
    .elana-hero__image {
        animation: none !important;
        animation-delay: 0s !important;
        transition: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
}

