

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.content {
	height: 215px;
	width: 12.50%;
	padding: 0 10px;
	float: left;
	position: relative;
	margin: 15px 0;
	
}


.buy_now {
	padding: 6px 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 17px;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: darkred;
	color: white;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
	font-family: Abril Fatface;
	display: none;
}

.buy_now:hover {
	box-shadow: none;
	background: #fff;
	color: darkred;
	border:1px solid darkred;
}

.content-inner:hover .buy_now {
	display: block;
}

.content-inner:hover img {
	opacity: 0.6;
}

.content img {
	height: 200px;
	width: 100%;
	border:6px ridge #ddd;
}

.des {
	height: 30px;
	width: 100%;
	text-align:center;
}

.des a {
	font-size: 16px;
	color: #3E0304;
	text-shadow:0px 2px 0px #fff;
	-webkit-text-shadow:0px 2px 0px #fff;
	-moz-text-shadow:0px 2px 0px #fff;
	font-weight: 400;
	background:#eee;
	text-align:center;
	float:left;
	width:100%;
	padding:10px 0;
	line-height:15px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.des a:hover {
	color:#333;
}

.shop_now {
	margin-top: 100px;
	clear: both;
}

a.fr-name {
	font-size: 20px;
	letter-spacing: 1px;
	color: #676767;
}

.hover:hover img {
	filter: blur(2px);
}

.footer {
	height: 400px;
	width: 100%;
	background: darkgreen;
	clear: both;
}

.contact {
	width: 100%;
	padding: 50px 10px;
	float: left;
}

.contact-inner {
	width: 33.3333%;
	float: left;
	padding: 20px 50px;
	color: #fff;
}

.contact-inner h3 {
	color: #fff;
}

.contact-inner ul {
	padding-top: 12px;
}

.contact-inner ul li {
	margin-bottom: 8px;
}

.contact-inner ul li a {
	color: #ddd;
}

.contact-inner ul li a:hover {
	color: #fff;
	text-decoration: underline;
}



@media screen and (max-width: 2048px) {
	
}

@media screen and (max-width: 1920px) {
	
}

@media screen and (max-width: 1680px) {
	
	.content {
		width: 25%
	}

	@media screen and (max-width: 1600px) {
		
		
	}

	@media screen and (max-width: 1440px) {
		
	}

	@media screen and (max-width: 1280px) {
     .content {
		width: 33.3333%
	}

	}

	@media screen and (max-width: 1024px) {
		
		
	}

	@media screen and (max-width: 960px) {
		
		

		.content {
			width: 50%
		}
	}

	@media screen and (max-width: 846px) {

	

	@media screen and (max-width: 800px) {
		
		
	}

	
	}

	@media screen and (max-width: 414px) {
		.content {
			width: 100%
		}

	}