@media (max-width: 1350px) {
    
}
@media (max-width: 1200px) {
    
    .category-products-item-name{
        max-width:120px;
    }
    
    .category-products-list.category-products-list-no-left .category-products-item-name {
        max-width: 142px;
    }   
   
}
@media (max-width: 992px) {
    
    .category-products-list.category-products-list-no-left .category-products-item{
        flex: 0 1 calc(25% - 23px);
    }
    
    .heading-categorie h3{
        font-size: 18px;
    }
    
    .category-description {
        font-size: 14px;
    }
    
    .thumb-categorie h1 {
        font-size: 26px;
        margin: 120px 0 30px;
    }
    
    .titlu-produs-home {
        font-size: 18px;
    }
    
    .descriere-produs-home {
        font-size: 12px;
    }
    
    #column-left .list-group-item {
        font-size: 14px;
    }
    
    /****/
    #column-left{
        display:block!Important;
    }
    
    #mobile-category-menu,
    #mobile-filter-menu{
        position: fixed;
        top: 0;
        left: 0;
        transform:translateX(-100%);
        height: 100vh;
        background: #fff;
        padding: 0 0 64px;
        overflow: hidden;
        overflow-y: auto;
        border-right: none;
        z-index:1000;
        width:100%;
        max-width:450px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    #mobile-category-menu.open,
    #mobile-filter-menu.open{
        transform:translateX(0);
    }
    
    /* width */
    #filter-container::-webkit-scrollbar,
    #mobile-category-menu::-webkit-scrollbar,
    #mobile-filter-menu::-webkit-scrollbar{
      width: 10px;
    }
    
    /* Track */
    #filter-container::-webkit-scrollbar-track ,
    #mobile-category-menu::-webkit-scrollbar-track ,
    #mobile-filter-menu::-webkit-scrollbar-track {
      background: #fff; 
      border-left: 1px solid #ddd;
      border-right: 1px solid #fff;
    }
     
    /* Handle */
    #filter-container::-webkit-scrollbar-thumb ,
    #mobile-category-menu::-webkit-scrollbar-thumb ,
    #mobile-filter-menu::-webkit-scrollbar-thumb {
      background: #ddd; 
    }
    
    /* Handle on hover */
    #filter-container::-webkit-scrollbar-thumb:hover ,
    #mobile-category-menu::-webkit-scrollbar-thumb:hover ,
    #mobile-filter-menu::-webkit-scrollbar-thumb:hover {
      background: #eee; 
    }
    
    #close-mobile-filter-menu{
        display: block;
        text-align: right;
        font-size: 16px;
        cursor: pointer;
    }
    
    #close-filter-category-menu{
        text-align: right;
        font-size: 16px;
        cursor: pointer;
        display: block;
        width: 50px;
        margin: 0;
    }
    
    #close-filter-category-menu img{
        width: auto;
        max-height: 20px;
    }
    
    #column-left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #toggle-mobile-filter-menu{
        font-size: 13px;
        color: var(--culoare-text2);
        display: inline-block;
        text-transform: initial;
        padding: 10px 13px;
        width: 100%;
        text-align: left;
        cursor: pointer;
        margin-bottom: 25px;
        font-size: 12px;
        border: 1px solid #ccc;
        line-height: 1;
        border-radius: 0;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        background: #fafafa;
        font-weight: 500;
        position: relative;
        gap:10px;
        color: var(--culoare-text2);
    }
    
    #toggle-mobile-filter-menu i{
        font-size: 14px;
        color: var(--culoare-text2);
        margin:0;
    }
    
    #overlay-filter{
        content: '';
        position: fixed;
        left: -100%;
        top: 0;
        width: 100vw;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        background: rgba(0,0,0,.6);
        z-index: 990;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    #overlay-filter.active{
        left:0;
        visibility:visible;
        opacity:1;
    }
    
    #filter-container{
        padding:0 15px;
        border:none;
    }
    
    .filter-left-title{
        font-size:14px;
        letter-spacing:.3px;
    }
    
    .filter-left-collapse-icon::before{
        width:14px;
        height:2px;
        top:5px;
    }
    
    .filter-left-collapse-icon::after{
        width:2px;
        height:14px;
        top:-1px;
    }
    
    .category-products-list.category-products-list-no-left .category-products-item-name {
        max-width: 130px;
    }

    #close-mobile-category-menu {
        font-size: 16px;
        cursor: pointer;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        background: transparent;
        transition: all .3s ease;
    }
    
    #close-mobile-category-menu:focus,
    #close-mobile-category-menu:active,
    #close-mobile-category-menu:hover {
        background: #f5f5f5;
    }
    
    #close-mobile-category-menu img {
        max-width: 24px;
    }
    
    #mobile-category-menu-top {
        padding: 16px 12px;
        margin-bottom: 0;
    }
    
    #mobile-category-menu-top .card-header {
        font-size: 18px;
        line-height: 1;
    }
    
    #mobile-category-menu-top .card-header i {
        padding: 0;
        font-size: 18px;
    }
    
    #filter-container {
        padding: 0;
        height: calc(100% - 73px);
    }
    
    #filter-container > .list-group.list-group-flush {
        height: 100%;
        max-height: calc(100vh - 95px - 64px);
        padding: 8px 6px;
        overflow-y: auto;
        margin: 8px 6px;
    }
    
    #filter-container > .list-group.list-group-flush::-webkit-scrollbar {
        width: 8px;
    }
    
    #filter-container > .list-group.list-group-flush::-webkit-scrollbar-thumb {
        background: #333;
        border-radius: 8px;
    }
    
    #filter-container > .list-group.list-group-flush::-webkit-scrollbar-track {
        background: #f2f2f2;
        border-radius: 8px;
        border: none;
    }
    
    #filter-container > .list-group.list-group-flush > :last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .filter-container-footer {
        padding: 16px 12px 64px;
        display: flex;
        flex-flow: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
        border-top: 1px solid var(--color-main-light-grey);
    }
    
    .filter-container-footer-reset-cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    
    #filter-container-footer-results-count {
        font-size: 16px;
        font-weight: 600;
        font-family: var(--font1-secondary);
        color: var(--color-main-dark-navy);
    }
    
    #button-reset-filter-mobile {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
        text-transform: initial;
        flex-shrink: 0;
    }
    
    #button-filter {
        font-size: 14px;
    }
    
}
@media (max-width: 768px) {
    
    .thumb-categorie h1 {
        line-height:1.4;
        font-size: 22px;
        margin: 60px 0 30px;
        width: 100%;
        text-align: center;
    }

    .list-group-header{
        margin-bottom:10px;
    }
    
    #product-authors.product-authors .list-group-flush {
        height: 100%;
    }
    
    #product-authors.product-authors #filter-container{
        height: 94%;
        margin-bottom: 0!Important;
    }
    
    .category-products-item {
        flex: 0 1 calc((100% / 3) - 20px);
    }
    
    .category-products-list.category-products-list-no-left .category-products-item {
        flex: 0 1 calc((100% / 3) - 20px);
    }
    
    .category-products-item-name {
        max-width: 130px;
    }
}
@media (max-width: 576px) {
    .product-layout {
        flex-flow: column;
    }

    .imagine-produs,
    .product-layout img{
        width: 100%;
        max-width: 300px;
    }

    .slide-produs-content {
        text-align: center;
    }

    .titlu-produs-home,
    .slide-produs-content .price{
        text-align:center;
    }
    
    .descriere-produs-home {
        font-size: 14px;
    }
    
    .slide-produs-content {
        padding: 10px 15px;
    }
    
    .category-products-item-name,
    .category-products-list.category-products-list-no-left .category-products-item-name{
        max-width: 110px;
    }
    
    .category-products-list.category-products-list-no-left .category-products-item {
        flex: 0 1 calc(50% - 15px);
    }
    
    .category-products-item {
        flex: 0 1 calc(50% - 15px);
    }

}
@media (max-width: 480px) {
    #mobile-category-menu,
    #mobile-filter-menu{
        width:100%;
    }
    
    .category-products-list.category-products-list-no-left .category-products-item-name{
        max-width: 160px;
    }
    
    #filter-container .filter-left-item label {
        font-size: 16px;
    }
    
}
@media (max-width: 420px) {
    
    .category-products-item-name {
        max-width: 160px;
    }
    
    .category-products-list{
        gap:15px;
    }
    
    .category-products-item {
        flex: 0 1 calc(50% - 7.5px)
    }
    
    .category-products-item-name {
        max-width: 131.5px;
    }
    
    .category-products-list.category-products-list-no-left .category-products-item-name {
        max-width: 140px;
    }
    
}

@media (max-width: 363px) {
    
    .category-products-item,
    .category-products-list.category-products-list-no-left .category-products-item{
        flex:0 1 100%;
    }
    
    .category-products-item-name,
    .category-products-list.category-products-list-no-left .category-products-item-name{
        text-decoration: none;
        text-overflow: initial;
        white-space: unset;
        max-width: unset;
    }
}

@media (max-width: 320px) {
    
}



