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

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #6b6868;
	--wd-text-font-size: 14px;
	--wd-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Jost", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--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: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(176,231,231);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(200,234,234);
	--btn-default-bgcolor-hover: rgb(116,156,156);
	--btn-accented-bgcolor: rgb(200,234,234);
	--btn-accented-bgcolor-hover: rgb(116,156,156);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(200,234,234);
	--notices-success-color: rgb(0,0,0);
	--notices-warning-bg: rgb(200,234,234);
	--notices-warning-color: rgb(0,0,0);
}
.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: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(200,234,234);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(250,250,250);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(200,234,234);
	color: rgb(59,59,59);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(66,66,66);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #fff;
--btn-accented-color: #333;
--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: 0px;
}

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


aside.footer-sidebar .menu li a{
	color:#737171 !important;
}
aside.footer-sidebar .menu lia a:hover{
	color:#333 !important;
}
.wd-nav[class*=wd-style-]>li>a {
    color: #3d3a3a !important;
}
del .amount{
	color:#7a7575;
}
.woocommerce-breadcrumb a, .yoast-breadcrumb a{
	color:#767474;
}
.searchform.wd-style-with-bg .searchsubmit {
    color: #000;
    background-color: rgb(200 234 234);
}
.woocommerce-variation-price .price {
    font-size: 1.7em;
}
.wd-entry-meta {
    display: none;
}
.hovered-social-icons {
    display: none;
}

.wd-tools-element.wd-design-2 .wd-tools-count, .wd-tools-element.wd-design-5 .wd-tools-count {
    background-color: rgb(200 234 234);
    color: #000;
}
.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: rgb(200 234 234);
    color: #000;
}
.wc-kevin-bank {
    padding-right: 10px;
}
.checkout_coupon {
    padding: 20px;
    max-width: 100%;
    text-align: left;
}
.woocommerce-form-coupon-toggle>div, .woocommerce-form-login-toggle>div {
    font-weight: 400;
    font-size: 20px;
}
label {
    font-size: 16px;
}
.wd-buttons {
    z-index: 2;
    display: flex;
    flex-direction: column;
    /* border-radius: calc(var(--wd-brd-radius)/ 2); */
    background: #c8eaea;
    border-radius: 10px !important;
}
.woocommerce-price-suffix {
    color: var(--color-gray-500);
    display: none;
}
.scrollToTop {
	  right: 28px;
    bottom: 90px;
}

.wc-kevin-bank label {
    padding: 0px 5px !important;
    line-height: 50px !important;
}