.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background:#1f1f1f;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color:#fff; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active {background: rgba(255,255,255,0.35); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,0.35); text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle::after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul::after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  background: #fff;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; 
	z-index: 1
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}



.rd-mobilepanel #logoMovil{
	top:9px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 100px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(max-width:1199px){
	
}

@media(max-width:1099px){
	
}

@media(min-width:992px){
	#mensajeTop .tit{
		font-size: 13px;
		letter-spacing: 0px;
		padding: 20px 0;
	}
	.logo{
		width: 160px;
		top: 21px;
		left: 15px;
	}
	#header{
		height: 234px;
	}
	#bajarSl{
		margin-top: 234px;
	}
	#topMenu{
		height: 100px;
	}
	#sliderTop{
		margin-top: 234px;
	}
	.contentDarkTop .liTop{
		font-size: 14px;
		letter-spacing: 0px;
	}
	.contentDarkTop .liTop .fa{
		margin-right: 4px;
		font-size: 21px;
	}
	#redes a{
		margin-right: 15px;
		font-size: 20px;
	}
	#menu .nav{
		right: 170px;
	}
	#menu li{
		padding: 0 20px;
		height: 100px;
	}
	#menu li a{
		font-size: 14px;		
		letter-spacing: 1px;
	}
	.cntBotonesTop{
		top: 39px;
	}
	.cntBotonesTop img.imgbtnTops{
		width: 20px;
	}
	.cntBotonesTop a{
		margin-right: 15px;
	}
	#sliderTop .slides li .img1{
		display: block;
	}		
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop{
		height: auto;
	}
	.btnSliderColeccion{
		width: 180px;
		height: 55px;
		font-size: 15px;
		line-height: 36px;
		letter-spacing: 0px;
	}
	.imgsl1{
		width: 400px;
	}
	.imgsl2{
		width: 400px;
	}
	.imgsl3{
		width: 300px;
	}
	.contentTextoSlide2{
		padding-bottom: 24px;
		padding-right: 91px;
	}
	.contentTextoSlide3{
		padding-bottom: 50px;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 450px;
	}
	#sidebar-wrapper ul.sidebar-nav{
		display: block;
	}
	#datFooter{
		padding-top: 90px;
		padding-bottom: 113px;
	}
	.contentDatFooter{
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.contentDatFooter .tit{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.contentDatFooter .tit span{
		font-size: 15px;
		bottom: 2px;
	}
	.itemDat2 ul li{
	  height: 58px;
	}
	.itemDat1 ul li a,.itemDat1 ul li div.lugar{
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.itemDat2 ul li a{
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.itemDat1{
		width: auto;
	}
	.itemDat2{
		width: 262px;
		margin-left: 47px;
		margin-right: 47px;
	}	
	.itemDat3{
		width: auto;
	}
	.itemDat3 br{
		display: block;
	}
	.formNews .form-control{
		width: calc(100% - 100px);
		height: 50px;
		border-radius: 3px;
		padding-left: 18px;
		font-size: 12px;
	}
	.formNews input[type="submit"]{
		width: 91px;
		height: 50px;
		margin-top: 0;
		border-radius: 3px;
		margin-left: 9px;
		font-size: 15px;
	}
	.resCartTop{
	  top: 40px;
	  right: -26px;
	}
	.galery .image{
		min-width: 20%;
	}
	.galery .image{
		height: 378px;
	}
	.galery .image figure{
		height: 180px;
	}
	#textHome1{
		padding-top: 106px;
		padding-bottom: 140px;
	}
	.flexCategorias .bx-wrapper .bx-controls-direction a {
	  top: -75px;
	  margin-top: -18px;
	  width: 36px;
	  height: 36px;
	}
	.flexCategorias .bx-wrapper .bx-prev {
	  left: auto;
	  right: 50px;
	}
	#caroucelCates li{
		width: 240px !important;
	}
	.tituloCatInit{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0px;
		margin-top: 10px;
	}
	#textHome1 .tit{
		text-align: center;
	}
	.cntControlsCats{
		width: 190px;
		line-height: 54px;
		font-size: 17px;
	}
	.titleHome2{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
		margin-bottom: 15px;
	}
	.home2{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.itemHome2{
		height: 450px;
	}
	.itemHome3b{
		margin-right: 150px;
		margin-left: 150px;
	}
	.contHome3{
		height: 211px;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.35px;
		padding-top: 52px;
		padding-right: 27px;
	}
	.contHome3 span{
		font-size: 19.5px;
	}
	.titleHome4{
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0px;
		margin-bottom: 50px;
	}
	#textHome4 {
  	padding-top: 55px;
	}
	.listProductos .row{
		margin: 0 -13.66px;
	}
	.listProductos div[class*="col-"]{
		padding: 0 13.66px;
	}
	.itemFootProd1{
		width: calc(100% - 116px);
	}
	.itemFootProd2{
		width: 116px;
	}
	.cntProducto .etiquetaProd{
		width: 85px;
		height: 40px;
		top: 15px;
		left: 15px;
		font-size: 17px;
		letter-spacing: 0px;
	}
	.titleProd{
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0px;
		padding-right: 5px;
	}
	.subTitleProd{
		font-size: 13.5px;
		line-height: 20px;
		letter-spacing: 0px;
		margin-top: 4px;
	}
	.precioOriginalProd{
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	.precioActualProd{
		font-size: 16px;
		line-height: 20px;
		margin-top: 2px;
		letter-spacing: 0px;
	}
	.btnMasInit{
		width: 155px;
		height: 50px;
		font-size: 17px;
		letter-spacing: 0px;
		top: -14px;
	}
	.titleInstaHome4{
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0px;
		padding-top: 40px;
	}
	.instagramInit{
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0px;
		margin-top: 5px;
		margin-bottom: 25px;
	}
	#textRegalos1 .flexCategorias ul li{
		width: 295.1px !important;
	}
	.titleRegalos1{
		font-size: 25px;
		margin-bottom: 45px;
	}
	#textRegalos1 .flexCategorias .bx-wrapper .bx-controls-direction a {
  	top: -70px;
	}
	.itemRegalo2 figure figcaption{
		font-size: 18px;
		letter-spacing: 0px;
		bottom: 20px;
		left: 20px;
	}
	#textRegalos2{
		padding-top: 0px;
		padding-bottom: 59px;
	}
	#textRegalos1 .flexCategorias{
		margin-bottom: 70px;
	}
	.textoCantProdsList{
		font-size: 17px;
		line-height: 36px;
		letter-spacing: 0px;
	}
	.cntFiltros{
		margin-left: 28px;
		width: 250px;
	}
	#filtrosSelect{
		height: 40px;
		font-size: 15px;
		padding-left: 12px;
	}
	.breadcrumbs{
		font-size: 15px;
		line-height: 36px;
		letter-spacing: 0px;
		height: 50px;
	}
	.breadcrumbs div.div1{
		width: 130px;
	}
	.breadcrumbs div.div2{
		width: calc(100% - 130px);
	}
	.cont-btnCategoria{
		font-size: 16px;
		line-height: 36px;
		margin-top: 30px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-top: 0px;
		justify-content: flex-start;
		background: transparent;
	}
	.titleCatProds{
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0px;
	}
	.titleCatProds a{
		width: calc(100% - 30px);
		height: 44px;
	}
	.titleCatProds > div.icoCatLiUl{
		width: 30px;
		height: 44px;
	}
	#sidebar-wrapper{
		width: 230px;
		padding-left: 0;
	}
	#page-content-wrapper{
		padding-top: 0;
		width: calc(100% - 230px);
		padding-left: 20px;
	}
	.my-li-nav a{
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0px;
		padding-left: 15px;
	}
	#titleCategoriaList{
		height: 200px;
		padding: 15px;
		font-size: 45px;
		line-height: 60px;
		letter-spacing: 0px;
	}
	#productos .cntProducto {
  	max-width: 290px;
	}
	#wrapper {
  	padding-bottom: 90px;
  	padding-top: 60px;
	}
	.titleContacto1{
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0px;
		padding-bottom: 9px;
		border-bottom: solid 2px #d3d3d3;
	}
	.subtitleContacto{
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0px;
		padding-top: 35px;
		padding-bottom:35px;
	}
	.tituloPreguntaFrecuente{
		height: 75px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	.respuestPregFrecuenta{
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0px;
		padding-left: 65px;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom:15px;
	}
	.form-group label{
		font-size: 16px;
		line-height: 34px;
		letter-spacing: 0px;
	}
	#frmContacto .form-control{
		height: 50px;
		font-size: 13px;
		padding-left: 14px;
	}
	#frmContacto .textarea{
		height: 120px;
		padding-top: 16px;
	}
	#frmContacto input[type=submit],
	#frmContacto input[type=reset]{
		height: 50px; 
		font-size: 18px;
		letter-spacing: 0px;
		width: 138px;
		margin-top: 3px;
	}
	.col-cn-1{
		width: 50%;
	}
	#textContacto1{
		padding-top: 102px;
		padding-bottom: 112px;
	}
	.titleContacto2a{
		margin-top: 0px;
	}
	.detallesProducto{
		padding-left: 45px;
		padding-top: 0px;
		width: 50%;
	}
	.imgProductos{
		padding-top: 0;
		width: 50%;
	}	
	.contentDetallesProducto .breadcrumbs{
		font-size: 13px;
		padding-right: 95px;
		min-height: 20px;
		line-height: 20px;
	}
	.cntBtnsPrevNext{
		top: -2px;
	}
	.cntBtnsPrevNext a{
		width: 35px;
		height: 35px;
	}
	.nombreProductoDet{
		font-size: 25px;
		padding-bottom: 25px
	}
	.textoDescripDet{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.15px;
		padding-top: 8px;
	}
	.textChekEnvio{
		font-size: 15px;
		line-height: 30px;
		margin-top: 15px;
	}
	.cntTotalPedidoProd{
		padding-top: 25px;
		padding-bottom:15px;
		margin-bottom: 25px;
		font-size: 17px;
		line-height: 28px;
	}
	.btn-aCarrito{
		font-size: 17px;
		line-height: 30px;
		letter-spacing: 0px;
		width: 230px;
		height: 40px;
	}
	.cntSkuProd{
		font-size: 13px;
		line-height: 24px;
		letter-spacing: 0px;
		padding: 12px 0;
		margin-top: 20px;
	}
	.titCatgoriasProdDet{
		padding: 12px 0;
		font-size: 13px;
		line-height: 24px;
		letter-spacing:0px;
	}
	.itemIconsProdsD1a{
		padding-left: 0px;
	}
	#infoProducto .visorImg figure.visor{
		height: 600px;
	}
	.itemIconsProdsD1b{
		margin-left: 30px;
		margin-right: 30px;
		padding: 0 30px;
	}
	.cntIconsDetProds{
		margin-top: 10px;
	}
	.titleRecionados1{
		font-size:22px;
		line-height: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pagination{
		padding-bottom: 0px;
	}
	.titleReciente{
	  font-size: 16px;
	  line-height: 30px;
	  margin-bottom: 30px;
	  padding-bottom:20px;
	  padding-top: 55px;
	}
	.itemVisto figure{
		width: 60px;
	}
	.divPrecioVisto{
		padding-top: 4px;
	}
	.itemVisto  .divInfoVistos{
		width: calc(100% - 60px);
		padding-left: 15px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing:0px;
	}
	.span1Descuento{
		margin-right: 10px;
	}
	.cntVistos{
		height: 212px;
	}
	.itemCarrito1a{
		width: calc(100% - 250px);
		padding-right: 30px;
	}
	.itemCarrito1b{
		padding-top: 0;
		width: 250px;
	}
	.textChekEnvio.textCheckTermino input[type="checkbox"] + span::after{
	  top: 8px;
	}
	.textChekEnvio.textCheckTermino input[type="checkbox"]:checked + span::before{
	  top: 8px;
	}
	.metAceptados2 #divSubtotal{
		margin-left: 69px;
		padding-right: 92px;
	}
	.itemFrmResumen1{
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.itemFrmResumen2{
		padding-top: 0;
		width: calc(50% - 20px);
	}
	#formResumen .form-control{ 
		font-size: 16px;
		padding-left: 31px;
	}
	.cntEnviosTienda{
		padding-left: 30px;
		padding-right: 28px;
	}
	.itemFrmResumen2 .cntItemFrmResumen{
		padding-left: 30px;
	}
	.resMetodosdePago .item{
		max-width: 212px;
		margin-right: 10px;
		width: auto;
	}
	.resMetodosdePago .item figure{
		width: 142px;
		height: 145px;
		padding: 25px;
	}
	.cntDetCostosPedido{
	  min-height: 300px;
	  padding-top: 20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.itemMetPagos1{
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.itemMetPagos2{
		width: calc(50% - 20px);
		padding-top: 0px;
	}
	input[type="submit"].btnSubmitResumen,a.btnSubmitResumen{
		height: 90px;
		font-size: 24px;
		letter-spacing: 0.25px;
		margin-top: 52px;
	}
	.contBancomer{
		height: 243px;
	}
	.titleDetMet{
		font-size: 20px;
	}
	.itemPrecioRow1{
		margin-right: 5px;
	}
	.itemPrecioRow2{
		margin-right: 11px;
	}
	.textoCant{
		margin-right: 8px;
		font-size: 12px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.cntTallas .form-control{
		width: 111px;
		padding-left: 40px;
		font-size: 12px;
	}
	.cntTallas label{
		left: 6px;
		font-size: 11px;
	}
	#infoProducto .visorImg figure .etiquetaProd{
		width: 130px;
		height: 70px;
		top: 25px;
		left: 25px;
		font-size: 25px;
		letter-spacing: 0px;
	}
	.existenciaInv{
	  font-size: 10px;
	  line-height: 24px;
	  letter-spacing: 0px;
	  top: calc(50% - 20px);
	  left: 0px;
	  width: 320px;
	  padding: 8px 16px;
	}
	.contentTextoSlide7{
		padding-right: 100px;
		padding-top: 0px;
	}
	.imgsl7{
		width: 350px;
	}
	.itemHome2b::before{
		width: 700px;
	}
	.itemPagosTit1b{
		font-size: 11px;
	}
	.contentTextoSlide8{
		padding-right: 60px;
		padding-bottom: 20px;
	}
	.contentTextoSlide8 .btnSliderColeccion {
		margin-top: -10px;
	}
	.contentTextoSlide9{
		padding-right: 60px;
		padding-bottom: 15px;
	}
	.contentTextoSlide10{
		padding-top: 17%;
	}
	.imgsl9{
		width: 300px;
		margin-bottom: 20px;
	}
	.itemBannerNewI div{
		font-size: 17px;
	}
	.itemBannerNewI{
		margin-right: 40px;
	}
	.itemBannerNewI div img{
		margin-right: 12px;
	}
	.titleHome4::before{
		top: calc(50% + 23px);
	}
	.titleHome4 span{
		font-size: 16px;
	}
	.contentTextoSlide14{
		padding-top: 114px;
	}
}
@media(min-width:1200px){
	#mensajeTop .tit{
		font-size: 14px;
		letter-spacing: 0.5px;
		padding: 20px 0;
	}
	.logo{
		width: 160px;
		top: 21px;
		left: 15px;
	}
	.cntMoneda .form-control{
		font-size: 15px;
	}
	#header{
		height: 234px;
	}
	#bajarSl{
		margin-top: 234px;
	}
	#topMenu{
		height: 100px;
	}
	#sliderTop{
		margin-top: 234px;
	}
	.contentDarkTop .liTop{
		font-size: 14px;
		letter-spacing: 0px;
	}
	#menu .nav{
		right: 250px;
	}
	#menu li{
		padding: 0 20px;
		height: 100px;
	}
	#menu li a{
		font-size: 14.5px;		
		letter-spacing: 1px;
	}
	.cntBotonesTop{
		top: 39px;
	}
	.cntBotonesTop img.imgbtnTops{
		width: 20px;
	}
	.cntBotonesTop a{
		margin-right: 15px;
	}
	.btnSliderColeccion{
		width: 180px;
		height: 55px;
		font-size: 15px;
		line-height: 36px;
		letter-spacing: 0px;
	}
	.imgsl1{
		width: 500px;
	}
	.imgsl2{
		width: 450px;
	}
	.imgsl3{
		width: 400px;
	}
	.contentTextoSlide1{
		padding-top: 83px;
	}
	.contentTextoSlide3{
		padding-bottom: 70px;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -570px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 550px;
	}
	.contentDatFooter{
		font-size: 17px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.contentDatFooter .tit{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.contentDatFooter .tit span{
		font-size: 18px;
		bottom: 2px;
	}
	.itemDat1 ul li a,.itemDat1 ul li div.lugar{
		font-size: 17px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.itemDat2 ul li a{
		font-size: 17px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.itemDat2{
		width: 344px;
		margin-left: 70px;
		margin-right: 70px;
	}	
	.itemDat3{
		width: auto;
	}
	.galery .image{
		height: 468px;
	}
	.galery .image figure{
		height: 225px;
	}
	.galery .image .caption p{
		font-size: 11px;
	}
	.titleHome1{
		margin-bottom: 94px;
	}
	.flexCategorias .bx-wrapper .bx-controls-direction a {
  	top: -118px;
	}
	#caroucelCates li{
		width: 260px !important;
	}
	.tituloCatInit{
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0px;
		margin-top: 16px;
	}
	.cntControlsCats{
		width: 190px;
		line-height: 54px;
		font-size: 17px;
	}
	.titleHome2{
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0px;
		margin-bottom: 25px;
	}
	.home2{
		font-size: 20px;
		line-height: 35px;
		letter-spacing: 0px;
	}
	.itemHome2{
		height: 500px;
	}
	.itemHome3b{
		margin-right: 180px;
		margin-left: 180px;
	}
	.titleHome4{
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0px;
		margin-bottom: 50px;
	}
	#textHome4 {
  	padding-top: 55px;
	}
	.cntProducto .etiquetaProd{
		width: 85px;
		height: 40px;
		top: 15px;
		left: 15px;
		font-size: 17px;
		letter-spacing: 0px;
	}
	.titleProd{
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0px;
		padding-right: 5px;
	}
	.subTitleProd{
		font-size: 13.5px;
		line-height: 20px;
		letter-spacing: 0px;
		margin-top: 4px;
	}
	.precioOriginalProd{
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0px;
	}
	.precioActualProd{
		font-size: 16px;
		line-height: 20px;
		margin-top: 2px;
		letter-spacing: 0px;
	}
	.btnMasInit{
		width: 155px;
		height: 50px;
		font-size: 17px;
		letter-spacing: 0px;
		top: -14px;
	}
	.titleInstaHome4{
		font-size: 19px;
		line-height: 25px;
		letter-spacing: 0px;
		padding-top: 40px;
	}
	.instagramInit{
		font-size: 19px;
		line-height: 25px;
		letter-spacing: 0px;
		margin-top: 5px;
		margin-bottom: 25px;
	}
	.formNews .form-control{
		width: calc(100% - 100px);
		height: 55px;
		border-radius: 3px;
		padding-left: 18px;
		font-size: 13px;
	}
	.formNews input[type="submit"]{
		width: 91px;
		height: 55px;
		border-radius: 3px;
		margin-left: 9px;
		font-size: 15px;
	}
	.resCartTop{
	  top: 40px;
	  right: -27px;
	}
	#textRegalos1 .flexCategorias ul li{
		width: 264.5px !important;
	}
	.titleRegalos1{
		font-size: 35px;
		margin-bottom: 76px;
	}
	#textRegalos1 .flexCategorias .bx-wrapper .bx-controls-direction a {
  	top: -99px;
	}
	.itemRegalo2 figure figcaption{
		font-size: 20px;
		letter-spacing: 0px;
		bottom: 20px;
		left: 20px;
	}
	#textRegalos2{
		padding-top: 0px;
		padding-bottom: 79px;
	}
	#textRegalos1 .flexCategorias{
		margin-bottom: 98px;
	}
	.textoCantProdsList{
		font-size: 17px;
		line-height: 36px;
		letter-spacing: 0px;
	}
	.cntFiltros{
		margin-left: 28px;
		width: 250px;
	}
	#filtrosSelect{
		height: 40px;
		font-size: 15px;
		padding-left: 12px;
	}
	.breadcrumbs{
		font-size: 15px;
		line-height: 36px;
		letter-spacing: 0px;
		height: 50px;
	}
	.breadcrumbs div.div1{
		width: 130px;
	}
	.breadcrumbs div.div2{
		width: calc(100% - 130px);
	}
	.cont-btnCategoria{
		font-size: 16px;
		line-height: 36px;
		margin-top: 30px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.titleCatProds{
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0px;
	}
	.titleCatProds a{
		width: calc(100% - 30px);
		height: 44px;
	}
	.titleCatProds > div.icoCatLiUl{
		width: 30px;
		height: 44px;
	}
	#sidebar-wrapper{
		width: 230px;
	}
	#page-content-wrapper{
		width: calc(100% - 230px);
		padding-left: 30px;
	}
	.my-li-nav a{
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0px;
		padding-left: 15px;
	}
	#titleCategoriaList{
		height: 200px;
		padding: 15px;
		font-size: 45px;
		line-height: 60px;
		letter-spacing: 0px;
	}
	#productos .row{
		margin: 0 -10px;
	}
	#productos div[class*="col-"]{
		margin-bottom: 65px;
		padding: 0 10px;
	}
	.noHay{
		font-size: 16px;
	}
	.cntCantProdFiltro{
		height: 56px;
		margin-bottom: 30px;
	}
	#productos .cntProducto {
  	max-width: 371px;
	}
	.titleContacto1{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
		padding-bottom: 9px;
		border-bottom: solid 2px #d3d3d3;
	}
	.subtitleContacto{
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0px;
		padding-top: 35px;
		padding-bottom:35px;
	}
	.tituloPreguntaFrecuente{
		height: 70px;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0px;
	}
	.respuestPregFrecuenta{
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0px;
		padding-left: 65px;
		padding-right: 30px;
		padding-top: 15px;
		padding-bottom:15px;
	}
	.form-group label{
		font-size: 18px;
		line-height: 34px;
		letter-spacing: -0.25px;
	}
	#frmContacto .form-control{
		height: 55px;
		font-size: 14px;
		padding-left: 20px;
	}
	#frmContacto .textarea{
		height: 120px;
		padding-top: 16px;
	}
	#frmContacto input[type=submit],
	#frmContacto input[type=reset]{
		height: 50px; 
		font-size: 18px;
		letter-spacing: 0px;
		width: 138px;
		margin-top: 3px;
	}
	.detallesProducto{
		padding-left: 47px;
		width: calc(50% - 50px);
	}
	.imgProductos{
		width: calc(50% + 50px);
	}
	.contentDetallesProducto .breadcrumbs{
		font-size: 14px;
		padding-right: 100px;
		min-height: 20px;
		line-height: 20px;
	}
	.cntBtnsPrevNext a{
		width: 40px;
		height: 40px;
	}
	.nombreProductoDet{
		font-size: 30px;
		padding-bottom: 25px
	}
	.textoDescripDet{
		font-size: 19px;
		line-height: 24px;
		letter-spacing: -0.15px;
		padding-top: 8px;
	}
	.textChekEnvio{
		font-size: 17px;
		line-height: 36px;
		margin-top: 20px;
	}
	.cntTotalPedidoProd{
		padding-top: 30px;
		padding-bottom: 18px;
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	.btn-aCarrito{
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0px;
		width: 250px;
		height: 45px;
	}
	.cntSkuProd{
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0px;
		padding: 12px 0;
		margin-top: 25px;
	}
	.titCatgoriasProdDet{
		padding: 12px 0;
		font-size: 15px;
		line-height: 30px;
		letter-spacing:0px;
	}
	.itemIconsProdsD1a{
		padding-left: 0px;
	}
	.itemIconsProdsD1b{
		margin-left: 49px;
		margin-right: 19px;
		padding: 0 45px;
	}
	.cntIconsDetProds{
		margin-top: 33px;
	}
	#infoProducto .visorImg figure.visor{
		height: 690px;
	}
	.titleRecionados1{
		font-size: 25px;
		line-height: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pagination .page-item a{
		width: 40px;
		height: 40px;
		font-size:20px;
	}
	.pagination .page-item a.pageNext,.pagination .page-item a.pageAnterior{
		font-size: 23px;
	}
	.titleReciente{
	  font-size: 16px;
	  line-height: 30px;
	  margin-bottom: 30px;
	  padding-bottom:20px;
	  padding-top: 55px;
	}
	.itemVisto figure{
		width: 60px;
	}
	.divPrecioVisto{
		padding-top: 4px;
	}
	.itemVisto  .divInfoVistos{
		width: calc(100% - 60px);
		padding-left: 15px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing:0px;
	}
	.span1Descuento{
		margin-right: 10px;
	}
	.cntVistos{
		height: 212px;
	}
	.itemCarrito1a{
		width: calc(100% - 300px);
		padding-right: 40px;
	}
	.itemCarrito1b{
		width: 300px;
	}
	.metAceptados{
		margin-right: 97px;
	}
	.metAceptados2{
		font-size: 18px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.resMetodosdePago .item{
		max-width: 212px;
		margin-right: 10px;
		width: auto;
	}
	.resMetodosdePago .item figure{
		width: 175px;
		height: 175px;
		padding: 15px;
	}
	.cntDetCostosPedido{
		min-height: 346px;
		padding-top: 32px;
		padding-left: 64px;
		padding-right: 64px;
	}
	.cntMensajePagoOxxo{
		font-size: 26px;
		line-height: 35px;
		padding: 43px 15px;
		margin-top: 71px;
	}
	.contBancomer{
		height: 290px;
	}
	.itemPrecioRow1{
		margin-right: 5px;
	}
	.itemPrecioRow2{
		margin-right: 11px;
	}
	.textoCant{
		margin-right: 8px;
		font-size: 13px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.cntTallas .form-control{
		width: 132px;
		padding-left: 50px;
		font-size: 14px;
	}
	.cntTallas label{
		left: 15px;
		font-size: 12px;
	}
	#infoProducto .visorImg figure .etiquetaProd{
		width: 130px;
		height: 70px;
		top: 25px;
		left: 25px;
		font-size: 25px;
		letter-spacing: 0px;
	}
	.existenciaInv{
	  font-size: 11.5px;
	  line-height: 36px;
	  letter-spacing: -0.15px;
	  top: calc(50% - 26px);
	  left: 0px;
	  width: 360px;
	  padding: 8px 16px;
	}
	.titlePrivacidad{
		font-size: 30px;
		line-height: 30px;
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.cntPrivacidad{
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 50px;
	}
	.contentTextoSlide7{
		padding-right: 200px;
		padding-top: 0px;
	}
	.imgsl7{
		width: 420px;
	}
	.itemPagosTit1b{
		font-size: 13px;
	}
	.itemHome2b::before{
		width: 750px;
	}
	.contentTextoSlide8{
		padding-right: 100px;
		padding-bottom: 40px;
	}
	.contentTextoSlide9{
		padding-right: 60px;
		padding-bottom: 15px;
	}
	.contentTextoSlide10{
		padding-right: 45px;
		padding-top: 17%;
	}
	.imgsl8{
		width: auto;
		margin-bottom: 35px;
	}
	.contentTextoSlide12{
		padding-left: 50%;
		padding-right: 0px;
	}
	.imgsl9{
		width: 350px;
		margin-bottom: 30px;
	}
	.itemBannerNewI div{
		font-size: 17px;
	}
	.itemBannerNewI{
		margin-right: 40px;
	}
}
@media(min-width:1450px){
	.flex-direction-nav .flex-prev {
		margin-left: -685px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 665px;
	}
	.container{
		width: 1400px;
	}	
	.logo{
		width: 178px;
		top: 32px;
		left: 15px;
	}
	#mensajeTop .tit{
		font-size: 16px;
		letter-spacing: 0.75px;
		padding: 35px 0;
	}
	#header{
		height: 274px;
	}
	#bajarSl{
		margin-top: 274px;
	}
	#topMenu{
		height: 130px;
	}
	#sliderTop{
		margin-top: 303px;
	}
	.cntMoneda .form-control{
		font-size: 18px;
	}
	.contentDarkTop .liTop{
		font-size: 16px;
		letter-spacing: 0.3px;
	}
	#menu .nav{
		right: 300px;
	}
	#menu li{
		padding: 0 30px;
		height: 130px;
	}
	#menu li a{
		font-size: 16px;		
		letter-spacing: 2px;
	}
	.cntBotonesTop{
		top: 56px;
	}
	.cntBotonesTop img.imgbtnTops{
		width: auto;
	}
	.cntBotonesTop a{
		margin-right: 28px;
	}
	.btnSliderColeccion{
		width: 192px;
		height: 60px;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 1px;
	}
	.imgsl1{
		width: auto;
	}
	.imgsl2{
		width: 550px;
	}
	.imgsl3{
		width: 500px;
	}
	.contentTextoSlide3{
		padding-bottom: 100px;
	}
	.itemDat2{
		width: 448px;
		margin-left: 80px;
		margin-right: 70px;
	}
	.contentDatFooter{
		font-size: 20px;
		line-height: 36px;
		letter-spacing: 0px;
	}
	.contentDatFooter .tit{
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.contentDatFooter .tit span{
		font-size: 21px;
		bottom: 2px;
	}
	.itemDat1 ul li a,.itemDat1 ul li div.lugar{
		font-size: 20px;
		line-height: 36px;
		letter-spacing: -0.1px;
	}
	.itemDat2 ul li a{
		font-size: 20px;
		line-height: 36px;
		letter-spacing: -0.2px;
	}
	.galery .image{
		height: 618px;
	}
	.galery .image figure{
		height: 300px;
	}
	.galery .image .caption p{
		font-size: 14px;
	}
	#caroucelCates li{
		width: 320px !important;
	}
	.tituloCatInit{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.5px;
		margin-top: 26px;
	}
	.cntControlsCats{
		width: 236px;
		line-height: 54px;
		font-size: 24px;
	}
	.titleHome2{
		font-size: 44px;
		line-height: 30px;
		letter-spacing: -0.25px;
		margin-bottom: 31px;
	}
	.home2{
		font-size: 24px;
		line-height: 40px;
		letter-spacing: 0.25px;
	}
	.itemHome2{
		height: 717px;
	}
	.itemHome3b{
		margin-right: 296px;
		margin-left: 252px;
	}
	.titleHome4{
		font-size: 44px;
		line-height: 40px;
		letter-spacing: 0.25px;
		margin-bottom: 76px;
	}
	#textHome4 {
  	padding-top: 80px;
	}
	.cntProducto .etiquetaProd{
		width: 106px;
		height: 52px;
		top: 29px;
		left: 30px;
		font-size: 21px;
		letter-spacing: 0.25px;
	}
	.titleProd{
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0.2px;
		padding-right: 5px;
	}
	.subTitleProd{
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.7px;
		margin-top: 4px;
	}
	.precioOriginalProd{
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0.6px;
	}
	.precioActualProd{
		font-size: 20px;
		line-height: 20px;
		margin-top: 2px;
		letter-spacing: -0.2px;
	}
	.btnMasInit{
		width: 187px;
		height: 59px;
		font-size: 21px;
		letter-spacing: 0.5px;
		top: -14px;
	}
	.titleInstaHome4{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
		padding-top: 48px;
	}
	.instagramInit{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
		margin-top: 7px;
		margin-bottom: 34px;
	}
	#footer{
		font-size:22px;
		letter-spacing: -0.25px;
	}
	.formNews .form-control{
		width: calc(100% - 100px);
		height: 72px;
		border-radius: 3px;
		padding-left: 18px;
		font-size: 16px;
	}
	.formNews input[type="submit"]{
		width: 91px;
		height: 72px;
		border-radius: 3px;
		margin-left: 9px;
		font-size: 18px;
	}
	.resCartTop{
	  top: 49px;
	  right: -12px;
	}
	.titleRegalos1{
		font-size: 48px;
		line-height: 47px;
		letter-spacing: 0.25px;
		margin-bottom: 76px;
	}
	#textRegalos1 .flexCategorias ul li{
		width: 322px !important;
	}
	.itemRegalo2 figure figcaption{
		font-size: 28px;
		letter-spacing: 0px;
		bottom: 20px;
		left: 30px;
	}
	#textRegalos1 .flexCategorias{
		margin-bottom: 98px;
	}
	#textRegalos2{
		padding-top: 0px;
		padding-bottom: 103px;
	}
	.textoCantProdsList{
		font-size: 24px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.cntFiltros{
		margin-left: 28px;
		width: 376px;
	}
	#filtrosSelect{
		height: 56px;
		font-size: 18px;
		padding-left: 20px;
	}
	.breadcrumbs{
		font-size: 24px;
		line-height: 36px;
		letter-spacing: -0.15px;
		height: 56px;
	}
	.breadcrumbs div.div1{
		width: 198px;
	}
	.breadcrumbs div.div2{
		width: calc(100% - 198px);
	}
	.cont-btnCategoria{
		font-size: 24px;
		line-height: 36px;
		margin-top: 64px;
		margin-bottom: 29px;
		padding-bottom: 21px;
	}
	.titleCatProds{
		font-size: 22px;
		line-height: 36px;
		letter-spacing: 0.25px;
	}
	.titleCatProds a{
		width: calc(100% - 30px);
		height: 54px;
	}
	.titleCatProds > div.icoCatLiUl{
		width: 30px;
		height: 54px;
	}
	#sidebar-wrapper{
		width: 354px;
	}
	#page-content-wrapper{
		width: calc(100% - 354px);
		padding-left: 45px;
	}
	.my-li-nav a{
		font-size: 22px;
		line-height: 36px;
		letter-spacing: 0.25px;
		padding-left: 21px;
	}
	#titleCategoriaList{
		height: 285px;
		padding: 15px;
		font-size: 90.5px;
		line-height: 90px;
		letter-spacing: 0.55px;
	}
	#productos .row{
		margin: 0 -13.5px;
	}
	#productos div[class*="col-"]{
		margin-bottom: 89px;
		padding: 0 13.55px;
	}
	.noHay{
		font-size: 22px;
	}
	.cntCantProdFiltro{
		height: 56px;
		margin-bottom: 62px;
	}
	.titleContacto1{
		font-size: 30px;
		line-height: 48px;
		letter-spacing: -0.3px;
		padding-bottom: 9px;
		border-bottom: solid 3px #d3d3d3;
	}
	.subtitleContacto{
		font-size: 29px;
		line-height: 36px;
		letter-spacing: -0.7px;
		padding-top: 63px;
		padding-bottom: 51px;
	}
	.tituloPreguntaFrecuente{
		height: 93px;
		font-size: 27px;
		line-height: 36px;
		letter-spacing: -0.3px;
	}
	.respuestPregFrecuenta{
		font-size: 23px;
		line-height: 36px;
		letter-spacing: -0.4px;
		padding-left: 65px;
		padding-right: 35px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.form-group label{
		font-size: 22px;
		line-height: 34px;
		letter-spacing: -0.25px;
	}
	#frmContacto .form-control{
		height: 61px;
		font-size: 17px;
		padding-left: 20px;
	}
	#frmContacto .textarea{
		height: 181px;
		padding-top: 22px;
	}
	#frmContacto input[type=submit],
	#frmContacto input[type=reset]{
		height: 59px; 
		font-size: 22px;
		letter-spacing: -0.25px;
		width: 138px;
		margin-top: 3px;
	}
	.detallesProducto{
		padding-left: 47px;
		width: 55%;
	}
	.imgProductos{
		width: 45%;
	}
	.contentDetallesProducto .breadcrumbs{
		font-size: 21px;
		padding-right: 140px;
		min-height: 36px;
		line-height: 26px;
	}
	.cntBtnsPrevNext a{
		width: 40px;
		height: 40px;
	}
	.nombreProductoDet{
		font-size: 40px;
		padding-bottom: 39px
	}
	.textoDescripDet{
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.15px;
		padding-top: 0px;
	}
	.textChekEnvio{
		font-size: 21px;
		line-height: 36px;
		margin-top: 40px;
	}
	.cntTotalPedidoProd{
		padding-top: 44px;
		padding-bottom: 23px;
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 36px;
	}
	.btn-aCarrito{
		font-size: 26px;
		line-height: 36px;
		letter-spacing: -0.2px;
		width: 290px;
		height: 60px;
	}
	.cntSkuProd{
		font-size: 18px;
		line-height: 36px;
		letter-spacing: -0.15px;
		padding: 16px 0;
		margin-top: 37px;
	}
	.titCatgoriasProdDet{
		padding: 17px 0;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.itemIconsProdsD1a{
		padding-left: 35px;
	}
	#infoProducto .visorImg figure.visor{
		height: 853px;
	}
	.cntDetallesFlex{
		padding-top: 54px;
		padding-bottom: 70px;
	}
	.titleRecionados1{
		font-size: 33px;
		line-height: 30px;
		padding-top: 60px;
		padding-bottom: 53px;
	}
	#productosRelacionados .flexRelacionados{
		padding: 0px;
	}
	.pagination .page-item a{
		width: 51px;
		height: 51px;
		font-size: 21px;
	}
	.pagination .page-item a.pageNext,.pagination .page-item a.pageAnterior{
		font-size: 24px;
	}
	.titleReciente{
	  font-size: 24px;
	  line-height: 36px;
	  margin-bottom: 39px;
	  padding-bottom:21px;
	  padding-top: 95px;
	}
	.cntVistos{
		height: 285px;
	}
	.itemVisto figure{
		width: 89px;
	}
	.itemVisto  .divInfoVistos{
		width: calc(100% - 89px);
		padding-left: 24px;
		font-size: 21px;
		line-height: 27px;
		letter-spacing: 0.25px;
	}
	.span1Descuento{
		margin-right: 14px;
	}
	.divPrecioVisto{
		padding-top: 10px;
	}
	.encabezado{
		font-size: 24px;
		line-height: 36px;
	}
	.title1{
		font-size: 18px;
		line-height: 57px;
	}
	.title2{
		font-size: 18px;
		line-height: 57px;
		letter-spacing: -0.15px;
	}
	.btn-seguir, .btn-continuar{
		height: 60px;
		line-height: 48px;
		font-size: 21px;
		letter-spacing: 0.25px;
	}
	.cntCupon .form-control{
	  height: 60px;
	  padding: 6px 12px;
	  font-size: 16px;
	}
	.itemCarrito1a{
		width: calc(100% - 512px);
		padding-right: 69px;
	}
	.itemCarrito1b{
		width: 512px;
	}
	.textCheckTermino{
		font-size: 14px !important;
		line-height: 36px !important;
	}
	.nombreP{
		font-size: 18px;
	}
	.foto-producto{
		width: 74px;
	}
	.precioP{
		font-size: 16px;
		line-height: 36px !important;
		letter-spacing: -0.15px;
	}
	.opcionesBtn{
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0.25px;
		margin-top: 38px;
	}
	.opcionesBtn a{
		margin-right: 13px;
		height: 60px;
		width: 232px;
	}
	#textFormulario1 .encabezado{
		font-size: 21px;
	}
	.titleItemFormResumen{
		font-size: 21px;
		line-height: 36px;
		letter-spacing: 0.25px;
		padding: 12px 28px;
		margin-bottom: 31px;
	}
	.cntItemFrmResumen label{
		width: 220px;
		font-size: 16px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.cntItemFrmResumen .form-group{
		width: calc(100% - 220px);
	}
	#formResumen .form-control{ 
		height: 65px; 
	}
	.opsGrupos label{
		width: 100%;
		height: 65px;
		font-size: 16px;
		letter-spacing: -0.15px;
		padding-left: 28px;
	}
	.resMetodosdePago .item{
		max-width: 212px;
		margin-right: 10px;
		width: auto;
	}
	.resMetodosdePago .item figure{
		width: 212px;
		height: 214px;
	}
	.cntDetPagos1a{
		font-size: 24px;
	}
	.itemFolioDet,.itemFechaDet{
		height: 90px;
	}
	.contBancomer{
		height: 283px;
		font-size: 24px;
	}
	.titleTitularBanco{
		font-size: 30px;
		margin-top: 35px;
		margin-bottom: 15px;
	}
	.titleDetMet{
		font-size: 24px;
	}
	.winCarrito  .btn-continuar{
	  height: 59px;
	  font-size: 17px;
	  letter-spacing: 0.25px;
	}
	#buscador{
		width: 320px;
		height: 60px;
		top: 130px;
		right: 150px;
	}
	#buscador .form-control{
		width: 100%;
		padding-right: 45px;
		font-size: 15px;
		height: 60px;
	}
	.contInput input[type="submit"]{
		width: 28px;
		height: 29px;
		right: 12px;
		top: calc(50% - 14.5px);
	}
	.resultadosBusquedaTexto{
		font-size: 24px;
	}
	.contentFooterImgs img{
		width: auto;
	}
	.itemPrecioRow1{
		margin-right: 11px;
	}
	.itemPrecioRow2{
		margin-right: 11px;
	}
	.textoCant{
		margin-right: 8px;
		font-size: 16px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.cntTallas .form-control{
		width: 149px;
		padding-left: 60px;
	}
	.cntTallas label{
		left: 18px;
		font-size: 14px;
	}
	.titlePrivacidad{
		font-size: 36px;
		line-height: 36px;
		padding-top: 59px;
		margin-bottom: 39px;
	}
	.cntPrivacidad{
		font-size: 18px;
		line-height: 36px;
		padding-bottom: 55px;
	}
	.cntPrivacidad strong.strong1{
		font-size: 24px;
	}
	.contentTextoSlide7{
		padding-right: 250px;
		padding-top: 30px;
	}
	.imgsl7{
		width: 480px;
	}
	.itemPagosTit1b{
		font-size: 11px;
		text-align: right;
		line-height: 30px;
	}
	.itemHome2b::before{
		width: 961px;
	}
	.contentTextoSlide8{
		padding-right: 255px;
		padding-bottom: 80px;
	}
	.contentTextoSlide9{
		padding-right: 124px;
		padding-bottom: 27px;
	}
	.existenciaInv{
	  font-size: 14px;
	  line-height: 36px;
	  letter-spacing: -0.15px;
	  top: calc(50% - 26px);
	  left: 0px;
	  width: 420px;
	  padding: 8px 16px;
	}
	.contentTextoSlide10{
		padding-right: 45px;
		padding-top: 17%;
	}
	.contentTextoSlide12{
		padding-left: 50%;
		padding-right: 180px;
	}
	.imgsl9{
		width: auto;
		margin-bottom: 50px;
	}
	.itemBannerNewI div{
		font-size: 20px;
		line-height: 25px;
	}
	.itemBannerNewI{
		margin-right: 72px;
	}
	.itemBannerNewI:nth-child(2){
		margin-right: 67px;
	}
	.cntBttSlider{
		padding-left: 120px;
	}
}
@media(min-width:1650px){
	.flex-direction-nav .flex-prev {
		margin-left: -782px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 762px;
	}
	.container{
		width: 1596px;
	}	
	.contentDarkTop .liTop{
		font-size: 18px;
		letter-spacing: 0.3px;
	}
	#menu li a{
		font-size: 18px;		
		letter-spacing: 3.75px;
	}
	#menu .nav{
		right: 365px;
	}
	.imgsl2,.imgsl3{
		width: auto;
	}
	.contentTextoSlide3{
		padding-bottom: 144px;
	}
	.itemDat2{
		width: 496px;
		margin-left: 100px;
		margin-right: 100px;
	}
	.contentDatFooter{
		font-size: 24px;
		line-height: 36px;
		letter-spacing: -0.1px;
	}
	.contentDatFooter .tit{
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.contentDatFooter .tit span{
		font-size: 21px;
		bottom: 2px;
	}
	.itemDat1 ul li a,.itemDat1 ul li div.lugar{
		font-size: 24px;
		line-height: 36px;
		letter-spacing: -0.1px;
	}
	.itemDat2 ul li a{
		font-size: 24px;
		line-height: 36px;
		letter-spacing: -0.2px;
	}
	.galery .image{
		height: 742px;
	}
	.galery .image figure{
		height: 362px;
	}
	#caroucelCates li{
		width: 368px !important;
	}
	.tituloCatInit{
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 0.5px;
		margin-top: 26px;
	}
	#textRegalos1 .flexCategorias ul li{
		width: 371px !important;
	}
	.itemRegalo2 figure figcaption{
		font-size: 32px;
		letter-spacing: 0.25px;
		bottom: 20px;
		left: 30px;
	}
	.resMetodosdePago .item{
		max-width: 212px;
		margin-right: 35px;
	}
	.itemPrecioRow1{
		margin-right: 11px;
	}
	.itemPrecioRow2{
		margin-right: 43px;
	}
	.textoCant{
		margin-right: 10px;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.cntTallas .form-control{
		width: 174px;
		padding-left: 70px;
	}
	.cntTallas label{
		left: 21px;
		font-size: 16px;
	}
	#infoProducto .visorImg figure .etiquetaProd{
		width: 179px;
		height: 87px;
		top: 30px;
		left: 30px;
		font-size: 35px;
		letter-spacing: 0.25px;
	}
	.contentTextoSlide7{
		padding-right: 285px;
		padding-top: 30px;
		height: 100%;
	}
	.imgsl7{
		width: auto;
	}
	.itemPagosTit1b{
		font-size: 13px;
	}
	.contentTextoSlide12{
		padding-left: 50%;
		padding-right: 238px;
	}
	.itemBannerNewI div{
		font-size: 15px;
	}
}
@media(min-width: 1920px){
}
@media(max-width:1280px){
    .contentTextoSliderHome .textBanner {
        font-size: 68px;
        line-height: 60px;
    }
    .contentTextoSliderHome .textBanner div {
        font-size: 28px;
        line-height: 36px;
    }
    .contentTextoSliderHome .btnSliderColeccion {
        font-size: 24px;
        height: 60px;
        width: 240px;
    }
}

