/*
.table.active{
    display: block !important;
}

.additional_text.active{
    display: block !important;
}

.setwidth{
    width: 150px !important;
    font-size: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (min-width: 1200px)
{
    .setwidth{
        width: 150px !important;

    }   
}
*/
.ajax_category_catalog .text{
    width:100%;
}
@media (min-width:576px){
    .ajax_category_catalog .name_wrapper{
        width:90%
    }
}
.ajax_category_catalog .card-expand-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ajax_category_catalog .text{
    width: 100%;
    position: relative;
}

.catalog-section-brand img{
    width: auto !important;
    height: 25px;
}

body .content .element .header div.description{
    padding-bottom: 0px;
}
@media (max-width:660px){
    .ajax_category_catalog .card-expand-wrapper{
        bottom: -30px;
    }
    body .content .ajax_category_catalog  .element{
        padding-bottom: 30px ;
    }
    body .content .ajax_category_catalog .element.expanded{
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    body .content .element .header div.description{
        padding-bottom: 25px;
    }
    body .content .ajax_category_catalog .element .header .description .icons .like-libra{
        display: flex;
        top: -60px;
        height: 25px;
    }
}

.ajax_category_catalog .card-expand-wrapper .cart-quick__button{
    margin-top: 0;
}
.ajax_category_catalog .catalog-section-brand{
    position: initial;
}
.ajax_category_catalog .icons{
    position: absolute !important;
    right: 15px;
}

.mob-item-text h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    word-wrap: break-word;
}
.mob-item-text {
  position: absolute;
  right: 0;
  width: 70%;
  padding: 20px;
}
@media(max-width:576px){
    body .content .element .header .img.mobfix{
        width: auto;
        height: auto;
        max-height: 100px;
        margin-bottom: 0px;
        padding: 10px;
        max-width: 100px;
    }
    .mob-item-text {
        position: initial;
        width: auto;
    }
    .header-subinner{
        display: flex;
        min-height: 125px;
    }
}
/*START section card mobile fix*/
.calculate-wrapper{
    display: flex;
}
.table-price--mobshow{
    display: none !important;
}
@media (max-width:660px){
    table .calculate-wrapper .basket.basket_go_to_personal_basket{
        display: none !important;
    }
    table .addtocart::before{
        display: none !important;
    }
    .table-price--mobhide{
        display: none !important;
    }
    .table-price--mobshow{
        display: flex !important;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
    }
}
/*END section card mobile fix*/