/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

body {
    font-family: "Urbanist", Sans-serif !important;
}
.elementor-widget-text-editor {
    font-family: "Urbanist", Sans-serif !important;
}
.container {
    max-width: 1330px;
}
.whb-col-left, .whb-mobile-left {
    margin-left: 0 !important;
}
.whb-col-right, .whb-mobile-right {
    margin-right: 0 !important;
}
.site-content {
    margin-bottom: 0;
}
.wd-prefooter {
    display: none;
}
header.whb-header .whb-top-bar {
    padding: 24px 0;
    border-bottom: 1px solid #DADADA;
}
header.whb-header .wd-header-nav, header.whb-header .site-logo, header.whb-header .wd-header-text {
    padding-inline-start: 15px;
    padding-inline-end: 0;
}
header.whb-header .site-logo .wd-logo,
header.whb-header .site-logo {
    display: block;
    max-height: none;
    padding: 0;
}
header.whb-header .site-logo .wd-logo img {
    height: auto;
    max-height: none;
    padding: 0;
}
header.whb-header .whb-general-header-inner {
    height: auto;
    padding: 35px 0;
}
header.whb-header .whb-top-bar .wd-header-text {
    font-size: 16px;
    color: #71727A;
    flex: 0 0 auto;
}
header.whb-header .whb-top-bar .wd-header-text.phone,
header.whb-header .whb-top-bar .wd-header-text.email {
    display: flex;
    align-items: center;
}
header.whb-header .whb-top-bar .wd-header-text.phone:before {
    content: '';
    width: 28px;
    height: 28px;
    margin-right: 12px;
    margin-top: -4px;
    background: url("images/phone-Icon.svg") no-repeat;
}
header.whb-header .whb-top-bar .wd-header-text.email:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: url("images/email-Icon.svg") no-repeat;
}
header.whb-header .whb-top-bar .wd-header-nav ul li {
    padding: 0;
}
header.whb-header .whb-top-bar .wd-header-nav ul li a {
    height: auto;
    padding: 8px 12px;
    text-decoration: underline;
    border-radius: 12px;
    color: #1F2024;
    transition: .5s;
}
header.whb-header .whb-top-bar .wd-header-nav ul li a:hover,
header.whb-header .whb-top-bar .wd-header-nav ul li.current_page_item a {
    background: #ECFA63;
    text-decoration: none;
}
header.whb-header .wd-search-form {
    padding-inline-start: 24px;
    padding-inline-end: 0;
}
header.whb-header .whb-col-right {
    padding-inline-start: 24px;
}
header.whb-header .whb-top-bar .whb-col-right {
    padding-inline-start: 0;
}
header.whb-header .whb-col-right .wd-header-wishlist,
header.whb-header .whb-col-right .wd-header-cart {
    padding: 0;
    margin: 0 !important;
}
header.whb-header .whb-col-right .wd-header-wishlist {
    padding-left: 18px;
}
header.whb-header .whb-col-right .wd-header-cart {
    padding-left: 24px;
}
header.whb-header .whb-col-right .wd-header-cart .wd-tools-text {
    display: block !important;
}
header.whb-header .whb-col-right .wd-header-cart .wd-tools-text .wd-cart-subtotal {
    display: none !important;
}
header.whb-header .whb-col-right .wd-header-cart:hover .wd-tools-text:before {
    text-decoration: none;
    opacity: .6;
}
header.whb-header .whb-col-right .wd-header-cart .wd-tools-text:before {
    content: 'Koszyk';
    color: #1F2024;
    font-size: 16px;
    line-height: 100%;
    padding: 8px 12px;
    text-decoration: underline;
}
header.whb-header .whb-col-right .wd-header-wishlist a,
header.whb-header .whb-col-right .wd-header-cart a {
    width: 39px;
    height: 38px;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}
