/* GLOBALES */
:root {
  --primary-color: #cf358c;
}

a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

a.page-scroll {
  color: #222222;
}

aside {
  padding: 50px 0;
}

html,
body {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
}

hr.light {
  border-color: white;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

section {
  padding: 100px 0;
}

span.badge > a {
  color: #ffffff;
}

a.left.carousel-control {
  background-image: initial;
}

a.right.carousel-control {
  background-image: initial;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}

/* CLASES */
.img-favorito {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 60px !important;
}

.imagen-producto > .img-favorito:active,
.imagen-producto > .img-favorito:focus {
  outline: 0;
  border: none;
}

/* Diferentes clases generales */
.btn-ecommerce-custom {
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #00abee;
  border-color: #00abee;
  color: #ffffff !important;
  transition: all 0.2s;
  outline: none !important;
}

/* IMPORTANTE: dejar los ultimos dos digitos restantes al final de cada color, es la opacidad al momento de hacer click */
.btn-ecommerce-custom.disabled,
.btn-ecommerce-custom.disabled:hover,
.btn-ecommerce-custom.disabled:focus,
.btn-ecommerce-custom.disabled:active,
.btn-ecommerce-custom.disabled.active,
.btn-ecommerce-custom[disabled],
.btn-ecommerce-custom[disabled]:hover,
.btn-ecommerce-custom[disabled]:focus,
.btn-ecommerce-custom[disabled]:active,
.btn-ecommerce-custom[disabled].active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #ffffff;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 15px !important;
}

/* Mensajes (Toasts) */
.mensaje-wrapper {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9999;
}

.mensaje-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  padding: 20px;
  margin: 5px 15px;
  width: 380px;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: #676767;
  text-align: center;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}

.mensaje-error {
  color: white;
  background-color: #eb5c60;
}

.mensaje-success {
  color: white;
  background-color: #3dbe9f;
}

.main-container {
  padding-bottom: 80px;
}

.main-container-facturacion {
  background-color: #f5f5f5;
}

.info-compra {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  min-width: 252px;
}

.detalles-container {
  position: relative;
  background-color: white;
  width: 90%;
  max-width: 339px;
  margin-left: auto;
  margin-right: auto;
  top: -50px;
  text-align: left;
  padding: 25px 10px;
  border-radius: 7px;
  box-shadow: 6px 6px 10px rgb(174, 174, 174, 0.4);
}

.detalles-container h3 {
  padding-top: 0px;
  padding-bottom: 10px;
  margin: 0;
}

.detalles-container p {
  margin: 0;
}

.detalles-container-fallo {
  position: relative;
  background-color: white;
  width: 90%;
  max-width: 339px;
  margin-left: auto;
  margin-right: auto;
  top: -50px;
  text-align: left;
  padding: 25px 10px;
  border-radius: 7px;
  box-shadow: 6px 6px 10px rgb(174, 174, 174, 0.4);
}

.detalles-container-fallo h3 {
  padding-top: 0px;
  padding-bottom: 10px;
  margin: 0;
}

.detalles-container-fallo p {
  margin: 0;
}

.detalles-container-pendiente {
  position: relative;
  background-color: white;
  width: 90%;
  max-width: 339px;
  margin-left: auto;
  margin-right: auto;
  top: -50px;
  text-align: left;
  padding: 25px 10px;
  border-radius: 7px;
  box-shadow: 6px 6px 10px rgb(174, 174, 174, 0.4);
}

.detalles-container-pendiente h3 {
  padding-top: 0px;
  padding-bottom: 10px;
  margin: 0;
}

.detalles-container-pendiente p {
  margin: 0;
}

/* Fin diferentes clases generales */

/*  */

/* ESTA ES UNA CLASE ESPECIAL QUE SE AGREGO PARA EL PROYECTO DE MUNDO PRAVDA */
.mobileHeight {
  width: 100%;
  height: auto !important;
}

.bottom-generico {
  display: block;
}

.lslide .thumbnail,
.clone .thumbnail {
  width: 250px;
  max-width: 250px;
}

.bottom-pravda {
  display: none;
}

.btn {
  border-radius: 10px;
}

.btn-compra {
  background-color: #cf358c;
  border-color: #cf358c;
  width: 90%;
  max-width: 339px;
}

.btn-compra:hover {
  background-color: var(--btn-info-light);
  border-color: var(--btn-info-light);
}

#iconPage {
  font-size: 400%;
  color: white;
}

#compraNoProcesada,
#thankYouPage,
#pagoPendiente {
  padding-top: 15px;
  padding-bottom: 50px;
}

#pagoPendiente {
  background-color: rgba(243, 233, 82, 0.9);
}

#compraNoProcesada {
  background-color: #f96062 !important;
}

#thankYouPage {
  background-color: rgb(39, 178, 106);
}

#compraPendiente {
  background-color: rgb(255, 255, 51);
}

.btn-primary .badge {
  color: #f05f40;
  background-color: white;
}

.btn-xl {
  padding: 15px 30px;
}

.breadcrumb {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 8px 15px 8px 0px !important;
}

#ordenarPorDesktop {
  font-weight: 400;
}

#ordenarPorDesktop > option {
  font-weight: 200;
}

.breadcrumbAbajo {
  border-radius: 0px;
  margin-top: 10px;
}

.breadcrumbArriba {
  border-radius: 0px;
}

.breadcrumb .active {
  color: #ffffff;
}

.containerBreadcrumb {
  width: 100%;
  background-color: #f1f2f3;
}

.productoBreadcrumb {
  /* background-color: #FFFFFF !important; */
  margin-bottom: unset !important;
  width: 100%;
  margin: 0 auto;
  margin-left: 20px;
}

.productoBreadcrumb li a {
  color: #00000090 !important;
  font-weight: 600;
}

.productoBreadcrumb li:last-child a {
  color: #2e2e2e !important;
  font-weight: 600;
}

.productoBreadcrumb .active {
  font-weight: 400;
  color: #00000090 !important;
}

.productoBreadcrumb > li + li:before {
  content: ">";
}

.display-none {
  display: none;
}

/* IDs */
@media screen and (max-width: 767px) {
  /* con madia max - 768*/
  .breadcrumbArriba {
    margin-top: -4em;
  }
  .row2 {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: -60px !important;
  }
  .lslide .thumbnail,
  .clone .thumbnail {
    width: 190px;
    max-width: 190px;
  }
  .by-geco {
    flex-direction: column;
  }
  .by-geco .version {
    width: 100% !important;
  }
  .by-geco .sign {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1136px) {
  /* media min 768 max 1136 */
  .breadcrumbArriba {
    margin-top: 3em;
  }
}

@media (min-width: 1750px) {
  #breadcrumbdiv {
    margin-top: 17px;
  }
}

@media (min-width: 2000px) {
  #breadcrumbdiv {
    margin-top: 30px;
  }
}

#breadcrumbdiv label {
  display: none;
  /* position: absolute; */
  top: 10px;
  right: 20px;
  align-items: center;
  width: 250px;
  float: right;
}

#breadcrumbdiv label select {
  /* margin-left: 8px; */
}

@media (min-width: 991px) {
  #breadcrumbdiv label {
    display: flex;
    white-space: nowrap;
    font-weight: 300;
  }

  #breadcrumbdiv label select {
    height: 25px;
    padding: 2px 0;
    cursor: pointer;
    font-weight: 400;
    border: none;
    box-shadow: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .presentacionesDesktop {
    /* display: inline-block; */
  }
  .presentacionesMobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    min-width: 50%;
  }
}

.breadcrumb a {
  color: #ffffff;
}

.breadcrumb > li.active > a {
  color: #eeeeee;
}

.caption {
  height: 130px;
  overflow: hidden;
}

.caption h4 {
  /* white-space: nowrap; */
}

.carousel-control,
.item {
  border-radius: 4px;
}

.slick-slide img {
  height: 100%;
}

#marcas-slider .marcas-slider-item .marcas-slider-img {
  width: calc(100% - 25px)!important;
}

.containerMarcas {
  width: 100vw !important;
  margin-bottom: 20px;
  background: #eeeeee;
}

.containerMarcas .container {
  width: 100% !important;
  padding: 12px 15px;
}

.marcas-slider-container {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}

.marcas-slider-item {
  width: 100%;
  max-width: 230px;
  height: 100px;
  margin-top: 10px;
}

.marcas-slider-item:hover {
  transform: scale(1);
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}

.marcas-slider-img {
  width: 90% !important;
  max-width: 230px !important;
  height: 100px !important;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

a:focus {
  outline: none !important;
  border: 0 !important;
}

.categoria-container,
.marca-container {
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  text-shadow: 0 0 0.5em #222222;
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.categoria-item,
.marca-item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .beneficios-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: unset !important;
    /* 		padding: 25px 10px 15px; */
  }

  .flex-vertical {
    flex-wrap: wrap;
  }

  .beneficios-item {
    width: 90%;
  }
}

@media screen and (max-width: 471px) {
  .beneficios-item {
    width: 90% !important;
  }
}

