.pi-products {
    max-width: 1200px;
    margin: 0 auto;
}

.pi-product {
    overflow: hidden;
    text-align: center;
    max-width: 175px;
    float: left;
    margin-right: 30px;
}

.pi-product:last-child {
    margin-right: 0;
}

.magento-price.strikethrough {
    display: none;
}

@media(max-width: 1199px) {
    .pi-product,
    .pi-product:nth-child(3),
    .pi-product:last-child {
        margin: 0 auto;
        max-width: 575px;
        float: none;
    }

    .pi-product:nth-child(4) {
        clear: both;
    }
}

@media(max-width: 620px) {
    .pi-product {
        margin: 0 auto;
        float: none;
        max-width: 175px;
    }

    .pi-product:last-child,
    .pi-product:nth-child(3) {
        margin: 0 auto;
    }

    .pi-products {
        max-width: 380px;
    }
}

@media(max-width: 379px) {
    .pi-product {
        margin: 0 auto;
        float: none;
        max-width: none;
    }

    .pi-products {
        padding-left: 20px;
        padding-right: 20px;
        clear: both;
    }
}

.pi-products .magento-price-box {
    text-align: center;
    margin: 10px 0;
}

.pi-product .magento-price.sale,
.pi-product .magento-price {
    color: #ED7F00;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.magento-products .buynow-box {
    text-align: center;
}

.pi-product h2 {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
}

.pi-product p {
    text-align: left;
}

.magento-products h2 a,
.magento-products h2 a:hover {
    color: #0080A6;
}