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

.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info),
.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, body .woocommerce-message {
    background: #313136 !important;
    border: 0 !important;
    outline: none !important;
}
.wpcf7 form:not(.sent) .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: flex !important;
    background: #00b7a9 !important;
    border-radius: 12px;
}
.container {
    max-width: 1480px;
}
.wd-prefooter {
    display: none;
}
.website-wrapper,
.main-page-wrapper {
    background: #FAFAFA !important;
}
.main-page-wrapper,
.site-content {
    margin: 0 !important;
    padding-top: 0 !important;
}
.main-page-wrapper {
    padding-bottom: 80px !important;
}
header.whb-header {
    margin-bottom: 0;
}
header .whb-general-header {
    border: none;
}
header .whb-general-header .wd-header-nav ul {
    gap: 10px;
}
header .whb-general-header .wd-header-nav ul li a {
    color: #fff;
    padding: 10px 13px;
}
header .whb-general-header .wd-header-nav ul li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 22px;
    background: url("images/menu-arrow.svg") no-repeat;
}
header .whb-general-header .wd-header-nav .wd-dropdown-menu,
header .whb-header-bottom .wd-header-my-account .wd-dropdown-menu {
    padding: 10px 20px;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
    box-shadow: none;
    width: auto;
    margin: 0;
}
header .whb-general-header .wd-header-nav .wd-sub-menu li,
header .whb-header-bottom .wd-header-my-account .wd-sub-menu li {
    margin: 0;
}
header .whb-general-header .wd-header-nav .wd-sub-menu li a,
header .whb-header-bottom .wd-header-my-account .wd-sub-menu li a {
    color: #09090B;
    padding: 6px 0;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: .4s;
}
header .whb-general-header .wd-header-nav .wd-sub-menu li a:hover,
header .whb-general-header .wd-header-nav .wd-sub-menu li.current-menu-item a,
header .whb-header-bottom .wd-header-my-account .wd-sub-menu li a:hover {
    color: #2eb4a9;
}
header .whb-header-bottom {
    border-radius: 0 0 20px 20px;
}
header .whb-header-bottom .whb-header-bottom-inner {
    align-items: center;
}
header .whb-header-bottom .wd-header-cats {
    height: auto;
}
header .whb-header-bottom .wd-header-cats .menu-opener {
    height: auto !important;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
header .whb-header-bottom .wd-header-cats .menu-opener:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("images/header-cats-arrow-down.svg") no-repeat;
    display: inline-block;
    margin: 0;
}
header .whb-header-bottom .wd-header-cats .menu-opener .menu-opener-icon {
    margin: 0;
}
header .whb-header-bottom .wd-header-cats .menu-opener .menu-opener-icon:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("images/header-cats-icon.svg") no-repeat;
    display: inline-block;
}
header .whb-header-bottom .wd-header-cats .menu-opener .menu-open-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
header .whb-header-bottom .wd-search-form form {
    border-radius: 8px;
    overflow: hidden;
}
header .whb-header-bottom .wd-search-form form:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px;
    background: url("images/search-icon.svg") no-repeat;
}
header .whb-header-bottom .wd-search-form form input[type=text] {
    background: #fff;
    border: 1px solid #E4E4E7;
    text-indent: 36px;
    padding-right: 76px;
    padding-left: 0;
    color: #71717A;
}
header .whb-header-bottom .wd-search-form form button {
    background: #F4F4F5;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #09090B !important;
    padding: 0 16px;
    border-radius: 6px;
    width: auto;
}
header .whb-header-bottom .wd-search-form form button:after {
    display: none;
}
header .whb-header-bottom .whb-col-right {
    gap: 24px;
    padding-left: 10px;
    margin: 0;
}
header .whb-header-bottom .whb-col-right .wd-header-wishlist {
    margin: 0 !important;
}
header .whb-header-bottom .whb-col-right .wd-header-my-account a,
header .whb-header-bottom .whb-col-right .wd-header-wishlist a {
    padding: 0 20px;
}
header .whb-header-bottom .whb-col-right .wd-header-cart a {
    padding: 0;
}
header .whb-header-bottom .whb-col-right .wd-header-cart .wd-tools-icon {
    border-radius: 6px;
    padding: 0 20px;
    width: auto;
    display: flex;
    gap: 20px;
}
header .whb-header-bottom .whb-col-right .wd-header-cart .wd-tools-icon img {
    max-width: none;
}
header .whb-header-bottom .whb-col-right .wd-header-cart .wd-tools-icon .wd-cart-number {
    position: static;
    font-weight: 500;
    font-size: 14px;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    color: #FAFAFA;
    box-shadow: none;
}
header .wd-header-mobile-nav a {
    color: #fff !important;
}
.banner-menu {
    min-width: 270px;
    flex: 1 1 270px;
}
.mobile-nav ul li a {
    text-transform: none;
}
.mobile-nav ul li a img  {
    display: none;
}
.hero-slider,
.hero-slider .elementor-swiper,
.hero-slider .swiper-initialized {
    height: 100%;
}
.hero-slider .elementor-swiper {
    border-radius: 10px;
}
.hero-slider .swiper-slide {
    border: 0 !important;
    border-radius: 0;
}
.side-banner {
    border-radius: 12px !important;
    overflow: hidden !important;
}
.side-banner .elementor-widget-image,
.side-banner .elementor-widget-image a,
.side-banner .elementor-widget-image img {
    height: 100% !important;
}
.hero-slider .elementor-button,
.side-banner .banner-button .btn,
.wd-carousel .banner-button .btn {
    background: #1F1F22 !important;
    border-radius: 6px;
    color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    border: 0 !important;
    padding: 0 25px;
    text-transform: none;
    margin: 120px 0 0 0;
    height: 44px !important;
    line-height: 44px !important;
    transition: .4s;
}
.wd-carousel .banner-button .btn {
    margin: 0;
}
.hero-slider .elementor-button:hover,
.side-banner .banner-button .btn:hover,
.wd-carousel .banner-button .btn:hover {
    background: #fff !important;
    color: #1F1F22 !important;
    box-shadow: inset 0 0 0 1.5px #1F1F22 !important;
}
.hero-slider.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    right: auto !important;
    left: 20px !important;
}
.hero-slider.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: 20px !important;
}
.hero-slider.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev,
.hero-slider.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-next {
    top: 50% !important;
}
.elementor-widget-wd_mega_menu .wd-nav,
.wd-dropdown-cats .wd-nav {
    background: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 8px 0;
}
.wd-dropdown-cats {
    border-radius: 10px !important;
}
.wd-dropdown-cats:hover {
    border-radius: 10px 0 0 10px !important;
}
.elementor-widget-wd_mega_menu .wd-nav li,
.wd-dropdown-cats .wd-nav li {
    border: 0 !important;
}
.elementor-widget-wd_mega_menu .wd-nav li a,
.wd-dropdown-cats .wd-nav li a {
    color: #677177;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    position: relative;
    padding: 7px 8px;
    display: block;
    background: none !important;
}
.elementor-widget-wd_mega_menu .wd-nav li a:hover,
.wd-dropdown-cats .wd-nav li a:hover {
    background: none !important;
    color: #2EB4A9 !important;
}
.elementor-widget-wd_mega_menu .wd-nav li.menu-item-has-children > a:after,
.wd-dropdown-cats .wd-nav li.menu-item-has-children > a:after {
    content: '' !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 8px;
    background: url("images/cat-menu-arrow.svg") no-repeat;
}
.elementor-widget-wd_mega_menu .wd-nav li.menu-item-has-children > a:hover:after,
.wd-dropdown-cats .wd-nav li.menu-item-has-children > a:hover:after {
    background: url("images/cat-menu-arrow-hover.svg") no-repeat;
}
.elementor-widget-wd_mega_menu .wd-nav .wd-sub-menu,
.wd-dropdown-cats .wd-nav .wd-sub-menu {
    padding: 0;
}
.elementor-widget-wd_mega_menu .wd-nav .wd-sub-menu li,
.wd-dropdown-cats .wd-nav .wd-sub-menu li {
    margin: 0 !important;
}
.elementor-widget-wd_mega_menu .wd-nav .wd-sub-menu li a,
.wd-dropdown-cats .wd-nav .wd-sub-menu li a {
    color: #677177;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 9px 0;
    text-transform: none;
}
.elementor-widget-wd_mega_menu .wd-nav .wd-dropdown-menu,
.wd-dropdown-cats .wd-nav .wd-dropdown-menu {
    box-shadow: none;
    padding: 0;
    border-radius: 0 10px 10px 0 !important;
    width: calc(1450px - 270px) !important;
}
.woocommerce-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    padding: 20px 0;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
    margin: 0 !important;
}
.woocommerce-breadcrumb a {
    color: #71717A !important;
    padding-right: 0;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.woocommerce-breadcrumb span {
    color: #09090B !important;
}
.woocommerce-breadcrumb a:after {
    content: '' !important;
    width: 24px;
    height: 24px;
    margin-right: 10px !important;
    margin-left: 10px !important;
    display: inline-block;
    background: url("images/breadcrumb-arrow.svg") no-repeat center;
}
.wd-product {
    background: #fff;
    padding: 20px;
    height: 100%;
}
.wd-product .product-wrapper {
    transform: none !important;
    gap: 20px;
}
.wd-product .product-wrapper .wrap-wishlist-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.wd-wishlist-btn a {
    width: 24px !important;
    height: 24px !important;
}
.wd-single-action-btn .wd-wishlist-btn a {
    width: 44px !important;
    height: 44px !important;
}
.wd-wishlist-btn a:before {
    content: '' !important;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("images/product-heart.svg") no-repeat;
    top: 0;
}
.wd-wishlist-btn a.added:before,
.wd-wishlist-btn a:hover:before {
    background: url("images/product-heart-added.svg") no-repeat;
}
.wd-accordion:before {
    display: none !important;
}
.wd-accordion .wd-accordion-item {
    border: 1px solid #E4E4E7;
    padding: 8px 20px;
    border-radius: 8px;
}
.wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000000 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.wd-accordion .wd-accordion-item .wd-accordion-title.wd-active {
    margin-bottom: 8px;
}
.wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text .img-wrapper {
    margin: 0;
}
.wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text .img-wrapper svg {
    display: block;
}
.wd-accordion .wd-accordion-item .wd-accordion-title,
.wd-accordion .wd-accordion-item .wd-accordion-content {
    padding: 0;
}
.wd-product .wrapp-swatches {
    display: none !important;
}
.wd-product .product-information {
    align-items: flex-start;
    text-align: left;
    padding: 0 9px !important;
}
.wd-product .product-information .product-rating-price {
    margin: 0 !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: space-between;
    align-items: center;
}
.wd-product .product-information .product-rating-price .wrapp-product-price {
    gap: 0;
}
.price {
    display: flex;
    flex-direction: column;
}
.price del .amount,
.price del {
    font-size: 14px !important;
    line-height: 20px;
    color: #677177 !important;
    font-weight: 400;
}
.price ins .amount {
    font-size: 18px !important;
    line-height: 28px;
    color: #F14360;
    font-weight: 600;
}
.price .amount {
    font-size: 18px !important;
    line-height: 28px;
    color: #313136;
    font-weight: 600;
}
.wd-single-price .price .amount {
    font-size: 20px !important;
}
.wd-single-price .price del .amount {
    font-size: 14px !important;
}
.wd-single-brands .wd-product-brands a {
    padding: 0 !important;
    box-shadow: none !important;
}
.wd-single-brands .wd-product-brands a img {
    max-width: 86px !important;
    width: 86px !important;
}
.w-magazynie {
    background: #1F1F22;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 12px;
}
.w-magazynie .elementor-widget-container {
    font-size: 0;
    display: flex;
    align-items: center;
}
.w-magazynie .elementor-widget-container:before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("images/check-color.svg");
}
.w-magazynie .elementor-widget-container:after {
    content: 'W magazynie';
    font-size: 14px;
    color: #FAFAFA;
    display: inline-block;
}
.woocommerce-product-gallery {
    text-align: center;
}
.woocommerce-product-gallery img {
    max-width: 394px !important;
}
.woocommerce-product-gallery .wd-gallery-images {
    padding-top: 38px;
}
.woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows .wd-btn-arrow {
    opacity: 1 !important;
    transform: none !important;
    width: 40px;
    height: 35px;
    position: absolute !important;
    border: 1px solid #e4e4e7;
    background: #fff;
    border-radius: 12px;
    cursor: pointer !important;
    top: 50%;
    margin-top: -17px;
}
.woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows .wd-btn-arrow.wd-disabled {
    opacity: .5 !important;
    cursor: auto;
}
.woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows .wd-btn-arrow:hover {
    opacity: 1;
}
.woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
    height: 100%;
    width: 100%;
}
.woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
}
.woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner:after {
    background: url("images/slide-arrow-prev.svg");
}
.woocommerce-product-gallery .wd-gallery-images .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner:after {
    background: url("images/slide-arrow.svg");
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-nav-arrows {
    display: none !important;
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item {
    padding: 0;
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    max-width: none !important;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: .4s;
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item.wd-thumb-active {
    opacity: 1 !important;
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item.wd-thumb-active img {
    border-color: #2EB4A9;
}
.woocommerce-product-gallery .wd-gallery-thumb {
    padding: 20px 20px 0 20px;
}
.quantity {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 208px;
    padding: 0 24px;
    margin-right: 20px;
}
.quantity input[type=button] {
    width: 24px;
    min-width: 24px !important;
    height: 24px !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 0;
    background: none !important;
}
.quantity input[type=button].minus {
    background: url("images/minus.svg") !important;
}
.quantity input[type=button].plus {
    background: url("images/plus.svg") !important;
}
.quantity input[type=number] {
    border: 1px solid #E4E4E7 !important;
    border-radius: 6px !important;
    font-size: 16px;
    color: #677177 !important;
    height: 36px !important;
    line-height: 36px;
    min-width: 72px;
}
.yith-wrap .wd-single-add-cart form.cart .quantity,
.yith-wrap .wd-single-add-cart form.cart .single_add_to_cart_button,
.yith-wrap .yith-wapo-container .yith-wapo-addon .addon-header {
    display: none !important;
}
.yith-wapo-container .yith-wapo-addon {
    margin: 0 !important;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .checkbox-button-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option label {
    color: #1F1F22;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .checkboxbutton input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .checkboxbutton {
    height: 16px;
    position: relative;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .checkboxbutton:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #09090B;
    transition: .4s;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .checkboxbutton:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    transition: .4s;
    background: url("images/checkbox-icon.svg") center;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .checkboxbutton.checked:before {
    background: #09090B;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .checkboxbutton.checked:after {
    opacity: 1;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio {
    margin-top: 20px !important;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .options {
    gap: 0 !important;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .options .yith-wapo-option {
    padding: 7px 0;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radio-button-container {
    display: flex;
    gap: 10px;
    align-items: center;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radio-button-container label {
    color: #09090B;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radio-button-container .option-price .amount,
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radio-button-container .option-price span {
    color: #677177;
    font-weight: 400;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radiobutton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radiobutton input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radiobutton:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #09090B;
    border-radius: 50px;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radiobutton:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #09090B;
    border-radius: 50px;
    opacity: 0;
    position: absolute;
    transition: .4s;
}
.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .radiobutton.checked:after {
    opacity: 1;
}
.wd-single-add-cart form.cart,
.wd-single-add-cart form.cart:has(#yith-wapo-container .yith-wapo-block) {
    display: flex !important;
    gap: 0;
}
.wd-single-add-cart form.cart .single_add_to_cart_button {
    background: #2EB4A9;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
    font-weight: 800;
    font-size: 14px;
    text-transform: none;
    color: #FAFAFA;
    padding: 0;
    box-shadow: none;
    min-width: 250px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.wd-single-add-cart form.cart .single_add_to_cart_button:hover {
    box-shadow: inset 0 0 0 2px #2EB4A9 !important;
    color: #2EB4A9;
    background: #FAFAFA;
}
.wd-single-add-cart form.cart .single_add_to_cart_button:hover:before {
    background: url("images/cart-icon-hover.svg");
}
.wd-single-add-cart form.cart .single_add_to_cart_button:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    position: static;
    opacity: 1;
    background: url("images/cart-icon.svg");
    box-shadow: none;
    transition: .4s;
}
.product_meta .sku_wrapper {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #677177;
}
.product-labels {
    gap: 4px !important;
    top: 0;
    left: 0 !important;
    align-items: flex-start !important;
}
.wd-single-gallery .product-labels {
    top: 0px !important;
    left: 20px !important;
}
.product-labels .onsale,
.product-labels .topowy,
.product-labels .nowosc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 3px 11px;
    color: #fff;
    border-radius: 12px;
}
.product-labels .topowy {
    background: #313136;
}
.product-labels .nowosc {
    background: #8372E3;
}
.wd-product .product-information .wd-add-btn a {
    background: #2EB4A9;
    border-radius: 6px;
    padding: 10px 20px;
    min-width: 64px;
    height: 44px;
    line-height: 44px;
    transition: .4s;
}
.wd-product .product-information .wd-add-btn a:hover {
    background: #fff;
    box-shadow: inset 0 0 0 2px #2EB4A9 !important;
}
.wd-product .product-information .wd-add-btn a:hover:before {
    background: url("images/cart-icon-hover.svg") no-repeat;
}
.wd-product .product-information .wd-add-btn a:before {
    width: 24px;
    height: 25px;
    content: '';
    display: inline-block;
    transform: none;
    position: static;
    background: url("images/shopping-cart.svg") no-repeat;
}
.wd-product .product-information .wd-add-btn span {
    display: none;
}
.wd-product .product-information h3 a {
    color: #1F1F22;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.wd-product .product-information h3 {
    height: 44px;
    overflow: hidden;
}
.wd-product .wd-scroll {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
}
.wd-product .product-information .price {
    display: flex;
    flex-direction: column;
}
.wd-product .product-image-link img {
    width: auto !important;
}
.wd-product .content-product-imagin {
    transform: none !important;
    margin: 0 !important;
    top: auto !important;
    box-shadow: none !important;
}
.wd-shop-product .wd-products .wd-product,
.elementor-widget-wd_wishlist .wd-products .wd-product {
    border-right: 1px solid #e4e4e7;
    border-bottom: 1px solid #e4e4e7;
}
.wd-shop-product .wd-products .wd-product:nth-child(4n),
.elementor-widget-wd_wishlist .wd-products .wd-product:nth-child(5n) {
    border-right: 0;
}
.elementor-widget-wd_wishlist .wd-products .wd-product:nth-child(4n) {
    border-right: 1px solid #e4e4e7;
}
.wd-shop-result-count .woocommerce-result-count {
    color: #677177;
    font-size: 14px;
    line-height: 20px;
}
.wd-shop-ordering .woocommerce-ordering:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: 13px;
    top: 50%;
    margin-top: -8px;
    background: url("images/select-arrow.svg") no-repeat;
}
.wd-shop-ordering .woocommerce-ordering.wd-style-underline select {
    background: #fff;
    border: 1px solid #E4E4E7;
    color: #09090B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 13px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.wd-shop-ordering .woocommerce-ordering.wd-style-underline select:active,
.wd-shop-ordering .woocommerce-ordering.wd-style-underline select:focus,
.wd-shop-ordering .woocommerce-ordering.wd-style-underline select:hover {
    border: 1px solid #E4E4E7;
}
.shop-categories {
    padding: 20px;
}
.shop-categories .wd-cats {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.shop-categories .wd-cats .category-grid-item {
    border: 1px solid #9aa4aa;
    color: #71717a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    flex: none;
    width: auto;
    height: auto;
    border-radius: 4px;
    transition: .4s;
}
.shop-categories .wd-cats .category-grid-item:hover {
    background: #E4E4E7;
    border: 1px solid #E4E4E7;
    box-shadow: 0px 1px 2px 0px #0000000D;
}
.shop-categories .wd-cats .category-grid-item:hover h3 {
    color: #09090B !important;
}
.shop-categories .wd-cats .wrapp-category {
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.shop-categories .wd-cats .wrapp-category .category-image-wrapp {
    display: none;
}
.shop-categories .wd-cats .wrapp-category .hover-mask {
    position: static;
    transform: none;
}
.shop-categories .wd-cats .wrapp-category .hover-mask .more-products {
    display: none;
}
.shop-categories .wd-cats .wrapp-category .hover-mask h3 {
    color: #71717A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    position: static;
    text-align: center;
    padding: 6px 12px;
}
.shop-categories .wd-cats .category-grid-item .category-image {
    margin: 0;
}
.shop-categories .wd-cats .category-grid-item:hover .category-image {
    transform: none !important;
}
.woocommerce-tabs .wd-nav-wrapper {
    margin: 0 0 20px 0 !important;
    padding-top: 20px;
    position: relative;
}
.woocommerce-tabs .wd-nav-wrapper:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E4E4E7;
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px 0 40px 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2,
.woocommerce-tabs .woocommerce-Tabs-panel h3,
.woocommerce-tabs .woocommerce-Tabs-panel h4,
.woocommerce-tabs .woocommerce-Tabs-panel h5,
.woocommerce-tabs .woocommerce-Tabs-panel h6 {
    font-weight: 600;
    margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel table {
    overflow: visible;
    --wd-attr-v-gap: 0;
    --wd-attr-h-gap: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    gap: 20px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 1px solid #E4E4E7;
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr td p {
    margin-bottom: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr th {
    width: 350px;
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr td {
    flex: auto;
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr th,
.woocommerce-tabs .woocommerce-Tabs-panel table tr td {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #09090B;
    text-align: left;
    transition: .4s;
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr:hover th,
.woocommerce-tabs .woocommerce-Tabs-panel table tr:hover td {
    color: #71717A;
}
.woocommerce-tabs .wd-nav-wrapper ul {
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 9;
}
.woocommerce-tabs .wd-nav-wrapper ul li {
    margin: 0;
}
.woocommerce-tabs .wd-nav-wrapper ul li a {
    color: #71717A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 6px 12px;
    border: 1px solid #9AA4AA;
    border-radius: 2px;
    text-transform: none;
    transition: .4s;
}
.woocommerce-tabs .wd-nav-wrapper ul li.active a,
.woocommerce-tabs .wd-nav-wrapper ul li a:hover {
    background: #E4E4E7;
    border-color: #E4E4E7;
    color: #313136;
}
.woocommerce-tabs .wd-nav-wrapper ul li a span:after {
    display: none;
}
.filter-widget {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.filter-widget .widget-title,
.filter-widget .wp-block-heading {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.filter-widget ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px !important;
}
.filter-widget ul li .count {
    color: #677177 !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
}
.filter-widget ul li:last-child {
    margin-bottom: 0;
}
.filter-widget ul li a {
    color: #677177 !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding: 0 !important;
    flex: none !important;
    display: flex;
    gap: 10px;
}
.filter-widget ul li a:before {
    width: 16px !important;
    height: 16px !important;
    border-radius: 2px;
    border: 1px solid #09090B !important;
    margin: 0 !important;
}
.filter-widget ul li.chosen a:before {
    background: #09090B !important;
}
.filter-widget ul li.chosen a:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url("images/checkbox-icon.svg") center;
}
.filter-widget .wc-block-price-filter__controls label {
    display: none;
}
.filter-widget .wc-block-price-filter__controls {
    margin: 0;
}
.filter-widget .wc-block-price-slider .wc-block-price-filter__controls input[type=text] {
    max-width: 95px !important;
    border: 1px solid #E4E4E7 !important;
    border-radius: 6px !important;
    color: #71717A;
    font-size: 14px;
    padding: 0;
    height: 36px;
    line-height: 36px;
    text-indent: 13px;
}
.filter-widget .wc-block-price-slider .wc-block-components-price-slider__actions {
    display: none !important;
}
.widget_product_categories ul {
    padding: 0 !important;
    margin: 0 !important;
}
.widget_product_categories ul ul.children {
    padding-left: 26px !important;
}
.widget_product_categories ul ul.children li {
    margin-bottom: 6px !important;
}
.widget_product_categories ul li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.widget_product_categories ul li:hover > a {
    color: #2EB4A9 !important;
}
.widget_product_categories ul li a {
    width: 100% !important;
    color: #677177 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    display: flex !important;
    flex: none !important;
    align-items: center;
    gap: 6px;
    padding: 6px 0 !important;
}
.widget_product_categories ul li .wd-cats-toggle {
    width: 12px;
    height: 12px;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
}
.widget_product_categories ul li .wd-cats-toggle.toggle-active {
    background: none !important;
    transform: rotate(2700deg);
}
.widget_product_categories ul li .wd-cats-toggle:after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("images/category-arrow.svg");
}
.widget_product_categories ul li:hover .wd-cats-toggle:after {
    background: url("images/category-arrow-active.svg");
}
.wd-carousel-container {
    height: 100%;
}
.wd-products .wd-carousel-inner,
.wd-posts .wd-carousel-inner {
    margin: 0 !important;
    height: 100%;
}
.wd-products .wd-carousel-inner .wd-carousel-item,
.wd-posts .wd-carousel-inner .wd-carousel-item {
    height: auto;
}
.wd-products .wd-carousel-inner .wd-carousel,
.wd-posts .wd-carousel-inner .wd-carousel {
    padding: 0;
    height: 100%;
}
.wd-products .wd-carousel-inner .wd-nav-arrows,
.wd-posts .wd-carousel-inner .wd-nav-arrows,
.e-widget-swiper .elementor-swiper-button {
    position: absolute;
    top: -48px;
    padding: 0 20px;
    right: 0 !important;
    display: flex;
    gap: 30px;
}
.e-widget-swiper .elementor-swiper-button {
    left: auto !important;
    padding: 0 !important;
    right: 20px !important;
    top: -15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 28px;
    border: 1px solid #e4e4e7 !important;
    background: #fff;
    border-radius: 12px;
}
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    right: 82px !important;
}
.e-widget-swiper .elementor-swiper-button svg {
    display: none;
}
.wd-carousel-inner .wd-nav-arrows .wd-btn-arrow,
.wd-posts .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
}
.wd-slider .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow {
    position: absolute !important;
    margin-top: -15px;
    top: 50%;
}
.wd-slider .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-prev {
    left: 20px;
}
.wd-slider .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-next {
    right: 20px;
    left: auto;
}
.wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-disabled,
.wd-posts .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-disabled,
.e-widget-swiper .elementor-swiper-button.swiper-button-disabled {
    opacity: .5 !important;
}
.wd-carousel-inner .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner,
.wd-posts .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
    width: 32px;
    height: 28px;
    border: 1px solid #E4E4E7;
    background: #fff;
    border-radius: 12px;
}
.wd-carousel-inner .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after,
.wd-posts .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after,
.e-widget-swiper .elementor-swiper-button:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
}
.wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner:after,
.wd-posts .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner:after,
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev:after {
    background: url("images/slide-arrow-prev.svg") no-repeat;
}
.wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner:after,
.wd-posts .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner:after,
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-next:after {
    background: url("images/slide-arrow.svg") no-repeat;
}
.wd-posts .wd-post,
.elementor-widget-archive-posts article,
.e-widget-swiper .swiper-slide,
.elementor-widget-loop-grid .e-loop-item {
    border: 1px solid #E4E4E7;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.elementor-widget-loop-grid .e-loop-item {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.elementor-widget-archive-posts article .elementor-post__thumbnail__link {
    margin-bottom: 25px;
}
.elementor-widget-archive-posts article .elementor-post__text {
    padding: 0 25px 25px 25px;
    display: flex;
    flex-direction: column;
}
.elementor-widget-archive-posts article h3 {
    order: 2;
}
.elementor-widget-archive-posts article .elementor-post__meta-data {
    order: 1;
    margin-bottom: 8px;
}
.elementor-widget-archive-posts article .elementor-post__excerpt {
    margin: 0;
    order: 3;
}
.elementor-widget-archive-posts article .elementor-post__excerpt p {
    font-size: 16px;
    line-height: 24px;
    color: #313136;
}
.wd-posts.wd-grid-g{
    --wd-gap-lg: 25px;
    gap: 25px;
}
.wd-posts .wd-carousel-item {
    height: auto;
}
.elementor-widget-archive-posts article .elementor-post__thumbnail__link,
.e-widget-swiper .swiper-slide .elementor-widget-theme-post-featured-image,
.elementor-widget-loop-grid .e-loop-item .elementor-widget-theme-post-featured-image {
    overflow: hidden;
}
.wd-posts .wd-post .wd-post-img,
.elementor-widget-archive-posts article .elementor-post__thumbnail,
.e-widget-swiper .swiper-slide .elementor-widget-theme-post-featured-image .elementor-widget-container,
.elementor-widget-loop-grid .e-loop-item .elementor-widget-theme-post-featured-image .elementor-widget-container {
    transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    margin: -2px;
}
.wd-posts .wd-post:hover .wd-post-img,
.elementor-widget-archive-posts article:hover .elementor-post__thumbnail,
.e-widget-swiper .swiper-slide:hover .elementor-widget-theme-post-featured-image .elementor-widget-container,
.elementor-widget-loop-grid .e-loop-item:hover .elementor-widget-theme-post-featured-image .elementor-widget-container {
    transform: scale(1.03) !important;
}
.wd-posts .wd-post .post-img-wrapp a:after {
    display: none;
}
.wd-posts .wd-post .article-inner,
.wd-posts .wd-post .wd-post-inner {
    box-shadow: none !important;
    background: none !important;
}
.wd-posts .wd-post .article-inner .post-date,
.wd-posts .wd-post .article-inner .post-image-mask {
    display: none;
}
.wd-posts .wd-post .article-inner .article-body-container {
    background: none;
}
.wd-posts .wd-post .article-inner .article-body-container,
.wd-posts .wd-post .wd-post-content {
    padding: 20px;
    text-align: left;
}
.wd-posts .wd-post .wd-post-content .wd-post-entry-meta {
    margin-bottom: 8px;
}
.wd-posts .wd-post .wd-post-content .wd-post-entry-meta .wd-meta-date {
    font-size: 14px;
    line-height: 20px;
    color: #677177;
}
.wd-posts .wd-post .article-inner .article-body-container h3,
.wd-posts .wd-post .wd-post-content h3,
.elementor-widget-archive-posts article h3 {
    font-size: 18px;
    line-height: 28px;
    color: #313136;
    font-weight: 600;
    margin-bottom: 8px !important;
}
.elementor-widget-archive-posts article h3 a,
.elementor-widget-archive-posts article h3 a:hover {
    color: #313136 !important;
}
.wd-loop-footer,
.e-loop__load-more {
    padding: 20px 0;
    margin-top: 20px;
}
.products-footer.wd-loop-footer {
    margin-top: 0;
}
.elementor-widget-container .wd-loop-footer .wd-load-more,
.e-loop__load-more a {
    background: #313136 !important;
    border-radius: 6px;
    color: #FAFAFA;
    font-size: 14px;
    border: 0;
    padding: 0 20px;
    text-transform: none;
    margin: 0 auto;
    gap: 0;
    height: 44px;
    line-height: 44px;
}
.elementor-widget-container .wd-loop-footer .wd-load-more:hover,
.e-loop__load-more a:hover {
    background: none !important;
    color: #313136 !important;
    box-shadow: inset 0 0 0 1.5px #313136 !important;
}
.elementor-widget-container .wd-loop-footer .wd-load-more:after,
.e-loop__load-more a:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    background: url("images/chevron-down.svg") no-repeat;
}
.elementor-widget-container .wd-loop-footer .wd-load-more:hover:after,
.e-loop__load-more a:hover:after  {
    background: url("images/chevron-down-hover.svg") no-repeat;
}
.wd-text-block ul,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
    list-style: none;
    padding-left: 32px;
}
.wd-text-block ul li,
.elementor-widget-theme-post-content ul li {
    position: relative;
}
.wd-text-block ul li:before,
.elementor-widget-theme-post-content ul li:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    left: -25px;
    top: 5px;
    position: absolute;
    background: url("images/list-arrow.svg") no-repeat;
}
.widget_categories {
    background: #fff;
    border-radius: 12px;
    padding: 20px !important;
}
.widget_categories .widget-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: 1px solid #E4E4E7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.widget_categories ul li {
    margin-bottom: 12px;
}
.widget_categories ul li .children {
    display: none;
}
.widget_categories ul li:hover .children {
    display: block;
}
.widget_categories ul li:last-child {
    margin-bottom: 0;
}
.widget_categories ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #677177;
    transition: .4s;
}
.widget_categories ul li.has-children a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.widget_categories ul li a:hover {
    color: #2EB4A9;
}
.widget_categories ul li a svg path {
    transition: .4s;
}
.widget_categories ul li:hover svg path {
    stroke: #2EB4A9;
}
.elementor-widget-wd_wishlist .woocommerce-my-account-wrapper {
    margin: 0 !important;
}
.elementor-widget-wd_wishlist .wd-my-account-sidebar,
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-wishlist-head,
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-wishlist-bulk-action {
    display: none;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products {
    --wd-col-lg: 5 !important;
    gap: 0;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products .wd-wishlist-product-actions {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
    height: auto;
    z-index: 991;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products .wrap-wishlist-button {
    right: 30px;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products .wrap-wishlist-button .wd-wishlist-btn {
    opacity: 1;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products .wd-wishlist-product-actions .wd-wishlist-remove {
    font-size: 0;
    width: 44px;
    height: 44px;
    background: url("images/whish-list-remove.svg") no-repeat center;
}
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products .wd-wishlist-product-actions .wd-wishlist-remove:before,
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products .wd-wishlist-product-actions .wd-wishlist-remove:after,
.elementor-widget-wd_wishlist .woocommerce-MyAccount-content .wd-products .wd-wishlist-product-actions .wd-wishlist-product-checkbox {
    display: none;
}
.elementor-widget-text-editor,
.elementor-widget-theme-post-content {
    font-size: 16px;
    line-height: 24px;
    color: #313136;
}
.elementor-widget-theme-post-content p,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
    margin-bottom: 20px;
}
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #09090B;
}
.wd-single-title .product_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}
.wd-close-side {
    background-color: rgba(49, 49, 54, 0.75);
}
.wd-single-price p.price {
    display: flex;
    flex-direction: column;
}
.cart-widget-side {
    width: 100%;
    padding: 80px;
    max-width: 1320px;
    left: 50% !important;
    margin: 80px 0;
    border-radius: 12px;
    max-height: 758px;
    z-index: 9991;
}
.cart-widget-side.wd-opened {
    transform: translate3d(-50%, 0, 0) !important;
}
.cart-widget-side .wd-heading {
    padding: 0;
    border: 0;
    margin: 0 0 24px 0;
}
.cart-widget-side .wd-heading .title {
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    color: #000;
}
.cart-widget-side .wd-heading .close-side-widget {
    top: 22px;
    right: 22px;
    position: absolute;
}
.cart-widget-side .wd-heading .close-side-widget a {
    width: 24px;
    height: 24px;
    font-size: 0;
    background: url("images/close-icon.svg");
}
.cart-widget-side .widget_shopping_cart .wd-scroll-content {
    position: static;
    overflow: auto;
    max-height: none;
}
.cart-widget-side .shopping-cart-widget-footer,
.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__total,
.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__buttons {
    padding: 0 !important;
}
.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right {
    flex: none;
    display: flex;
    gap: 20px;
    align-items: center;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right p {
    color: #313136;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right .amount {
    color: #1F1F22;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.cart-widget-side .widget .wd-empty-mini-cart {
    text-align: left;
    padding: 0;
    margin: 0;
}
.cart-widget-side .widget .wd-empty-mini-cart:before {
    display: none;
}
.cart-widget-side .widget .wd-empty-mini-cart .title {
    color: #313136;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right .button-checkout svg path,
.cart-widget-side .widget .wd-empty-mini-cart .btn svg path,
.cart-widget-side .shopping-cart-widget-footer .button-back svg path {
    transition: .4s;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right .button-checkout,
.cart-widget-side .widget .wd-empty-mini-cart .btn {
    background: #2eb4a9;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
    font-weight: 800;
    font-size: 14px;
    text-transform: none;
    color: #fafafa;
    padding: 0;
    box-shadow: none;
    min-width: 225px;
    width: 225px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right .button-checkout:hover {
    box-shadow: inset 0 0 0 2px #2eb4a9 !important;
    background: #fafafa;
    color: #2eb4a9;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right .button-checkout:hover svg path {
    stroke: #2eb4a9;
}
.cart-widget-side .shopping-cart-widget-footer .button-back {
    flex: 0;
    background: #000000;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
    font-weight: 800;
    font-size: 14px;
    text-transform: none;
    color: #FAFAFA;
    padding: 0;
    margin: 0;
    box-shadow: none;
    min-width: 225px;
    width: 225px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.cart-widget-side .shopping-cart-widget-footer .button-back:hover {
    color: #000;
    background: #FAFAFA;
    box-shadow: inset 0 0 0 2px #000000 !important;
}
.cart-widget-side .shopping-cart-widget-footer .button-back:hover svg path {
    stroke: #000000;
}
.cart-widget-side .shopping-cart-widget-footer .cart-totals-right .count {
    background: #E4E4E7;
    border-radius: 8px;
    padding: 0 8px;
    color: #313136;
    font-size: 14px;
    line-height: 28px;
}
.cart-widget-side .widget ul.cart_list {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cart-widget-side .widget ul.cart_list > li {
    padding: 40px 20px !important;
    border: 1px solid #E4E4E7;
    background: none !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cart-widget-side .widget ul.cart_list > li .cart-item-image img {
    min-width: 100px;
    max-width: 100px;
}
.cart-widget-side .widget ul.cart_list > li .cart-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.cart-widget-side .widget ul.cart_list > li .cart-info .quantity {
    margin: 0;
}
.cart-widget-side .widget ul.cart_list > li .cart-info span.quantity {
    font-size: 0;
}
.cart-widget-side .widget ul.cart_list > li .cart-info span.quantity .amount {
    font-size: 18px !important;
    line-height: 28px;
    color: #1f1f22;
    font-weight: 600;
}
.cart-widget-side .widget ul.cart_list > li .cart-info .wd-entities-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 50%;
    flex: 0 0 50%;
    color: #000000;
    margin: 0;
}
.cart-widget-side .widget ul.cart_list > li .remove {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 20px;
    font-size: 0;
    background: url("images/remove-icon.svg");
}
.cart-widget-side .widget ul.cart_list > li .remove:after {
    display: none;
}
.cart-widget-side .widget ul.cart_list > li a {
    margin: 0;
}
.cart-widget-side .widget ul.cart_list .variation {
    border: 1px solid #E4E4E7;
    padding: 9px 14px;
    border-radius: 8px;
    margin: 10px 0 0 0;
}
.cart-widget-side .widget ul.cart_list .variation li .item-variation-name {
    display: none;
}
.cart-widget-side .widget ul.cart_list .variation li .item-variation-value {
    display: flex;
    gap: 10px;
}
.cart-widget-side .widget ul.cart_list .variation li .item-variation-value div:first-child {
    font-weight: 600;
}
footer {
    margin-top: 0;
    color: #9AA4AA;
    font-size: 16px;
    line-height: 24px;
    padding: 44px 0 64px;
}
footer .widget h5 {
    color: #fff;
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 8px !important;
}
footer ul li {
    margin-bottom: 8px;
}
footer ul li:last-child {
    margin-bottom: 0;
}
footer ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline;
}
footer ul li.current_page_item a,
footer ul li a:hover {
    color: #2eb4a9 !important;
    text-decoration: none !important;
}
footer .footer-sidebar {
    padding: 0;
    gap: 20px;
}
footer .footer-sidebar .widget_block {
    margin: 0;
    padding: 0;
}
footer .footer-sidebar .elementor-widget-html a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FAFAFA;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 6px 8px;
}
footer .footer-sidebar .elementor-widget-html a svg {
    min-width: 32px;
}
footer .footer-sidebar .elementor-widget-html .work-days {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
footer .footer-sidebar .elementor-widget-html .work-days p {
    margin-bottom: 0;
    padding-left: 48px;
    line-height: 32px;
}
footer .footer-sidebar .elementor-widget-html .work-days .work-days-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
}
footer .footer-sidebar .footer-column {
    margin-bottom: 0;
}
footer .copyrights-wrapper {
    border: 0;
    margin-top: 44px;
}
footer .copyrights-wrapper .min-footer {
    padding: 0;
}
footer .copyrights-wrapper .min-footer > div {
    flex: none;
    max-width: 100%;
}
footer .copyrights-wrapper .min-footer .col-left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.wpcf7-form label {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #2F3036;
    margin-bottom: 24px;
    cursor: pointer;
}
.wpcf7-form label span {
    color: #EB0029;
}
.wpcf7-form .form-row {
    position: relative;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute !important;
    margin: 0 !important;
}
.wpcf7-form .wpcf7-spinner:before {
    border-left-color: #fff !important;
    left: 0;
    top: 0;
    margin: 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    border: 1px solid #9AA4AA;
    border-radius: 8px;
    text-indent: 16px;
    color: #9AA4AA;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    line-height: 44px;
    height: 44px;
    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;
}
.wpcf7-form .form-row.newsletter .wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: url("images/mail.svg") no-repeat center;
    left: 15px;
}
.wpcf7-form .form-row.newsletter .wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: #ff0000 !important;
}
.wpcf7-form .form-row.newsletter .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form .form-row.newsletter input[type=email] {
    height: 44px;
    line-height: 44px;
    color: #9AA4AA;
    text-indent: 56px;
}
.wpcf7-form .form-row.newsletter input[type=submit] {
    background: #2EB4A9;
    font-size: 14px;
    font-weight: 500;
    text-indent: 0;
    color: #fff;
    text-transform: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 14px;
    border-radius: 6px;
    border: 0 !important;
    box-shadow: none !important;
}
.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 .wpcf7-response-output {
    display: none;
    margin: 24px 0 0 0;
}
.wd-carousel .wd-slide {
    min-height: auto !important;
    border-radius: 12px;
}
.wd-carousel .wd-slide .wd-slide-inner {
    max-width: 100% !important;
}
.wd-carousel .wd-slide .wd-slide-container {
    padding: 0 !important;
}
.wd-slider .wd-nav-pagin-wrap {
    display: none;
}
.elementor-widget-wd_slider .wd-carousel-inner .wd-carousel .elementor-widget-image img {
    object-fit: cover;
}