@media screen and (min-width: 471px) and (max-width: 768px) {
  .beneficios-wrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    max-height: unset !important;
    align-items:center;
    /* 		padding: 25px 10px 15px; */
  }

  .beneficios-item {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px) {
  .categoria-container,
  .marca-container {
    height: 250px;
    opacity: 0.8;
    filter: alpha(opacity = 80);
  }
  .categoria-container:focus,
  .categoria-container:hover,
  .marca-container:focus,
  .marca-container:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .beneficios-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* flex-direction: column;
    max-height: unset !important; */
    /* 		padding: 25px 10px 15px; */
  }
}

.marca-altura {
  height: 250px;
}

.popup-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup-img {
  position: relative;
}

.popup-close {
  position: absolute;
  color: #ffffff;
  padding: 5px !important;
  top: 5px;
  right: 10px;
  opacity: 0.7;
  text-shadow: 0 0 7px #00000080;
}

#popup-img img {
  max-width: 100%;
  max-height: 50%;
  border: 5px solid #ffffff;
  border-radius: 5px;
}

.popup-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  #popup-img .popup-desktop {
    display: none;
  }
  #popup-img .popup-mobile {
    display: block;
  }
  .categoria-container,
  .marca-container {
    padding: 1.5em 0;
  }
  .marca-altura {
    max-height: 6rem;
  }
}

.categoria-container > h3 > a,
.categoria-container > h3 > a:visited,
.marca-container > h3 > a,
.marca-container > h3 > a:visited {
  color: #ffffff !important;
}

.categoria-container:focus > h3 > a,
.categoria-container:hover > h3 > a,
.categoria-container > h3 > a:active,
.categoria-container > h3 > a:focus,
.categoria-container > h3 > a:hover,
.marca-container:focus > h3 > a,
.marca-container:hover > h3 > a,
.marca-container > h3 > a:active,
.marca-container > h3 > a:focus,
.marca-container > h3 > a:hover {
  border-radius: 5px;
  text-decoration: none;
}

.categoria-container > h3,
.marca-container > h3 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.enlaces > ul {
  list-style: none;
  margin-left: -3em;
}

.h-50 {
  height: 50vh !important;
}

.h-60 {
  height: 60vh !important;
}

.h-100 {
  height: 100vh !important;
}

.hr-mid {
  width: 50%;
}

.img-bg {
  background-origin: center !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.jumbotron {
  border-radius: 0px !important;
  /* 	padding-top: 145px; */
}

.jumbotronAbajo {
  margin-bottom: 0px !important;
}

.jumbotronArriba {
  margin-top: -20px !important;
}

@media screen and (max-width: 768px) {
  .jumbotron {
    padding-top: 6em;
  }
}

.line-through {
  text-decoration: line-through;
}

.error {
  color: red;
  /*display: none;*/
}

.main-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .main-content {
    margin-top: 30px;
  }
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-80 {
  margin-top: 80px;
}

.negative-15-left-right {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-top-bottom {
  padding-bottom: 0;
  padding-top: 0;
}

.precio-promocion-destacado {
  border-radius: 0.5em;
  color: #ffffff;
  font-weight: bold;
  padding: 0.4em;
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .promo-container {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .promo-container {
    width: 100%;
    height: auto;
  }
}

.promo-container {
  overflow: hidden !important;
}

.promo-container > img {
  margin: auto;
}

.redes i.fa {
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.4em;
  padding: 0.5em 0.6em;
}

.redes i.fa-facebook-square:hover {
  background: #3b5998;
}

.redes i.fa-instagram:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#833ab4+0,fd1d1d+50,fcb045+100 */
  background: #833ab4; /* Old browsers */
  /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#833ab4',
		endColorstr='#fcb045', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.redes i.fa-twitter-square:hover {
  background: #0084b4;
}

.redes i.fa-youtube-square:hover {
  background: #c4302b;
}

.redes i.fa-whatsapp:hover {
  background: #25d366;
  color: white;
  transition: 0.3s;
}

.redes a,
.redes a:focus {
  text-decoration: none;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.separator-transparent {
  padding: 0.2em;
}

.thumbnail {
  padding: 0;
}

.thumbnail img {
  height: 100%;
  max-height: 250px;
  width: auto;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

.img-destacado {
  width: 100%;
  height: auto;
}

.thumbnail-producto {
  display: flex;
  flex-direction: column;
}

.thumbnail-producto .containerFotoProducto {
  height: 250px;
}

.thumbnail-producto .containerFotoProducto .imagenProducto {
  width: 100%;
}

.thumbnail-producto > .caption {
  min-height: 80px;
  height: auto !important;
}

.thumbnail-producto > .caption > h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .thumbnail-producto > .caption > h4 {
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase !important;
}

.white {
  color: #ffffff !important;
}

/* ID'S */
#beneficios {
  background-color: #eeeeee;
}

#beneficios,
#opciones-pago {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-bottom: 3em;
  padding-top: 2em;
}

#beneficios > .beneficio,
#opciones-pago > .opcion-pago {
  text-align: center;
}

#beneficios > .beneficio > img,
#opciones-pago > .opcion-pago > img {
  height: 110px;
  margin-right: 2em;
  margin-bottom: 1em;
}

#beneficios > .beneficio > p.descripcion,
#opciones-pago > .opcion-pago > p.descripcion {
  margin-top: 1em;
  margin-bottom: 1em;
}

#beneficios > h3,
#opciones-pago > h3 {
  margin-bottom: 1.5em;
  margin-top: 1em;
}

/*** Seccion de beneficios debajo del jumbotron ***/
.beneficios-item {
  text-align: center;
  color: #000000;
  padding: 20px 5px;
  width: 20%;
}

.beneficios-item h4 {
  font-size: 14px;
}

.beneficios-item a {
  text-decoration: none;
  cursor: pointer;
}

.beneficios-item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(103, 103, 103, 0.5);
  -moz-box-shadow: 0px 0px 15px -10px rgba(103, 103, 103, 0.5);
  box-shadow: 0px 0px 15px -10px rgba(103, 103, 103, 0.5);
}

.beneficios-img img {
  width: auto;
  max-height: 60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 853px) {
  .beneficios-item h4 {
    font-size: 10px;
  }

  .beneficios-item h5 {
    font-size: 10px;
  }

  .beneficios-img img {
    max-height: 30px;
  }
}

/* fin seccion de beneficios */
#botonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#botonContainer > #botonAgregar {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
  #botonContainer > #cantidad-btns {
    width: 150px;
  }
  .producto-content {
    padding-left: 15px;
  }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
  #botonContainer > #cantidad-btns {
    width: 30%;
  }
}

@media screen and (max-width: 425px) {
  #botonContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #botonContainer > #botonAgregar {
    margin-top: 1em;
  }
  #botonContainer > #botonAgregar,
  #botonContainer > #cantidad-btns {
    width: 80%;
  }
}

#categorias,
#marcas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; /* 	margin-bottom: 2em; */
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  #categorias,
  #marcas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 490px) {
  #detalle-producto {
    padding: 0px;
  }
  .beneficios-item {
    min-height: 120px;
    width: 20%;
  }
}

@media screen and (max-width: 388px) {
  .beneficios-item {
    height: auto;
    width: 20%;
  }
}

#detalle-producto h2,
#detalle-producto h3,
body h1 {
  margin: 0 10px 0 0;
}

#detalle-producto {
  min-height: 305px;
}

#detalle-producto h2 > .porcentaje-descuento {
  font-size: 20px;
}

#divBotonAgregar {
  padding-top: 1em;
  padding-left: 0;
}

#filtros .containerBeneficioEnvioGratis {
  margin: 15px 0;
}

#filtros .containerBeneficioEnvioGratis a {
  /* background-color: #28B463; */
  border-radius: 5px;
  color: #2e2e2e;
  /* padding: 5px 10px; */
  font-size: 12px;
  font-weight: 500;
}

#filtros .containerBeneficioEnvioGratis a i {
  margin-right: 5px;
}

.envioGratisContainer {
  /* 	padding-left: 0;	 */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  padding: 0 !important;
}

.containerItemsEnvioGratis {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #divBotonAgregar,
  #divFormularioContacto {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.promocionFiltros {
  padding: 12px 10px;
  border-radius: 8px 8px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.close-modal-formulario-contacto-producto {
  position: absolute;
  /* top: 20px; */
  right: 10px;
  border: none;
}

.close-modal-formulario-contacto-producto i {
  font-size: 25px;
}

#modal-formulario-contacto-producto {
  z-index: 1000000;
}

#modal-formulario-contacto-producto #divFormularioContacto {
  margin: 0 auto;
}

#modal-formulario-contacto-producto form {
  width: 70%;
  margin: 0 auto;
}

#enviarConsultaProductoForm .form-control {
  font-weight: 400;
  background-color: transparent;
  border: solid 1px #f8f8f8;
  transition: all 0.2s;
  border-radius: 5px;
}

#enviarConsultaProductoForm .form-control:focus {
  background-color: #f8f8f8;
  box-shadow: none;
}

