:root{
  --warning: #EF7F00;
}
.form-control::placeholder{
  color: #9b9b9b;
}
body{
  background:#f6f6f6;
}
.text-warning{
  color: var(--warning) !important;
}
.btn-add-cart{
  background: #F6F6F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px #00000029;
  font-size: .8rem;
  transition: .4s;
  margin: 18px;
  margin-bottom: 5px;
  width: -webkit-fill-available;
  position: relative;
  bottom: 75px;
  width: 85%;
}
.btn-add-cart:hover{
  background: var(--color-mcd);
  color: #fff;
}
.pointer{
  cursor: pointer !important;
}
.height-auto{
  height: auto !important;
}
.color-mcd{
  color: var(--color-mcd) !important;
}
.r-0{
  right: 0px !important;
}
.l-0{
  left: 0px !important;
}
.navbar-height-mcd{
    height: 90px;
    /* height: 112px; */
    /* height: auto; */
}
.navbar{
  transition: .4s;
}
/* BUTTONS MCD */
.btn-mcd {
  font-weight: 600;
  color: var(--theme);
  background-color: var(--mcd);
  border-color: var(--mcd);
}
.btn-mcd:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-check:focus + .btn-mcd, .btn-mcd:focus {
  color: #fff;
  background-color: var(--mcd);
  border-color: var(--mcd);
  box-shadow: 0 0 0 0.25rem var(--mcd);
}
.btn-check:checked + .btn-mcd, .btn-check:active + .btn-mcd, .btn-mcd:active, .btn-mcd.active, .show > .btn-mcd.dropdown-toggle {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-check:checked + .btn-mcd:focus, .btn-check:active + .btn-mcd:focus, .btn-mcd:active:focus, .btn-mcd.active:focus, .show > .btn-mcd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 20, 21, 0.5);
}
.btn-mcd:disabled:hover, .btn-mcd.disabled:hover, .btn-add-cart.disabled:hover {
  background: #b3b3b3;
  color: #000;
  cursor: not-allowed;
  border-color: #b3b3b3;
}
.btn-mcd:disabled, .btn-mcd.disabled {
  opacity: .65;
}
.text-black{
  color: #000 !important;
}
.btn-transparent{
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:focus{
  box-shadow: none !important; 
}
tr.va-middle td{
  vertical-align: middle !important;
}
.btn-outline-mcd {
  color: var(--mcd);
  border-color: var(--mcd);
}

.btn-outline-mcd:hover {
  color: #fff;
  background-color: var(--mcd);
  border-color: var(--mcd);
}

.btn-outline-mcd:focus, .btn-outline-mcd.focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 140, 20, 0.5);
}

.btn-outline-mcd.disabled, .btn-outline-mcd:disabled {
  color: var(--mcd);
  background-color: transparent;
}

.btn-outline-mcd:not(:disabled):not(.disabled):active, .btn-outline-mcd:not(:disabled):not(.disabled).active,
.show > .btn-outline-mcd.dropdown-toggle {
  color: #fff;
  background-color: var(--mcd);
  border-color: var(--mcd);
}

