/*
Css custom 

*/


/*
.select_spam_colores {
     width: 45px;
     height: 45px;
     border: #19c7a8 solid 2px;
}
*/

.select_spam_colores{
    width: 34px;
    height: 33px;
    display: block;
    background: #fff;
    margin: 0;
	border:#CCC solid 2px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}




/*-- //colors --*/
.color-quality-left{
	float:left;
}

.color-quality ul{
	margin-left:-40px;
}

.color-quality ul li {
    display: inline-block;
    margin-right: 0em;
}
.color-quality ul li a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}
.color-quality ul li a span {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    margin: 0;
	border:#CCC solid 1px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.color-quality ul li a.green span {
    background: #092f4b;
}
.color-quality ul li a.purple span {
    background: #ddd8c5;
}
.color-quality ul li a.gray span {
    background: #525451;
}




.agotado {
  /*position: absolute;
  top: 10px;
  left: 25px;*/
  padding: 10px;
  z-index: 100;
  background: #095964;
  color: #fff;
 /* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
}


/*@media screen and (min-width:1400px) {*/
@media screen and (min-width: 510px) and (max-width: 1400px) {   
	

	 /* listado en carrito */
	 .box_sm_carrito{
	  width: 180px;
	  height: 180px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left:  5px;
	}
	
	
	 
	 .box_sm_carrito img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left:  5px;
	}
	
	@supports(object-fit: cover){
	    .box_sm_carrito img{
	      height: 100%;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left:  5px;
	    }
	}
	
	
	
	
	
	
	 /* listado de productos */

	 .box_cuadrado{
	  width: 360px;
	  height: 360px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left:  0px;
	}
	
	
	 .box_cuadrado img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left:  0px;
	}
	
	@supports(object-fit: cover){
	    .box_cuadrado img{
	      height: 100%;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left: 0px;
	    }
	}
	
	
	
	
	
	
	
	

}





	 /* listado de productos home */

	
	 .box_cuadrado_home{
	  width: 262px;
	  height: 350px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left:  0px;
	}
	
	
	 
	 .box_cuadrado_home img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left:  0px;
	}
	
	@supports(object-fit: cover){
	    .box_cuadrado_home img{
	      height: 100%;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left: 0px;
	    }
	}