@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 75px;
        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-category-menu,
    #close-mobile-filter-menu{
        display: block;
        text-align: right;
        font-size: 16px;
        cursor: pointer;
    }
    
    #close-mobile-category-menu,
    #close-filter-category-menu{
        text-align: right;
        font-size: 16px;
        cursor: pointer;
        display: block;
        width: 50px;
        margin: 0;
    }
    
    #close-mobile-category-menu img,
    #close-filter-category-menu img{
        width: auto;
        max-height: 20px;
    }
    
    #column-left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #mobile-category-menu-top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 12px;
        background: #fafafa;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }
    
    #mobile-category-menu-top .card-header{
        border: none;
        background: transparent;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
    }
    
    #mobile-category-menu-top .card-header i{
        padding-right: 10px;
    }
    
    #toggle-mobile-category-menu,
    #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-category-menu i,
    #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;
    }

    
}
@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;
    }
    
}
@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) {
    
}