@media(max-width:1099px){
    .contentTextoSliderHome .textBanner {
        font-size: 58px;
        line-height: 56px;
    }
    .contentTextoSliderHome .textBanner div {
        font-size: 24px;
        line-height: 29px;
    }
    .contentTextoSliderHome .btnSliderColeccion {
        font-size: 20px;
        height: 55px;
        width: 210px;
        font-weight: 400;
        margin: 25px auto 0;
    }
}
@media(max-width:991px){

	.flexRelacionados .flex-direction-nav .flex-prev,.flexProducto .flex-direction-nav .flex-prev{
	  	display: block;
	}
	.flexRelacionados .flex-direction-nav .flex-next,.flexProducto .flex-direction-nav .flex-next{
	  	display: block;
	}
	#infoProducto div[class*="col-"]{
		width: 100%;
	}
	#infoProducto div[class*="col-"]:first-child{
		margin-bottom: 40px;
	}
	.thumbfotos{
		margin: auto;
	}
	
	.contentTextoSliderHome .textBanner {
        font-size: 48px;
        line-height: 50px;
    }
    .contentTextoSliderHome .textBanner div {
        font-size: 21px;
        line-height: 25px;
    }
    .contentTextoSliderHome .btnSliderColeccion {
        font-size: 17px;
        height: 46px;
        width: 160px;
    }
}

