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

@import url('./assets/css/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.whb-full-width .whb-row>.container, .whb-full-width+.whb-clone .whb-row>.container{
    max-width: 1580px!important;
    padding: 0 15px;
    width: 95%;
}
.wd-dropdown-my-account ul{
    display: flex;
    flex-direction: column;
}
.wd-dropdown-my-account ul li.woocommerce-MyAccount-navigation-link--orders{
    order: 1;
}
.wd-dropdown-my-account ul li.woocommerce-MyAccount-navigation-link--edit-account{
    order: 2;
}
.wd-dropdown-my-account ul li.woocommerce-MyAccount-navigation-link--edit-address{
    order: 3;
}
.wd-dropdown-my-account ul li{
    order: 5;
}
.woocommerce-MyAccount-navigation-link--wishlist{
    display: none!important;
}
.product-grid-item :is(.product-image-link,.hover-img) img{
    aspect-ratio: 1/1;
}
.wd-nav-main > li a, .wd-nav-secondary > li a, .wd-tools-element .wd-tools-text, .wd-tools-element .wd-dropdown a {
    height: unset !important;
    font-family: 'Montserrat'!important;
    font-size: 16px !important;
    line-height: 20px!important;
    font-weight: 500 !important;
    color: #2E2E2E!important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.wd-fs-close{
    display: none;
}
.whb-header{
    background-color: rgb(234, 234, 234);
}
.whb-flex-row .wd-tools-element .wd-tools-text{
    margin-left: 20px;
}
.filter-widget, .filter-widget > h5{
    margin-bottom: 0;
}
.polylang_langswitcher{
    margin-bottom: 0;
    padding-left: 0;
}
.polylang_langswitcher select{
    padding-left: 0;
    margin: 0;
}
.filters-area{
    padding: 18px 0!important;
}
.wd-nav-main > li a:hover, .wd-nav-secondary > li a:hover, .wd-tools-element .wd-tools-text:hover, .wd-tools-element .wd-dropdown a:hover {
    /* color: #83b735 !important; */
}

.wd-tools-element .wd-dropdown a, .wd-dropdown-register .login-title, .wd-tools-element .wd-dropdown label {
    color: #fff !important;
}

.wd-tools-element .wd-dropdown input {
    border-color: #fff !important;
}

.wd-dropdown {
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    padding: 5px 10px !important;
}

.menu-item-object-language_switcher .wd-dropdown {
    width: auto !important;
    padding: 0px 0px !important;
}

.menu-item-object-language_switcher .wd-dropdown li {
    padding: 0 10px;
    border-bottom: 1px solid #fff;
}

.menu-item-object-language_switcher .wd-dropdown li:last-of-type {
    border-bottom: none;
}

.menu-item-object-language_switcher .wd-dropdown a {

}
.wd-tools-element>a.mopen{
    display: none;
}
.wd-tools-element>a.close-m{
    display: none;
    width: 100%;
}
.wd-tools-element>a.mopen+.close-m{
    display: flex;
}
body .menu-item .wd-dropdown a {
    color: #fff !important;
}

.social-header {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-left: 10px;
}

.social-header li {
    margin-bottom: 0;
    height: 24px;
    width: 24px;
}

.social-header img, .social-header svg {
    height: 24px;
    width: 24px;
}

.social-header svg {
    fill: #615c5c;
}

.min-footer {
    padding: 9px 0 !important;
}

.min-footer a {
    color: #757575;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

#tribe-events-pg-template {
    max-width: 100% !important;
    width: 100% !important;
}


/* New style */
/*.main-slider{
    position: relative;
    padding: 10%;
}

.swiper-slide img{
    height: 750px;
}


.swiper-button-prev{
    content: url("./assets/images/arrow_left.svg");
    width: 30px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 2%;
    cursor: pointer;
    user-select: none;
}

.swiper-button-next{
    content: url("./assets/images/arrow_right.svg");
    width: 28px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 2%;
    cursor: pointer;
    user-select: none;
}*/


/*.about{
    display: flex;
    text-align: center;
    color: #2E2E2E;
    position: relative;
}

.about-content{
    background-color: #DFDFDF;
    padding: 5%;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.about-content h2{
    font-family: 'Kyiv*Type Serif Medium';
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    font-feature-settings: 'ss04' on;
    margin-bottom: 35px;
}

.about-content p{
    font-family: 'Montserrat Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.about-content a{
    font-family: 'Montserrat Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url('./assets/images/about-arrow.svg');
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 0;
    width: 240px;
    background-position: right 0 top 50%;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .about{
        flex-direction: column;
    }
    .about-content{
        position: static;
        width: 100%;
    }
}*/

/*
.cooperation{
    background-image:  linear-gradient(90deg, rgba(237,237,237,0.8) 0%, rgba(237,237,237,0.8) 100%), url('./assets/images/cooperation.png');
    padding: 80px;
    background-color: rgba(237, 237, 237, 0.8);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #2E2E2E;
}

.cooperation h2{
    font-family: 'Kyiv*Type Serif Medium', serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    font-feature-settings: 'ss04' on;
    margin-bottom: 20px;
}

.cooperation p{
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}

button{
    background: #2E2E2E;
    font-family: 'Montserrat Medium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #EAEAEA;
}*/


