#loader{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 99999;
}
#loader div{
	position: absolute;
	left: calc(50% - 60px);
	top: calc(50% - 60px);
	border: 16px solid #f3f3f3;
	border-top: 16px solid #333;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.movil, .tablet{ display: none; }
.desktop{ display: block; }

.swal-title{
	font-size: 20px;
}
.swal-overlay{
	z-index: 99993;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*{
	outline: none;
	box-sizing: border-box;
}
body{
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
a{ color: #fff; }
a:hover, a:link, a:visited, a:active{ text-decoration: none; }

.movil, .tablet{ display: none; }
.desktop{ display: block; }

.contenedor{
	display: table;
	clear: both;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
header{
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 992;
}
header .logo{
	display: table;
    clear: both;
    margin: 20px auto;
}
header h2{
	float: left;
    text-align: center;
    color: #222;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
    border-bottom: 1px solid #2d2d2d;
}
header form{
	float: right;
    width: 320px;
    padding: 0;
    position: relative;
    margin: 0;
}
header form input{
	float: left;
	width: 100%;
	padding: 0 20px;
    border: 1px solid #135a32;
    border-radius: 25px;
	font-size: 14px;
	position: relative;
    z-index: 991;
    font-family: 'Poiret One', cursive;
    height: 50px;
}
header form button{
	position: absolute;
    top: 0px;
    right: 0px;
	background: transparent;
	border: 0;
	color: #135a32;
	font-size: 14px;
	cursor: pointer;
	z-index: 992;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .menu{
	float: left;
	width: 100%;
	position: relative;
}
header .min-cart{
	float: left;
    width: 40px;
    color: #2d2d2d;
    font-size: 28px;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
}
header .min-cart .num{
	position: absolute;
    top: 10px;
    right: -5px;
    font-size: 12px;
    border: 1px solid #fff;
    background: #015a2a;
    width: 20px;
    text-align: center;
    height: 20px;
    padding-top: 2px;
    border-radius: 100%;
    color: #fff;
}
header .center{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 10px 0;
}
header .btn-menu{
	float: left;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 22px;
}
header .btn-menu span#x {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	display: block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	-webkit-transition: all .3s ease, -webkit-transform .2s ease;
	      transition: all .3s ease, transform .2s ease;
	background: -webkit-linear-gradient(to bottom, transparent 0%, transparent 10%, #2d2d2d 10%, #2d2d2d 20%, transparent 20%, transparent 40%, #2d2d2d 40%, #2d2d2d 50%, transparent 50%, transparent 70%, #2d2d2d 70%, #2d2d2d 80%, transparent 80%), linear-gradient(transparent, transparent);
	background: linear-gradient(to bottom, transparent 0%, transparent 10%, #2d2d2d 10%, #2d2d2d 20%, transparent 20%, transparent 40%, #2d2d2d 40%, #2d2d2d 50%, transparent 50%, transparent 70%, #2d2d2d 70%, #2d2d2d 80%, transparent 80%), linear-gradient(transparent, transparent);
	-webkit-transform: scale(0.9);
	  -ms-transform: scale(0.9);
	      transform: scale(0.9);
}
header .btn-menu span#x.clicked {
	background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #2d2d2d 46%, #2d2d2d 55%, transparent 51%, transparent 100%), linear-gradient(45deg, transparent 0%, transparent 46%, #2d2d2d 46%, #2d2d2d 55%, transparent 51%, transparent 100%);
	background: linear-gradient(-45deg, transparent 0%, transparent 46%, #2d2d2d 46%, #2d2d2d 55%, transparent 51%, transparent 100%), linear-gradient(45deg, transparent 0%, transparent 46%, #2d2d2d 46%, #2d2d2d 55%, transparent 51%, transparent 100%);
	-webkit-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	      transform: rotate(180deg);
}
header .btn-menu span#x.clicked:active, header .btn-menu span#x.clicked:hover {
	-webkit-transform: scale(0.9) rotate(180deg);
	  -ms-transform: scale(0.9) rotate(180deg);
	      transform: scale(0.9) rotate(180deg);
}

.contenedor.bg{
	background: #eee;
}
header nav{
	float: left;
	width: 100%;
	background: #fff;
	position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    display: none;
}
header nav .lin{
	list-style: none;
	margin:  0;
	padding: 0;
	width: calc(100% / 3);
	float: left;
	background: #f8f8f8;
	height: 360px;
	overflow: auto;
}
header nav .lin > li{
	float: left;
	width: 100%;
}
header nav .lin > li > a{
	float: left;
	width: 100%;
	padding: 15px 20px 15px 50px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
header nav .lin > li > a:hover{
	background: #efefef;
}
header nav .lin > li > a.active{
	background: #efefef;
}
header nav .lin > li > a i{
	float: right;
    margin-top: 1px;
}
header nav .cat{
	list-style: none;
	margin:  0;
	padding: 10px 0;
	width: calc(100% / 3);
	float: left;
	background: #e5e3e3;
	height: 360px;
	overflow: auto;
}
header nav .cat > li{
	float: left;
	width: 100%;
	display: none;
}
header nav .cat > li > a{
	float: left;
	width: 100%;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
header nav .cat > li > a:hover{
	background: #efefef;
}
header nav .cat > li > a.active{
	background: #efefef;
}
header nav .cat > li > a i{
	float: right;
    margin-top: 1px;
}
header nav .sub{
	list-style: none;
	margin:  0;
	padding: 10px 0;
	width: calc(100% / 3);
	float: left;
	height: 360px;
	overflow: auto;
}
header nav .sub > li{
	float: left;
	width: 100%;
	display: none;
}
header nav .sub > li > a{
	float: left;
	width: 100%;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
header nav .sub > li > a i{
	float: right;
	margin-top: 1px;
}
header nav .sub > li > a:hover{
	background: #ccc;
}
header nav .sub > li > a.active{
	background: #ccc;
}

.contenedor-slick{
	display: block;
    width: 100%;
	max-width: 701px;
    margin: 0 auto;
}
.sliders{
    float: left;
    width: 100%;
    position: relative;
}
.sliders .slides{
	float: left;
	width: 100%;
}
.sliders .slides a{
	float: left;
	width: 100%;
}
.sliders .slider-pager{
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9991;
    color: transparent;
    margin: 0;
}
.sliders .slider-pager .pager{
	float: right;
	margin: 0 5px;
}
.sliders .slider-pager .pager span{
	float: left;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 100%;
	border: 2px solid #fff;
	margin: 5px 2px;
}
.sliders .slider-pager .pager span.cycle-pager-active{
	background: #fff;
}
.col-blog{
	float: left;
    width: 230px;
    padding: 0;
    margin-right: 20px;
    height: 333px;
    display: flex;
    align-items: center;
    background: url('../img/marmol.jpg') center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.col-blog .l1{
	float: left;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #333;
}
.col-blog .l2{
	float: left;
	width: 100%;
	font-size: 26px;
	text-align: center;
	margin: 30px 0;
	color: #333;
}
.col-blog .l3{
	float: left;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #333;
}



.btn{
	float: left;
	width: 100%;
	color: #000;
	padding: 6px 0;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
}
.producto{
	float: left;
	width: calc(25% - 15px);
	position: relative;
	background: #fff;
	padding: 20px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	margin-right: 20px;
	border-bottom: 1px solid #fff;
}
.producto:hover{
	border-bottom: 1px solid #000;
}
.producto .oferta{
	position: absolute;
	top: 20px;
	left: 20px;
	background: #015a2a;
	padding: 5px 10px;
}
.producto .oferta span{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.producto .tiempoDescuento{
	position: absolute;
    top: 20px;
    left: 20px;
    background: #ff0000;
    color: #fff;
    padding: 6px 10px;
    font-weight: 700;
    transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
}
.producto .descuentoF{
	transform: skew(20deg);
	-webkit-transform: skew(20deg);	
	font-size: 12px;
    line-height: 22px;
}
.producto .countdown{
    transform: skew(20deg);
	-webkit-transform: skew(20deg);	
	font-size: 14px;
	line-height: 11px;
}
.producto .countdown small{
	font-size: 10px;
	display: block;
}
.producto .countdown span{
	font-size: 10px;
}
.producto .img{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: 240px;
	overflow: hidden;
}
.producto .name{
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
    font-weight: 500;
	height: 44px;
    overflow: hidden;
}
.producto .precio{
	float: left;
	width: 100%;
	padding: 0;
	font-weight: 600;
	color: #000;
	font-size: 24px;
}
.producto .precio small{
	font-size: 12px;
	color: #999;
	height: 15px;
}
.producto .precio span{
	float: left;
    font-size: 14px;
    line-height: 34px;
}
.destacados{
	float: left;
	width: 100%;
	padding: 0 0 30px;
}
.productos-dest{
	float: left;
	width: calc(82% - 20px);
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
.slick-dots{
    display: table !important;
    clear: both;
    margin: 0 auto;
}
.slick-dots li{
	float: left;
	padding: 0;
	margin-right: 10px;
	list-style: none;
}
.slick-dots li button{
	float: left;
	border-radius: 100%;
	border: 0;
	background: #dcdcdc;
	width: 14px;
	height: 14px;
	color: transparent;	
	cursor: pointer;
	font-size: 0;
}
.slick-dots li.slick-active button{
	background: #d85015;
}
.productos-dest .slick-arrow{
	position: absolute;
	top: calc(50% - 35px);
    z-index: 991;
    color: #fff;
    background: #191919;
	width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    transition: 0.3s all ease;
    --webkit--transition: 0.3s all ease;
}
.productos-dest .slick-next{
	right: 0px;
}
.productos-dest .slick-prev{
	left: 0px;
}
.productos-dest .producto{
	margin-right: 0;
	width: 100%;
	margin: 0 10px 20px;
}
.cat-destacadas{
	float: left;
	width: 100%;
	background: url('../img/categorias.jpg') center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.cat-destacadas h3{
	text-align: center;
	color: #fff;
	font-size: 28px;
}
.cat-destacadas h3 .icon{
	margin-bottom: 5px;
}
.categorias-dest{
	display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
.categorias-dest .linea{
	float: left;
	width: calc(100% / 3);
	margin: 0 10px;
	border: 1px solid #d85015;
	position: relative;
}
.categorias-dest .slick-arrow{
	position: absolute;
	top: calc(50% - 15px);
    z-index: 991;
    color: #fff;
    background: #191919;
	width: 40px;
    height: 40px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    transition: 0.3s all ease;
    --webkit--transition: 0.3s all ease;
}
.categorias-dest .slick-next{
	right: 0px;
}
.categorias-dest .slick-prev{
	left: 0px;
}
.categorias-dest .linea .btn-l{
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
    font-size: 14px;
}
.categorias-dest .linea .btn-l i{
	float: right;
	margin-left: 20px;
    font-size: 16px;
}
.categorias-dest .linea p{
	position: absolute;
	left: 20px;
	bottom: 40px;
    color: #fff;
    font-size: 14px;
    width: calc(100% - 40px);
    height: 48px;
    overflow: hidden;
}
.categorias-dest .linea .name{
	position: absolute;
	left: 20px;
	bottom: 120px;
    color: #fff;
    font-weight: 600;
}
.linea-dest{
	float: left;
	width: 100%;
	padding: 50px 0;
}
.linea-dest .linea{
	float: left;
	width: calc(25% - 15px);
	position: relative;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	padding: 20px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	margin-right: 20px;
	height: 462px;
	background: url(../imagenes/lineas/4b.png) center center no-repeat;
	background-size: cover;
}
.linea-dest .producto:nth-child(4n){
	margin-right: 0;
}
.linea-dest .linea .btn-l{
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
    font-size: 14px;
}
.linea-dest .linea .btn-l i{
	float: right;
	margin-left: 20px;
    font-size: 16px;
}
.linea-dest .linea p{
	position: absolute;
	left: 20px;
	bottom: 40px;
    color: #fff;
    font-size: 14px;
    width: calc(100% - 40px);
    height: 48px;
    overflow: hidden;
}
.linea-dest .linea .name{
	position: absolute;
	left: 20px;
	bottom: 120px;
    color: #fff;
    font-weight: 600;
}
.banners{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.banners .mid{
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.banners .mid:nth-child(2n){
	margin-right: 0;
}
.banners .mid .banner{
	float: left;
	width: 100%;
}
.banners .mid .banner-m{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.banners .mid .banner-m:nth-child(2n){
	margin-bottom: 0;
}
.historia{
	float: left;
	width: 100%;
	background: url('../img/historia.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 90px 0 70px;
}
.historia h3{
	color: #fff;
    font-size: 32px;
    margin: 0;
}
.historia p{
	float: left;
    width: 100%;
    color: #fff;
    max-width: 460px;
    clear: both;
    margin: 20px 0 30px;
}
.historia .btn-l{
	float: left;
	text-transform: uppercase;
	font-weight: 700;
    font-size: 14px;
    clear: both;
}
.historia .btn-l i{
	float: right;
	margin-left: 20px;
    font-size: 16px;
}
.ubicacion{
	float: left;
	width: 100%;
	padding: 50px 0 40px;
	background: #fafafa;
}
.ubicacion h3 small{
	color: #999999;
	text-transform: none;
	font-weight: 500;
    font-size: 18px;
  
}
.mountain{
	float: left;
	width: 100%;
	background: url('../img/mountain.png') top center no-repeat #fafafa;
	background-size: cover;
	padding: 110px 0 20px;
}
.newsletter{
	display: table;
	clear: both;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.newsletter .mid{
	float: left;
	width: 50%;
}
.newsletter .mid span{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 100;
	font-size: 22px;
	margin-top: 3px;
}
.newsletter .mid span small{
	float: left;
	width: 100%;
	font-size: 14px;
}
.newsletter .mid .campo{
	float: left;
	width: 100%;
	padding-left: 10px; 
	position: relative;
}
.newsletter .mid .campo input{
	float: left;
	width: 100%;
	border: 0;
	font-size: 14px;
	padding: 15px 20px;
	border-radius: 3px;
}
.newsletter .mid .campo button{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 80px;
	text-align: center;
	background: #333333;
	color: #fff;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}
.redes{
	float: left;
	width: 100%;
	background: #aa3d0d;
	padding: 15px 0;
}
.redes ul{
	display: table;
	clear: both;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.redes ul li{
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}
.redes ul li:last-child{
	margin-right: 0;
}
.redes ul li a{
	color: #fff;
	font-size: 14px;
	float: left;
	width: 100%;
}
.redes ul li a i{
	font-size: 30px;
	float: left;
	margin-right: 20px;
}
.redes ul li a span{
	float: right;
    padding: 8px 0;
}
footer{
	float: left;
	width: 100%;
}
footer .foot{
	float: left;
	width: 100%;
}
footer .foot .redes{
	float: left;
	width: 100%;
	background: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
footer .foot .redes ul{
	float: left;
	width: 100%;
	margin-top: 15px;
}
footer .foot .redes ul li{
	float: left;
	width: auto;
	margin: 0;
}
footer .foot .redes ul li a{
	float: left;
	font-size: 16px;
}
footer .foot .redes ul li a i{
	font-size: 24px;
}
footer .line{
	float: left;
	width: 100%;
	background: #2c2c2c;
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
}
footer .copyright{
	float: left;
}
footer .line ul{
	float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contacto{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.contacto .box{
	float: left;
	width: 100%;
	background: #c2c2c2;
	color: #fff;
	padding: 30px 40px;
}
.contacto .box h3{
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 30px;
}
.contacto .box .col{
	float: left;
	width: calc(100% / 3);
}
.contacto .box .col a{
	float: left;
	width: 100%;
	margin: 5px 0;
}
.contacto .box .col a.map{
	text-align: center;
}
.contacto .box .col .social{
	float: left;
    width: 100%;
    margin: 20px 0 0;
}
.contacto .box .col .social a{
    display: inline-block;
    float: none;
    margin: 0 20px;
    width: auto;
    text-align: center;
}
.contacto .box .col .social a i{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
}




.banner-cat{
	float: left;
	width: 100%;
	text-align: center;
}
.banner-cat h3{
	color: #000;
	font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 100;
}
.banner-cat small{
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.grilla{
	float: left;
	width: 100%;
	padding: 50px 0;
}
aside{
	float: left;
	width: 25%;
	padding-right: 20px;
}
aside h4{
	float: left;
	width: 100%;
	color: #666666;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
aside .box{
	float: left;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
aside .box .name{
	float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 16px;
    padding: 20px;
    cursor: pointer;
    font-weight: 400;
}
aside .box .name i{
	float: right;
	color: #d85015;
	font-size: 10px;
}
aside .box ul{
	list-style: none;
	margin: 0;
	padding: 0 20px 20px;
	float: left;
	width: 100%;
}
aside .box ul li{
	float: left;
    width: 100%;
    padding-bottom: 10px;
    font-size: 12px;
    color: #6f6f6f;
    text-transform: uppercase;
    cursor: pointer;
  
}
aside .box ul li:last-child{
	padding-bottom: 0;
}
aside .box ul li.active{
	font-weight: 800;
}
aside .box ul li:hover{
	color: #606060;
}
aside .box ul li a{
	font-size: 12px;
    color: #6f6f6f;
    cursor: pointer;
  
}
.grilla .productos{
	float: left;
	width: 75%;
}
.grilla .productos .producto{
	width: calc(100% / 3 - 14px);
	margin-bottom: 20px;
}
.grilla .productos .producto:nth-child(4n){
	margin-right: 20px;
}
.grilla .productos .producto:nth-child(3n){
	margin-right: 0;
}
.breadcrumbs{
	float: left;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px;
	color: #bdc1c1;
	padding: 10px 0;
}
.breadcrumbs a{
	color: #bdc1c1;
	font-size: 12px;
	padding: 0 10px;
}
.breadcrumbs a:first-child{
	padding: 0 10px 0 0;
}
.breadcrumbs span{
	padding-left: 10px;
	color: #000102;
}
.ficha{
	float: left;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 50px;
	margin-top: 50px;
}
.ficha .images{
	float: left;
	width: 50%;
	border-right: 1px solid #f1f1f1;
	position: relative;
}
.ficha .images .oferta{
	position: absolute;
	top: 20px;
	right: 20px;
	background: #005f29;
	padding: 6px 15px;
}
.ficha .images .oferta span{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 400;
    font-size: 18px;
}
.ficha .images .tiempoDescuento{
	position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ff0000;
    color: #fff;
    padding: 6px 15px;
    font-weight: 700;
    width: 200px;
    transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
}
.ficha .images .descuentoF{
	transform: skew(20deg);
	-webkit-transform: skew(20deg);	
	font-size: 16px;
}
.ficha .images .countdown{
    transform: skew(20deg);
	-webkit-transform: skew(20deg);	
	font-size: 16px;
}
.ficha .images .countdown small{
	font-size: 12px;
	display: block;
}
.ficha .images .countdown span{
	font-size: 12px;
}
.ficha .images .thumbs{
	float: left;
	width: 15%;
	margin: 0;
	height: 468px;
    overflow: auto;
    position: relative;
}
.ficha .images .thumbs .thumb{
	float: left;
	width: 100%;
	border: 1px solid #f1f1f1;
	margin-bottom: 10px;
}

.ficha .images .thumbs::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}
.ficha .images .thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.ficha .images .thumbs::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.ficha .images .thumbs::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.ficha .images .thumbs::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
.ficha .images .thumbs::-webkit-scrollbar-track:hover,
.ficha .images .thumbs::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}



.ficha .images .img{
	float: right;
	width: 100%;
}
.ficha .detalle{
	float: left;
	width: 50%;
	padding: 40px 0;
}
.ficha .detalle .stock{
	float: left;
    width: 100%;
    padding: 0 40px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.ficha .detalle .stock.no{
	color: #f00;
	font-size: 16px;
}
.ficha .detalle .name{
	float: left;
	width: 100%;
	padding: 0 40px 0;
	color: #2d2d2d;
	font-size: 24px;
}
.ficha .detalle .sku{
	float: left;
	color: #333333;
	font-size: 12px;
	width: 100%;
	padding: 0 40px 20px;
}
.ficha .detalle .precio{
	float: left;
	width: 100%;
	padding: 0 40px 40px;
	color: #000;
    font-size: 30px;
    font-weight: 400;
	border-bottom: 1px solid #f1f1f1;
}
.ficha .detalle .precio span{
	float: left;
	font-size: 18px;
    line-height: 38px;
}
.ficha .detalle .precio small{
	color: #a7a7a7;
	font-size: 14px;
	margin-left: 20px;
	font-weight: 600;
}
.ficha .detalle .descripcion{
	float: left;
	width: 100%;
	padding: 40px;
	color: #a7a7a7;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
}
.ficha .detalle .descripcion strong{
	color: #707070;
}
.ficha .detalle .descripcion p{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	margin: 0;
}
.ficha .detalle .share{
	float: left;
    width: 100%;
    margin-bottom: 20px;
	color: #707070;
	padding: 0 40px;
}
.ficha .detalle .share a{
	color: #d85015;
	font-size: 22px;
}
.ficha .detalle .cant{
	float: left;
	width: 100%;
	padding: 40px 40px 20px;
}
.ficha .detalle .cant span{
	float: left;
	width: 100%;
	color: #707070;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
}
.ficha .detalle .cantidad{
	float: left;
	width: 50%;
	max-width: 180px;
	border: 1px solid #d7d7d7;
}
.ficha .detalle .cantidad>div{
	float: left;
	width: calc(100% / 3);
	text-align: center;
	border-right: 1px solid #d7d7d7;;
	padding: 18px 0;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.ficha .detalle .cantidad>div:last-child{
	border: 0;
}
.ficha .detalle .btn{
	float: left;
    width: 50%;
    margin-left: 20px;
    border: 1px solid #000;
    height: 58px;
    line-height: 58px;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.ficha .detalle .btn:hover{
	background: #000;
	color: #fff;
}
.ficha .detalle .btn.no-disponible{
	background: #fff;
    cursor: no-drop;
    border: 0;
    color: #f00;
}
.ficha .detalle .btn.no-disponible:hover{
	background: #fff;
	color: #f00;
}
.ficha .detalle .webpay{
	float: left;
    width: 100%;
    padding: 0 40px;
	margin-top: 20px;
}
.ficha .detalle h4{
	float: left;
	width: 100%;
	color: #707070;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
	padding: 0 40px;
}
.ficha .detalle .colores{
	float: left;
	width: 100%;
	padding: 0 40px;
}
.ficha .detalle .colores .color{
	float: left;
    border: 1px solid #d7d7d7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.ficha .detalle .colores .color.active{
	border: 2px solid #005f29;
}
.ficha .detalle .tallas{
	float: left;
	width: 100%;
	padding: 0 40px;
}
.ficha .detalle .tallas .talla{
	float: left;
    border: 1px solid #d7d7d7;
    width: calc(20% - 16px);
    padding: 5px;
    height: auto;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
	font-weight: 600;
	color: #999999;
	cursor: pointer;
	margin-bottom: 10px;
}
.ficha .detalle .tallas .talla:nth-child(5n){
	margin-right: 0;
}
.ficha .detalle .tallas .talla .img{
	float: left;
	width: 100%;
	height: 74px;
}
.ficha .detalle .tallas .talla span{
	float: left;
    width: 100%;
}
    
.ficha .detalle .tallas .talla.active{
	border: 1px solid #005f29;
	color: #fff;
	background: #005f29;
}
.desc-ficha{
	float: left;
	width: 100%;
	background: #f9f9f9;
	padding: 50px 0;
}
.desc-ficha .nav{
	float: left;
	width: 100%;
}
.desc-ficha .nav ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.desc-ficha .nav ul li{
	float: left;
	width: 25%;
	list-style: none;
	padding: 25px 0;
	margin: 0 0 -1px;
	text-align: center;
	color: #cccccc;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.desc-ficha .nav ul li.active{
	background: #fff;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #fff;
	color: #4f4d51;
}
.desc-ficha .descripciones{
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 50px;
}
.desc-ficha .descripciones > div{
	display: none;
}
.desc-ficha .descripciones > div.active{
	display: block;
}
.desc-ficha .descripciones .DG a{
    float: left;
    width: calc(100% / 3 - 14px);
    color: #1d1d1d;
    border: 1px solid #d7d7d7;
    padding: 20px 10px;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px -5px #d7d7d7;
}
.desc-ficha .descripciones .DG a i{
	color: #d85015;
}
.desc-ficha .descripciones .DG a:nth-child(3n){
	margin-right: 0;
}
.box-addcart{
	width: 550px;
	padding: 30px;
}
.box-addcart h3{
	float: left;
	width: 100%;
	color: #191a1b;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 2px 0 20px;
}
.box-addcart h3 i{
	color: #f6a122;
}
.box-addcart .prod{
	float: left;
    width: 100%;
}
.box-addcart .prod .img{
	float: left;
	width: 30%;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}
.box-addcart .prod .detalle{
	float: left;
	width: calc(70% - 20px);
	margin-left: 20px;
}
.box-addcart .prod .detalle .marca{
	float: left;
	width: 100%;
	color: #999999;
	font-size: 14px;
	font-weight: 600;
}
.box-addcart .prod .detalle .sku{
	float: left;
	width: 100%;
	color: #999999;
	font-size: 12px;
	font-weight: 600;
}
.box-addcart .prod .detalle .nombre{
	float: left;
	width: 100%;
	color: #191a1b;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 2px 0;
}
.box-addcart .prod .detalle .precio{
	float: left;
	width: 100%;
	color: #000;
    font-size: 30px;
    font-weight: 700;
	margin-top: 20px;
}
.box-addcart .prod .detalle .precio small{
	font-size: 18px;
}
.box-addcart .prod .detalle .precio .antes{
	float: left;
	width: 100%;
	color: #999999;
	font-size: 12px;
	font-weight: 600;
}
.box-addcart .btns{
	float: left;
    width: 100%;
}
.box-addcart .btns .seguirComprando{
	float: left;
	width: 100%;
	text-align: center;
    color: #9c9c9c;
    text-decoration: underline;
    font-weight: 600;
    margin: 20px auto 0;
    font-size: 14px;
}
.box-addcart .btn{
	border: 1px solid #000;
    max-width: 260px;
    display: table;
    float: none;
    margin: 0 auto;
    padding: 14px;
    font-size: 16px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.box-addcart .btn:hover{
	background: #000;
	color: #fff;
}
.carro-resumen{
	background: #f9f9f9;
	float: left;
	width: 100%;
	padding: 50px 0;
}
.carro-resumen .title{
	float: left;
	width: 100%;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	background: transparent;
    text-align: left;
    padding: 0;
}
.carro-resumen .cart{
	float: left;
	width: 70%;
}
.carro-resumen .cart .prd{
	border: 1px solid #cdcdcd;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	padding: 0 0 20px;
}
.carro-resumen .cart .prd .titles{
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 10px 0;
	margin: 0 0 20px;
}
.carro-resumen .cart .prd .img{
    float: left;
    width: 12%;
    padding: 10px;
}
.carro-resumen .cart .prd .titles .name{
	width: 42%;
	padding-left: 20px;
}
.carro-resumen .cart .prd .name{
	float: left;
	width: 30%;
	padding: 0;
	color: #333333;
}
.carro-resumen .cart .prd .name .nombre{
	float: left;
	width: 100%;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	font-size: 12px;
	height: 35px;
    overflow: hidden;
  
}
.carro-resumen .cart .prd .name .marca{
	float: left;
	width: 100%;
	color: #999999;
	font-size: 12px;
	font-weight: 600;
}
.carro-resumen .cart .prd .name strong{
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 12px;
}
.carro-resumen .cart .prd .name .eliminar{
	color: #3b5ef5;
	float: left;
	width: 100%;
	text-decoration: underline;
	font-size: 12px;
	margin-top: 5px;
}
.carro-resumen .cart .prd .precio{
	float: left;
	width: 18%;
	color: #999999;
	font-weight: 600;
	margin-top: 30px;
}
.carro-resumen .cart .prd .precio small{
	font-size: 10px;
	float: left;
	width: 100%;
	margin-top: -10px;
}
.carro-resumen .cart .prd .cantidad{
	float: left;
    width: 12%;
    max-width: 100px;
    border: 1px solid #b7b7b7;
    border-radius: 30px;
    color: #7a7a7a;
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
    position: relative;
	float: left;
	margin-top: 24px;
	padding-right: 10px;
}
.carro-resumen .cart .prd .cantidad .mas{
	text-align: center;
	position: absolute;
	top: 2px;
	right: 15px;
	cursor: pointer;
	font-size: 16px;
}
.carro-resumen .cart .prd .cantidad .menos{
	text-align: center;
	position: absolute;
	bottom: 2px;
	right: 15px;
	cursor: pointer;
	font-size: 16px;
}
.carro-resumen .cart .prd .titles .cantidad{
	border: 0;
	padding: 0;
}
.carro-resumen .cart .prd .total{
	float: left;
	width: 20%;
	color: #999999;
	font-weight: 600;
	margin-top: 30px;
	text-align: right;
}
.carro-resumen .cart .prd .titles .name, .carro-resumen .cart .prd .titles .precio, .carro-resumen .cart .prd .titles .cantidad, .carro-resumen .cart .prd .titles .total{
	font-size: 12px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}
.carro-resumen .totales{
	float: left;
	width: calc(30% - 20px);
	margin-top: 43px;
	margin-left: 20px;
}
.carro-resumen .totales .box{
	float: left;
	width: 100%;
	border: 1px solid #cdcdcd;
	margin-bottom: 20px;
	background: #fff;
}
.carro-resumen .totales .box h3{
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #333333;
	background: #f2f2f2;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.carro-resumen .totales .box .valores{
	float: left;
	width: 100%;
	padding: 20px;
}
.carro-resumen .totales .box .valores p{
	float: left;
	width: 100%;
	color: #333333;
	margin: 0;
	text-align: right;
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.carro-resumen .totales .box .valores p span{
	float: right;
    color: #999999;
    width: 60%;
    font-size: 14px;
    font-weight: 600;
  
}
.carro-resumen .totales .box .valores p span strong{
	color: #333333;
}
.carro-resumen .totales .formas-pago{
	float: left;
	width: 100%;
	padding: 20px;
	text-align: right;
}
.carro-resumen .totales .formas-pago span{
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.carro-resumen .totales .btns{
	float: left;
	width: 100%;
}
.carro-resumen .totales .btns .btn{
	margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #000;
    padding: 15px 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.carro-resumen .totales .btns .btn:hover{
	background: #000;
	color: #fff;
}
.carro-resumen .totales .btns small{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.envio-pago{
	float: left;
	width: 100%;
	background: #f6f6f6;
	padding: 30px 0;
}
.envio-pago .col{
    width: calc(100% / 3 - 14px);
    float: left;
    padding-bottom: 20px;
    position: relative;
}
.envio-pago .col:nth-child(3n){
	margin-right: 0;
}
.envio-pago .cols .col{
	width: 100%;
}
.envio-pago .cols{
	display: table;
	clear: both;
	float: left;
    width: calc(100% / 3 * 2);
}
.envio-pago .col .completar-datos{
	border-radius: 3px;
    background: #ffffff;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.envio-pago .col .completar-datos .edit-datos{
    position: absolute;
    top: 24px;
    right: 20px;
    color: #000;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}
.envio-pago .col h3{
	color: #333;
    padding: 20px;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}
.envio-pago .col .campo{
    float: left;
    width: 50%;
    padding: 0 20px 10px;
    color: #333;
    font-weight: 600;
}
.envio-pago .col .campo label{
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}
.envio-pago .col .campo input{
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #b7b7b7;
}
.envio-pago .col .retiro .campo{
	padding: 10px 20px;
	border-bottom: 1px solid #d7d7d7;
}
.envio-pago .col .retiro .campo:last-child{
	margin-bottom: 20px;
}
.envio-pago .col .retiro .campo .radio{
	width: 100%;
}
.envio-pago .col .retiro .campo label{
	padding-bottom: 0;
	height: auto;
	text-transform: uppercase;
}
.envio-pago .col .lock{
	float: left;
    width: 100%;
    padding: 10px 20px 10px 55px;
    color: #333;	
    font-size: 12px;
    position: relative;
}
.envio-pago .col .lock .icon{
	background: url(img/lock.png) center center no-repeat;
	width: 22px;
	height: 29px;
	position: absolute;
    left: 20px;
    top: 15px;
}
.envio-pago .col .campo select{
    background: #ffffff;
	float: left;
	width: 100%;
	border: 1px solid #b7b7b7;
	padding: 10px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	margin: 0;
	background: url(../img/select-arrow.png) 96% 52% no-repeat #fff;
	-webkit-appearance: none;
	font-family: 'Work Sans', sans-serif;
}
.envio-pago .col p{
    padding: 0 20px;
    font-size: 12px;
    color: #333;
}
.envio-pago .col p#diasDespacho{
	font-weight: 600;
}
.envio-pago .col p a{
    color: #2759e6;
    text-decoration: underline;
}
.envio-pago .col .cart-resumen{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.envio-pago .col .cart-resumen .cod-descuento{
	float: left;
    width: 100%;
    padding: 20px;
    background: #efefef;
    margin-bottom: 20px;
}
.envio-pago .col .cart-resumen .cod-descuento input{
	width: 100%;
    float: left;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 2px solid #333;	
    text-transform: uppercase;
}
.envio-pago .col .prods{
	float: left;
    width: 100%;
    padding: 0 20px;
}
.envio-pago .col .prods .line{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.envio-pago .col .prods .line .img{
	float: left;
	width: 20%;
	border: 1px solid #d7d7d7;
}
.envio-pago .col .prods .line .name{
    float: left;
	width: 55%;
    font-size: 12px;
    padding-left: 10px;
}
.envio-pago .col .prods .line .name .marca{
	float: left;
    height: 15px;
    clear: both;
    width: 100%;
}
.envio-pago .col .prods .line .name strong{
	float: left;
	width: 100%;
}
.envio-pago .col .prods .line .name a{
	color: #333;
    font-weight: 300;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
	float: left;
    width: 100%;
}
.envio-pago .col .prods .line .name small{
	float: left;
    font-size: 10px;
}
.envio-pago .col .prods .line .valor{
    float: right;
    color: #999999;
    font-size: 16px;
	font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
  
}

.envio-pago .col .totales{
	float: left;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    text-align: left;
    color: #999999;
    line-height: 20px;
    border: 0;
}
.envio-pago .col .totales span{
	float: right;
	width: 30%;
	text-align: right;
}
.envio-pago .col .totales strong{
	font-size: 16px;
	color: #000;
}
.envio-pago .col .separacion{
    float: left;
    width: calc(100% + 2px);
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    height: 23px;
    margin-left: -1px;
    background: #fafafa;
    font-weight: 500;
}
.envio-pago .col .separacion-fin{
    float: left;
    width: calc(100% + 2px);
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    height: 23px;
    margin-left: -1px;
    margin-bottom: -11px;
    background: #fafafa;
}
.envio-pago .col .formaPago{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 3px;
}
.envio-pago .col .formaPago .tipoPago{
    float: left;
    margin-left: 20px;
    height: 80px;
}
.envio-pago .col .formaPago .tipoPago .radio .check{
	top: 33px;
}
.envio-pago .col .terminos{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #908f8f;
}
.envio-pago .col .terminos a{
	color: #eaa038;
}
.envio-pago .col .terminos #terminos{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
}
.envio-pago .col .terminos .btn{
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
	float: left;
    padding: 15px 0;
    border: 1px solid #000;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.envio-pago .col .terminos .btn:hover{
	background: #000;
	color: #fff;
}
.envio-pago .col .comoPagas{
    border-radius: 3px;
    background: #ffffff;
    float: left;
    width: 100%;
    padding-bottom: 20px;
	margin-top: 20px;
}
.envio-pago .col .comoPagas form{
    float: left;
    width: 100%;
    padding: 0 20px;
}
.envio-pago .col.direcciones{
	border-radius: 3px;
    background: #ffffff;
    padding-bottom: 20px;
}
.envio-pago .col.datosFactura{
    margin-left: -1px;
    margin-bottom: 0;
    width: 100%;
    background: #fff;
    display: none;
    border-radius: 3px;
}
.envio-pago .col.datosFactura .campo{
	width: 50%;
	padding: 0 0 10px 20px;
}
.envio-pago .col.datosFactura .campo:nth-child(2n){
	padding: 0 20px 10px 20px;
}
.envio-pago .col.datosFactura .campo.large{
	width: calc(100% - 20px);
}
.envio-pago .col.datosFactura .campo span{
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    color: #999999;
    font-weight: 100;
}
.envio-pago .col.datosFactura .campo span a{
    color: #1430dc;
    text-decoration: underline;
}
.envio-pago .col.datosFactura .campo .mid{
    float: left;
    width: calc(50% - 20px);
}
.envio-pago .col.datosFactura .campo .mid:last-child{
    float: left;
    width: calc(50% - 40px);
    margin-left: 60px;
    position: relative;
}
.envio-pago .col.cont-resumen{
	background: transparent;
    border: 0;
    float: right;
    margin-right: 0;
    width: calc(100% / 3 - 20px);
}
.envio-pago .col .campo-dcto{
	float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.envio-pago .col .campo-dcto input{
	float: left;
	width: 100%;
	padding: 15px 10px 15px 60px;
	background: url(img/etq-descuento.png) 20px center no-repeat transparent;
	border: 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
}
.envio-pago .col .resumen{
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 3px;
}
.actividades{
    position: absolute;
    left: 0;
    background: #fff;
    top: 58px;
    width: 500px;
    border: 1px solid;
    max-height: 200px;
    height: auto;
    overflow: scroll;
    z-index: 99;
    display: none;
}
.actividades ul{
    list-style: none;
    margin: 0;
    padding: 10px;
}
.actividades ul li{
	font-size: 12px;
    padding-bottom: 3px;
    cursor: pointer;
}
.radio{
	position: relative;
	float: left;
}
.radio input[type=radio]{
	position: absolute;
	visibility: hidden;
}
.radio label{
    display: block;
    position: relative;
    font-weight: 100;
    font-size: 16px;
    padding: 0px 30px 20px 30px;
    margin: 7px 0;
    height: 15px;
    z-index: 9;
    cursor: pointer;
    line-height: normal !important;
    color: #333;
    -webkit-transition: all 0.25s linear;
}
.radio .check{
	display: block;
	position: absolute;
	border: 1px solid #d7d7d7;
	border-radius: 100%;
	height: 16px;
    width: 16px;
    top: 9px;
    left: 10px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.radio .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.radio input[type=radio]:checked ~ .check {
	border: 1px solid #333;
}
.radio input[type=radio]:checked ~ .check::before{
  	background: #333;
}
.radio input[type=radio]:checked ~ label{
  	color: #333;
}
::-webkit-input-placeholder{ color: #c7c7c7; }
::-moz-placeholder{ color: #c7c7c7; }
:-ms-input-placeholder{ color: #c7c7c7; }
:-moz-placeholder{ color: #c7c7c7; }

.envio-pago.disabled .col h3{
	color: #d7d7d7;
}
.envio-pago.disabled .col .campo label{
	color: #d7d7d7;
}
.envio-pago.disabled .col .campo input{
	color: #d7d7d7;
    border: 3px solid #d7d7d7;
}
.envio-pago.disabled .col .campo select{
	color: #d7d7d7;
    border: 3px solid #d7d7d7;	
}
.envio-pago.disabled .col .campo select{
	color: #d7d7d7;
    border: 3px solid #d7d7d7;	
}
.envio-pago .check-insta{
	float: left;
    width: 100%;
    padding: 10px 20px 0;
}
.envio-pago .check-insta .checkbtn{
	font-size: 16px;
    color: #333;
    font-weight: 700;
    padding-left: 25px;
    text-transform: uppercase;
}
.envio-pago .check-insta .checkmark{
	top: 2px;
}
.envio-pago .instalacion{
	float: left;
	width: 100%;
	padding-top: 20px;
	display: none;
}
.envio-pago.disabled .col .cart-resumen .cod-descuento input{
	color: #d7d7d7;
    border: 3px solid #d7d7d7;
}
.envio-pago.disabled .check-insta .checkbtn{
	color: #d7d7d7;
}
.envio-pago .col .entrega .campo label{
	font-size: 14px;
	font-weight: 400;
}
.entrega-despacho{

}
.entrega{
	float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 20px solid #f6f6f6;
}
.entrega-retiro{
	display: none;
	padding: 20px;
}
.envio-pago .col .entrega-retiro h3{
	padding: 20px 0;
}
.entrega-retiro span{
	float: left;
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
}
.entreg-retiro span small{
	float: left;
    width: 100%;
    font-weight: 500;
    font-size: 10px;
}
.checkbtn{
	float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 4px;
    cursor: pointer;
	font-size: 12px;
    color: #000;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
}
.checkbtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.checkbtn:hover input ~ .checkmark {
    border: 1px solid #000;
}
.checkbtn input:checked ~ .checkmark {
    background-color: #000;
    border: 1px solid #000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbtn input:checked ~ .checkmark:after {
    display: block;
}
.checkbtn .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbtn small{
	color: #999999;
	font-size: 10px;
}
.page{
	display: table;
	clear: both;
	width: 100%;
	max-width: 960px;
	margin: 20px auto;
}
.page h3{
	text-align: center;
    font-size: 22px;
}
.page h4{
	text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.page ul li{
	font-size: 14px;
	margin-bottom: 20px;
}
.page p{
	font-size: 14px;
}
.page p strong{
	margin: 20px 0;
	float: left;
	width: 100%;
	font-size: 16px;
}
.page .btn{
	float: none;
	display: table;
	clear: both;
	margin: 0 auto;
	max-width: 250px;
}
.page .item{
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.page .item .mid {
    float: left;
    width: 50%;
    padding: 10px;
}
.page .item .mid h2 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page .item .mid ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.page .item .mid ul li {
    float: left;
    width: 100%;
    margin: 2px 0;
    font-size: 16px;
    font-weight: 400;
}
.page .item .mid small {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.page .item .celda {
    float: left;
    width: 20%;
    border-right: 1px solid #ebebeb;
    padding: 10px;
    min-height: 80px;
}
.page .item .celda .name {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}
.page .item .celda small {
    float: left;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.page .totales {
    float: right;
    border: 1px solid #ebebeb;
    width: 300px;
    margin-bottom: 50px;
}
.page .totales ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.page .totales ul li {
    float: left;
    width: 100%;
    margin: 2px 0;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}
.page .totales small {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    float: left;
    margin-top: 5px;
}
.grilla .productos h3{
	float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
  
}
aside .checkbtn{
	color: #6f6f6f;
	font-weight: 400;
	margin-bottom: 0;
}
aside .checkbtn:hover{
	color: #606060;	
}

.paginador{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.paginador .paginator{
	float: right;
}
.paginador .paginator a{
	color: #868e8e;
    font-size: 18px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}
.paginador .paginator a.current{
	background: #2c2c2c;
	color: #fff;
}
.proceso-compra{
	float: left;
    width: 100%;
    padding: 200px 0;
}
.proceso-compra .title{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #908f8f;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}
.proceso-compra .icon{
	display: table;
	clear: both;
	margin: 0 auto;
}

header .auto-busqueda{
	display: none;
    position: absolute;
    top: 36px;
    left: 90px;
    width: calc(100% - 180px);
    z-index: 99;
    background: #fff;
    border-radius: 0 0 25px 25px;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
    box-shadow: 0px 0px 4px #d7d7d7;
}
header .auto-busqueda ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
    width: 100%;
}
header .auto-busqueda ul li{
	margin-bottom: 5px;
	font-size: 14px;
	float: left;
    width: 100%;
}
header .auto-busqueda ul li a{
	color: #908f8f;
    font-weight: 100;
}
header .auto-busqueda .cats ul li a{
	color: #e7a521;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
header .auto-busqueda .prods{
    padding-top: 5px;
    float: left;
    width: 100%;
    padding: 5px 0 0px;
}
header .auto-busqueda .prods .line{
	display: table;
    clear: both;
    width: 100%;
}
header .auto-busqueda .prods .line .img{
	float: left;
	width: 10%;
	border:	1px solid #ccc;
}
header .auto-busqueda .prods .line .name{
    float: left;
    width: 90%;
    padding-left: 10px;
    margin-top: 10px;
    height: 19px;
    overflow: hidden;
}
header .auto-busqueda .prods .line .marca{
    font-size: 10px;
    float: left;
    width: 90%;
    padding-left: 10px;
    font-weight: 900;
}
.desp-gratis{
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	margin-top: 20px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}
.popup{
	padding: 0 !important;
}

.articulos{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.articulo{
	float: left;
	width: calc(50% - 25px);
	margin-right: 50px;
	margin-bottom: 20px;
	border: 1px solid #d7d7d7;
}
.articulo:nth-child(2n){
	margin-right: 0;
}
.articulo .img{
	float: left;
	width: 30%;
	height: 160px;
}
.articulo .img img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.articulo .detail{
	float: left;
	width: 70%;
}
.articulo .name{
	float: left;
	width: 100%;
	color: #595043;
	font-size: 22px;
    font-weight: 600;
    padding: 0 10px;
}
.articulo p{
	float: left;
	width: 100%;
	color: #595043;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0;	
	padding: 0 10px;
	height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articulo small{
	float: left;
	width: 100%;
	color: #666;
	font-size: 12px;
	margin: 10px 0 0;	
	padding: 0 10px;
}
.articulo span{
	float: left;
	width: 100%;
	color: #595043;
	font-size: 14px;
    font-weight: 600;
    padding: 0 10px 10px;
}

article{
	float: left;
	margin: 30px auto 50px;
	width: 60%;
}
article .name{
	float: left;
	width: 100%;
	color: #595043;
	font-size: 32px;
    font-weight: 600;
    padding: 0;
}
article .img{
	float: right;
	width: 100%;
}
article p{
	float: left;
	width: 100%;
	color: #595043;
	font-size: 16px;
	margin: 20px 0 0;	
	padding: 0;
}
article .date{
	float: left;
	width: 100%;
	color: #666;
	font-size: 14px;
	margin: 0 0  20px;	
	padding: 0;
}
aside.b{
	float: right;
	width: calc(40% - 100px);
}
aside.b h3{
	float: left;
	width: 100%;
	background: #595043;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
aside.b .lasts{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
aside.b .lasts .img{
	float: left;
	width: calc(40% - 20px);
	margin-right: 20px;
	height: 90px;
}
aside.b .lasts .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
aside.b .lasts .name{
	float: left;
	width: 60%;
	color: #595043;
	font-size: 14px;
    font-weight: 600;
    padding: 0;	
}
aside.b .lasts small{
	float: left;
	width: 60%;
	color: #666;
	font-size: 10px;
}
aside.b .lasts p{
	float: left;
	width: 60%;
	color: #595043;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 0;
}