@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A-gdyEU.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A7YdyEU.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A1EayEU.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15e.ttf) format('truetype');
}
/*@menu-background-color: rgba(255,255,255,0.9); // BLANCO
@menu-border-color: @gris-claro;
@menu-affix-border-color: #ffffff;
@menu-color: @primary-color;
@menu-secundario-color: @gris-alto;*/
.alert-warning {
  background-color: #fefbf7;
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.alert-success {
  background-color: #fcfefc;
  border-color: #5cb85c;
  color: #5cb85c;
}
.alert-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
  color: #d9534f;
}
.alert-info {
  background-color: #f4fbfd;
  border-color: #5bc0de;
  color: #5bc0de;
}
.alert .close {
  line-height: 1 !important;
}
#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;
  top: 0;
  z-index: 3000 !important;
}
#banner.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
}
#banner.banner a {
  color: #ffffff;
  padding-top: 1px;
}
#banner.banner a:hover {
  text-decoration: none;
  font-weight: bold;
}
#header {
  z-index: 2000;
}
#header.header {
  position: fixed;
  top: 30px;
  width: 100%;
  height: 80px;
  background-color: transparent;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  grid-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}
#header.header .menu {
  justify-self: start;
  margin-left: 40px;
}
#header.header .menu i,
#header.header .menu svg {
  font-size: 25px;
}
#header.header .logo {
  place-self: center;
}
#header.header .logo img {
  height: 80px;
}
#header.header .ecommerce {
  justify-self: end;
  margin-right: 40px;
}
#header.header .ecommerce #badge {
  position: absolute;
  top: 1px;
  left: 9px;
  text-align: center;
  width: 25px;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
}
#header.header .ecommerce i,
#header.header .ecommerce svg {
  font-size: 25px;
  margin-left: 10px;
}
#header.header .ecommerce.open #badge {
  color: #000000 !important;
}
#header.header .ecommerce.open i,
#header.header .ecommerce.open svg {
  filter: none !important;
}
#header.transparent {
  /*background-color: transparent !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 #badge,
#header.white .menu #badge,
#header.white .ecommerce #badge {
  color: #ffffff !important;
}
#header.white .logo img,
#header.white .menu img,
#header.white .ecommerce img,
#header.white .logo i,
#header.white .menu i,
#header.white .ecommerce i,
#header.white .logo svg,
#header.white .menu svg,
#header.white .ecommerce svg {
  filter: brightness(0) invert(1);
}
#header.white .logo #hamburger span,
#header.white .menu #hamburger span,
#header.white .ecommerce #hamburger span {
  background-color: white;
}
@media (max-width: 767px) {
  #header.header {
    height: 60px;
    display: grid;
    grid-template-columns: 53px 1fr 80px;
    grid-gap: 0px;
    grid-row-gap: 0px;
  }
  #header.header .menu {
    margin-left: 20px;
  }
  #header.header .menu i,
  #header.header .menu svg {
    font-size: 18px;
  }
  #header.header .logo {
    justify-self: start;
  }
  #header.header .logo img {
    height: 60px;
  }
  #header.header .ecommerce {
    margin-right: 20px;
  }
  #header.header .ecommerce #badge {
    position: absolute;
    top: 2px;
    left: 9px;
    text-align: center;
    width: 18px;
    color: #000000;
    font-size: 10px;
  }
  #header.header .ecommerce i,
  #header.header .ecommerce svg {
    font-size: 18px;
    margin-left: 10px;
  }
}
#hamburger {
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  outline: none;
  top: 35px;
  left: 40px;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#hamburger span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}
#hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -4px;
  background-color: #000000 !important;
}
#hamburger.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 14px;
  background-color: #000000 !important;
}
@media (max-width: 767px) {
  #hamburger {
    width: 18px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    outline: none;
    top: 26px;
    left: 20px;
  }
  #hamburger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  #hamburger span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }
  #hamburger span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
  }
  #hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
  }
  #hamburger.open span:nth-child(2) {
    transform: rotate(-45deg);
    top: 10px;
  }
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 3.5;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
#home {
  position: relative;
  height: 100%;
  padding-top: 0 !important;
}
#home .swiper {
  width: 100%;
  height: 100%;
}
#home .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .slide-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 20px;
  color: #ffffff;
}
#home .slide-text.black {
  color: #000000;
}
#home .swiper-pagination {
  right: 40px;
}
#home .swiper-pagination .swiper-pagination-bullet {
  width: 1.3px;
  height: 20px;
  border-radius: 0;
}
#home .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  #home .slide-text {
    left: 20px;
    bottom: 20px;
  }
  #home .swiper-pagination {
    right: 20px;
  }
}
.chevron__line1,
.chevron__line2 {
  stroke-width: 3px;
  stroke-linecap: round;
  -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 svg,
.chevron--up svg {
  margin-right: 10px;
}
.chevron--down:hover,
.chevron--up:hover {
  text-decoration: none;
}
.chevron--down .chevron__container,
.chevron--up .chevron__container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.chevron--down .chevron__line1,
.chevron--up .chevron__line1 {
  stroke: #000;
}
.chevron--down .chevron__line2,
.chevron--up .chevron__line2 {
  stroke: #000;
}
.chevron--up .chevron__container {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.chevron--up .chevron__line1 {
  stroke: #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.chevron--up .chevron__line2 {
  stroke: #000;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#whatsapp .btn {
  display: block;
  position: fixed;
  bottom: 85px;
  right: 20px;
  padding-top: 2px;
  padding-left: 10px;
  width: 48px;
  height: 48px;
  z-index: 1000;
  border-width: 1px;
  border-style: solid;
  border-color: #399621;
  border-radius: 50%;
  background: linear-gradient(to bottom left, #64d746 0%, #49c02a 48%, #399621 100%);
  color: #ffffff;
  font-size: 30px;
  -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;
}
#whatsapp .btn:hover {
  border-color: #19430e;
  background: linear-gradient(to bottom left, #49c02a 0%, #399621 48%, #296d17 100%);
  text-decoration: none;
}
#menu::-webkit-scrollbar {
  width: 8px;
}
#menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px;
}
#menu::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}
#menu::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#menu .panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  /*&.outlet {
			a {
				color: darken(@outlet-color, 30%);
			}

			.chevron--down .chevron__line1, .chevron--up .chevron__line1,
			.chevron--down .chevron__line2, .chevron--up .chevron__line2,
			.chevron--up .chevron__line1,
			.chevron--up .chevron__line2 {
				stroke: darken(@outlet-color, 30%);
			}
		}*/
}
#menu .panel .panel-heading {
  padding-left: 40px;
  padding-top: 0px;
}
#menu .panel .panel-heading .panel-title {
  font-size: 16px;
  font-weight: 400;
}
#menu .panel .panel-heading .panel-title a,
#menu .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
}
#menu .panel li {
  line-height: 2.3;
}
#menu .panel li.active {
  font-weight: 800;
}
#menu .panel.oferta-especial a {
  color: #e74c39;
  font-weight: 800;
}
#menu .panel.oferta-especial .chevron--down .chevron__line1,
#menu .panel.oferta-especial .chevron--up .chevron__line1,
#menu .panel.oferta-especial .chevron--down .chevron__line2,
#menu .panel.oferta-especial .chevron--up .chevron__line2,
#menu .panel.oferta-especial .chevron--up .chevron__line1,
#menu .panel.oferta-especial .chevron--up .chevron__line2 {
  stroke: #e74c39;
}
#menu .panel.gran-barata a {
  color: #e43722;
  font-weight: 800;
}
#menu .panel.gran-barata .chevron--down .chevron__line1,
#menu .panel.gran-barata .chevron--up .chevron__line1,
#menu .panel.gran-barata .chevron--down .chevron__line2,
#menu .panel.gran-barata .chevron--up .chevron__line2,
#menu .panel.gran-barata .chevron--up .chevron__line1,
#menu .panel.gran-barata .chevron--up .chevron__line2 {
  stroke: #e43722;
}
#menu .input-lg {
  height: 47px;
}
#menu.offcanvas-collapse {
  position: fixed;
  top: 30px;
  bottom: 0;
  right: 100%;
  width: 420px;
  padding-top: 100px;
  overflow-y: auto;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  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;
  z-index: 1000;
}
#menu.offcanvas-collapse.no-news {
  top: 0 !important;
}
#menu.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 767px) {
  #menu.offcanvas-collapse {
    width: 100%;
  }
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  color: #000000;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 14px;
}
#footer h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 0;
}
#footer .btn-arrepentimiento {
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff !important;
  border-color: #d9534f !important;
  color: #d9534f !important;
}
#footer .btn-arrepentimiento:hover {
  background-color: #f9e2e2 !important;
  border-color: #de6764 !important;
  color: #de6764 !important;
  text-decoration: none !important;
}
#footer ul {
  list-style: none;
  padding: 0px;
}
#footer ul li {
  line-height: 30px;
}
#footer ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#footer .row-copy {
  font-size: 10px;
  padding-top: 50px;
}
#footer .row-copy a:hover {
  text-decoration: none;
}
#footer .row-copy .externos img {
  margin-left: 20px;
}
#footer .newsletter .social a {
  margin-right: 30px;
}
#footer .newsletter .input-group {
  width: 400px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #footer .newsletter .social a {
    margin-right: 8px;
  }
  #footer .newsletter .input-group {
    width: 100%;
  }
}
#footer .newsletter .input-lg {
  height: 47px;
}
#footer .redes-sociales table {
  margin: 0 auto;
}
#footer .redes-sociales table td {
  min-width: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