.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
    background: none;
    border: none;
    outline: none;
    background-image: url(./assets/images/arrow-down-switch.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 25px;
}

.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language {
    background: none;
    border: none;
    outline: none;
    background-color: #ededed;
    background-image: url(./assets/images/arrow-down-switch.svg);
    background-repeat: no-repeat;
    background-position: top 15px right 25px;
}

.polylang_langswitcher select.pll-switcher-select {
    border: none;
    background: none;
    border: none;
    outline: none;
    background-image: url(./assets/images/arrow-down-switch.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
}

.polylang_langswitcher select.pll-switcher-select option {
    text-transform: uppercase;
}
#menu-header, #menu-header-en{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
body.admin-bar .wd-fs-menu.wd-opened {
    top: 123px;
}
body.admin-bar .wd-fs-menu.wd-opened.mini{
    top: 92px
}
.wd-fs-menu.wd-opened.mini{
    top: 60px;
}
.wd-fs-menu.wd-opened {
    background-color: #EAEAEA;
    top: 90px;
    padding: 0;
    /* font-family: 'Kyiv*Type Serif'; */
    font-family: 'Montserrat Regular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
    font-feature-settings: 'ss04' on;
    transition: .3s all;
    color: #014D6D;
    bottom: unset;
    padding-top: 50px;
}
.wd-fs-menu.wd-opened::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    box-shadow: 0px 3px 8px 0px rgba(36, 36, 36, 0.10);
}
.wd-fs-menu.wd-opened a.woodmart-nav-link {
    padding: 0;
    /* font-family: 'Kyiv*Type Serif'; */
    font-family: 'Montserrat Regular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    border: none;
    font-feature-settings: 'ss04' on;
    color: #2E2E2E;
}


.wd-fs-menu.wd-opened a.woodmart-nav-link:hover, .wd-nav[class*="wd-style-"]>li:hover>a {
    color: #014D6D;
}
.wd-nav[class*="wd-style-"]>li.menu-simple-dropdown>a .nav-link-text{
    position: relative;
}
.wd-nav[class*="wd-style-"]>li.menu-simple-dropdown>a .nav-link-text::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #014D6D;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s all;
}
.wd-nav[class*="wd-style-"]>li.menu-simple-dropdown>a:hover .nav-link-text::after, .wd-nav[class*="wd-style-"]>li.menu-simple-dropdown.sub-menu-open>a .nav-link-text::after{
    opacity: 1;
}
.wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a {
    /*padding: 5px 0;*/
}

.wd-fs-menu.wd-opened .wd-action-btn > a, .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a{
    color: #014D6D;
}

.wd-fs-menu.wd-opened a.woodmart-nav-link .wd-nav-opener {
    color: #014D6D;
}
#menu-header .wd-nav-opener, #menu-header-en .wd-nav-opener{
    position: static;
    transform: rotate(90deg);
}
#menu-header  .wd-nav-opener.wd-active:after, #menu-header-en  .wd-nav-opener.wd-active:after{
    transform: rotate(180deg);
}
#menu-header .wd-dropdown-fs-menu.wd-design-default, #menu-header-en .wd-dropdown-fs-menu.wd-design-default{
    width: 100%;
}
.wd-fs-menu.wd-opened .wd-sub-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 1016px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#menu-header .wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a, #menu-header-en .wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a{
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    color: #2E2E2E;
    font-size: 16px;
    font-family: 'Montserrat';
}
#menu-header+.wd-fs-widget-area, #menu-header-en+.wd-fs-widget-area{
    margin-top: 0;
}
#menu-header+.wd-fs-widget-area #block-15 > p, #menu-header-en+.wd-fs-widget-area #block-15 > p{
    display: none;
}
#menu-header+.wd-fs-widget-area #block-15 > .social-header, #menu-header-en+.wd-fs-widget-area #block-15 > .social-header{
    margin-left: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E2E2E2;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
