@font-face {
    font-family:"poppinslight";
    src: url("../fonts/poppins-light.eot");
    src: url("../fonts/poppins-light.eot?#iefix") format('embedded-opentype'),
         url("../fonts/poppins-light.woff") format('woff'),
         url("../fonts/poppins-light.ttf") format('truetype'),
         url("../fonts/poppins-light.svg#poppinsregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:"poppinssemibold";
    src: url("../fonts/poppins-semibold.eot");
    src: url("../fonts/poppins-semibold.eot?#iefix") format('embedded-opentype'),
         url("../fonts/poppins-semibold.woff") format('woff'),
         url("../fonts/poppins-semibold.ttf") format('truetype'),
         url("../fonts/poppins-semibold.svg#poppinsregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsbold";
    src: url("../fonts/poppins-bold.eot");
    src: url("../fonts/poppins-bold.eot?#iefix") format('embedded-opentype'),
         url("../fonts/poppins-bold.woff") format('woff'),
         url("../fonts/poppins-bold.ttf") format('truetype'),
         url("../fonts/poppins-bold.svg#poppinsregular") format('svg');
    font-weight: normal;
    font-style: normal;
}


#widget {
    height: 2000px;
    margin-top: 29px;
}

body{
  background-image: url(../img/bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  background-color: #ECECEE;
}

#container{
  background-image: url(../img/bg.jpg); 
  background-position: center center; /* Image doesn't repeat */
  background-repeat: no-repeat;/* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed; /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  height: 1000px;
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#carousel-home .carousel-indicators{
  bottom: 10px;
}

#carousel-home .carousel-indicators li{
  width:15px;
  height:15px;
  background: #CF0C0C;
  border: 2px solid #fff;
}

#carousel-home .carousel-indicators .active{
  background:#56575a;
  border:2px solid #fff;
}

#navbar2 {
  background-color: #ffffffcf;
}

#barra-menu{
  padding: 5px 60px;
  background-color: #802B36;
}

#barra-menu p{
  font-family: "poppinslight";
  color: #fff;
  padding-top: 10px;
  padding-left: 2px;
  font-size: 14px;
  float: left;
  position: relative;
}

#barra-menu p:hover{
  color: #fff;
  text-decoration: underline;
}

#barra-menu h1{
  text-align: right;
  padding-top: 6px;
  color: #fff;
}

.ico_point1 {
  background-image: url(../img/home.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 37px;
  height: 27px;
  float: left;
}

.ico_point1xs {
  background-image: url(../img/home-xs.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 37px;
  height: 27px;
  float: left;
}

.ico_point2 {
  background-image: url(../img/email.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 27px;
  float: left;
}

.ico_point2xs {
  background-image: url(../img/email-xs.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 27px;
  float: left;
}

.ico_point3 {
  background-image: url(../img/user.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 29px;
  float: left;
}

.ico_point4 {
  background-image: url(../img/cart.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 29px;
  height: 26px;
  float: left;
  position: relative;
}

#barra-top{
  background: #fff;
  border-bottom: solid 1px #dededeb5;
}

#buscar {
  text-align: right;
  color: #fff;
}

#buscar input{
  border: none;
  background: #fff;
  border-radius: 0px;
  min-height: 33px;
  font-family:"poppinslight";
  font-size: 16px;
  box-shadow: 0px 0px 0px #fff;
}

#buscar button{
	border: none;
  color: #fff;
  background: #EBEDEE;
  border-radius: 0px;
  min-height: 34px;
}

.lupa {
  background-image: url(../img/lupa.png);
  float: left;
  position: relative;
  width: 28px;
  height: 28px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

#cart{
  background: url(../img/shop.svg) no-repeat 4px 3px;
  width: 45px;
  height: 52px;
  margin-right: -23px !important;
}

#cart-badge {
  font-size: 13px;
  background: #BF911B;
  font-weight: normal;
  color: #fff;
  padding: 4px 7px;
  vertical-align: top;
  border-radius: 50%;
  z-index: 1;
  margin-left: -10px;
  margin-top: -1px;
  position: relative;
  float: left;
}

.btn-log{
  padding-top: 16px;
  padding-left: 38px !important;
  background: url(../img/icons.svg)no-repeat 0px 6px;
}

.btn-reg{
  padding-top: 16px;
  padding-left: 38px !important;
  background: url(../img/reg.svg)no-repeat 0px 6px;
}

.btn-salir{
  padding-top: 15px;
}


#home{
  padding-top: 75px;
}

.home-btn1 {
    background: #617590;
    padding: 110px 20px;
    font-family: 'DIN Next LT Pro';
    float: left;
    position: relative;
    width: 100%;
    min-height: 474px;
    max-height: 465px;
}

.home-btn1 h1 {
    color: #FFF;
    text-align: center;
    font-size: 65px;
    text-shadow: 1px 3px 1px #000;
    font-weight: 700;
}

.texto-link{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}


.texto-link p{
  font-family: "poppinsbold";
  color: #fffefe;
  background-color: #00000082;
  float: right;
  position: relative;
  text-shadow: 1px 0px 5px #0000005c;
  margin-top: 66%;
  font-size: 23px;
  padding: 9px 24px;
}

.link {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 45px;
}

.link:hover .texto-link{
  background: #ffffff42;
}

#photo {
  margin-top: 65px;
  padding: 0px;
}

.photo{
  background-image: url(../img/img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

#footer{
  background-color: #802b36;
  padding-top: 40px;
}

#copy{
  padding: 11px 0px;
}

#web{
  background: url(../img/web.svg) no-repeat right;
  color: #ffffff30;
  padding-right: 113px;
  font-size: 11px;
  font-family:"poppinslight";
  text-decoration: none !important;
  float: right;
}

#redes{
  position: relative;
}

#redes h1{
  color: #fff;
  font-size: 18px;
  font-family:"poppinssemibold";
  padding-bottom: 14px;
}

#fb{
  float: left;
  position: relative;
  background: url(../img/redes.png) no-repeat left;
  width: 52px;
  height: 50px;
  margin-right: 15px;
}

#tw{
  float: left;
  position: relative;
  background: url(../img/redes.png) no-repeat -55px;
  width: 52px;
  height: 50px;
  margin-right: 15px;
}

#in{
  float: left;
  position: relative;
  background: url(../img/redes.png) no-repeat -109px;
  width: 52px;
  height: 50px;
  margin-right: 15px;
}

#wh{
  float: left;
  position: relative;
  background: url(../img/redes.png) no-repeat right;
  width: 58px;
  height: 50px;
  margin-right: 15px;
}

#politicas h1{
  color: #fff;
  font-family:"poppinssemibold";
  padding-bottom: 14px;
  font-size: 18px;
}

#politicas h2{
  color: #fff;
  font-family:"poppinssemibold";
  padding-bottom: 10px;
  font-size: 16px;
}

#politicas p{
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  font-family: "poppinslight";
}

#politicas a{
  background: url(../img/li.png) no-repeat;
  color: #fff;
  font-family:"poppinslight";
  position: relative;
  text-decoration: none;
  padding-left: 19px;
  font-size: 14px;
  line-height: 29px;
  display: block;
}

#politicas a:hover{
  color: #D29C0E;
}

#pago{
  margin-top: 17%;
}




/*CARRITO------------------------------------------------------------------*/



#productos{
  padding: 40px 0px;
  margin-top: 18%;
}

#producto_caja {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#productos h1{
  font-family: "poppinssemibold";
  padding-bottom: 8px;
  color: #9e2733;
  font-size: 21px;
  border-bottom: 1px solid #9e2733;
  margin-bottom: 30px;
}

