/*BARRA LATERAL*/
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.barra-lateral {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99998;
  width: 500px;
  height: 100vh;
  color: #4d4d4d;
  background-color: #ffffff;
  transition: all .8s;
  overflow-y: scroll;
  transition-timing-function: cubic-bezier(0.41, 0, 0.35, 0.99); }
.barra-lateral.is-barra-active {
  right: 0;
  transition: all .8s;
  transition-timing-function: cubic-bezier(0.41, 0, 0.35, 0.99); }
.barra-lateral .contenido {
  display: block;
  position: relative;
  padding: 20px;
  margin-top: 20px;
}
.barra-lateral .contenido header.titulo {
  border-bottom: solid 1px rgba(38, 38, 38, 0.13);
  padding-bottom: 15px;
  margin-bottom: 15px; }
.barra-lateral .contenido .cerrar-barra {
  display: inline-block;
  cursor: pointer; }
.barra-lateral .contenido .cerrar-barra .icon-cerrar {
  font-size: 40px; }
.barra-lateral .contenido-scroll {
  display: block;
  /*max-height: calc(70vh - 100px);
  overflow-y: scroll;*/
  border-bottom: solid 1px rgba(38, 38, 38, 0.13); }
.col-carrito-info-cantidad small.cantidad {
  position: relative;
  left: -4px;
  font-size: 12px;
  display: inline-block; }
.col-carrito-info-cantidad small.cantidad:before {
  content: "("; }
.col-carrito-info-cantidad small.cantidad:after {
  content: ")"; }
ul.listado-elemetos-carrito {
  list-style: none;
  padding: 0;
  margin: 0; }
ul.listado-elemetos-carrito li.elemento-carrito {
  display: block;
  width: 100%;
  border-bottom: solid 1px rgba(38, 38, 38, 0.13);
  padding: 5px;
  list-style: none !important;
  margin-bottom: 10px; }
ul.listado-elemetos-carrito li.elemento-carrito:last-child {
  border-bottom: none !important; }
ul.listado-elemetos-carrito .simple-cantidad {
  font-family: "Source Sans Pro", sans-serif !important;
  text-align: right; }
.col-muestra-pshot img.img-producto-carrito {
  max-width: 100%;
  background-color: #fff;
  height: auto; }
.col-informacion .cerrar-elemento {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: solid 1px transparent;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  text-align: center; }
.col-informacion .cerrar-elemento:hover {
  border: solid 1px rgba(38, 38, 38, 0.13);
  line-height: 26px;	}
.col-informacion .cerrar-elemento span.icon-cerrar {
  position: relative;
  top: 1px;
  font-size: 20px !important; }
.col-nombre-producto p {
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }
.col-valores-cantidad {
  padding-top: 10px; }
.cantidad-seleccion {
  border: solid 1px rgba(38, 38, 38, 0.13) !important;
  display: inline-block;
  width: 50px;
  height: 40px;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  webkit-appearance: none;
  font-size: 16px; }