#modal-formulario-contacto-producto .form-group > label {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0 auto;
  font-weight: 400;
}

#modal-formulario-contacto-producto label div {
  padding: 0;
}

#modal-formulario-contacto-producto .containerButtonSend {
  margin: 0;
  display: flex;
  justify-content: center;
}

#modal-formulario-contacto-producto .containerButtonSend button {
  background-color: var(--btn-info);
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-formulario-contacto-producto .containerButtonSend button:hover {
  opacity: 0.8;
  transform: all 0.2s;
}

/* loading form button */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: -2px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* finish loading form button */

#modal-formulario-contacto-producto .panel-heading h4 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .button-modal-formulario-contacto-producto {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 768px) {
  .close-modal-formulario-contacto-producto {
    display: none;
  }
}

#contactoForm {
  display: flex;
  flex-wrap: wrap;
}

#contactoForm .container-input {
  /* width: calc(50% - 20px); */
  width: 50%;
  display: flex;
}

#contactoForm .container-input > input,
#contactoForm .container-textarea > textarea {
  width: 100%;
  padding: 10px 15px;
  margin: 10px;
  border-radius: 6px;
  border: none;
  background-color: #f1f2f3;
}

#contactoForm .container-textarea {
  width: 100%;
  display: flex;
  min-width: 150px;
}

#contactoForm .container-textarea > textarea {
  resize: none;
}

#contactoForm .container-buttons,
#contactoForm .container-recaptcha,
#contactoForm .container-submit {
  margin: 10px;
  width: 100%;
}

#contactoForm .container-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactoForm .container-submit .submit {
  width: 190px;
  padding: 15px;
  text-align: center;
  border: none;
  border-radius: 8px;
  color: #fff;
  transition: all 0.2s;
}

#contactoForm .container-buttons {
  display: flex;
}

#contactoForm .container-buttons > button {
  width: 170px;
  height: 38px;
}

#contactoForm #btn-agregar,
#modal-agregar-archivos #btn-confirmar {
  background-color: #289672;
  color: #fff;
  margin-right: 20px;
  transition: all 0.2s;
}

#contactoForm #btn-agregar:hover,
#contactoForm .container-submit .submit:hover {
  opacity: 0.9;
}

#contactoForm #btn-eliminar {
  background-color: transparent;
  border: solid 2px #c64756;
  color: #c64756;
  transition: all 0.2s;
}

#contactoForm #btn-eliminar:hover {
  background-color: #c64756;
  color: #fff;
}

#modal-agregar-archivos .fileinput-button {
  background-color: transparent;
  color: #289672;
  border: solid 2px #289672;
  transition: all 0.2s;
}

#modal-agregar-archivos .fileinput-button:hover {
  background-color: #289672;
  color: #fff;
}

#img-logo {
  height: 50px;
  margin-top: -15px;
}

.imagenProducto {
  height: auto;
  /* margin: 5px; */
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.descuento-producto {
  background-size: contain;
  border: #dddddd solid 1px;
  border-radius: 4px;
  font-weight: bold;
  position: absolute;
  padding: 0.5em;
  right: 1.4em;
  text-transform: uppercase;
  top: 0.4em;
  z-index: 10;
  border-radius: 15px 15px 15px 0px;
  position: absolute;
  top: 1px !important;
  right: 1px !important;
}

@media screen and (max-width: 768px) {
  .descuento-producto {
    font-size: 18px !important;
  }

  .imagenProducto {
    height: 210px;
    /* margin: 5px; */
    background-size: cover !important;
    background-position: center !important;
  }
}
#lightbox .modal-header {
  border-bottom: 0px !important;
}

#MP-Checkout-dialog {
  margin-top: 4em;
}

#productoImagenes {
  height: auto;
}

.galleria-theme-classic {
  background: #fff !important;
}

.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
  background-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  #productoImagenes {
    height: auto;
    padding: 0px;
  }

  #productoImagenes img {
    height: 350px;
  }
}

#toTop {
  bottom: 2em;
  border-radius: 0.2em;
  color: #ffffff;
  display: none;
  font-size: 1.5em;
  padding: 0.4em;
  position: fixed;
  right: 0.4em;
  text-align: center;
  z-index: 9999;
}

.imgProd {
  width: auto !important;
  max-height: 125px;
}

/*** ESTILOS DEL LOGIN **/

/* @media (min-width: 768px) { */
/*     .omb_row-sm-offset-3 div:first-child[class*="col-"] { */
/*         margin-left: 25%; */
/*     } */
/* } */
.omb_login .omb_authTitle {
  text-align: center;
  line-height: 50px;
}

/* .omb_login .omb_socialButtons a {
	color: white;
	//
	In
	yourUse
	@body-bg
	opacity
	:
	0.9;
} */
.omb_login .omb_socialButtons a {
  color: white;
  text-decoration: none;
}

.omb_btn-google:hover,
.omb_btn-facebook:hover {
  opacity: 0.9;
}

.omb_login .omb_socialButtons a:hover {
  color: white;
  opacity: 1;
}

.omb_login .omb_socialButtons .omb_btn-facebook {
  background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
  background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
  background: #c32f10;
}

.omb_login .omb_loginOr {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.6em;
  margin-left: -1.5em;
  background-color: white;
  width: 3em;
  text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
  width: 2em;
}

.omb_login .omb_loginForm .help-block {
  color: red;
}

#loginForm h3 {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .omb_login .omb_forgotPwd {
    text-align: right;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  #login .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.montserrat {
  font-family: Montserrat;
}

/*** FIN ESTILOS DEL LOGIN **/

/**** ESTILOS DE BOTONES REDES SOCIALES *****/
.jssocials-share-link {
  border-radius: 50%;
}
/**** FIN ESTILOS DE BOTONES REDES SOCIALES *****/

/**** ESTILOS A CARUSEL ****/
#bannerCategoria {
  height: 500px;
  padding-top: 190px;
  margin-left: -15px;
  margin-right: -15px;
}

.promo-container {
  height: 380px;
}

.promo-container,
.img-bg {
  /* 	background-size: contain!important; */
  /*     background-position-y: top!important; */
  /*     background-position-x: center!important; */
  /*     background-repeat: no-repeat!important; */
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.lista-destacada-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  /*     margin: 3rem 0; */
  /*     margin-left: 52px; */
}

.lista-destacada-title img {
  max-width: 300px;
  width: 80%;
  height: auto;
}

.lista-destacada-title a {
  margin: 3em 0 1em 0;
  color: #2e2e2e !important;
}

/* Eskeleton Producto */