#MainMenu .panel{
  border-radius: 0px;
  padding: 20px 10px;
  margin-bottom: 15px !important;
  background: #fff !important;
}

.nivel1{
  color: #FFF !important;
  margin-bottom:5px !important;
  font-family: 'bebas_neueregular';
  font-size: 26px;
  background: transparent;
  border: none;
  padding: 16px 18px;
  margin-bottom: 5px;
  margin-top: 6px;
  background-color:#003C68;
  border-radius: 0px !important;
}

.nivel1 span{
  font-size: 8px;
  float: right;
}

.nivel1:focus,.nivel1:hover{
  background:#8941CB !important;
}

.nivel2{
  font-size:18px;
  color: #FFF !important;
  border:none;
  background:#003C68 !important;
  border-radius: 0px !important;
}

.nivel2:focus,.nivel2:hover{
  background:#8941CB !important;
}

.nivel2 span{
  font-size: 8px;
  float: right;
}

.nivel3{
  color: #fff !important;
  background: #017CCA !important;
  border: none;
  font-size: 16px;
  border-radius: 0px !important;
}

.nivel3:focus,.nivel3:hover{
  background:#8941CB !important;
}

.viñeta{
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  content: "";
  float: right;
  height: 0;
  margin: 9px 0 0 9px;
  width: 0;
}

.producto_item{
  border:1px solid #d7d7d7;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
  background-color: #ffffff73;
}

.producto_item p {
  font-family: "poppinssemibold";
  text-align: center;
  color: #802b36;
  font-size: 22px;
  padding: 19px 0px;
}

.producto_item h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #55565a;
  text-align: center;
  padding: 10px;
  font-family: "poppinssemibold";
}

.producto_item h3 {
  font-family: "poppinslight";
  font-size: 17px;
  color: #a0a0a0a6;
  text-align: center;
  padding-bottom: 16px;
  text-decoration: line-through;
}

#descuento{
  font-family:"poppinssemibold";
  background-color: #802b36;
  border-radius: 24px;
  padding: 2px 14px;
  margin-top: 7px;
  color: #fff;
}

#descuento-det{
  float: right;
  font-family:"poppinssemibold";
  background-color:#802b36;
  border-radius: 24px;
  color: #fff;
  padding: 3px 7px;
  position: relative;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 17px;
  margin-left: 12px;
}

#detalles{
  display: inline-block;
  background-color:#939393;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  text-decoration: none;
  position: relative;
  font-family:"poppinslight";
  margin-bottom: 8px;
  width: 40%;
}

#detalles:hover{
  background-color:#802b36;
}

#agregar{
  display: inline-block;
  background-color: #cf0c0c;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  text-decoration: none;
  font-family:"poppinslight";
  position: relative;
  width: 40%;
}

#agregar:hover{
  background-color: #802b36;
}

#detalle_texto h2 {
    border-bottom: solid 1px  #0000004d;
    font-family:"poppinssemibold";
    color: #55565a;
    margin: 0px;
    font-size: 21px !important;
    padding-bottom: 5px;
}

#detalle_texto h3 {
    font-family:"poppinslight";
    color:#353535a6;
    text-align: right;
    margin: 0px !important;
    text-decoration: line-through;
    font-size:18px !important;
    padding-top: 5px;
    float: right;
    width: 100%;
}

#detalle_texto h4 {
  font-size: 22px;
  color:#802B36;
  font-family:"poppinssemibold";
  text-align: right;
  width: 100%;
  float: left;
}

#detalle_texto h5 {
  margin-top: 39px;
  width: 100%;
  color:#173e66;
  font-size: 18px;
  display: inline-block;
}

#detalle_texto h6{
  font-family:"poppinslight";
  color: #000 !important;
  font-size: 18px !important;
}

.carrito-sub {
  background-color: #A0A0A024;
  margin-top: 20px;
}

.btn-success {
  color: #fff;
  background-color:#CF0C0C;
  border: none;
  border-radius: 21px;
  padding: 4px 8px;
}

.btn-success:hover{
  background-color: #000;
  border: none;
}

#cantidad2 {
    border: 1px solid #000;
    color: #000;
    border-radius: 0px;
}

#cantidad-text{
  width: 100%;
  padding-bottom: 7px;
  float: left;
  color: #3e3d3d;
  margin-top: 20px;
  font-family:"poppinssemibold";
  font-weight: normal;
}

#cantidad {
  background-color: #EBEDEE;
  border-radius: 0px;
  border: none;
  color: #000;
  font-size: 18px;
  padding: 4px 17px;
}

.agregar_carrito{
  background: #000;
  color:#FFF;
  font-size: 15px;
  display: inline-block;
  padding:10px 13px;
  text-decoration: none !important;
  float:right;
  margin-top: 32px;
  border: 0px;
  font-family:"poppinssemibold";
}

.agregar_carrito:hover{
  background-color: #cf0c0c;
  color: #fff;
}


#volver_carrito {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 6px;
    padding-left: 6px;
    background-image: url(../img/volver.png);
    background-repeat: no-repeat;
    background-position: left;
    float: right;
    padding-left: 16px;
    text-decoration: none;
    position: relative;
    margin-top: 17px;
    margin-bottom: 15px;
    font-family:"poppinslight";
}

#descripcion{
  margin-top: 10px;
}

#descripcion h1{
	font-family:"poppinssemibold" !important;
	font-size: 20px !important;
	color:#cf0c0c !important;
  border-bottom: 1px solid #00000042;
	padding: 14px 0px !important;
  text-align: left !important;
}

