/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
 .specialproducts{
    float: left;
    width: 100%;
    padding: 30px 0 0;
}
#specialProduct .products {
    float: left;
    width: 100%;
    border: var(--border);
    padding: 20px 28px;
    border-top: none;
    position: relative;
}
#specialProduct .products .product-description .product-list-reviews {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0 6px 0;
}
#specialProduct .products .product-description .product-price-and-shipping {
    margin-bottom: 10px;
}

#specialProduct .products .base_countdown i.material-icons {
    margin-right: 5px;
    font-size: 19px;
    line-height: 25px;
}
.specialproducts #special-carousel {
    margin: 0 1px;
    position: static;
}
#specialProduct .products .product-description .product-actions {
    margin-top: 5px;
    display: inline-block;
}
@media (max-width:1359px){

}
@media (max-width:1199px){
    .specialproducts{
        padding: 25px 0 0;
    }
    #specialProduct .products .js-product.product .thumbnail-top {
        width: 100%;
        float: left;
    }
    #specialProduct .products{
        padding: 30px 28px;
    }
    #specialProduct .products .js-product.product .product-description {
        width: 100%;
        padding: 15px 0 0 0;
    }
}
@media (max-width:991px){
#specialProduct .products .product-description .product-list-reviews{
    padding: 0px 0 8px 0;
}
}
@media (max-width: 767px) {
    #specialProduct .products .product-description .product-list-reviews {
        padding: 0px 0 4px 0;
    }
    #specialProduct .products .product-description .product-price-and-shipping {
        margin-bottom: 8px;
    }
}
@media (max-width: 543px){
    #specialProduct .products {
        padding: 25px 15px;
    }
}
@media (max-width: 479px){
    #specialProduct .products .product-description .product-price-and-shipping {
        margin-bottom: 5px;
    }
    #specialProduct .products .js-product.product .product-description{
        padding: 10px 0 0 0;
    }
    #specialProduct .products {
        padding: 20px 10px;
    }
    #specialProduct .products .product-description .product-list-reviews {
        padding: 0px 0 3px 0;
    }
}