#menu-header+.wd-fs-widget-area #block-15 > .social-header li, #menu-header-en+.wd-fs-widget-area #block-15 > .social-header li{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu-header+.wd-fs-widget-area #block-15 > .social-header li a, #menu-header+.wd-fs-widget-area #block-15 > .social-header li a svg, #menu-header-en+.wd-fs-widget-area #block-15 > .social-header li a, #menu-header-en+.wd-fs-widget-area #block-15 > .social-header li a svg{
    width: 100%;
    height: 100%;
}
#menu-header+.wd-fs-widget-area #block-15 > .social-header li a .hover-el, #menu-header-en+.wd-fs-widget-area #block-15 > .social-header li a .hover-el{
    transition: .3s all;
}
#menu-header+.wd-fs-widget-area #block-15 > .social-header li a:hover .hover-el, #menu-header-en+.wd-fs-widget-area #block-15 > .social-header li a:hover .hover-el{
    fill: #014D6D;
}
.woocommerce-mini-cart__buttons .checkout{
    border: 1px solid transparent;
}
.woocommerce-mini-cart__buttons .btn-cart, .woocommerce-mini-cart__buttons .checkout:hover{
    border: 1px solid #2E2E2E;
}
/*mobile menu*/
.mobile-nav .wd-nav-opener.wd-active{
    color: #fff!important;
}
.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a,
.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover,
.mobile-nav, 
.cart-widget-side .wd-heading, 
.cart-widget-side{
    background-color: #EAEAEA!important;
}
.wd-sub-menu li>a,
.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a,
.woocommerce-mini-cart__total strong,
.cart-info span.quantity,
.cart-info div.quantity input[type="button"], .cart-info div.quantity input[type="number"],
.product_list_widget>li .wd-entities-title,
.cart-widget-side .woocommerce-mini-cart .remove,
.cart-widget-side .wd-heading .title,
.wd-action-btn>a, 
.mobile-nav .wd-nav-mobile>li>a, 
.mobile-nav .wd-nav-opener, 
.searchform .searchsubmit, 
.mobile-nav .searchform input[type="text"]::placeholder, 
.mobile-nav .searchform input[type="text"]{
    color: #2E2E2E!important;
}
.cart-info div.quantity input[type="button"], .cart-info div.quantity input[type="number"]{
    border-color: #CECECE!important;
}
.mobile-nav .wd-nav-opener, 
.wd-nav-mobile li a{
    border-color: rgba(129, 129, 129, 0.2)!important;
}
.searchform .searchsubmit{
    height: 70px;
}
/*mobile menu*/

.elementor-widget-container .main-slider{
    padding: 0;
}
.main-page-wrapper .site-content, .slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap{
    padding: 0;
}
.main-page-wrapper .container > .row, .slider-section > .elementor-container{
    margin-left: 0!important;
    margin-right: 0!important;
}
.main-page-wrapper .container{
    width: 95%;
}
.main-page-wrapper{
    padding-top: 0;
}
.slider-section .swiper-slide img{
    width: 100%;
    height: auto;
}
.slider-section .main-slider .swiper-button-prev{
    transform: translateX(-80px);
}
.slider-section .main-slider .swiper-button-next{
    transform: translateX(75px);
}
.show-shop-link{
    position: absolute;
    right: 0;
    z-index: 33;
    top: 20px;
}
.show-shop-link a{
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #2E2E2E;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.show-shop-link a:hover .icon{
    animation: arrow 1s linear;
    transition: 1s all;
}
.product-wrapper .product-element-top{
    margin-bottom: 20px;
}
.product-grid-item .product-wrapper .wd-entities-title{
    text-align: center;
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 24px;
}
.product-grid-item .product-element-bottom .wd-product-cats{
    margin-bottom: 33px;
    text-align: center;
}
.product-grid-item .product-element-bottom .wd-product-cats a{
    color: #6F6F6F;
    text-align: center;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 24px;
}
.product-grid-item.wd-hover-fw-button .wrap-price{
    width: 35%;
    text-align: center;
    font-size: 25px;
    font-family: Montserrat;
    line-height: 24px;
}
.product-grid-item.wd-hover-fw-button .woodmart-add-btn{
    position: absolute;
    bottom: -4px;
    right: 20px;
    width: 73%;
    max-width: 252px;
}
.product-grid-item.wd-hover-fw-button .woodmart-add-btn a{
    color: #2E2E2E;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    background: transparent;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2E2E2E;
    cursor: pointer;
}