.eskeleton {
  width: 100%;
  height: 90vh;
  position: fixed;
  z-index: 9;
  background-color: #fff;
  top: 90px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.eskeleton .producto {
  width: 90%;
  height: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.eskeleton .producto .foto {
  width: 40%;
  height: 90%;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
}

.eskeleton .producto .detalle {
  width: 45%;
  height: 100%;
}

.eskeleton .producto .detalle .detalleMarca {
  width: 50%;
}

.eskeleton .producto .detalle .detalleNombre {
  width: 90%;
}

.eskeleton .producto .detalle .detallePrecio {
  width: 100px;
}

.eskeleton .producto .detalle .detalleDescripcion {
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  margin: 10px;
  width: 100%;
  height: 60%;
}

.detalleMarca,
.detalleNombre,
.detallePrecio {
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  height: 40px;
  margin: 10px;
  /* animation: animation-detalle 1.6s infinite linear; */
}

@keyframes animation-detalle {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 400px;
  }
}

@keyframes animation-foto {
  0% {
    background-position: -32px;
  }

  40%,
  100% {
    background-position: 208px;
  }
}

@media screen and (max-width: 768px) {
  .eskeleton {
    top: 50px;
    height: 100vh;
  }

  .eskeleton .producto {
    flex-direction: column;
    width: 100%;
  }

  .eskeleton .producto .foto,
  .eskeleton .producto .detalle {
    width: 90%;
  }

  .eskeleton .producto .detalle > div {
    margin: 10px 0 10px 0 !important;
  }
}

.container-sucursales {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.container-sucursales #sucursalesMap {
  width: 60%;
  height: 70vh;
  margin-right: 20px;
}

.container-sucursales .sucursales {
  height: 70vh;
  overflow-y: auto;
}

.container-sucursales .sucursales .sucursal-item {
  width: 330px;
  padding: 15px;
  border: 1px solid #f1f2f3;
  border-radius: 10px;
  margin: 15px;
  margin-top: 0px;
}

.container-sucursales .sucursales .sucursal-item a {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 15px;
}

.container-sucursales .sucursales .sucursal-item p {
  margin-bottom: 0;
  margin-top: 15px;
}

.container-sucursales .sucursales .sucursal-item p:last-child {
  margin-bottom: 0;
  background-color: red;
}

.container-sucursales .sucursales .sucursal-item p i {
  margin-right: 8px;
}

@media screen and (max-width: 922px) {
  .container-sucursales {
    flex-direction: column-reverse;
    align-items: center;
  }

  .container-sucursales .sucursales {
    display: flex;
    margin-bottom: 15px;
    overflow-x: auto;
    width: 100%;
    height: auto;
  }

  .container-sucursales #sucursalesMap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

/* finish Eskeleton Producto */

@media only screen and (min-width: 1200px) {
  .promo-container {
    width: 100%;
    height: auto !important;
  }

  .marcas-slider-container {
    width: 85%;
  }
}

@media only screen and (max-width: 1440px) {
  .promo-container-inferior {
    height: 140px;
    width: 550px;
    margin: 0 auto;
  }
  .margin-top {
    margin-top: 18px !important;
  }
}

@media only screen and (min-width: 1441px) {
  .promo-container {
    width: 100%;
    height: auto !important;
  }
  .promo-container-inferior {
    height: 190px;
    width: 550px;
  }
}

@media only screen and (min-width: 1600px) {
  .promo-container {
    height: 283px;
  }
}

@media only screen and (min-width: 1680px) {
  .promo-container {
    height: 296px;
  }
}

@media only screen and (min-width: 1920px) {
  .promo-container {
    height: 338px;
  }
}

@media only screen and (min-width: 2560px) {
  .promo-container {
    height: 450px;
  }
}

@media only screen and (max-width: 420px) {
  .promo-container-inferior {
    width: 366px;
  }
}

@media only screen and (max-width: 1280px) {
  .promo-container {
    height: 333px;
  }
  #bannerCategoria {
    height: 445px;
    padding-top: 140px;
  }
}

@media only screen and (max-width: 992px) {
  .lista-destacada {
    flex-direction: column;
    /* padding: 20px !important; */
  }
  .lista-destacada-slider {
    max-width: 100% !important;
    /* margin-left: 33px; */
  }
  .lista-destacada-slider .lslide .thumbnail {
    width: 210px !important;
    max-width: 300px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .promo-container {
    /* 		height: 266px; */
  }
  #bannerCategoria {
    height: 356px;
    padding-top: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .jumbotronMedio,
  .jumbotronAbajo {
    margin-top: -30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .jumbotronMedio {
    margin-top: -4em !important;
  }
  .img-bg > h2 {
    margin-top: 35px;
    color: #333;
  }
  .promo-container {
    /* 		height: 200px; */
    margin-top: 20px !important;
  }
  #carousel-shopping-cart,
  .jumbotronAbajo {
    margin-top: 1em !important;
  }
  #bannerCategoria {
    height: 267px;
    padding-top: 55px;
  }
  .promo-container,
  .img-bg {
    /* 	background-size: contain!important; */
    /*     background-position-y: top!important; */
    /*     background-position-x: center!important; */
    /*     background-repeat: no-repeat!important; */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .mobileHeight {
    /* 	    height: 249px !important;  */
  }
  .mobileHeightNotHome {
    /*     	height: 175px !important; */
  }
}

@media only screen and (max-width: 767px) {
  .img-bg > h2 {
    margin-top: -10px;
  }
  #carousel-shopping-cart,
  .jumbotronAbajo {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 425px) {
  .promo-container {
    height: 111px;
  }
  #bannerCategoria {
    height: 147px;
    padding-top: 40px;
  }
  .marca-container {
    height: 296px;
  }
  .imagenProducto {
    height: auto;
    /* margin: 5px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media only screen and (min-width: 412px) and (max-width: 414px) {
  .promo-container {
    /* 		height: 108px; */
  }
  .marca-container {
    height: 287px;
  }
}

@media only screen and (max-width: 375px) {
  .promo-container {
    /* 		height: 98px; */
    margin-top: 20px;
  }
  #bannerCategoria {
    height: 130px;
    padding: 0px;
  }
  .marca-container {
    height: 261px;
  }
}

@media only screen and (max-width: 360px) {
  .promo-container {
    /* 		height: 94px; */
    margin-top: 20px;
  }
  #bannerCategoria {
    height: 125px;
  }
  .marca-container {
    height: 250px;
  }
}

@media only screen and (max-width: 320px) {
  .promo-container {
    /* 		height: 84px; */
  }
  #bannerCategoria {
    padding-top: 25px;
    height: 111px;
  }
  .marca-container {
    height: 223px;
  }
}

@media screen and (max-width: 992px) {
  .promo-container {
    margin-top: 0 !important;
  }
}
/* Visualizacion de banner, dependiendo de mobile/desktop/large */
.bannerMobile,
.bannerDesktop,
.bannerLarge {
  display: none;
}

.bannerMobileHome {
  /*	width: 430px;
	weight: 700px;*/
}

@media (max-width: 767px) {
  .bannerMobile {
    display: block !important;
  }

  #bannerDesktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .bannerDesktop {
    display: block !important;
    width: 100%;
/*     margin: 0 auto !important; */
  }
}

@media (min-width: 1441px) {
  .bannerLarge {
    display: block !important;
    margin-top: -67px;
  }
}
/**** FIN ESTILOS A CARUSEL ****/
#verPagina h2 {
  margin-top: 0px;
}

.desktop {
  display: initial;
}

.tablaProductos {
  /* border: solid 1px #f1f2f3; */
  /* box-shadow: 0px 0px 15px -10px rgb(103 103 103 / 50%); */
  padding: 0;
}

.tablaProductos:active,
.tablaProductos:focus {
  outline: 0;
  border: none;
}

.tablaProductos .specialColumn {
  /* filter: drop-shadow(2px 2px 5px rgba(0,0,0,.2)); */
  box-shadow: 0px 0px 15px -10px rgb(103 103 103 / 50%);
}

.tablaProductos .specialColumn .thumbnail {
  border: none !important;
}

.slick-list .specialColumn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/*
.slick-list .specialColumn:active, .specialColumn:focus{
	outline: 0;
    border: none;
}*/
.slick-list .specialColumn .thumbnail {
  width: 100%;
}

.specialColumn .marca-nombre {
  min-height: 55px;
  height: 55px;
  text-align: left;
}

.specialColumn .marca-nombre .nombre h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.specialColumn .marca-nombre .marca a h4 {
  font-size: 14px;
  margin: 0;
}

.specialColumn .marca-nombre .nombre a h3 {
  font-size: 14px;
  margin-top: 0;
  font-weight: 300;
}

.specialColumn .container-cantidad-producto {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  overflow: hidden;
  height: 40px;
}

.specialColumn .container-cantidad-producto button {
  background-color: transparent;
  padding: 5px 22px;
  font-size: 18px;
  border: none;
  outline: none;
  height: 100%;
  color: #fff;
}

.specialColumn .container-cantidad-producto button:disabled {
  cursor: progress;
}

.specialColumn .container-cantidad-producto input {
  cursor: initial;
  padding: 2px 15px;
  width: 100%;
  height: 100%;
}

.specialColumn .container-cantidad-producto input:focus {
  outline: none;
}

.lista-destacada,
.lista {
  margin: 15px 0 15px 0;
}

.etiquetaHome h2{
  margin: 0;
  font-size: 18px;
}

.lista-destacada {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

@media (min-width: 1200px) {
  #special1 {
    width: 1300px !important;
  }
}

.lista-destacada-slider {
  max-width: 80%;
}

.etiquetaHome {
  min-height: 35px;
  border-radius: 10px;
  /* 	padding-top: 7px; */
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.etiquetaHomeSinBordes {
  border-radius: 0 !important;
}

.etiquetaHome p {
  margin: unset;
  font-size: 14px;
  font-weight: 600;
  text-align: left !important;
}

.etiquetaHomeSinBordes p {
  text-align: center !important;
}

.etiquetaHome a {
  width: 180px;
  font-size: 11px;
}

.inputCantidad {
  width: 70px;
}

#containerButtonMostrarMasProductos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

#containerButtonMostrarMasProductos button {
  padding: 6px 10px;
  height: 40px;
  font-size: 14px;
  color: #2e2e2e;
  border-radius: 3px;
  background-color: var(--btn-info);
  color: #fff;
  transition: all 0.2s;
  border: none;
}

#containerButtonMostrarMasProductos button:hover {
  /* background-color: var(--btn-info)90; */
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.2s;
}

#containerButtonMostrarMasProductos button:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  #verPagina {
    padding-right: 10px;
    padding-left: 10px;
  }
  .desktop {
    display: none;
  }
  /* 	.etiquetaHome {
		padding-top: 15px;
	} */
  .lista-destacada-slider {
    max-width: 70%;
  }
  .inputCantidad {
    width: 30px !important;
  }
}

@media only screen and (max-width: 425px) {
  dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  dt {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
  }
  dd {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    font-weight: normal;
  }
  #tablaCompras.table,
  #tablaCompras.table thead,
  #tablaCompras.table tbody,
  #tablaCompras.table th,
  #tablaCompras.table td,
  #tablaCompras.table tr {
    display: block;
  }
  #tablaCompras.table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #tablaCompras.table tr {
    border: 1px solid #ccc;
  }
  #tablaCompras.table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative !important;
    padding-left: 35% !important;
  }
  #tablaCompras.table td:before {
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .boton-volver {
    margin-top: -70px;
  }
}

