
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
    top:0;
    z-index:1000;
    position:relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:2px solid #0085bf;
	overflow:hidden;
	border-radius: 20px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.gallery-sample a.cloud-zoom 
{
    position: relative;
    display: inline-block !important;
}
.gallery-sample a.cloud-zoom img {
    display: inline-block;
    width: 100%;
    text-align: center;
	-wekkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.recent_list 
{
    font-size: 0;
	text-align: center;
}
.recent_list li 
{
	font-size: 15px;
	line-height: 15px;
    border: 1px solid #0085bf;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.20);
	margin: 15px 1% 15px 1%;
	width: 150px;
	height: 300px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border-radius: 10px 0;
	font-family: 'montserratmedium';
	padding-top: 40px;
}
.recent_list li p
{
	position: relative;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center !important;
	color: #fff;
}
.recent_list li p.nombre
{
	top: 0;
	background: #0085bf;
	padding: 10px 5px;
	
}
.recent_list li p.talla
{
	bottom: 0;
	background: #1e3e68;
    font-size: 12px;
	line-height: 15px;
	padding: 0 5px 5px 5px;
}
.recent_list li p.talla b
{
	font-size: 15px;
	line-height: 20px;
}
.recent_list li p.talla:before
{
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	border-bottom: 10px solid #1e3e68;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
}

@media only screen and (max-width : 899px)
{
	.recent_list
	{
		display: -webkit-box;
		width: 100%;
		overflow-x: auto;
	}
	.recent_list li 
	{
    	display: -webkit-box;
		width: 100px;
    	height: 200px;
	}
	.recent_list li img
	{
		width: 100%;
	}
	.recent_list li p.talla:before 
	{
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
	}
	
}
