/*	SHOP 1-4
/*----------------------------------------------------*/


.shop-1-4 {
	margin: 30px 0 10px 0;
}

.shop-1-4 .product {
	position: relative;
	float: left;
	margin-bottom: 40px;
}

.shop-1-4 .product-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.shop-1-4 .product-image > a,
.shop-1-4 .product-image .slide a,
.shop-1-4 .product-image img {
	display: block;
	width: 100%;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .shop-1-4 .product-image > a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.shop-1-4 .product-image > a:nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.shop-1-4 .product-image:hover > a:nth-of-type(2) {
	opacity: 1;
	z-index: 2;
}

.shop-1-4 .product-desc {
	padding: 15px 0;
	font-size: 14px;
}

.shop-1-4 .product-desc h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

.shop-1-4 .product-desc h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-decoration: none;
	color: #454545;
}

.shop-1-4 .product-desc h4 del {
	font-weight: 400;
	font-size: 80%;
	color: #888;
}

.shop-1-4 .product-desc .product-rating .fa {
	font-size: 18px;
	color: #F1C40F;
}

.shop-1-4 .product-overlay {
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	top: auto;
	bottom: -44px;
	left: 0;
	z-index: 6;
}

.product:hover .product-overlay { bottom: 0; }

.shop-1-4 .product-overlay a {
	display: block;
	float: left;
	width: 50%;
	font-size: 13px;
	color: #fff;
	background-color: rgba(22,160,133,0.6);
	text-align: center;
	padding-top: 14px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.shop-1-4 .product-overlay a.gallery-zoom { border-right: 0; }

.shop-1-4 .product-overlay a.gallery-zoom, .shop-1-4 .product-overlay a.add-to-cart { height: 44px; }

.shop-1-4 .product-overlay a i {
	position: relative;
	font-size: 18px;
}

.shop-1-4 .product-overlay a:hover {
	background-color: #333;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.shop-1-4 .advert {
	margin: 15px;
	background: #ccc;
	height: 200px;
}


/* Ribbons */
.ribbon {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 82px;
	height: 82px;
	overflow: hidden;
	z-index: 10
}

.red-hot { background: url("../images/ribbons/red-hot.png") 0 0 no-repeat; }
.best-value { background: url("../images/ribbons/best-value.png") 0 0 no-repeat; }
.super-cool { background: url("../images/ribbons/super-cool.png") 0 0 no-repeat; }
.new { background: url("../images/ribbons/new.png") 0 0 no-repeat; }
.premium { background: url("../images/ribbons/premium.png") 0 0 no-repeat; }
.exclusive { background: url("../images/ribbons/exclusive.png") 0 0 no-repeat; }
.popular { background: url("../images/ribbons/popular.png") 0 0 no-repeat; }
.five-stars { background: url("../images/ribbons/five-stars.png") 0 0 no-repeat; }
.sale { background: url("../images/ribbons/sale.png") 0 0 no-repeat; }
.out-of-stock { background: url("../images/ribbons/out-of-stock.png") 0 0 no-repeat; }



/*	SHOP 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}