.slide-product .product-grid-item.wd-hover-fw-button{
    padding-bottom: 20px;
    transition: .3s all;
}
.wd-hover-with-fade.wd-fade-off .product-element-bottom{
    padding: 0 20px;
}
.products .product-grid-item .product-wrapper{
    padding-bottom: 20px;
}
.products .product-grid-item .product-wrapper .product-element-bottom{
    padding: 0 20px;
}
.slide-product .product-grid-item.wd-hover-fw-button:hover, .products .product-grid-item:hover .product-wrapper{
    box-shadow: 1px 1px 8px 0px rgba(36, 36, 36, 0.15), -1px -1px 8px 0px rgba(36, 36, 36, 0.15);
}
.slide-product .product-grid-item .product-wrapper{
    padding-bottom: 0;
}
.slide-product .product-grid-item:hover .product-wrapper{
    box-shadow: unset;
}
.wd-add-btn-replace .add-to-cart-loop:hover span{
    transform: none!important;
}
.product-grid-item.wd-hover-fw-button .woodmart-add-btn a:hover{
    background: #2E2E2E;
    color: #EAEAEA;
}
.owl-carousel .owl-dots .owl-dot span{
    border-radius: 0;
    background: #bbb;
}
.owl-carousel .owl-dots .owl-dot.active span{
    transform: scale(1.2);
}
.events-section{
    position: relative;
}
.events-section::before, .events-section::after{
    content: '';
    width: 100vw;
    height: 100%;
    background: inherit;
    position: absolute;
    left: -100vw;
    top: 0;
}
.events-section::after{
    left: unset;
    right: -100vw;
}
.elementor-1595 .elementor-element.elementor-element-7488404 .elementor-posts-container .elementor-post__thumbnail,
.elementor-1595 .elementor-element.elementor-element-75e931c .elementor-posts-container .elementor-post__thumbnail, 
.elementor-1880 .elementor-element.elementor-element-728a807 .elementor-posts-container .elementor-post__thumbnail{
    padding-bottom: 0;
}
.elementor-1595 .elementor-element.elementor-element-75e931c:after, .elementor-1880 .elementor-element.elementor-element-728a807:after{
    display: none;
}
.events .elementor-post__text, .events .elementor-post__meta-data{
    background: #EAEAEA;
    padding: 0px 40px;
    transition: .3s all;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-145px);
}
.events .elementor-post__text{
    padding-top: 20px;
    margin-top: 0!important;
    min-height: 140px;
}
.events .elementor-post__meta-data{
    padding-bottom: 20px;
    text-align: center;
    margin-top: -2px;
}
.events .elementor-post__card:hover .elementor-post__text, .events .elementor-post__card:hover .elementor-post__meta-data{
    transform: translateY(-195px);
}
.elementor-default .wd-loop-footer{
    margin-top: 70px;
}
.post-type-archive-product .site-content{
    margin-bottom: 100px;
}
.post-type-archive-product .elements-grid{
    row-gap: 20px;
}
.shop-loop-head{
    position: absolute;
    top: -220px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.shop-loop-head::after{
    content: '';
    display: inline-block;
    height: 1px;
    width: 1000vw;
    background: rgba(129, 129, 129, 0.2);
    position: absolute;
    bottom: 0;
    left: -50vw;
}
.shop-loop-head .wd-breadcrumbs{
    margin-bottom: 0;
}
.shop-loop-head .woodmart-shop-tools{
    display: none!important;
}
.shop-loop-head .wd-breadcrumbs span, .shop-loop-head .wd-breadcrumbs a{
    font-size: 13px;
    font-family: 'Montserrat';
    line-height: 30px;
    letter-spacing: 0.39px;
    text-transform: uppercase;
}
.main-page-wrapper .title-size-default{
    padding-top: 121px;
    padding-bottom: 50px;
    margin-bottom: 0;
    margin-top: 0;
}
.main-page-wrapper .title-size-default .title{
    text-align: center;
    font-size: 65px;
    line-height: 78px;
    /* font-family: 'Kyiv*Type Serif'; */
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.post-type-archive-product .filters-area{
    top: 0;
    background: #DFDFDF;
    border: none;
    margin-bottom: 50px;
}
.post-type-archive-product .filters-area::after, .post-type-archive-product .filters-area::before{
    content: '';
    display: inline-block;
    width: 50vw;
    height: 100%;
    background: inherit;
    left: -50vw;
    top: 0;
    position: absolute;
}
.post-type-archive-product .filters-area::after{
    right: -50vw;
    left: unset;
}
.filter-widget{
    position: relative;
}
.filter-widget > h5{
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.filter-widget > h5 .value{
    color: #6F6F6F;
    font-weight: 400;
}
.filter-widget:not(.show-val) > h5 .value{
    display: none;
}
.filters-area .filters-inner-area{
    column-gap: 10px;
}
div.filter-widget{
    width: fit-content!important;
    flex:unset!important;
    max-width: unset!important;
}
div.filter-widget h5:after {
    content: '';
    display: inline-flex;
    background: url('./assets/images/filter-arrow.svg');
    margin-left: 15px;
    transition: all 2s;
    width: 16px;
    height: 10px;
    transition: .3s all;
}
div.filter-widget.open h5:after{
    transform: rotate(180deg);
}
.filter-widget:not(#woocommerce_price_filter-4):not(#woodmart-woocommerce-sort-by-3) .wd-scroll{
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1111111;
    background: #EAEAEA;
    box-shadow: 3px 3px 8px 0px rgba(36, 36, 36, 0.24), -1px -1px 4px 0px rgba(36, 36, 36, 0.10);
    padding: 25px 15px;
    max-width: 90vw;
    width: 300px;
}
.filter-widget:not(.open) .wd-scroll{
    display: none;
}
.filter-widget .wd-scroll ul{
    max-height: 300px;
    overflow-y:auto;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.filter-widget .wd-scroll ul li{
    margin-bottom: 0;
}
.filter-widget .wd-scroll ul::-webkit-scrollbar {
    width: 3px;
}
.filter-widget .wd-scroll ul::-webkit-scrollbar-track {
    background: #CACACA;
}
.filter-widget .wd-scroll ul::-webkit-scrollbar-thumb {
    background: #2E2E2E;
}
.filter-widget .wd-scroll ul .count{
    padding-right: 0;
    padding-left: 0;
    min-width: unset;
    height: unset;
    border: none;
    border-radius: 0;
    color: #6F6F6F!important;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    margin-inline-start: 0px;
    background: none!important;
    font-family: Montserrat;
}
.filter-widget .wd-scroll ul .count::before{
    /* content: '('; */
}
.filter-widget .wd-scroll ul .count::after{
    /* content: ')'; */
}
.filter-widget .wd-scroll ul a, div.filter-widget.open form.woocommerce-ordering-list a{
    padding: 0;
    color: #2E2E2E;
    text-align: center;
    font-weight: 400!important;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 21px;
    display: flex;
    align-items: center;
}

#woocommerce_layered_nav-2.filter-widget .wd-scroll ul a::before{
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid #6F6F6F;
    background: #EAEAEA;
    margin-right: 15px;
    transition: .3s all;
}
#woocommerce_layered_nav-2.filter-widget .wd-scroll ul li.wd-active a::before, #woocommerce_layered_nav-2.filter-widget .wd-scroll ul li:hover a::before{
    content: '✓';
    background: #2E2E2E;
    border-color: #2E2E2E;
    color: #fff;;
    margin-right: 21px;
    font-weight: 600;
}
#woocommerce_layered_nav-3.filter-widget .wd-scroll ul a::before, #woocommerce_layered_nav-3.filter-widget .wd-scroll ul a::after{
    display: none;
}
#woocommerce_layered_nav-3.filter-widget .wd-scroll ul a .c-before{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    margin-right: 15px;
    position: relative;
}
#woocommerce_layered_nav-3.filter-widget .wd-scroll ul .chosen a .c-before::before{
    content: '✓';
    color: #2E2E2E;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.filter-widget .wd-swatch{
    width: 20px;
    height: 20px;
}
div.filter-widget.open form{
    display: block;
}
div.filter-widget.open form{
    right: unset!important;
    left: 0;
    top: 40px;
    z-index: 1111111;
    background: #EAEAEA;
    box-shadow: 3px 3px 8px 0px rgba(36, 36, 36, 0.24), -1px -1px 4px 0px rgba(36, 36, 36, 0.10);
    padding: 25px 15px;
    max-width: 90vw;
    width: 300px;
}
div.filter-widget.open form .price_slider_amount{
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    align-items: flex-start;
}
div.filter-widget.open form .price_slider{
    position: absolute;
    top: 69px;
    left: 24px;
    width: calc(100% - 45px);
    margin-bottom: 0;
}
div.filter-widget.open form .price_slider_amount .price_label .from{
    margin-left: 21px;
}
div.filter-widget.open form .price_slider_amount .price_label{
    color: #6F6F6F;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}
div.filter-widget.open form .price_slider_amount .price_label span{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2E2E2E;
}
div.filter-widget.widget_price_filter.open .ui-slider-horizontal:before{
    background: #CACACA;
}
.widget_price_filter.open .ui-slider .ui-slider-handle{
    width: 14px;
    height: 14px;
    margin-top: -7.5px;
    margin-left: -7.5px;
}
.widget_price_filter.open .ui-slider .ui-slider-handle:after{
    width: 14px;
    height: 14px;
}
.widget_price_filter [class*="price_slider_amount"] .button{
    margin-bottom: 0;
    width: 100%;
    background: #2E2E2E;
    padding: 10px 15px;
    color: #EAEAEA;
    text-align: center;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
}
html[lang=uk] .widget_price_filter [class*="price_slider_amount"] .button::after{
    content: 'Застосувати';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
}
.wd-hover-with-fade.hover-ready:hover .product-wrapper, .wd-hover-with-fade.hover-ready.state-hover .product-wrapper, .products.wd-stretch-cont-lg:is(.product,.product-wrapper):hover{
    transform: none!important;
}
.wd-hover-with-fade.hover-ready:hover .content-product-imagin, .wd-hover-with-fade.hover-ready.state-hover .content-product-imagin, .wd-hover-with-fade.hover-ready:hover .fade-in-block, .wd-hover-with-fade.hover-ready.state-hover .fade-in-block{
    display: none!important;
}
.wd-active-filters{
    position: absolute;
    top: 33px;
    left: 690px;
    margin-bottom: 0;
}
.wd-active-filters > *:not(.wd-clear-filters){
    display: none;
}
.wd-active-filters .wd-clear-filters{
    color: #2E2E2E;
    font-size: 16px!important;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border: none;
}
.wd-active-filters .wd-clear-filters a{
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}
.yoast-breadcrumb span, .yoast-breadcrumb span a{
    font-size: 13px;
    font-family: 'Montserrat';
    line-height: 30px;
    letter-spacing: 0.39px;
    text-transform: uppercase;
}
.cooperation-form form, .cooperation-form .wpcf7{
    background: #F4F4F4;
}
.page-id-28 .cooperation-form form, .page-id-28 .cooperation-form .wpcf7, .page-id-2125 .cooperation-form form, .page-id-2125 .cooperation-form .wpcf7{
    background: #F4F4F4!important;
}
.cooperation-form br{
    display: none!important;
}
.cooperation-form label{
    margin-bottom: 0;
}
.cooperation-form input, .cooperation-form textarea, .cooperation-form select{
    padding: 15px 15px;
    height: unset;
    color: #2E2E2E;
    font-size: 15px!important;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.cooperation-form input::placeholder, .cooperation-form textarea::placeholder{
    color: #6F6F6F!important;
}
.cooperation-form input:focus, .cooperation-form textarea:focus{
    border: 1px solid #2E2E2E;
}
.cooperation-form input{
    margin-bottom: 10px!important;
}
.cooperation-form textarea{
    margin-bottom: 30px;
}
.cooperation-form .wpcf7-submit, .cooperation-form .button{
    padding: 14px;
    border: 1px solid #2E2E2E;
    background: #2E2E2E;
    width: 100%;
    color: #EAEAEA;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.cooperation-form .wpcf7-submit:hover, .cooperation-form .button:hover{
    background-color: #F4F4F4;
    color: #2E2E2E;
    box-shadow: none;
}
.cooperation-form input.wpcf7-not-valid{
    border: 1px solid #BF201D;
    margin-bottom: 5px!important;
}
.cooperation-form input.wpcf7-not-valid+.wpcf7-not-valid-tip{
    color: #BF201D;
    font-size: 13px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.swal2-container .swal2-icon{
    display: none!important;
}
.swal2-container .swal2-modal{
    width: 630px!important;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px!important;
    padding: 64px 28px 65px!important;
    border-radius: 0;
    border: 1px solid #DBDADA;
    background: #EAEAEA!important;
}
.swal2-container .swal2-modal .swal2-title, .swal2-container .swal2-modal .swal2-title strong{
    color: #2E2E2E;
    font-size: 30px;
    line-height: 37px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
}
.swal2-container .swal2-modal .swal2-title{
    margin-bottom: 10px;
}
.swal2-container .swal2-modal .swal2-content{
    color: #6F6F6F;
    font-size: 20px;
    font-family: 'Montserrat';
}
.swal2-container .swal2-modal .swal2-close{
    color: #6F6F6F;
    font-weight: 400;
}
.swal2-container .swal2-modal .swal2-close:hover{
    box-shadow: none;
}
.contact-list > .elementor-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}
.contact-list > .elementor-container > .elementor-column{
    width: 272px;
}
.wd-search-full-screen, .wd-search-full-screen .autocomplete-suggestions, .mobile-nav .wd-dropdown-results, .autocomplete-suggestion:hover, .autocomplete-suggestion.autocomplete-selected{
    background-color: rgba(234, 234, 234, 1)!important;
}
.wd-search-full-screen .search-info-text, .wd-search-full-screen .searchform input[type="text"], [class*="wd-search-full-screen"] .no-found-msg, .autocomplete-suggestion .wd-entities-title{
    color: #2E2E2E;
}
.wd-search-full-screen .searchform input[type="text"]::placeholder{
    color: #6F6F6F;
}
.cart-widget-side .woocommerce-mini-cart__empty-message, .wd-empty-mini-cart:before{
    color: var(--btn-shop-bgcolor)!important;
}
.container:has(main.event){
    max-width: unset!important;
    width: 100%!important;
    padding: 0;
}
@media screen and (min-width: 1025px){
    #menu-item-12175, #menu-item-12176{
        display: none;
    }
}
@media screen and (min-width: 768px){
    .product-grid-item.wd-hover-fw-button .woodmart-add-btn a::before, .product-grid-item.wd-hover-fw-button .woodmart-add-btn a::after{
        display: none;
    }
}
@media screen and (max-width: 1400px){
    .slider-section .main-slider .swiper-button-prev{
        transform: translateX(-60px);
    }
    .slider-section .main-slider .swiper-button-next{
        transform: translateX(55px);
    } 
    .product-grid-item.wd-hover-fw-button .woodmart-add-btn, .product-grid-item.wd-hover-fw-button .wrap-price{
        position: static;
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px){
    .container:has(main.event) .my-breadcrumbs{
        margin-top: -30px;
    }
    .slider-section .main-slider .swiper-button-prev{
        transform: translateX(-55px);
    }
    .slider-section .main-slider .swiper-button-next{
        transform: translateX(50px);
    } 
    .post-type-archive-product .filters-area > .filters-inner-area{
        flex-direction: column;
        row-gap: 20px;
    }
    .post-type-archive-product .filters-area{
        padding-bottom: 54px!important;
    }
    .wd-active-filters{
        position: static;
        margin-top: -90px;
        margin-bottom: 70px;
    }
    .shop-loop-head{
        top: -210px;
    }
}
@media screen and (max-width: 800px){
    .slider-section .main-slider .swiper-button-prev{
        transform: translateX(-46px);
    }
    .slider-section .main-slider .swiper-button-next{
        transform: translateX(44px);
    } 
    .show-shop-link{
        display: none;
    }
    .product-grid-item .product-wrapper .wd-entities-title{
        font-size: 19px!important;
        line-height: 1.2;
    }
    .product-grid-item.wd-hover-fw-button .wrap-price{
        font-size: 21px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 667px){
    .slider-section .main-slider .swiper-button-prev{
        transform: translateX(-36px);
    }
    .slider-section .main-slider .swiper-button-next{
        transform: translateX(36px);
    } 
}
@media screen and (max-width: 480px){
    .slider-section .main-slider .swiper-button-prev{
        transform: translateX(-26px);
    }
    .slider-section .main-slider .swiper-button-next{
        transform: translateX(26px);
    } 
}
@media (min-width: 751px) and (max-width: 1024px) {
    .wd-fs-menu.wd-opened .wd-sub-menu {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 750px) {
    .wd-fs-menu.wd-opened .wd-sub-menu {
        grid-template-columns: 1fr;
    }
}


@media (min-width: 1024px) and (max-width: 10024px) {
    .breadcrumbs {
        position: absolute;
        left: 0;
    }

    .page-title .container {
        display: flex;
        flex-direction: column-reverse-reverse;
        justify-content: center;
    }
}

div.filter-widget {
    cursor: pointer;
    user-select: none;
    transition: all 2s;
}



div.filter-widget h5.active:after {
    content: url('./assets/images/filter-arrow-up.svg');
}

div.filter-widget form {
    display: none;
    transition: all 2s;
    position: absolute;
    right: 15px;
    background: #EAEAEA;
    padding: 25px 15px;
    z-index: 9;
    width: 300px;
    box-shadow: -1px -1px 4px rgba(36, 36, 36, 0.1), 3px 3px 8px rgba(36, 36, 36, 0.24);
}

/*div.filter-widget:hover form {
    display: block;
}*/

.wd-fs-menu.wd-opened {
    text-decoration-line: none;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    display: none;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text{
    line-height: 1;
}

form p {
    margin-bottom: 0;
}


.summary-inner form.cart {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-top: 70px;
}

.summary-inner form.cart .price .amount {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 24px;

    text-align: right;
    letter-spacing: 0.05em;

    color: #014D6D;
}

.summary-inner form.cart .price {
    text-align: right;
}

div.quantity input {
    background-color: #F4F4F4;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #CECECE;
    font-size: 20px;
}

div.quantity input[type="button"] {
    background-color: #F4F4F4;
    width: 50px;
    height: 50px;
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 100;
    font-size: 30px;
    position: relative;
}
td.product-price :is(.amount,.wd-price-unit){
    font-family: 'Montserrat Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    color: #2E2E2E;
}
td.product-name a{
    font-family: 'Montserrat SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #2E2E2E;
}

td.product-subtotal span{
    font-family: 'Montserrat Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    color: #2E2E2E;
}

table.shop_table th{
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #6F6F6F;
}

table.shop_table td.product-thumbnail img{
    width: 150px;
    height: 160px;
    min-width: 150px;
    max-width: 160px;
}
/*div.quantity input[type="button"].minus:after {
    content: url(./assets/images/btn-minus.svg);
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
}*/

p.product-categories{
    margin-top: 15px;

    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6F6F6F;
}

div.quantity input[type="number"] {
    width: 100px;
    height: 50px;
}

.single-breadcrumbs-wrapper .wd-products-nav {
    display: none;
}

body.single-product .wd-wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.single-product-page .summary-inner > .wd-action-btn > a {
    font-size: 40px;
}

.wd-wishlist-btn a span {
    display: none;
}

.summary-inner .single_add_to_cart_button {
    margin-top: 40px;
    grid-column: span 2;
}


.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #6F6F6F;
}

#customer_login {
    justify-content: center;
}

.col-register {
    /* display: none; */
}

.btn-tabs-account {
    display: flex;
    align-items: center;
    /*width: fit-content;*/
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}
.btn-tabs-account+#customer_login{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;   
}
.btn-tabs-account+#customer_login form{
    background: none;
}
.btn-tabs-account+#customer_login .col-login, .btn-tabs-account+#customer_login .col-register{
    width: 100%;
}
.btn-tabs-account+#customer_login .col-login .woocommerce-form{
    position: relative;
}
.btn-tabs-account button , .btn-tabs-account a {
    border: 1px solid #2E2E2E;
    background: none;
    width: 50%;
    color: #2E2E2E;
    transition: .3s all;
    padding: 13px 13px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-tabs-account button.active, .btn-tabs-account a.active, .btn-tabs-account a:hover {
    background: #2E2E2E;
    color: #fff;
    color: #EAEAEA;
}

.woocommerce #customer_login > div:not(:first-child):last-child {
    border-left: none;
}

