/*@producto-grilla-min-height-lg: 700px;
@producto-grilla-min-height-md: 550px;
@producto-grilla-min-height-sm: 580px;
@producto-grilla-min-height-xs: 480px;*/
.banner-transparent-b {
  margin-top: 0;
}
.banner-transparent-a {
  margin-top: 30px;
}
.banner-b {
  margin-top: 80px;
}
.banner-a {
  margin-top: 110px;
}
.path {
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.path h1 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.path h1 i,
.path h1 svg {
  margin-left: 5px;
  margin-right: 5px;
}
.path h1 a {
  color: #000000;
  font-weight: 700;
}
.path h1 a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.path h1 a.final {
  color: #666666;
  font-weight: 400;
}
.path .btn-filtrar {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.path .btn-filtrar:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media (max-width: 767px) {
  .path {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 374px) {
  .hidden-xxs {
    display: none !important;
  }
}
.container-principal {
  padding-bottom: 80px;
}
.container-fluid.container-principal {
  padding-left: 47px;
  padding-right: 47px;
}
@media (max-width: 767px) {
  .container.container-principal,
  .container-fluid.container-principal {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .container-fluid.container-principal {
    padding-left: 47px;
    padding-right: 47px;
  }
}
.container-categorias {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .container-categorias {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    grid-row-gap: 3px;
  }
}
@media (max-width: 767px) {
  .container-historias,
  .container-new-now {
    overflow: hidden;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.container-border {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  margin-bottom: 50px;
}
.container-border .header {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  padding-top: 0;
  padding-bottom: 8px;
}
.container-border .header h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.container-border .footer {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: solid;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .container-border {
    border: 0;
  }
  .container-border .header {
    padding-top: 10px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  color: #000 !important;
}
.swiper-pagination-bullet {
  background-color: #cccccc !important;
  border-color: #000000 !important;
  border-width: 1px;
  border-style: solid;
  border: 0!important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #000000 !important;
}
.plus rect {
  transition: all 800ms;
  transform: rotate(0);
  transform-origin: 50% 50%;
}
.plus.minus .vertical-line {
  transform: rotate(450deg);
}
.modal-title {
  text-align: center;
}
.modal-header {
  border-bottom-color: #cccccc;
}
.modal-header button,
.modal-header button:hover {
  opacity: 1;
}
.modal-header i,
.modal-header svg {
  color: #000000;
}
.modal-header a {
  font-weight: 700;
  font-size: 28px;
}
.modal-header a:hover {
  text-decoration: none;
}
.modal-content {
  border-radius: 0px !important;
  border-color: #cccccc;
}
@media (min-width: 768px) and (max-width: 994px) {
  .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 1100px;
  }
}
.plusminus {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.plusminus:before,
.plusminus:after {
  margin-top: 1px;
  content: "";
  display: block;
  background-color: #000;
  border-radius: 1.5px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}
.plusminus:before {
  transform: translatey(-50%);
}
.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}
.super-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.tooltip .tooltip-inner {
  border-radius: 0 !important;
}
.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.heading {
  color: black;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.loading {
  display: flex;
  width: 5em;
  align-items: center;
  justify-content: center;
}
.load {
  width: 23px;
  height: 3px;
  background-color: #000000;
  animation: 1s move_5011 infinite;
  border-radius: 5px;
  margin: 0.1em;
}
.load:nth-child(1) {
  animation-delay: 0.2s;
}
.load:nth-child(2) {
  animation-delay: 0.4s;
}
.load:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes move_5011 {
  0% {
    width: 0.2em;
  }
  25% {
    width: 0.7em;
  }
  50% {
    width: 1.5em;
  }
  100% {
    width: 0.2em;
  }
}
@media (max-width: 767px) {
  select {
    height: 46px !important;
    border-radius: 6px !important;
  }
}
.form-control {
  border-color: #cccccc;
  border-radius: 0;
  color: #000000;
}
.chosen-default {
  color: #000000 !important;
}
.chosen-container-single .chosen-single {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #000000 !important;
  border-radius: 0px;
  color: #000000;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.chosen-container-single .chosen-single div b {
  background-image: url('../../ui/scripts/chosen/img/chosen-sprite-black@2x.png');
  background-position: 0 12px;
}
.chosen-container-single .chosen-search input {
  background-image: url('../../ui/scripts/chosen/img/chosen-sprite-black@2x.png');
}
.chosen-container-single .chosen-results {
  color: #000000;
  font-size: 16px;
}
.chosen-container-single .chosen-results li.highlighted {
  background-color: #000000;
}
.chosen-container-single .chosen-drop {
  margin-top: -3px;
  border-color: #000000;
  border-top-color: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 13px;
}
.radio,
.checkbox {
  padding-left: 16px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
.radio input,
.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -16px;
}
.radio input:checked + label::before,
.checkbox input:checked + label::before {
  border-color: #000;
}
.radio input:checked + label::after,
.checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 3px;
  top: 5px;
  margin-left: -16px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
}
.radio label,
.checkbox label {
  display: inline-block;
  position: relative;
  padding-top: 2px;
  padding-left: 15px;
  font-size: 16px;
}
.radio label::before,
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  margin-left: -16px;
  border: 1px solid #ccc;
  border-color: #000000;
  border-radius: 50%;
  background-color: #fff;
}
.radio.disabled label,
.checkbox.disabled label {
  color: #777777;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #777777;
}
.radio input:checked + label::after {
  width: 14px;
  height: 14px;
  left: 3px;
  top: 5px;
}
.radio label {
  margin-right: 45px;
}
.checkbox input:checked + label::before {
  border-color: #000;
  background-color: #000;
}
.checkbox input:checked + label::after {
  content: "L";
  font-family: "Helvetica";
  font-size: 16px;
  color: #fff;
  left: -10px;
  top: -5px;
  border-color: transparent;
  background-color: transparent;
  -ms-transform: scaleX(-1) rotate(-35deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-35deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-35deg);
}
.checkbox label::before {
  border-radius: 0;
}
button:focus {
  outline: 0 !important;
}
button:active {
  outline: none !important;
}
.btn {
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .btn {
    margin-bottom: 10px;
  }
}
.btn-arrepentimiento {
  background-color: #ffffff;
  border-color: #d43f3a;
  color: #d9534f;
}
.btn-arrepentimiento:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #ffffff;
}
.btn-personalizado {
  background-color: #111111;
  border-color: #000000;
  color: #ffffff;
}
.btn-personalizado:hover {
  background-color: #34312f;
  border-color: #000000;
  color: #ffffff;
}
/*.btn-success {
	background-color: transparent;

	border-color: @btn-success-border;

	color: @btn-success-bg;

	&:hover {
		background-color: @btn-success-bg;

		border-color: @btn-success-border;

		color: #ffffff;
	}
}

.btn-danger {
	background-color: transparent;

	border-color: @btn-danger-border;

	color: @btn-danger-bg;

	&:hover {
		background-color: @btn-danger-bg;

		border-color: @btn-danger-border;

		color: #ffffff;
	}
}*/
.btn-pagar {
  background-color: #eba500;
  border-color: #b88100;
  color: #ffffff;
}
.btn-pagar:hover {
  background-color: #855d00;
  color: #ffffff;
}
.btn-default,
.btn-default:hover {
  border-color: #000000;
  color: #000000;
}
.btn-link {
  font-weight: 400;
}
.btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.btn-account {
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.btn-account svg {
  margin-bottom: 20px;
}
.btn-signout {
  color: #d9534f;
  border-color: #d9534f;
}
.btn-signout:hover {
  color: #d9534f;
  background-color: #fbebea;
  border-color: #d9534f;
}
.alert-warning {
  background-color: #fefbf7;
  border-color: #f0ad4e;
  border-radius: 0;
  color: #f0ad4e;
}
.alert-success {
  background-color: #f5fbf5;
  border-color: #5cb85c;
  border-radius: 0;
  color: #5cb85c;
}
.alert-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
  border-radius: 0;
  color: #d9534f;
}
.alert-info {
  background-color: #f4fbfd;
  border-color: #5bc0de;
  border-radius: 0;
  color: #5bc0de;
}
.lbl {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
  z-index: 1000;
}
.label-xl {
  font-size: 16px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.label-float-left {
  position: absolute;
  top: 0px;
  left: 0px;
}
.label-float-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.label-float-bottom {
  z-index: 1000;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.label-float-bottom img {
  width: 15px;
}
.label-new {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
  z-index: 1000;
  background-color: transparent;
  color: #000000;
}
.label-oferta {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
  z-index: 1000;
  font-weight: 700;
  background-color: #ea335c;
}
.label-promo-especial {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
  z-index: 1000;
  font-weight: 700;
  background-color: #01e5f0;
  color: #FFFFFF;
}
.label-cyber {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
  z-index: 1000;
  font-weight: 700;
  background-color: #d359a4;
}
@media (max-width: 767px) {
  .label-new,
  .label-oferta,
  .label-promo-especial,
  .label-cyber {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .label-float-left {
    top: 0px;
    left: 0px;
  }
  .label-float-right {
    top: 0px;
    right: 0px;
  }
  .label-float-bottom {
    bottom: 0px;
    right: 0px;
  }
  .label-float-bottom img {
    width: 8px;
  }
  #imagenes-xs .label-new,
  #imagenes-xs .label-oferta,
  #imagenes-xs .label-promo-especial,
  #imagenes-xs .label-cyber {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #imagenes-xs .label-float-left {
    top: 30px;
    left: 25px;
    z-index: 3000;
  }
  #imagenes-xs .label-float-right {
    top: 30px;
    right: 25px;
    z-index: 3000;
  }
  #imagenes-xs .label-float-bottom {
    bottom: 20px;
    right: 20px;
    z-index: 3000;
  }
  #imagenes-xs .label-float-bottom img {
    width: 15px;
  }
}
.tabbable ul.nav-pills li.active a {
  background-color: #000000;
  color: #ffffff;
}
.tabbable ul.nav-pills li a {
  color: #000000;
  border-radius: 0;
}
#banner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  z-index: 1500;
}
#banner.banner {
  width: 100%;
  height: 30px;
  top: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
#banner.banner a {
  color: #ffffff;
  display: block;
  padding-top: 7px;
}
#banner.banner-marquee {
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner.banner-marquee a {
  padding-top: 0px;
}
#banner.banner-marquee .announcement-bar--inner {
  padding: 0 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #banner.banner-marquee .announcement-bar--inner {
    padding: 0 50px;
  }
}
#banner.banner-marquee .announcement-bar-section {
  position: relative;
  z-index: 52;
}
#banner.banner-marquee .header-section + .announcement-bar-section {
  z-index: 49;
}
#banner.banner-marquee .announcement-bar {
  background: var(--color-announcement-bar-bg, var(--color-accent));
  color: var(--color-announcement-bar-text, #fff);
  line-height: 1;
  width: 100%;
}
#banner.banner-marquee .announcement-bar--inner {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
}
#banner.banner-marquee .announcement-bar--marquee.direction-left > div {
  animation: marquee-left var(--marquee-speed) linear infinite;
}
#banner.banner-marquee .announcement-bar--marquee.direction-right > div {
  animation: marquee-right var(--marquee-speed) linear infinite;
}
#banner.banner-marquee .announcement-bar--marquee > div {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  will-change: transform;
}
#banner.banner-marquee .announcement-bar--marquee:hover > div {
  animation-play-state: paused;
}
#banner.banner-marquee .announcement-bar--marquee .announcement-bar--item:empty {
  display: none;
}
#banner.banner-marquee .announcement-bar--item {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
}
@keyframes marquee-left {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: translate(0);
  }
}
#header {
  position: fixed;
  z-index: 4000;
}
#header.header-alt {
  top: 0 !important;
}
#header.header {
  display: grid;
  grid-template-columns: 200px auto 200px;
  grid-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff;
  background-blend-mode: lighten;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  color: #000000;
  width: 100%;
  height: 80px;
  top: 30px;
}
#header.header .logo {
  justify-self: center;
  align-self: center;
}
#header.header .logo img {
  width: 180px;
}
@media (max-width: 439px) {
  #header.header .logo img {
    width: 150px;
  }
}
@media (max-width: 419px) {
  #header.header .logo img {
    width: 120px;
  }
}
@media (max-width: 389px) {
  #header.header .logo img {
    width: 90px;
  }
}
#header.header .botones-izq {
  justify-self: start;
  align-self: center;
  margin-left: 40px;
}
#header.header .botones-izq .boton {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
#header.header .botones-der {
  justify-self: end;
  align-self: center;
  margin-right: 40px;
}
#header.header .botones-der .boton {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
}
#header.header .botones-der .boton img {
  height: 50px;
}
#header.header .botones-der .boton .badge {
  position: absolute;
  top: 12px;
  right: -1px;
  background-color: #000000;
  color: #ffffff;
  min-width: 10px;
  min-height: 10px;
  font-size: 10px;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
