
/*----------------*\
    Product Loop
\*----------------*/

.product-loop {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 320px;
	padding: 10px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-loop > .inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: #DBDBDB 1px solid;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #FFFFFF;
}
.product-loop__image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95%;
}
.product-loop__title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #DBDBDB;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #393939 !important;
	text-align: center;
}
.product-loop__banner {
	position: absolute;
	top: 100%;
	right: 0px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	background-image: url('../../images/layout/product-loop-banner.png');
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-align: center;
}
.product-loop__banner > .inner {
	display: inline-block;
	vertical-align: middle;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #ffffff;
	font-size: 10px;
	line-height: 1em;
	padding-bottom: 20px;
}
.product-loop__details {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.product-loop__colour-boxes {
	padding-bottom: 5px;
	text-align: center;
}
.product-loop__colour-boxes .colour-box {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 1px;
	border: #000000 1px solid;
}
.product-loop__details > .inner {
	background-color: #DBDBDB;
	padding: 5px;
	color: #393939 !important;
	text-align: center;
}
.product-loop__prices {
}

.product-main-price {
	color: #F19181;
	font-size: 15px;
	font-size: 15px;
}
.product-main-price span {
	font-weight: bold;
}
.product-loop__prices .product-main-price {
	font-size: 15px;
	margin: 0px 0px 0px 0px;
}
.product-with-logo-price {
	color: #25bdb0;
	font-size: 11px;
	margin: 0px 0px;
}
.product-with-logo-price span {
	font-weight: bold;
}
.product-loop__sizes {
	padding-top: 0px;
	font-size: 10px;
	font-size: 10px;
}
.product-loop__sizes span {
	font-weight: bold;
}


/**
 * Product Loop Shortcode Wrapper
 */
 .product-loop-shortcode-wrapper {
	text-align: center;
}