.popup-promocion {
  height: 660px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 320px) {
  .popup-promocion {
    height: 515px;
    background-position: center;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .popup-promocion {
    height: 600px;
    background-position: center;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .popup-promocion {
    height: 600px;
    background-position: center;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .popup-promocion {
    height: 600px;
    background-position: center;
  }
  .whatsapp {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 105px;
    right: 24px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }
  .textowp {
    visibility: hiden !important;
  }
}

/* 23-10-2019 - Mejoras visuales al carrito */
.prev-button,
.next-button {
  width: 64px;
  height: 64px;
  display: none;
  background-color: #ffffff;
  border-radius: 50%;
  border-width: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 48%;
  z-index: 2;
  font-size: 50px;
  color: #879297ba;
  padding: 0;
}

.prev-button,
.prev-button-marcas {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  left: -3.5px;
  border-radius: 4px !important;
  height: 80px !important;
  margin-top: -70px !important;
  width: 40px !important;
}

.next-button,
.next-button-marcas {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  right: -3.5px;
  border-radius: 4px !important;
  height: 80px !important;
  margin-top: -70px !important;
  width: 40px !important;
}

.next-button-marcas,
.prev-button-marcas {
  margin-top: -40px !important;
}

.next-button,
.prev-button {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
  border: solid 1px #cecece;
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 82%;
}

.next-button .glyphicon,
.prev-button .glyphicon {
  font-size: 26px;
  position: initial;
}

.prev-button:hover,
.next-button:hover {
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.prev-button:hover {
  box-shadow: -2px 0 16px 0 rgba(47, 47, 47, 0.2),
    -1px 0 3px 0 rgba(47, 47, 47, 0.1);
}

.next-button:hover {
  box-shadow: -2px 0 16px 0 rgba(47, 47, 47, 0.2),
    -1px 0 3px 0 rgba(47, 47, 47, 0.1);
}

.containerBuscarPorCategorias > h2,
.containerBuscarPorMarcas > h2 {
  font-size: 20px;
}

.logoEnvioGratis {
  height: 40px;
  margin-right: 10px;
}

.agregar-al-carrito {
  color: #ffffff;
  margin-bottom: 9px !important;
  width: 100%;
  transition: all 0.2s;
}

.agregar-al-carrito:active,
.agregar-al-carrito:focus {
  outline: 0;
  border: none;
  text-decoration: none;
}

.link-agregar-al-carrito:active,
.link-agregar-al-carrito:focus {
  outline: 0;
  border: none;
  text-decoration: none;
}

.productoSinStock {
  cursor: not-allowed;
  font-size: 14px;
}

.containerDescuentoProducto {
  position: absolute;
  width: calc(100% - 10px);
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  top: 0;
}

.containerDescuentoProducto .descuento {
  width: 70px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

.containerDescuentoProducto .descuento .descuento-porcentaje {
  font-weight: 600;
  color: #fff;
}

.containerDescuentoProducto .descuento .descuento-tipo {
  font-size: 10px;
  color: rgb(229, 255, 0);
}

.containerDescuentoProducto .exclusivo,
.ultimasUnidades {
  background-color: #00aced;
  font-size: 10px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 115px;
}

@media screen and (max-width: 768px) {
  .containerDescuentoProducto .exclusivo,
  .ultimasUnidades {
    max-width: 132px;
    width: 86%;
    padding: 2px 0;
  }
}

.containerDescuentoProducto .exclusivo {
  padding: 0 10px;
  height: 35px;
  position: absolute;
  right: 0;
  margin-right: 10px;
}

.thumbnail {
  position: relative;
  border: none !important;
  border-radius: 2px;
  border: solid 1px #d0d0d0 !important;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(103, 103, 103, 0.5);
  -moz-box-shadow: 0px 0px 15px -10px rgba(103, 103, 103, 0.5);
  box-shadow: 0px 0px 15px -10px rgba(103, 103, 103, 0.5);
}

.thumbnail-producto > .caption {
  border-radius: 0 0 10px 10px;
  text-decoration-line: none !important;
}

.containerFavorito {
  display: flex;
  position: absolute;
  top: 200px;
  right: 0;
  width: auto;
  height: auto;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
}

.containerFavorito img {
  width: 50px;
  height: 50px;
}

.codigo {
  min-height: 20px;
  font-size: 12px;
  margin-top: 5px;
}

.containerPromociones {
  width: 100%;
  height: auto;
  position: inherit;
  justify-content: flex-start;
}

.containerPromociones .descuento,
.containerPromociones .exclusivo {
  margin-left: 0;
  margin-right: 0;
  position: inherit;
  font-size: 14px;
  text-decoration: none;
}

.containerPromociones .descuento {
  margin-right: 8px;
}

.containerBeneficios {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.containerBeneficios > div {
  font-size: 13px;
  width: auto;
  max-width: none;
  margin-right: 8px;
  padding: 0.3rem 1.2rem;
}

.containerBeneficios .envioGratisContainer h4 {
  /* background: #00aced; */
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
}

.containerPromociones img,
.containerBeneficios img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}

.containerDescuentoProducto .containerImagenListaProducto {
  width: 50px;
  min-height: 50px;
  background-color: transparent !important;
}

.containerDescuentoProducto .containerImagenListaProducto .imagenListaProducto {
  margin: 0;
}

.containerTalles {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#detalle-producto .containerTalles h2 {
  font-size: 18px;
}

.containerTalles .talles {
  width: 100%;
  display: flex;
  justify-items: flex-start;
}

.containerTalles .talles button {
  margin-right: 8px;
  background-color: transparent;
  font-size: 12px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: solid 1px #2e2e2e;
}

#detalle-producto .marca-nombre {
  padding: 0;
}

#detalle-producto .marca-nombre .nombre {
  margin-bottom: 0;
}

.marca-nombre .caracteristica {
  position: absolute;
  margin-top: -30px;
  padding: 2px 4px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

.marca-nombre a {
  text-decoration: none !important;
  color: #2e2e2e;
  font-size: 22px;
  position: relative;
}

.marca-nombre a h2 {
  font-size: 22px;
}

.marca-nombre .marca a h2 {
  font-weight: 500;
}

.marca-nombre .nombre {
  font-weight: 300;
  font-size: 18px;
  margin-top: 10px !important;
}

.thumbnail-producto a {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
}

.thumbnail-producto a .imagenProducto {
  width: auto;
  height: 100%;
  max-height: 250px;
}

.thumbnail-producto .marca-nombre .marca {
  margin-bottom: 5px;
}

.thumbnail-producto .marca-nombre .marca a h4 {
  font-size: 12px;
  font-weight: 500;
}

.thumbnail-producto .marca-nombre .codigo {
  margin-top: -6px;
  font-size: 10px;
}

.specialColumn .containerBeneficiosProducto {
  height: 15px;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 5px 0;
}

.beneficioEnvioGratis {
  font-size: 10px;
  font-weight: 600;
  /* background-color: #28B463; */
  color: #28b463;
  /* padding: 3px 10px; */
  width: 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
}

.containerPrecio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  height: 50px;
}

.teAhorras {
  font-size: 12px;
  margin: 0 0 0 10px;
  /* position: absolute; */
  width: 100%;
  left: 0;
  /* margin-bottom: -35px; */
  margin: 0;
  color: #2e2e2e;
}

.precio {
  font-size: 20px;
  /* 	font-weight: 600; */
}

.precioConDescuento,
.precioSinDescuento {
  margin-bottom: 0;
}

.precioConDescuento {
  font-size: 20px;
  font-weight: bold;
}

.precioSinDescuento {
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 400;
  line-height: 1;
}

.containerMarcasLeftSide,
.containerCategoriasLeftSide {
  min-height: 0;
  /*height: auto;*/
  display: flex;
  flex-direction: column;
  /* max-height: 150px; */
}

.containerMarcasLeftSide h2,
.containerCategoriasLeftSide h2 {
  font-size: 14px;
}

.containerMarcasLeftSide ul,
.containerCategoriasLeftSide ul {
  min-height: 10px;
  height: auto;
  position: relative;
  /* max-height: 100px; */
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .beneficioEnvioGratis {
    font-size: 12px;
    width: 120px;
  }

  .ultimasUnidades {
    font-size: 12px;
  }
}

.containerResultadosBuscador {
  width: 100% !important;
  padding-top: 0 !important;
  margin-top: 15px;
  max-width: 1200px;
}

.containerSinResultados .containerButtonVolverInicio {
  display: flex;
  justify-content: center;
}

.containerSinResultados .containerButtonVolverInicio a {
  height: 40px;
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--btn-info);
  text-decoration: none;
  color: #fff;
}

.containerCategoriasSlider {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.containerCategoriasSlider a {
  overflow: hidden;
  color: black;
}

.containerCategoriasSlider a img {
  width: 100%;
  height: 100px;
}

.loadingProductos {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.loadingProductosActive {
  display: flex;
}

.bodyLoading {
  height: 100vh !important;
  overflow: hidden !important;
}

.fadeInLoading {
  opacity: 1 !important;
  transition: all 0.3s;
}

.fadeOutLoading {
  opacity: 0;
  transition: all 0.3s;
}

.fadeIn,
.fadeOut {
  transition: all 0.3s;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@media screen and (max-width: 420px) {
  .thumbnail-producto .marca-nombre .nombre a {
    font-size: 14px;
  }
  .precio {
    font-size: 16px;
  }
  .precioViejo {
    font-size: 14px;
  }
}

@media screen and (max-width: 398px) {
  .precio {
    margin-top: 20px;
  }
}

.thumbnail:hover {
  transform: scale(1.01);
  /* border: none !important; */
  -webkit-box-shadow: 0px 0px 15px -15px rgba(103, 103, 103, 0.5) !important;
  -moz-box-shadow: 0px 0px 15px -15px rgba(103, 103, 103, 0.5) !important;
  box-shadow: 0px 0px 15px -15px rgba(103, 103, 103, 0.5) !important;
}

#menu a {
  padding: 1em 0.2em !important;
  font-size: small;
}

.navbar-custom .navbar-brand img {
  height: 30px;
  width: auto;
}

.mercado-pago-logo {
  display: none;
}

#divSorteo {
  padding-top: 30px;
}

#divSorteo h2 {
  text-align: center;
}

#divSorteo .containerCompartir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

#divSorteo .containerCompartir p {
  margin: 0 15px;
}

#divSorteo .sorteoFormError {
  color: #cd1818;
  height: 30px;
}