#descripcion p{
	font-family:"poppinslight" !important;
	padding-bottom: 22px !important;
	font-size: 14px !important;
  line-height: 19px;
  text-align: justify;
}

#sugeridos{
	padding: 65px 0px;
}

#sugeridos h1{
	font-family: 'quicksandbold' !important;
	font-size: 28px !important;
	color: #003C68 !important;
	padding: 6px 0px !important;
	border-bottom: 1px dotted #00000042;
	margin-bottom: 41px;
	text-align: center;
}

.text_caja2{
  padding: 13px 10px;
}

.text_caja2 p{
  font-family: 'DIN Next LT Pro';
  text-align: center;
  margin-top: 8px;
  color: #3382B1;
  font-size: 18px;
  padding-bottom: 15px;
}

.text_caja2 h2{
  font-family: 'DIN Next LT Pro';
  font-size: 21px;
  color: #000;
  text-align: center;
  padding-top: 15px;
} 


.text_caja2 h3{
	font-family: 'DIN Next LT Pro';
	font-size: 16px;
	color: #a0a0a0;
	text-align: center;
	padding-top: 15px;
  text-decoration: line-through;
} 

.text_caja2 a{
  display: inline-block;
  text-align: center;
  background-color: #34475a94;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 16px;
  padding: 9px;
  text-decoration: none;
  position: relative;
  font-family: 'DINNextLTPro-Bold';
  margin-bottom: 8px;
}

.text_caja2 a:hover{
  background-color: #000;
  text-decoration: none;
}

#login{
  background-color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 2px 6px rgba(0, 0, 0, .22);
  margin-top: 7%;
  margin-bottom: 47px;
  border-top: 24px solid #9D2732;
}

.login{
  border-right: 1px dotted #d9d9d9;
}

.login h1{
  text-align: center;
  font-family: "poppinsbold";
  font-size: 28px !important;
  padding-top: 26px;
  color: #000;
}

.login2{
  color: #000;
  padding: 67px 36px;

}

.login2 h1{
  text-align: center;
  font-family:"poppinssemibold";
  font-size: 28px;
  padding-bottom: 15px;
}

#login p{
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
   font-family:"poppinslight";
  line-height: 22px;
}

#login .log_registrarse a{
    font-size: 20px;
    text-align: center;
    font-family:"poppinslight";
    width: 100%;
    float: left;
    padding: 6px 0px 10px 0px;
    color: #fff;
    text-decoration: none;
    background-color: #939393;
    border-radius: 15px;
}

#login .log_registrarse a:hover{
  background-color: #000;
  color: #fff;
}

#login .log_olvido a{
  font-size: 14px !important;
  font-family:"poppinslight" !important;
  color: #0000008f !important;
  text-decoration: underline;
}

#login .log_olvido a:hover{
  color: #000 !important;
}

#campo{
  float: left;
  width: 100%;
  padding-bottom: 14px;
}

#campo h1 {
    line-height: 20px;
    font-size: 20px !important;
    color: #000;
     font-family:"poppinslight";
}

#login input {
    width: 100%;
    border-radius: 15px;
    background-color: #e3e4e6;
    border: none;
    font-size: 18px;
    margin-bottom: 14px;
    padding: 7px 17px;
    text-align: center;
    margin-top: 5px;
   font-family:"poppinslight";
}

#enviar_log{
  width: 183px !important;
  cursor: pointer;
  position: relative;
  float: left;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  left:32%;
  margin-top: 30px !important;
  padding: 10px 16px 10px 13px !important;
  background: #cf0c0c !important;
  border: none;
  border-radius: 45px !important;
  font-family:"poppinslight";
}

#enviar_log:hover{
  background-color: #000 !important;
}




/*-------------------- REGISTRO ---------------------------------------------------------------*/


#registro{
  padding: 55px 0px;
}

#registro h1{
  font-family:"poppinssemibold";
  font-size: 28px;
  padding-bottom: 5px;
  border-bottom: solid 1px #dededeb5;
}

#form-reg{
  margin-top: 30px;
}

#form-reg h3{
    color: #000;
    font-size:16px;
    margin-left: 10px;
    margin-top: 5px;
    font-family:"poppinslight";
    padding-bottom: 5px;
}

#form-reg h4 {
    text-align: left;
    float: left;
    margin-top: 12px !important;
    color: #000 !important;
    font-family:"poppinslight";
}

#form-reg h5 {
    float: left;
    font-size: 19px;
    text-align: right;
    margin-top: -28px;
    padding: 1px 8px;
    font-family: 'quicksandlight';
}

#form-reg .check {
    text-align: left;
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 39px;
}

#politica a{
    background-color: #d7d8d9 !important;
    color: #000 !important;
    text-decoration: none;
    padding: 14px;
    float: right;
    font-family:"poppinssemibold";
}

#politica a:hover{
  color:#fff !important;
  background: #1B464FD4 !important;
}

#form-reg input{
    background: #e3e4e6;
    padding: 8px;
    color: #000;
    margin-bottom: 21px;
    width: 100%;
    border: none;
    font-family: 'quicksandlight';
}

#texto-reg p {
    text-align: justify;
    margin-top:40px;
    line-height: 22px;
    padding-right: 50px;
    padding-bottom: 8px;
    font-size: 17px;
    font-family:"poppinslight";
}

#texto-reg h2{
  padding-top: 40px;
  font-size:19px;
  float: left;
  font-family: 'DIN Next LT Pro';
}


#form-reg #enviar-r {
  width: 120px !important;
  border: medium none !important;
  cursor: pointer;
  position: relative;
  float: left !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  font-family:"poppinslight"  !important;
  background:#cf0c0c !important;
  margin-top: 25px !important;
  margin-bottom: 0px !important;
  border-radius:45px !important;
}

#form-reg #enviar-r:hover{
    background: #000 !important;
    color: #FFF !important;
}

#form-reg #borrar-r {
  width: 120px !important;
  margin-right: 15px;
  border-radius:45px !important;
  cursor: pointer;
  position: relative;
  font-family:"poppinslight"  !important;
  float: left !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  background: #cf0c0c !important;
  margin-top: 25px !important;
  margin-bottom: 0px !important;
  margin-right: 25px;
}

#form-reg #borrar-r:hover{
    color: #FFF !important;
    background: #000 !important;
}

input[type="radio"]{
  float: left;
}


#form_gracias p{
  padding-top: 4px;
  float: left;
  font-family: 'DIN Next LT Pro';
  padding-left: 10px;
}

#form_gracias h2{
  font-family: 'DINNextLTPro-Bold';
  padding-top:25px;
  padding-bottom: 10px;
  color: #003C68;
  font-size: 19px;
  float: left;
}

