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

:root {
	--wd-text-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Rubik", 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: "Rubik", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Rubik", 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: "Rubik", 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(213,19,35);
	--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(211,17,36);
	--btn-accented-bgcolor-hover: rgb(211,17,36);
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .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: 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) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/*********** BADGE *************/
.product-labels .onsale {
    border-radius: 8px !important;
    font-size: 12px !important;
}
/*********** PRODUCT GRID **********/
.wd-products .wd-buttons {
    transform: scale(0.8);
}
.wd-products .wd-buttons {
    transform: scale(0.9) !important;
    background-color: whitesmoke;
    border-radius: 8px;
    right: 5px;
    top: 5px;
}
.wd-products .wd-buttons .wd-add-btn {
    display: none;
}
/*********** HEADER - TOPBAR *************/
.whb-header .whb-top-bar .header-contact > a {
    color: black;
    font-weight: 600;
    font-size: 13px;
}
.whb-header .whb-top-bar .header-contact > a:not(:last-child) {
    margin-right: 15px;
}
/*********** HEADER - MAIN **************/
.whb-header .whb-general-header .wd-search-form {
    max-width: 320px;
}
.whb-header .whb-general-header .wd-search-form input {
    min-width: 100% !important;
    border: none;
    background-color: whitesmoke;
    color: black;
    font-size: 13px;
}
/************ HEADER - BOTTOM **************/
.whb-header .whb-header-bottom ul#menu-header-sub-menu a {
    font-weight: 500;
    text-transform: capitalize;
}
.whb-header .whb-header-bottom ul#menu-header-sub-menu > .menu-item:not(:last-child) {
    margin-right: 25px;
}
/************ MOBILE NAV **************/
.mobile-nav {
    padding: 30px;
}
.mobile-nav .wd-heading {
    margin-right: 0px;
    padding-right: 0px;
}
.mobile-nav .wd-heading a {
    background-color: whitesmoke !important;
    padding: 20px;
    margin-right: 0px;
}
.mobile-nav ul#menu-mobile-menu-main > li > a {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    font-weight: 400;
    border: none;
    color: black !important;
    padding-left: 0px;
    background-color: white;
}
.mobile-nav ul#menu-mobile-menu-main > li .wd-sub-menu a:before {
    content: "-";
    margin-right: 9px;
}
.mobile-nav ul#menu-mobile-menu-main > li .wd-sub-menu a {
    border: none !important;
    background-color: white;
    color: black;
}
.mobile-nav ul#menu-mobile-menu-main > li > .wd-nav-opener {
    border: none;
    background-color: whitesmoke;
}
.mobile-nav ul#menu-mobile-menu-main > li > .wd-nav-opener:after {
    color: black !important;
    font-weight: 900;
}
/************ CART SIDE *************/
.cart-widget-side .wd-heading .title {
    font-weight: 400;
}
.cart-widget-side .woocommerce-mini-cart__total > strong {
    font-weight: 400 !important;
}
.cart-widget-side .woocommerce-mini-cart__buttons a {
    text-transform: capitalize;
}
/*********** PRODUCT - ARCHIVE **********/
div#filter-row .wd-product-filters .wd-pf-title {
    background-color: whitesmoke;
    border: none;
    border-radius: 8px;
}
div#filter-row .wd-product-filters .title-text {
    font-size: 12px;
    text-transform: capitalize;
}
div#filter-row .wd-product-filters .selected-value {
    background-color: red;
    color: white;
    font-size: 11px;
    padding: 5px;
}
div#filter-row .wd-product-filters .wd-pf-dropdown a {
    font-size: 12px;
}
div#filter-row .wd-product-filters .wd-pf-btn button {
    border-radius: 8px;
    text-transform: capitalize;
}
/************ PRODUCT - SINGLE ************/
.single-product .product-images .wd-carousel-item img {
    mix-blend-mode: multiply;
}
.single-product .product-images .wd-carousel-item {
    background-color: whitesmoke;
}
.single-product .wd-breadcrumbs {
    background-color: whitesmoke;
    padding: 10px;
    font-size: 12px;
}
.single-product .summary-inner .wd-entities-title {
    font-weight: 400;
}
.single-product .summary-inner .quantity .plus {
    border: none;
    background-color: whitesmoke;
    border-radius: 0px 8px 8px 0px;
    font-weight: 900;
    border-left: 1px solid #0000001a;
}
.single-product .summary-inner .quantity .qty {
    border: none;
    font-weight: 900;
    background-color: whitesmoke;
}
.single-product .summary-inner .quantity .minus {
    border: none;
    background-color: whitesmoke;
    border-radius: 8px 0px 0px 8px;
    font-weight: 900;
    border-right: 1px solid #0000001a;
}
.single-product .summary-inner button {
    text-transform: capitalize;
    border-radius: 8px;
}
/*********** CART PAGE *************/
.woocommerce-cart .woocommerce-cart-form {
    padding: 30px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table th {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .plus {
    background-color: whitesmoke;
    border: none;
    border-radius: 0px 8px 8px 0px;
    border-left: 1px solid #00000020;
    font-weight: 900;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .qty {
    border: none;
    background-color: whitesmoke;
    font-weight: 900;
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .minus {
    background-color: whitesmoke;
    border: none;
    border-radius: 8px 0px 0px 8px;
    border-right: 1px solid #00000020;
    font-weight: 900;
}
.woocommerce-cart .woocommerce-cart-form .coupon .input-text {
    background-color: whitesmoke;
    border: none;
    color: black;
    font-size: 13px;
    border-radius: 8px;
}
.woocommerce-cart .woocommerce-cart-form .coupon .button {
    text-transform: capitalize;
    border-radius: 8px;
}
.woocommerce-cart .cart_totals .cart-totals-inner {
    border: none;
    background-color: whitesmoke;
    border-radius: 8px;
}
.woocommerce-cart .cart_totals .cart-totals-inner h2 {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
    border-radius: 8px !important;
    text-transform: capitalize;
}
/************* CHECKOUT PAGE ************/
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
    background-color: whitesmoke !important;
    margin-bottom: 20px;
    padding: 15px 20px;
}
.woocommerce-checkout .woocommerce .customer-details {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}
.woocommerce-checkout .woocommerce .customer-details h3 {
    font-weight: 400;
    text-transform: capitalize;
}
.woocommerce-checkout .woocommerce .customer-details input, 
.woocommerce-checkout .woocommerce .customer-details textarea {
    border: none;
    background-color: whitesmoke;
    border-radius: 8px;
    color: black;
    font-size: 12px;
}
/************ FOOTER - MAIN ************/
.footer-container {
    background-color: whitesmoke;
}
/*********** FOOTER - COPYRIGHTS *************/
.wd-copyrights {
    background-color: red !important;
    color: white !important;
}