/* Media  */


.envios-lines  {
  line-height: 2em;
}

.img-envios {
 display: none;
}

.zona-envios {
      font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    
}
  
  .border-envios {
    border: 1px solid #61b53c;
    padding: 38px 50px;
  }



/* ----- HEADER ----- */

.modal-custom {
  top: 50px;
}

.linksUsr {
  font-weight: bold;
  color: #000000;
}

.s-text38 {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #5BAB38;
    line-height: 1.8;
    font-weight: 500;
}

.size34 {
    width: 80%;
    height: 45px;
}

.s-text36 {
    font-family: Montserrat-Regular;
    font-size: 85%;
    color: #555555;
    line-height: 1.8;
}

.header-icons-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #a2a2a2;
  color: white;
  font-family: Montserrat-Medium;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -10px;
}


.header-icons-mobile .header-profile {
  width: 310px;
  top: 190%;
  right: -135px;
  z-index: 1100;
  transform-origin: top right;
}


.header-profile {
  position: absolute;
  z-index: 1100;
  width: 339px;
  top: 190%;
  right: -80px;
  padding: 20px;
  border-top: 3px solid #e6e6e6;
  background-color: white;

  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.show-header-profile-dropdown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.s-text35 {
  font-family: Montserrat-Regular;
  font-size: 15px;
  font-weight: bold;
  color: #555555;
  line-height: 1.8;
  text-transform: none;
}

.size33 {
  max-width: 75%;
  height: 40px;
}


.s-text41 {
  font-family: Montserrat-Regular;
  font-size: 75%;
  color: white;
  text-transform: uppercase;
}


/* Carrousel */

.size32 {
  width: 150px;
  height: 40px;
}


/* ----- CHECKOUT ----- */

.s-text42 {  
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #111111;
    text-transform: uppercase;
}

.opcion-box {
  margin: 15px 30px;
}


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

.bo21 {
  border: 2px solid #d4d4d4;
  border-radius: 2px;
}

.m-text42 {
  font-family: Montserrat-Regular;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  color: #f71f1f;
  line-height: 1.2;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.m-text43 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    line-height: 1.2;
    padding: 0;
}

.m-text44 {  
  font-family: Montserrat-Regular;
  font-style: italic;
  font-size: 13px;
  color: #f71f1f;
  line-height: 1.2;
  font-weight: bold;
}

.alerta-mail {
  display: none;
  padding-left: 25px;
  padding-bottom: 40px;
}

.captcha-row {
  margin-right: 0px;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.captcha-row-rest {
  margin-left: 0px;
  margin-top: 15px;
}

.alerta-captcha {  
  margin-right: 5px;
  padding-bottom: 35px;
  justify-content: flex-end;
}

.alerta-captcha-rest {  
  margin-left: 0px;
  margin-top: 15px;
}

.s-text37 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #565656;
  line-height: 1.8;
}


/* ----- TIENDA ----- */
/* Links categorias */

.size35 {
    width: 105px;
    height: 35px;
}

.bo-rad-31 {
    border-radius: 12px;
    border-style: solid;
    border-width: thin;
}

.s-text39 {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #111111;
}

.close-promo {
  margin: 0px 0px 5px 10px;
}

/* Links categorias */

.filtroGeneroActivo {
  color: #5BAB38;
  font-weight: bolder;
}

.filtroCatActivo {
	color: #5BAB38;
  font-weight: bolder;
}

/* Boton filtro rango precios */

.s-text25 {
	font-family: Montserrat-Regular;
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
}

.bo-col-1 {
	border-style: solid;
	border-color: #555555;
	background-color: #fff;
	border-width: thin;
}

.hov10:hover {
  background-color: #5BAB38;
	color: white;
	border-color: #fff;
}

.size30 {
	width: 120%;
	height: 30px;
}

.activo1 {
	color: white;
}

.bontonRango {
  background-color: #5BAB38;
	color: white;
	border-color: #fff;
}

.color3 {
  color: #999999;
}

.bo20 {
  border-top: 1px dashed #e1e1e1;
}


/* Boton busqueda */

.btnBusquedaActivo {
	color: #5BAB38;
}


/* Index */

.bo-rad-30 {
  border-radius: 23px;
  border-style: solid;
  border-width: thin;
}

.insta {
  margin: 20px;
}

.s-text43 {
  font-family: Montserrat-Regular;
  font-size: 85%;
  color: white;
  text-transform: uppercase;
}

.w-size30 {
  width: 161px;
}


/* Boton wsp */
.h-size3 {
    height: 40px;
}

/* Labels descuento */

.block2-labeldesc::before {
  z-index: 100;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 25px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.block2-labeldesc5::before {
  background-color: #5BAB38;
  content: '- 5 %';
}

.block2-labeldesc10::before {
  background-color: #5BAB38;
  content: '- 10 %';
}

.block2-labeldesc15::before {
  background-color: #5BAB38;
  content: '- 15 %';
}

.block2-labeldesc20::before {
  background-color: #5BAB38;
  content: '- 20 %';
}

.block2-labeldesc25::before {
  background-color: #5BAB38;
  content: '- 25 %';
}

.block2-labeldesc30::before {
  background-color: #5BAB38;
  content: '- 30 %';
}

.block2-labeldesc35::before {
  background-color: #5BAB38;
  content: '- 35 %';
}

.block2-labeldesc40::before {
  background-color: #5BAB38;
  content: '- 40 %';
}

.block2-labeldesc45::before {
  background-color: #5BAB38;
  content: '- 45 %';
}

.block2-labeldesc50::before {
  background-color: #5BAB38;
  content: '- 50 %';
}

/* Labels stock */

.block2-stock0::before {
  background-color: #9c9796;
  content: 'Sin Stock';
}



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

.w-size32 {
  width: 30%;
}

.opcEnvio {
  padding-top: 20px;
}

.swal-footer {
  margin-top: 25px;
}

.swal-button {
  font-size: 15px;
}

.m-text45 {
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #888888;
    line-height: 1.5;
}

.nombre-prod {
  font-family: Montserrat-Bold;
  font-size: 14px;
  color: #4e4e4e;
}

.nombre-prod-mobile {
  font-family: Montserrat-Bold;
  font-size: 13px;
  color: #4e4e4e;
}

.size36 {
  width: 33%;
  height: 28px;
}

.size37 {
  width: 34%;
  height: 28px;
}

.size31 {
  max-width: 200px;
  height: 50px;
}

.m-text41 {
    font-family: Montserrat-Regular;
    font-size: 28px;
    color: #4a4a4a;
    line-height: 1.2;
}

.s-text32 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
  line-height: 1.8;
}

.s-text33 {
    font-family: Montserrat-Regular;
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    line-height: 1.8;
    text-transform: uppercase;
}

.s-text34 {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #888888;
  line-height: 1.8;
}

.btnCalc {
  font-family: Montserrat-Regular;
  color: #111111;
  text-transform: none;
  font-size: 80%;
  width: 115px;
  height: 30px;
}

.gratis {
  color: #1ac11a;
}

/* Loader  */

.loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
}