header.whb-header .whb-col-right .wd-header-cart a {
    width: auto;
}
header.whb-header .whb-col-right .wd-header-cart .wd-tools-count,
header.whb-header .whb-col-right .wd-header-wishlist .wd-tools-count {
    background: #EB0029;
    width: 20px;
    height: 20px;
    color: #fff;
    inset-inline-end: -9px;
    border-radius: 20px;
    line-height: 20px;
    top: -9px;
    font-size: 10px;
    font-weight: 600;
}
header.whb-header .wd-search-form form:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 16px;
    margin-top: -8px;
    z-index: 9;
    background: url("images/search-input-icon.svg") no-repeat;
}
header.whb-header .wd-search-form input {
    border: 0;
    height: 50px;
    border-radius: 12px;
    background: #F6F6F6;
    line-height: 50px;
    padding: 0;
    text-indent: 48px;
    color: #8F9098;
    font-size: 16px;
    font-weight: 500;
}
header.whb-header .wd-search-form button.searchsubmit {
    width: 142px;
    background: #000000;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    color: #FFFFFF;
}
header.whb-header .wd-search-form button.searchsubmit:before,
header.whb-header .wd-search-form button.searchsubmit:after {
    display: none;
}
header.whb-header .whb-top-bar .wd-header-my-account {
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header.whb-header .whb-top-bar .wd-header-my-account:before {
    content: '';
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background: url("images/account-icon.svg") no-repeat;
}
header.whb-header .whb-top-bar .wd-header-my-account a,
header.whb-header .whb-top-bar .wd-header-my-account a span {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 0;
    color: #1E1F1B;
}
header.whb-header {
    margin-bottom: 0px;
}
header.whb-header .wd-header-cats {
    margin: 0;
}
header.whb-header .whb-flex-row {
    position: relative;
}
header.whb-header .wd-header-cats {
    position: static;
}
header.whb-header .wd-header-cats .menu-opener {
    height: auto;
    background: #111827;
    border-radius: 12px;
    padding: 15px 16px;
    min-width: 306px;
}
header.whb-header .wd-header-cats .menu-opener:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url("images/dropdown-icon.svg") no-repeat;
}
header.whb-header .wd-header-cats .menu-opener .menu-opener-icon {
    margin-right: 24px;
}
header.whb-header .wd-header-cats .menu-opener .menu-opener-icon:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("images/dropdown-menu.svg") no-repeat;
}
header.whb-header .wd-header-cats .menu-opener .menu-open-label {
    font-size: 20px;
    font-weight: 600;
}
header.whb-header .wd-dropdown-cats {
    top: 77px;
    padding-top: 10px;
    background: transparent;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 24px;
    background: #1E1F1B;
    border: 0;
    padding: 24px 0;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .item-level-0 {
    display: none;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu {
    display: none;
    margin: 0;
    flex-wrap: wrap;
    padding: 72px 24px 48px 24px;
    list-style: none;
    width: 100%;
    left: 0;
    top: 88px;
    position: absolute;
    justify-content: space-between;
    background: #1E1F1B;
    border-radius: 0 0 24px 24px;
    border-bottom: 5px solid #DADADA;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu .ul-row {
    max-width: 310px;
    flex: 1 1 33.333%;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 1px;
    background: #91959A;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu ul:before {
    display: none;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu ul {
    position: relative;
    padding: 0;
    border: 0;
    top: auto;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu ul:after {
    display: none;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li {
    margin: 0 !important;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav li a:before {
    display: none;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav li {
    flex: auto;
    border: 0;
    position: static;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu > li {
    flex: 1 1 33.333%;
    max-width: 300px !important;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li.menu-item-has-children > a {
    position: relative;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li.menu-item-has-children > a:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block !important;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 991;
    background: url("images/menu-plus.svg") no-repeat center;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li.menu-item-has-children.wd-opened a:after {
    background: url("images/menu-minus.svg") no-repeat center;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav li a {
    font-size: 18px;
    line-height: 120%;
    font-weight: 800 !important;
    padding: 12px 24px 24px 24px;
    height: 84px;
	justify-content: center;
    color: #dadada;
    text-transform: uppercase;
    background-color: transparent !important;
}

header.whb-header .wd-dropdown-cats .menu li a:after {
    display: none;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav li a img {
    margin-right: 15px;
	max-width: 40px;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav li:hover > .sub-menu {
    display: flex;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav li:hover > a {
    color: #ECFA63;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li:hover > .sub-menu {
    display: block !important;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li {
    max-width: 100%;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li a {
    color: #F6F6F6;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    transition: .5s;
    font-weight: 400 !important;
    text-decoration: underline;
    text-transform: none;
    padding: 0 24px !important;
    margin: 0;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li a:hover {
    color: #ecfa63;
    text-decoration: none;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu li a:before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("images/menu-check-icon.svg") no-repeat;
}
header.whb-header .wd-dropdown-cats .menu.wd-nav .sub-menu .sub-menu li a:before {
    display: none !important;
}
header .wd-tools-element .wd-tools-icon:before {
	font-size: 24px
}
.home-banner {
    margin-bottom: 132px;
}
.home-banner .elementor-nav-menu--main {
    width: 100%;
    max-width: 630px;
    background: #1E1F1B;
    border-radius: 24px;
    position: absolute;
}
.home-banner .elementor-nav-menu--main ul li a {
    color: #DADADA;
    font-size: 28px;
    font-weight: 800;
    padding: 12px 48px !important;
    text-transform: uppercase;
    height: 120px;
}
.home-banner .elementor-nav-menu--main ul li a:after {
    content: '';
    width: calc(100% - 96px);
    height: 1px;
    background: #3E4135;
    position: absolute;
    left: 48px;
    bottom: 0;
}
.home-banner .elementor-nav-menu--main ul li:last-child a:after {
    display: none;
}
.home-banner .elementor-nav-menu--main ul li a img {
    margin-right: 24px;
    max-width: 48px;
}
.home-banner .elementor-nav-menu--main ul li a .sub-arrow svg {
    display: none;
}
.home-banner .elementor-nav-menu--main ul li a .sub-arrow {
    width: 60px;
    height: 34px;
    margin: 0;
    position: absolute;
    right: 48px;
    background: url("images/menu-arrow.svg") no-repeat;
}
.home-banner .elementor-nav-menu--main ul li .sub-menu,
.home-banner .elementor-nav-menu--main ul li .wd-cats-toggle {
    display: none !important;
}
.woocommerce-breadcrumb {
    padding: 8px 0;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-size: 16px;
    font-weight: 500 !important;
    padding: 4px 12px;
    margin: 0 !important;
}
.woocommerce-breadcrumb a {
    color: #1F2024 !important;
    padding-right: 0;
    text-decoration: underline !important;
}
.woocommerce-breadcrumb span {
    color: #91959A !important;
}
.woocommerce-breadcrumb a:after {
    content: '' !important;
    width: 12px;
    height: 12px;
    margin-right: 4px !important;
    margin-left: 16px !important;
    display: inline-block;
    background: url("images/breadcrumb-arrow.svg") no-repeat;
}
.main-page-wrapper {
    margin: 0 !important;
    padding-top: 0 !important;
}
.main-page-wrapper .title-shop {
    background: #fff;
    padding: 24px 0 !important;
    margin: 0 !important;
}
.main-page-wrapper .title-shop .wd-back-btn {
    display: none;
}
.main-page-wrapper .title-shop .container {
    justify-content: flex-start !important;
}
.main-page-wrapper .title-shop .title {
    color: #1E1F1B;
    font-size: 48px;
    line-height: 140%;
    margin-bottom: 24px;
}
footer {
    margin: 72px 24px 24px 24px;
}
footer .main-footer {
    max-width: 100%;
    padding: 72px 0;
    background: #1E1F1B;
    border-radius: 24px;
}
footer .main-footer .footer-sidebar {
    padding: 0;
}
footer .main-footer .footer-sidebar .footer-column {
    margin-bottom: 0;
}
footer .main-footer .footer-column .widget_block {
    padding: 0;
    margin: 0;
}
footer .main-footer .footer-column .widget_text {
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 24px 0;
}
footer .main-footer .footer-column .widget_text p {
    margin-bottom: 0;
}
footer .main-footer .footer-column .widget_text a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
footer .main-footer .footer-column .widget_text .footer-phone a,
footer .main-footer .footer-column .widget_text .footer-email a {
    display: flex;
    align-items: center;
}
footer .main-footer .footer-column .widget_text .footer-phone a:hover,
footer .main-footer .footer-column .widget_text .footer-email a:hover {
    color: #ECFA63;
}
footer .main-footer .footer-column .widget_text .footer-phone a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: url("images/footer-phone-icon.svg") no-repeat center;
}
footer .main-footer .footer-column .widget_text .footer-email a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: url("images/footer-email-icon.svg") no-repeat center;
}
footer .main-footer .footer-column h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}
footer .main-footer .footer-column ul {
    max-width: 270px;
}
footer .main-footer .footer-column ul li {
    margin-bottom: 0;
}
footer .main-footer .footer-column ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    line-height: 38px;
    height: auto;
    transition: .5s;
}
footer .main-footer .footer-column ul li.current-menu-item a {
    font-weight: 400;
    text-decoration: none;
    color: #ECFA63;
}
footer .main-footer .footer-column ul li a:hover {
    color: #ECFA63;
    text-decoration: none;
}
footer .copyrights-wrapper {
    margin-top: 24px;
    border: 0 !important;
}
footer .copyrights-wrapper .min-footer {
    padding: 0 !important;
}
/* footer .copyrights-wrapper .min-footer, footer .copyrights-wrapper .min-footer a {
    color: #91959A;
} */

/* sidebar-container */
.sidebar-container .widget-area .wd-widget {
    margin-bottom: 24px;
    padding: 0;
    border: 0;
}
.sidebar-container .widget-area .wd-widget .widget-title {
    color: #1F2024;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    text-transform: none;
    padding: 16px 24px;
    margin-bottom: 0;
    border-radius: 16px;
    background: #C5C6CC;
    position: relative;
    cursor: pointer;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter .widget-title:before {
	display: none !important;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider {
    margin: 0;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider:before {
    background: #E8E9F1;
    height: 8px;
    margin-top: -4px;
    border-radius: 8px;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider .ui-slider-range {
    height: 8px;
    margin-top: -4px;
    background: #1E1F1B;
    border-radius: 8px;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    background: #fff !important;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: -1px 2px 6px 0px #00000026;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider .ui-slider-handle:last-child {
    margin-left: -20px;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider .ui-slider-handle:after {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 8px;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider .ui-slider-handle span {
    color: #1F2024;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: absolute;
    top: 32px;
    white-space: nowrap;
}
.sidebar-container .widget-area .wd-widget ul,
.sidebar-container .widget-area .wd-widget.widget_price_filter form {
    background: #F6F6F6;
    padding: 42px 24px 24px 24px;
    margin-top: -16px;
    border-radius: 0 0 16px 16px;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form {
    padding-bottom: 52px;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider_amount .button {
    display: none;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider_amount .price_label {	
	font-size: 0;
	padding-top: 5px;
	width: 100%;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider_amount .price_label span {
	font-size: 16px;
	line-height: 32px;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider_amount .price_label span.from {
	float: left;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider_amount .price_label span.to {
	float: right;
}
.sidebar-container .widget-area .wd-widget.widget_price_filter form .price_slider_amount input {
    display: none !important;
}
.sidebar-container .widget-area .wd-widget ul li a {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    color: #1F2024;
    padding: 4px 0;
}
.sidebar-container .widget-area .wd-widget ul li a:before {
    border-color: #C5C6CC;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    border-radius: 6px;
}
.sidebar-container .widget-area .wd-widget ul li.chosen a:before {
    background: #ECFA63;
    border-color: #ECFA63;
}
.sidebar-container .widget-area .wd-widget ul li.chosen a:after {
    width: 12px;
    height: 12px;
    font-size: 0 !important;
    top: 10px;
    left: 6px;
    transform: none !important;
    background: url("images/checkbox-icon.png") no-repeat;
}
.sidebar-container .widget-area .wd-widget ul li .count {
    display: none !important;
}
.sidebar-container .widget-area .wd-widget:last-child {
    margin-bottom: 0;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list {
    margin-top: 0;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list {
    background: #1E1F1B;
    border-radius: 16px;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list ul {
    background: #1E1F1B;
    border-radius: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list ul {
    position: static;
    display: none;
    padding: 12px 0;
    background: none;
    transform: none;
    width: 100%;
    border-top: 1px solid #3A3C31
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list ul .wc-block-product-categories-list-item__image {
    display: none;
}
.sidebar-container .widget-area .wd-widget.widget_layered_nav .widget-title:before,
.sidebar-container .widget-area .wd-widget.widget_price_filter .widget-title:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("images/filter-plus.svg") no-repeat;
}
.sidebar-container .widget-area .wd-widget.widget_layered_nav.active .widget-title:before,
.sidebar-container .widget-area .wd-widget.widget_price_filter.active .widget-title:before {
    background: url("images/filter-minus.svg") no-repeat;
}
.sidebar-container .widget-area .wd-widget.widget_layered_nav .woocommerce-widget-layered-nav-list {
    display: none;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list ul .wd-dropdown.wd-dropdown-menu {
    padding: 12px 0;
    border-top: 1px solid #3A3C31
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list ul li a {
    color: #DADADA;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list li .wc-block-product-categories-list-item__image {
    max-width: 100%;
    border: 0;
    margin: 0 24px 0 0;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list ul.wd-nav {
    gap: 0;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list li.wc-block-product-categories-list-item > a {
    font-size: 20px;
    line-height: 120%;
    font-weight: 800 !important;
    padding: 19px 0;
    max-height: 84px;
    color: #DADADA;
    text-transform: uppercase;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list li.wc-block-product-categories-list-item {
    border-bottom: 1px solid #3A3C31;
    margin: 0 !important;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list li.wc-block-product-categories-list-item:last-child {
    border-bottom: 0
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list li.wc-block-product-categories-list-item:hover > ul {
    display: block;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list li.wc-block-product-categories-list-item ul li a {
    font-size: 16px;
    line-height: 32px;
    color: #F6F6F6;
    text-transform: none;
    padding: 0 0 0 24px;
    font-weight: 400 !important;
    text-decoration: underline;
    transition: .5s;
}
.sidebar-container .widget-area .wd-widget .wc-block-product-categories-list li.wc-block-product-categories-list-item ul li a:hover {
    color: #ECFA63;
    text-decoration: none;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul {
    margin: 0;
    background: #1e1f1b;
    border-radius: 16px;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul li a {
    color: #fff;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul li a img {
    margin-right: 24px;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories .wd-cats-toggle {
    display: none;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children .wd-cats-toggle {
    display: block;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children .wd-cats-toggle:after {
    display: none;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children .wd-cats-toggle {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 9;
    background: url("images/menu-plus.svg") no-repeat center;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children.list-shown .wd-cats-toggle.toggle-active {
    background: url("images/menu-minus.svg") no-repeat center;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.product-categories > li {
    border-bottom: 1px solid #3A3C31;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.product-categories > li:last-child {
    border-bottom: 0;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.product-categories > li > a {
    font-size: 20px;
    line-height: 120%;
    font-weight: 800 !important;
    padding: 19px 0;
    max-height: 84px;
    color: #DADADA;
    text-transform: uppercase;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.product-categories li.cat-item-133 {
    display: none !important;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children li a {
    font-size: 16px;
    line-height: 32px;
    color: #F6F6F6;
    text-transform: none;
    padding: 0 0 0 24px;
    font-weight: 400 !important;
    text-decoration: underline;
    position: relative;
    transition: .5s;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children li.current-cat > a {
    color: #ECFA63;
    text-decoration: none;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children li a:before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("images/menu-check-icon.svg") no-repeat;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children ul li a:before {
    display: none !important;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children {
    padding: 12px 0;
    border-top: 1px solid #3A3C31;
    border-radius: 0;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children ul {
    padding: 0;
    border: 0;
}
.sidebar-container .widget-area .wd-widget.widget_product_categories ul.children li a:hover {
    color: #ECFA63;
    text-decoration: none;
}

/* last product category */
.sidebar-container .widget-area .wd-widget .menu {
    background: #1e1f1b;
    border-radius: 16px;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0;
    border: 0;
}
.sidebar-container .widget-area .wd-widget .menu .item-level-0 {
    display: none !important;
}
.sidebar-container .widget-area .wd-widget .menu.wd-nav li .wd-cats-toggle {
    width: 100%;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.sidebar-container .widget-area .wd-widget .menu li.menu-item-has-children {
    border-bottom: 1px solid #3A3C31;
}
.sidebar-container .widget-area .wd-widget .menu li.menu-item-has-children:last-child {
    border-bottom: 0;
}
.sidebar-container .widget-area .wd-widget .menu li img {
    margin: 0 24px 0 0;
}
.sidebar-container .widget-area .wd-widget .menu a:before,
.sidebar-container .widget-area .wd-widget .menu a:after {
    display: none;
}
.sidebar-container .widget-area .wd-widget .menu a {
    background-color: transparent !important;
}
.sidebar-container .widget-area .wd-widget .menu li a {
    font-size: 20px;
    line-height: 120%;
    font-weight: 800 !important;
    padding: 19px 0;
    max-height: 84px;
    color: #dadada;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
}
.sidebar-container .widget-area .wd-widget .menu .sub-menu {
    display: none;
    margin-top: 0;
    padding: 12px 0 !important;
    border-top: 1px solid #3A3C31;
    background-color: transparent !important;
}
.sidebar-container .widget-area .wd-widget .menu .sub-menu ul {
    border-top: 0 !important;
    padding: 0 !important;
}
.sidebar-container .widget-area .wd-widget .menu .sub-menu li {
    border: 0;
    margin: 0;
    position: relative;
}
.sidebar-container .widget-area .wd-widget .menu .sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #f6f6f6;
    text-transform: none;
    padding: 0 0 0 24px;
    font-weight: 400 !important;
    text-decoration: underline;
    position: relative;
    transition: .5s;
}
.sidebar-container .widget-area .wd-widget .sub-menu li.opened > a {
    color: #ECFA63;
    text-decoration: none;
}
.sidebar-container .widget-area .wd-widget .menu .sub-menu li a:before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("images/menu-check-icon.svg") no-repeat;
}
.sidebar-container .widget-area .wd-widget .menu .sub-menu li a:hover {
    color: #ECFA63;
    text-decoration: none;
}
.sidebar-container .widget-area .wd-widget .menu .sub-menu ul li a:before {
    display: none !important;
}
.sidebar-container .widget-area .wd-widget .sub-menu li.opened .wd-cats-toggle {
    background: url("images/menu-minus.svg") no-repeat center;
}

/* sidebar-container */

/* wd-products */
.wd-products {
    gap: 24px;
}
.wd-products .wd-product .content-product-imagin {
    display: none !important;
}
.wd-products .wd-product {
    border: 1px solid #DADADA;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 31px 24px;
    height: 100%;
}
.wd-products .wd-product .product-wrapper {
    transform: none !important;
    gap: 24px;
}
.wd-products .wd-product .product-wrapper .product-image-link img {
    min-height: 258px;
    object-fit: cover;
}
.wd-products .wd-product .product-labels {
    display: none;
}
.wd-products .wd-product .product-element-top {
    overflow: visible;
}
.wrap-wishlist-button {
    position: absolute;
    right: -4px;
    top: -10px;
    z-index: 99;
}
.wrap-wishlist-button a {
    width: 24px !important;
    height: 24px !important;
}
.wrap-wishlist-button a:before {
    width: 24px;
    height: 24px;
    font-size: 0 !important;
    background: url("images/wishlist-button.png") no-repeat;
}
.wrap-wishlist-button a.added:before {
    background: url("images/wishlist-button-add.png") no-repeat;
}
.wd-product .wd-wishlist-product-actions {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    gap: 0;
    margin: 0;
}
.wd-product .wd-wishlist-product-actions a {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.elementor-widget-wd_wishlist .wd-wishlist-content .wd-wishlist-btn {
    opacity: 1 !important;
}
.wd-products .wd-product .product-element-bottom {
    text-align: left;
    height: 156px;
    padding: 24px 0 0 0 !important;
}
.wd-products .wd-product .product-element-bottom .wd-scroll {
    display: none;
}
.wd-products .wd-product .wd-entities-title {
    font-size: 16px;
    font-weight: 500;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wd-products .wd-product .product-rating-price {
    margin: 0;
}
.wd-products .wd-product .wrapp-product-price {
    height: 62px;
    justify-content: space-between;
    align-items: flex-end !important;
    flex-direction: row !important;
}
.wd-products .wd-product .wrapp-product-price .price {
    font-size: 24px;
    line-height: 140%;
    font-weight: 800;
    color: #000000;
}
.wd-products .wd-product .wrapp-product-price .price .price-normal {
    display: flex;
    flex-direction: column;
    gap: 12px
}
.wd-products .wd-product .wrapp-product-price .price .amount {
    font-weight: 800;
    color: #000000;
}
.wd-products .wd-product .wrapp-product-price .price .woocommerce-Price-currencySymbol {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    color: #000000;
}
.wd-products .wd-product .wrapp-product-price .price del,
.wd-products .wd-product .wrapp-product-price .price del .amount,
.wd-products .wd-product .wrapp-product-price .price del .amount .woocommerce-Price-currencySymbol {
    font-size: 16px;
    color: #91959A;
    font-weight: 500;
}
.wd-products .wd-product .add-to-cart-loop {
    display: none;
}
.wd-products .wd-product .add_to_cart_button {
    font-size: 0;
    padding: 0;
    width: 29px;
    height: 28px;
    min-height: auto;
    display: block;
    background: url("images/add-to-cart-icon.svg") no-repeat;
}
.wd-products .wd-product .wd-star-rating {
    align-self: auto;
}
.wd-products .wd-product .wd-star-rating .star-rating {
    color: #ECFA63;
    letter-spacing: 8px;
    font-size: 20px;
}
.wd-products .wd-product .wd-star-rating .star-rating:before {
    color: #D4D6DD;
}
.wd-shop-active-filters .wd-clear-filters {
    display: none;
}
.wd-shop-active-filters ul {
    display: flex !important;
    gap: 10px;
}
.wd-shop-active-filters ul li a {
    font-weight: 500;
    padding: 4px 16px;
    border-radius: 10px;
    border: 1px solid #000000;
    color: #1E1F1B;
    transition: .5s;
}
.wd-shop-active-filters ul li a span {
    color: #1E1F1B;
    font-weight: 500;
    transition: .5s;
}
.wd-shop-active-filters ul li a:hover {
    color: #fff;
    background: #000000;
}
.wd-shop-active-filters ul li a:hover span {
    color: #fff;
}
.wd-shop-active-filters ul li a:before {
    display: none;
}
.wd-shop-ordering .woocommerce-ordering .orderby {
    padding: 9px 24px 9px 44px !important;
    background: none;
    border: 1px solid #C5C6CC !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    color: #1F2024 !important;
    font-size: 16px !important;
}
.wd-shop-ordering .woocommerce-ordering:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 24px;
    background: url("images/select-icon.svg") no-repeat;
}
.wd-shop-ordering .woocommerce-ordering:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    background: url("images/select-arrow.svg") no-repeat;
}
.wd-woo-page-title h1 {
    font-size: 48px !important;
    line-height: 140%;
    color: #1E1F1B;
}
.wd-shop-desc .term-description {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    color: #1E1F1B;
}
.products-footer {
    margin-top: 48px;
}
.e-con .products-footer .wd-load-more {
    background: #EB0029 !important;
    border: 2px solid #EB0029 !important;
    color: #fff;
    padding: 0 !important;
    min-height: 50px !important;
    border-radius: 12px;
    min-width: 300px;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    transition: .5s;
}
.e-con .products-footer .wd-load-more:hover {
    background: #fff !important;
    color: #EB0029;
}
.e-con .products-footer .wd-load-more span:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: url("images/load-more-icon.png") no-repeat;
}
.product-upsells .elementor-widget-wd_text_block,
.product-upsells .elementor-widget-wd_products
{
    display: none;
}
.product-upsells.show .elementor-widget-wd_text_block,
.product-upsells.active .elementor-widget-wd_products
{
    display: block;
}
.product-upsells .wd-text-block {
    background: #C5C6CC;
    color: #1F2024;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    padding: 16px 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-upsells .wd-text-block:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("images/show-icon.svg");
}
.product-upsells.active .wd-text-block:before {
    background: url("images/hide-icon.svg");
}
.product-upsells .wd-products-element {
    padding: 24px 56px 24px 24px;
    border: 1px solid #1E1F1B;
    border-radius: 24px;
    height: 460px;
}
.product-upsells .zl-scrollBarBox {
    right: 24px !important;
    height: 90% !important;
    margin: 24px 0 !important;
}
.product-upsells .wd-products .wd-product {
    padding: 0;
    margin-bottom: 24px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #DADADA;
}
.product-upsells .wd-products .wd-product:last-child {
    border-bottom: 0;
}
.product-upsells .wd-products .wd-product .product-wrapper {
    gap: 24px;
}
.product-upsells .wd-products .wd-product .product-element-top {
    max-width: 100px;
    flex: none;
}
.product-upsells .wd-products .wd-product .product-list-content h3 {
    font-size: 20px;
    font-weight: 600;
    max-height: none;
}
.product-upsells .wd-products .wd-product .product-list-content .price,
.product-upsells .wd-products .wd-product .product-list-content .price del {
    color: #000000;
    font-size: 24px;
}
.product-upsells .wd-products .wd-product .product-list-content .price .amount {
    color: #000000;
    font-weight: 800;
}
.product-upsells .wd-products .wd-product .product-list-content .price .woocommerce-Price-currencySymbol {
    font-size: 20px;
    font-weight: 500;
}
.product-upsells .wd-products .wd-product .product-image-link img {
    min-height: 100px;
    border-radius: 24px;
    padding: 5px;
    border: 1px solid #DADADA;
}
.product-upsells .wd-products .wd-product .wd-buttons,
.product-upsells .wd-products .wd-product .product-list-content .wd-star-rating,
.product-upsells .wd-products .wd-product .product-list-content .wd-product-cats,
.product-upsells .wd-products .wd-product .product-list-content .wd-add-btn {
    display: none;
}
/* wd-products */

/*faq-block*/

.wd-accordion:before {
    display: none !important;
}
.wd-accordion .wd-accordion-item {
    margin-bottom: 24px !important;
    padding: 24px 24px 10px 24px;
    border: 1px solid #DADADA !important;
    border-radius: 24px;
    position: relative;
}
.wd-accordion .wd-accordion-item:last-child {
    margin-bottom: 0 !important;
}
.wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-opener:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("images/accordion-open.svg") no-repeat;
}
.wd-accordion .wd-accordion-item .wd-accordion-title.wd-active .wd-accordion-opener {
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-opener:after {
    content: 'Mniej';
    position: absolute;
    color: #91959A;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transform: rotate(180deg);
    right: -50px;
    bottom: 4px;
    opacity: 0;
}
.wd-accordion .wd-accordion-item .wd-accordion-title.wd-active .wd-accordion-opener:after {
    opacity: 1;
}
.wd-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
    position: static;
}
.wd-accordion .e-n-accordion .e-n-accordion-item:last-child {
    margin-bottom: 0;
}
.wd-accordion .wd-accordion-item .wd-accordion-title {
    border: 0;
    padding: 0 !important;
    margin-bottom: 0 !important;
    justify-content: space-between;
    flex-direction: row;
}
.wd-accordion .wd-accordion-item .wd-accordion-title.wd-active {
    margin-bottom: 12px !important;
}
.wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    font-size: 32px;
    line-height: 54px;
    font-weight: 600;
    color: #000000;
}
.wd-accordion .wd-accordion-item .wd-accordion-content {
    padding-bottom: 38px;
}
.wd-accordion .wd-accordion-item .wd-accordion-content h3 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
}
.wd-accordion .wd-accordion-item .wd-accordion-content ul {
    padding: 0;
    list-style: none;
}
.wd-accordion .wd-accordion-item .wd-accordion-content ul li {
    margin: 0;
}
/*faq-block*/

/*form-block*/
.form-block .e-con-full {
    border-radius: 24px;
}
.form-block .form-block-left {
    min-height: 684px;
    padding-right: 36px;
    align-items: flex-end;
}
.form-block .form-block-left .elementor-widget-button {
    max-width: 383px !important;
}
.form-block .form-block-left .elementor-widget-button .elementor-button {
    border-radius: 12px;
    padding: 13px 16px;
    width: 214px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F6F6;
    color: #1E1F1B;
    border: 1px solid #1E1F1B;
    transition: .5s;
}
.form-block .form-block-left .elementor-widget-button .elementor-button:hover {
    background: #1E1F1B;
    color: #F6F6F6;
}
.form-block .form-block-left .elementor-widget-button .elementor-button:hover:before {
    background: url("images/button-icon-hover.svg") no-repeat;
}
.form-block .form-block-left .elementor-widget-button .elementor-button:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("images/button-icon.svg") no-repeat;
    transition: .5s;
}
.form-block .form-block-left .e-flex {
    justify-content: center;
    padding: 0 36px 0 0;
}
.form-block .form-block-left h2 {
    font-size: 48px;
    line-height: 140%;
    font-weight: 800 !important;
    margin-bottom: 24px;
    color: #1E1F1B;
    max-width: 383px;
}
.form-block .form-block-top {
    padding: 48px 271px 48px 107px;
}
.form-block .form-block-top h2 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 140%;
    font-weight: 800 !important;
    color: #1E1F1B;
}
.form-block .form-block-top .elementor-widget-wd_text_block {
    font-size: 32px;
    line-height: 140%;
}
.contact-block {
    border-radius: 24px;
    padding: 34px 48px 48px 48px;
    border: 1px solid #DADADA;
}
.wpcf7-form label {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #2F3036;
    margin-bottom: 24px;
    cursor: pointer;
}
.contact-block .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}
.contact-block .wpcf7-form textarea {
    height: 177px;
}
.wpcf7-form label span {
    color: #EB0029;
}
.wpcf7-form .form-row {
    gap: 24px;
}
.wpcf7-form .form-row {
    display: flex;
}
.form-block .form-block-top .wpcf7-form .form-row .wpcf7-form-control-wrap {
    flex: 1;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute !important;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    border: 1px solid #91959A;
    border-radius: 12px;
    text-indent: 16px;
    color: #1F2024;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    line-height: 50px;
    height: 50px;
    transition: .5s;
}
.wpcf7-form input:hover,
.wpcf7-form input:active,
.wpcf7-form input:focus,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    box-shadow: inset 0 0 0 1.5px #1E1F1B !important;
}
.wpcf7-form textarea {
    resize: none;
}
.form-block .form-block-top .wpcf7-form button[type=submit] {
    flex: auto;
    padding: 0;
    display: block;
    max-width: 192px;
    background: #EB0029;
    border-radius: 12px;
    line-height: 50px;
    height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}
.wpcf7-form button[type=submit] {
    background: #1E1F1B;
    color: #fff;
    border-radius: 12px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    max-width: 256px;
    display: block;
    padding: 0;
    cursor: pointer;
    text-transform: none;
    transition: .5s;
}
.wpcf7-form button[type=submit]:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.wpcf7-form button:after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    background: url("images/submit-icon.svg") no-repeat;
}
.wpcf7-form .wpcf7-response-output {
    margin: 24px 0 0 0;
}
.form-block .wpcf7-form button:after {
    background: url("images/submit-red-icon.svg") no-repeat;
}
.form-block .form-block-bottom {
    padding: 69px 0 69px 104px;
}
.form-block .form-block-bottom .elementor-widget-image {
    padding: 12px 36px;
    border-right: 1px solid #3E4135;
}
.form-block .form-block-bottom .elementor-widget-image img {
    width: auto;
}
.form-block .form-block-bottom .elementor-widget-image:last-child {
    border-right: 0;
}
.e-widget-swiper .swiper-pagination-bullets {
    display: none;
}
.e-widget-swiper .elementor-swiper-button svg path {
    transition: .5s;
}
.e-widget-swiper .elementor-swiper-button:hover svg path {
    fill: #EB0029;
}
/* form-block */

.wd-brands .wd-carousel {
    padding: 0 !important;
}
.wd-brands .wd-carousel .wd-brand-item {
    padding: 0 !important;
}
.wd-brands .wd-nav-arrows .wd-btn-arrow {
    opacity: 1 !important;
    transform: none !important;
}
.wd-brands .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after {
    color: #DADADA;
}
.wd-brands .wd-nav-arrows .wd-btn-arrow:hover .wd-arrow-inner:after {
    color: #EB0029;
}

/* testimonials-block */
.testimonials-block .wd-carousel {
    padding: 0 !important;
}
.testimonials-block .wd-carousel-inner {
    margin: 0;
}
.testimonials-block .wd-nav-pagin-wrap {
    margin-top: 24px;
}
.testimonials-block .wd-nav-pagin-wrap ul {
    width: 288px;
    background: #E8E9F1;
    display: flex;
    gap: 0;
    margin: auto;
    border-radius: 8px;
}
.testimonials-block .wd-nav-pagin-wrap ul li {
    flex: auto;
}
.testimonials-block .wd-nav-pagin-wrap ul li span {
    height: 8px;
    background: none;
    border: 0;
}
.testimonials-block .wd-nav-pagin-wrap ul li.wd-active {
    background: #1E1F1B;
    border-radius: 8px;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-info {
    background: #F6F6F6;
    border-radius: 24px 24px 0 0;
    padding: 24px 24px 0 24px;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-info .wd-testimon-thumb {
    margin-right: 24px;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-info .wd-testimon-thumb img {
    min-width: 66px;
    max-width: 66px;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-info .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-info .title:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    background: url("images/testimonials-block-icon.svg") no-repeat;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-info .star-rating {
    margin: 0;
    color: #EB0029;
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 5px;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-text {
    background: #F6F6F6;
    font-size: 16px;
    color: #000000;
    margin-top: 0;
    padding: 24px 24px 54px 24px;
    border-radius: 0 0 24px 24px;
}
.testimonials-block .wd-carousel .wd-testimon .wd-testimon-text:before {
    display: none;
}
/* testimonials-block */

/* blog-block */

.blog-block .elementor-widget-text-editor ul {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.blog-block .elementor-widget-text-editor ul li {
    margin: 0 !important;
}
.blog-block .elementor-widget-text-editor ul li a {
    display: block;
    font-size: 20px !important;
    color: #1E1F1B;
    border: 1px solid #1E1F1B;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
}
.blog-block .elementor-widget-text-editor ul li.wd-active a,
.blog-block .elementor-widget-text-editor ul li a:hover {
    color: #FFFFFF !important;
    background: #1E1F1B;
}
.wd-posts .wd-carousel {
    padding: 0 !important;
    margin-top: 24px;
}
.wd-posts .wd-nav-pagin-wrap {
    margin: 0;
    position: absolute;
    top: -62px;
    right: 0;
    min-height: 8px;
}
.wd-posts .wd-nav-pagin-wrap ul {
    justify-content: flex-end;
    width: 288px;
    background: #E8E9F1;
    height: 8px;
    border-radius: 8px;
    display: flex;
    gap: 0;
}
.wd-posts .wd-nav-pagin-wrap ul li {
    flex: auto;
}
.wd-posts .wd-nav-pagin-wrap ul li span {
    height: 8px;
    border: 0;
    width: 100%;
}
.wd-posts .wd-nav-pagin-wrap ul li.wd-active span {
    background: #1E1F1B;
    border-radius: 8px;
}
.wd-posts .wd-post {
    box-shadow: none !important;
}
.wd-posts .wd-post .article-inner,
.elementor-widget-archive-posts article.post {
    border: 1px solid #DADADA;
    border-radius: 24px;
    padding: 24px 24px 40px 24px;
    box-shadow: none !important;
}
.wd-posts .wd-post .article-inner .post-image-mask,
.wd-posts .wd-post .article-inner .post-date {
    display: none;
}
.wd-posts .wd-post .article-inner .post-img-wrapp,
.elementor-widget-archive-posts article.post .elementor-post__thumbnail__link {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.elementor-widget-archive-posts article.post .elementor-post__thumbnail__link {
    margin-bottom: 12px !important;
}
.elementor-widget-archive-posts article.post .elementor-post__thumbnail__link .elementor-post__thumbnail:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .7s;
}
.elementor-widget-archive-posts article.post .elementor-post__thumbnail__link .elementor-post__thumbnail {
    transition: .7s;
}
.elementor-widget-archive-posts article.post:hover .elementor-post__thumbnail__link .elementor-post__thumbnail {
    transform: scale(1.03);
}
.elementor-widget-archive-posts article.post:hover .elementor-post__thumbnail__link .elementor-post__thumbnail:after {
    opacity: 1;
}
.elementor-widget-archive-posts article.post .elementor-post__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.elementor-widget-archive-posts article.post .elementor-post__excerpt {
    margin: 0;
}
.wd-posts .wd-post .article-inner .post-img-wrapp img {
    display: block;
    border: 0 !important;
}
.wd-posts .wd-post .article-inner .article-body-container {
    text-align: left;
    padding: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.wd-posts .wd-post .article-inner .article-body-container h3,
.elementor-widget-archive-posts article.post .elementor-post__text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 0;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wd-posts .wd-post .article-inner .wd-entry-content {
    color: #000;
    font-size: 16px;
}
.wd-posts .wd-post .article-inner .article-body-container h3 a,
.elementor-widget-archive-posts article.post .elementor-post__text h3 a {
    color: #000;
}
.wd-posts .wd-post .article-inner .article-body-container .read-more-section {
    margin: 0;
}
.wd-posts .wd-post .article-inner .article-body-container .read-more-section a,
.elementor-widget-archive-posts article.post .elementor-post__text .elementor-post__read-more {
    color: #91959A;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.elementor-widget-archive-posts article.post .elementor-post__text .elementor-post__read-more {
    width: 100%;
}
.wd-posts .wd-post .article-inner .article-body-container .read-more-section a:after,
.elementor-widget-archive-posts article.post .elementor-post__text .elementor-post__read-more:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    opacity: 1;
    animation: none;
    position: static;
    background: url("images/blog-more-icon.svg") no-repeat;
}
.wd-loop-footer {
    margin-top: 24px;
    padding-top: 24px;
}
.wd-loop-footer a.btn,
.wd-loop-footer .btn.wd-load-more-loader {
    background: #eb0029 !important;
    border: 2px solid #eb0029 !important;
    color: #fff !important;
    padding: 0 !important;
    min-height: 50px !important;
    border-radius: 12px;
    min-width: 300px;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    transition: .5s;
}
.wd-loop-footer a.btn:hover {
    background: #fff !important;
    color: #eb0029 !important;
}
.wd-loop-footer a.btn span:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: url('images/load-more-icon.png') no-repeat;
}
/* blog-block */

/* wd-products-tabs */
.wd-products-tabs .wd-tabs-header {
    margin-bottom: 36px;
    gap: 0 !important;
    border-bottom: 0 !important;
}
.wd-products-tabs .wd-tabs-header ul {
    column-gap: 24px;
}
.wd-products-tabs .wd-tabs-header ul li {
    margin: 0 !important;
}
.wd-products-tabs .wd-tabs-header ul li a {
    font-size: 20px !important;
    color: #1E1F1B;
    border: 1px solid #1E1F1B;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
}
.wd-products-tabs .wd-tabs-header ul li.wd-active a,
.wd-products-tabs .wd-tabs-header ul li a:hover {
    color: #FFFFFF !important;
    background: #1E1F1B;
}
.wd-products-tabs .wd-tab-content-wrapper .wd-carousel-item {
    height: auto;
}
.wd-products-tabs .wd-nav-pagin-wrap {
    margin: 0;
    position: absolute;
    top: -50px;
    right: 0;
    min-height: 8px;
}
.wd-products-tabs .wd-nav-pagin-wrap ul {
    justify-content: flex-end;
    width: 288px;
    background: #E8E9F1;
    height: 8px;
    border-radius: 8px;
    display: flex;
    gap: 0;
}
.wd-products-tabs .wd-nav-pagin-wrap ul li {
    flex: auto;
}
.wd-products-tabs .wd-nav-pagin-wrap ul li span {
    height: 8px;
    border: 0;
    width: 100%;
}
.wd-products-tabs .wd-nav-pagin-wrap ul li.wd-active span {
    background: #1E1F1B;
    border-radius: 8px;
}
.related-posts-slider {
	padding: 48px 0;
	margin: 0 !important;
}
.related-posts-slider .title {	
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: 0%;
	margin-bottom: 0;
}
.related-posts-slider .wd-carousel {
	margin: 0 !important;
	padding: 24px 0 !important;
}
.related-posts-slider .wd-carousel-inner {
	margin: 0 !important;
}
.related-posts-slider.wd-posts .wd-nav-pagin-wrap {
	top: 78px;
}
/* wd-products-tabs */

/*.single */
.single .wd-single-wishlist-btn {
    position: absolute;
    right: 23px;
    top: 28px;
    z-index: 99;
}
.single .wd-single-wishlist-btn a {
    width: 24px;
    height: 24px;
}
.single .wd-single-wishlist-btn a:before {
    width: 24px;
    height: 24px;
    font-size: 0;
    background: url("images/wishlist-button.png") no-repeat;
}
.single .wd-single-wishlist-btn a.added:before {
    background: url("images/wishlist-button-add.png") no-repeat;
}
.single .woocommerce-product-gallery .wd-gallery-thumb {
    margin-right: 24px;
    overflow: hidden;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-carousel {
    padding: 40px 0;
    margin: -8px 0;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-nav-arrows .wd-arrow-inner {
    background: none;
    height: 24px;
    width: 24px;
    color: #91959A;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-nav-arrows .wd-disabled .wd-arrow-inner:hover {
    color: #91959A !important;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-nav-arrows .wd-arrow-inner:hover {
    color: #EB0029;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-nav-arrows .wd-arrow-inner:after {
    font-size: 24px;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-nav-arrows .wd-prev {
    position: absolute;
    top: 0;
    width: 100%;
    height: 24px;
    text-align: center;
    background: #fff;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-nav-arrows .wd-next {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 24px;
    text-align: center;
    background: #fff;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item {
    border: 1px solid #DADADA;
    border-radius: 24px;
    overflow: hidden;
    margin: 8px 0;
    opacity: 1 !important;
    height: 100px !important;
    width: 100px !important;
}
.single .woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item.wd-active {
    opacity: 1;
}
.single .woocommerce-product-gallery .wd-gallery-images {
    border: 1px solid #DADADA;
    border-radius: 24px;
    padding: 24px;
}
.single .woocommerce-product-gallery .wd-gallery-images img {
    height: 470px;
    object-fit: contain;
}
.single .woocommerce-product-gallery .product-labels {
    display: none;
}
.single .woocommerce-product-gallery .product-additional-galleries {
    position: static;
    padding: 0;
    margin: 0;
}
.single .woocommerce-product-gallery .product-additional-galleries a {
    font-size: 0;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: none;
    z-index: 991;
    background: url("images/zoom-out_map.svg") no-repeat;
}
.single .woocommerce-product-gallery .product-additional-galleries a:before,
.single .woocommerce-product-gallery .product-additional-galleries a:after {
    display: none;
}
.single .woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows {
    display: none;
}
.product .product-bestseller {
    position: absolute;
    width: 99px;
    height: 26px;
    top: 28px;
    left: 24px;
    z-index: 991;
    background: url("images/bestseller.png") no-repeat;
}
.product .product-product_h {
    position: absolute;
    width: 48px;
    height: 26px;
    top: 28px;
    left: 24px;
    z-index: 991;
    background: url("images/product-product_h.png") no-repeat;
}
.product .product-bestseller ~ .product-product_h {
    top: 58px;
}
.product .product-bestseller div,
.product .product-product_h div{
    font-size: 0;
}
.single .wd-single-brands .wd-product-brands {
    display: flex;
}
.single .wd-single-brands .wd-product-brands img {
    display: block;
}
.single .wd-single-brands .wd-product-brands .wd-label,
.single .wd-single-meta .meta-label {
    flex: 0;
    color: #000;
    font-weight: 500;
}
.wd-nav-pagin-wrap  {
    margin: 0;
    position: absolute;
    top: -58px;
    right: 0;
    min-height: 8px;
}
.wd-nav-pagin-wrap ul {
    justify-content: flex-end;
    width: 288px;
    background: #E8E9F1;
    height: 8px;
    border-radius: 8px;
    display: flex;
    gap: 0;
}
.wd-nav-pagin-wrap ul li {
    flex: auto;
}
.wd-nav-pagin-wrap ul li span {
    height: 8px !important;
    border: 0 !important;
    width: 100% !important;
}
.wd-nav-pagin-wrap ul li.wd-active span {
    background: #1E1F1B !important;
    border-radius: 8px;
}
.single .wd-info-box {
    gap: 0;
}
.single .wd-info-box .box-icon-wrapper {
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    color: #0F0F0F;
}
.single .wd-info-box .info-box-inner {
    color: #3C3F46;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}
.single .wd-single-add-cart .cart {
    gap: 24px;
    align-items: center;
    padding: 12px 0;
    margin-top: 24px;
}
.single .wd-single-add-cart .cart .cart-before {
    margin: 0;
    color: #1E1F1B;
    font-size: 20px;
    font-weight: 600;
    flex: none;
}
.single .wd-single-add-cart .cart .single_add_to_cart_button {
    background: #1E1F1B;
    border-radius: 12px;
    border: 1px solid #1E1F1B;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: none;
    flex: auto;
    padding: 0 !important;
    height: 50px;
    line-height: 48px;
    box-shadow: none;
}
.single .wd-single-add-cart .cart .single_add_to_cart_button:hover {
    background: none;
    color: #1E1F1B;
}
.single .wd-single-add-cart .cart .single_add_to_cart_button:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: static;
    opacity: 1;
    background: url("images/single-add-to-cart-icon.svg") no-repeat;
}
.price-blocks,
.single .wd-single-price .price .price-normal {
    display: none;
}
.single .wd-single-price .price .price-blocks {
    width: 100%;
    display: flex;
    gap: 16px;
}
.single .wd-single-price .price .price-blocks .price-block {
    padding: 8px 24px;
    border-radius: 12px;
    width: 50%;
}
.single .wd-single-price .price .price-blocks .price-block .price-current del {
    text-decoration: none;
    padding: 0;
    background: none;
}
.single .wd-single-price .price .price-blocks .price-block .price-current ins {
    display: none;
}
.single .wd-single-price .price .price-blocks .price-block .price-current .amount {
    color: #91959A;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-decoration: line-through ;
}
.single .wd-single-price .price .price-blocks .price-block .price-new {
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    line-height: 140%;
}
.single .wd-single-price .price .price-blocks .price-block .price-new .woocommerce-Price-currencySymbol {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}
.single .wd-single-price .price .price-blocks .price-block.price-not-vat {
    background: #F6F6F6;
}
.single .wd-single-price .price .price-blocks .price-block.price-vat {
    background: #ECFA63;
}
.single .wd-single-price .price .price-blocks .price-block .d-flex {
    display: flex;
    align-items: center;
    gap: 24px;
}
.single .wd-single-price .price .price-blocks .price-block .price-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #1E1F1B;
    margin-bottom: 4px;
}
.quantity .button {
    width: 48px;
    height: 48px;
    background: #DADADA;
    border-radius: 25px !important;
    border: 0;
    padding: 0;
    transition: .5s;
}
.quantity .button svg rect {
    transition: .5s;
}
.quantity .button:hover svg rect {
    fill: #1E1F1B;
}
.quantity input[type="number"] {
    color: #1f2024 !important;
    font-size: 20px;
    font-weight: 600;
    width: 44px !important;
    height: 48px !important;
    border: 0;
}
.single .wd-single-price .price {
    display: flex;
    gap: 16px;
}
.single .wd-single-price .price del {
    padding: 12px 24px;
    background: #F6F6F6;
    border-radius: 12px;
}
.single .wd-single-price .price ins {
    padding: 12px 24px;
    background: #ECFA63;
    border-radius: 12px;
}
.single .wd-single-price .price del,
.single .wd-single-price .price ins {
    flex: 1 1 50%;
}
.single .wd-star-rating {
    display: flex;
    align-items: center;
    gap: 24px;
}
.single .wd-star-rating .star-rating {
    color: #ECFA63;
    letter-spacing: 8px;
    font-size: 20px;
    line-height: 20px;
}
.single .wd-star-rating .star-rating:before {
    color: #D4D6DD;
}
.single .wd-single-tabs .wd-nav-wrapper {
    text-align: left;
    margin: 24px 0;
}
.single .wd-single-tabs .wd-nav-wrapper ul li {
    margin-right: 24px;
}
.single .wd-single-tabs .wd-nav-wrapper ul li a {
    font-size: 20px !important;
    color: #1e1f1b;
    border: 1px solid #1e1f1b;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
}
.single .wd-single-tabs .wd-nav-wrapper ul li.active a,
.single .wd-single-tabs .wd-nav-wrapper ul li:hover a {
    color: #fff !important;
    background: #1e1f1b;
}
.single .woocommerce-Tabs-panel {
    font-size: 20px;
    line-height: 140%;
    color: #1E1F1B;
}
.single .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    height: 730px;
}
.single .woocommerce-Tabs-panel.wc-tab iframe {
    min-height: 720px;
}
.single .woocommerce-Tabs-panel h3 {
    font-size: 40px;
    line-height: 140%;
    font-weight: 600;
    color: #1E1F1B;
    margin-bottom: 0;
}
.single .woocommerce-Tabs-panel h4 {
    font-size: 36px;
    line-height: 140%;
    font-weight: 500;
    color: #1E1F1B;
    margin-bottom: 0;
}
.single .woocommerce-Tabs-panel ul {
    padding-left: 30px;
}
.single .woocommerce-Tabs-panel ul li {
    margin-bottom: 0;
}
.single .woocommerce-Tabs-panel .zl-scrollContentDiv {
    padding-right: 24px !important;
}
.single .woocommerce-Tabs-panel .PS-row {
    display: flex;
}
.single .woocommerce-Tabs-panel .PS-row .PS-row-left,
.single .woocommerce-Tabs-panel .PS-row .PS-row-right {
    flex: 1;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    width: 8px !important;
    border-radius: 8px !important;
    background: #E8E9F1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px !important;
    border-radius: 8px !important;
    background: #1E1F1B !important;
}
.mCSB_scrollTools {
	opacity: 1 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	display: none;
}
.single .woocommerce-Tabs-panel table {
    overflow: visible;
    margin-top: 20px;
}
.single .woocommerce-Tabs-panel table tr,
.gc__product__attributes__content .gc__product__attribute {
    padding: 12px 42px;
    margin: 0;
    justify-content: flex-start;
    border: 0;
    gap: 24px;
    display: flex;
}
.single .woocommerce-Tabs-panel table tr:nth-child(odd),
.gc__product__attributes__content .gc__product__attribute:nth-child(odd) {
    background: #F6F6F6;
    border-radius: 12px;
}
.single .woocommerce-Tabs-panel table tr th,
.gc__product__attributes__content .gc__product__attribute .gc__product__attribute__label {
    font-weight: 600;
}
.single .woocommerce-Tabs-panel table tr td,
.gc__product__attributes__content .gc__product__attribute .gc__product__attribute__value {
    font-weight: 400;
    padding: 0;
    border: 0;
}
.single .woocommerce-Tabs-panel table tr td:first-child,
.gc__product__attributes__content .gc__product__attribute .gc__product__attribute__value:first-child {
    font-weight: 600;
}
.single .woocommerce-Tabs-panel table tr th,
.single .woocommerce-Tabs-panel table tr td,
.gc__product__attributes__content .gc__product__attribute .gc__product__attribute__label,
.gc__product__attributes__content .gc__product__attribute .gc__product__attribute__value {
    width: 50%;
    text-align: left;
}
.single .woocommerce-Tabs-panel hr {
    display: none;
}
.single .woocommerce-Tabs-panel p span {
    color: #1e1f1b !important;
    font-size: 20px !important;
    text-decoration: none !important;
}
.tabeladiv {
    float: left;
    min-width: 220px;
    width: 32%;
}
.tabeladiv_przerwa {
    float: left;
    width: 2%;
}
.calosc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.calosc .wyp {
    padding: 5px;
    background-color: white;
    border: solid #000 1px;
    float: left;
    margin-bottom: 3%;
    margin-right: 1%;
    margin-left: 1%;
    overflow: hidden;
    display: table-cell;
    flex-basis: 30%;
    border-radius: 15px;
}
.calosc .wyp .nagdod,
.calosc .wyp .opis {
    padding: 10px;
    text-align: center;
}
.tabeladiv {
    float: left;
    min-width: 220px;
    width: 32%;
}
.single .my_rating_count {
    font-size: 16px;
    font-weight: 500;
    color: #91959a;
}
.single .e-con .elementor-widget {
    min-width: auto;
}
.elementor-widget-woocommerce-product-short-description h2 {
    font-family: "Urbanist", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    color: #1e1f1b;
}
.elementor-widget-woocommerce-product-short-description h3 {
    font-family: "Urbanist", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #1e1f1b;
}
/*.single */

/* wd-registration wd-login */
.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
    background: #101827 !important;
    border-radius: 12px;
}
.woocommerce.cart-content-wrapper {
    display: block !important;
}
.woocommerce.cart-content-wrapper .woocommerce-cart-form,
.woocommerce.cart-content-wrapper .cart-totals-section {
    flex: auto;
    max-width: 100%;
}
.woocommerce .wd-registration-page .woocommerce-form {
    max-width: 634px;
    border: 1px solid #DADADA;
    border-radius: 24px;
    padding: 48px;
    margin: 0 auto;
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px
}
.woocommerce .wd-registration-page .woocommerce-form .woocommerce-FormRow,
.woocommerce .wd-registration-page .woocommerce-form .form-row {
    margin-bottom: 0;
}
.woocommerce .wd-registration-page.active-register .woocommerce-form {
    max-width: 928px;
}
.woocommerce .wd-registration-page .row {
    margin: 0;
}
.woocommerce .wd-registration-page .row .col-12 {
    border: 0 !important;
}
.woocommerce .wd-registration-page h2.wd-login-title {
    padding: 24px 0;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 67px;
    font-weight: 800;
    text-transform: none;
    color: #91959A;
    background: none;
    box-shadow: none;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.woocommerce .wd-registration-page h2.wd-login-title .login {
    color: #1E1F1B;
}
.woocommerce .wd-registration-page.active-register h2.wd-login-title .login {
    color: #91959A;
}
.woocommerce .wd-registration-page.active-register h2.wd-login-title .reg {
    color: #1E1F1B;
}
.woocommerce .wd-registration-page h2.wd-login-title .check {
    width: 53px;
    height: 33px;
    background: #1E1F1B;
    border-radius: 25px;
    position: relative;
}
.woocommerce .wd-registration-page h2.wd-login-title .check:before {
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 25px;
    position: absolute;
    transform: translateX(25px);
    top: 5px;
    background: #fff;
    transition: .5s;
}
.woocommerce .wd-registration-page.active-register h2.wd-login-title .check:before {
    transform: translateX(5px);
}
.woocommerce .wd-register-tabs .woocommerce-form button[type=submit] {
    background: #1E1F1B;
    color: #fff;
    border-radius: 12px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    max-width: 256px;
    display: block;
    padding: 0;
    cursor: pointer;
    text-transform: none;
    transition: .5s;
}
.woocommerce .wd-register-tabs .woocommerce-form button[type=submit]:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.woocommerce .wd-register-tabs .woocommerce-form input {
    border: 1px solid #91959A;
    border-radius: 12px;
    text-indent: 16px;
    color: #1F2024;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    line-height: 50px;
    height: 50px;
    transition: .5s;
}
.woocommerce .wd-register-tabs .woocommerce-form input:hover,
.woocommerce .wd-register-tabs .woocommerce-form input:active,
.woocommerce .wd-register-tabs .woocommerce-form input:focus {
    box-shadow: inset 0 0 0 1.5px #1E1F1B !important;
}
.woocommerce .wd-register-tabs .woocommerce-form label {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #2F3036;
    margin-bottom: 8px;
    cursor: pointer;
}
.woocommerce .wd-register-tabs .woocommerce-form .login-form-footer {
    width: 100%;
    justify-content: flex-end;
}
.woocommerce .wd-register-tabs .woocommerce-form .login-form-footer .lost_password {
    color: #91959A;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    text-decoration: underline;
}
.woocommerce .wd-register-tabs .woocommerce-form .login-form-footer .woocommerce-form-login__rememberme,
.woocommerce .wd-register-tabs .woocommerce-form.register .woocommerce-privacy-policy-text {
    display: none;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row {
    flex: 1 1 31%;
}
.woocommerce .wd-register-tabs .woocommerce-form.login .form-row-username,
.woocommerce .wd-register-tabs .woocommerce-form.login .form-row-password {
    flex: 1 1 47%;
}
.woocommerce .wd-register-tabs .woocommerce-form .form-row {
    width: 100%;
}
.woocommerce .wd-register-tabs .woocommerce-form .form-row .show-password-input {
    height: 100%;
    background: none;
    color: #8F9098;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .row-info {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    row-gap: 8px;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row-info {
    display: flex;
    align-items: center;
    background: #F8F9FE;
    border-radius: 12px;
    padding: 14px 24px;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row-info label {
    font-size: 16px;
    color: #1F2024;
    font-weight: 400;
    margin-bottom: 0;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row-info input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row-info .checkbox-style {
    border: 2px solid #c5c6cc;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    border-radius: 6px;
    position: relative;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row-info .checkbox-style:after {
    content: "\f107";
    font-family: "woodmart-font";
    position: absolute;
    font-weight: 400;
    width: 12px;
    height: 12px;
    font-size: 0 !important;
    top: 4px;
    left: 4px;
    opacity: 0;
    transform: none !important;
    background: url("/wp-content/themes/woodmart-child/images/checkbox-icon.png") no-repeat;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row-info input:checked ~ .checkbox-style {
    background: #ecfa63;
    border-color: #ecfa63;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .form-row-info input:checked ~ .checkbox-style:after {
    opacity: 1;
}
.woocommerce .wd-register-tabs .woocommerce-form.register .password-attention {
    color: #8F9098;
    font-size: 12px;
    line-height: 14px;
}
.woocommerce .woocommerce-cart-form .cart .product-name,
.woocommerce-checkout-review-order-table .product-name {
    width: 47%;
    max-width: 580px;
}
.woocommerce-checkout-review-order-table .product-name {
    width: 56%;
}
.woocommerce .woocommerce-cart-form .cart .product-name a,
.woocommerce-checkout-review-order-table .product-name a {
    color: #000000;
    font-size: 20px;
    line-height: 140%;
}
.woocommerce-checkout-review-order-table .product-name a {
    font-weight: 600;
}
.woocommerce .woocommerce-cart-form .cart .product-thumbnail,
.woocommerce-checkout-review-order-table .product-thumbnail {
    padding:0;
}
.woocommerce .woocommerce-cart-form .cart .product-thumbnail img {
    border: 1px solid #DADADA;
    border-radius: 24px;
    padding: 10px;
    min-width: auto;
    max-width: none;
}
.woocommerce-checkout-review-order-table .product-thumbnail img {
    border-radius: 12px;
    min-height: 64px;
    object-fit: contain;
}
.woocommerce .woocommerce-cart-form .cart .product-quantity {
    display: flex;
    align-items: center;
    max-width: 240px;
    margin-right: 50px;
}
.woocommerce-checkout-review-order-table .product-quantity {
    width: 30%
}
.woocommerce .woocommerce-cart-form .cart .product-quantity .cart-before,
.woocommerce-checkout-review-order-table .product-quantity .cart-before {
    margin: 0;
    color: #1E1F1B;
    font-size: 20px;
    font-weight: 600;
    flex: none;
    margin-right: 12px;
}
.woocommerce-checkout-review-order-table .product-quantity .cart-before {
    margin-right: 0;
}
.woocommerce .woocommerce-cart-form .cart .product-subtotal .amount,
.woocommerce-checkout-review-order-table .product-subtotal .amount {
    background: #F6F6F6;
    padding: 12px 24px;
    color: #000;
    font-family: "Urbanist", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    border-radius: 12px;
}
.woocommerce .woocommerce-cart-form .cart .product-subtotal .amount .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order-table .product-subtotal .amount  .woocommerce-Price-currencySymbol {
    font-size: 20px;
    font-weight: 500;
}
.woocommerce .woocommerce-cart-form .cart .product-remove a:before {
    display: none;
}
.woocommerce .woocommerce-cart-form .cart tbody,
.woocommerce-checkout-review-order-table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}
.woocommerce-checkout-review-order-table tbody {
    gap:0;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #DADADA;
}
.woocommerce .woocommerce-cart-form .cart tr {
    border: 1px solid #1E1F1B;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
}
.woocommerce-checkout-review-order-table tr {
    display: flex;
    gap: 24px;
    align-items: center;
    border: 0;
    padding: 8px 0;
}
.woocommerce-checkout-review-order-table tr td {
    padding: 0;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row {
    padding: 0;
    border: 0;
    justify-content: space-between;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .cart_totals,
.place-order.cart-totals-section .cart_totals {
    display: flex;
    align-items: center;
    gap: 24px;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .cart_totals p,
.woocommerce .cart-totals-section p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .cart_totals .amount,
.woocommerce .cart-totals-section .amount {
    background: #ECFA63;
    padding: 12px 24px;
    color: #000;
    font-family: "Urbanist", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    border-radius: 12px;
    margin: 0 !important;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .cart_totals .amount .woocommerce-Price-currencySymbol,
.woocommerce .cart-totals-section .amount .woocommerce-Price-currencySymbol {
    font-size: 20px;
    font-weight: 500;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon {
    margin: 0;
    padding: 16px 0;
    display: flex;
    gap: 24px;
    align-items: center;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon p {
    margin: 0;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon input {
    border: 1px solid #91959A;
    min-width: 256px;
    border-radius: 12px;
    text-indent: 16px;
    color: #1F2024;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    line-height: 50px;
    height: 50px;
    transition: .5s;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon button {
    background: #1E1F1B;
    color: #fff;
    border-radius: 12px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    flex: 1;
    padding: 0 16px;
    cursor: pointer;
    text-transform: none;
    transition: .5s;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon input:hover,
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon input:active,
.woocommerce .woocommerce-cart-form .cart tr.wd-cart-action-row .coupon input:focus {
    box-shadow: inset 0 0 0 1.5px #1E1F1B !important;
}
.woocommerce .woocommerce-cart-form .cart td {
    border: 0;
    padding: 0;
}
.woocommerce .cart-totals-section {
    display: flex;
    align-items: center;
    padding: 12px 0;
    margin-top: 24px;
    gap: 24px;
}
.woocommerce .cart-totals-section .cart-totals-right {
    display: flex;
    gap: 24px;
}
.woocommerce .cart-totals-section .button {
    border-radius: 12px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 16px;
    cursor: pointer;
    text-transform: none;
    transition: .5s;
    display: flex;
    align-items: center;
    border: 1.5px solid transparent;
}
.woocommerce .cart-totals-section .button svg {
    margin-right: 8px;
}
.woocommerce .cart-totals-section .button.button-back {
    border: 1.5px solid #1E1F1B;
    background: none;
}
.woocommerce .cart-totals-section .button.button-back:hover {
    color: #fff;
    background: #1E1F1B;
}
.woocommerce .cart-totals-section .button.button-buy,
.woocommerce .cart-totals-section .button.button-checkout {
    min-width: 256px
}
.woocommerce .cart-totals-section .button.button-buy {
    background: #91959A;
    color: #fff;
}
.woocommerce .cart-totals-section .button.button-buy:hover {
    color: #91959A;
    background: none;
    border-color: #91959A;
}
.woocommerce .cart-totals-section .button.button-checkout {
    background: #1E1F1B;
    color: #fff;
}
.woocommerce .cart-totals-section .button.button-checkout:hover {
    background: none;
    color: #1E1F1B;
    border-color: #1E1F1B;
}
.wd-popup .btn {
    border-radius: 12px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 16px;
    cursor: pointer;
    text-transform: none;
    transition: .5s;
    display: flex;
    align-items: center;
    text-transform: none !important;
    border: 1.5px solid transparent;
}
.wd-popup .btn.close-popup {
    background: #91959A !important;
    color: #fff;
}
.wd-popup .btn.close-popup:hover {
    color: #91959A;
    background: none !important;
    border-color: #91959A;
}
.wd-popup .btn.view-cart {
    background: #1E1F1B;
    color: #fff;
    border-radius: 12px;
}
.wd-popup .btn.view-cart:hover {
    background: none;
    color: #1E1F1B;
    border-color: #1E1F1B;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment h5 {
    background: #C5C6CC;
    color: #1F2024;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment h5 span:first-child {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment h5 span .show {
    display: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
    background: #F8F9FE;
    padding: 0 24px;
    border-radius: 12px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #1F2024;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label:before {
    content: '';
    border: 1.5px solid #C5C6CC;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 6px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label:after {
    content: '';
    width: 12px;
    height: 12px;
    font-size: 0 !important;
    top: 10px;
    left: 6px;
    position: absolute;
    opacity: 0;
    transform: none !important;
    background: url("/wp-content/themes/woodmart-child/images/checkbox-icon.png") no-repeat;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input:checked ~ label:before {
    background: #ECFA63;
    border-color: #ECFA63;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input:checked ~ label:after {
    opacity: 1;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-top: 48px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
    display: none !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

/* wd-registration wd-login */

.woocommerce-error {
    border-radius: 12px;
    background: #111827 !important;
}

.elementor-widget-wd_wishlist .wd-wishlist-head,
.elementor-widget-wd_wishlist .wd-my-account-sidebar {
    display: none !important;
}
.elementor-widget-wd_wishlist .woocommerce-my-account-wrapper {
    margin: 0;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content {
    padding: 0;
    flex: auto;
    width: 100%;
    max-width: 100%;
}
.elementor-widget-wd_wishlist .wd-products {
    --wd-col-lg: 4 !important;
}

/* e-n-tabs */
.e-n-tabs {
    gap: 0 !important;
}
.e-n-tabs .e-n-tabs-heading {
    column-gap: 24px;
}
.e-n-tabs .e-n-tabs-heading button {
    border: 1px solid #1e1f1b;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
    background: none !important;
}
.e-n-tabs .e-n-tabs-heading button:hover {
    background: #000000 !important;
}
.e-n-tabs .e-n-tabs-heading button:hover span {
    color: #fff !important;
}
.e-n-tabs .e-n-tabs-heading button span {
    font-size: 20px !important;
    color: #1e1f1b;
}
.e-n-tabs .e-n-tabs-heading button[aria-selected=true] {
    background: #000000 !important;
}
.e-n-tabs .e-n-tabs-heading button[aria-selected=true] span {
    color: #fff;
}
.woocommerce-error {
    border-radius: 12px;
    background: #111827 !important;
}
.woocommerce .cart-totals-section {
    justify-content: space-between;
}
.woocommerce .cart-totals-section.form-row {
    justify-content: flex-end;
}
.woocommerce .woocommerce-cart-form .cart tr td {
    position: static !important
}
.woocommerce-checkout-review-order-table tfoot tr th {
    display: none;
}
.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: left !important;
}
.woocommerce-checkout-review-order-table tfoot tr td ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.woocommerce-checkout-review-order-table tfoot tr td ul li {
    background: #F8F9FE;
    padding: 0 24px;
    border-radius: 12px;
    margin: 0;
}
.woocommerce-checkout-review-order-table tfoot tr td ul li input,
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label input,
.woocommerce-billing-fields .checkbox-type .woocommerce-input-wrapper input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.woocommerce-checkout-review-order-table tfoot tr td ul li label:before,
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label span:before {
    content: '';
    border: 1.5px solid #C5C6CC;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 6px;
}
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label span:before {
    margin-right: 0;
    display: inline-block;
}
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label span {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    position: relative;
}
.woocommerce-checkout-review-order-table tfoot tr td ul li label:after,
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label span:after {
    content: '';
    width: 12px;
    height: 12px;
    font-size: 0 !important;
    top: 50%;
    margin-top: -6px;
    left: 6px;
    position: absolute;
    opacity: 0;
    transform: none !important;
    background: url("/wp-content/themes/woodmart-child/images/checkbox-icon.png") no-repeat;
}
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label span:after {
    margin-top: 0;
    top: 6px;
}
.woocommerce-checkout-review-order-table tfoot tr td ul li input:checked ~ label:before,
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label input:checked ~ span:before {
    background: #ECFA63;
    border-color: #ECFA63;
}
.woocommerce-checkout-review-order-table tfoot tr td ul li input:checked ~ label:after,
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label input:checked ~ span:after {
    opacity: 1;
}
.woocommerce-checkout-review-order-table tfoot tr td ul li label {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #1F2024;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}
.woocommerce-checkout-review-order-table tr {
    border: 0 !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment h5 {
    cursor: pointer;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
    margin: 0;
}
.woocommerce-checkout-review-order-table tfoot {
    display: flex;
    margin-top: 48px;
    flex-direction: column;
}
.woocommerce-checkout-review-order-table tfoot tr {
    padding: 0;
    border: 0;
    gap: 0;
}
.woocommerce-checkout-review-order-table tfoot tr td {
    padding: 0;
}
.woocommerce-billing {
    margin-top: 48px;
}
.wc-block-title {
    margin-bottom: 0;
    background: #C5C6CC;
    color: #1F2024;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wc-block-title span:first-child {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
.wc-block-title span:first-child svg {
    position: absolute;
}
.wc-block-title span .show {
    opacity: 0;
}
.close .wc-block-title .show {
    opacity: 1;
}
.close .wc-block-title .hide {
    opacity: 0;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper {
    background: #F8F9FE;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .form-row-wides {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .form-row-wides .wrap-col {
    flex: 1 1 31%;
    margin: 0;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .form-row-wides .wrap-col:last-child {
    flex: 1 1 65.4%;
    max-width: 100%;
}
.woocommerce-billing .woocommerce-billing-fields input,
.woocommerce-billing .woocommerce-billing-fields .select2-selection {
    border: 1px solid #91959A;
    border-radius: 12px;
    text-indent: 16px;
    color: #1F2024;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    line-height: 50px;
    height: 50px;
    transition: .5s;
}
.woocommerce-billing .woocommerce-billing-fields .select2-selection .select2-selection__arrow {
    top: 13px;
    background-size: auto 24px;
}
.woocommerce-billing .woocommerce-billing-fields input:hover,
.woocommerce-billing .woocommerce-billing-fields input:focus,
.woocommerce-billing .woocommerce-billing-fields input:active {
    box-shadow: inset 0 0 0 1.5px #1E1F1B !important;
}
.woocommerce-billing .woocommerce-billing-fields label {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #2F3036;
    margin-bottom: 8px;
    cursor: pointer;
}
.woocommerce-billing .woocommerce-billing-fields .checkout-checkbox {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 24px;
    margin-left: 42px;
    max-width: 378px;
}
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

}
.woocommerce-billing .woocommerce-billing-fields .woocommerce-multicheckbox-wrapper label {
    display: flex;
    flex-direction: row;
    background: #F8F9FE;
    margin: 0;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #1F2024;
    line-height: 140%;
    border-radius: 12px;
}
.woocommerce-billing {
    display: none;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .form-row-wides .checkbox-type {
    max-width: 100%;
    flex: 1 1 100%;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .checkbox-type .woocommerce-input-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .checkbox-type .woocommerce-input-wrapper span {
    width: 53px;
    height: 33px;
    background: #1E1F1B;
    border-radius: 25px;
    position: relative;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .checkbox-type .woocommerce-input-wrapper span:before {
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 25px;
    position: absolute;
    transform: translateX(25px);
    top: 5px;
    background: #fff;
    transition: .5s;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .checkbox-type .woocommerce-input-wrapper label {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #91959A;
    margin: 0;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .checkbox-type .woocommerce-input-wrapper input:checked + label {
    color: #1F2024;
}
.woocommerce-billing .woocommerce-billing-fields__field-wrapper .checkbox-type .woocommerce-input-wrapper input:checked ~ span:before {
    transform: translateX(5px);
}
.woocommerce .woocommerce-cart-form .cart .product-thumbnail img {
    min-height: 120px;
    object-fit: contain;
}
.purey-features {
    display: flex;
    justify-content: space-around;
    background-color: #fff !important;
    padding: 20px;
    gap: 20px;
}
.post-single-page .entry-content {
	margin: 0 !important;
}
.post-single-page .entry-content {
	font-size: 20px;
	line-height: 140%;
}
.post-single-page .entry-content h2 {
	font-size: 40px;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 24px
}
.post-single-page .entry-content h3 {
	font-size: 35px;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 24px
}
.post-single-page .entry-content h4 {
	font-size: 30px;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 24px
}