.box-types:after,
.box-types:before {
  display: block;
  content: "";
}
.box-types:after {
  clear: left;
}
.box-types.one ~ table.cyber-monday {
  margin-top: 30px;
}
.box-types.one table.cyber-monday {
  margin-top: 0;
}
table.cyber-monday {
  width: 100%;
}
table.cyber-monday tr td {
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  padding: 2px;
}
table.cyber-monday tr:nth-child(odd) {
  background: #f2f2f2;
}
table.cyber-monday tr.titulos {
  background: #000;
}
table.cyber-monday tr.titulos td {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.addToCartButton.agregarBolsaCF .addToCart.nostock {
  color: #000;
}
.addToCartButton.agregarBolsaCF .addToCart.nostock:hover {
  color: #fff;
}
div#newsModal {
  z-index: 999999;
}
div#newsModal.newsletter .descripcion .texto {
  text-align: center;
}
div#newsModal.newsletter .descripcion .texto.uno {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
div#newsModal.newsletter .descripcion .texto.dos {
  padding-top: 10px !important;
}
div#newsModal.newsletter .descripcion .formulario {
  margin: 0;
}
div.tablaCF .colTablaCF {
  width: 25%;
}
#super-header .w-idiomas {
  display: inline-block;
  position: relative;
  left: 40px;
  float: left;
}
#super-header .w-idiomas p {
  text-align: center;
}
#content-page .cont_info_locales .desktop {
  display: block;
}
#content-page .cont_info_locales .mobile {
  display: none;
}
#content-page .cont_info_locales .belgrano {
  margin-left: 0;
}
nav.pushy-open {
  margin-top: 131px;
}
/* The switch - the box around the slider */
#switch_idioma_moneda {
  position: relative;
  top: 3px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
#switch_idioma_moneda.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 13px;
}
#switch_idioma_moneda.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#switch_idioma_moneda .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}
#switch_idioma_moneda .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: -5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #000;
}
#switch_idioma_moneda input:checked + .slider {
  background-color: #749fc1;
}
#switch_idioma_moneda input:focus + .slider {
  box-shadow: 0 0 1px #749fc1;
}
#switch_idioma_moneda input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#switch_idioma_moneda .slider.round {
  border-radius: 5px;
}
#switch_idioma_moneda .slider.round:before {
  border-radius: 50%;
}
@media (max-width: 844px) {
  #super-header .w-idiomas {
    margin-bottom: 25px;
  }
  #super-header .w-idiomas > p {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 768px) {
  #content-page .cont_info_locales .desktop {
    display: none;
  }
  #content-page .cont_info_locales .mobile {
    display: block;
  }
  #super-header {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #super-header .w-idiomas {
    float: none;
    left: 0;
  }
  #super-header .w-idiomas .language-separador {
    display: none;
  }
  #header .row-fluid .container {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  #super-header > p {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .box-types.one table.cyber-monday tr td {
    font-size: 9px;
  }
  .box-types.one table.cyber-monday tr.titulos td {
    font-size: 10px;
    letter-spacing: -1px;
  }
  #newsModal.newsmodal {
    margin-top: 40px;
  }
}
@media screen and (min-width: 894px) and (max-width: 1010px) {
  #super-header .w-idiomas {
    left: 0;
    float: none;
  }
}
