/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 juin 2016, 13:44:01
    Author     : Orion
*/
.fs{
	margin:0px;
}
.link_fs{
	color:#414141;
}
.paginationFlash{
	margin-bottom: 20px;
}
#flash-sales-block-left{
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin-bottom: 20px;
}
.product-description{
	border-bottom: 1px groove;
}
.price-and-shipping-fs{
	text-align: center;
	margin-bottom: 18px;
}
.regular-price{
	text-decoration: line-through;
	color:grey;
	font-weight: bold;
}
.fs-price{
	font-weight: bold;
	font-size: 1.5em;
}
.discount-percentage{
	background: #f39d72;
	text-transform: uppercase;
    width: 50px;
    font-size: 1em;
    font-weight: 600;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
	color:white;
	font-weight: bold;
	padding: 3px;
}

.flashsales-products .thumbnail-container {
	margin-bottom: 100px !important;
}

.flashsales-products .countdownHolder {
	margin: 15px auto 0 auto !important;
}