/**
 Если вы хотите увеличить высоту блоков товара, просто заменить высоту на необходимую и вынесите код из этого блока, по умолчанию высота блока 200px. В примере ниже указана высота в 300px

.thumbnail-catalog .image-block {
    height: 320px;
    line-height: 320px;
}

.thumbnail-catalog .image-block img {
    max-height: 300px;
}
 **/
.cartform .checkout-block {
    margin-bottom: 10px;
}
.container_button {
    text-align: center;
    margin-bottom: 20px; 
}
.viber_mob {
    display: none;
}
.name_fields {
    display: flex;
}
#form_feedback {
    text-align: center;
}
#form_feedback .g-recaptcha {
    padding-left: 35%;
    margin-bottom: 10px;
}
.input_feedback {
    width: 40%;
}
.label_input {
    text-align: right;
    padding-right: 5%;
    width: 30%;
}
.filtergroup_custom {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.filtergroup_custom .rangefilter {
    margin-top: 0;
}
.filterform_custom {
    display: flex;
    flex-wrap: wrap;
}
.left-one-product {
    width: 100%;
}
.link_contact {
    color:#000;
    text-decoration: none;
}
.hidden {
    display: none;
}
.error_text {
    color: red;
    font-size: 12px;
}
.error_captha {
    margin-bottom: 5px;
}
.h6_product {
    text-align: center;
}
#cart-form .purchase {
    border-top: none;
    border-bottom: none;
    padding-top: 15px;
    background: #fafafa;
}
.left-one-product-mobile {
    display: none;
}
@media screen and (max-width: 892px){
    .viber_mob {
        display: block;
    }
    .viber_pc {
        display: block;
    }
    .left-one-product-mobile {
        display: block;
    }
    .left-one-product-desc {
        display: none;
    }
}
.product .cart-group .add2cart-button {
    padding-left: 0px;
}
.btn-primary.green{
    background: #468966!important;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.22) 100%)!important;
    padding-left: 10px!important;
    margin-right: 10px!important;
}
.btn-primary.green:after{
    display: none;
}
.priceblock{
    justify-content: left;
    margin-bottom: 30px;
}
.priceblock .help-block{
    margin-left: 0px;
}
.thumbnail-catalog .btn-primary:after{
    display:none;
}
.thumbnail-catalog .btn-primary{
    width: auto;
}

.add2cart .btn-primary{
    margin-bottom: 5px;
}
.clicklite__buttonView{
    width: auto!important;
}

.btn-cart-primary{
    
}
.btn-cart-primary{
    margin: 0 auto;
    display: block;
}
.ya-chat-widget_theme_dark.ya-chat-widget_size_large, .ya-chat-widget_theme_light.ya-chat-widget_size_large{
    bottom: 84px!important;
}

.ya-chat-widget_theme_dark.ya-chat-widget_desktop, .ya-chat-widget_theme_light.ya-chat-widget_desktop{
    bottom: 64px!important;
}
.flexdiscount-product-form .recent-button button{
    font-size: inherit;
}

#minsum-cart{
    font-size: 1.2em;
    padding: 20px 0;
    color: indianred;
}

/*.icon-red_icon_cart { display:none; }
.add2cart .btn-primary::after { content: ""; }
.add2cart .btn-primary { padding-left: 10px; }*/