#header.header .botones-der .boton .badge-num {
  animation: pulse 1.5s 1;
}
#header.header .botones-der .boton .badge-num:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s 1;
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  #header.header {
    grid-template-columns: 120px auto 120px;
  }
  #header.header .botones-izq {
    margin-left: 20px;
  }
  #header.header .botones-izq .boton {
    width: 30px;
    height: 30px;
    margin-top: 6px;
  }
  #header.header .botones-der {
    margin-right: 20px;
  }
  #header.header .botones-der .boton {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 40px;
  }
  #header.header .botones-der .boton img {
    height: 40px;
  }
  #header.header .botones-der .boton .badge {
    top: 8px;
    right: -5px;
  }
}
#header.transparent {
  background-color: transparent !important;
  border-bottom: 0 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header.white .logo img,
#header.white .botones-izq img,
#header.white .botones-der img {
  filter: brightness(0) invert(1);
}
#header.white .logo svg,
#header.white .botones-izq svg,
#header.white .botones-der svg {
  stroke: #ffffff;
}
#header.white .logo .badge,
#header.white .botones-izq .badge,
#header.white .botones-der .badge {
  background-color: #ffffff !important;
  color: #000000 !important;
}
#header.white .logo .badge-num:after,
#header.white .botones-izq .badge-num:after,
#header.white .botones-der .badge-num:after {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}
#header.white .logo input,
#header.white .botones-izq input,
#header.white .botones-der input {
  border-bottom-color: #ffffff !important;
  color: #ffffff !important;
}
#header.white .logo img {
  display: none;
}
#menu {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#menu.offcanvas-collapse {
  position: fixed;
  top: 110px;
  bottom: 0;
  right: 100%;
  width: 350px;
  overflow-y: auto;
  visibility: hidden;
  background-color: #ffffff;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-right-color: #cccccc;
  border-right-style: solid;
  border-right-width: 1px;
  z-index: 1000;
}
#menu.offcanvas-collapse.no-news {
  top: 10px !important;
}
#menu.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#menu.offcanvas-collapse-alt {
  top: 80px !important;
}
#menu::-webkit-scrollbar {
  width: 2px;
}
#menu::-webkit-scrollbar-track {
  background: #cccccc;
  border-radius: 0px;
}
#menu::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}
#menu::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#menu input {
  background-color: transparent;
  border-color: #cccccc !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
  border-left: 0;
  border-top: 0;
  box-shadow: none !important;
  outline: none !important;
  font-size: 18px !important;
  text-indent: 4px;
  height: 67px;
}
#menu .btn {
  height: 67px;
  border-color: #cccccc;
  border-top: 0;
  border-right: 0;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#menu ul li {
  padding-bottom: 20px;
}
#menu a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#menu .menu {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#menu .menu hr {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
#menu hr {
  border-color: #cccccc;
}
#menu .info-plus-mini .plusminus {
  width: 14px;
  height: 14px;
}
#menu .info-plus {
  font-size: 18px;
  text-decoration: none;
}
#menu .info-plus:hover {
  text-decoration: none;
}
#menu .info-plus.lo-nuevo {
  font-weight: 700;
}
#menu .info-plus.sale {
  font-weight: 700;
  color: #ea335c;
}
#menu .info-plus.bbb {
  font-weight: 700;
  color: #fe1e1c;
}
#menu .info-plus.invant {
  font-weight: 700;
  color: #9d2c1c;
}
#menu .info-plus.a20 {
  font-weight: 700;
  color: #f95905;
}
#menu .info-plus.boli-compras {
  font-weight: 700;
  padding-left: 5px !important;
  padding-right: 5px !important;
  background-color: #ff3030 !important;
  color: #ffdf00 !important;
}
#menu .info-plus.nuestros-elegidos {
  font-weight: 700;
  color: #f95905;
}
#menu .info-plus.cyborg-monday {
  font-weight: 700;
  color: #ff7b00;
}
#menu .info-plus.black-friday {
  font-weight: 700;
}
#menu .info-collapse ul {
  padding-top: 20px;
  padding-bottom: 0px;
}
#menu .info-collapse ul li {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}
#menu .info-collapse ul li .active {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#menu .info-collapse .info {
  padding-left: 20px;
}
#menu .info-collapse .info li {
  font-size: 14px;
  font-weight: 400;
}
#menu .info-collapse .info li i,
#menu .info-collapse .info li svg {
  margin-right: 10px;
}
#menu .info-collapse .info li a.active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media (max-width: 767px) {
  #menu.offcanvas-collapse {
    width: 100%;
    border-right: 0;
  }
  #menu .menu {
    padding-top: 15px;
  }
}
#bolsa-mini.offcanvas-collapse {
  position: fixed;
  top: 110px;
  bottom: 0;
  left: 100%;
  width: 350px;
  overflow-y: auto;
  visibility: hidden;
  background-color: #ffffff;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-left-color: #cccccc;
  border-left-style: solid;
  border-left-width: 1px;
  z-index: 1000;
}
#bolsa-mini.offcanvas-collapse.no-news {
  top: 10px !important;
}
#bolsa-mini.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#bolsa-mini.offcanvas-collapse-alt {
  top: 80px !important;
}
#bolsa-mini::-webkit-scrollbar {
  width: 2px;
}
#bolsa-mini::-webkit-scrollbar-track {
  background: #cccccc;
  border-radius: 0px;
}
#bolsa-mini::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}
#bolsa-mini::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#bolsa-mini.bolsa-mini {
  /*display: none;

		z-index: 3000;

		position: absolute;
		top: 80px;
		right: 80px;

		background-color: rgba(255, 255, 255, 0.93);

		width: 400px;
		min-height: 550px;
		max-height: 750px;

		border-color: #000000;
		border-width: 0.5px;
		border-style: solid;

		text-align: left;*/
}
#bolsa-mini.bolsa-mini .header {
  text-align: right;
  border-bottom-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 15px;
}
#bolsa-mini.bolsa-mini .header a {
  font-weight: 700;
}
#bolsa-mini.bolsa-mini .header a:hover {
  text-decoration: none;
}
#bolsa-mini.bolsa-mini .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
#bolsa-mini.bolsa-mini .grid::-webkit-scrollbar {
  width: 2px;
}
#bolsa-mini.bolsa-mini .grid::-webkit-scrollbar-track {
  background: #cccccc;
  border-radius: 0px;
}
#bolsa-mini.bolsa-mini .grid::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}
#bolsa-mini.bolsa-mini .grid::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#bolsa-mini.bolsa-mini .grid .empty {
  padding: 40px;
  text-align: center;
  scrollbar-width: none !important;
  /* Handle */
}
#bolsa-mini.bolsa-mini .grid .empty::-webkit-scrollbar {
  display: none !important;
  width: 1px !important;
}
#bolsa-mini.bolsa-mini .grid .empty::-webkit-scrollbar-track {
  background: #ffffff !important;
}
#bolsa-mini.bolsa-mini .grid .empty::-webkit-scrollbar-thumb {
  background: #ffffff !important;
}
#bolsa-mini.bolsa-mini .grid .empty h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}
#bolsa-mini.bolsa-mini .grid .item {
  display: grid;
  grid-template-columns: 50% auto 15px;
  grid-gap: 0px;
  grid-row-gap: 0px;
  padding: 15px;
}
#bolsa-mini.bolsa-mini .grid .item .imagen,
#bolsa-mini.bolsa-mini .grid .item .opciones {
  align-self: center;
}
#bolsa-mini.bolsa-mini .grid .item .datos {
  font-weight: 400;
  align-self: center;
  padding-left: 15px;
}
#bolsa-mini.bolsa-mini .grid .item .datos h2 {
  font-size: 14px;
}
#bolsa-mini.bolsa-mini .grid .item .datos .variante {
  color: #666666;
}
#bolsa-mini.bolsa-mini .grid .item .datos .conjunto {
  font-size: 12px;
}
#bolsa-mini.bolsa-mini .grid .item {
  display: grid;
  grid-template-columns: 50px auto auto;
  gap: 0px;
}
#bolsa-mini.bolsa-mini .grid .item .datos {
  font-weight: 400;
  align-self: center;
  padding-left: 10px;
}
#bolsa-mini.bolsa-mini .grid .item .datos h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
#bolsa-mini.bolsa-mini .grid .item .datos .variante {
  font-size: 12px;
  color: #666666;
}
#bolsa-mini.bolsa-mini .grid .item .datos .conjunto {
  font-size: 12px;
}
#bolsa-mini.bolsa-mini .grid .item .opciones {
  align-self: self-end;
  text-align: right;
}
#bolsa-mini.bolsa-mini .grid .accesorio-title {
  background-color: #f5f5f5;
  text-align: center;
}
#bolsa-mini.bolsa-mini .grid .accesorio-title h2 {
  font-size: 12px;
}
#bolsa-mini.bolsa-mini .grid .accesorio {
  padding: 15px;
  background-color: #f5f5f5;
  display: grid;
  grid-template-columns: 50px auto auto;
  gap: 0px;
}
#bolsa-mini.bolsa-mini .grid .accesorio .datos {
  font-weight: 400;
  padding-left: 10px;
}
#bolsa-mini.bolsa-mini .grid .accesorio .datos h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
#bolsa-mini.bolsa-mini .grid .accesorio .datos .variante {
  font-size: 12px;
  color: #666666;
}
#bolsa-mini.bolsa-mini .grid .accesorio .datos .conjunto {
  font-size: 12px;
}
#bolsa-mini.bolsa-mini .grid .accesorio .opciones {
  align-self: self-start;
  text-align: right;
}
#bolsa-mini.bolsa-mini .grid .accesorio .off {
  font-weight: 700;
  color: #ea335c;
}
#bolsa-mini.bolsa-mini .grid .accesorio .antes {
  color: #cccccc;
  text-decoration: line-through;
}
#bolsa-mini.bolsa-mini .footer {
  border-top-color: #cccccc;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  grid-row-gap: 5px;
}
#bolsa-mini.bolsa-mini .footer .botones {
  grid-column-end: span 2;
  text-align: center;
}
#bolsa-mini .extras {
  font-size: 12px;
  color: #777777;
}
@media (max-width: 767px) {
  #bolsa-mini.offcanvas-collapse {
    width: 100%;
    border-left: 0;
  }
}
#filtros {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#filtros.offcanvas-collapse {
  position: fixed;
  top: 110px;
  bottom: 0;
  left: 100%;
  width: 400px;
  overflow-y: auto;
  visibility: hidden;
  background-color: #ffffff;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-left-color: #cccccc;
  border-left-style: solid;
  border-left-width: 1px;
  z-index: 1000;
}
#filtros.offcanvas-collapse.no-news {
  top: 10px !important;
}
#filtros.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#filtros.offcanvas-collapse-alt {
  top: 80px !important;
}
#filtros ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#filtros ul li {
  padding-bottom: 20px;
}
#filtros a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#filtros .menu {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#filtros .menu hr {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
#filtros hr {
  border-color: #cccccc;
}
#filtros .info-plus {
  font-size: 18px;
  text-decoration: none;
}
#filtros .info-plus:hover {
  text-decoration: none;
}
#filtros .info-collapse ul {
  padding-top: 20px;
  padding-bottom: 0px;
}
#filtros .info-collapse ul li {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}
#filtros .info-collapse ul li .active {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#filtros .info-collapse .info {
  padding-left: 20px;
}
#filtros .info-collapse .info li {
  font-size: 14px;
  font-weight: 400;
}
#filtros .info-collapse .info li i,
#filtros .info-collapse .info li svg {
  margin-right: 10px;
}
#filtros .info-collapse .info li a.active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#filtros .btn-radio {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-width: 1px;
  border-radius: 50%;
  padding-top: 9px;
  padding-left: 9px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
