body {
  font-family:'book antiqua', palatino, serif;
	
}
.navCss
{
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navCss a
{
	color: gray;
}
.activeLink a
{
	color: #0F2C57;
	font-weight: 600;
}

.searchbtn
{
	background-color: #0F2C57;
	color: white;
}
.searchbtn:hover
{
	background-color: white;
	color: #0F2C57;
	border: 1px solid #0F2C57;
}
.linksList
{
	margin-right: 20px;
}
.slide
{
	margin-top: 65px;
}
.home-produse
{
	margin-top: 15px;
	margin-bottom: 30px;
}

.cardCSS {
    border: 1px solid lightgray;
    padding: 5px 5px 0px 5px;
    background-color: white;
    margin-bottom: 20px;
}
.cardCSS:hover
{
	border: 3px solid #0F2C57;
	
}
.rowMargin
{
	margin-top: 30px;
}
.cardCSS a
{
	text-decoration: none;
}
.cardCSS h3
{
	padding: 10px;
	text-align: center; 
	background-color: #0F2C57;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
}

footer {
    border-top: 4px solid #e2e2e2;
    padding: 30px; line-height: 34px;
    font-size: 13px;
	background-color: #0F2C57;
	color: white;
}
footer ul li {
    padding: 0px 10px;
    border-right: solid 1px #ccc;
    display: inline;
}
footer a {
    font-weight: 600;
	color: red;
	text-decoration: none;
}
footer ul li:last-child {
    border-right:0px;
}
footer a:hover{
   color: white;
	text-decoration: none;
}

.bottomBar
{
	padding: 10px;
	background-color: red;
	text-align: center;
}
.bottomBar a
{
	text-decoration: none;
	color: white;
}

.otherProduse {
    padding: 10px;
    border: 1px solid lightgray;
    margin-top: 31px;
	
}
.otherProduse ul
{
	list-style-type: none;
}
.otherProduse li
{
	
}
.otherProduse a
{
	text-decoration: none;
	color: #0F2C57;
}
.otherProduse a:hover
{
	color: red;
	
}


.price
{
	color: blue;
	text-align: right;
}
.price span
{
	text-decoration: line-through red;
	font-size: 20px;
	font-weight: bolder;
	color: black;
}
.dis-price
{
	color: blue;
	text-align: right;
	font-size: 30px;
}
.dis-price span
{
	
	font-size: 40px;
	font-weight: bolder;
	color: red;
}
.title h2
{
	font-weight: bolder;
	color: red;
}
.title span
{
	font-weight: 400px;
	font-size:20px;
}
.title h3
{
	font-weight: bolder;
	color: black;
}
.title h4
{
	font-weight: bolder;
	color: black;
}

.title h5
{
	font-weight: bolder;
	color: red;
}

.countdown
{
	margin-top: 20px;
}

.countdown1 
{
	background-color: #e9e8e8;
    padding: 10px;
    font-size: 25px;
    font-weight: bolder;
	border-radius: 5px;
}