#form_gracias .campo{
  float: left;
  width: 100%;
  padding-bottom: 14px;
}


#form_gracias #borrar-r{
  width: 120px !important;
  margin-right: 15px;
  border: none;
  border-radius:45px !important;
  cursor: pointer;
  position: relative;
  float: left !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  background: #1B464FD4 !important;
  margin-top: 25px !important;
  margin-bottom: 0px !important;
  margin-right: 25px;
  padding: 8px;
  font-family:"DIN Next LT Pro" !important;
}

#form_gracias #borrar-r:hover{
  background-color: #000 !important;
}

#form_gracias #enviar-r{
  width: 120px !important;
  margin-right: 15px;
  border: none;
  border-radius:45px !important;
  cursor: pointer;
  position: relative;
  float: left !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  background: #1B464FD4 !important;
  margin-top: 25px !important;
  margin-bottom: 0px !important;
  margin-right: 25px;
  padding: 8px;
  font-family:"DIN Next LT Pro" !important;
}

#form_gracias #enviar-r:hover{
  background-color: #000 !important;
}


#carrito-img img {
    margin-top: -30px;
}

#productos_agregados {
    margin-top: 20px;
    margin-bottom: 16px;
}

#productos_agregados h2 {
  border-bottom: solid 1px #0000004d !important;
  font-family: "poppinslight" !important;
  color: #55565a!important;
  margin: 0px !important;
  font-size: 15px !important;
  padding-bottom: 7px;
}

#productos_agregados h3 {
    font-family: 'quicksandlight' !important;
    color: #a0a0a0a6 !important;
    margin: 0px !important;
    font-size: 18px !important;
    text-decoration: line-through;
    padding-top: 13px;
    text-align: right;
}

#productos_agregados h4{
    font-size:18px !important;
    color: #802B36 !important;
    text-align: right;
    font-family:"poppinssemibold";
}

.carrito-item {
    margin-top: 4%;
}

.carrito-item a {
  font-family:"poppinssemibold";
  border: 1px solid #939393;
  color: #000;
  text-align: center;
  float: left;
  position: relative;
  padding: 16px 24px;
  width: 100%;
  text-transform: uppercase;
  margin-top: 5px;
  text-decoration: none;
  font-size: 16px;
}

.carrito-item a:hover{
  background-color: #939393;
  color: #fff !important;
}

.valor_total {
  padding: 14px 15px;
  float: left;
  text-align: right;
  position: relative;
  color: #802b36;
  font-family:"poppinssemibold" !important;
  font-size: 20px;
}

.valor_total h1 {
  padding: 10px 15px;
  float: left;
  text-align: right;
  position: relative;
  margin-top: 5px;
  color: #000;
  font-family: 'DIN Next LT Pro' !important;
  font-size: 23px;
  background-color: #61759042;
}

#btn-ahorro{
  float: right;
}

.ahorro{
  padding: 10px 10px;
  background-color:#93939333;
  margin-bottom: 15px;
}

.ahorro p{
  font-family:"poppinslight";
  text-align: left;
}

.ahorro p span{
  color: #000;
  float: right;
}

.carrito-sub h4 {
    padding: 10px 0px !important;
    text-align: right !important;
    font-size: 22px !important;
    color: #000 !important;
}

#sel1 {
    font-size: 14px;
    font-family:"poppinssemibold";
    font-weight: normal;
    padding-bottom: 7px;
}

.eliminar {
   font-family:"poppinssemibold";
    font-size: 15px;
    color: #000 !important;
    display: inline-block;
    padding: 8px 15px;
    margin-top: 6px;
    text-transform: uppercase;
}

.eliminar:hover{
  text-decoration: underline;
}

#confirmar_compra{
  margin: 65px 0px;
  padding: 40px 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 2px 6px rgba(0, 0, 0, .22);
  float: left;
}

#confirmar_compra p{
  font-family: "poppinslight";
  font-size: 15px;
  padding-bottom: 11px;
  padding-top: 35px;
  line-height: 20px;
} 

#confirmar_compra h3{
  font-family: 'quicksandbold';
    text-transform: uppercase;
    float: left;
    padding: 10px 21px;
    color: #fff;
    font-size: 17px;
    border-radius: 45px;
    background-color: #41656d;
    margin-top: 22px;
}

#confirmar_compra h4{
  font-family:"poppinssemibold";
  text-transform: uppercase;
  padding-left: 17px;
  padding-bottom: 5px;
}

#confirmar_compra h4 span{
  font-size:12px;
  font-family: "poppinslight";
  text-transform: none;
  color: #cf0c0c;
}

#confirmar_compra input{
  border-radius: 45px !important;
  background-color: #e3e4e6;
  border: none !important;
  font-size: 17px !important;
  margin-bottom: 14px !important;
  padding-left: 15px;
  margin-top: 5px !important;
  font-family:"poppinssemibold";
}

#borrar_conf{
  width: 124px !important;
  cursor: pointer;
  position: relative;
  float: right;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  margin-right: 15px;
  margin-top: 30px !important;
  padding: 4px 11px !important;
  background: #1B464FD4 !important;
  border: none;
  border-radius: 45px !important;
  font-family:"DIN Next LT Pro";
}

#borrar_conf:hover{
  background-color: #000 !important;
}


#enviar_conf{
  width: 124px !important;
  cursor: pointer;
  position: relative;
  float: right;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  margin-right: 5px;
  margin-top: 30px !important;
  padding: 4px 11px !important;
  background:#cf0c0c !important;
  border: none;
  border-radius: 45px !important;
  font-family:"poppinssemibold";
}

#enviar_conf:hover{
  background-color: #000 !important;
}

#aviso{
  padding: 70px 0px;
}

#aviso h2 {
    font-size: 33px !important;
    padding-bottom: 32px;
    color: #474747;
    text-align: center !important;
    position: relative;
    font-family: "poppinsbold";
}

#aviso h2 span{
  color: #9D2732;
}

#aviso h1{
  font-family:"poppinssemibold";
  color: #9d2732;
  padding: 10px 0px;
}

#aviso p{
  line-height: 19px;
  text-align: justify;
  font-family: "poppinslight";
  font-size: 14px;
  padding-bottom: 11px;
}

#aviso ul{
  margin-bottom: 14px;
}

#aviso ul li{
  background: url(../img/li2.png) no-repeat;
  font-family: "poppinslight";
  position: relative;
  text-decoration: none;
  padding-left: 19px;
  font-size: 14px;
  line-height: 19px;
  background-position: 0px 4px;
  margin-bottom: 6px;
  margin-left: 13px;
  text-align: justify;
}

#aviso a{
  color: #0096b6;
}

