@media (max-width: 1350px) {
    
}
@media (max-width: 1200px) {
   #product-category img{
       width:100%;
       height: auto;
   }
}
@media (max-width: 992px) {
    .heading-categorie h3{
        font-size: 18px;
    }
    
    
    
    .thumb-categorie h1 {
        font-size: 26px;
        margin: 120px 0 30px;
    }
    
    .titlu-produs-home {
        font-size: 18px;
    }
    
    
    
    #column-left .list-group-item {
        font-size: 14px;
    }
    
    .category-item .category-item-link a{
        display: block;
    }
    
    
}
@media (max-width: 768px) {
    
    .thumb-categorie h1 {
        line-height:1.4;
        font-size: 22px;
        margin: 60px 0 30px;
        width: 100%;
        text-align: center;
    }
    
    #toggle-mobile-category-menu{
        display:block;
    }
    
    #toggle-mobile-category-menu{
        display:block;
    }
    
    #column-left{
        display:block!Important;
    }

    #mobile-category-menu{
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        background: #fff;
        padding: 10px 15px;
        overflow: hidden;
        overflow-y: auto;
        border-right: 1px solid #ddd;
        z-index:10;
        width:290px;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        transition:all .3s ease;
    }
    
    #mobile-category-menu.open{
        left:0;
    }
    
    #close-mobile-category-menu{
        display: block;
        text-align: right;
        font-size: 16px;
        cursor: pointer;
    }
    
    #column-left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #toggle-mobile-category-menu{
        padding: 6px 20px;
        font-size: 16px;
        display: inline-block;
        border: 1px solid var(--culoare1);
        cursor: pointer;
        width: 100%;
        margin-bottom: 15px;
    }
    
    #toggle-mobile-category-menu i{
        font-size: 14px;
        margin-right: 10px;
        color:var(--culoare1);
    }
    
    .list-group-header{
        margin-bottom:10px;
    }
}
@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;
    }
    
    
    
    .slide-produs-content {
        padding: 10px 15px;
    }
    
    #product-category .title-category{
        font-size: 22px;
    }
    
    .category-item h2{
        font-size:22px;
    }
    
    

}
@media (max-width: 480px) {
    #mobile-category-menu{
        width:100%;
    }
    
    
}
@media (max-width: 363px) {
    
}