.woocommerce-after-content{
    padding: 35px 25px 30px;
    background: #DFDFDF;
    border: 1px solid #CECECE;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
}
.woocommerce-after-content .info-cart{
    display: flex;
    justify-content: space-between;

    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #2E2E2E;
}
.woocommerce-after-content .info-cart .total-price .amount{
    display: flex;
    justify-content: space-between;

    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #2E2E2E;
}

.wrap-btn-cart{
    font-family: 'Montserrat Medium', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;

    color: #2E2E2E;

    display: flex;
    justify-content: space-between;
}


.wrap-btn-cart a{
    padding: 14px 0;
}
.wrap-btn-cart a:first-child{
    background: #DFDFDF;
    border: 1px solid #2E2E2E;
    display: block;
    width: 320px;
    height: 50px;
}
.wrap-btn-cart a:last-child{
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    display: block;
    width: 320px;
    height: 50px;
    color: #EAEAEA;
}










/* Event */

body.tribe_events-template-default header{
    padding-top: 0 !important;
}
body.tribe_events-template-default .main-page-wrapper{
    padding-top: 0;
    margin-top: 0;
}
body.tribe_events-template-default .container{
    max-width: 100vw;
    width: 100vw;
}
body.tribe_events-template-default .site-content{
    padding-right: 0;
    padding-left: 0;
}
body.tribe_events-template-default .container{
    padding: 0;
}
.container:has(main.event) .my-breadcrumbs{
    margin-top: 0;
}
.container:has(main.event){
    padding-bottom: 300px;
}
body.tribe_events-template-default #comments{
    opacity: 0;
    height: 300px;
}

