/**

* 2007-2021 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Academic Free License (AFL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.org/licenses/afl-3.0.php

* 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 http://www.prestashop.com for more information.

*

*  @author PrestaShop SA <contact@prestashop.com>

*  @copyright  2007-2021 PrestaShop SA

*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)

*  International Registered Trademark & Property of PrestaShop SA

*/
.ukspecial-products-block{
	margin-bottom: 40px;
}
.ukspecial-product-list-wrapper{
	margin: 0 -15px;
}
.ukspecial-products-block .ukproduct-image{
	padding: 0;
}

.ukspecial-products-block .ukproduct-all-btn>div{
	transform: none;
	opacity: 1;
	margin: 0 10px 0 0;
}
.ukspecial-products-block .ukproduct-desc{
	display: block;
}
.ukspecial-products-block .ukproduct-desc {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.ukspecial-products-block .ukproduct-star,
.ukspecial-products-block .ukproduct-name,
.ukspecial-products-block .ukproduct-desc,
.ukspecial-products-block .ukproduct-all-btn,
.ukspecial-products-block .ukproduct-price-and-shipping{
	margin-bottom: 18px;
	text-align: left;
}
.uktimer-content-secounds-time {
	color: var(--theme-custom-color)
}
@media(min-width: 768px){
	.ukspecial-products-block .ukproduct-description{
		margin: 0
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.ukspecial-products-block .ukproduct-all-btn>div{
		margin: 0 4px 0 0;
	}
	.ukspecial-products-block .uktimer-dot{
		margin: 0 4px;
	}
}
@media(min-width: 576px) and (max-width: 991px){
	.ukspecial-products-block .ukproduct-description{
		margin-top: 0
	}
}
@media(max-width: 575px){
	.ukspecial-products-block .ukproduct-description{
		padding: 0;
	}
	.ukspecial-products-block .ukproduct-star, 
	.ukspecial-products-block .ukproduct-name, 
	.ukspecial-products-block .ukproduct-desc, 
	.ukspecial-products-block .ukproduct-all-btn, 
	.ukspecial-products-block .ukproduct-price-and-shipping {
	    margin-bottom: 12px;
	}

}