@media(max-width:991px) and (min-width:768px){
	
}
@media(min-width:768px){
	
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		padding-bottom: 36px;
	}
	#header{
		background: transparent;
		width: 100%;
		right: 0;
		left: auto;
		height: auto;
		border: 0;
		z-index: 2;
		margin-top: 56px;
	}
	#mensajeTop .tit{
	  font-size: 11px;
	  line-height: normal;
	  padding: 15px 0;
	}
	.contentDarkTop{
	  height: 45px;
	  padding-right: 0;
	}
	.cntMoneda {
  	height: 45px;
  	width: 75px;
	}
	.cntMoneda .form-control,.itemTop2{
  	height: 45px;
	}
	.contentDarkTop .liTop{
		font-size: 12px;
	}
	#bajarSl{
		margin-top: 100px;
	}
	#header nav,#header .logo,#topMenu .cntBotonesTop{
		display: none
	}
	#topMenu {
	    height: auto;
	}
	.rd-mobilepanel_title{
		padding-right: 71px;
	}
	.cntBotonesTop{
	  right: -20px;
	  top: 19px;
	}
	.btnCarrito .infoCart{
		top: -15px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 15;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .ml{
		background: #000 !important;
	}
	#redes .am{
		background: #131921 !important;
	}
	#redes a .fa{
		display: block;
	}
	#sliderTop{
		height: auto;
		margin-top: 99px;
	}
	#sliderTop .slides li{
    	height: 325px;
	}
	#sliderTop .flex-direction-nav .flex-prev {
		margin-left: 0px;
		left: 15px;
	}
	#sliderTop .flex-direction-nav .flex-next {
		margin-left: 0px;
		left: auto;
		right: 15px;
	}
	#icoWa{
		background: url(../images/icoWh.png?v2) 0 0 no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 100px !important;
	}
	a.toTop {
		left: auto;
		right: 18.5px;
	}
	#footer {
  	text-align: center;
  	font-size: 11px;
	}
	.itemDat1{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}
	.contentDatFooter .tit2 {
  	margin-top: 0px;
	}
	.itemDat1a{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.itemDat1b{
		width: calc(50% - 10px);
	}
	.itemDat2{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-left: 0px;
	}
	.itemDat3{
		width: calc(50% - 10px);
	}
	.formNews {
  	margin-top: 15px;
	}
	.titleHome1{
		margin-bottom: 30px;
	}
	#textHome1 .tit{
		font-size: 17px;
		text-align: left;
	}
	.flexCategorias .bx-wrapper .bx-controls-direction a{
  	top: -48px;
	}
	.itemHome2{
		width: 100%;
		height: 300px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.itemHome2a::before{
		width: calc(100% + 30px);
		height: 100%;
		right: -15px;
	}
	.itemHome2b::before{
		width: 0;
		height: 0;
		left: -15px;
	}
	.itemHome2b{
		height: auto
	}
	.imgHomeO2{
		display: block;
	}
	.titleHome2{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.home2{
		font-size: 16px;
		line-height: 30px;
	}
	.home2 span{
		display: block;
	}
	.contHome3{
		height: 211px;
		font-size: 14px;
		line-height: 20px;
		padding-top: 52px;
	}
	.contHome3 figure div{
		height: 41px;
		margin-bottom: 12px;
	}
	.contHome3 span{
		font-size: 15.5px;
	}
	.itemHome3b{
		margin-right: 80px;
		margin-left: 80px;
	}
	.cntProducto{
		max-width: 260px;
	}
	#textRegalos1 {
  	padding-top: 60px;
	}
	.titleRegalos1{
	  font-size: 18px;
	  margin-bottom: 19px;
	}
	#textRegalos1 .flexCategorias .bx-wrapper .bx-controls-direction a {
  	top: -36px;
	}
	.itemRegalo2 figure figcaption{
		font-size: 16px;
		bottom: 20px;
		left: 15px;
	}
	#titleCategoriaList {
	  height: auto;
	  padding: 45px 15px;
	  font-size: 25px;
	  line-height: 30px;
	}
	.cont-btnCategoria {
		font-size: 18px;
	}
	.galery .image{
		min-width: 33.333%;
	}
	#frmContacto .form-control{
		height: 50px;
	}
	#frmContacto .textarea{
		height: 130px;
		padding-top: 15px;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#infoProducto .visorImg figure.visor{
		height: 500px;
  	margin-right: auto;
  	margin-left: auto;
  	max-width: 470px;
	}
	.titleReciente{
	  font-size: 16px;
	  line-height: 30px;
	  margin-bottom: 30px;
	  padding-bottom:20px;
	  padding-top: 20px;
	}
	.itemVisto figure{
		width: 60px;
	}
	.divPrecioVisto{
		padding-top: 4px;
	}
	.itemVisto  .divInfoVistos{
		width: calc(100% - 60px);
		padding-left: 15px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing:0px;
	}
	.span1Descuento{
		margin-right: 10px;
	}
	.cntVistos{
		height: 212px;
	}
	.nombreP{
		font-size: 14px;
	}
	#formResumen .cntCarritoTop{
		padding-bottom: 40px;
	}
	.metAceptados img{
		width: 280px;
	}
	.resMetodosdePago .item{
	  width: calc(33.333% - 10px);
	  margin-right: 15px;
	  max-width: 100%;
	}
	.resMetodosdePago .item figure {
  	width: 100%;
	}
	.cntDetPagos1a{
		font-size: 15px;
	}
	.itemFolioDet{
		width: 100%;
		margin-right: 0px;
		height: 50px;
		margin-bottom: 2px;
	}
	.itemFechaDet{
		width: 100%;
		height: 50px;
	}
	.cntMensajePagoOxxo{
	  font-size: 15px;
	  line-height: 25px;
	}
	.itemDetMet1a {
  	width: 45%;
	}
	.itemDetMet2a {
  	width: 50%;
  	padding-left: 0;
	}
	#buscador{
		top: -99px;
	}
	.cntSugerenciasUl{
	  background: rgba(255,255,255,0.95);
	  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.contentFooterImgs .itemImgFooter{
		margin-right: 5px;
	}
	.itemPrecioRow1{
		margin-right: 5px;
	}
	.itemPrecioRow2{
		margin-right: 11px;
	}
	.textoCant{
		margin-right: 8px;
		font-size: 13px;
		line-height: 36px;
		letter-spacing: -0.15px;
	}
	.cntTallas .form-control{
		width: 132px;
		padding-left: 50px;
		font-size: 14px;
	}
	.cntTallas label{
		left: 15px;
		font-size: 12px;
	}
	.existenciaInv{
	  font-size: 10px;
	  line-height: 24px;
	  letter-spacing: 0px;
	  top: calc(50% - 20px);
	  left: 0px;
	  width: 320px;
	  padding: 8px 16px;
	}
	.titlePrivacidad{
		font-size: 20px;
		line-height: 25px;
	}
	.cntPrivacidad{
		font-size: 13px;
		line-height: 24px;
	}
	.contentTextoSlide7{
		padding-right: 18%;
	}
	.imgsl7{
		width: 200px;
	}
	.contentTextoSlide10{
		padding-right: 2%;
		padding-top: 125px;
	}
	.imgsl8{
		width: 180px;
		margin-bottom: 15px;
	}
	#bannerNewInit{
		flex-wrap: wrap;
	}
	.itemBannerNewI{
		margin-right: 40px;
	}
	.itemBannerNewI:nth-child(3){
		margin-right: 0px;
	}
	.imgsl10{
  		width: 209px;
  		margin-bottom: 13px;
	}
}
@media(max-width: 720px){
}
@media(max-width:680px){
	.titleHome4{
		font-size: 18px;
		line-height: 24px;
	}
	.titleHome4 span{
		font-size: 12px;
	}
	.titleHome4::before{
		top: calc(50% + 14px);
	}
	.itemRegalo2{
		margin-right: 30px;
		width: calc(50% - 15px);
		margin-bottom: 19px;
	}
	.itemRegalo2:nth-child(3),.itemRegalo2:last-child{
		margin-right: 30px;
	}
	.itemRegalo2:nth-child(2),.itemRegalo2:last-child,
	.itemRegalo2:nth-child(4),.itemRegalo2:last-child{
		margin-right: 0;
	}
	.galery .image{
		min-width: 33.333%;
		height: 458px;
		margin-bottom: 18px;
	}
	.galery .image figure{
		height: 220px;
		margin-bottom: 18px;
	}
	#productosRelacionados .flexRelacionados{
		padding: 0 25px;
	}
	#productosRelacionados .bx-wrapper .bx-controls-direction a {
	  position: absolute;
	  top: 50%;
	  margin-top: -12.5px;
	  width: 25px;
	  height: 25px;
	  border-radius: 50%;
	  background-color: #000;
	}
	#productosRelacionados .bx-wrapper .bx-prev {
  	left: -26px;
	}
	#productosRelacionados .bx-wrapper .bx-next {
  	right: -26px;
	}
	.cntFooterCarritoResumen{
		flex-wrap: wrap;
	}
	#formResumen .cntCarritoTop{
		padding-bottom: 20px;
	}
	.metAceptados {
  	margin-right: 0;
  	width: 100%;
  	order: 2;
  	padding-top: 15px;
	}
	.metAceptados2{
		order: 1;
	}
	.metAceptados img{
		margin-right: auto;
		margin-left: auto;
	}
	.resMetodosdePago .item figure {
  	height: 160px;
  	padding: 25px;
	}
	.btn-print{
		font-size: 14px;
		width: 100px;
		right: calc(50% - 50px);
  	top: -15px;
	}
	.titleDetMet{
		padding-top: 40px;
	}
	.itemDetMet1a {
  	width: 55%;
	}
	.itemDetMet1a img{
		width: 90px;
	}
	.itemDetMet2a{
		width: 45%;
		text-align: right;
	}
	.existenciaInv{
	  font-size: 9px;
	  line-height: 24px;
	  letter-spacing: 0px;
	  top: calc(50% - 20px);
	  left: -30px;
	  width: 295px;
	  padding: 8px 16px;
	}
}
@media(max-width:640px){
}