#contacto {
  padding: 65px 0px;
}

#contacto p{
  text-align: center;
  font-family: "poppinslight";
  font-size: 17px;
  padding-top: 44px;
  line-height: 25px;
  padding-bottom: 82px;
}

#contacto p span{
  font-family:"poppinssemibold";
}

#cityselect{
  border-radius: 45px !important;
  background-color: #e3e4e6;
  border: none !important;
  font-size: 17px !important;
  margin-bottom: 14px !important;
  padding-left: 15px;
  margin-top: 5px !important;
  padding: 7px;
  width: 100%;
  font-family: 'quicksand_mediummedium';
}

#float_whatsapp {
  background-image: url(../img/whatsapp.svg);
  background-repeat: no-repeat;
  animation: pulse 2s infinite;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  position: fixed;
  right: 15px;
  z-index: 99999;
  bottom: 9%;
}

#recomendados{
  padding: 65px 0px;
}

#recomendados h1{
  font-size:25px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "poppinsbold";
}

.recomendados_item {
  border: 1px solid #e9e9e9bd;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom:17px;
  min-height: 610px !important;
  background-color: #ffffff73;
}

.recomendados_item h2 {
  font-family:"poppinssemibold";
  font-size: 18px;
  color:#55565a;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}

.recomendados_item h3 {
  font-family:"poppinslight";
  font-size: 17px;
  color: #a0a0a0a6;
  text-align: center;
  padding-top: 15px;
  text-decoration: line-through;
}

.recomendados_item p {
  font-family:"poppinssemibold";
  text-align: center;
  margin-top: 8px;
  color: #4c4c4c;
  font-size: 20px;
  padding-bottom: 15px;
}


#mas-vendido{
  margin-top: 65px;
}

.mas-vendido{
  margin-bottom: 55px;
}

.mas-vendido h1{
  font-family: "poppinsbold";
  font-size: 26px;  
  padding-bottom: 15px;
}

.mas-vendido h2{
  font-family:"poppinslight";
  font-size: 18px;
  color: #00000085;
}

#franja-env{
  background-color: #F8F8F8;
  padding: 32px 0px;
}

.text-franja-env {
  margin-top: 28px;
}

.text-franja-env h1 {
  font-size:16px;
  padding-bottom: 13px;
  color: #cf0c0c;
  font-family:"poppinssemibold";
}

.neg{
  background-color: #e0e0e078;
}

#empresa{
  padding: 65px 0px;
}

.text_empresa{
  padding: 86px 105px;
}

.text_empresa h1{
  color: #cf0c0c;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 18px;
  font-family:"poppinssemibold";
}

.text_empresa p{
  font-size: 18px;
  line-height: 25px;
  font-family:"poppinslight";
  text-align: justify;
}

#contacto {
  padding: 45px 0px;
}

#contacto h1{
  color: #cf0c0c;
  font-family:"poppinssemibold";
  text-align: center;
  font-size: 28px;
  padding-bottom: 45px;
}

.logo a{
  padding: 9px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tallas{
  padding: 10px;
  margin-bottom: 35px;
  display: flex;
  justify-content: right;
}

#tallas h2{
  font-family: "poppinssemibold";
  text-transform: uppercase;
  float: left;
  margin-right: 13px;
  padding-top: 16px;
  color: #3e3d3d;
}

#tallas ul li{
  border: 1px solid #0000002e;
  padding: 15px;
  font-family: "poppinslight";
  float: left;
  margin-right: 7px;
}

#tallas ul li:hover{
  background-color: #cf0c0c;
  color: #fff;
}

.tallas{
  margin-top: 25px;
}

.tallas h7{
  font-family: "poppinssemibold";
  margin-right: 13px;
  padding-top: 9px;
  color: #3e3d3d;
}

.tallas ul li{
  padding: 8px 10px;
  font-family: "poppinslight";
  float: left;
  margin-right: 7px;
  margin-top: 8px;
  background-color: #ebedee;
}

.tallas ul li:hover{
  background-color: #cf0c0c;
  color: #fff;
}


#antes{
    margin-top: 16%;
}

#antes h1{
  font-size: 23px;
  text-align: center;
  padding-bottom: 65px;
  margin-top:5%;
  font-family:"poppinssemibold";
}

#productos-agregados{
    margin-top: 4%;
    padding-bottom: 68px;
}

#productos-agregados h1{
  font-family: "poppinssemibold";
  text-align: center;
  font-size: 23px;
  padding-bottom: 12px;
  margin-bottom: 29px;
}








@media only screen and (max-width: 400px) {

  #barra-menu{
    padding: 5px 16px;
  }

  .home-btn1{
    min-height: 0px;
  }

  .home-btn1 h1{
    font-size: 56px;
  }

  .owl-prev{
    left: 37% !important;
  }

  .owl-next{
    right: 38% !important;
  }

  .carrito-item a{
    font-size: 13px;
  }

  #photo{
    margin-top: 3px;
  }

  #detalle_texto h4{
    font-size: 27px;
  }

  .valor_total{
    font-size: 19px !important;
  }

  #barra-top ul li{
    padding: 8px 4px;
  }

  .producto_item{
    min-height: 466px !important;
  }

  .texto-link p{
    font-size: 12px;
    padding: 3px 8px;
  }

  #productos h1{
    font-size: 20px;
  }

  #container{
    background-image: none !important;
  }

  #enviar_log{
    left: 26%;
  }

  #registro h1{
    font-size: 23px;
  }

  #texto-reg p{
    text-align: center;
    padding-right: 0px;
    font-size: 19px;
  }

  #ley a{
    padding: 4px 0px;
    margin-top: 12px;
  }

  #web{
    font-size: 11px;
  }

  #barra-top ul li a{
    height: 44px;
  }

  .btn-log{
    padding-left: 30px !important;
    padding-top: 14px;
  }

  .btn-reg{
    padding-left: 30px !important;
    padding-top: 14px;
  }

  #barra-top ul li{
    padding: 2px 4px;
  }

  .eliminar{
    padding: 8px 3px;
  }

  #productos_agregados h4{
    font-size: 19px !important;
  }

  #productos_agregados h3{
    font-size: 18px !important;
  }

  .img2 {
    width: 191px;
  }

  #carousel-home .carousel-indicators li{
    width: 8px;
    height: 8px;
  }

  #buscar{
    margin-top: 6px;
  }

  #form-reg h4{
    font-size: 14px;
  }

  #form-reg h5{
    font-size: 16px;
    padding: 1px 4px;
  }

  #borrar_conf{
    width: 107px !important;
  }

  #enviar_conf{
    width: 107px !important;
  }

  #detalle_texto h2{
    font-size: 21px !important;
  }




}