#loading-image {
  position: relative;
  top: 35%;
  width: 75px;
  display: block;
  margin: auto;
  z-index: 10000;
}


.icon-panel {
  margin-left: 5px;
      font-size: 14px;
}




	
/* ----- DETALLE PRODUCTO ----- */

.opcion-prod {
  align-items: center;
}

.s-text13 img {
  width: auto;
    max-width: 2.5em;
    margin-right: 1em;
}

.s-text40 {
    color: #5BAB38;
    font-size: 15px;
}

.m-text30 {
  font-family: Montserrat-Regular;
  font-size: 24px;
  color: #555555;
  line-height: 1.2;
}

.m-text31 {
  font-family: Montserrat-Regular;
  font-size: 24px;
  color: #555555;
  text-decoration: line-through;
  line-height: 1.2;
}

.m-text32 {
  font-family: Montserrat-Regular;
  font-size: 24px;
  color: #5BAB38;
  line-height: 1.2;
}

.select-det {
  margin-left: 20px;
}

.s-text30 {
  font-family: Montserrat-Regular;
  font-size: 75%;
  color: white;
  text-transform: uppercase;
}

.hov10:hover {
    background-color: #5BAB38;
    color: white;
    cursor: pointer;
}

.yaEsta {
  background-color: #929292;
  color: white;
}

.yaEsta:hover {  
  background-color: #929292;
  color: white;
  cursor: not-allowed;
}


/* ----- CONTACTO ----- */

.m-text40 {
  padding-left: 10px;
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
}


/* ----- NOSOTROS ----- */

.pie-foto {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  margin-top: 5px;
}


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