@media(max-width:640px){
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	.contHome3{
		flex-wrap: wrap;
		height: auto;
		padding: 50px 0;
	}
	.itemHome3b{
		margin-right: 0px;
		margin-left: 80px;
	}
	.itemHome3c{
		width: 100%;
		margin-top: 45px;
	}
	#titleCategoriaList{
	  font-size: 20px;
	}
	.cntCantProdFiltro{
	  height: 40px;
	}
	.textoCantProdsList{
		font-size: 14px;
		line-height: 20px;
	}
	.cntFiltros{
		margin-left: 15px;
		width: 200px;
	}
	#filtrosSelect{
		height: 40px;
		font-size: 13px;
	}
	.tituloPreguntaFrecuente{
		font-size: 16px;
	}
	.respuestPregFrecuenta{
	  font-size: 14px;
	  padding-right: 20px;
	  line-height: 24px;
	}
	.form-group label{
		font-size: 16px;
	}

	#carrito thead {
	    display: none;
	}
	#carrito tr{
		border-top: 1px solid #a0a0a0;
	}
	#carrito td.fotoPc{
		width: 100%;
	}
	#carrito td {
	    display: block !important;
	    width: 100% !important;
	    position: relative;
	    padding-left: 105px !important;
	    border-top: 0;
	    text-align: center;
	    vertical-align: middle;
	    font-family: 'Arial', sans-serif !important;
	}	
	.table > tbody > tr > td {
	    padding-top: 17px;
	    padding-bottom: 16px;
	}
	#carrito td::before {
	    position: absolute;
	    top: calc(50% - 10px);
	    left: 1em;
	    width: auto;
	    line-height: 20px;
	    padding-right: 1em;
	    white-space: nowrap;
	    text-align: left;
	    content: attr(data-title);
	    z-index: 1;
	    font-weight: 600;
	    color: #c6b895;
	}
	.precioPT, .precioP{
		font-size: 100%;
		color: #757575;
	}
	#carrito td.delItem {
    	padding-right: 8px;
	}
	.nombreP,.nombreP span{
		text-align: center;
		max-width: 100%;
	}
	.colorPdSelec{
		justify-content: center;
	}
	#textFormulario1 .foto-producto {
  	margin-left: auto;
	}
	.imglogoResumen{
		width: 120px;
		margin-top: 0px;
	}
	.resumentitleResponsivo {
	  display: block;
	  padding: 12px 0 !important;
	  font-size: 15px !important;
	  line-height: 24px;
	}
	.metAceptados2{
		justify-content: center;
		width: 100%;
		font-size: 14px;
	}
	.cntDetCostosPedido{
	  min-height: 300px;
	  padding-top: 20px;
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.titleResPed{
	  font-size: 17px;
	  line-height: 27px;
	  letter-spacing: 0;
	  padding-bottom: 10px;
	}
	.resultadosBusquedaTexto{
		font-size: 14px;
	}
	.existenciaInv{
	  font-size: 8px;
		line-height: 24px;
		letter-spacing: 0px;
		top: calc(50% - 20px);
		left: calc(50% - 135px);
		width: 270px;
		padding: 8px 16px;
	}
	.itemBannerNewI{
		margin-right: 20px;
	}
	#textHome1 .tit{
    	font-size: 14px;
    	line-height: 18px;
  	}
  	.flexCategorias .bx-wrapper .bx-controls-direction a {
    	top: -42px;
  	}
}
@media(max-width:580px){
	.itemDat1a{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 35px;
	}
	.itemDat1b{
		width: 100%;
	}
	.itemDat2{
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 35px;
	}
	.itemDat3{
		width: 100%;
	}
	.contentDatFooter .tit{
		margin-bottom: 10px;
	}
	.contentDatFooter .tit2{
		margin-bottom: 10px;
	}
	.titleHome4 div{
  	padding: 0 10px;
	}
	.itemFootProd1{
		width: calc(100% - 80px);
	}
	.itemFootProd2{
		width: 80px;
	}
	.titleProd{
		font-size: 13.5px;
		padding-right: 5px;
	}
	.subTitleProd{
		font-size: 12px;
		line-height: 20px;
		margin-top: 2px;
	}
	.precioOriginalProd{
		font-size: 13px;
		line-height: 20px;
	}
	.precioActualProd{
		font-size: 13px;
		line-height: 20px;
		margin-top: 2px;
		letter-spacing: -0.15px;
	}
	.flexProducto .bx-wrapper .bx-controls-direction a{
		width: 30px;
	}
	.cont-flexProducto .flexProducto {
  	cursor: pointer;
  	padding: 0px 31px;
	}
	.flexProducto .bx-wrapper .bx-prev {
  	left: -32px;
	}
	.flexProducto .bx-wrapper .bx-next {
  	right: -32px;
	}
	.contentTextoSlide7{
		padding-right: 10%;
	}
	.imgsl7{
		width: 200px;
	}
	.cntControlsCats{
		display: none;
	}
}
@media(max-width:540px){	
	.itemRegalo2{
		margin-right: 15px;
		width: calc(50% - 7.5px);
		margin-bottom: 19px;
	}
	.itemRegalo2:nth-child(3),.itemRegalo2:last-child{
		margin-right: 15px;
	}
	.itemRegalo2 figure figcaption{
		font-size: 14px;
		bottom: 15px;
		left: 15px;
	}
	.itemIconsProdsD1a {
  		padding-left: 0;
	}
	#bannerNewInit{
		flex-wrap: wrap;
		height: auto;
		padding: 15px;
	}
	.itemBannerNewI{
		margin-bottom: 10px;
	}
	.itemBannerNewI:nth-child(3){
		margin-right: 20px;
	}
	.itemBannerNewI:nth-child(4){
		margin-right: 0;
	}
	.itemBannerNewI:last-child{
		margin-bottom: 0px;
	}
}
@media(max-width: 520px){
	.titleHome1 {
    	margin-bottom: 70px;
  	}
  	#textHome1 .tit{
  		text-align: center;
  	}
  	.flexCategorias .bx-wrapper .bx-controls-direction a {
	    top: -28px;
	    right: auto;
	    left: 50%;
	}
	.flexCategorias .bx-wrapper .bx-prev{
		margin-left: -34px;
	}
	.flexCategorias .bx-wrapper .bx-next {
		margin-left: 4px;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	.listProductos div[class*="col-"]{
		margin-bottom: 50px;
	}
	.cntProducto {
  	max-width: 235px;
	}
	.precioOriginalProd {
  	font-size: 12px;
  	line-height: 20px;
	}
	.precioActualProd {
  	font-size: 12px;
  	line-height: 20px;
	}
	.titleProd {
  	font-size: 12px;
  	padding-right: 3px;
	}
	.subTitleProd {
  	font-size: 11px;
	}
	.titleInstaHome4{
		font-size: 14px;
		line-height: 24px;
		padding-top: 35px;
	}
	.instagramInit{
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.titleRegalos1{
		text-align: left;
	}
	.cntCantProdFiltro {
  	height: auto;
  	flex-wrap: wrap;
	}
	.cntFiltros{
  	width: 200px;
	}
	.textoCantProdsList{
		
	}
	input[type="submit"].btnSubmitResumen, a.btnSubmitResumen {
	  height: 50px;
	  font-size: 16px;
	  letter-spacing: 0px;
	  margin-top: 40px;
	}
	.itemDetMet1a {
  	width: 55%;
	}
	.itemDetMet1a img{
		width: 50px;
		margin-right: 10px;
	}
	.itemDetMet2a{
		width: 45%;
		text-align: right;
	}
	.titleDetMet{
		font-size: 13px;
	}
	.contBancomer {
		font-size: 14px;
	}
	.contBancomer img{
		width: 150px;
	}
	.titleTitularBanco {
		margin-top: 5px;
		margin-bottom: 5px;
  	font-size: 17px;
	}
	#infoProducto .visorImg figure.visor{
		height: 400px;
  	max-width: 370px;
	}
	#infoProducto .visorImg figure .etiquetaProd{
		width: 100px;
		height: 60px;
		top: 15px;
		left: 15px;
		font-size: 18px;
	}
	.contentTextoSlide7{
		padding-right: 0;
	}
	.imgsl7{
		width: 200px;
	}
	.imgsl10 {
    	width: 188px;
    	margin-bottom: 13px;
  	}
  	#sliderTop .slides li.sliderIs13{
  		background-position-x: 1380px !important;
  	}
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	.itemTop2 {
  	margin: 0 10px;
  	padding: 0 10px;
	}
	.contentDarkTop .liTop {
  	font-size: 11px;
	}
	 #textHome1 .tit br{
	 	display: none;
	 }
	.cntControlsCats{
	  width: 137px;
	  line-height: 60px;
	  font-size: 13px;
	}
	.itemHome2{
		height: 250px;
	}
	.titleHome2{
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.home2{
		font-size: 14px;
		line-height: 24px;
	}
	.galery .image{
		min-width: 50%;
		height: 370px;
		margin-bottom: 10px;
	}
	.galery .image figure{
		height: 180px;
		margin-bottom: 10px;
	}
	.galery .image .caption p{
		width: 90%;
		font-size: 9px;
	}
	.contentDetallesProducto .breadcrumbs {
	  font-size: 14px;
	  padding-right: 80px;
	  line-height: 19px;
	}
	.cntBtnsPrevNext a{
	  width: 30px;
	  height: 30px;
	}
	.cntBtnsPrevNext a {
  	margin-right: 4px;
	}
	.nombreProductoDet {
	  font-size: 20px;
	  line-height: 26px;
	}
	.cntTotalPedidoProd{
		font-size: 15px;
	}
	.titCatgoriasProdDet,.cntSkuProd{
	  font-size: 14px;
	  line-height: 27px;
	}
	.cntIconsDetProds{
		font-size: 11px;
	}
	.itemIconsProdsD1b {
	  margin-left: 15px;
	  margin-right: 15px;
	  padding: 0 15px;
	}
	.opcionesBtn a{
		width: 175px;
	}
	.cntTitP{
		flex-wrap: wrap;
	}
	.itemPagosTit1a {
  	width: 100%;
  	text-align: center;
	}
	.itemPagosTit1b {
  	width: 100%;
  	text-align: center;
  	padding-left: 0px;
	}
	.itemPagosTit1b::before{
		width: 0;
		height: 0;
	}
	.titMetodosdePagoPed{
		font-size: 16px;
	}
	.resMetodosdePago .item{
  	width: calc(50% - 7.5px);
	}
	.resMetodosdePago .item:nth-child(2){
		margin-right: 0;
	}
	.resMetodosdePago .item:last-child{
		margin-top: 15px;
	}
	.resMetodosdePago .item:last-child figure{
		padding: 5px;
	}
	.cntCostosPedidoT {
	  padding-left: 0px;
	  padding-right: 0px;
	  padding-top: 15px;
	}
	.listProductos .row,#productos .row{
		margin: 0 -5px;
	}
	.listProductos div[class*="col-"],#productos div[class*="col-"]{
		padding: 0 5px;
	}
	.textoCantProdsList {
  	font-size: 12px;
	}
	.cntFiltros {
  	width: 170px;
	}
	#filtrosSelect {
  	height: 40px;
  	font-size: 12px;
	}
	.imgsl8{
		width: 150px;
		margin-bottom: 15px;
	}
	#bannerNewInit{
		padding: 15px 30px;
	}
	.itemBannerNewI{
		margin-right: 10px;
		margin-left: 10px;
	}
	.itemBannerNewI:nth-child(3){
		margin-right: 10px;
	}
	.itemBannerNewI:nth-child(4){
		margin-right: 10px;
	}
	#sliderTop .slides li.sliderIs14{
	  background-position: 1337px center !important;
	}
}
@media(max-width: 440px){
    .contentTextoSliderHome .textBanner {
        font-size: 39px;
        line-height: 41px;
    }
}
@media(max-width:420px){
	#footer .tfooter{
	  line-height: 20px;
	  padding-top: 15px;
	}
	#footer .tfooter span{
		display: block;
	}
	#textHome1 .tit {
  	font-size: 14px;
	}
	.cntControlsCats {
	  width: 120px;
	  line-height: 60px;
	  font-size: 10px;
	}
	.home2{
		font-size: 13px;
		line-height: 22px;
	}
	.itemHome3b{
		margin-left: 50px;
	}
	.itemRegalo2 figure figcaption{
		font-size: 13px;
	}
	#titleCategoriaList{
	  font-size: 18px;
	}
	.breadcrumbs{
		font-size: 13px;
	}
	.breadcrumbs div.div1 {
  	width: 110px;
	}
	.opcionesBtn a{
		width: 145px;
	}
	.opcionesBtn {
		font-size: 12px;
	}
	.cntItemFrmResumen label {
  	width: 100%;
	}
	.cntItemFrmResumen .form-group {
		padding-top: 5px;
  	width: 100%;
	}
	.cntEnviosTienda{
		padding-left: 15px;
		padding-right: 15px;
	}
	.cntItemFrmResumen{
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.notaDetPedido {
		line-height: 20px;
		text-align: left;
	}
	.cntCostosPedidoT .title1 {
		font-size: 13px;
	}
	.cntCostosPedidoT .title2 {
		font-size: 14px;
	}
	.titleTitularBanco{
		font-size: 14px;
		margin: 0;
	}
	#buscador{
	  width: calc(100% - 30px);
	  left: auto;
	  right: 15px;
	}
	#caroucelCates li {
  	width: 150px !important;
  	margin-right: 20px !important;
	}
	.tituloCatInit{
	  font-size: 13px;
	}
	.itemFootProd1 {
  	width: calc(100% - 60px);
	}
	.itemFootProd2 {
  	width: 60px;
	}
	.precioOriginalProd {
  	font-size: 11px;
  	line-height: 20px;
	}
	.precioActualProd {
  	font-size: 11px;
  	line-height: 20px;
	}
	.titleProd {
  	font-size: 11px;
  	padding-right: 3px;
	}
	.subTitleProd {
  	font-size: 10px;
	}
	.textoCantProdsList {
  	font-size: 11px;
	}
	.cntFiltros {
  	width: 150px;
	}
	#filtrosSelect {
  	height: 40px;
  	font-size: 10px;
	}
	.contentTextoSlide7{
		padding-bottom: 100px;
	}
	.imgsl7{
		width: 160px;
	}
	.imgsl9{
		width: 200px;
	}
	#sliderTop .slides li.sliderIs12{
    	background-position-x: -170px !important;
  	}
  	.imgsl9 {
    	width: 180px;
  	}
  	#sliderTop .slides li.sliderIs14{
	  background-position: 1312px center !important;
	}
}
@media(max-width:380px){	
	.itemTop2 {
  	margin: 0 5px;
  	padding: 0 5px;
	}
	.contentDarkTop .liTop {
  	font-size: 10px;
	}
	.cntMoneda{
  	width: 50px;
	}
	.cntMoneda .fSelect{
	  background-position: 94% 43%;
	}
	.cntMoneda .form-control{
	  font-size: 10px;
	  padding-right: 17px;
	  text-align: left;
	  padding-left: 4px;
	}
	#mensajeTop .tit {
  	font-size: 10px;
	}
	.itemRegalo2{
		margin-right: 0px;
		width: 90% ;
		margin-bottom: 19px;
	}
	.itemRegalo2:nth-child(3),.itemRegalo2:last-child{
		margin-right: 0px;
	}
	.itemRegalo2 figure figcaption{
		font-size: 14px;
		bottom: 15px;
		left: 15px;
	}
	.titleCatProds{
		font-size: 15px;
	}
	.my-li-nav a{
	  font-size: 15px;
	  line-height: 28px;
	}
	
	.opsGrupos label{
		padding-right: 10px;
		font-size: 12px;
		line-height: 15px;
		text-align: left;
	}
	.itemDetMet1a {
  	width: 100%;
  	justify-content: center;
  	text-align: center;
	}
	.itemDetMet2a {
  	width: 100%;
  	padding-top: 5px;
  	text-align: center;
	}
	.btn-print {
	  font-size: 13px;
	  top: -15px;
	  height: 35px;
	}
	#textHome1 .tit span{
		display: block;
	}
	#caroucelCates li {
  	width: 140px !important;
  	margin-right: 20px !important;
	}
	.contHome3{
  	font-size: 11px;
	}
	.contHome3 span {
  	font-size: 13.5px;
	}
	.itemFootProd1 {
  	width: calc(100% - 50px);
	}
	.itemFootProd2 {
  	width: 50px;
	}
	.precioOriginalProd {
  	font-size: 10px;
  	line-height: 16px;
	}
	.precioActualProd {
  	font-size: 10px;
  	line-height: 16px;
	}
	.titleProd {
  	font-size: 10px;
  	padding-right: 3px;
  	line-height: 16px;
	}
	.subTitleProd {
  	font-size: 9px;
  	line-height: 16px;
	}
	.textoCantProdsList {
  	font-size: 10px;
	}
	.cntFiltros {
  	width: 134px;
	}
	#filtrosSelect {
  	height: 40px;
  	font-size: 9px;
	}
	.existenciaInv{
		left: auto;
		right: 0;
	}
	.contentTextoSlide8{
		padding-right: 15px;
		padding-bottom: 30px;
	}
	#bannerNewInit{
		padding: 15px;
	}
	.imgsl9 {
    	width: 150px;
  	}
  	.contentTextoSlide13 {
  		padding-bottom: 110px;
  	}
}
@media(max-width:370px){
	#sliderTop .slides li.sliderIs11{
	  background-position: left center !important;
	}
	.contentTextoSlide11{
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
		padding-bottom: 60px;
	}
	.imgsl8{
		display: none;
	}
	.imgsl8a{
		width: 140px;
		margin-bottom: 10px;
		display: block;
	}
}
@media(max-width:359px){
	.cntIconsDetProds{
		font-size: 11px;
	}
	.cntIconsDetProds img{
		max-width: 45px;
	}
	.opcionesBtn a{
		width: 140px;
		margin-right: 8px;
	}
	.opcionesBtn {
		font-size: 11px;
	}
	#textHome1 .tit {
  	font-size: 13px;
	}
	#caroucelCates li {
  	width: 135px !important;
  	margin-right: 20px !important;
	}
	.textoCantProdsList {
  	font-size: 9px;
	}
	.cntFiltros {
  	width: 134px;
  	margin-left: 7px;
	}
	#filtrosSelect {
  	height: 40px;
  	font-size: 8px;
	}
	.itemBannerNewI div{
		font-size: 14px;
	}
	.itemBannerNewI div img{
		width: 22px;
	}
	.imgsl9 {
    	width: 140px;
  	}
}