/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

.product-item .thumbnail-container {
    text-align: left;
}

.product-item.product-miniature {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    justify-content: center;
}

.product-item.product-miniature .thumbnail-container {
    margin-left: 6px;
    margin-right: 6px;
}

/* .product-price-and-shipping {
    text-align: left;
} */

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .product-item.product-miniature {
        display: flex;
        justify-content: center;
    }

    .product-description .region_attribute {
        padding-left: 5px;
        padding-right: 8px;
    }
}

@media (max-width: 767px) {
    .product-description .region_attribute {
        padding-left: 1px;
        padding-right: 4px;
    }

    .c_container.sm-2 {
        --n: 3 !important;
    }
}

@media (max-width: 574px) {
    .c_container.sm-2 {
        --n: 2 !important;
    }
}

@media (max-width: 420px) {

}
