@media (max-width: 768px) {
    .inc_big_select {
        height: 70px !important;
        text-align: left;
    }
    .modal-content{
        width: 80%!important;
    }
}
.header_mob.active{
    z-index: 60;
}

@media only screen and (max-width: 1100px) {
    .catalog_block .sidebar {
         display: block;
        margin-bottom: 20px;
    }
    .show_btn{
        text-align: center;
    }
}

.price_panel{
    display:none;
    z-index: 200;
}
.price_panel.open{
    display:grid;
}
.new_info-box p{
    min-height: 40px;
}

@media screen and (min-width: 1024px) {
    .product .product_slider-info .tag_cart-box span{
        display:none!important;
    }
}
@media only screen and (max-width: 776px) {
    .product .product_slider-info .tag_cart-box span {
        display: flex !important;
    }
}


.new_info-box b,
.new_info-box p
{
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.new_info-box p
{
    height: auto;
    max-height: none;
    min-height: 0;
}