#footer .redes-sociales .facebook {
  color: #000;
}
#footer .redes-sociales .facebook:hover {
  color: #3478e9 !important;
}
#footer .redes-sociales .instagram {
  color: #000;
}
#footer .redes-sociales .instagram:hover {
  color: #dc3472;
}
#footer .redes-sociales .twitter {
  color: #000;
}
#footer .redes-sociales .twitter:hover {
  color: #2aa3ef;
}
#footer .redes-sociales .youtube {
  color: #000;
}
#footer .redes-sociales .youtube:hover {
  color: #fc0d1b;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #footer hr {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  #footer .info-plus {
    font-size: 16px;
    text-decoration: none;
  }
  #footer .info-plus:hover {
    text-decoration: none;
  }
  #footer .info-collapse ul {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #footer .newsletter .social {
    text-align: center;
  }
  #footer .newsletter .social a {
    margin-left: 15px;
    margin-right: 15px;
  }
  #footer .newsletter .input-group {
    width: 100%;
  }
  #footer .redes-sociales table {
    margin: 0 auto;
  }
  #footer .redes-sociales table td {
    min-width: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .redes-sociales .facebook {
    color: #000;
  }
  #footer .redes-sociales .facebook:hover {
    color: #3478e9 !important;
  }
  #footer .redes-sociales .instagram {
    color: #000;
  }
  #footer .redes-sociales .instagram:hover {
    color: #dc3472;
  }
  #footer .redes-sociales .twitter {
    color: #000;
  }
  #footer .redes-sociales .twitter:hover {
    color: #2aa3ef;
  }
  #footer .redes-sociales .youtube {
    color: #000;
  }
  #footer .redes-sociales .youtube:hover {
    color: #fc0d1b;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  select {
    height: 46px !important;
    border-radius: 0px !important;
  }
}
input,
textarea {
  letter-spacing: 1px;
}
.form-control {
  border-color: #000000;
  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: 20px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
.radio input,
.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}
.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: -20px;
  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: -20px;
  border: 1px solid #000;
  border-color: #000000;
  border-radius: 50%;
  background-color: #fff;
}
.radio.disabled label,
.checkbox.disabled label {
  color: #ccc;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
.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: 2px;
}
.btn {
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 1px;
}
.btn:focus {
  outline: none !important;
  outline-offset: unset !important;
}
.btn-lg {
  padding: 12px 16px;
}
.btn-xxl {
  font-size: 20px;
}
.btn-success {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
  color: #fff !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #80c780 !important;
  color: #fff !important;
}
.btn-danger {
  background-color: #d9534f !important;
  border-color: #d9534f !important;
  color: #fff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e27c79 !important;
  border-color: #e27c79 !important;
  color: #fff !important;
}
.btn-personalizado {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-personalizado:hover,
.btn-personalizado:focus {
  background-color: #595959;
  border-color: #1a1a1a;
  color: #ffffff;
}
.btn-facebook {
  background-color: #3478e9;
  color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus {
  background-color: #6297ee;
  border-color: #4b87eb;
  color: #ffffff;
}
.btn-eliminar {
  color: #000000;
}
.btn-eliminar:hover,
.btn-eliminar:focus {
  color: #d9534f;
}
.btn-default {
  border-color: #000;
}
.btn-default:hover,
.btn-default:focus {
  border-color: #666666 !important;
  color: #666666 !important;
}
.btn-default.active {
  border-color: #000;
  border-width: 2px;
}
.btn-pickup {
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-pickup em {
  line-height: 16px;
}
.btn-pdp {
  display: block;
  width: 60%;
}
@media (max-width: 767px) {
  .btn-pdp {
    display: block;
    width: 100%;
  }
}
.popover {
  border-radius: 20px;
  font-size: 14px;
}
.ayuda a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ayuda {
    font-size: 12px;
  }
}
.search input {
  height: 47px;
}
.search-suggested a {
  padding-left: 12px;
  padding-right: 12px;
  color: #5086ec;
}
.search-suggested a:hover {
  color: #1551c1;
}
.my-account-mnu {
  display: block;
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}
.my-account-mnu i {
  margin-bottom: 10px;
}
.my-account-mnu:hover {
  text-decoration: none;
  background-color: #c2c2c2;
}
.my-account-mnu-signout {
  background-color: #d9534f;
  color: #fff;
}
.my-account-mnu-signout:hover {
  background-color: #a02622;
  color: #fff;
}
#frmCheckout .panel {
  margin-bottom: 20px;
}
.checkout-cuotas {
  font-size: 48px !important;
}
@media (max-width: 768px) {
  .checkout-cuotas {
    font-size: 32px !important;
  }
  .checkout-cuotas-interes {
    font-size: 9px !important;
  }
}
#carrito.bolsa .badge {
  font-size: 24px;
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  min-width: 32px;
}
#carrito.bolsa .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  grid-row-gap: 50px;
}
#carrito.bolsa .grid .item {
  display: grid;
  grid-template-columns: 50% auto 25px;
  grid-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#carrito.bolsa .grid .item .datos {
  font-size: 12px;
  padding-left: 10px;
}
#carrito.bolsa .grid .item .datos h2 {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-size: 14px;
}
#carrito.bolsa .grid .item .sku {
  font-size: 10px;
}
#carrito.bolsa .grid .item .cantidad {
  width: 60px;
}
@media (max-width: 767px) {
  #carrito.bolsa .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 25px;
    padding-bottom: 50px;
  }
}
#carrito.bolsa .subtotal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  grid-row-gap: 20px;
}
#carrito.bolsa .boton {
  grid-column-end: span 2;
}
#locales label {
  font-weight: 800;
}
#locales #map-canvas {
  height: 700px;
}
#sucursales.lista {
  overflow-y: scroll;
  height: 600px;
}
#sucursales.lista::-webkit-scrollbar {
  width: 8px;
}
#sucursales.lista::-webkit-scrollbar-track {
  background: #f1f1f1;
  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%;
  }
}
.easyzoom {
  position: relative;
  display: 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%;
}
.modal-content {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-imagen {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.modal-imagen {
  width: 500px !important;
  max-height: 500px !important;
  margin-left: -250px !important;
}
.modal-imagen .modal-imagen-close {
  color: #ffffff !important;
  text-shadow: none !important;
}
.modal-imagen-dialog {
  width: 500px !important;
  max-height: 500px !important;
}
.modal-imagen-content {
  width: 500px !important;
  max-height: 500px !important;
}
.modal-imagen-body {
  width: 500px !important;
  max-height: 500px !important;
}
.modal-imagen-body img {
  width: 500px !important;
  max-height: 500px !important;
}
@media (max-width: 767px) {
  .modal-imagen {
    width: 300px !important;
    max-height: 300px !important;
    margin-left: -150px !important;
  }
  .modal-imagen-dialog {
    width: 300px !important;
    max-height: 300px !important;
  }
  .modal-imagen-content {
    width: 300px !important;
    max-height: 300px !important;
  }
  .modal-imagen-body {
    width: 300px !important;
    max-height: 300px !important;
  }
  .modal-imagen-body img {
    width: 300px !important;
    max-height: 300px !important;
  }
}
.enlaces {
  height: 80px;
  text-align: center;
}
.enlaces .table-responsive {
  border: 0 !important;
}
.enlaces table {
  margin: 0 auto;
}
.enlaces table td {
  width: 1%;
  white-space: nowrap;
}
.enlaces a {
  display: inline-block;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  margin: 10px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000;
}
.enlaces a:hover {
  text-decoration: none;
}
.enlaces.coleccion a:hover {
  background-color: #F5F5F5;
  color: #000000;
}
.enlaces.outlet a:hover {
  background-color: #fff8e7;
}
.enlaces.gran-barata a:hover {
  background-color: #f8c7c1;
}
.enlaces.oferta-especial a:hover {
  background-color: #fdf0ef;
}
.placa {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 60px;
}
.placa img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.placa .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-nuevo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 60px;
}
.placa-nuevo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-nuevo .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.placa-nuevo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-outlet {
  background-color: #ffce4e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 60px;
}
.placa-outlet img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-outlet .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.placa-outlet .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-oferta-especial {
  background-color: #e74c39;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 60px;
}
.placa-oferta-especial img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-oferta-especial .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.placa-oferta-especial .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-oferta-especial img {
  filter: brightness(0) invert(1);
}
.placa-gran-barata {
  background-color: #e74c39;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 60px;
}
.placa-gran-barata img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.placa-gran-barata .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.placa-gran-barata .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#checkout .panel-heading {
  background-color: #000;
  border-radius: 0 !important;
  color: #ffffff !important;
}
#checkout .input-group-addon {
  background-color: #ffffff;
  border-color: #000;
  border-radius: 0px;
}
#checkout.checkout .radio,
#checkout.checkout .checkbox {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
#checkout.checkout .radio input,
#checkout.checkout .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}
#checkout.checkout .radio input:checked + label::before,
#checkout.checkout .checkbox input:checked + label::before {
  border-color: #000;
}
#checkout.checkout .radio input:checked + label::after,
#checkout.checkout .checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 3px;
  top: 5px;
  margin-left: -20px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
}
#checkout.checkout .radio label,
#checkout.checkout .checkbox label {
  display: inline-block;
  position: relative;
  padding-top: 2px;
  padding-left: 15px;
  font-size: 14px;
}
#checkout.checkout .radio label::before,
#checkout.checkout .checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #000;
  border-color: #000000;
  border-radius: 50%;
  background-color: #fff;
}
#checkout.checkout .radio.disabled label,
#checkout.checkout .checkbox.disabled label {
  color: #ccc;
}
#checkout.checkout .radio.disabled label::before,
#checkout.checkout .checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
#checkout.checkout .radio input:checked + label::after {
  width: 14px;
  height: 14px;
  left: 3px;
  top: 5px;
}
#checkout.checkout .radio label {
  margin-right: 45px;
}
#checkout.checkout .checkbox input:checked + label::before {
  border-color: #000;
  background-color: #000;
}
#checkout.checkout .checkbox input:checked + label::after {
  content: "L";
  font-family: "Helvetica";
  font-size: 14px;
  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);
}
#checkout.checkout .checkbox label::before {
  border-radius: 2px;
}
#shopping-bag.mini {
  /*h2 {

          line-height: 0;
        }*/
}
#shopping-bag.mini .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 50px;
  height: 500px;
  padding-bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