#filtros .btn-radio.active {
  border-color: #000000;
  border-width: 2px;
  padding-top: 8px;
  padding-left: 8px;
}
#filtros .btn-talle {
  border-radius: 0;
}
#filtros .btn-ordenar {
  border-radius: 0;
  width: auto;
  padding-top: 9px !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
}
#filtros .btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #filtros.offcanvas-collapse {
    width: 100%;
    border-left: 0;
  }
}
#grilla .swiper-grilla-video {
  width: 100%;
  height: 100vh;
}
#grilla .swiper-grilla-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#grilla .colores {
  margin-top: -5px;
  margin-right: 5px;
}
#grilla .colores .color {
  width: 16px;
  height: 16px;
  padding: 0;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  border-radius: 50%;
}
#grilla .colores .color.active {
  border-color: #000000;
  border-width: 2px;
  padding-top: 8px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  #grilla .colores {
    margin-top: 0px;
  }
  #grilla .colores .color {
    width: 12px;
    height: 12px;
    padding: 0;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 50%;
  }
  #grilla .colores .color.active {
    border-color: #000000;
    border-width: 2px;
    padding-top: 8px;
    padding-left: 8px;
  }
}
#grilla .filters-xs {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
}
#grilla .filters-xs a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#grilla .filters-xs .vistas {
  text-align: center;
}
#grilla .filters-xs .vistas .vista-icon {
  margin-left: 5px;
  margin-right: 5px;
}
#grilla .filters {
  padding-left: 87px;
  padding-right: 87px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#grilla .filters .filter-canvas {
  position: relative;
  display: inline-block;
}
#grilla .filters .filter-canvas.filter {
  margin-left: 20px;
}
#grilla .filters .filter-canvas a {
  text-decoration: none;
}
#grilla .filters .filter-canvas a:hover {
  text-decoration: none;
}
#grilla .filters .filter-canvas a.icon svg {
  padding-top: 4px;
}
#grilla .filters .filter-container {
  background-color: rgba(255, 255, 255, 0.93);
  border-color: #000000;
  border-width: 0.5px;
  border-style: solid;
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  min-height: 120px;
  max-height: 300px;
  z-index: 3000;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow-y: scroll;
}
#grilla .filters .filter-container::-webkit-scrollbar {
  width: 8px;
}
#grilla .filters .filter-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#grilla .filters .filter-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
#grilla .filters .filter-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#grilla .filters .filter-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#grilla .filters .filter-container ul li {
  margin-bottom: 10px;
}
#grilla .filters .filter-container ul li a:hover {
  color: #666666;
}
#grilla .filters .vistas {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  text-align: center;
}
#grilla .filters .vistas .vista-icon {
  margin-left: 5px;
  margin-right: 5px;
}
#grilla .ordenamiento {
  margin-left: 1300px;
  border: 10px black;
}
#grilla .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  grid-row-gap: 90px;
  padding-left: 48px;
  padding-right: 48px;
}
#grilla .grid .no-results {
  grid-column-end: span 12;
  padding-top: 50px;
  text-align: center;
}
#grilla .grid .no-results h2 {
  font-size: 32px;
  font-weight: 700;
}
#grilla .grid .canvas {
  position: relative;
  z-index: 800;
}
#grilla .grid .canvas .swiper-button-next,
#grilla .grid .canvas .swiper-button-prev {
  color: #000;
}
#grilla .grid .canvas .swiper-button-next:after,
#grilla .grid .canvas .swiper-button-prev:after {
  font-size: 16px;
}
#grilla .grid .canvas .swiper-horizontal > .swiper-pagination-progressbar,
#grilla .grid .canvas .swiper-pagination-progressbar.swiper-pagination-horizontal,
#grilla .grid .canvas .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
#grilla .grid .canvas .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: unset;
  bottom: 0;
}
#grilla .grid .canvas .swiper-pagination-progressbar {
  background-color: #cccccc;
  height: 5px;
}
#grilla .grid .canvas .swiper-pagination-progressbar-fill {
  background-color: #000000;
}
#grilla .grid .canvas .swiper-pagination-bullet {
  background-color: #ffffff !important;
  width: 10px;
  height: 2px;
  border: 0;
  border-radius: 0;
  opacity: 1 !important;
}
#grilla .grid .canvas .swiper-pagination-bullet-active {
  background-color: #000000 !important;
}
#grilla .grid .producto .datos {
  padding-left: 10px;
  padding-bottom: 20px;
}
#grilla .grid .producto a,
#grilla .grid .producto a:hover {
  text-decoration: none;
}
#grilla .grid .producto h2 {
  font-size: 14px;
  font-weight: 700;
}
#grilla .grid .producto .precios {
  font-size: 14px;
  font-weight: 400;
}
#grilla .grid .producto .precios .off {
  font-weight: 700;
  color: #ea335c;
}
#grilla .grid .producto .precios .antes {
  color: #cccccc;
  text-decoration: line-through;
}
#grilla .grid .producto .extras {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  padding-top: 7px;
}
#grilla .grid .producto .extras-ley {
  font-size: 12px;
  font-weight: 300;
  color: #777777;
  padding-top: 7px;
}
#grilla .grid .producto .caliper {
  position: absolute;
}
#grilla .grid .producto .caliper a,
#grilla .grid .producto .caliper span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border-radius: 50%;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid;
  padding-top: 1px;
  text-align: center;
}
#grilla .grid .producto .caliper a:hover,
#grilla .grid .producto .caliper span:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  #grilla .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-row-gap: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #grilla .grid .producto {
    height: 100%;
  }
  #grilla .grid .producto h2 {
    font-size: 12px;
  }
  #grilla .grid .producto .precios {
    font-size: 14px;
  }
  #grilla .grid .item-2 {
    grid-column-end: span 2 !important;
  }
  #grilla .grid .item-4 {
    grid-column-end: span 1 !important;
  }
  #grilla .grid .item-5 {
    grid-column-end: span 1 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #grilla .grid .separador {
    display: none;
  }
  #grilla .grid .swiper-pagination-bullet {
    margin: 0 2px;
    width: 5px;
    height: 5px;
  }
}
.marco {
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.marco .btn-filter-personalizado {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.marco .btn-filter-personalizado.active {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .marco .btn-filter-personalizado {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.marco .btn-filter-personalizado:hover {
  border-color: #000000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .marco {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: scroll-hint 2.5s ease-out 1;
  }
  .marco .btn-filter-personalizado {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    padding: 10px 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  .marco .btn-filter-personalizado:hover {
    border-color: #000000;
    text-decoration: none;
  }
  .marco .btn-filter-personalizado.active {
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
  }
  @keyframes scroll-hint {
    0% {
      transform: translateX(0);
      width: 100%;
    }
    50% {
      transform: translateX(-10%);
      width: 110%;
    }
    100% {
      transform: translateX(0);
      width: 100%;
    }
  }
  .marco::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .marco .btn-filter-personalizado {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.chevron__line1,
.chevron__line2 {
  stroke: #000;
  stroke-width: 10;
  stroke-linecap: square;
  -webkit-transition: -webkit-transform 0.4s, stroke 0.4s;
  transition: transform 0.4s, stroke 0.4s;
}
.chevron__line1 {
  -webkit-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
}
.chevron__line2 {
  -webkit-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
}
.chevron--down,
.chevron--up {
  display: inline-block;
}
.chevron--down .chevron__container,
.chevron--up .chevron__container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}
.chevron--down .chevron__line1,
.chevron--up .chevron__line1 {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.chevron--down .chevron__line2,
.chevron--up .chevron__line2 {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.chevron--up .chevron__container {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}
.chevron--up .chevron__line1 {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.chevron--up .chevron__line2 {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
#imagenes-xs .swiper-horizontal > .swiper-pagination-progressbar,
#imagenes-xs .swiper-pagination-progressbar.swiper-pagination-horizontal,
#imagenes-xs .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
#imagenes-xs .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: unset;
  bottom: 0;
}
#imagenes-xs .swiper-pagination-progressbar {
  background-color: #cccccc;
  height: 5px;
}
#imagenes-xs .swiper-pagination-progressbar-fill {
  background-color: #000000;
}
.caliper {
  position: absolute;
}
.caliper a,
.caliper span {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 9px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border-radius: 50%;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid;
  padding-top: 1px;
  text-align: center;
}
.caliper a:hover,
.caliper span:hover {
  background-color: #000000;
}
#producto.container-producto {
  padding-left: 57px;
  padding-right: 47px;
}
@media (max-width: 767px) {
  #producto.container-producto {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #producto.container-producto {
    padding-left: 57px;
    padding-right: 47px;
  }
}
#producto .imagenes-lg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  grid-row-gap: 15px;
}
#producto .datos {
  padding-left: 50px;
  padding-top: 15px;
}
#producto .datos .codigo {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
#producto .datos h1 {
  font-size: 32px;
  font-weight: 700;
}
#producto .datos .favorito {
  height: 50px;
  margin-top: -10px;
}
#producto .datos h2,
#producto .datos h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
#producto .datos hr {
  border-color: #cccccc;
}
#producto .datos .precios {
  font-size: 20px;
}
#producto .datos .precios .off {
  font-weight: 700;
  color: #ea335c;
}
#producto .datos .precios .antes {
  color: #cccccc;
  text-decoration: line-through;
}
#producto .datos .extras {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  padding-top: 10px;
}
#producto .datos .ltf {
  font-size: 11px;
  font-weight: 300;
  color: #666666;
  padding-top: 0px;
}
#producto .datos .extras-ley {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  padding-top: 10px;
}
#producto .datos .info {
  padding-top: 40px;
  padding-bottom: 25px;
}
#producto .datos .ultimas-unidades {
  color: #ea335c;
}
#producto .datos p,
#producto .datos ul {
  color: #666666;
  list-style-type: square;
}
#producto .datos .guia-talles:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#producto .datos .col-agregar {
  padding-right: 7px;
}
#producto .datos .col-pagar {
  padding-left: 7px;
}
#producto .datos .btn-radio {
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-width: 1px;
  border-radius: 0;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 400;
}
#producto .datos .btn-radio.strikethrough {
  position: relative;
  color: #bbbbbb;
}
#producto .datos .btn-radio.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
#producto .datos .btn-radio.active {
  border-color: #000000;
  border-width: 2px;
}
#producto .datos .btn-otros {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#producto .datos .info-plus {
  font-weight: 400;
  text-decoration: none;
}
#producto .datos .info-plus:hover,
#producto .datos .info-plus:active {
  text-decoration: none;
}
#producto .datos .info-collapse p {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #producto .datos {
    padding: 0;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
  #producto .datos h1 {
    font-size: 24px;
    font-weight: 700;
  }
  #producto .datos .favorito {
    height: 40px;
    margin-top: -8px;
  }
  #producto .datos .guia-talles {
    font-size: 12px;
  }
  #producto .datos .precios {
    font-size: 20px;
  }
  #producto .datos .precios .off {
    font-weight: 700;
    color: #ea335c;
  }
  #producto .datos .precios .antes {
    color: #cccccc;
    text-decoration: line-through;
  }
  #producto .datos hr {
    margin-left: -30px;
    margin-right: -30px;
  }
  #producto .datos .info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #producto .datos .col-agregar {
    padding-right: 15px;
  }
  #producto .datos .col-pagar {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #producto .datos {
    padding-left: 25px;
    padding-top: 25px;
  }
}
.container-relacionados {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #cccccc;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-relacionados h2 {
  font-size: 32px;
  font-weight: 700;
}
.swiper-canvas {
  position: relative;
}
.swiper-canvas .swiper-button-prev,
.swiper-canvas .swiper-button-next {
  top: 50%;
  background-color: #000000;
  color: #ffffff !important;
  width: 30px;
  height: 30px;
  right: -15px;
}
.swiper-canvas .swiper-button-prev:after,
.swiper-canvas .swiper-button-next:after {
  font-size: 14px;
}
.swiper-canvas .swiper-button-prev {
  left: -15px;
  right: auto;
}
.swiper-canvas .swiper-pagination-bullets {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  bottom: -30px !important;
  width: 100%;
}
.swiper-canvas .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: 0;
  width: 15px;
  height: 3px;
}
#related,
#suggested,
#new-in {
  text-align: left;
}
#related h2,
#suggested h2,
#new-in h2 {
  font-size: 14px;
  font-weight: 700;
}
#related .precios,
#suggested .precios,
#new-in .precios {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
#related .precios .off,
#suggested .precios .off,
#new-in .precios .off {
  font-weight: 700;
  color: #ea335c;
}
#related .precios .antes,
#suggested .precios .antes,
#new-in .precios .antes {
  color: #cccccc;
  text-decoration: line-through;
}
#related .ltf,
#suggested .ltf,
#new-in .ltf {
  font-size: 10px;
  font-weight: 300;
  color: #666666;
  padding-top: 0px;
}
#related .extras,
#suggested .extras,
#new-in .extras {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  padding-top: 7px;
}
#related a:hover,
#suggested a:hover,
#new-in a:hover {
  text-decoration: none;
}
#imagenes-xs .swiper-pagination-bullet {
  background-color: #ffffff !important;
  width: 10px;
  height: 2px;
  border: 0;
  border-radius: 0;
  opacity: 1 !important;
}
#imagenes-xs .swiper-pagination-bullet-active {
  background-color: #000000 !important;
}
#popUpAccesorios {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 75%;
  background-color: rgba(255, 255, 255, 0.85) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 1000;
}
#popUpAccesorios .container-relacionados {
  padding-top: 20px !important;
}
#popUpAccesorios .boton {
  margin-top: 10px;
  margin-right: -10px;
}
#popUpAccesorios .titulo {
  font-size: 32px;
}
#popUpAccesorios h2 {
  font-size: 14px;
}
#popUpAccesorios .precios {
  font-size: 14px;
}
#popUpAccesorios .precios .off {
  font-weight: 700;
  color: #ea335c;
}
#popUpAccesorios .precios .antes {
  color: #cccccc;
  text-decoration: line-through;
}
#popUpAccesorios .ultimas-unidades {
  color: #ea335c;
}
#popUpAccesorios .extras {
  display: none;
  font-size: 10px;
  font-weight: 300;
  color: #666666;
  padding-top: 10px;
}
#popUpAccesorios .extras-ley {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  padding-top: 10px;
}
#popUpAccesorios a:hover {
  text-decoration: none;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