@media (max-width: 500px) and (min-width:400px){

  .home-btn1{
    min-height: 0px;
  }

  #barra-menu{
    padding: 5px 16px;
  }

  .img2 {
    width: 191px;
  }

  .home-btn1 h1{
    font-size: 56px;
  }

  .owl-prev{
    left: 37% !important;
  }

  .owl-next{
    right: 38% !important;
  }

  #barra-top ul li{
    padding: 8px 4px;
  }

  .carrito-item a{
    padding: 8px 8px;
    font-size: 13px;
  }

  .valor_total{
    font-size: 20px;
  }

  .texto-link p{
    font-size: 14px;
    padding: 4px 7px;
  }

  #container{
    background-image: none !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 31%;
  }

  #texto-reg p{
    padding-right: 0px;
    font-size: 17px;
    line-height: 20px;
  }

    #ley a{
    padding: 4px 0px;
    margin-top: 12px;
  }

  #web{
    font-size: 11px;
  }

  #barra-top ul li a{
    height: 44px;
  }

  #barra-top ul li{
    padding: 2px 4px;
  }

  .btn-log{
    padding-left: 30px !important;
    padding-top: 14px;
  }

  .btn-reg{
    padding-left: 30px !important;
    padding-top: 14px;
  }

  #productos_agregados h4{
    font-size: 19px !important;
  }

  #productos_agregados h3{
    font-size: 18px !important;
  }

  #carousel-home .carousel-indicators li{
    width: 8px;
    height: 8px;
  }

  #buscar{
    margin-top: 7px;
  }

  .btn-salir{
    background: url(../img/salir.png)no-repeat 3px 14px;
  }

  #form-reg h4{
    font-size: 14px;
  }

  #form-reg h5{
    font-size: 16px;
  }

  #detalle_texto h2{
    font-size: 21px !important;
  }

  #confirmar_compra h3{
    font-size: 12px;
  }



}

@media (max-width: 600px) and (min-width:500px){

  .home-btn1{
    min-height: 0px;
  }

  .home-btn1 h1{
    font-size: 56px;
  }

  .owl-prev{
    left: 37% !important;
  }

  .owl-next{
    right: 38% !important;
  }

  #barra-top ul li{
    padding: 8px 4px;
  }

  .carrito-item a{
    font-size: 14px;
    padding: 11px 6px;
  }

  .texto-link p{
    font-size: 14px;
  }

  #container{
    background-image: none !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 33%;
  }

  #texto-reg p{
    padding-right: 0px;
    font-size: 17px;
    line-height: 20px;
  }

  .valor_total{
    font-size: 19px;
  }

  #ley a{
    margin-top: 15px;
  }

  #barra-menu{
    padding: 5px 19px;
  }

  #buscar{
    margin-top: 5px;
  }

  .img2 {
    width: 191px;
  }

  #confirmar_compra h3{
    font-size: 12px;
  }



}

@media (max-width: 700px) and (min-width:600px){

  .home-btn1{
    min-height: 0px;
  }

  .home-btn1 h1{
    font-size: 56px;
  }

  .owl-prev{
    left: 37% !important;
  }

  .owl-next{
    right: 38% !important;
  }

  #barra-top ul li{
    padding: 8px 4px;
  }

  .carrito-item a{
    padding: 10px 24px;
    font-size: 15px;
  }

  .valor_total{
    font-size: 20px;
  }

  .texto-link p{
    font-size: 15px;
  }

  #container{
    background-image: none !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 36%;
  }

  #texto-reg p{
    padding-right: 0px;
    font-size: 17px;
    line-height: 20px;
  }

  #ley a{
    margin-top: 15px;
  }

  .img2 {
    width: 191px;
  }

  #buscar{
    margin-top: 5px;
  }

  #barra-menu{
    padding: 5px 12px;
  }

  #confirmar_compra h3{
    font-size: 16px;
    margin-bottom: 19px;
  }

}



@media (max-width: 769px) and (min-width:701px){

  .home-btn1{
    min-height: 0px;
  }

  .home-btn1 h1{
    font-size: 56px;
  }

  .owl-prev{
    left: 42% !important;
  }

  .owl-next{
    right: 43% !important;
  }

  #barra-top ul li{
    padding: 21px 18px;
  }

  .carrito-item a{
    padding: 9px 24px;
    font-size: 17px;
  }

  .valor_total{
    font-size: 24px;
  }

  #buscar{
    margin-top: 9px;
    width: 60%;
  }

  #container{
    background-image: none !important;
  }

  #enviar_log{
    left: 37%;
  }

  .texto-link p{
    font-size: 19px;
    padding: 5px 17px;
  }


  #texto-reg p{
    padding-right: 0px;
    font-size: 17px;
    line-height: 20px;
  }

  #ley a{
    margin-top: 15px;
  }

  .img2 {
    width: 191px;
  }

  #barra-menu{
    padding: 5px 12px;
  }


  #confirmar_compra h3{
    font-size: 16px;
    margin-bottom: 19px;
  }

  #productos{
    margin-top: 29%;
  }

}


@media (max-width:900px) and (min-width:770px){

  .home-btn1{
    min-height: 0px;
    padding: 31px 20px;
  }

  .home-btn1 h1{
    font-size: 48px;
  }

  .owl-prev{
    left: 42% !important;
  }

  .owl-next{
    right: 43% !important;
  }

  .carrito-item a{
    padding: 11px 24px;
    font-size: 17px;
  }

  #descripcion p{
    font-size: 15px !important;
  }

  #detalle_texto h2{
    font-size: 25px;
  }

  #barra-top ul li{
    padding: 8px 4px;
  }

  #barra-top ul li a{
    padding: 21px 0px;
  }

  #container{
    background-image: none !important;
  }

  #enviar_log{
    left: 39%;
  }

  .texto-link p{
    font-size: 17px;
    padding: 2px 12px;
  }


  #texto-reg p{
    font-size: 16px;
    padding-right: 14px;
    line-height: 21px;
  }

  #ley a{
    margin-top: 23px;
    padding: 4px 1px;
  }

  .img2 {
    width: 191px;
  }

  #barra-menu{
    padding: 5px 12px;
  }

  #buscar {
    margin-top: 9px;
    width: 60%;
  }

  #confirmar_compra h3{
    font-size: 14px;
    margin-bottom: 19px;
  }

  #productos{
    margin-top: 29%;
  }


}