#shopping-bag.mini .grid::-webkit-scrollbar {
  width: 8px;
}
#shopping-bag.mini .grid::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px;
}
#shopping-bag.mini .grid::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}
#shopping-bag.mini .grid::-webkit-scrollbar-thumb:hover {
  background: #000;
}
#shopping-bag.mini .grid .item {
  display: grid;
  grid-template-columns: 50% auto 25px;
  grid-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#shopping-bag.mini .grid .item .datos {
  font-size: 12px;
  padding-left: 10px;
}
#shopping-bag.mini .grid .item .datos h2 {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-size: 14px;
}
#shopping-bag.mini .grid .item .sku {
  font-size: 10px;
}
#shopping-bag.mini .grid .item .cantidad {
  width: 60px;
}
#shopping-bag.mini .boton {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
#shopping-bag.mini .btn-link {
  padding: 0;
  margin: 0;
}
#shopping-bag.mini .empty {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
#shopping-bag.mini .empty h2 {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  #shopping-bag.mini .grid {
    height: auto;
  }
}
#shopping-bag.mini hr {
  border-color: #dddddd;
}
#shopping-bag.mini #detalle,
#shopping-bag.mini.detalle-mini {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#shopping-bag.offcanvas-collapse {
  position: fixed;
  top: 30px;
  bottom: 0;
  left: 100%;
  width: 420px;
  padding-top: 100px;
  overflow-y: auto;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
  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;
  z-index: 1000;
}
#shopping-bag.offcanvas-collapse.no-news {
  top: 60px !important;
}
#shopping-bag.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  #shopping-bag.offcanvas-collapse {
    width: 100%;
  }
}
#danger {
  background-color: #f9e2e2 !important;
}
#danger .container h1 {
  color: #d9534f;
}
#danger .container hr {
  border-color: #d9534f;
}
#warning {
  background-color: #fdf5e9 !important;
}
#warning .container h1 {
  color: #f0ad4e;
}
#warning .container hr {
  border-color: #f0ad4e;
}
#success {
  background-color: #d8eed8 !important;
}
#success .container h1 {
  color: #5cb85c;
}
#success .container hr {
  border-color: #5cb85c;
}
#noche {
  background-color: #2d2d30;
}
#noche p {
  color: #FFFFFF;
}
#noche .producto a,
#noche .producto p {
  color: #ffffff !important;
}
#noche .container h1,
#noche .container-fluid h1 {
  color: #ffffff;
}
#noche .container hr,
#noche .container-fluid hr {
  border-color: #ffffff;
}
.nav-path {
  height: 60px;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.nav-path .path {
  font-weight: 800;
}
.nav-path .filters {
  text-align: right;
}
.nav-path .filters .active {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.nav-path .filters .filter {
  margin-left: 20px;
}
.nav-path .filters .view {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .nav-path .path {
    padding-left: 20px;
  }
  .nav-path .filters {
    padding-right: 20px;
  }
  .nav-path .filters .view {
    margin-left: 15px;
  }
  .container-tienda-1,
  .container-tienda-2,
  .container-tienda-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-tienda-1 .enlaces,
  .container-tienda-2 .enlaces,
  .container-tienda-3 .enlaces {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .container-tienda-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-tienda-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-tienda-2 .enlaces {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-tienda-2 .nav-path .path {
    padding-left: 50px;
  }
  .container-tienda-2 .nav-path .filters {
    padding-right: 50px;
  }
  .container-tienda-3 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-tienda-3 .enlaces {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container-tienda-3 .nav-path .path {
    margin-left: -30px;
  }
  .container-tienda-3 .nav-path .filters {
    margin-right: -30px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  .container-tienda-1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-tienda-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-tienda-2 .enlaces {
    padding-right: 50px;
    padding-left: 50px;
  }
  .container-tienda-2 .nav-path .path {
    padding-left: 50px;
  }
  .container-tienda-2 .nav-path .filters {
    padding-right: 50px;
  }
  .container-tienda-3 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .container-tienda-3 .enlaces {
    margin-right: -100px;
    margin-left: -100px;
  }
  .container-tienda-3 .nav-path .path {
    margin-left: -100px;
  }
  .container-tienda-3 .nav-path .filters {
    margin-right: -100px;
  }
}
@media (min-width: 1200px) {
  .container-tienda-1 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .container-tienda-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-tienda-2 .enlaces {
    padding-left: 100px;
    padding-right: 100px;
  }
  .container-tienda-2 .nav-path .path {
    padding-left: 100px;
  }
  .container-tienda-2 .nav-path .filters {
    padding-right: 100px;
  }
  .container-tienda-3 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .container-tienda-3 .enlaces {
    margin-left: -200px;
    margin-right: -200px;
  }
  .container-tienda-3 .nav-path .path {
    margin-left: -200px;
  }
  .container-tienda-3 .nav-path .filters {
    margin-right: -200px;
  }
}
#outfits {
  padding: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  #outfits {
    padding: 15px;
  }
}
#outfit .canvas,
.swiper-outfits .canvas {
  position: relative;
}
#outfit .caliper,
.swiper-outfits .caliper {
  position: absolute;
}
#outfit .caliper a,
.swiper-outfits .caliper a,
#outfit .caliper span,
.swiper-outfits .caliper span {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 50%;
  border-width: 1px;
  border-color: #eaeaea;
  border-style: solid;
  -webkit-box-shadow: 10px 10px 15px -6px #646464 !important;
  -moz-box-shadow: 10px 10px 15px -6px #646464 !important;
  box-shadow: 10px 10px 15px -6px #646464 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#outfit .caliper a:hover,
.swiper-outfits .caliper a:hover,
#outfit .caliper span:hover,
.swiper-outfits .caliper span:hover {
  margin-top: -3px;
  margin-left: -3px;
  width: 24px;
  height: 24px;
  border-width: 6px !important;
}
#outfit .swiper-slide,
.swiper-outfits .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#outfit .swiper-slide img,
.swiper-outfits .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-canvas {
  position: relative;
  grid-column-end: span 3;
}
.swiper-canvas .swiper-button-prev,
.swiper-canvas .swiper-button-next {
  top: 45%;
  background-color: #ffffff;
  border-radius: 24px;
  border-color: #f5f5f5;
  border-width: 0.5px;
  border-style: solid;
  width: 50px;
  height: 50px;
  right: -25px;
  color: #000;
}
.swiper-canvas .swiper-button-prev:after,
.swiper-canvas .swiper-button-next:after {
  font-size: 16px;
}
.swiper-canvas .swiper-button-prev {
  left: -25px;
  right: auto;
}
.swiper-canvas .swiper-pagination-bullets {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.swiper-canvas .swiper-pagination-bullet {
  background-color: #eaeaea;
  margin: 0 4px;
  width: 20px;
  height: 1.3px;
  border-radius: 0;
  opacity: 1;
}
.swiper-canvas .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}
@media (max-width: 767px) {
  .swiper-canvas {
    grid-column-end: span 2;
  }
}
#resultado.grid-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  grid-row-gap: 80px;
}
#resultado.grid-2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0px;
  grid-row-gap: 0px;
  border-top: 0.5px solid #000000;
}
#resultado.grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  grid-row-gap: 80px;
}
#resultado.grid-1,
#resultado.grid-2,
#resultado.grid-3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #resultado.grid-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    grid-row-gap: 40px;
  }
  #resultado.grid-2 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px;
    grid-row-gap: 0px;
    border-top: 0.5px solid #000000;
  }
  #resultado.grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }
}
#resultado .no-results-1 {
  grid-column: 1 / span 3;
}
#resultado .no-results-2 {
  grid-column: 1 / span 6;
}
#resultado .no-results-3 {
  grid-column: 1 / span 2;
}
@media (max-width: 767px) {
  #resultado .no-results-1 {
    grid-column: 1 / span 2;
  }
  #resultado .no-results-2 {
    grid-column: 1 / span 3;
  }
}
#resultado .aviso {
  position: absolute;
  top: 0px;
  left: 1px;
  /*opacity: 0.9;

        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);*/
  z-index: 900;
}
#resultado .aviso .label {
  font-size: 12px;
  font-weight: 300;
}
#resultado .label-oferta-especial {
  background-color: #e74c39;
  color: #FFFFFF;
}
#resultado .label-especial {
  background-color: red;
}
#resultado .label-gran-barata {
  background-color: #e74c39;
}
#resultado .label-mas-vendido {
  background-color: #ca0101;
}
#resultado .label-exclusivo {
  background-color: #c4d000;
}
#resultado .label-oportunidad {
  background-color: #01a84f;
}
#resultado .label-edicion-limitada {
  background-color: #937a14;
}
#resultado .label-nuevo {
  background-color: #000;
}
#resultado .producto a,
#resultado .producto a:hover {
  text-decoration: none;
  color: #000;
}
#resultado .producto .info {
  padding: 15px;
}
#resultado .producto .info h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#resultado .producto .cuotas {
  margin-bottom: 10px;
}
#resultado .producto .precio-anterior {
  text-decoration: line-through;
  color: #b5b5b5;
}
#resultado .producto .descuento {
  background-color: #ffce4e;
  color: #000000;
  padding: 2px;
}
#resultado .producto .oferta-especial {
  background-color: #e74c39;
  color: #ffffff;
  padding: 2px;
}
#resultado .producto .envio,
#resultado .producto .countdown {
  font-size: 12px;
  color: #999 !important;
}
#resultado .producto .envio a,
#resultado .producto .countdown a {
  color: #999 !important;
}
#resultado .producto .canvas {
  position: relative;
}
#resultado .producto .imagen {
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
}
#resultado .producto .color {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 1px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 25px !important;
  transition: border-color 0.5s ease;
}
#resultado .producto .color.active {
  border-color: #000000;
}
#resultado .producto .color:hover {
  border-color: #818484;
}
#resultado .producto .color-hex {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 25px;
}
@media (max-width: 767px) {
  #resultado .producto-1 .color {
    display: none;
  }
}
#resultado .producto-2 {
  border-right: 0.5px solid #000000;
  border-bottom: 0.5px solid #000000;
}
#resultado .producto-2 .envio,
#resultado .producto-2 .cuotas,
#resultado .producto-2 .label,
#resultado .producto-2 .color,
#resultado .producto-2 .countdown {
  display: none;
}
#resultado .producto-2 .imagen {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom-width: 0.5px;
  border-bottom-color: #000000;
}
#resultado .producto-2:nth-child(6n) {
  border-right: none;
}
@media (max-width: 767px) {
  #resultado .producto-2 .precio-anterior {
    display: none;
  }
  #resultado .producto-2 a {
    font-size: 11px !important;
  }
  #resultado .producto-2:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #resultado .producto-2 .precio-anterior {
    display: none;
  }
  #resultado .producto-2 a {
    font-size: 11px !important;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  #resultado .producto-2 .precio-anterior {
    display: none;
  }
}
#resultado .producto-3.span-2 {
  grid-column-end: span 2;
  padding-left: 250px;
  padding-right: 250px;
}
@media (max-width: 767px) {
  #resultado .producto-3.span-2 {
    grid-column-end: span 1;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  #resultado .producto-3.span-2 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  #resultado .producto-3.span-2 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  #resultado .aviso .label {
    font-size: 10px;
  }
  #resultado .producto {
    font-size: 12px;
  }
  #resultado .producto h2 {
    font-size: 12px;
  }
  #resultado .producto .envio,
  #resultado .producto .countdown {
    font-size: 10px;
  }
}
#resultado .swiper {
  width: 100%;
}
#resultado .swiper-slide {
  width: fit-content;
}
#resultado .swiper-button-next,
#resultado .swiper-button-prev {
  color: #000;
}
#resultado .swiper-button-next:after,
#resultado .swiper-button-prev:after {
  font-size: 16px;
}
#resultado .swiper-lazy-preloader {
  border-width: 1px;
}
#resultado .swiper-horizontal > .swiper-pagination-progressbar,
#resultado .swiper-pagination-progressbar.swiper-pagination-horizontal,
#resultado .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
#resultado .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: unset;
  bottom: 0;
}
#resultado .swiper-pagination-progressbar {
  background-color: #f5f5f5;
  height: 2px;
}
#resultado .swiper-pagination-progressbar-fill {
  background-color: #000000;
}
#filters h2 {
  text-align: center;
}
#filters .btn-group {
  padding-left: 35px;
}
#filters .btn-group .btn-tienda {
  width: 35px;
  height: 35px;
  border-color: #eaeaea;
  border-radius: 35px !important;
  transition: border-color 0.5s ease;
  margin: 2px;
  text-align: center;
  padding: 2px;
  font-size: 12px;
}
#filters .btn-group .btn-tienda:hover {
  border-color: #818484;
}
#filters .btn-group .color-hex {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 35px;
}
#filters .btn-group .btn-ordenar {
  border-color: #eaeaea;
  transition: border-color 0.5s ease;
  margin: 2px;
  text-align: center;
  font-size: 14px;
}
#filters .btn-group .btn-ordenar:hover {
  border-color: #818484;
}
#filters .btn-group .btn.active,
#filters .btn-group .btn:active {
  border-color: #000000;
  box-shadow: none;
}
#filters.offcanvas-collapse {
  position: fixed;
  top: 30px;
  bottom: 0;
  left: 100%;
  width: 420px;
  padding-top: 100px;
  overflow-y: auto;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
  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;
  z-index: 1000;
}
#filters.offcanvas-collapse.no-news {
  top: 60px !important;
}
#filters.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  #filters.offcanvas-collapse {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container-producto {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .container-producto {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  .container-producto {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .container-producto {
    padding-left: 100px;
    padding-right: 100px;
  }
}
#producto {
  overflow-x: hidden;
}
#producto #images-lg.row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
#producto .images {
  position: relative;
}
#producto .images .imagen {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#producto .images img {
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5;
  margin-bottom: 20px;
}
#producto .label {
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 500;
}
#producto .label-oferta-especial {
  background-color: #e74c39;
  color: #FFFFFF;
}
#producto .label-especial {
  background-color: red;
}
#producto .label-gran-barata {
  background-color: #e74c39;
}
#producto .label-mas-vendido {
  background-color: #ca0101;
}
#producto .label-exclusivo {
  background-color: #c4d000;
}
#producto .label-oportunidad {
  background-color: #01a84f;
}
#producto .label-edicion-limitada {
  background-color: #937a14;
}
#producto .label-nuevo {
  background-color: #000;
}
#producto .datos {
  padding-left: 40px;
}
#producto .datos .label-xs {
  position: relative;
  margin-top: 20px;
  height: 10px;
}
#producto .datos .label-xs .label {
  left: 0;
  top: 0;
}
#producto .datos h1 {
  font-size: 26px;
}
#producto .datos .precio,
#producto .datos .cuotas {
  font-size: 16px;
}
#producto .datos .cuotas {
  margin-bottom: 10px;
}
#producto .datos .precio-anterior {
  text-decoration: line-through;
  color: #b5b5b5;
}
#producto .datos .descuento {
  background-color: #ffce4e;
  color: #000000;
  padding: 2px;
}
#producto .datos .oferta-especial {
  background-color: #e74c39;
  color: #ffffff;
  padding: 2px;
}
#producto .datos .especial {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 15px;
  align-items: center;
}
#producto .datos .especial .descuento {
  background-color: #3964C3;
  color: #ffffff;
  padding: 0;
}
#producto .datos .especial i,
#producto .datos .especial svg {
  color: #3964C3;
  place-self: center;
}
#producto .datos .amex {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 15px;
  align-items: center;
}
#producto .datos .amex .descuento {
  background-color: #006fcf;
  color: #ffffff;
  padding: 0;
}
#producto .datos .amex i,
#producto .datos .amex svg {
  color: #006fcf;
  place-self: center;
}
#producto .datos .gran-barata {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 15px;
  align-items: center;
}
#producto .datos .gran-barata .descuento {
  background-color: #e74c39;
  color: #FFFFFF;
  padding: 0;
}
#producto .datos .gran-barata i,
#producto .datos .gran-barata svg {
  color: #e74c39;
  place-self: center;
}
#producto .datos .envio,
#producto .datos .countdown,
#producto .datos .modelo {
  color: #999 !important;
}
#producto .datos .info-plus {
  display: block;
  color: #000;
  font-weight: bold;
}
#producto .datos .info-plus i {
  padding-top: 3px;
}
#producto .datos .info-plus:hover,
#producto .datos .info-plus:focus {
  text-decoration: none;
}
#producto .datos .info-collapse {
  padding-top: 10px;
}
#producto .datos .btn-group .btn-tienda {
  width: 50px;
  height: 50px;
  border-color: #eaeaea;
  border-radius: 50px !important;
  transition: border-color 0.5s ease;
  margin: 2px;
  text-align: center;
  padding: 2px;
  font-size: 16px;
}
#producto .datos .btn-group .btn-tienda:hover {
  border-color: #818484;
}
#producto .datos .btn-group .color-hex {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 50px;
}
#producto .datos .btn-group .btn-talle {
  padding-top: 13px;
}
#producto .datos .btn-group .btn.active,
#producto .datos .btn-group .btn:active {
  border-color: #000000;
  box-shadow: none;
}
@media (max-width: 767px) {
  #producto .datos {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#producto .relacionados h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #producto .relacionados {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#producto .img-shadow {
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 550px;
  padding-top: 110px;
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #ffffff;
  color: #000;
}
body.no-news {
  padding-top: 80px !important;
}
@media (max-width: 768px) {
  body {
    margin-bottom: 730px;
    padding-top: 90px;
  }
  body.no-news {
    padding-top: 60px !important;
  }
}
.titulo-principal {
  text-align: center;
  color: #000;
}
.titulo-principal h1 {
  font-size: 26px;
  font-weight: 800;
}
.titulo-principal h2 {
  font-size: 14px;
  font-weight: 300;
}
.titulo-principal hr {
  border-color: #000;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.titulo-principal.white {
  color: #ffffff;
}
.titulo-principal.white hr {
  border-color: #ffffff;
}
h1 {
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px;
}
h2,
.panel-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  padding: 0px;
}
hr {
  border-color: #eaeaea;
}
p,
em,
li {
  line-height: 2;
}
.well {
  border-radius: 0px;
  border: 0px;
}
.panel {
  border-radius: 0px !important;
}
.panel-title a,
.panel-title a:hover {
  color: #000000;
}
.tooltip.left .tooltip-arrow {
  padding-left: 1px;
}
.tooltip-inner {
  border-radius: 20px;
  font-size: 13px;
}
em {
  color: #818484;
  font-size: 13px;
}
a,
a:hover {
  color: #000000;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
input,
button {
  border-radius: 0 !important;
}
.label,
.alert {
  border-radius: 0;
}
.modal-backdrop {
  background-color: #ffffff;
}
.separador-o {
  background-image: url('../../images/separador-o.jpg');
  background-repeat: no-repeat;
  background-size: 1px 210px;
  background-position: center;
  width: 1px;
  height: 210px;
  margin-left: auto;
  margin-right: auto;
}
.o-bien {
  color: #cccccc;
  padding-top: 10px;
}
.faq-title {
  font-size: 14px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .faq-answer {
    border: 0px;
  }
}
@media (min-width: 768px) and (max-width: 994px) {
  .faq-answer {
    border: 0px;
  }
}
@media (min-width: 995px) and (max-width: 1199px) {
  .faq-answer {
    border-left-color: #eaeaea;
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media (min-width: 1200px) {
  .faq-answer {
    border-left-color: #eaeaea;
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.local-right-col {
  min-height: 300px;
}
.local-map {
  height: 600px;
}
.local-tab {
  padding-top: 10px;
}
.nav-pills {
  border-radius: 0px !important;
}
.nav-pills li a {
  border-radius: 0px !important;
  color: #000;
  text-decoration: none;
}
.nav-pills > li.active > a {
  background-color: #000;
}
.novedad-info {
  height: 300px;
}
.modal {
  z-index: 8000 !important;
}
h4.modal-title {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.puntos-venta p {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.puntos-venta h2 {
  font-size: 18px;
  font-weight: bold;
}
.puntos-venta h3 {
  font-size: 16px;
}
.puntos-venta .punto-venta {
  min-height: 200px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .puntos-venta .punto-venta {
    min-height: 150px !important;
  }
}
.puntos-venta-container {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
/*# sourceMappingURL=style.css.map */