.btn-outline-mcd:not(:disabled):not(.disabled):active:focus, .btn-outline-mcd:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 140, 20, 0.5);
}
.br-0{
  border-radius: 0 !important;
}
.bg-main{
  background-color: var(--mcd);
  width: 100%;
  height: 16rem;
}
.bg-mcd{
  background-color: var(--mcd);
}
.navbar-dark .navbar-toggler:focus{
  outline: none;
  /* border: 1px solid white; */
}
.carrito-mobile{
  width: 50px;
  height: 30px;
  position: relative;
  left: 7px;
}
.carrito-mobile a{
  position: relative;
  top: 2px;
}
.carrito-mobile span{
  position: absolute;
  left: 17px;
  top: -1px;
}
.navbar-collapse.show .carousel{
  display: none;
}
.bg-cart{
  background: var(--mcd);
}
.btn-add-cart-mobile{
  font-size: .7rem;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%);
  padding: 10px;
  text-align: center;
}
.carrito-mobile svg{
  margin-left: 5px;
  padding-left: 0px;
}
.navbar.bg-mcd .nav-link{
  color: var(--theme);
}
.nav-item a.nav-link, .nav-item span.nav-link{
  font-size: .8rem;
  cursor: pointer;
}
.bg-gray{
  background-color: #DDDDDD;
}
.br-50{
  border-radius: 50%;
}
.display-contents{
  display: contents;
  cursor: pointer;
}
.mt--6{
  margin-top: -9.5rem;
}
.mt--2{
  margin-top: -1rem;
}
.font-weight-600{
  font-weight: 600;
}
.custom-control-label-mcd{
  padding-top: 4px;
  padding-left: 8px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--mcd) !important;
  background-color: var(--mcd) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  /*box-shadow: 0 0 0 0.2rem rgb(209 20 21 / 25%);*/
  box-shadow:none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  /* border-color: var(--mcd); */
  border-color: #adb5bd;
}
.custom-control-label::before{
  background: #d5d5d5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--mcd)74;
  border-color: var(--mcd)74;
}
.form-group label{
  color: #646464;
}
.custom-control-label-mcd::before{
  width: 1.5rem;
  height: 1.5rem;
}
.custom-control-label-mcd::after{
  top: 0.5rem;
  left: -1.25rem;
}
.menu-buscador{
  display: block;
  width: 580px;
}
.buscador-principal{
  height: 30px;
  font-size: .8rem;
  /* border-right: 0; */
  padding: 18px 10px;
  border-radius: 0 !important;
}
input.buscador-principal::placeholder{
  font-style: italic;
}

.buscador-input-group{position: relative;}
.buscador-input-group button{
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  padding-left: 15px;
  border-left: 1px solid rgba(0,0,0,0.2);
  height: 80%;
  display: flex;
  align-items: center;
  transition: .3s;
}
.buscador-input-group button:hover{
  background: #f1f1f1;
}
.buscador-input-group button i svg path{
  transition: .3s;
}
.buscador-input-group button:hover i svg path{
  fill: #646464;
}
.menu-nav{
  width: 100%;
  display: flex;
}
.menu-nav a{
  color: var(--theme);
  font-size: .8rem;
  margin-top: 7px;
  margin-right: 20px;
}
.menu-nav a{
  text-decoration: none;
  padding-right: 5px;
}
.menu-nav a:last-child{
  border-right: none;
}
.menu-nav a:hover{
  /* color: rgba(255, 255, 255, 0.75); */
  filter: contrast(0.5);
}
.product-show-header{
  color: var(--theme);
  text-align: center;
}