.slide-up-anim {
  animation: slideUp 0.5s ease-out forwards;
}
.slide-down-anim {
  animation: slideDown 0.5s ease-out forwards;
}
#bolsa.bolsa .empty {
  padding: 40px;
}
#bolsa.bolsa .empty h2 {
  font-size: 32px;
  font-weight: 700;
}
#bolsa.bolsa .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  grid-row-gap: 15px;
}
#bolsa.bolsa .grid .item {
  display: grid;
  grid-template-columns: 50% auto 15px;
  grid-gap: 0px;
  grid-row-gap: 0px;
  padding: 15px;
}
#bolsa.bolsa .grid .item .imagen,
#bolsa.bolsa .grid .item .opciones {
  align-self: center;
}
#bolsa.bolsa .grid .item .datos {
  font-weight: 400;
  align-self: center;
  padding-left: 15px;
}
#bolsa.bolsa .grid .item .datos h2 {
  font-size: 14px;
}
#bolsa.bolsa .grid .item .datos .variante {
  color: #666666;
}
#bolsa.bolsa .grid .item .datos .conjunto {
  font-size: 12px;
}
@media (max-width: 767px) {
  #bolsa.bolsa .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #bolsa.bolsa .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  #bolsa.bolsa .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  #bolsa.bolsa .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#bolsa.bolsa .footer {
  padding: 20px;
}
#bolsa.bolsa .footer .vaciar {
  text-align: center;
}
#bolsa.bolsa .footer .vaciar a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#bolsa.bolsa .footer .tambien {
  text-align: center;
  padding: 30px;
}
#bolsa.bolsa .footer .tambien h3 {
  font-size: 32px;
  font-weight: 700;
}
#bolsa.bolsa .promociones {
  border-bottom-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 30px;
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 10px;
  grid-row-gap: 0px;
  justify-content: center;
}
#bolsa.bolsa .promociones div {
  align-self: center;
}
#bolsa.bolsa .resumen {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  grid-row-gap: 15px;
}
#bolsa.bolsa .resumen .botones {
  grid-column-end: span 2;
  text-align: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#bolsa.bolsa .resumen .info {
  grid-column-end: span 2;
  text-align: center;
}
#bolsa.bolsa .resumen .info p {
  color: #666666;
  font-size: 12px;
}
#bolsa.bolsa .resumen .total {
  font-size: 20px;
}
#bolsa.bolsa .extras {
  font-size: 12px;
  color: #777777;
}
#bolsa-mini .shipping-progress,
#bolsa .shipping-progress {
  text-align: center;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#bolsa-mini .shipping-progress .shipping-container,
