
/*close-open main menu*/
.departments-menu-v2 .dropdown-menu.yamm{
    display: none;
}
.departments-menu-v2 .dropdown-menu.yamm.open{
    display: block;
}


/*header*/
.pd_search_mobile{
    cursor: pointer;
}
.pd_search_mobile svg{
    width: 21px;
}
.site-search{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .5s ease, opacity .5s ease;
}
.site-search.open{
    max-height: 150px;
    opacity: 1;
}
.off-canvas-navigation-wrapper{
    display: none;
} 
@media (max-width: 1199px){
   .off-canvas-navigation-wrapper{
        display: block;
    } 
}
.departments-menu-v2-title{
    font-size: 1.2em;
}
.primary-nav-menu .nav-inline>.menu-item>a{
    font-weight: 400;
}


/*contacts*/
.pd_contacts_block{
    width: max-content;
    margin: 40px auto;
}


/*catalog*/
.shop-view-switcher.nav.nav-tabs .nav-item:nth-child(2),
.shop-view-switcher.nav.nav-tabs .nav-item:last-child{
    display: none;
}
.wc-subcategories-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}
.wc-subcategory-item span{
    display: block;
    text-align: center;
}


/*product*/
.product_list_widget .product-title{
    border: none;
}
.product_list_widget .product-title:after{
    display: none;
}