Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/
Upload File :
Current File : //home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/_price-box.less

.product-item {
    .price-box {
        display: flex;
        align-items: baseline;

        .price-label {
            display: none;
        }

        .special-price + .old-price {
            margin-left: @indent__s;
            color: @color-gray60;
        }
    }


    .special-price,
    .minimal-price {
        .price {
            font-size: 1.6rem;
        }
    }
}