.product-description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.main-section {
    display: flex;
    flex-direction: row;
    align-items: normal;
}

.responsive-gallery-item {
    height: 300px !important;
}

.catalog-zone-header, .catalog-filter-header{
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: black;
    margin-bottom: 20px;
    display: flex;
}

#catalog-filter,#catalog-zone{
    margin-top: 14px;
}


.zone-title{
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color : #212121;
    flex-grow: 1;
}

.ModuleCatalog .media-container {
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: 190px 190px 190px 190px;
    padding:2px;
}

#catalog-zone{
    margin-right: 15px;
}
#catalog-filter{
    margin-left: 15px;
    margin-right: 19px;
    width: 190px;
}

.catalog-filter-header{
    display: flex;
}

.ModuleCatalogFilter  .ast-checkbox-item, .ModuleCatalogSorter_dialog .ast-checkbox-item, .ModuleCatalogFilter_dialog .ast-checkbox-item {
    margin-right: 8px;
}

#catalog-sorter .btn-default2, #catalog-filter-mobile-zone  .btn-default2 {
    width: 88px;
    height: 26px;
    font-size: 10px;
    text-transform: uppercase;
    color: #333333;
    min-width: 0;
    min-height: 0;
    border-radius: 4px;
    border-width: 1px;
}

.product-catalog-price-from-label {
    color: #333333;
}

.ast-filter-item{
    margin-bottom: 10px;
}

.btn-show-catalog-filter {
    display: none;

}

.btn-catalog-product-file {
    min-width: auto;
}

#catalog-filter-mobile-zone {
    display: none;
}

.ast-filter-chips-module {
    display: flex;
    flex-wrap: wrap;
}

#catalog-filter-chips{
    margin-bottom: 12px;
}

#popupModule_catalog-filter-mobile #catalog-filter-menu .acc_root > .acc_content .acc:last-child{
    border: none;
}

.ModuleCatalogFilter_dialog{
    display: none!important;
}

.ModuleCatalogSorter_dialog .filter-menu-item-title {
    display: none !important;
}

.sqs .ui-slider-range {
    background: #2cb8bf !important;
}

.sqs .free-range-value{
    font-size: 16px;
    color:#212121;
    border:0;
    color:#212121;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.sqs .ui-slider-handle{
    border: none;
    background: none;
    border-radius: 50%;
    z-index: 1;
    background-color: #00ADB3;
}

.sqs .ui-slider-horizontal{
    height: 2px;
    border: none;
    background: #d6d6d6;
    opacity: 1;
    /*background-color: #aeaeae;*/
}

.sqs .ui-slider-range{
    height: 2px;
    border: none;
    background-color: #00ADB3;
}

.sqs .ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
}

.sqs .acc_header {
     justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
 section.main-section {
     padding-right: 20px;
     padding-left: 20px;
 }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleCatalog .media-container {
        grid-gap: 10px 10px;
        grid-template-columns: 190px 190px 190px;
    }

    #catalog-filter{
        margin-right: 12px;
        width: 175px;
    }

    #catalog-zone{
        max-width: 595px;
    }

    .ast-filter-chip{
        margin-bottom: 6px;
    }

    .product-description{
        font-size: 12px!important;
    }
}

@media screen and (max-width: 768px) {
    .catalog-zone-header{
        flex-wrap: wrap;
    }
    .catalog-zone-header .zone-title{
        width:100%;
    }

    #catalog-filter{
        display: none;
    }

    .ModuleCatalogFilter_dialog{
        display: initial;
    }

    #catalog-filter-mobile-zone{
        display: block;
        margin-right : 5px;
    }

    .ModuleCatalog .media-container {
        grid-gap: 10px 10px;
        justify-content: center;
        grid-template-columns: 190px;
    }

    #catalog-zone{
        max-width: 294px;
        margin-left: 15px;
    }

    .ast-filter-chips-module {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom : 10px;
    }

    .catalog-zone-header{
        border-bottom: none;
        margin-bottom: 10px;
    }
    .catalog-filter-header{
        display: none;
    }

    #popupModule_catalog-sorter .filter-menu-item-title{
        display: none;
    }

    .product-description{
        font-size: 12px!important;
    }
}