#divSorteo #sorteoParticipanteForm .form-group {
  margin: 20px 0;
}

#divSorteo #sorteoParticipanteForm input[type="number"] {
  width: 100%;
}

#sorteoBanner {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*** Estilo del filtro de busqueda ***/

.filtrosMobile {
  display: flex;
  align-items: center;
}

.filtrosMobile img {
  display: block;
  margin-right: 10px;
}
.filtro-title h5 {
  width: 100%;
  padding: 5px;
  position: relative;
  text-align: left;
  color: #2e2e2e;
}

.filtro-title h5::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 2rem;
}

.filtro-title[aria-expanded="true"] h5::before {
  content: "\f106";
}

#filtros-agregados .list-group-item {
  border: unset;
  background: #f5f5f5;
}

#filtros-agregados .list-group-item .badge {
  background-color: unset;
  color: #000000;
}

#filtros-agregados .list-group-item .badge .glyphicon {
  color: #000000;
}

#filtros {
  margin-bottom: 80px;
  /* margin-top: 40px; */
}

#filtros a {
  color: #5f5f5f;
  text-decoration: none;
  font-weight: 500;
}

#filtros .filtro-body a {
  border: unset;
  background-color: #ffffff;
}

#filtros .filtro-body #filtroTalle,
#filtros .filtro-body #filtroColor {
  padding: 6px 12px;
}

#filtros .filtro-body a:hover {
  background-color: #000000;
  color: white;
}

#orderTitle {
  border-top: solid 1px #dad8d8;
  padding-top: 10px;
}

.filtro-title h5 {
  border-top: solid 1px #dad8d8 !important;
}

.filtro-title h4,
.filtro-title h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  word-wrap: no-wrap;
}

.filtro-title h4 .glyphicon-menu-down,
h5 .glyphicon-menu-down {
  padding-left: 15px;
  width: 40px !important;
  text-align: right;
  /* 	position: relative; */
  /* 	right: 15px; */
}

/*.filterPrice {
  padding: 20px 15px;
  margin: 8px 10px 0 10px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 1px #ccc;
}*/

.filterPrice {
  padding: 10px; 
  margin: 23px 5px 5px 10px; /
  width: 30px; 
  height: 30px; 
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5; 
  border: solid 1px #ccc;
  color: #333; 
  cursor: pointer;
  transition: background 0.1s, transform 0.1s; 
}

.filterPrice:focus {
  outline: none;
}

.price-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.price-slider h2 {
  width: 100%;
  text-align: left;
}
.price-slider > span {
  display: flex;
  height: 30px;
  padding-bottom: 70px;
}

.price-slider > span > label:first-child {
  margin-right: 10px;
}

.price-slider > span > label {
  text-align: left;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 12px;
}

.price-slider svg,
.price-slider input[type="range"] {
  position: absolute;
  left: 0;
  bottom: 0;
}
input[type="number"] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]:invalid,
input[type="number"]:out-of-range {
  border: 2px solid #e60023;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: var(--btn-info);
}
input[type="range"]:focus::-ms-fill-lower {
  background: var(--btn-info);
}
input[type="range"]:focus::-ms-fill-upper {
  background: var(--btn-info);
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--btn-info);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--btn-info);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--btn-info);
  opacity: 0.9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--btn-info);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--btn-info);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: var(--btn-info);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--btn-info);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}

.btn-favoritos {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin: 20px 0;
}

.fav-left .fa {
  margin-right: 5px;
}

.fav-right {
  background-color: #ffffff;
}

.promociones,
.categorias,
.marcas,
.filtrosAgregados,
.containerCaracteristicasLeftSide ul {
  list-style: none;
  padding: 0;
}

.promociones li,
.categorias li,
.marcas li,
.filtrosAgregados li {
  margin-bottom: 7px;
}

.marcas li,
.categorias li {
  display: flex;
}

.marcas li div,
.categorias li div {
  margin-left: 5px;
}

.agregarFiltros h2 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
}

.tituloFiltrosAgregados {
  font-size: 16px;
}

.containerLeftSide {
  border-bottom: 2px solid var(--border-color);
  border-top: 2px solid var(--border-color);
  cursor: pointer;
}

/*.containerPromocionesLeftSide h2 {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-flow: column;
  margin-bottom: 20px; 
}*/

.containerLeftSide {
  margin: 0 0 10px;
  padding: 10px 0 10px 0;
  display: flex;
  flex-flow: column;
  height: auto;
}

.filtro-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 0 10px;
  font-size: 13px !important;
}

.filtro-titulo{
  color: var(--border-color);
  font-size: 16px;
  font-weight: 500;
   margin-top: 6px;
}

.drop-icon-filter {
  margin: 5px 3px 3px 3px;
  font-size: 12px;
  color: var(--border-color);
}

.promociones li a,
.categorias li a,
.marcas li a,
.filtrosAgregados li,
.containerCaracteristicasLeftSide li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.promociones li a span,
.categorias li a span,
.marcas li a span,
.filtrosAgregados li span,
.containerCaracteristicasLeftSide li span {
  font-size: 12px;
  height: 15px;
}

.promociones li a span:first-child,
.categorias li a span:first-child,
.marcas li a span:first-child,
.filtrosAgregados li span:first-child,
.containerCaracteristicasLeftSide li span {
  margin-right: 3px;
  width: auto;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.promociones li a img,
.promociones li a input,
.categorias li a img,
.categorias li a input,
.marcas li a img,
.marcas li a input,
.filtrosAgregados li i {
  margin-right: 6px;
  width: 35px;
  height: 35px;
  margin-top: 0;
  cursor: pointer;
  object-fit: contain;
  transition: all 0.2s;
}

input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px;
  margin-right: 7px;
}

.filtrosAgregados li i,
.filtrosAgregados li span {
  color: rgb(70, 70, 70);
}

.filtrosAgregados li span {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.filtrosAgregados li i {
  font-size: 15px;
  color: #4a4a4a;
  height: auto;
}

.filtrosAgregados li i:hover {
  color: #ff2442;
  transition: all 0.2s;
}

.filtrosAgregados {
  border-bottom: solid 2px #f1f2f3;
  padding-bottom: 20px;
}

#renderMasCategorias,
#renderMasMarcas,
#renderMenosMarcas {
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 12px;
  /* color: #2e2e2e; */
  padding: 0;
  /* color: #4A4A4A; */
  color: var(--btn-info);
  /* font-weight: 500; */
  /* text-decoration: underline;	 */
}

#renderMenosMarcas {
  position: absolute;
  bottom: -20px;
}

.container-views {
  display: none;
}

.containerFiltrosMobile div:first-child {
  display: flex;
}