.s-text31 {
  font-family: Montserrat-Regular;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}


/* ----- FOOTER ----- */

.bg10 {background-color: #444444;}


/* ----- DEVOLUCIONES ----- */

.info-subtitulo {
  font-weight: bold;
}

.info-italic {
  font-style: italic;
  font-size: 14px;
}






/* Mobile  */
@media (max-width: 360px){
  .logo-mobile img {
   height: 32px;
  }

  .img-resized img { 
    width: 130px;
    height: 104px;
  }

  .item-slick3 img {
    max-width: 200px;
    max-height: 310px;
  }

  .img-resized-carrousel img {
    width: 290px;
    height: 232px;
  }
}

@media (min-width: 360px) and (max-width: 375px){
  .img-resized-carrousel img {
    width: 330px;
    height: 264px;
  }
}

@media (min-width: 375px) and (max-width: 411px){
  .img-resized-carrousel img {
    width: 345px;
    height: 276px;
  }
}

@media (min-width: 360px) and (max-width: 411px){
  .img-resized img { 
    width: 155px;
    height: 124px;
  }

  .item-slick3 img {
    max-width: 220px;
    max-height: 330px;
  }
}

@media (min-width: 411px) and (max-width: 768px){
  .img-resized img { 
    width: 177px;
    height: 141px;
  }

  .item-slick3 img {
    max-width: 250px;
    max-height: 365px;
  }

  .img-resized-carrousel img {
    width: 381px;
    height: 305px;
  }
}


@media (max-width: 767px){
  .block2-labeldesc::before {
    font-size: 11px;
    width: 60px;
    height: 22px;
  }

  .m-text16 {
    font-size: 20px;
  }

  .m-text30 {
    font-size: 19px;
  }

  .s-text13 {
    font-size: 13px;
  }

  .p-b-0 {
    padding-bottom: 0;
  }

  .p-t-0 {
    padding-top: 0;
  }

  .banner-promo {
    display: none;
  }

  .totalProdMobile {
    text-align: end;
    padding-top: 35px;
  }

  /* Boton wsp */
  .h-size3 {
      height: 35px;
  }

  .s-text41 {
    font-size: 60%;
  }

  .s-text31 {
    font-size: 60%;
  }
}

/* Mobile y tablet */
@media (max-width: 992px){
  .table-shopping-cart {
    display: none;
  }

  .bo22 {
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .btnActu {
    font-size: 80%;
    width: 90%;
    height: 90%;
  }

  .swal-button {
    font-size: 12px;
  }

  .totalEnvio {
    line-height: 1.7;
  }

  .w-size1 {
    width: 65%;
  }

  .w-size30 {
    width: 50%;
  }

  .w-size31 {
    width: 75%;
  }

  .s-text1 {
    font-size: 65%;
  }

  .s-text43 {
    font-size: 75%;
  }

  .btnSig {
    font-size: 90%;
    width: 90%;
    height: 90%;
  }  
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px){
 .img-resized img { 
    width: 226px;
    height: 180px;
  }

  .item-slick3 img {
    max-width: 485px;
    max-height: 665px;
  }

  .img-resized-carrousel img {
    width: 354px;
    height: 283px;
  }
}

/* Tablet Pro */
@media (min-width: 1024px) and (max-width: 1040px){
  .item-slick3 img {
    max-width: 345px;
    max-height: 555px;
  }
}

/* Tablet y Desktop */
@media (min-width: 768px){
  .totalProdMobile {
    text-align: center;
    padding: 0;
  }
}

@media (min-width: 992px){
  .table-shopping-cart-mobile {
    display: none;
  }

  .bo22 {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
  }

  .btnActu {
    font-size: 85%;
    width: 100%;
    height: 100%;
  }

  .btnSig {
    font-size: 90%;
    width: 100%;
    height: 100%;
  }

  .s-text31 {
    font-size: 80%;
  }
}

/* Tablet Pro y Desktop */
@media (min-width: 1024px){
  .img-resized img { 
    width: 270px;
    height: 216px;
  }

  .img-resized-carrousel img {
    width: 226px;
    height: 180px;
  }
}

/* Desktop */
@media (min-width: 1040px){
  .item-slick3 img {
    max-width: 405px;
    max-height: 670px;
  }

  .img-resized-carrousel img {
    width: 270px;
    height: 216px;
  }

  body:after {
    display: none;
    content: 'widescreen';
  }
}

/* End Media */