body.tribe_events-template-default .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0;
}

section.event-content {
    width: 80vw;
    background-color: #F4F4F4;
    padding: 3% 6% 4% 6%;
    margin-top: -150px;
    margin-bottom: 100px;
    text-align: center;
    position: absolute;
    left: calc(50% - 40vw);
}

main.event {
    /*height: 1100px;*/
    /*height: 100vh;*/
}

main.event img {
    width: 100vw;
    max-width: 100vw;
    height: 370px;
    object-fit: cover;
}

section.event-content h1 {
    /* font-family: 'Kyiv*Type Serif Medium', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 65px;
    line-height: 78px;
    text-align: center;
    font-feature-settings: 'ss04' on;
    color: #2E2E2E;
    margin-bottom: 30px;
}

section.event-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #2E2E2E;
    margin-bottom: 50px;
}

section.event-content .event-info {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #2E2E2E;
}

@media screen and (max-width: 750px) {
    main.event img {
        height: 60vh;
        width: 100vw;
    }
    section.event-content h1 {
        font-size: 45px;
    }
}


/* Woocommerce */

td.product-remove a:before, .woocommerce-remove-coupon:before{
    content: url(./assets/images/btn-close.svg);
    width: 20px;
    height: 20px;
    /*font-size: 20px;*/
}


.woocommerce-billing-fields input, .woocommerce-form-coupon input, .woocommerce-billing-fields select, .woocommerce-billing-fields textarea{
    background: #F4F4F4;
    border: 1px solid #CECECE;
    margin-bottom: 10px;
}
body .select2-container--default .select2-selection--single{
    background: #F4F4F4;
    border: 1px solid #CECECE;
    margin-bottom: 10px;
}
.woocommerce-additional-fields textarea{
    background: #F4F4F4;
    border: 1px solid #CECECE;
    margin-bottom: 10px;
}

.woocommerce-billing-fields>h3, .woocommerce-shipping-fields>h3, .woocommerce-additional-fields>h3, #order_review_heading, .cooperation-form.checkout .col2-set .col-1 h3{
    font-family: 'Montserrat Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #2E2E2E;
}
.woocommerce-mini-cart>li a{
    color: #2E2E2E!important;
}


body.woocommerce-account h1{
    display: none;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select{
    background: #F4F4F4;
    border: 1px solid #CECECE;
    margin-bottom: 10px;
}

.wd-checkout-steps {
    display:none;
}

.woocommerce-mini-cart-item input.qty{
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    background: none;
}

label, .login-form-footer .lost_password{
    font-family: 'Montserrat Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #6F6F6F;
}

h2.wd-login-title{
    display: none;
}

.login-form-footer{
    margin-top: 15px;
}

.woodmart-registration-page label:not(.woocommerce-form__label-for-checkbox){
    display: none;
}

/* input[name="password"]{
    background-image: url(./assets/images/password-input.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
} */

.product-name {
    font-family: 'Montserrat SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */


    color: #2E2E2E;
}

.cart-subtotal .amount, .product-total .amount{
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2E2E2E;
}
.order-total .amount{
    font-family: 'Montserrat Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;

    text-align: right;

    color: #2E2E2E;

}

@keyframes arrow {
    0% {
        transform: translateX(0);
	}
    50% {
        transform: translateX(-10px);
	}
    100% {
        transform: translateX(0);
	}
}