.dropdown-menu-glass{
  background: #f1f1f1a7;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 12px;
  transition: 1s;
}
.dropdown-menu-glass.show{
  transition: 1s;
}
/* .dropdown-menu-glass.show::after{
  content: '';
  position: absolute;
  top: -8px;
  left: 10px;
  width: 0px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f1f1a7;
} */
.button-close-modal:active, .button-close-modal:focus{
  outline:none;
}
.outline-none:focus{
  outline:none;
}
.font-weight-500{
  font-weight: 500 !important;
}
.text-color-secondary{
  color: var(--color-secondary) !important;
}
.bg-color-secondary{
  background: var(--color-secondary) !important;
}
.bg-lightgray{
  background: #ccc;
}
.prettydropdown.border-lightgray-ul > ul{
  color: #8f8f8f;
}
.border-lightgray-ul ul{
  border: 1px solid #e7e7e7 !important;
}
.button-close-modal{
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 2rem !important;
    font-weight: 300 !important;
    opacity: .8;
    text-shadow: none;
}
.font-weight-300{
  font-weight: 300;
}
/*
.dropdown-menu-glass::after{
  content: '';
  position: absolute;
  top: -10px;
  left: 10px;
  width: 10px;
  height: 10px;
  backdrop-filter: blur(5px);
  border: none;
  outline: none;
  background: conic-gradient(at 50% 50%,transparent 135deg,#f1f1f1a7 0,#f1f1f1a7 225deg, transparent 0);
}
*/
.dropdown-menu-glass a{
  color: #000;
  background: none;
  transition: .4s;
}
/* border bottom */
.dropdown-menu-glass a:hover{
  text-decoration: underline;
  background:none;
}
.bg-gray{
  background-color: #DDDDDD;
}
.display-inline-block{
  display: inline-block;
}
.visible-none{
  visibility: hidden;
}
.pointers-none:focus{
  box-shadow: none;
  outline: none;
}
.pointers-none:active{
  box-shadow: none;
  outline: none;
}
footer{
  background: #DDDDDD;
  padding: 1rem;
  width: 100%;
}
.footer-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem; 
}
.row-grid-footer{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer-nav .site{
  display: block;
  align-self: start;
}
.footer-nav .site h5{
  color: #646464;
  font-size: .8rem;
  font-weight: 600;
}
.footer-nav .site .links{
  display: flex;
  flex-direction: column;
}
.footer-nav .site .links a:first-child{
  margin-top: 0px;
}
.footer-nav .site .links a{
  color: #646464;
  font-size: .7rem;
  font-weight: 400;
  padding-top: 5px;
}
footer .text-footer{
  text-align: center;
  color: #707070;
  font: normal normal 300 12px/16px Montserrat;
}
.navbar{
  z-index: 9999;
}
.card-mobile-profile h1{
  font-size: .7rem;
  font-weight: 600;
}
.card-mobile-profile .actions{
  margin-left: 17px;
}
.card-mobile-profile .actions .btn{
  font-size: .6rem;
  font-weight: 600;
  width: 110px;
}
.icon-filter path{
  fill: var(--text-dark) !important;
}
.text-mcd{
  color: var(--mcd) !important;
}
.text-theme{
  color: var(--theme) !important;
}
.producto.subdominio{
  height: 400px !important;
  min-height: 400px !important;
}
a.categoria-inicio{
  font-size: .8rem;
}
@media (max-width: 991px){
  .container {
      max-width: 100%;
  }
}
@media (max-width: 1024px) {
  /*
  .menu-nav{
    flex-direction:column;
    align-items: start;
  }
  .menu-nav a{
    color: #000;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
  }
  */
  .menu-nav a svg{
    width: 25px !important;
    fill: #000;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  a.categoria-inicio img{
    width: 50px !important;
  }
  a.categoria-inicio{
    font-size: .6rem;
  }
  .producto .producto-bottom .description{
    margin-top: .2rem !important;
  }
  .producto .producto-bottom .price-sug{
    margin-top: 0px !important;
  }
  .bg-main{
    height: 7rem;
  }
  .text-profile{
    font-size: 1rem !important;
    margin-top: -1.4rem !important;
  }
  .producto.subdominio{
    height: 300px !important;
    min-height: 300px !important;
  }
  .producto.no-user{
    height: 250px !important;
    min-height: 250px !important;
  }
  h2.related{
    font-size: 1rem !important;
  }
  .carrito .badge{
    padding: 0.1em 0.1em !important;
    width: 20px;
  }
  .row-grid-footer{
    grid-template-columns: 1fr;
  }
  .text-footer{
    text-align: justify;
  }
  .producto .producto-bottom{
    /* padding-bottom: 35px !important; */
  }
  .container-producto-mobile:nth-child(odd){
    padding-right: 7px;
  }
  .container-producto-mobile:nth-child(even){
    padding-left: 7px;
  }
  .container-producto-mobile .producto .producto-header span, .container-producto-mobile .producto .producto-header span span{
    font-size: .7rem;
  }
  .favorite button i svg{
    width: 14px;
    height: auto;
  }
  .container-producto-mobile .producto .image{
    height: 180px;
  }
  .container-producto-mobile .producto .img-brand{
    width:40px;
    top: 153px;
  }
  .container-producto-mobile .producto .producto-bottom .price{
    font-size: 1rem;
  }
  .container-producto-mobile .producto .producto-bottom .price span{
    font-size: .6rem;
  }
  .container-producto-mobile .producto .producto-bottom .price-sug{
    font-size: .62rem;
  }
  .container-producto-mobile .producto .producto-bottom .description p{
    font-size: .7rem;
    height: 30px;
  }
  .buscador-principal{
    font-size: .8rem;
    height: 35px;
  }
  .menu-nav a{
    margin-top: .8rem;
    font-size: .8rem;
  }
  .btn-sm-block{
    width: 100%;
  }
  .full-image{
    box-shadow:none !important;
  }
  .modal-dialog.modal-dialog-centered.eliminar{
    width: calc(100% - 15px) !important;
  }
}
.bg-pagination{
  background: var(--mcd) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0px !important;
}
.codigo-producto-header{
  position: relative; 
  left:15px; 
  width:100%;
}
@media (max-width: 576px) {
  .px-sm-2{
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .px-sm-3{
    padding-left: .7rem !important;
    padding-right: .7rem !important;
  }
  .px-sm-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .menu-buscador{
    width: 100%;
  }
  .banner-mobile{
    height: 10rem;
  }
  .row-grid-footer{
    grid-template-columns: 1fr 1fr;
  }
  .producto-header .favorite i{
    margin-right: 9px;
  }
  .codigo-producto-header{
    left: 20px;
  }
}
@media (min-width: 576px) {
  .menu-buscador{
    width: 230px;
  }
}
@media (min-width: 768px) {
  .menu-buscador{
    width: 300px;
  }
  .cuit{
    display: none !important;
  }
}
@media (max-width: 768px) {
  .badge-cart{
    left: 10px !important;
    top: -33px !important;
  }
  .menu-nav{
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu-nav a svg{
    margin-right: 10px;
  }
  .menu-nav a{
    color: #000;
  }
}
@media (min-width: 992px) {
  .menu-buscador{
    width: 430px;
  }
  .cuit{
    display: flex !important;
  }
}
@media (min-width: 1100px) {
  .menu-buscador{
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .menu-buscador{
    width: 610px;
  }
}
.fade-scale {
  -webkit-transition: all .30s linear !important ;
  -o-transition: all .30s linear !important ;
  transition: all .30s linear !important ;
  transform: scale(0) !important ;
  opacity: 0 !important;
  display: block !important;
}

.fade-scale.show {
  opacity: 1 !important;
  transform: scale(1) !important ;
}


/* PRODUCTOS */

.productos{
  margin-top: 2rem;
}
a.link-producto{
  text-decoration: none;
  width: 100%;
}
.producto.no-user{
  min-height: 300px;
  max-height: 300px;
  height: 300px;
}
.producto.lg{
  /* max-height: 442px; */
    max-height: 490px;
    height:100%;
}
.form-control:disabled, .form-control[readonly]{
  background-color: #d6d6d6;
}
.producto{
  min-height: 260px;
  max-height: 410px;
  height: auto;
  transition: .4s;
  padding-right: 0;
  padding-left: 0;
  box-shadow: 0px 2px 4px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #fff;
}
.producto.slider{
  height: 100%;
}
.producto:hover{
  /* opacity: 0.9; */
  /* box-shadow: 11px 7px 10px #00000029; */
  box-shadow: 0 7px 16px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}
tr.border-y-none th{
  border-top: none;
  border-bottom: none;
}
tr.border-top-none td{
  border-top: none;
}
.outline-none, .outline-none *{
  outline: none;
}
.producto .producto-header{
  width: 100%;
  height: 40px;
  background: var(--mcd);
  text-align: center;
  display: flex;
  align-items: center;
}
.producto .producto-header span{
  font-size: .8rem;
  font-weight: 400;
  color: var(--theme);
  line-height: 3;
}
.producto .producto-header span span{
  font-size: .8rem;
  font-weight: 600;
}
.favorite{
  z-index: 999;
  position: absolute;
  /* right: 12px;
  top: 12px; */
  right: 2px;
  top: 9px;
}
.favorite i{
  font-size: .8rem;
  position: static;
  margin-right: 10px;
  display: flex;
}
hr.dash{
  border: 0.5px dashed #707070;
}
.producto .image{
  width: 100%;
  height: 220px;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px;
}
.cod{
  position: absolute;
  left: 20px;
  top: 5px;
}
.producto img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.producto .img-brand{
  position:absolute;
  width: 60px;
  top: 155px;
  right: 10px;
}
.producto.slider .img-brand{
  position:absolute;
  width: 50px;
  height: 50px;
  top: 100px;
  right: 5px;
}
.producto .img-brand img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.producto .producto-bottom{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.producto .producto-bottom .price{
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
}
.producto .producto-bottom .price span{
  font-size: .8rem;
  position: relative;
  top: -5px;
}
.producto .producto-bottom .price-sug{
  font-size: .75rem;
  font-weight: 300;
  font-style: italic;
  color: #646464;
  margin-top: -3px;
  height: 30px;
}
.producto .producto-bottom .description{
  margin-top: .4rem;
}
.cursor-none{
  cursor: initial !important;
}
.bt-0{
  border-top: none !important;
}
.btn-hover-none:hover{
  background: var(--color-mcd);
}
.producto .producto-bottom .description p{
  font-size: .8rem;
  color: #000;
  height: 58px;
  overflow: hidden;
  margin-bottom: 0px;
}
.producto .producto-bottom .stock-legend span{
  font-size: .7rem;
}


/* FILTROS */
.list-group-item.active{
  background: #fff;
  /* border: 1px solid rgba(0,0,0,.125); */
  border: none;
}
.list-group-item.active, .list-group-item.active a{
  font: normal normal bold .8rem Montserrat;
  color: #646464;
}

.list-group-item, .list-group-item a{
  padding: .3rem;
  font: normal normal normal .8rem Montserrat;
  color: #646464;
  border: none;
  
}
.list-group-item.title, .list-group-item.title a{
  background-color: #DDDDDD;
  border: none;
  color: #646464;
  font: normal normal bold .8rem Montserrat;
  margin-bottom: 10px;
}

.search-filter{
  color:#B3B3B3;
  font-size: 1.2rem;
}
.filter-group{
  width: 100%;
  height: 110px;
  overflow-y: scroll;
}
.filter-group .list-group-item{
  background:#F6F6F6;
  margin-top: 4px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: contrast(0.5);
}

i.wide svg path{
  fill: none;
}
i.solid svg path{
  fill: var(--mcd);
}
i.wide.dark svg path{
  fill: none;
}
i.solid.dark svg path{
  fill: var(--mcd);
}
.dropdown-menu-glass a.dropdown-item, .menu a{
  text-decoration: none;
  transition: .3s;
}
.dropdown-menu-glass a.dropdown-item:hover, .menu a:hover{
  transform: scale(1.03);
}

a.link-menu, .nav-item a.dropdown-item, a.nav-link.carrito{
  font-size: .8rem;
}
.producto-promocion{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  font-size: .6rem;
  z-index: 9999999;
}

.modal{
  z-index: 10000;
}
.modal-backdrop{
  z-index: 9999;
}
.btn-disabled{
  cursor: not-allowed !important;
}
.modal-eliminar{
  z-index: 10000;
  padding: 20px;
}
.modal-eliminar h3{
  font-size: 1.3rem;
  text-align: center;
}
.modal-eliminar .acciones{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.modal-eliminar .acciones button{
  padding-left: 20px;
  padding-right: 20px;
}
.modal-dialog.modal-dialog-centered.eliminar{
  width:430px;
}
.badge-yellow{
  background: #EFCF00;
  color: #000;
}
.carrito-icon:hover path, .carrito-icon:hover circle{
  /* fill: #d0d0d0; */
  filter: contrast(.5);
}
.producto-eliminar{
  width: 100%;
}
.producto-eliminar .image{
  width: 100%;
  height: 200px;
  background: #fff;
}
.producto-eliminar .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.font-italic-placeholder::placeholder{
  font-style: italic;
}
a:hover .badge-hover{
  color: rgba(255,255,255,.75);
}
h1.breadcrumbs a,h2.breadcrumbs a{
  color: #646464;
  text-decoration: none;
}
h1.breadcrumbs,h2.breadcrumbs{
  font-size: .8rem;
  font-weight: 400;
  color: #646464;
}
.title-favoritos{
  color:#707070;
  font-size: .9rem;
  font-weight: 600;
}

.dropdown-menu-favoritos{
  background: #fff;
  border-radius: .25rem 2px .25rem .25rem;
  padding-bottom: 20px;
  box-shadow: 1px 4px 8px -3px rgb(0 0 0 / 68%);
  box-shadow: 1px 4px 8px -3px rgba(0,0,0,0.68);
-webkit-box-shadow: 1px 4px 8px -3px rgba(0,0,0,0.68);
-moz-box-shadow: 1px 4px 8px -3px rgba(0,0,0,0.68);
  border-color: none;
}
.dropdown-menu-favoritos .container{
  max-height: 300px;
  overflow-y: scroll;
}
.dropdown-menu-right{
  right: -5px;
}
.dropdown-menu-favoritos.right.show::after{
  content: '';
  position: absolute;
  top: -7px;
  right: 8px;
  width: 0px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
/* PRODUCTO HORIZONTAL */
.producto-horizontal{
  width: 100%;
  background: #fff;
}
.producto-horizontal a i{
  padding-left: 8px;
}
.producto-horizontal a{
  color: #000;
  text-decoration: none;
  display: flex;
  /* align-items: center; */
}
.producto-horizontal a .image{
  width: 100px;
  height: 100px;
  z-index: 4;
}
.producto-horizontal a .image img{
  width: 100%;
  height: inherit;
  object-fit: contain;
  object-position: center;
  z-index: 4;
}
.producto-horizontal a .detalles{
  /* margin-top: 5px; */
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-top: 15px; */
  width: 100%;
  z-index: 5;
}
.producto-horizontal a .detalles span{
  font-size: .7rem;
  font-weight: 500;
}
.producto-horizontal a .detalles button.btn-detalles:hover{
  filter: brightness(.95);
}
.producto-horizontal a .detalles button.btn-detalles{
  font-size: .7rem;
  font-weight: 400;
  width: 100px;
  margin-top: 5px;
  background:linear-gradient(45deg, var(--mcd), var(--color-secondary));
  border: none;
  color: #fff;
  border-radius: 16px;
  padding: 2px;
}

.banner-top{
  width: 240px;
  /* height: 40px; */
  display: flex;
  justify-content: end;
}
.ig{
  border: 1px solid white;
  height: 30px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 5px;
}
.wp{
  border: 1px solid white;
  border-left: none;
  padding: 6px 10px;
  display: flex;
}
.banner-top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.justify-content-inherit{
  justify-content: inherit !important;
}

.badge-gray{
  background: #eaeaea83;
}

/* switch */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-switch {
  background-color: var(--mcd);
}

input:focus + .slider-switch {
  box-shadow: 0 0 1px var(--mcd)3;
}

input:checked + .slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}

.left-auto{
  left:auto !important;
}


/* Shopping cart */
.shopping-cart{
	padding-bottom: 50px;
}

.shopping-cart .content{
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.055);
	/* background-color: white; */
}

.shopping-cart .block-heading{
    padding-top: 25px;
    margin-bottom: 15px;
    text-align: left;
}

.shopping-cart .block-heading h2{
  font-size: 1.4rem;
}
.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
	/* margin-bottom:1.2rem; */
	color: var(--dark);
}

.shopping-cart .items{
	margin: auto;
}

.shopping-cart .items .product{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart .items .product .info{
	padding-top: 0px;
	text-align: left;
}

.shopping-cart .items .product .info .product-name{
	font-weight: 600;
  font-size: .8rem;
}

.shopping-cart .items .product .info .product-name .product-info{
	font-size: 14px;
	margin-top: 15px;
}

.shopping-cart .items .product .info .product-name .product-info .value{
	font-weight: 400;
}

.shopping-cart .items .product .info .quantity label{
  font-size: .8rem;
}
.shopping-cart .items .product .info .quantity .quantity-input{
    /* margin: auto; */
    width: 80px;
    text-align: center;
    font-size: .8rem;
  }

.shopping-cart .items .product .info .price{
	  /* margin-top: 15px; */
    align-self: center;
    font-weight: 400;
    font-size: 1.2rem;
 }

.shopping-cart .summary{
	  border-top: 2px solid var(--color-mcd);
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
}

.shopping-cart .summary h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
	font-size: 1em;
	font-weight: 600;
}

.shopping-cart .summary .price{
	font-size: 1.1em;
	float: right;
}

.shopping-cart .summary button{
	margin-top: 20px;
}

@media (max-width: 768px) {
  .product-name{
    padding-left:15px;
    padding-right:15px;
  }
  .quantity{
    margin-top: 10px;
  }
	.shopping-cart .items .product .info .price {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
	.shopping-cart .items .product .info {
		padding-top: 25px;
		text-align: left; 
	}

	.shopping-cart .items .product .info .price {
		font-weight: 400;
		font-size: 1rem;
		/* top: 17px;  */
	}

	.shopping-cart .items .product .info .quantity {
		text-align: center; 
	}
	.shopping-cart .items .product .info .quantity .quantity-input {
		padding: 4px 10px;
		text-align: center; 
	}
}

.container-producto-mobile.subdominio{
  max-height: 425px;
}
.container-producto-mobile{
 padding-right: 10px !important; 
 padding-left: 10px !important; 
}

.fill-theme{
  fill: var(--theme);
}
.select-ml{
  border: none;
  outline: none;
  font-size: .85rem;
}

#dLabel {
  background-color: transparent;
  border: none;
  text-align: left;
  /* padding: 7.5px 15px; */
  color: #000;
  font-size:.85rem;
}

.caret {
  line-height: 1.5;
  float: right;
  margin-top: 9px;
  display: block;
  font-size:.85rem;
}

.dropdown.dropdown-select-container .dropdown-menu {
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown.dropdown-select-container button:hover, .dropdown.dropdown-select-container button:focus {
  border: none;
  outline: 0;
}

.dropdown.dropdown-select-container.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-bottom: none;
}

.dropdown.dropdown-select-container.open ul {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}

.dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f3f3f3;
  border-left: solid 3px #fff;
}

.dropdown-menu li:hover {
  background-color: #e2e2e27a;
  border-left: solid 3px var(--mcd);
}


.btn-collapse[data-toggle="collapse"] svg {  
  transform: rotate(0deg);
  transition: .3s;
}

.btn-collapse[data-toggle="collapse"].collapsed svg {
  transform: rotate(-90deg);
}

.dropdown-select-container svg{
  transform: rotate(-90deg);
  transition: .2s;
}
.dropdown-select-container.show svg{
  transform: none;
}

.btn-collapse.focus, .btn-collapse:focus {
  box-shadow: 0 0 0 0.2rem rgb(176 176 176 / 25%) !important;
}

.tab-inicio{
  justify-content: center;
}
.tab-inicio .nav-item .nav-link{
  font-size: 1rem;
}
.tab-inicio .nav-item{
  margin-right: 7px;
  margin-left: 7px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: inherit;
  border-color: transparent;
  display: inline-block;
  position: relative;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color: transparent;
}
/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before{
  content: '';
    position: absolute;
    width: 40%;
    height: 4px;
    left: 0.5rem;
    bottom: 1px;
    background: black;
    display: block;
} */
.nav-tabs{
  border-bottom: none;
}
.image-promo{
  box-shadow: 0px 2px 4px #00000029;
  transition: .3s;
  cursor: pointer;
}
.image-promo:hover{
  opacity: .9;
  box-shadow: 0 7px 16px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}
.image-promo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-inicio{
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.title-inicio.px-2::before{
  left: .5rem;
}
.title-inicio::before{
  content: '';
  position: absolute;
  width: 35px;
  height: 4px;
  left: 0;
  bottom: -5px;
  background: black;
  display: block;
}
.marca-icon{
  width: 110px;
  height: 110px;
}
.marca-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-publicitario{
  height: 250px; 
  object-fit:cover;
}
@media screen and (max-width: 768px) {
    .banner-publicitario{
      height: 10rem;
    }
}

.swiper-button-next::after, .swiper-button-prev::after{
  font-size: 1.5rem !important;
}


.bg-transparent{
	background: transparent !important;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: '>' !important;
}
.breadcrumb-item a{
  color: #333;
}
.breadcrumb-item{
  font-size: .75rem;
}
.breadcrumb{
  padding: .75rem 0rem;
}
.breadcrumb-item.a{
  cursor: pointer;
}
.breadcrumb-item.a:hover{
  text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item{
  padding-left: .3rem !important;
}
.breadcrumb-item+.breadcrumb-item::before{
  padding-right: .3rem !important;
}

/* SOCIAL MEDIA ICONS */
.wrapper{
  display: inline-flex;
}
.wrapper .icon{
  /* margin: 0 20px; */
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
  position: relative;
  z-index: 2;
  /* transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
  transition: all 0.4s ease-in-out;
  /* transition: 0.4s cubic-bezier(.17,.67,.83,.67); */
}
.wrapper .icon a{
  display: block;
  height: 30px;
  width: 30px;
  /* background: #fff; */
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-align: center;
  line-height: 28px;
}
.wrapper .instagram .tooltip {
  left: 15px;
  width: 175px;
}
.wrapper .whatsapp .tooltip {
  left: 10px;
  width: 182px;
}
.wrapper .icon .tooltip {
  text-decoration: none;
  color: white;
  position: absolute;
  z-index: 1;
  /* background: #fff; */
  padding: 0px 15px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
  transition: position 0.3s;
}
.wrapper .icon:hover{
  width:220px;
}
.icon.instagram:hover .tooltip ~ .icon.whatsapp .tooltip{
    opacity: 0 !important;
  }
.icon.instagram:hover ~ .icon.whatsapp.active .tooltip{
  opacity: 0 !important;

}
.icon.instagram:hover ~ .icon.whatsapp.active{
  width:40px !important;
}
.wrapper .icon.active{
  width:220px;
}
.wrapper .icon.active .tooltip{
  top: 2px;
  opacity: 1;
  pointer-events: auto;
}
.wrapper .icon:hover .tooltip{
  top: 2px;
  opacity: 1;
  pointer-events: auto;
}
.wrapper .icon:hover a,
.wrapper .icon:hover .tooltip{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper .instagram:hover a,
.wrapper .instagram:hover .tooltip{
  background: linear-gradient(200deg, #E50072, #FA9F0E);
}
.wrapper .whatsapp:hover a,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp.active a,
.wrapper .whatsapp.active .tooltip{
  background: linear-gradient(90deg, #00bb2d, #171717);
}
.tarjetas img:first-child {
  margin-left: 0;
}
.tarjetas img:last-child{
  margin-right: 0;
}
.tarjetas img {
  padding: 1px;
  margin: 6px;
}

.tachar{
  text-decoration: line-through !important;
}
/* LOADING */
.background-loading.active{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #17171738;
  margin-bottom: 120vh;
}
.lds-ring.full-page, .lds-ring.full-section {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-ring.full-section div {
  width: 40px;
  height: 40px;
}
.lds-ring.full-page div {
  width: 54px;
  height: 54px;
}


.lds-ring {
  display: flex;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
}
.btn .lds-ring{
  height: 40px;
}
.lds-ring.white div {
  border: 2px solid #fff;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 2px solid #000;
  border-radius: 50%;
  animation: lds-ring .9s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.15s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.1s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-md{
  padding: 0.75rem 0.75rem !important;
}
.btn.btn-add-cart.btn-block{
  padding: 0.45rem 0.75rem !important;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
.producto a.link-producto .img-brand {
  z-index: 3;
}
.producto img {
  transition: all ease .5s;
}
a.link-producto:hover .image img {
  transform: scale(1.05);
}

.producto a.link-producto .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 5px;
}
.producto img{
  transition: all ease .5s;
}
.skeleton-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f1f0f1;
  text-align: center;
}

.skeleton-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-120px);
  background: linear-gradient(90deg, transparent, rgb(218 218 218 / 24%), transparent);
  animation: skeleton-image .9s ease infinite;
}
@keyframes skeleton-image {
  100% {
      transform: translateX(100%);
  }
}
@keyframes loading-skeleton {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 100%;
  }
}

.skeleton-image img{
  height: 80%;
  margin-top: 10%;
}

.loading {
  width: 50%;
  height: 20px;
  background-color: #ccc;
  border-radius: 10px;
  margin: 40px auto;
}
.columns-2{
  column-count: 2;
}
.dropdown-toggle::after{
  position: absolute;
  right: -1px;
  top: 19px;
}
#navbarDropdown{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.cursor-grab{
  cursor: grab !important;
}

.swiper-pagination-bullet{
  border: 1px solid #f6f6f6;
  opacity: .4 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1 !important;
}
.slider-swiper-principal .swiper-wrapper .swiper-slide{
  height: 360px;
}
@media screen and (width < 768px) {
  .slider-swiper-principal .swiper-wrapper .swiper-slide{
    height: 210px;
    margin-top: 10px;
  }
  .slider-swiper-principal .swiper-wrapper .swiper-slide img{
    border-radius: 10px;
  }
  
}

tr td.bt-none{
  border-top: none;
}