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

.main-page-wrapper,
.main-page-wrapper .site-content {
    margin: 0 !important;
    padding: 0 !important;
}
.container {
    max-width: 1480px;
    padding-left: 15px;
    padding-right: 15px;
}
header.whb-header {
    margin-bottom: 0;
}
header .whb-general-header .wd-header-nav ul {
    gap: 48px;
}
header .whb-general-header .wd-header-nav ul li a {
    color: #2D3436;
    font-weight: 500;
    font-size: 18px;
    line-height: 70%;
    text-transform: none;
}
header .whb-general-header .wd-header-nav ul li a:hover,
header .whb-general-header .wd-header-nav ul li.current-menu-item a,
header .wd-header-my-account .wd-dropdown ul li a:hover {
    color: #BBEF3B !important;
}
header .whb-general-header .wd-header-phone a {
    color: #2D3436;
    font-weight: 500;
    font-size: 18px;
    line-height: 70%;
    display: flex;
    gap: 10px;
    align-items: center;
}
header .whb-general-header .wd-header-phone a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("images/call.svg") no-repeat;
}
header .whb-general-header .wd-header-cart a {
    display: flex;
    gap: 12px;
    align-items: center;
}
header .whb-general-header .wd-header-cart .wd-tools-text {
    margin: 0;
}
header .whb-general-header .wd-header-cart .wd-tools-text .amount {
    color: #151A1A;
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
}
header .whb-header-bottom .wd-header-nav ul {
    list-style: none;
    display: flex;
    gap: 0;
    justify-content: space-between;
}
header .whb-header-bottom .wd-header-nav ul > li,
header .whb-header-bottom .wd-header-nav ul > li:empty {
    display: none;
}
header .whb-header-bottom .wd-header-nav ul > li:nth-child(1),
header .whb-header-bottom .wd-header-nav ul > li:nth-child(2),
header .whb-header-bottom .wd-header-nav ul > li:nth-child(3),
header .whb-header-bottom .wd-header-nav ul > li:nth-child(4),
header .whb-header-bottom .wd-header-nav ul > li:nth-child(5),
header .whb-header-bottom .wd-header-nav ul > li:nth-child(6),
header .whb-header-bottom .wd-header-nav ul > li:nth-child(7),
header .whb-header-bottom .wd-header-nav ul > li:nth-child(8) {
    display: block;
}
header .whb-header-bottom .wd-header-nav ul li.menu-item-has-children > a,
header .whb-header-bottom .wd-header-nav ul li.menu-item-sklep > a {
    display: flex;
    align-items: center;
    gap: 5px;
}
header .whb-header-bottom .wd-header-nav ul li.menu-item-sklep > a {
    color: #A2D529;
}
header .whb-header-bottom .wd-header-nav ul li.menu-item-has-children > a:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("images/arrow-circle-down.svg");
}
header .whb-header-bottom .wd-header-nav ul li.menu-item-sklep > a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("images/category.svg") no-repeat;
}
header .whb-header-bottom .wd-header-nav ul .sub-menu {
    display: none;
    position: absolute;
    background: #DAF0A2;
    padding: 24px 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4px 20px 0px #00000040;
}
header .whb-header-bottom .wd-header-nav ul .sub-menu .sub-menu {
    margin-top: -48px;
    left: 100%
}
header .whb-header-bottom .wd-header-nav .sub-menu li.menu-item-has-children > a:after {
    transform: rotate(-90deg);
    background: url("images/arrow-circle-right.svg");
}
header .whb-header-bottom .wd-header-nav ul li a {
    color: #EFF3F6;
    font-size: 16px;
    line-height: 72px;
    height: 72px;
    font-weight: 700;
    text-transform: uppercase;
}
header .whb-header-bottom .wd-header-nav ul .sub-menu li {
    margin: 0;
    position: relative;
}
header .whb-header-bottom .wd-header-nav ul .sub-menu li a {
    color: #151A1A;
    height: auto;
    line-height: 32px;
    text-transform: none;
    font-weight: 400;
    padding: 0 48px;
    display: flex;
    align-items: center;
}
header .whb-header-bottom .wd-header-nav ul .sub-menu li a:hover,
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu .menu-item-has-children ul.sub-menu li a:hover {
    font-weight: 600 !important;
}
header .whb-header-bottom .wd-header-nav ul li:hover > .sub-menu {
    display: block !important;
}
header .whb-header-bottom .wd-header-nav ul li.menu-item-sklep {
    position: static;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 24px 0;
    background: #DAF0A2;
    box-shadow: 0px 4px 20px 0px #00000040;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu {
    padding: 0 15px;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu .menu-item-has-children ul.sub-menu {
    display: block;
    position: relative;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu .sub-menu {
    border-radius: 0;
    background: #daf0a2;
    box-shadow: none;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu .menu-item-has-children ul.sub-menu .sub-menu {
    display: none;
    position: absolute;
    background: #DAF0A2;
    box-shadow: 0px 4px 20px 0px #00000040;
    z-index: 9;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu .menu-item-has-children > a {
    color: #151A1A;
    height: auto;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    padding: 0;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .menu-item-type-aau_ahcm,
header .whb-header-bottom .wd-header-nav ul>li.menu-item-sklep .wd-dropdown .wd-sub-menu .menu-item-has-children>a:after {
    display: none;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu .menu-item-has-children ul.sub-menu li a {
    font-weight: 400;
}
header .whb-header-bottom .wd-header-nav ul > li.menu-item-sklep .wd-dropdown .wd-sub-menu .menu-item-has-children ul.sub-menu li a:after {
    display: block;
}
header .wd-header-my-account .wd-tools-icon {
    border: 0 !important;
    width: auto !important;
}
header .wd-header-my-account .wd-tools-icon:before {
    color: #A2D529;
}
header .wd-header-my-account .wd-dropdown ul li a {
    color: #2d3436;
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
}
header .wd-search-form form input.s {
    min-width: 362px;
}
.wd-search-form form input.s {
    background: #EFF3F6;
    border-radius: 40px;
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
    color: #2D3436;
    font-size: 18px;
    border: 0;
}
.wd-search-form form button.searchsubmit {
    position: absolute;
    width: 24px;
    right: 24px;
}
.wd-search-form form button.searchsubmit:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("images/search-normal.svg") no-repeat;
}
.search-results-wrapper .wd-dropdown-results {
    left: auto;
    right: 0;
    top: 24px;
    padding: 48px 52px;
    min-width: 625px;
    border-radius: 4px;
    background: linear-gradient(108.22deg, #EFF3F6 9.81%, #F6F6F6 62.38%);
    box-shadow: 0px 4px 20px 0px #00000040;
}
footer .footer-top .mega-menu-list li > a {
    padding: 24px 0;
    font-size: 16px;
    line-height: 140%;
    color: #D3DBE2;
    font-weight: 700;
    text-transform: uppercase;
}
footer .footer-top .mega-menu-list .sub-sub-menu li a {
    padding: 0;
    color: #D3DBE2;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-transform: none;
}
footer .footer-top .mega-menu-list .sub-sub-menu li a:hover,
footer .footer-bottom .widget_nav_mega_menu ul li a:hover {
    color: #A2D529;
}
footer .footer-top .mega-menu-list .sub-sub-menu li a span {
    display: none;
}
footer .footer-bottom .e-con-inner {
    padding-top: 48px;
    padding-bottom: 48px;
    border-top: 1px solid #2D3436
}
footer .footer-bottom .elementor-widget-text-editor {
    min-width: 476px;
}
footer .footer-bottom .widget_nav_mega_menu ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer-bottom .widget_nav_mega_menu ul li {
    border: 0 !important;
    flex: 1;
}
footer .footer-bottom .widget_nav_mega_menu ul li a {
    color: #D3DBE2 !important;
    font-size: 18px;
    line-height: 70%;
    font-weight: 600;
    display: block;
    padding: 0;
    white-space: nowrap;
    background: none !important;
}
.woocommerce-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    padding: 0;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400 !important;
    margin: 0 !important;
}
.woocommerce-breadcrumb a {
    color: #A2D529 !important;
    font-weight: 500 !important;
    padding-right: 0;
    display: flex;
    align-items: center;
    text-decoration: underline !important;
}
.woocommerce-breadcrumb a:first-child {
    display: flex;
    align-items: center;
    gap: 4px;
}
.woocommerce-breadcrumb a:first-child:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("images/breadcrumb-home.svg");
}
.woocommerce-breadcrumb a:hover {
    text-decoration: none !important;
}
.woocommerce-breadcrumb span {
    display: block !important;
    color: #151515 !important;
}
.woocommerce-breadcrumb a:after {
    content: '' !important;
    width: 24px;
    height: 24px;
    margin-right: 12px !important;
    margin-left: 12px !important;
    display: inline-block;
    background: url("images/breadcrumb-arrow.svg") no-repeat center;
}
.testimonials-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonials-arrows svg {
    display: block;
}
.testimonials-arrows svg path {
    transition: .4s;
}
.testimonials-arrows div {
    cursor: pointer;
}
.testimonials-arrows div:hover svg path {
    fill: #A2D529;
}
.testimonials .testimonial .testimonial-inner {
    gap: 48px;
    align-items: center;
}
.testimonials .testimonial .testimonial-content {
    padding-left: 48px;
    border-left: 4px solid #BBEF3B;
}
.testimonials .testimonial .testimonial-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}
.testimonials .testimonial .testimonial-content footer {
    margin: 0;
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    color: #151A1A;
}
.testimonials .testimonial .testimonial-content footer span {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    color: #151A1A;
}
.testimonials .testimonial .testimonial-content footer:before {
    content: '';
    min-width: 48px;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url("images/testimonials-q.svg");
}
.testimonials .testimonial .testimonial-avatar {
    margin: 0;
}
.testimonials .wd-nav-arrows {
    display: none !important;
}
.wd-accordion:before {
    display: none !important;
}
.wd-accordion .wd-accordion-item {
    padding: 48px;
    border-top: 1px solid #EFF3F6;
}
.wd-accordion .wd-accordion-item .wd-accordion-title {
    padding: 0;
    gap: 24px;
}
.wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    font-size: 24px;
    line-height: 120%;
    color: #151A1A;
    font-weight: 600;
}
.wd-accordion .wd-accordion-item:has(.wd-accordion-title.wd-active) {
    background: #DAF0A2;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.wd-accordion .wd-accordion-item:has(.wd-accordion-title.wd-active):after {
    content: '';
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url("images/accordion-icon-open.svg");
}
.wd-accordion .wd-accordion-item .wd-accordion-title.wd-active .wd-accordion-opener {
    display: none;
}
.wd-accordion .wd-accordion-item .wd-accordion-opener {
    margin: 0;
}
.wd-accordion .wd-accordion-item .wd-accordion-opener:before {
    content: '';
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url("images/accordion-icon.svg");
}
.wd-accordion .wd-accordion-item .wd-accordion-content {
    padding: 0;
    color: #151A1A;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}
.hero-image {
    max-height: 978px;
}
.hero-image .hero-block-icons .elementor-widget-icon-box {
    max-width: 350px !important;
    position: relative;
}
.hero-image .hero-block-icons .elementor-widget-icon-box .elementor-icon-box-title {
    margin: 0;
}
.hero-image .hero-block-icons .elementor-widget-icon-box .elementor-icon-box-title a {
    display: block;
}
.hero-image .hero-block-icons .elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
    background: #D3DBE299;
    border-radius: 40px;
}
.hero-image .hero-block-icons .elementor-widget-icon-box .elementor-icon-box-icon {
    margin: 0;
    position: absolute;
    transition: .4s;
}
.hero-image .hero-block-icons .elementor-widget-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
    transform: scale(1.1) !important;
}
.wpcf7-form fieldset {
    display: none !important;
}
.wpcf7-form .form-row {
    display: flex;
    position: relative;
}
.wpcf7-form .form-row span {
    display: block;
}
.wpcf7-form .form-row.form-row-newsletter .wpcf7-form-control-wrap {
    width: 50%;
}
.wpcf7-form .form-row.form-row-newsletter {
    gap: 24px;
    margin-bottom: 24px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    display: block;
    width: 100%;
    color: #151A1A;
    font-size: 18px;
    font-weight: 600;
    text-indent: 48px;
    line-height: 70px;
    height: 70px;
    border-radius: 40px;
    padding: 0;
    border: 0;
    background: #FFFFFF;
}
.wpcf7-form textarea {
    height: 115px;
    min-height: 115px;
    resize: none;
    border-radius: 20px;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute !important;
    margin: 0 !important;
}
.footer-form .wpcf7-form .wpcf7-spinner {
    right: 60px;
    top: 25px;
}
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
    display: none !important;
}
.wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
    background: #151a1a !important;
    color: #f6f6f6;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 24px 0;
    border-radius: 8px;
}
.wpcf7-form.sent .wpcf7-response-output:before {
    display: none;
}
.wpcf7-form button {
    width: 50%;
    line-height: 70px;
    height: 70px;
    border-radius: 40px;
    background: #151A1A;
    color: #F6F6F6;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-transform: none;
    position: relative;
    margin: auto;
}
.wpcf7-form button:before {
    content: '';
    width: 32px;
    height: 33px;
    position: absolute;
    right: 16px;
    background: url("images/sms.svg");
    z-index: 9;
}
.wpcf7-form button:after {
    content: '';
    width: 70px;
    height: 70px;
    background: #BBEF3B;
    position: absolute;
    border-radius: 40px;
    right: -1px;
    transition: .4s;
}
.wpcf7-form button:hover:after {
    transform: scale(1.1) !important;
}
.wpcf7-form .wpcf7-checkbox label {
    color: #151A1A;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox label input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    gap: 15px;
}
.wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label:before {
    content: '';
    min-width: 26px;
    width: 26px;
    height: 26px;
    background: #8E9396;
    display: inline-block;
    border-radius: 8px;
}
.wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 11px;
    display: inline-block;
    left: 5px;
    background: url("images/checkbox-icon.svg");
    opacity: 0;
    transition: .4s;
}
.wpcf7-form .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:after {
    opacity: 1;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
    box-shadow: inset 0 0 0 2px #ff0000 !important;
}
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label:before {
    background: #ff0000;
}
.wpcf7-form label {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.wpcf7-form label .label-title {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    cursor: pointer;
    color: #151515;
}
.wpcf7-form .form-row {
    flex: auto;
    gap: 24px;
}
.about-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.elementor-widget-wd_title .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.elementor-widget-wd_title .title-wrapper .liner-continer {
    margin: 0;
}
.wd-products .wd-product {
    height: 100%;
    border-radius: 4px;
    padding: 20px 20px 48px 20px;
    background: linear-gradient(306.06deg, #EFF3F6 10.19%, #F6F6F6 52.32%);
}
.wd-products .wd-product .product-wrapper {
    gap: 24px;
}
.wd-products .wd-product .product-wrapper .wd-product-cats {
    display: none;
}
.wd-products .wd-product .product-wrapper .product-element-bottom {
    padding: 0;
    gap: 24px;
}
.wd-products .wd-product .product-wrapper .product-element-bottom h3 {
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    min-height: 65px;
}
.wd-products .wd-product .product-wrapper .product-element-bottom h3 a {
    font-weight: 300;
    color: #151A1A;
}
.wd-carousel .product-element-bottom h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.wd-products .wd-product .product-wrapper .product-image-link {
    border-radius: 4px;
    overflow: hidden;
}
.wd-products .wd-product .product-wrapper .product-labels {
    top: auto;
    bottom: 6px;
    right: 6px;
    left: auto;
}
.wd-products .wd-product .product-wrapper .product-labels .product-label {
    background: #2D3436;
    min-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 800;
}
.wd-add-btn > a.add_to_cart_button,
.single_add_to_cart_button {
    flex: auto !important;
    background: #D3DBE2 !important;
    border-radius: 40px !important;
    padding: 0 0 0 40px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #151A1A !important;
    line-height: 60px !important;
    height: 60px !important;
    width: 100% !important;
    display: block;
    text-transform: none;
    overflow: visible;
    transition: .4s;
}
.wd-add-btn > a.add_to_cart_button:hover {
    background: #151A1A !important;
    color: #fff !important;
}
.single_add_to_cart_button {
    color: #fff !important;
    background: #151A1A !important;
    box-shadow: none !important;
    text-transform: none !important;
    max-width: 290px;
    text-align: left;
}
.single_add_to_cart_button:hover {
    background: #D3DBE2 !important;
}
.wd-products .wd-product .product-wrapper .wd-add-btn span,
.wd-products .wd-product .product-wrapper,
.wd-add-btn a.add_to_cart_button:before,
.single_add_to_cart_button:before {
    transform: none !important;
}
.wd-products .wd-product .product-wrapper .wd-add-btn span {
    display: block !important;
    text-align: left;
}
.wd-add-btn a.add_to_cart_button:before,
.single_add_to_cart_button:before {
    content: '' !important;
    right: -1px !important;
    left: auto !important;
    width: 60px;
    height: 60px;
    opacity: 1 !important;
    position: absolute !important;
    background: url("images/add-to-cart-icon.svg");
    transition: .4s !important;
}
.wd-add-btn a.add_to_cart_button:before,
.wd-products .wd-product .product-wrapper .price {
    font-size: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.wd-products .wd-product .product-wrapper .product-rating-price {
    margin: 0;
}
.wd-products .wd-product .product-wrapper .wd-add-btn a:hover:before,
.single_add_to_cart_button:hover:before {
    transform: scale(1.1) !important;
}
.wd-products .wd-product .product-wrapper .price .amount {
    color: #151A1A;
    font-weight: 700;
}
.wd-products .wd-product .product-wrapper .price del {
    font-size: 20px;
    font-weight: 300;
    color: #151A1A;
}
.wd-products .wd-product .product-wrapper .price del .amount {
    font-weight: 300;
    color: #151A1A;
}
.wd-tabs .wd-tabs-header {
    margin: 0;
}
.wd-tabs .wd-tabs-header ul {
    display: flex;
    gap: 12px;
}
.wd-tabs .wd-tabs-header ul li {
    margin: 0 !important;
}
.wd-tabs .wd-tabs-header ul li a {
    padding: 0 24px;
    color: #353535;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    background: #F6F6F6;
    border-radius: 40px;
    line-height: 56px;
    height: 56px;
    transition: .4s;
}
.wd-tabs .wd-tabs-header ul li a:hover,
.wd-tabs .wd-tabs-header ul li.wd-active a {
    background: #BBEF3B;
}
.wd-tabs .wd-tabs-header ul li a span {
    margin: 0;
}
.wd-tabs .wd-tabs-header ul li a span:after {
    display: none;
}
.wd-tabs .wd-tab-content-wrapper {
    margin-top: 48px;
}
.wd-carousel-container .wd-nav-arrows {
    position: absolute;
    top: -68px;
    right: 0;
    display: flex;
    gap: 12px;
    align-items: center;
}
.wd-carousel-container .wd-el-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    color: #151A1A;
    padding: 0 0 0 48px;
    margin-bottom: 32px;
    border-left: 4px solid #BBEF3B;
}
.wd-carousel-container .wd-nav-arrows .wd-btn-arrow {
    transform: none !important;
    opacity: 1 !important;
    position: static !important;
}
.wd-carousel-container .wd-nav-arrows .wd-btn-arrow:not(.wd-disabled) {
    cursor: pointer;
}
.wd-carousel-container .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
    width: 100%;
    height: 100%;
}
.wd-carousel-container .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after {
    display: none;
}
.wd-carousel-container .wd-nav-arrows .wd-prev {
    width: 56px;
    height: 56px;
    background: url("images/arrow-prev.svg");
}
.wd-carousel-container .wd-nav-arrows .wd-prev:hover {
    background: url("images/arrow-prev-hover.svg");
}
.wd-carousel-container .wd-nav-arrows .wd-next {
    width: 56px;
    height: 56px;
    background: url("images/arrow-next.svg");
}
.wd-carousel-container .wd-nav-arrows .wd-next:hover {
    background: url("images/arrow-next-hover.svg");
}
.icon-list-style-1 ul li {
    padding: 24px 48px !important;
    margin: 0 !important;
}
.wd-shop-product .wd-loop-footer .wd-load-more {
    margin-top: 48px !important;
    line-height: 60px !important;
    height: 60px !important;
    background: #151A1A !important;
    border-radius: 40px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-transform: none !important;
    padding: 0 73px 0 53px !important;
    position: relative;
    border: 1px #151A1A solid !important;
    transition: .4s;
}
.wd-shop-product .wd-loop-footer .wd-load-more:after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: static;
    margin-left: 33px;
    background: url("images/load-more-icon.svg");
    transition: .4s !important;
}
.wd-shop-product .wd-loop-footer .wd-load-more:hover:after {
    transform: scale(1.1) !important;
}
.archive-wd_sidebar {
    min-width: 275px !important;
}
.elementor-widget-wd_shop_archive_archive_description .term-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #151A1A;
}
.child-category .wd-cats {
    gap: 12px;
    display: flex;
}
.child-category .wd-cats .product-category .category-image-wrapp,
.child-category .wd-cats .product-category .hover-mask .more-products {
    display: none;
}
.child-category .wd-cats .product-category .hover-mask h3 {
    color: #353535;
    font-size: 16px;
    line-height: 70%;
    font-weight: 700;
    padding: 22px 24px;
    background: #F6F6F6;
    border-radius: 40px;
    text-transform: uppercase !important;
    transition: .4s;
}
.child-category .wd-cats .product-category .wrapp-category:hover h3 {
    background: #BBEF3B;
}
.child-category .wd-cats .product-category .hover-mask {
    transform: none !important;
    padding: 0 !important;
}
.child-category .wd-cats .product-category .hover-mask,
.child-category .wd-cats .product-category .hover-mask h3 {
    position: static;
}
.child-category .wd-cats .product-category .wrapp-category {
    box-shadow: none;
}
.woocommerce-ordering-list .woocommerce-ordering__icon {
    cursor: pointer;
}
.woocommerce-ordering-list .woocommerce-ordering__icon svg {
    display: block;
}
.woocommerce-ordering-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-ordering-list ul ul {
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 9;
    margin: 0;
    padding: 24px 15px 24px 48px;
    list-style: none;
    background: #DAF0A2;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px #00000040;
}
.woocommerce-ordering-list ul li:hover ul {
    display: block;
}
.woocommerce-ordering-list ul ul li a {
    color: #151A1A;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
    white-space: nowrap;
}
.woocommerce-ordering-list ul ul li a.selected-order,
.woocommerce-ordering-list ul ul li:hover a {
    font-weight: 600;
}
.filter-widget {
    padding: 0;
    margin-bottom: 24px;
    border: 0 !important;
}
.filter-widget ul {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.filter-widget ul li a {
    color: #151A1A !important;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 48px;
    padding: 0 !important;
}
.filter-widget ul li .wd-cats-toggle {
    top: 14px;
    right: 0;
    background: #DAEEA9 !important;
}
.filter-widget ul li .wd-cats-toggle:after {
    color: #A2D529;
}
.filter-widget ul li a img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.filter-widget ul ul.children {
    padding: 24px !important;
}
.filter-widget ul .children li a {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 140%;
    padding: 15px 48px 15px 48px !important;
    display: block;
}
.filter-widget ul .children li .wd-cats-toggle {
    background: #A1A3A3 !important;
}
.filter-widget ul .children li .wd-cats-toggle:after {
    color: #151A1A;
}
.filter-widget .price_slider_wrapper .price_slider,
.filter-widget .price_slider_wrapper .price_label {
    display: none !important;
}
.filter-widget .price_slider_amount input {
    display: block !important;
    line-height: 65px;
    height: 65px;
    color: #151A1A;
    font-size: 18px;
    text-indent: 48px;
    font-weight: 600;
    background: #fff;
    border-radius: 40px;
    border: 0;
}
.filter-widget .price_slider_amount .button {
    padding: 0;
    line-height: 60px !important;
    height: 60px !important;
    background: #151a1a !important;
    border-radius: 40px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: none !important;
    width: 100%;
    border: 1px #151a1a solid !important;
    transition: .4s;
}
.filter-widget .price_slider_amount .button:hover {
    color: #151a1a !important;
    background: #fff !important;
}
.filter-widget .price_slider_wrapper {
    background: #D3DBE299;
    padding: 30px 24px;
    border-radius: 40px;
}
.single-product-page .product_meta .sku_wrapper {
    display: flex;
    gap: 12px;
}
.single-product-page .product_meta .sku_wrapper .meta-label,
.single-product-page .product_meta .sku_wrapper .sku {
    color: #353535;
    font-size: 18px;
    line-height: 70%;
    font-weight: 400;
}
.single-product-page .product_meta .sku_wrapper .sku {
    font-weight: 600;
}
.single-product-page .wd-single-add-cart {
    background: linear-gradient(108.22deg, #EFF3F6 9.81%, #F6F6F6 62.38%);
    border-radius: 4px;
}
.single-product-page .wd-single-gallery {
    padding-right: 80px;
}
.single-product-page .wd-single-gallery .wd-gallery-images .wd-nav-arrows {
    display: none;
}
.single-product-page .wd-single-gallery .wd-nav-arrows {
    top: auto;
    bottom: 0;
}
.single-product-page .wd-single-gallery .product-additional-galleries {
    padding: 0;
    right: 0;
    left: auto;
}
.single-product-page .wd-single-gallery .product-additional-galleries a {
    width: 64px;
    height: 64px;
    min-width: auto;
    background: url("images/zoom-icon.svg");
    box-shadow: none;
    transition: .4s;
}
.single-product-page .wd-single-gallery:hover .product-additional-galleries a {
    transform: scale(1.1) !important;
}
.single-product-page .wd-single-gallery .product-additional-galleries a:before {
    display: none;
}
.single-product-page .wd-single-gallery .product-additional-galleries span {
    display: none;
}
.single-product-page .wd-product-brands {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
}
.single-product-page .wd-product-brands .wd-label {
    color: #353535;
    font-weight: 400;
    font-size: 18px;
    line-height: 70%;
}
.single-product-page .wd-product-brands a {
    box-shadow: none !important;
    background: #EFF3F6 !important;
    padding: 0 24px !important;
    text-transform: uppercase;
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    border-radius: 40px !important;
}
.single-product-page .elementor-widget-wd_single_product_price .price {
    display: flex;
    gap: 24px;

}
.single-product-page .elementor-widget-wd_single_product_price .price,
.single-product-page .elementor-widget-wd_single_product_price .price .amount,
.single-product-page .elementor-widget-wd_single_product_price .price ins .amount {
    color: #151515 !important;
    font-size: 32px !important;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
}
.single-product-page .elementor-widget-wd_single_product_price .price del .amount,
.single-product-page .elementor-widget-wd_single_product_price .price del {
    color: #151515;
    font-weight: 400;
    font-size: 32px;
    height: 45px;
    line-height: 45px;
}
.single-product-page .cart {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    align-items: center;
}
.single-product-page .product-labels {
    top: auto !important;
    bottom: 74px;
    right: 0 !important;
    left: auto;
    max-width: 100% !important;
}
.single-product-page .product-labels .product-label {
    background: #2D3436;
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #FFFFFF;
    min-width: 64px !important;
    min-height: 64px !important;
    padding: 0 !important;
}
.single-product-page .woocommerce-tabs .wd-nav-wrapper {
    margin: 0;
}
.single-product-page .woocommerce-tabs .wd-nav-wrapper ul {
    display: flex;
    justify-content: flex-start;
}
.single-product-page .woocommerce-tabs .wd-nav-wrapper ul li a {
    padding: 24px;
    font-size: 24px;
    color: #151515;
    font-weight: 600;
    text-transform: none;
    border-radius: 4px 4px 0 0;
    background: #DAF0A2;
}
.single-product-page .woocommerce-tabs .wd-nav-wrapper ul li.active a {
    background: #EFF3F6;
}
.single-product-page .woocommerce-tabs .wd-nav-wrapper ul li {
    margin-right: 20px;
}
.single-product-page .woocommerce-tabs .wd-nav-wrapper ul li:last-child {
    margin-right: 0;
}
.single-product-page .woocommerce-tabs .wd-nav-wrapper ul li a span:after {
    display: none;
}
.single-product-page .woocommerce-tabs .woocommerce-Tabs-panel {
    background: #EFF3F6;
    padding: 24px;
    color: #151515;
    font-size: 18px;
    line-height: 140%;
}
.single-product-page .woocommerce-tabs .woocommerce-Tabs-panel table {
    color: #151515;
    font-size: 18px;
    line-height: 140%;
}
.single-product-page .stock-status {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 70%;
    color: #151A1A;
}
.single-product-page .stock-status .stock-status-value {
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-product-page .stock-status .stock-status-value span {
    font-weight: 600;
}
.text-count .elementor-heading-title {
    width: 70px;
    height: 70px;
    margin: auto;
    background: #BBEF3B;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-results.not-found {
    padding: 0 0 0 48px;
    margin-top: 76px;
    border-left: 4px #BBEF3B solid;
    max-width: 60%;
}
.no-results.not-found h1 {
    font-size: 40px;
    line-height: 120%;
    color: #151A1A;
    font-weight: 700;
}
.no-results.not-found .entry-content p {
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    color: #151A1A;
}
.blog-wrapp {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 0 15px;
}
.blog-title {
    padding: 0 110px 0 48px;
    border-left: 4px solid #BBEF3B;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 570px;
}
.blog-title h1 {
    font-size: 40px;
    line-height: 120%;
    color: #151A1A;
    font-weight: 600;
    margin: 0 !important;
    text-align: left;
}
.blog-wrapp .blog-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.blog-wrapp .blog-title ul li {
    margin: 0;
}
.blog-wrapp .blog-title ul li a {
    display: block;
    font-size: 16px;
    color: #353535;
    background: #F6F6F6;
    padding: 0 24px;
    height: 56px;
    line-height: 56px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: .4s;
}
.blog-wrapp .blog-title ul li a:hover,
.blog-wrapp .blog-title ul li.home a {
    background: #BBEF3B;
}
.wd-posts {
    gap: 0 !important;
}
.wd-posts .wd-post {
    padding: 32px 48px !important;
    border-bottom: 1px solid #EFF3F6 !important;
}
.wd-posts .wd-post:last-child {
    border-bottom: 0 !important;
}
.wd-posts .wd-post .wd-post-inner {
    display: flex;
    align-items: flex-start;
    gap: 24px !important;
}
.wd-posts .wd-post h3 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
}
.wd-posts .wd-post .wd-post-content-inner {
    gap: 24px;
}
.wd-posts .wd-post .wd-post-content-inner .wd-entry-content {
    color: #151A1A;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
}
.wd-loop-footer {
    margin: 0;
}
.wd-loop-footer .wd-load-more svg {
    margin-left: 23px;
    transition: .4s;
}
.wd-loop-footer .wd-load-more:not(:hover) {
    border: 0 !important;
    padding: 0 0 0 53px !important;
    background: #151A1A !important;
    font-size: 20px !important;
    font-weight: 600;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 40px !important;
    color: #fff !important;
    text-transform: none;
}
.wd-loop-footer .wd-load-more.wd-load-more-loader {
    padding: 0 53px !important;
    height: 60px !important;
    line-height: 60px !important;
}
.wd-loop-footer .wd-load-more.wd-load-more-loader:hover {
    padding: 0 53px !important;
}
.wd-loop-footer .wd-load-more:hover {
    padding: 0 0 0 53px !important;
    background: #151A1A !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: none;
    border-radius: 40px !important;
}
.wd-loop-footer .wd-load-more:hover svg {
    transform: scale(1.1) !important;
}
.single-post .site-content .wd-single-footer {
    display: none;
}
.single-post .site-content .entry-content {
    margin-bottom: 24px;
}
.single-post .site-content .blog-wrapp {
    padding: 48px 15px;
}
.single-post .site-content .post-single-page {
    padding: 0 15px;
}
.single-post .site-content .article-body-container {
    padding-top: 24px;
}
.single-post .site-content .article-body-container .entry-content {
    color: #151A1A;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
}
.single-post .site-content .article-body-container figure {
    float: left;
    margin: 0 48px 24px 0;
}
.single-post .site-content .article-inner .blog-title {
    max-width: 100%;
}
.wd-nested-carousel .wd-carousel-item {
    height: auto;
}
.error404 .main-page-wrapper {
    padding: 32px 0 !important;
}
.error404 .main-page-wrapper .site-content {
    padding: 0 15px;
}