select.tipo-presentacion-producto {
  border: solid 1px rgba(38, 38, 38, 0.13) !important;
  display: inline-block;
  width: 80px;
  height: 40px;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  webkit-appearance: none;
  font-size: 16px;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234D4D4D;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='22.5,28 8.7,14.2 7.3,15.6 22.5,30.8 22.5,30.8 22.5,30.8 37.7,15.6 36.3,14.2 '/%3E%3C/svg%3E%0A"); }
.barra-total-compra {
  margin-top: 20px;
  display: block;
  height: 100px;
  font-size: 17px; }
.barra-total-compra .btn {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff; 
  width: 100%;
}
.barra-total-compra .simple-cantidad {
  text-align: right; }
.barra-total-compra .simple-cantidad .cantidad-total {
  font-weight: bold;
  text-align: right;
  font-family: "Source Sans Pro", sans-serif; }
.prod_extra_carro {
  margin-top: 20px;
}
.prod_extra_carro h3 {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mascara-fondo.is-mascara-active {
  visibility: visible;
  right: 0;
  background-color: rgba(77, 77, 77, 0.8);
  transition: all .8s ease;
}
.mascara-fondo {
  position: fixed;
  visibility: hidden;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -20%;
  transition: all .5s ease;
  background-color: rgba(77, 77, 77, 0);
}
.prod_extra_carro .carousel-cell{
  width: 50%;
}
.prod_extra_carro .col-elemento-producto {
}
.prod_extra_carro .caja-contenidos .caja-primer-linea .titulo-producto p {
  font-size: 18px !important;
  line-height: 21px;
  margin-top: 10px;
}
.prod_extra_carro .subtitulo, .prod_extra_carro h5, .prod_extra_carro span, .prod_extra_carro h6 m {
  display: none !important;
}
.prod_extra_carro .flickity-page-dots {
  display: none !important;
}
.prod_extra_carro .prod_v2 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 5px;
}

.is-selected .prod_v2 {
    border: 1px solid #eee !important;
    box-shadow: 0px 0px 50px #ccc;
}
.prod_v2 a, .prod_v2 a:hover{
  text-decoration: none;
  margin-top: -10px;
    padding: 10px 0;
    font-size: 14px;
}
}
.prod_v2 {
  height: 99%;
}
.col-elemento-producto .slide-producto .carousel {
  text-align: center;
}
.col-elemento-producto .slide-producto .carousel .carousel-item {
  text-align: center;
}
.col-elemento-producto .slide-producto .carousel .carousel-item img.imagen-slide-producto {
  display: inline-block;
  margin: 0 auto;
  max-width: 80%;
}
.caja-contenidos .caja-primer-linea {
  padding: 4px 0;
  /* border-bottom: solid 1px rgba(38, 38, 38, 0.13); */
}
.prod_v2 a.link_heredado {
  color: initial;
}
.prod_extra_carro .caja-contenidos .caja-primer-linea .titulo-producto p {
  font-size: 18px !important;
  line-height: 21px;
  margin-top: 10px;
}

.caja-contenidos .caja-primer-linea .titulo-producto p {
  font-size: 24px !important;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prod_v2 a.link_heredado p {
  margin: 0px 0 5px 0;
  font-weight: 100;
}
.prod_v2 a.link_heredado h6 {
  font-size: 22px;
  color: #007bff;
  margin: 0;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.prod_extra_carro .subtitulo, .prod_extra_carro h5, .prod_extra_carro span, .prod_extra_carro h6 m {
  display: none !important;
}
.caja-contenidos .caja-tercera-linea {
  padding: 10px 0;
  /* border-bottom: solid 1px rgba(38, 38, 38, 0.13); */
}
.btn-single-agregar, #btn_ver_todos_los_productos{
    display: inline-block;
    background-color: var(--blue-cta);
    color: #fff;
    padding: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%;
    text-align: center;
}
.btn-single-agregar :hover{
  background-color: var(--blue-cta-hover);
}
.bloque_seguir_comprando {
  display: block !important;
}
.bloque_seguir_comprando .btn_seguir_comprando {
  background-color: #ecd45b !important;
    color: #111;
    height: auto;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    border-radius: 0 !important;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-box-shadow: 0px 12px 36px -12px rgb(0 0 0 / 31%);
    -moz-box-shadow: 0px 12px 36px -12px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 12px 36px -12px rgb(0 0 0 / 31%);
    font-size: 14px;
    /* font-family: "Source Sans Pro", sans-serif; */
    text-align: center;
    margin-left: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
}
.espacio {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  clear: both;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.barra-lateral .contenido .titulo .row, .elemento-carrito .row, .barra-total-compra .row{
  margin: 0px;
}

@media screen and (max-width: 768px) {
  .barra-lateral {
      width: 100%;
  }
  .col-mi-carrito {
    width: 75px;
    height: 60px;
  }
  .col-mi-carrito .icon-icono_carro_compra {
    font-size: 20px;
  }
  .col-mi-carrito .cantidad {
    top: 10px;
    right: 15px;
    font-size: 15px;
  }
  .barra-total-compra .btn {
    width: 100%;
  }
  .bloque_seguir_comprando .btn_seguir_comprando {
    display: block;
    margin: 10px auto !important;
  }
  .barra-lateral .contenido .cerrar-barra {
      width: 50px;
      height: 50px;
      text-align: right;
      line-height: 50px;
  }
}
@media screen and (max-width: 680px) {
  .barra-lateral .contenido {
      margin-top: 15px !important;
      padding: 10px;
  }
}
/*FIN BARRA LATERAL*/