@media screen and (min-width: 325px) and (max-width: 768px) {
  .container-views {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-menu {
    width: 25px;
    height: 25px;
  }

  .icon-menu:first-child {
    margin-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  #filtros {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    transition: all 0.5s;
  }

  .marcas-slider-container {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .promociones,
  .categorias,
  .marcas,
  .filtrosAgregados {
    max-height: 130px;
    overflow-y: auto;
  }

  input[type="number"] {
    width: 115px;
  }
}

.containerFiltrosMobile {
  width: calc(100%);
  display: flex;
  justify-content: space-between;
  background-color: #e9e9f1;
  padding: 10px 20px;
  position: fixed;
  z-index: 20;
  top: 80px;
  left: 0;
}

.containerFiltrosMobile label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0;
  padding: 0 !important;
  height: auto !important;
  position: relative;
}

.containerFiltrosMobile label .fa-sort-down {
  margin-bottom: 7px;
  position: absolute;
  z-index: -1;
  right: 10px;
  /* margin-right: 20px; */
}

.containerFiltrosMobile label .fa-sort-up {
  display: none;
  position: absolute;
  z-index: -1;
  right: 10px;
}

.inactive {
  display: none !important;
}

/* .active{
	display: block !important;
	margin-top: 3px;
} */

/* #ordenarPor{
	padding-right: 4px;
} */

.containerFiltrosMobile button,
.containerFiltrosMobile select {
  background-color: transparent;
  width: 107px;
  border: 1px solid #2e2e2e !important;
  padding: 0px 15px;
  border-radius: 50px;
  font-size: 12px;
  transition: all 0.2s;
  border: none;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.containerFiltrosMobile button {
  border: none;
}

.containerFiltrosMobile select {
  margin-left: 4px;
}

.filtrosMobileActive {
  background-color: #ccc !important;
}

/*** fin filtros de busqueda ***/

/*** Pantalla de productos ***/

#productosRelacionados h2 {
  font-size: 18px;
}

@media (max-width: 768px) {
  #productos {
    padding: 0 !important;
  }
  .special {
    padding: 0 !important;
  }
  .imagenProducto {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }

  #productosRelacionados .upperCase,
  #productosComplementarios .upperCase {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #productosRelacionados small,
  #productosComplementarios small {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }

  #productosRelacionados small .btn-ver-mas {
    width: auto;
    text-align: center;
    width: 70px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 992px) {
  #filtros {
    margin-top: 0;
    padding: 0;
    width: 100vw;
    margin-left: -6%;
  }

  .containerFiltros {
    display: none;
    position: fixed;
    left: 0;
    transition: all 0.2s;
    z-index: 1000;
    width: 100%;
    max-width: 500px;
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    top: 148px;
  }

  .containerFiltrosActive {
    display: flex;
    flex-direction: column;
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.2));
    transition: all 0.2s;
  }
}

@media screen and (max-height: 667px) {
  .agregarFiltros {
    height: 480px;
    /*overflow-y: scroll;*/
  }
}

.caption p {
  /* height: 40px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.precioConDescuento {
  flex-direction: row !important;
  align-items: center;
}

.precioConDescuento .c-u {
  margin-left: 8px;
  font-size: 10px;
  color: gray;
}

.marca-nombre {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 60px;
}

.producto-content #seleccionColores {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 20px;
}

.producto-content #seleccionColores div:first-child {
  display: flex;
  align-items: center;
}

#seleccionColores .btn-group {
  margin-left: 2em;
}

.marca a {
  color: #000000;
  font-weight: 600;
}

.nombre {
  font-weight: 300;
}

#containerInformacionProducto > div:last-child {
  padding-left: 50px;
}

#containerInformacionProducto div:first-child {
  padding-left: 0;
}

.containerCaracteristicas {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.containerCaracteristicas .caracteristica {
  display: flex;
  min-width: 90px;
}

.containerCaracteristicas table tbody {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.containerCaracteristicas table tbody tr {
  width: 100%;
  display: flex;
}

.containerCaracteristicas table tbody tr td {
  padding: 10px;
  text-align: left;
  width: 50%;
}

.containerCaracteristicas .caracteristica > p {
  margin-bottom: 0;
}

.containerCaracteristicas .caracteristica > span {
  margin-left: 0;
}

.containerCaracteristicas > h4 {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .containerCaracteristicas {
    padding-left: 0;
    margin-top: 20px;
    border-top: solid 1px #f1f2f3;
  }
}

.containerDescripcion {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px 0;
  border-top: solid 1px #f1f2f3;
}

#containerInformacionProducto {
  display: flex;
}

#containerInformacionProducto > div {
  width: 50%;
  min-width: 350px;
}

@media screen and (max-width: 768px) {
  .containerDescripcion {
    width: 95%;
  }
  #containerInformacionProducto {
    flex-direction: column;
  }

  #containerInformacionProducto > div:last-child {
    padding-left: 0;
  }

  #containerInformacionProducto > div {
    width: 100%;
    min-width: 200px;
    padding-left: 0;
  }

  #containerInformacionProducto .containerInformacionProducto > div {
    width: 100%;
    padding-left: 0;
  }
}

.containerDescripcion h2 {
  font-size: 20px;
  margin: 10px 0;
}

.containerDescripcion h2 a {
  color: #2e2e2e;
  text-decoration: none;
}

.descripcion h5 {
  font-weight: 200;
}

.descripcion a {
  text-decoration: none;
  color: #000000;
}

.descripcion iframe {
  width: 100% !important;
  min-height: 500px !important;
}

.descripcion-content {
  text-align: justify;
  text-justify: inter-word;
}

.containerCaracteristicas table tbody tr:nth-of-type(2n + 1) {
  background-color: #e8e8e5;
}

/* Párrafos pares */
.containerCaracteristicas table tbody tr:nth-of-type(2n) {
  background-color: #f7f6f2;
}

.cantidad-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 	margin-bottom: 10px; */
}

#cantidad-btns {
  max-width: 150px;
}

.shareProduct {
  margin-left: 20px;
  width: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 50%;
}

.shareProduct a i {
  font-size: 20px;
  color: #2e2e2e;
}

.shareProduct ul > div {
  background-color: #fff;
  filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.3));
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

.font-weight-300 {
  font-weight: 300;
}

.caracteristica {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.caracteristica span {
  margin-left: 5px;
}

.cantidad-group .input-group {
  /* margin-left: 2em; */
}

.cantidad-group #cantidad {
  text-align: center;
  min-width: 40px;
}

@media (max-width: 768px) {
    .cantidad-group #cantidad {
        height: 39px; 
	    margin-top: 5px;
        border-radius: 2.5px;
	    padding-top: 10px;
	    padding-bottom: 10px;
    }
}

.cantidad-container {
  display: flex;
}

.cantidad-group #cantidad::-webkit-outer-spin-button,
.cantidad-group #cantidad::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.agregar-carrito-container {
  margin: 2rem 0;
}

.warning-danger {
  display: none;
  color: #ff0c00a3;
  padding: 15px;
  border: 1px dashed #ff0c00a3;
  max-width: 390px;
  background-color: #ff0c001a;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
}

.containerButtonDeseoEnterarme {
  padding: 0;
}

#btnAgregar {
  padding: 15px;
}

.cantidad-group #cantidad[type="number"] {
  -moz-appearance: textfield;
}

.btn-agregar {
  padding: 10px 15px;
  border-radius: 2px;
  font-size: 15px;
  outline: none !important;
}

@media (max-width: 768px) {
  .btn-agregar {
    width: 100% !important;
  }

  .shareProduct {
    display: flex;
  }
}

.btn-comunicate {
  color: #000000;
  margin-left: 10px;
}

.containerForm {
  width: 100%;
  background-color: #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.containerForm .form {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.containerForm .form h2,
.containerForm .form h3 {
  margin: 0;
}

.containerForm .form h2 {
  font-size: 24px;
  font-weight: 600;
}

.containerForm .form h3 {
  font-size: 18px;
  font-weight: inherit;
}

.containerForm .form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
}

.containerForm .form form .form-group:first-child {
  margin-bottom: 0 !important;
}

.containerForm .form form .form-group {
  width: 100%;
  margin: 0;
}

.btn-mail {
  width: 200px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 5px 0px !important;
}

#sorteoParticipanteForm {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

#sorteoParticipanteForm .form-group {
  width: auto;
}

#sorteoParticipanteForm .form-group input {
  text-align: left;
}

#sorteoParticipanteForm .form-group .termycon {
}

/* @media (max-width: 352px) { */
/* 	.btn-comunicate { */
/* 		margin-left: 0!important; */
/* 	} */
/* } */

.producto-linea {
  height: 70px;
  width: 70px;
  overflow: hidden;
}

.producto-linea img {
  margin-bottom: 5px;
  height: 70px !important;
  width: auto;
  border-radius: 10px;
  transition: all 0.2s;
}

.precio-container {
  display: flex;
  align-items: flex-end;
  margin: 10px 0;
  border-bottom: solid 1px #f1f2f3;
  padding-bottom: 10px;
}

.producto-linea img:hover {
  transform: scale(1.03);
}

.producto-promo .descuento-producto {
  border-radius: 20px 20px 20px 0px !important;
  position: inherit;
  font-size: 20px;
  margin-left: 10px;
}

.btn-ver-mas,
.btn-ver-mas:hover {
  color: #000000;
}

.btn-ver-mas i {
  margin-left: 5px;
}

/*** fin pantalla de productos ***/

/* Nuevo diseño de footer */
.footer-bs {
  background-color: #ffffff;
  border-top: 1px solid #e5edef;
  border-bottom: 5px solid #e60aa8;
  padding: 60px 113px 60px 138px;
  color: #000000;
  /*  	margin-bottom: 60px; */
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
}

#productosComplementarios {
  margin-top: 20px;
}