#bolsa .shipping-progress .shipping-container {
  margin: 30px;
  margin-top: 15px;
  margin-bottom: 13px;
  position: relative;
}
#bolsa-mini .shipping-progress .shipping-text,
#bolsa .shipping-progress .shipping-text {
  font-size: 12px;
  margin-bottom: 10px;
}
#bolsa-mini .shipping-progress progress[value],
#bolsa .shipping-progress progress[value] {
  --color: #eba500;
  --background: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 25px;
  background: var(--background);
}
#bolsa-mini .shipping-progress progress[value]::-webkit-progress-bar,
#bolsa .shipping-progress progress[value]::-webkit-progress-bar {
  background: var(--background);
}
#bolsa-mini .shipping-progress progress[value]::-webkit-progress-value,
#bolsa .shipping-progress progress[value]::-webkit-progress-value {
  background: var(--color);
}
#bolsa-mini .shipping-progress progress[value]::-moz-range-track,
#bolsa .shipping-progress progress[value]::-moz-range-track {
  background: var(--color);
}
#bolsa-mini .shipping-progress progress[value]::-moz-progress-bar,
#bolsa .shipping-progress progress[value]::-moz-progress-bar {
  background: var(--color);
}
#bolsa-mini .shipping-progress span,
#bolsa .shipping-progress span {
  position: absolute;
  display: inline-block;
  color: #fff;
  text-align: right;
  padding-top: 3px;
  padding-right: 8px;
}
#bolsa-mini .installments-progress,
#bolsa .installments-progress {
  text-align: center;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#bolsa-mini .installments-progress .installments-container,
