/* reset */
.bold{
  font-weight: bold;
}

/* ------------------------------ */

.disabled-select{
  color: #ccc;
  pointer-events: none;
}
/* ------------------------------ */

.modal-clasificacion{
  max-width: 500px;
}

.modal-clasificacion .modal-body .estrellas {
  position: relative;
}

.modal-clasificacion .modal-body .estrellas .bajo {
  float: unset;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 100%;
}

.modal-clasificacion .modal-body .estrellas .alto {
  float: unset;
  position: absolute;
  right: 0;
  top: 100%;
}

/* boton wsp */

@keyframes borderPulse{
  0% {
    box-shadow: inset 0 0 0 5px hsla(0,0%,100%,.4), 0 0 0 0 #fff;
  }
  100% {
    box-shadow: inset 0 0 0 3px rgba(117,117,255,.2), 0 0 0 10px hsla(0,0%,100%,0);
  }
}

.pulse-wsp {
  -webkit-animation: borderPulse 1s ease-in-out 3;
  animation: borderPulse 1s ease-in-out 3;
}

.lnk-whatsapp{
  display: block !important;
  bottom: 15% !important;
  right: 1.25rem !important;
  top: unset !important;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,.4);
  transform: unset !important;
  position: fixed !important;
  outline: 0;
}

.lnk-whatsapp-2{
  display: block !important;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,.4);
  outline: 0;
  max-width: 52px;
  margin: 5px auto 0;
}

.lnk-whatsapp img,
.lnk-whatsapp-2 img {
  max-width: 52px;
}

@media (max-width: 768px){
  /* fix html */
  html {
    overflow-x: hidden;
  }

  .lnk-whatsapp,
  .lnk-whatsapp-2 {
    right: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lnk-whatsapp-2{
    max-width: 42px;
  }

  .lnk-whatsapp img,
  .lnk-whatsapp-2 img {
    max-width: 42px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  .lnk-whatsapp-2{
    /* bottom: 2rem !important; */
    bottom: calc(85px + 2rem) !important;
    right: 1.25rem !important;
    position: fixed !important;
  }
  
}

/* fix footer and content*/
footer {
  z-index: 2;
}

.siteContent {
  /* min-height: 350px; */
  min-height: calc(100vh - 100px - 64px);
}


/* metodos de pago - images */

.img-metodo-pago{
  /* background-color: #fff; */
  margin-bottom: 5px;
  max-height: 40px;
}

/* metodos de pago app */
.img-metodo-de-pago-app{
  display: block;
  width: 100%;
  margin: auto;
}

@media (max-width: 992px){
  .img-metodo-de-pago-app{
    /* max-width: 200px; */
    max-width: 140px;
  }
}


/* libro reclamaciones - imagen */

.footer__widget--text ul li.libroreclama a{
  /* color: #d1d1d1; */
  display: block;
  height: 80px;
  padding-right: 0;
  background-size: contain;
  background-position: left;
  margin-top: 8px;
}


@media (min-width: 1200px){
  footer .container{
    width: initial;
  }
  /* min-height: 350px; */
}




/* SUGESTIVOS AL CARRITO */
.btn-number-quantity{
  position: relative;
  width: 25px;
  height: 25px !important;
  min-height: 25px !important;
}


.btn-number-quantity .glyphicon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.input-number-quantity{
  max-width: 40px;
  margin: 0 5px;
}


/* suggest items */

.modal-detsuggestives .ctn-suggestives .product-suggest.selected {
  -webkit-box-shadow: 0 5px 15px #153656;
  box-shadow: 0 5px 15px #153656;
}


/* not links shortcode en page simple contenido */
.page-simple-content{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.page-simple-content .page-list{
  display: none;
}

.page-simple-content .title{
  /* font-weight: bold; */
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}