@media (max-width:991px) and (min-width:901px){

  .home-btn1{
    min-height: 286px;
    padding: 31px 20px;
  }

  .home-btn1 h1{
    font-size: 48px;
  }

  .owl-prev{
    left: 42% !important;
  }

  .owl-next{
    right: 43% !important;
  }

  .carrito-item a{
    padding: 11px 24px;
    font-size: 17px;
  }

  .valor_total{
    font-size: 24px;
  }


  #descripcion p{
    font-size: 15px !important;
  }

  #detalle_texto h2{
    font-size: 25px;
  }

  #barra-top ul li a{
    padding: 21px 5px;
  }

  #container{
    background-image: none !important;
  }

  #enviar_log{
    left: 41%;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
    padding-right: 25px;
  }

  .texto-link p{
    font-size: 13px;
    padding: 4px 14px;
  }

  .img2 {
    width: 191px;
  }

  #productos{
    margin-top: 29%;
  }

  #buscar{
    margin-top: 5px;
    width: 60%;
  }

  #barra-menu{
    padding: 5px 12px;
  }


  #ley a{
    margin-top: 23px;
    padding: 4px 1px;
  }

  #confirmar_compra h3{
    font-size: 14px;
  }

}



@media (max-width:1000px) and (min-width:992px){
  .home-btn1{
    min-height: 286px;
    padding: 31px 20px;
  }

  .home-btn1 h1{
    font-size: 48px;
  }

  #barra-menu{
    padding: 3px 10px;
  }

  .owl-prev{
    left: 42% !important;
  }

  .owl-next{
    right: 43% !important;
  }

  .carrito-item a{
    font-size: 17px;
  }

  #barra-menu p{
    padding-top: 10px;
    padding-left: 0px;
  }

  .texto-link p{
    font-size: 15px;
    padding: 4px 14px;
  }

  #descripcion p{
    font-size: 15px !important;
  }

  #detalle_texto h2{
    font-size: 25px;
  }

  #barra-top ul li a{
    padding: 21px 5px;
  }

  .producto_item{
    min-height: 540px;
  }

  #productos{
    margin-top: 29%;
  }

  #enviar_log{
    left: 29%;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #ley a{
    margin-top: 23px;
    padding: 4px 1px;
  }

   #confirmar_compra h3{
    font-size: 14px;
  }

	
}


@media (max-width:1100px) and (min-width:1001px){

  .home-btn1{
    min-height: 250px;
    padding: 61px 20px;
  }

  #productos {
    margin-top: 30%;
  }

  #barra-menu{
    padding: 5px 8px;
  }

  .text_empresa {
    padding: 9px 56px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .owl-next{
    right: 44%;
  }

  .owl-prev{
    left: 44%;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 14px;
    padding:16px 8px;
  }

  .valor_total{
    font-size: 22px;
    padding: 12px 15px;
  }

  .owl-prev{
    left: 44% !important;
  }

  .owl-next{
    right: 44% !important;
  }


  .texto-link p{
    font-size: 15px;
    padding: 4px 14px;
  }

 .login h1{
  font-size: 40px;
  }

  #enviar_log{
    left: 29%;
  }

  .login2 h1{
    font-size: 34px;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 40px;
  }

  #ley a{
    margin-top: 17px;
  }

  #productos_agregados h3{
    font-size: 20px !important;
  }

  #productos_agregados h4{
    font-size: 21px !important;
  }

  .megamenu li a{
    font-size: 13px !important;
  }

  #ley a{
    margin-top: 23px;
    padding: 4px 1px;
  }

   #confirmar_compra h3{
    font-size: 15px;
  }


}


@media (max-width:1160px) and (min-width:1101px){

  .home-btn1{
    min-height: 372px;
    padding: 61px 20px;
  }

  #productos {
    margin-top: 29%;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  .producto_item{
    min-height: 540px !important;
  }

  .texto-link p{
    font-size: 18px;
    padding: 5px 17px;
  }


 .login h1{
  font-size: 40px;
  }

  #enviar_log{
    left: 32%;
  }

  .login2 h1{
    font-size: 34px;
  }

  #texto-reg p{
    font-size: 18px;
    line-height: 20px;
    margin-top: 39px;
  }

   #productos_agregados h3{
    font-size: 20px !important;
  }

  #productos_agregados h4{
    font-size: 21px !important;
  }

  .carrito-item a{
    padding: 14px 2px;
  }

  #ley a{
    margin-top: 23px;
    padding: 4px 1px;
  }

  #confirmar_compra h3{
    font-size: 15px;
  }

	
}



@media (max-width:1200px) and (min-width:1161px){

  #productos {
    margin-top: 29%;
  }

  .home-btn1{
    min-height: 372px;
    padding: 61px 20px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px;
  }

  .carrito-item a{
    font-size: 16px;
    padding: 13px 10px;
  }

  .texto-link p{
    font-size: 18px;
    padding: 5px 15px;
  }

  .producto_item{
    min-height: 580px !important;
  }

  #texto-reg p{
    font-size: 18px;
    line-height: 20px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 20px !important;
  }

  #productos_agregados h4{
    font-size: 21px !important;
  }

  #ley a{
    margin-top: 23px;
    padding: 4px 1px;
  }

  #confirmar_compra h3{
    font-size: 16px;
  }
	
}


@media (max-width:1300px) and (min-width:1201px){

  #productos {
    margin-top: 27%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 42px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 17px !important;
  }

  .carrito-item a{
    font-size: 15px;
    padding: 11px 8px;
  }

  .valor_total{
    font-size: 18px !important;
  }

  #barra-top ul li{
    padding: 8px 2px;
  }

  #detalles{
    padding: 8px;
  }

  #agregar{
    padding: 8px;
  }

  .producto_item h2{
    font-size: 17px;
  }

  .producto_item{
    min-height: 430px !important;
  }

  #web{
    font-size: 13px;
    padding-right: 148px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 18%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 13px !important;
  }

  #productos_agregados h4{
    font-size: 15px !important;
  }

  #cantidad2{
    width: 193% !important;
  }

  #productos_agregados h2{
    padding-top: 0px !important;
    font-size: 15px !important;
  }

  #confirmar_compra h3{
    font-size: 12px;
  }


}


@media (max-width:1310px) and (min-width:1301px){

  #productos {
    margin-top: 27%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 13px;
    padding: 6px 5px;
  }

  .valor_total{
    font-size: 19px;
  }

  #cantidad2{
    width: 165%;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 23%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #confirmar_compra h3{
    font-size: 14px;
  }


}



@media (max-width:1330px) and (min-width:1311px){

  #productos {
    margin-top: 26%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 13px;
    padding: 6px 5px;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 23%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #confirmar_compra h3{
    font-size: 14px;
  }



}