.presentacionesDesktop h3 {
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 320px) {
  .footer-bs {
    /* 		padding: 60px 30px 60px 57px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-brand img,
  .footer-cert img {
    width: 75%;
  }
}

@media screen and (max-width: 411px) {
  .footer-bs .row {
    flex-direction: column;
    align-items: center;
  }
  .footer-brand,
  .footer-nav,
  .footer-social,
  .footer-alianzas,
  .footer-cert {
    width: 90% !important;
  }

  .chester {
    width: 80% !important;
  }

  .footer-brand img,
  .footer-cert img {
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 360px) and (max-width: 411px) {
  .footer-bs {
    /* 		padding: 60px 74px 60px 84px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .footer-bs {
    /* 		padding: 60px 74px 60px 84px; */
    padding: 0 !important;
    display: flex;
    /* 		flex-direction: column; */
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-bs > div {
    width: 96%;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
  }
  .footer-brand img,
  .footer-cert img {
    margin: 0 auto !important;
  }
}

@media (max-width: 991px) {
  .footer-bs {
    margin: 0 auto !important;
    width: 95%;
  }

  .footer-bs > div {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-nav,
  .footer-social,
  .footer-brand,
  .footer-cert {
    width: 50%;
  }

  .footer-brand img,
  .footer-cert img {
    margin: 0 !important;
  }

  .presentacionesDesktop {
    display: none;
  }
  .presentacionesMobile {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .containerFiltrosMobile {
    top: 115px;
  }
}

@media screen and (min-width: 360px) and (max-width: 768px) {
  #filtros .containerFiltrosMobile {
    top: 130px!important;
  }
}

@media screen and (max-width: 325px) {
  .containerFiltrosMobile {
    top: 154px;
  }

  #productos{
    margin-top: 25px;
  }
}

@media screen and (min-width: 326px) and (max-width: 360px) {
  .containerFiltrosMobile {
    top: 132px;
  }
}

@media (min-width: 991px) {
  .footer-bs .row {
    display: flex;
    justify-content: center;
  }

  /* .galleria-theme-classic .galleria-stage {
		top: 0!important;
	}

	.galleria-theme-classic .galleria-thumbnails-container{ 
		height: 100%!important;
		width: 80px;
]		top: 0;
		position: absolute;
		left: 0!important;
		z-index: 89;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.galleria-thumbnails-list {
		margin: 0!important;
	}

	.galleria-thumbnails {
		width: 80px!important;
		height: 80px!important;
	}

	.galleria-thumbnails-container  .galleria-image {
		background-color: transparent!important;
		border: solid 1px #f1f2f3!important;
	}

	.galleria-thumbnails-container  .galleria-image, .galleria-thumbnails-container .galleria-image img {
		width: 100%!important;
		height: 100%!important;
	}

	.galleria-image img {
		left: initial!important;
		right: 0!important;
		width: 80%!important;
		height: auto!important;
	}

	.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left, 
	.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
		display: none!important;
	}

	.galleria-image-nav-right, .galleria-image-nav-left {
		opacity: 0!important;
		transition: all .2s;
	}

	.galleria-image-nav-right:hover, .galleria-image-nav-left:hover {
		opacity: .4!important;
		transition: all .2s;
	}

	.galleria-theme-classic .galleria-image-nav {
		width: 80%!important;
		right: 0!important;
		left: auto!important;
	} */

  .containerFiltrosMobile {
    display: none;
  }
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-cert,
.footer-bs .footer-ns {
  padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-cert,
.footer-bs .footer-ns {
  border-color: transparent;
}

.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
  font-size: 12px;
  color: #00000070;
}

.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
  color: #00000070;
  font-size: 12px;
}

.footer-bs .footer-nav ul.pages a:hover {
  color: #00000080;
  text-decoration: none;
}

.footer-bs .footer-nav h3,
.footer-bs .footer-brand h3,
.footer-bs .footer-social h3 {
  font-size: 13px;
  /* 	text-transform: uppercase; */
  /* 	letter-spacing: 3px; */
  margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
  color: rgba(0, 0, 0, 0.8);
}

.footer-brand a:hover,
.footer-bs .footer-nav ul.list a:hover,
.alianza-item {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-social .footer-social-item .fa {
  padding: 0 5px;
}

.footer-bs .footer-social .footer-social-item .fa-facebook {
  padding: 0 7px;
}

.footer-bs .footer-social h4 {
  font-size: 13px;
  /* 	text-transform: uppercase;
	letter-spacing: 3px; */
}

.footer-bs .footer-social li {
  padding: 5px 4px;
}

.footer-bs .footer-social a {
  color: rgba(0, 0, 0, 1);
}

.footer-bs .footer-social a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 13px;
  /* 	text-transform: uppercase;
	letter-spacing: 3px; */
  margin-bottom: 10px;
}

.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.alianzas ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 591px) {
  /* 	.alianzas ul { */
  /* 		flex-direction: column; */
  /* 		align-items: flex-start; */
  /* 	}	 */

  /* 	.alianza-item { */
  /* 		align-items: flex-start; */
  /* 	} */
}

.alianza-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
  text-align: center;
}

.alianza-item img {
  max-height: 50px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-cert,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(0, 0, 0, 0.1);
  }

  
}

.by-geco {
  background-color: #fafaf8;
  padding: 0.5em 1em;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: -1;
}

.by-geco .version {
  width: 50%;
}

.by-geco .sign {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.by-geco .copyright span {
  font-weight: 300;
  color: #00000070;
}

.by-geco-sign a {
  font-weight: 400;
  color: #00000070;
}

.by-geco-logo img {
  width: 35px;
  margin: 5px 1em;
}

.float-wa {
  position: fixed;
  bottom: 3em;
  right: 4em;
  z-index: 200;
  transform: translateX(2em);
  transition: all 0.45s;
}

.button-wa {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
}

.button-wa img {
  width: 100%;
  height: 100%;
}
.button-wa:hover {
  background-color: #25d36660;
  color: #25d366;
  text-decoration: none;
}

.close-wa {
  position: absolute;
  top: -8px;
  right: -4px;
  padding: 0 4px;
  border-radius: 35px;
  background-color: #ffffff;
  color: #00000085;
  z-index: 201;
}

.close-wa:hover {
  box-shadow: -2px 0 16px 0 rgba(47, 47, 47, 0.2),
    -1px 0 3px 0 rgba(47, 47, 47, 0.1);
}

.containerRedesSoc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.redes i.fa {
  background-color: transparent;
}

/* .redes i.fa-whatsapp {
	color: #25d366;
}

 */
.jssocials-share-link {
  background-color: transparent !important;
}

.jssocials-share-twitter .jssocials-share-link {
  color: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background-color: #00aced !important;
  color: #ffffff;
}

.jssocials-share-facebook .jssocials-share-link {
  color: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background-color: #3b5998 !important;
  color: #ffffff;
}

.jssocials-share-whatsapp .jssocials-share-link {
  color: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background-color: #29a628;
  color: #ffffff;
}

.subscribe-container {
  display: flex;
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.subscribe-container div img {
  width: 110px;
}

.subscribe-container .form-group {
  margin: 0 !important;
}

.subscribe-container form .form-group label {
  padding: 0 !important;
  height: 20px;
}

.subscribe-container form .form-group input {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .containerForm .form {
    flex-direction: column !important;
    justify-content: center;
    text-align: center;
  }

  .containerForm .form form .form-group,
  .btn-mail {
    margin: 0 auto !important;
  }

  .subscribe-container div:last-child h2 {
    margin-top: 20px;
  }

  .subscribe-container div:first-child img {
    width: 100%;
    max-width: 150px;
  }
}

@media screen and (max-width: 550px) {
  .containerForm .form h2 {
    font-size: 2.5rem;
  }
  .subscribe-container {
    flex-direction: column;
  }

  .subscribe-container div:last-child {
    margin-top: 50px;
  }
}

/*estilo puntos suspensivos en nombre de productos*/

.suspensivo {
  font-weight: 800;
  letter-spacing: 1px;
}

.containerError {
  text-align: center;
}

/*estilos ver mas promociones*/

.containerRender {
  display: flex;
  justify-content: center;
}

.containerRenderMas button,
.containerRenderMenos button {
  background-color: transparent;
  border: none;
  outline: none;
}

.marcas-slider-item .noDisponible{
  padding: 15px;
}

.carousel .noDisponible{
  height: 550px !important;
  object-fit: contain;
}

@media (min-width: 1441px){
  .bannerLarge {
    
  }
}

.coloresTalles {
    top: 10px;
    right: 10px;
/*     z-index: 1000; */
    width: max-content;      /* Ajusta el ancho para que solo ocupe el espacio necesario */
    margin: 0 auto;          /* Centra dentro de su contenedor si es necesario */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

/*DE ESTA FORMA AL OCULTARSE NO CAMBIA LA VISUAL DE LA TARJETA*/
.hiddenTallesColores {
  visibility: hidden;
}

.coloresTalles span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle;
}