#bolsa .installments-progress .installments-container {
  margin: 30px;
  margin-top: 15px;
  margin-bottom: 13px;
  position: relative;
}
#bolsa-mini .installments-progress .installments-text,
#bolsa .installments-progress .installments-text {
  font-size: 12px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
#bolsa-mini .installments-progress progress[value],
#bolsa .installments-progress progress[value] {
  --color: #50b4e9;
  --background: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 25px;
  background: var(--background);
}
#bolsa-mini .installments-progress progress[value]::-webkit-progress-bar,
#bolsa .installments-progress progress[value]::-webkit-progress-bar {
  background: var(--background);
}
#bolsa-mini .installments-progress progress[value]::-webkit-progress-value,
#bolsa .installments-progress progress[value]::-webkit-progress-value {
  background: #50b4e9;
}
#bolsa-mini .installments-progress progress[value]::-moz-range-track,
#bolsa .installments-progress progress[value]::-moz-range-track {
  background: #50b4e9;
}
#bolsa-mini .installments-progress progress[value]::-moz-progress-bar,
#bolsa .installments-progress progress[value]::-moz-progress-bar {
  background: #50b4e9;
}
#bolsa-mini .installments-progress span,
#bolsa .installments-progress span {
  position: absolute;
  display: inline-block;
  color: #fff;
  text-align: right;
  padding-top: 3px;
  padding-right: 8px;
}
#bolsa-mini .shipping-progress {
  border-top-color: #cccccc;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0;
}
#bolsa-mini .installments-progress {
  border-top-color: #cccccc;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0;
}
#footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 1px;
  display: grid;
  grid-template-columns: 400px auto;
  grid-gap: 0px;
  grid-row-gap: 0px;
}
#footer.footer .menu {
  border-right-color: #cccccc;
  border-right-style: solid;
  border-right-width: 1px;
  padding-top: 48px;
  padding-left: 48px;
  padding-bottom: 48px;
}
#footer.footer .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer.footer .menu ul li {
  line-height: 2.5;
  font-size: 13px;
}
#footer.footer .menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#footer.footer .menu .btn-arrepentimiento {
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#footer.footer .menu .btn-arrepentimiento:hover {
  text-decoration: none;
}
#footer.footer .newsletter {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
}
#footer.footer .newsletter h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0px;
}
#footer.footer .newsletter form {
  width: 500px;
}
#footer.footer .newsletter form input {
  border-color: #000000 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
}
#footer.footer .newsletter .social {
  margin-top: 35px;
}
#footer.footer .newsletter .social a {
  margin-right: 20px;
}
#footer.footer .copy {
  grid-column: 1 / span 2;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 20px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 20px;
  font-size: 10px;
  color: #666666;
}
#footer.footer .copy a {
  color: #666666;
}
@media (max-width: 767px) {
  #footer.footer {
    grid-template-columns: 1fr;
  }
  #footer.footer .newsletter {
    padding-top: 48px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 48px;
  }
  #footer.footer .newsletter form {
    width: 80vw;
  }
  #footer.footer .menu {
    padding-top: 48px;
    padding-left: 25px;
    padding-bottom: 48px;
    border-right: 0;
  }
  #footer.footer .copy {
    grid-column: 1;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.navegadores-body {
  font-family: Helvetica, Arial;
  font-size: 14px;
  font-weight: lighter;
  color: #000000;
  padding-top: 40px;
  text-align: center;
  background-image: none !important;
  background-color: #ffffff;
}
.navegadores-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.navegadores-title {
  padding-top: 35px;
  font-family: Helvetica, Arial;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.navegadores {
  display: block;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  clear: both;
}
.navegadores li {
  float: left;
}
.navegador {
  text-align: center;
}
.navegadores-movil {
  padding-top: 20px;
}
#signin .o-bien {
  color: #cccccc;
  padding-top: 10px;
}
#danger {
  background-color: #f9e2e2 !important;
}
#danger .container-principal h1 {
  color: #d9534f;
}
#warning {
  background-color: #fdf5e9 !important;
}
#warning .container-principal h1 {
  color: #f0ad4e;
}
#success {
  background-color: #d8eed8 !important;
}
#success .container-principal h1 {
  color: #5cb85c;
}
.easyzoom {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  display: none;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
#contact .btn {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 48px;
  height: 48px;
  padding: 0px;
  padding-top: 3px;
  padding-left: 1px;
  z-index: 1500;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  -webkit-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  -moz-box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
  box-shadow: 10px 10px 15px -6px #d9d9d9 !important;
}
#contact .btn:hover {
  background-color: #34312f;
  text-decoration: none;
}
@media (max-width: 767px) {
  #contact .btn {
    bottom: 15px;
  }
}
#locales label {
  font-weight: 400;
}
#locales #map-canvas {
  height: 700px;
}
#sucursales.lista {
  overflow-y: scroll;
  height: 600px;
}
#sucursales.lista::-webkit-scrollbar {
  width: 2px;
}
#sucursales.lista::-webkit-scrollbar-track {
  background: #cccccc;
  border-radius: 0px;
}
#sucursales.lista::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}
#sucursales.lista::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#sucursales.lista hr {
  border-color: #cccccc;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #sucursales.lista {
    overflow-y: unset;
    height: 100%;
  }
}
#checkout.checkout .panel-config,
#formaDePagoList.checkout .panel-config {
  margin-top: 0 !important;
}
#checkout.checkout .panel,
#formaDePagoList.checkout .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkout.checkout .panel-heading,
#formaDePagoList.checkout .panel-heading {
  text-align: center;
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
}
#checkout.checkout .panel-body,
#formaDePagoList.checkout .panel-body {
  padding: 30px;
}
@media (max-width: 767px) {
  #checkout.checkout .panel-body,
  #formaDePagoList.checkout .panel-body {
    padding: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#checkout.checkout .btn-group-justified,
#formaDePagoList.checkout .btn-group-justified {
  border-spacing: 10px;
}
#checkout.checkout .btn-group-justified .btn-default,
#formaDePagoList.checkout .btn-group-justified .btn-default {
  border-radius: 0px;
  border-width: 1px;
}
#checkout.checkout .btn-group-justified .btn-default.active,
#formaDePagoList.checkout .btn-group-justified .btn-default.active {
  border-color: #000000;
  border-width: 2px;
}
#checkout.checkout .btn-group-justified .btn-false,
#formaDePagoList.checkout .btn-group-justified .btn-false {
  border: 0 !important;
  background-color: transparent !important;
}
#checkout.checkout .btn-group-justified .btn-false.active,
#formaDePagoList.checkout .btn-group-justified .btn-false.active {
  box-shadow: none !important;
}
#checkout.checkout .info,
#formaDePagoList.checkout .info {
  text-align: center;
  padding: 15px;
}
#checkout.checkout .info p,
#formaDePagoList.checkout .info p {
  color: #666666;
  font-size: 12px;
}
#checkout.checkout .promociones,
#formaDePagoList.checkout .promociones {
  border-bottom-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 30px;
}
#checkout.checkout .promo,
#formaDePagoList.checkout .promo {
  align-self: center;
}
#checkout.checkout .promo p,
#formaDePagoList.checkout .promo p {
  color: #666666;
  font-size: 12px;
  margin-bottom: 0 !important;
  margin-left: 10px;
}
#checkout.checkout .resumen,
#formaDePagoList.checkout .resumen {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  grid-row-gap: 15px;
}
#checkout.checkout .resumen .separador,
#formaDePagoList.checkout .resumen .separador {
  grid-column-end: span 2;
}
#checkout.checkout .resumen .alert,
#formaDePagoList.checkout .resumen .alert {
  grid-column-end: span 2;
}
#checkout.checkout .resumen .botones,
#formaDePagoList.checkout .resumen .botones {
  grid-column-end: span 2;
  text-align: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#checkout.checkout .resumen .total,
