/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 *  @author    Afternet <info@afternet.gr>
 *  @copyright 2019 Afternet
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

@media (max-width: 767px) {
    .home .products-grid .product, .home .products-grid.product-count-3 .product {
        width: calc(100% - 30px) !important;
    }
}

@media (max-width: 990px) {
    #warranty_checker input {
        margin-bottom: 20px;
    }
}
.header-type-3 .shopping-cart-widget {display: block!important}