:root {
--special-text-color: #000000;
--special-bg-color: #F7FF00;
--special-icon-color: #120AFF;
--newproduct-text-color: #000000;
--newproduct-bg-color: #1FFF0F;
--newproduct-icon-color: #120AFF;
--bestseller-text-color: #000000;
--bestseller-bg-color: #FFC1BD;
--bestseller-icon-color: #120AFF;
--popular-text-color: #030303;
--popular-bg-color: #1FFFF8;
--popular-icon-color: #120AFF;
}
.product-thumb .stickers-ns {
	flex-direction:row;
}
.product-thumb .action-timer {
	height: auto;
	flex-direction: column;
	left: 15px;
}
.product-thumb .image a:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,26,52,.015);
	border-radius: 7px 7px 0px 0px;
}
.position-no-owl .container-module .product-thumb .image a:after {
	background-color: transparent;
}
.product-thumb .btn-quickview,
.product-thumb .btn-fastorder,
.product-thumb .btn-compare,
.product-thumb .btn-wishlist {
	box-shadow:1px 1px 16px -3px rgba(0, 0, 0, 0.16);
	background: #ffffff;
}
@media (min-width: 992px) {
.product-grid .product-thumb .actions div.addit-action,
.container-module .product-thumb .actions div.addit-action {
	position: absolute;
	display: flex;
	margin-bottom: 30px;
	transition: all .15s ease 0s;
	opacity: 0;
}
.product-grid .product-thumb .actions div.addit-action,
.container-module .product-thumb .actions div.addit-action {
	bottom:88%;
	left: 0;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}
.product-grid .product-thumb .actions div.addit-action > div,
.container-module .product-thumb .actions div.addit-action > div{
	margin-left: 5px;
	margin-right: 5px;
}
.product-grid .product-thumb:hover .actions div.addit-action,
.container-module .product-thumb:hover .actions div.addit-action {
	bottom:100%;
	opacity: 1;
}
.product-grid .product-thumb .actions div.addit-action .quickview,
.product-grid .product-thumb .actions div.addit-action .quick-order,
.container-module .product-thumb .actions div.addit-action .quickview,
.container-module .product-thumb .actions div.addit-action .quick-order {
	position: relative;
	bottom: 0px;
	right: 0px;
	opacity: 1;
	visibility: visible;
	text-align: center;
	margin-bottom: 0px;
}
.product-grid .product-thumb .price,
.container-module .product-thumb .price {
	margin-bottom: 0px;
}
.product-grid  .product-thumb .actions,
.container-module .product-thumb .actions {
	width: auto;
	margin-left: auto;
}
.product-grid  .product-thumb .quantity_plus_minus,
.container-module .product-thumb .quantity_plus_minus {
	right: 15px;
	bottom:48px;
	position: absolute;
}
.product-grid .product-description,
.container-module .product-description {
	margin-bottom: 25px !important;
}
.product-thumb .product-model,
.product-thumb .rating {
	margin-right: 34px;
}
}
body {background-color:#F0F0F0;}
header {background-color:#F0F0F0;}
