/*@media (max-width: 1550px) {
    .product_img {
        height: 9.15vw;
    }
    .catalog_product .product_item {
        width: 32%;
        margin-right: 1%;
    }
    .catalog_product .product_item:nth-child(6n) {
        margin-right: 1%;
    }
    .catalog_product .product_item:nth-child(5n) {
        
    }
}

@media (max-width: 1300px) {
    .product_img {
        height: 11.15vw;
    }
    .product_item {
        width: 31.2%; 
        margin-right: 2%;
    }
    .product_item:nth-child(4n)  {
        margin-right: 0%;
    }
    .catalog_product .product_item:nth-child(6n) {
        margin-right: 2%;
    }


    .catalog_product .product_item:nth-child(5n) {
        margin-right: 2%;
    }
}
*/

/*
@media screen and (max-width: 1199px) {
    .catalog_product {
        justify-content: center;
    }


    .catalog_product .product_item {
        width: 48%;
        margin-right: 4%;
        max-width: 255px;
    }

    .catalog_product .product_item:nth-child(3n) {
        margin-right: 4%;
    }
    .catalog_product .product_item:nth-child(5n) {
        margin-right: 4%;
    }
    .catalog_product .product_item:nth-child(2n) {
        margin-right: 0%;
    }
}
*/