#formaDePagoList.checkout .resumen .total {
  font-size: 20px;
}
#checkout .formasDePagoGrid,
#formaDePagoList .formasDePagoGrid {
  display: grid !important;
  grid-template-columns: 80px auto !important;
  grid-column-gap: 10px;
}
#checkout .formasDePagoGrid .formaDePagoDescripcion,
#formaDePagoList .formasDePagoGrid .formaDePagoDescripcion {
  align-self: center;
}
#formasDePagoList .radio label,
#formasDePagoList .checkbox label {
  padding-top: 0px !important;
}
#formasDePagoList .radio label::before,
#formasDePagoList .checkbox label::before {
  top: 28px;
}
#formasDePagoList .checkbox {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#formasDePagoList .checkbox input:checked + label::after {
  top: 21px;
}
.container-home {
  padding-left: 100px;
  padding-right: 100px;
}
.grid-cajas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px;
  grid-row-gap: 3px;
}
.grid-cajas .caja {
  position: relative;
}
.grid-cajas .caja h2 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #ffffff;
  font-size: 56px;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.6);
}
.grid-bolivia-divina {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .container-home {
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid-cajas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    grid-row-gap: 3px;
  }
  .grid-cajas .caja h2 {
    font-size: 48px;
  }
  .grid-bolivia-divina {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
  /*.grid-bolivia-divina {
      grid-gap: 15px !important;
  }*/
}
#home-new .container-home {
  padding-left: 100px;
  padding-right: 100px;
}
#home-new .container-semi-fluid {
  padding-left: 46px;
  padding-right: 46px;
}
#home-new .title-newIn {
  color: #333333;
}
@media (max-width: 768px) {
  #home-new .title-newIn {
    color: #ec682b;
  }
}
#home-new .caja {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#home-new .caja .titulo {
  display: grid;
  grid-template-columns: auto 22px;
  background-color: #000000;
  padding: 15px;
}
#home-new .caja .titulo i,
#home-new .caja .titulo svg {
  color: #FFFFFF;
}
#home-new .caja .titulo h2 {
  position: relative !important;
  bottom: 0px !important;
  left: 0px !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #home-new .caja .titulo {
    grid-template-columns: auto 15px;
    padding: 10px;
    align-items: center;
  }
  #home-new .caja .titulo h2 {
    font-size: 12px;
  }
}
#home-new .colaboracion {
  display: grid;
  grid-template-columns: 60% auto;
  grid-gap: 50px;
}
#home-new .colaboracion .imagen-colaboracion {
  padding-left: 50px;
}
#home-new .colaboracion .texto {
  padding-right: 50px;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  align-content: center;
}
#home-new .colaboracion .texto h2 {
  font-weight: 300;
  font-size: 20px;
}
#home-new .colaboracion .texto p {
  text-align: center;
}
#home-new .colaboracion .texto a {
  font-style: normal !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  #home-new .colaboracion {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
  #home-new .colaboracion .imagen-colaboracion {
    padding-left: 0px;
  }
}
#home-new .container-home-auto {
  padding-left: 100px;
  padding-right: 100px;
}
#home-new .container-semi-fluid-auto {
  padding-left: 46px;
  padding-right: 46px;
}
#home-new .container-home-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  #home-new .container-home-auto {
    padding-left: 25px;
    padding-right: 0px;
  }
  #home-new .container-home-auto #new-in .swiper-slide {
    width: 75%;
  }
  #home-new .container-home-auto .swiper-button-prev {
    left: -15px;
    right: auto;
  }
  #home-new .container-home-auto .swiper-button-next {
    right: 10px;
  }
  #home-new .container-home-auto .swiper-pagination-bullets {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    bottom: -30px !important;
    width: 100%;
  }
  #home-new .container-semi-fluid-auto {
    padding-left: 25px;
    padding-right: 0px;
  }
  #home-new .container-semi-fluid-auto #new-in .swiper-slide {
    width: 75%;
  }
  #home-new .container-semi-fluid-auto .swiper-button-prev {
    left: -15px;
    right: auto;
  }
  #home-new .container-semi-fluid-auto .swiper-button-next {
    right: 10px;
  }
  #home-new .container-semi-fluid-auto .swiper-pagination-bullets {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    bottom: -30px !important;
    width: 100%;
  }
}
#home-new .grid-bolivia-divina {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  #home-new {
    /*.grid-bolivia-divina {
        grid-gap: 15px !important;
    }*/
  }
  #home-new .container-home {
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-new .container-semi-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  #home-new .container-mobile {
    padding-left: 25px;
    padding-right: 0px;
  }
  #home-new .grid-cajas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  #home-new .grid-bolivia-divina {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0px;
  }
}
#busqueda-mini .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
#busqueda-mini .autocomplete-items {
  position: absolute;
  border: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