@media (max-width:1350px) and (min-width:1331px){

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  #productos {
    margin-top: 26%;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 13px;
    padding: 6px 5px;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 24%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #cantidad2{
    width: 151%;
  }

  #confirmar_compra h3{
    font-size: 14px;
  }

}



@media (max-width:1360px) and (min-width:1351px){

  #productos {
    margin-top: 26%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 15px;
    padding: 10px 5px;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 23%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

    #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #cantidad2{
    width: 151%;
  }

  #confirmar_compra h3{
    font-size: 14px;
  }

}

@media (max-width:1370px) and (min-width:1361px){

  #productos {
    margin-top: 26%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 14px;
    padding: 9px 12px;
  }

  .valor_total{
    font-size: 21px;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 24%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #cantidad2{
    width: 151%;
  }

  #confirmar_compra h3{
    font-size: 14px;
  }

}



@media (max-width:1380px) and (min-width:1371px){

  #productos {
    margin-top: 25%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 14px;
    padding: 6px 12px;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 25%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #productos_agregados h3{
    font-size: 17px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #confirmar_compra h3{
    font-size: 12px;
  }




}

@media (max-width:1390px) and (min-width:1381px){

  #productos {
    margin-top: 25%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 14px;
    padding: 6px 11px;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 25%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #cantidad2{
    width: 151%;
  }

  #confirmar_compra h3{
    font-size: 15px;
  }


}

@media (max-width:1400px) and (min-width:1391px){

  #productos {
    margin-top: 25%;
  }

  .home-btn1{
    min-height: 284px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 54px;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  #descripcion p{
    font-size: 16px !important;
  }

  .contents2{
    font-size: 16px !important;
  }

  .carrito-item a{
    font-size: 14px;
    padding: 6px 11px;
  }

  #detalles{
    padding: 10px;
  }

  #agregar{
    padding: 10px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 457px !important;
  }

  .texto-link p{
    font-size: 17px;
    padding: 5px 16px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 25%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #cantidad2{
    width: 151%;
  }

  .valor_total{
    font-size: 21px;
  }

  #confirmar_compra h3{
    font-size: 15px;
  }

}



@media (max-width:1500px) and (min-width:1401px){

  #productos {
    margin-top: 25%;
  }

  .home-btn1{
    min-height: 366px;
    padding: 61px 20px;
  }

  .home-btn1 h1{
    font-size: 60px;
  }

  #descripcion p{
    font-size: 17px !important;
  }

  .owl-prev{
    left: 45% !important;
  }

  .owl-next{
    right: 44% !important;
  }

  .carrito-item a{
    font-size: 14px;
    padding: 6px 6px;
  }

  #detalles{
    padding: 13px;
  }

  #agregar{
    padding: 13px;
  }

  .producto_item h2{
    font-size: 18px;
  }

  .producto_item{
    min-height: 480px !important;
  }

  .login h1{
    font-size: 31px !important;
  }

  .texto-link p{
    font-size: 19px;
    padding: 4px 15px;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 25%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #texto-reg p{
    font-size: 17px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 15px !important;
  }

  #productos_agregados h4{
    font-size: 16px !important;
  }

  #cantidad2{
    width: 151%;
  }

  .valor_total{
    font-size: 21px;
  }

  #confirmar_compra h3{
    font-size: 15px;
  }


	
}


@media (max-width:1600px) and (min-width:1501px){

  #productos {
    margin-top: 23%;
  }

	.home-btn1{
    min-height: 366px;
    padding: 61px 20px;
  }

  .owl-prev{
    left: 46% !important;
  }

  .owl-next{
    right: 45% !important;
  }

  .producto_item h2{
    font-size: 18px;
  }

  #detalles{
    padding: 14px;
  }

  #agregar{
    padding: 14px;
  }

  .producto_item{
    min-height: 492px !important;    
  }

  .login h1{
    font-size: 31px !important;
  }

  .texto-link p{
    font-size: 19px;
    padding: 5px 19px;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 28%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

   #texto-reg p{
    font-size: 18px;
    margin-top: 39px;
  }

  #productos_agregados h3{
    font-size: 17px !important;
  }

  #productos_agregados h4{
    font-size: 18px !important;
  }

  .valor_total{
    font-size: 22px;
  }

  #confirmar_compra h3{
    font-size: 15px;
  }



}



@media (max-width:1700px) and (min-width:1601px){

  #productos {
    margin-top: 20%;
  }

  .home-btn1{
    min-height: 449px;
  }

  #barra-top ul li{
    padding: 8px 3px;
  }

  .producto_item{
    min-height: 526px;
  }

  .producto_item h2{
    font-size: 19px;
  }

  .producto_item{
    min-height: 515px !important;
  }

  .texto-link p{
    font-size: 20px;
  }

  .login h1{
    font-size: 31px !important;
  }

  .login2 h1{
    font-size: 31px;
  }

  #enviar_log{
    left: 28%;
  }

  #login p{
    font-size: 15px;
    line-height: 20px;
  }

  #productos_agregados h3{
    font-size: 17px !important;
  }

  #productos_agregados h4{
    font-size: 18px !important;
  }

  .carrito-item a{
    font-size: 15px;
  }

  .valor_total{
    font-size: 22px;
  }

  #confirmar_compra h3{
    font-size: 15px;
  }


}


@media (max-width:1800px) and (min-width:1701px){

  #productos {
    margin-top: 20%;
  }

  .home-btn1{
    min-height: 449px;
  }

  #barra-top ul li{
    padding: 8px 3px;
  }

  .producto_item{
    min-height: 526px;
  }

  .producto_item h2{
    font-size: 19px;
  }

  .producto_item{
    min-height: 540px !important;
  }

  .login h1{
    font-size: 34px !important;
  }

  #enviar_log{
    left: 32%;
  }

  .login2 h1{
    font-size: 34px;
  }

  #productos_agregados h3{
    font-size: 21px !important;
  }

   #confirmar_compra h3{
    font-size: 17px;
  }


}


@media (max-width:1900px) and (min-width:1801px){

   #productos {
    margin-top: 19%;
  }

  .home-btn1{
    min-height: 449px;
  }

  #barra-top ul li{
    padding: 8px 3px;
  }

  .producto_item{
    min-height: 526px;
  }

  .producto_item h2{
    font-size: 19px;
  }

  .producto_item{
    min-height: 540px !important;
  }

  #enviar_log{
    left: 32%;
  }

  .login2 h1{
    font-size: 37px;
  }

  .login h1{
    font-size: 37px;
  }

}

@media (max-width:1910px) and (min-width:1901px){

  #productos {
    margin-top: 19%;
  }

  #enviar_log{
    left: 32%;
  }

 }