#busqueda-mini .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
#busqueda-mini .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
#busqueda-mini .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #000000 !important;
  color: #ffffff;
}
#busqueda-mini.offcanvas-collapse {
  position: fixed;
  top: 110px;
  bottom: 0;
  left: 100%;
  width: 350px;
  visibility: hidden;
  background-color: #ffffff;
  transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-left-color: #cccccc;
  border-left-style: solid;
  border-left-width: 1px;
  z-index: 1000;
  overflow-y: auto;
}
#busqueda-mini.offcanvas-collapse.no-news {
  top: 10px !important;
}
#busqueda-mini.offcanvas-collapse::-webkit-scrollbar {
  width: 2px;
}
#busqueda-mini.offcanvas-collapse::-webkit-scrollbar-track {
  background: #cccccc;
  border-radius: 0px;
}
#busqueda-mini.offcanvas-collapse::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}
#busqueda-mini.offcanvas-collapse::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#busqueda-mini.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#busqueda-mini.offcanvas-collapse-alt {
  top: 80px !important;
}
#busqueda-mini.busqueda-mini input {
  background-color: transparent;
  border-color: #cccccc !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px !important;
  border-left: 0;
  border-top: 0;
  box-shadow: none !important;
  outline: none !important;
  font-size: 18px !important;
  text-indent: 4px;
  height: 67px;
}
#busqueda-mini.busqueda-mini .btn-buscar {
  height: 67px;
  border-color: #cccccc;
  border-top: 0;
  border-right: 0;
}
#busqueda-mini.busqueda-mini .loading {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
}
#busqueda-mini.busqueda-mini .sugeridos {
  padding-left: 15px;
  padding-right: 15px;
}
#busqueda-mini.busqueda-mini .sugeridos h2 {
  font-size: 24px;
}
#busqueda-mini.busqueda-mini .sugeridos ol,
#busqueda-mini.busqueda-mini .sugeridos ul {
  padding-left: 3px;
  padding-top: 15px;
  list-style: none;
}
#busqueda-mini.busqueda-mini .sugeridos li {
  margin-bottom: 10px;
}
#busqueda-mini.busqueda-mini .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-row-gap: 25px;
}
#busqueda-mini.busqueda-mini .grid .empty {
  grid-column-end: span 2;
  padding: 15px;
}
#busqueda-mini.busqueda-mini .grid .empty h2 {
  font-size: 24px;
  font-weight: 700;
}
#busqueda-mini.busqueda-mini .grid .mas-resultados {
  grid-column-end: span 2;
  padding: 15px;
}
#busqueda-mini.busqueda-mini .grid .item h2 {
  font-size: 12px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
#busqueda-mini.busqueda-mini .grid .item a,
#busqueda-mini.busqueda-mini .grid .item a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #busqueda-mini .btn-buscar {
    margin-bottom: 0;
  }
  #busqueda-mini.offcanvas-collapse {
    width: 100%;
    border-left: 0;
  }
}
#popUp-newsletter.modal {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#popUp-newsletter .modal-dialog {
  width: 550px !important;
  padding-top: 5em !important;
}
@media (max-width: 767px) {
  #popUp-newsletter .modal-dialog {
    width: 400px !important;
    padding-top: 6em !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 300px) and (max-width: 425px) {
  #popUp-newsletter {
    width: auto !important;
    padding-top: 3em !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #popUp-newsletter .modal-dialog {
    padding-top: 6em !important;
  }
}
#popUp-newsletter.modal-popup .modal-content {
  border: none;
  background-color: #FFFFFF;
}
#popUp-newsletter.modal-popup .close-pop {
  text-align: right;
  padding-right: 15px;
  padding-top: 15px;
}
#popUp-newsletter.modal-popup .close-pop i,
#popUp-newsletter.modal-popup .close-pop a {
  color: #000000;
  font-size: 23px;
}
#popUp-newsletter.modal-popup .container-pop {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  #popUp-newsletter.modal-popup .container-pop {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 300px) and (max-width: 359px) {
  #popUp-newsletter.modal-popup .modal-content {
    border: none;
    background-color: #FFFFFF;
    width: 380px;
  }
  #popUp-newsletter.modal-popup .container-pop {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 360px) and (max-width: 375px) {
  #popUp-newsletter.modal-popup .modal-content {
    border: none;
    background-color: #FFFFFF;
    width: 360px;
  }
  #popUp-newsletter.modal-popup .container-pop {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 376px) and (max-width: 389px) {
  #popUp-newsletter.modal-popup .modal-content {
    border: none;
    background-color: #FFFFFF;
    width: 405px;
  }
  #popUp-newsletter.modal-popup .container-pop {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 390px) and (max-width: 395px) {
  #popUp-newsletter.modal-popup .modal-content {
    border: none;
    background-color: #FFFFFF;
    width: 390px;
  }
  #popUp-newsletter.modal-popup .container-pop {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#popUp-newsletter.modal-popup .modal-pop {
  background-color: #FFFFFF;
  color: #000000;
}
#popUp-newsletter.modal-popup .modal-pop p {
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #popUp-newsletter.modal-popup .modal-pop p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #popUp-newsletter.modal-popup .modal-pop p {
    font-size: 16px;
  }
}
#popUp-newsletter.modal-popup .modal-pop .input-group {
  text-align: center;
  font-size: 12px;
}
#popUp-newsletter.modal-popup .modal-pop .input-group input {
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  padding-left: 0px;
}
@media (max-width: 767px) {
  #popUp-newsletter.modal-popup .modal-pop input {
    font-size: 12px;
  }
}
#popUp-newsletter.modal-popup .modal-pop .img-popup {
  padding: 7px;
}
#popUp-newsletter.modal-popup .modal-pop .grid-popUp {
  align-items: center;
}
#popUp-newsletter.modal-popup .modal-pop .grid-popUp .detalle {
  text-align: center;
}
#popUp-newsletter.modal-popup .modal-pop .grid-popUp .detalle h2 {
  font-size: 40px;
}
#popUp-newsletter.modal-popup .modal-pop .grid-popUp .detalle p {
  font-size: 16px;
}
#popUp-newsletter.modal-popup .modal-pop .grid-popUp .img-popup {
  padding: 15px;
}
#popUp-newsletter.modal-popup .modal-pop .grid-popUp .img-popup img {
  width: 100%;
  height: auto;
}
#popUp-newsletter.modal-popup .modal-pop .input-popUp {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
#popUp-newsletter.modal-popup .modal-pop .input-group {
  width: 100%;
  border: 0.5px solid #000000;
}
#popUp-newsletter.modal-popup .modal-pop .input-group .form-control {
  color: #000000;
  padding-left: 10px;
}
#popUp-newsletter.modal-popup .modal-pop .input-group-btn {
  padding-top: 25px;
}
#popUp-newsletter.modal-popup .modal-pop .input-group-btn .btn-personalizado {
  border: 0.5px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
}
#popUp-newsletter.modal-popup .modal-pop .input-group-btn .btn-personalizado:hover {
  background-color: #000000;
  color: #FFFFFF;
}
html {
  position: relative;
  min-height: 100%;
}
body,
table,
input,
textarea,
select {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
body {
  margin-bottom: 500px;
}
@media (max-width: 767px) {
  body {
    margin-bottom: 900px;
  }
}
hr {
  border-color: #dddddd;
}
h1 {
  font-size: 24px;
  font-weight: 700;
}
h1 a {
  color: #333333;
}
h1 a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
h3,
h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
em {
  color: #999999;
  font-size: 14px;
}
a {
  color: #000000;
}
input,
textarea,
select {
  font-size: 16px !important;
}
.well {
  border: 0;
  border-radius: 0;
}
.btn-group .btn {
  border-radius: 0;
  font-family: "Inter", sans-serif;
}
.panel {
  border-radius: 0 !important;
}
.panel .panel-title {
  font-size: 14px;
  font-weight: 700;
}
.panel-config {
  margin-top: 20px !important;
}
.tabbable ul.nav-pills li a {
  border-radius: 50px !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contacto ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#contacto ul li {
  margin-bottom: 20px;
}
#contacto ul li i {
  padding-right: 5px;
}
@media (max-width: 767px) {
  #contacto .datos {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .faq-answer {
    border: 0px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .faq-answer {
    border: 0px;
    padding-top: 20px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  .faq-answer {
    border-left-color: #dddddd;
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media (min-width: 1200px) {
  .faq-answer {
    border-left-color: #dddddd;
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.local-map {
  height: 600px;
}
.cuotas {
  font-weight: 300;
  color: #999999;
}
.search-suggested {
  display: inline-block;
  background-color: #5086ec;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  border-style: solid;
  border-color: #2266e7;
  border-width: 1px;
  color: #fff;
  margin: 8px;
  font-size: 14px;
}
.search-suggested:hover {
  text-decoration: none;
  background-color: #2266e7;
  color: #fff;
}
.checkout-cuotas {
  font-size: 48px !important;
}
.checkout-cuotas-interes {
  font-weight: 400;
}
@media (max-width: 768px) {
  .checkout-cuotas {
    font-size: 32px !important;
  }
  .checkout-cuotas-interes {
    font-size: 9px !important;
  }
}
.checkout-detail-container {
  position: relative;
}
@media (min-width: 769px) {
  .checkout-detail {
    position: fixed;
    width: 300px;
  }
}
/*# sourceMappingURL=style.css.map */