/*$mq-responsive: true;
$mq-breakpoints: (
    mobile:  320px,
    tablet:  740px,
    desktop: 980px,
    wide:    1300px,
    // Tweakpoints
    desktopAd: 810px,
    mobileLandscape: 480px
);
$mq-static-breakpoint: desktop;
//$mq-show-breakpoints: (mobile, mobileLandscape, tablet, desktop, wide);
@import 'sass-mq/mq';*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 767px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 767px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 767px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.bluescrollbar::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}

.bluescrollbar::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.bluescrollbar::-webkit-scrollbar-thumb {
  background: #ff001f;
  border: 0px none transparent;
  border-radius: 0px;
}

.bluescrollbar::-webkit-scrollbar-thumb:hover {
  background: #ff001f;
}

.bluescrollbar::-webkit-scrollbar-thumb:active {
  background: #ff001f;
}

.bluescrollbar::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 0px;
}

.bluescrollbar::-webkit-scrollbar-track:hover {
  background: transparent;
}

.bluescrollbar::-webkit-scrollbar-track:active {
  background: transparent;
}

.bluescrollbar::-webkit-scrollbar-corner {
  background: transparent;
}

@media only screen and (min-width: 1025px) {
  .bluescrollbar::-webkit-scrollbar-thumb {
    background: #ff001f;
    border: 0px none transparent;
    border-radius: 0px;
  }
  .bluescrollbar::-webkit-scrollbar-thumb:hover {
    background: #ff001f;
  }
  .bluescrollbar::-webkit-scrollbar-thumb:active {
    background: #ff001f;
  }
}

.redscrollbar::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}

.redscrollbar::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.redscrollbar::-webkit-scrollbar-thumb {
  background: #ff001f;
  border: 0px none transparent;
  border-radius: 0px;
}

.redscrollbar::-webkit-scrollbar-thumb:hover {
  background: #ff001f;
}

.redscrollbar::-webkit-scrollbar-thumb:active {
  background: #ff001f;
}

.redscrollbar::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 0px;
}

.redscrollbar::-webkit-scrollbar-track:hover {
  background: transparent;
}

.redscrollbar::-webkit-scrollbar-track:active {
  background: transparent;
}

.redscrollbar::-webkit-scrollbar-corner {
  background: transparent;
}

@media only screen and (max-width: 766px) {
  .onlydesktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .onlymobile {
    display: none !important;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  font-size: unset;
}

a {
  cursor: pointer;
}

.inline {
  display: inline-block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.margin-bottom-no {
  margin-bottom: 0 !important;
}

.transform-center {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.margin-bottom {
  margin-bottom: 40px !important;
}

.margin-bottom2 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 1023px) {
  .margin-bottom2 {
    margin-bottom: 40px !important;
  }
}

.margin-bottom3 {
  margin-bottom: 120px;
}

::-moz-selection {
  background: #0c00e8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0c00e8;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #0c00e8;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0c00e8;
  color: #fff;
  text-shadow: none;
}

input {
  -webkit-appearance: none;
}

.margin-top-page {
  margin-top: 100px;
}

@media only screen and (max-width: 766px) {
  .margin-top-page {
    margin-top: unset;
  }
}

@media only screen and (max-width: 1023px) {
  .rojo-mobile {
    color: #ff001f !important;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  color: #0c00e8;
  margin: 0 auto;
  /*    height: 100vh;
    width: 100vw;*/
  height: 100%;
  width: 100vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

body ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

body ::-webkit-scrollbar-thumb {
  background: #ff001f;
  border: 0px none transparent;
  border-radius: 0px;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #ff001f;
}

body ::-webkit-scrollbar-thumb:active {
  background: #ff001f;
}

body ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 0px;
}

body ::-webkit-scrollbar-track:hover {
  background: transparent;
}

body ::-webkit-scrollbar-track:active {
  background: transparent;
}

body ::-webkit-scrollbar-corner {
  background: transparent;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  body {
    font-size: 12px !important;
  }
}

#wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 40px 40px 40px 40px;
  z-index: 900;
  overflow-x: hidden;
}

@media only screen and (max-width: 1023px) {
  #wrapper {
    padding: 24px;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 766px) {
  #wrapper {
    padding: 16px;
    overflow-x: hidden;
  }
}

#header {
  position: fixed;
  width: 100%;
  height: 50vh;
  z-index: 1000;
}

#header-izq {
  position: fixed;
  left: 0;
  top: 0;
  height: 50%;
  width: 190px;
  z-index: 111000;
}

@media only screen and (max-width: 1023px) {
  #header-izq {
    width: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  #header-izq {
    height: 0;
  }
}

#header-dcha {
  width: 190px;
  position: fixed;
  right: 0;
  top: 0;
  height: 50%;
  z-index: 1000;
  /*@include mq(tablet, max) {
        top: $marginpp;
        height: 20%;
    }*/
}

@media only screen and (max-width: 1023px) {
  #header-dcha {
    width: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  #header-dcha {
    background-color: white;
    height: 50px;
    width: 100%;
    top: 0;
    padding-top: 8px;
  }
}

@media only screen and (max-width: 1023px) {
  .home #header-dcha {
    background-color: transparent;
  }
}

#header-centro {
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  height: 150px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  #header-centro {
    margin-top: 40px;
    height: 110px;
  }
}

@media only screen and (max-width: 766px) {
  #header-centro {
    padding-top: unset;
  }
}

.post-type-archive-product #header-centro,
.tax-product_cat #header-centro,
.single-product #header-centro {
  height: 100px;
}

@media only screen and (max-width: 1023px) {
  .post-type-archive-product #header-centro,
  .tax-product_cat #header-centro,
  .single-product #header-centro {
    height: 80px;
  }
}

@media only screen and (max-width: 766px) {
  .post-type-archive-product #header-centro,
  .tax-product_cat #header-centro,
  .single-product #header-centro {
    height: 65px;
  }
}

.header-left {
  z-index: 10000;
  position: absolute;
  left: 40px;
  top: 40px;
}

@media only screen and (max-width: 1023px) {
  .header-left {
    left: 24px;
    top: 24px;
  }
}

@media only screen and (max-width: 766px) {
  .header-left {
    left: 16px;
    top: 16px;
  }
}

@media only screen and (min-width: 1025px) {
  .home .header-left {
    top: 180px;
  }
}

.header-right {
  z-index: 1200;
  position: absolute;
  right: 40px;
  top: 40px;
}

@media only screen and (max-width: 1023px) {
  .header-right {
    right: 24px;
    top: 16px;
    padding-top: 8px;
  }
}

@media only screen and (max-width: 766px) {
  .header-right {
    right: 16px;
    top: 0;
  }
}

.header-left-center {
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 12000;
}

@media only screen and (max-width: 1023px) {
  .header-left-center {
    left: 24px;
    bottom: 0;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
}

@media only screen and (max-width: 766px) {
  .header-left-center {
    left: 16px;
    height: 40px;
  }
}

#logo {
  max-width: 105px;
  /*@include mq(desktop,min) {
        margin-left: $margin;
        max-width: unset;
        width: 500px;
        //height: 55vh;
        .logo-img {
            height: 55vh;
        }
    }*/
}

#logo .logo-img {
  background-image: url("../img/ape-logo-sm.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 117px;
  height: 119px;
  /*        content: url('../img/ape-logo-sm.svg');
        width: 105px;
        max-width: unset;*/
}

@media only screen and (max-width: 1023px) {
  #logo .logo-img {
    background-image: url("../img/logo-mobile.svg");
    background-position: center;
    background-size: contain;
    width: 145px;
    height: 18px;
  }
}

@media only screen and (max-width: 1023px) {
  #logo {
    position: fixed;
    top: 18px;
    left: 24px;
    z-index: 12000;
    max-width: 75px;
  }
}

@media only screen and (max-width: 766px) {
  #logo {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 12000;
    max-width: 55px;
  }
}

#header-right-menu {
  text-align: center;
  font-size: 12px !important;
  font-weight: 400;
  color: #0c00e8;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1023px) {
  #header-right-menu {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 766px) {
  #header-right-menu {
    font-size: 10px !important;
  }
}

#header-right-menu ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

#header-right-menu ul li {
  display: block;
  margin-bottom: 16px;
}

.home #logo a {
  pointer-events: none !important;
}

@media only screen and (max-width: 766px) {
  .home #logo .logo-img {
    width: 200px !important;
    height: 205px !important;
    background-image: url("../img/ape-logo-sm.svg");
  }
}

@media only screen and (min-width: 767px) {
  .home #logo .logo-img {
    margin-left: 0px;
    background-image: url("../img/ape-logo-sm.svg");
    width: 391px;
    height: 378px;
  }
}

@media only screen and (max-width: 1023px) {
  .home #logo .logo-img {
    width: 391px;
    height: 378px;
  }
}

@media only screen and (min-width: 1024px) {
  .home #logo .logo-img {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .home #logo {
    margin-left: 112px;
    max-width: unset !important;
    top: 100px;
  }
  .home #logo .logo-img {
    background-image: url("../img/ape-logo-sm.svg");
    width: 527px;
    height: 546px;
    max-width: unset;
    /*@include mq(phone,max) {
                    content: url('../img/logo-mobile.svg');
                    width: 100px;
                }*/
  }
}

@media only screen and (min-width: 1440px) {
  .home #logo .logo-img {
    width: 527px;
    height: 546px;
  }
}

#main-menu {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-menu .menu-menu-footer {
  line-height: 2.25em;
}

@media only screen and (max-width: 1023px) {
  #main-menu {
    z-index: 100000;
  }
}

#main-menu #menuclick {
  position: absolute;
  width: 100%;
  height: 100%;
}

#main-menu.is-inactive {
  display: none;
}

#main-menu.is-active {
  display: block;
}

#main-menu #main-menu-menu {
  text-align: center;
  background-color: #0c00e8;
  color: #fff;
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
}

#main-menu #main-menu-menu #menuflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  #main-menu #main-menu-menu {
    width: 70vw;
  }
}

@media only screen and (max-width: 766px) {
  #main-menu #main-menu-menu {
    width: 90vw;
  }
}

#main-menu #main-menu-menu .menu-menu-mono {
  width: 100%;
  margin-bottom: 40px;
}

#main-menu #main-menu-menu .menu-menu-mono img {
  width: 75px;
}

#main-menu #main-menu-menu .menu-menu-menu {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 16px !important;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@-webkit-keyframes widthani {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes widthani {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  #main-menu #main-menu-menu .menu-menu-menu {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  #main-menu #main-menu-menu .menu-menu-menu {
    font-size: 14px !important;
  }
}

#main-menu #main-menu-menu .menu-menu-menu ul {
  list-style: none;
}

#main-menu #main-menu-menu .menu-menu-menu ul li {
  display: block;
  margin-bottom: 22px;
}

#main-menu #main-menu-menu .menu-menu-menu ul li a {
  position: relative;
}

#main-menu #main-menu-menu .menu-menu-menu ul li a:after {
  content: "";
  display: block;
  height: 2px;
  background: red;
  position: absolute;
  top: calc(50% + 0px);
  width: 0%;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#main-menu #main-menu-menu .menu-menu-menu ul li a:before {
  content: "";
  height: 100%;
  background: #ff001f;
  position: absolute;
  top: 0;
  width: 0;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  #main-menu #main-menu-menu .menu-menu-menu ul li a:hover:after {
    width: 100%;
  }
  #main-menu #main-menu-menu .menu-menu-menu ul li a:hover:before {
    -webkit-animation: widthani 0.3s ease-in;
            animation: widthani 0.3s ease-in;
  }
}

#main-menu #main-menu-menu .menu-menu-menu ul li.current_page_item a {
  position: relative;
}

#main-menu #main-menu-menu .menu-menu-menu ul li.current_page_item a:after {
  content: "";
  display: block;
  height: 2px;
  background: red;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  left: 0;
}

#main-menu #main-menu-menu .menu-menu-menu ul li:last-child {
  margin-bottom: 0;
}

.menu-icon {
  cursor: pointer;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner {
  width: 40px;
  height: 3px;
  background-color: #0c00e8;
  border-radius: 40px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.hamburger-inner:hover {
  width: 20px;
}

.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #0c00e8;
  border-radius: 40px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear, -webkit-transform 0.2s ease;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear, -webkit-transform 0.2s ease;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear, transform 0.2s ease;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.has-off-canvas .current-lightbox-clicked {
  transform: none;
  opacity: 1 !important;
  -webkit-transform: none;
}

.nav > li > a._cml {
  padding: 0;
}

.Btn-hamburger {
  /*
	position: absolute;
    top: 4px;
    left: 4px;
	*/
  position: fixed;
  top: 29px;
  left: 20px;
  width: 24px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
}

.Btn-hamburger span {
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50vw;
  margin: auto;
  -webkit-transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
  -webkit-transform: translate3d(-50vw, 0, 0);
  transform: translate3d(-50vw, 0, 0);
}

.Btn-hamburger::before,
.Btn-hamburger::after {
  content: "";
  display: block;
  background: #1a1a1a;
  width: 100%;
  height: 2px;
  position: absolute;
  margin: auto;
  -webkit-transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
}

.Btn-hamburger::before {
  top: 0;
}

.Btn-hamburger::after {
  bottom: 0;
}

.current-lightbox-clicked .Btn-hamburger span {
  display: block;
}

.current-lightbox-clicked .Btn-hamburger::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.current-lightbox-clicked .Btn-hamburger::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 481px) {
  #main {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .Btn-hamburger {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    width: 40px;
    height: 14px;
  }
  .current-lightbox-clicked .Btn-hamburger span {
    display: block;
  }
  .Btn-hamburger span.open {
    width: 350px;
    -webkit-transform: translate3d(-212px, 0, 0);
    transform: translate3d(-212px, 0, 0);
    -webkit-transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.1666, 0.88, 0.44, 1);
  }
}

@media (min-width: 769px) {
  .current-lightbox-clicked .Btn-hamburger span {
    width: 540px;
    -webkit-transform: translate3d(-30.7rem, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .widget {
    margin-bottom: 25px;
  }
  .widget_recently_viewed_products {
    margin-top: 60px;
  }
  .product-main .product-info {
    padding-top: 90px;
  }
}

.menu-icon {
  position: relative;
  display: block;
  height: 20px;
  width: 40px;
}

@media only screen and (max-width: 766px) {
  .menu-icon {
    width: 30px;
    height: 15px;
  }
}

.menu-icon span.menu-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #0c00e8;
  border-radius: 40px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}

@media only screen and (max-width: 766px) {
  .menu-icon span.menu-1 {
    height: 2px;
    width: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-icon span.menu-1.opened {
    -webkit-transform: rotate(45deg) translate(0, 12px);
            transform: rotate(45deg) translate(0, 12px);
  }
}

.menu-icon span.menu-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #0c00e8;
  border-radius: 40px;
  position: absolute;
}

@media only screen and (max-width: 766px) {
  .menu-icon span.menu-2 {
    height: 2px;
    width: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-icon span.menu-2 {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition: width 0.3s ease, -webkit-transform 0.5s ease;
    transition: width 0.3s ease, -webkit-transform 0.5s ease;
    transition: width 0.3s ease, transform 0.5s ease;
    transition: width 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-icon span.menu-2.opened {
    -webkit-transform: translateX(calc(50vw - 40px - (480px / 2)));
            transform: translateX(calc(50vw - 40px - (480px / 2)));
    width: 480px;
  }
}

.menu-icon span.menu-3 {
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #0c00e8;
  border-radius: 40px;
  position: absolute;
}

@media only screen and (min-width: 1025px) {
  .menu-icon span.menu-3.opened {
    -webkit-transform: rotate(-45deg) translate(0, -12px);
            transform: rotate(-45deg) translate(0, -12px);
  }
}

@media only screen and (max-width: 766px) {
  .menu-icon span.menu-3 {
    height: 2px;
    width: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-icon:hover span.menu-2:not(.opened) {
    width: 20px;
  }
}

#home-fullbg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#home-fullbg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-fullbg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#page-fullbg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#page-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  /*height: 100%;
        width: 100%;
        object-fit:contain;*/
}

#main-wrapper {
  width: 1440px;
  max-width: calc(100vw - calc(190px * 2));
  margin: 0 auto;
  position: relative;
  z-index: 1100;
  top: 0;
  padding-top: 20px;
}

@media only screen and (max-width: 1438px) {
  #main-wrapper {
    width: 1200px;
  }
}

@media only screen and (max-width: 1023px) {
  #main-wrapper {
    max-width: 100%;
  }
}

#main-wrapper .page-header {
  width: 100%;
  display: block;
}

#main-wrapper .page-header .texto {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px !important;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  #main-wrapper .page-header .texto {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 766px) {
  #main-wrapper .page-header .texto {
    font-size: 20px !important;
  }
}

#main-wrapper .page-header .arrow-down {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  width: 22px;
  height: 12px;
  background-image: url("../img/arrow-down.svg");
  background-size: 22px 12px;
}

@media only screen and (max-width: 766px) {
  #main-wrapper .page-header .arrow-down {
    width: 19px;
    height: 9px;
    background-image: url("../img/arrow-down.svg");
    background-size: 17px 9px;
  }
}

#main-wrapper .page-content {
  position: relative;
  display: block;
}

#main-wrapper .page-content.centered {
  height: calc(100vh - 150px - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-wrapper .page-headerimg {
  width: 100%;
  display: block;
}

#main-wrapper .page-headerimg img {
  width: 100%;
}

#main-wrapper .page-section {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}

@media only screen and (max-width: 766px) {
  #main-wrapper .page-section {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  #main-wrapper .page-section {
    margin-bottom: 40px;
  }
}

#main-wrapper .page-section .section-title {
  font-size: 16px !important;
  font-style: italic;
  text-transform: lowercase;
  margin-bottom: 40px;
  position: relative;
  left: 0;
}

@media only screen and (max-width: 1023px) {
  #main-wrapper .page-section .section-title {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  #main-wrapper .page-section .section-title {
    font-size: 14px !important;
  }
}

#main-wrapper .page-section .subtitulo {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  color: #ff001f;
  font-style: italic;
  font-size: 16px !important;
}

@media only screen and (max-width: 1023px) {
  #main-wrapper .page-section .subtitulo {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  #main-wrapper .page-section .subtitulo {
    font-size: 14px !important;
  }
}

.page-section-box {
  position: relative;
  margin: 0 auto;
  padding: 80px 40px 80px 40px;
}

@media only screen and (max-width: 766px) {
  .page-section-box {
    padding: 30px;
  }
}

.page-section-box .page-section-box-content {
  overflow: scroll;
  max-height: 40vh;
  padding-right: 20px;
}

.page-section-box-width-0 {
  width: 33%;
}

@media only screen and (max-width: 766px) {
  .page-section-box-width-0 {
    width: 100%;
  }
}

.page-section-box-width-1 {
  width: 50%;
}

@media only screen and (max-width: 766px) {
  .page-section-box-width-1 {
    width: 100%;
  }
}

.page-section-box-width-2 {
  width: 75%;
}

@media only screen and (max-width: 766px) {
  .page-section-box-width-2 {
    width: 100%;
  }
}

.page-section-box-width-3 {
  width: 100%;
}

.page-section-box-color-naranja {
  background-color: #ffece3;
  color: #0c00e8;
}

.page-section-box-color-azul {
  background-color: #0c00e8;
  color: #fff;
}

.noticias-list {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 766px) {
  .noticias-list {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.noticias-list .noticias-item {
  color: #ff001f;
  margin-bottom: 40px;
}

.noticias-list .noticias-item .noticias-item-img {
  margin-bottom: 15px;
}

.noticias-list .noticias-item .noticias-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.noticias-list .noticias-item .noticias-item-title {
  font-size: 14px !important;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .noticias-list .noticias-item .noticias-item-title {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .noticias-list .noticias-item .noticias-item-title {
    font-size: 12px !important;
  }
}

.noticias-list .noticias-item .noticias-item-title span.fecha {
  font-weight: 400;
  font-style: italic;
}

.noticia-section {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 766px) {
  .noticia-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.noticia-section .noticia-img img {
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .noticia-section .noticia-img {
    margin-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 766px) {
  .noticia-section .noticia-content-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.noticia-section .noticia-content-container .noticia-content {
  background-color: #ffece3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px 40px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.noticia-section .noticia-content-container .noticia-content .title {
  width: 100%;
  color: #ff001f;
  font-size: 22px !important;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c00e8;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .noticia-section .noticia-content-container .noticia-content .title {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .noticia-section .noticia-content-container .noticia-content .title {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .noticia-section .noticia-content-container .noticia-content .title {
    padding-bottom: 10px;
  }
}

.noticia-section .noticia-content-container .noticia-content .title span.fecha {
  font-weight: 400;
  font-style: italic;
}

@media only screen and (max-width: 766px) {
  .noticia-section .noticia-content-container .noticia-content {
    padding: 40px 30px 40px 30px;
  }
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text {
  overflow: scroll;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  max-height: 250px;
  width: 100%;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-thumb {
  background: #0c00e8;
  border: 0px none transparent;
  border-radius: 0px;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-thumb:hover {
  background: #0c00e8;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-thumb:active {
  background: #0c00e8;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 0px;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-track:hover {
  background: transparent;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-track:active {
  background: transparent;
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text ::-webkit-scrollbar-corner {
  background: transparent;
}

@media only screen and (max-width: 766px) {
  .noticia-section .noticia-content-container .noticia-content .noticia-content-text {
    max-height: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.noticia-section .noticia-content-container .noticia-content .noticia-content-text .text {
  font-size: 14px !important;
  color: #0c00e8;
  padding-right: 12px;
}

@media only screen and (max-width: 1023px) {
  .noticia-section .noticia-content-container .noticia-content .noticia-content-text .text {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .noticia-section .noticia-content-container .noticia-content .noticia-content-text .text {
    font-size: 12px !important;
  }
}

.contacto-box .contacto-item {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.contacto-box .contacto-item .title {
  color: #ff001f;
  font-size: 22px !important;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c00e8;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .contacto-box .contacto-item .title {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .contacto-box .contacto-item .title {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .contacto-box .contacto-item .title {
    padding-bottom: 10px;
  }
}

.contacto-box .contacto-item .text {
  font-size: 14px !important;
  color: #0c00e8;
}

@media only screen and (max-width: 1023px) {
  .contacto-box .contacto-item .text {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .contacto-box .contacto-item .text {
    font-size: 12px !important;
  }
}

.contacto-box .contacto-item .formulario {
  margin-top: 25px;
}

.contacto-box .contacto-item .formulario input.email {
  width: 100%;
  height: 40px;
  padding-left: 5px;
  background-color: #fedcd4;
  border: 0;
  font-size: 14px !important;
  color: #0c00e8;
}

@media only screen and (max-width: 1023px) {
  .contacto-box .contacto-item .formulario input.email {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .contacto-box .contacto-item .formulario input.email {
    font-size: 12px !important;
  }
}

.contacto-box .contacto-item .formulario input.email::-webkit-input-placeholder {
  color: #0c00e8;
}

.contacto-box .contacto-item .formulario input.email::-moz-placeholder {
  color: #0c00e8;
}

.contacto-box .contacto-item .formulario input.email:-moz-placeholder {
  color: #0c00e8;
}

.contacto-box .contacto-item .formulario input.email:-ms-input-placeholder {
  color: #0c00e8;
}

.contacto-box .contacto-item .formulario input.enviar {
  float: right;
  background: none;
  border: 0;
  height: 45px;
  text-align: right;
  width: 100px;
  padding-right: 0;
  font-size: 14px !important;
  color: #0c00e8;
  color: #ff001f;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .contacto-box .contacto-item .formulario input.enviar {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .contacto-box .contacto-item .formulario input.enviar {
    font-size: 12px !important;
  }
}

.contacto-box .contacto-footer {
  text-align: center;
  margin-top: 100px;
  display: block;
  width: 100%;
  font-size: 14px !important;
  font-style: italic;
  color: #0c00e8;
}

@media only screen and (max-width: 1023px) {
  .contacto-box .contacto-footer {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .contacto-box .contacto-footer {
    font-size: 12px !important;
  }
}

mark.count {
  display: none;
}

nav.woocommerce-breadcrumb {
  display: none;
}

ul.products {
  margin: unset;
}

ul.products li.product-category {
  color: #f8e71c;
  font-size: 28px !important;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 !important;
  padding: 0 0 0 0 !important;
  margin-bottom: 40px !important;
  width: 100% !important;
}

@media only screen and (max-width: 1023px) {
  ul.products li.product-category {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 766px) {
  ul.products li.product-category {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 766px) {
  ul.products li.product-category {
    margin-bottom: 25px !important;
  }
}

ul.products li.product-category img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

ul.products li.product-category .product-category-box {
  cursor: pointer;
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.products li.product-category .product-category-box:after {
  content: " ";
  position: absolute;
  background-color: #0c00e8;
  height: 50px;
  width: 5px;
  left: calc(50% - 2px);
  top: 100%;
  display: block;
}

@media only screen and (max-width: 766px) {
  ul.products li.product-category .product-category-box:after {
    width: 2px;
    left: calc(50% - 1px);
  }
}

@media only screen and (max-width: 1023px) {
  ul.products li.product-category .product-category-box {
    height: 250px;
  }
}

ul.products li.product-category .product-category-box .fondo {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

ul.products li.product-category .product-category-box .fondo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.products li.product-category .product-category-box .titulo {
  z-index: 120;
  font-size: 144px !important;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-style: italic;
}

@media only screen and (max-width: 1023px) {
  ul.products li.product-category .product-category-box .titulo {
    font-size: 52px !important;
  }
}

@media only screen and (max-width: 766px) {
  ul.products li.product-category .product-category-box .titulo {
    font-size: 50px !important;
  }
}

ul.products li.product-category .product-category-box .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 110;
}

ul.products li.product-category .product-category-box:last-child {
  margin-bottom: 0;
}

ul.products li.product-category .product-category-box:last-child:after {
  display: none;
}

.product-category-productos .product-category-title {
  color: #f8e71c;
  font-size: 28px !important;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  text-transform: lowercase !important;
}

@media only screen and (max-width: 1023px) {
  .product-category-productos .product-category-title {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-title {
    font-size: 20px !important;
  }
}

.product-category-productos .product-category-subtitle {
  color: #ff001f;
  font-size: 16px !important;
  font-weight: 600;
  font-style: italic;
  text-transform: lowercase;
  text-align: left;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .product-category-productos .product-category-subtitle {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-subtitle {
    font-size: 14px !important;
  }
}

.product-category-productos .product-category-image {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  padding: 0 40px 0 40px;
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-image {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-category-productos .product-category-image img {
  width: 100%;
}

.product-category-productos .product-category-list {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-list {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-category-productos .product-category-list .product-category-list-item {
  margin-bottom: 40px;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .fondo {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: relative;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .fondo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .capa-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .precio {
  background-color: #0c00e8;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 70px;
  position: absolute;
  bottom: 0;
  z-index: 120;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .precio.rebajado {
  background-color: #f8e71c;
  color: #0c00e8;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .precio span {
  font-size: 12px !important;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .precio span {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .precio span {
    font-size: 10px !important;
  }
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 110;
  display: none;
  opacity: 0.5;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre {
  width: 85%;
  text-align: center;
  color: #0c00e8;
  font-size: 22px !important;
  font-style: italic;
  z-index: 120;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre {
    font-size: 20px !important;
  }
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-antiguo {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: line-through;
  font-style: normal;
  font-size: 12px !important;
  font-size: bigger;
}

@media only screen and (max-width: 1023px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-antiguo {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-antiguo {
    font-size: 10px !important;
  }
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-rebaja {
  position: absolute;
  bottom: 40px;
  font-style: normal;
  width: 85%;
  text-align: center;
  line-height: 1.25em;
  color: #fff;
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-rebaja span.grande {
  font-size: 22px !important;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-rebaja span.grande {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-rebaja span.grande {
    font-size: 20px !important;
  }
}

.product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-rebaja span.pequeno {
  font-size: 16px !important;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-rebaja span.pequeno {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .product-category-productos .product-category-list .product-category-list-item .product-category-list-inner .nombre .precio-rebaja span.pequeno {
    font-size: 14px !important;
  }
}

.single-product .product-category-subtitle {
  margin-bottom: 0 !important;
}

.producto-content {
  position: relative;
}

@media only screen and (max-width: 766px) {
  .producto-content {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.producto-content .producto-galeria {
  position: relative;
  min-width: 500px;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 150px;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-galeria {
    height: unset;
    min-width: 100%;
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
}

.producto-content .producto-galeria .producto-galeria-imagen {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-galeria .producto-galeria-imagen {
    margin-bottom: 0;
  }
}

.producto-content .producto-galeria .producto-galeria-imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
}

.producto-content .producto-galeria .producto-galeria-thumbs {
  position: relative;
  width: 100%;
}

.producto-content .producto-galeria .producto-galeria-thumbs .producto-thumb {
  position: relative;
  display: inline-block;
  width: calc(100% / 5);
  margin-left: 5px;
  margin-right: 5px;
}

.producto-content .producto-galeria .producto-galeria-thumbs .producto-thumb:first-child {
  margin-left: 0;
}

.producto-content .producto-galeria .producto-galeria-thumbs .producto-thumb:last-child {
  margin-right: 0;
}

.producto-content .producto-galeria .producto-galeria-thumbs .producto-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.producto-content .producto-info {
  position: fixed;
  overflow-x: hidden;
  width: 290px;
  bottom: 0px;
  margin-bottom: 110px;
  margin-left: 50px;
  display: block;
  right: -20px;
  z-index: 11000;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    position: static;
    margin-left: 0;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info {
    margin-bottom: 40px;
  }
}

.producto-content .producto-info .producto-info-content {
  height: 100%;
  width: 100%;
  padding: 16px;
}

.producto-content .producto-info .producto-info-content .titulo {
  color: #ff001f;
  font-size: 22px !important;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-style: italic;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .titulo {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .titulo {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .titulo {
    padding-bottom: 10px;
  }
}

.producto-content .producto-info .producto-info-content .titulo:after {
  content: " ";
  width: 360px;
  margin-left: -25px;
  position: relative;
  background-color: #0c00e8;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.producto-content .producto-info .producto-info-content .desc {
  font-size: 16px !important;
  color: #0c00e8;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .desc {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .desc {
    font-size: 14px !important;
  }
}

.producto-content .producto-info .producto-info-content .stock {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 14px !important;
  color: #0c00e8;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .stock {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .stock {
    font-size: 12px !important;
  }
}

.producto-content .producto-info .producto-info-content .cantidad {
  width: 100%;
  text-align: center;
  font-size: 14px !important;
  color: #0c00e8;
  font-size: 14px !important;
  font-weight: 400;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .cantidad {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .cantidad {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .cantidad {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .cantidad {
    font-size: 12px !important;
  }
}

.producto-content .producto-info .producto-info-content .precio {
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  color: #0c00e8;
  font-size: 16px !important;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .precio {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .precio {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .producto-content .producto-info .producto-info-content .precio {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .precio {
    font-size: 14px !important;
  }
}

.producto-content .producto-info .producto-info-content .addtocart {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .quantity {
  display: block;
  position: relative;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 16px;
  border: 1px solid #ff001f;
  line-height: 1em;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .quantity-nav {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .quantity-nav::-moz-selection {
  background: none;
  color: #0c00e8;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .quantity-nav::selection {
  background: none;
  color: #0c00e8;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .quantity-nav .quantity-up {
  color: #0c00e8;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  line-height: 2em;
  border-left: 1px solid #ff001f;
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .addtocart form.cart .quantity-nav .quantity-up {
    padding-top: 3px;
  }
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .quantity-nav .quantity-down {
  color: #0c00e8;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  border-right: 1px solid #ff001f;
  line-height: 2em;
}

@media only screen and (max-width: 766px) {
  .producto-content .producto-info .producto-info-content .addtocart form.cart .quantity-nav .quantity-down {
    padding-top: 3px;
  }
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .reset_variations {
  display: none;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations {
  margin-bottom: 16px;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .label {
  display: none;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations select {
  visibility: visible !important;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-input {
  border: 1px solid #ff001f !important;
  color: #0c00e8 !important;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-input input {
  color: #0c00e8;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-input input::-webkit-input-placeholder {
  color: #0c00e8;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-input input:-ms-input-placeholder {
  color: #0c00e8;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-input input::-ms-input-placeholder {
  color: #0c00e8;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-input input::placeholder {
  color: #0c00e8;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-dropdown {
  border: 1px solid #ff001f !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 !important;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .variations .selectize-dropdown-content > * {
  margin-right: 0;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .woocommerce-variation.single_variation {
  display: none !important;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .single_add_to_cart_button {
  padding: 10px 15px 10px 15px !important;
  text-align: center;
  /* width: 130px; */
  padding: 0;
  color: #fff;
  border-radius: 0;
  letter-spacing: 0.05em;
  overflow: hidden;
  background-color: #0c00e8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.producto-content .producto-info .producto-info-content .addtocart form.cart .single_add_to_cart_button.disabled {
  background-color: #ccc;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 0;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  word-wrap: break-word;
  width: 100%;
  position: relative;
  border: 0;
  background: none;
  text-align: center;
  display: block;
  font-size: 14px !important;
  color: #0c00e8;
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 12px !important;
  }
}

.woocommerce-error::before, .woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-message::before,
.woocommerce-message::after {
  display: none;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background: none;
  font-size: 14px !important;
  color: #0c00e8;
  font-weight: 800;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-error a.button,
  .woocommerce-info a.button,
  .woocommerce-message a.button {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .woocommerce-error a.button,
  .woocommerce-info a.button,
  .woocommerce-message a.button {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .woocommerce-error a.button,
  .woocommerce-info a.button,
  .woocommerce-message a.button {
    float: right !important;
  }
}

.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover {
  background: unset;
  color: unset;
  cursor: pointer;
}

.icono-cart {
  background-image: url("../img/icon-bag-n.svg");
  width: 22px;
  height: 28px;
  color: #fff;
  font-size: 8pt;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 9px;
  text-align: center;
}

#carrito,
#interior {
  overflow: scroll;
  position: fixed;
  right: calc(-100vw + 190px);
  top: 0;
  z-index: 12000;
  background-color: #ffece3;
  height: 100%;
  width: calc(100vw - 190px);
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  z-index: 10000000;
}

@media only screen and (max-width: 1023px) {
  #carrito,
  #interior {
    right: -100vw;
    width: 100vw;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 766px) {
  #carrito,
  #interior {
    right: -100vw;
    width: 100vw;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }
}

#carrito .carro-header,
#interior .carro-header {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1023px) {
  #carrito .carro-header,
  #interior .carro-header {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 766px) {
  #carrito .carro-header,
  #interior .carro-header {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }
}

#carrito .carro-header .texto,
#interior .carro-header .texto {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px !important;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  #carrito .carro-header .texto,
  #interior .carro-header .texto {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 766px) {
  #carrito .carro-header .texto,
  #interior .carro-header .texto {
    font-size: 20px !important;
  }
}

#carrito .carro-header .arrow-down,
#interior .carro-header .arrow-down {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  width: 22px;
  height: 12px;
  background-image: url("../img/arrow-down.svg");
  background-size: 22px 12px;
}

@media only screen and (max-width: 766px) {
  #carrito .carro-header .arrow-down,
  #interior .carro-header .arrow-down {
    width: 19px;
    height: 9px;
    background-image: url("../img/arrow-down.svg");
    background-size: 17px 9px;
  }
}

#carrito .carro-header .icon-close,
#interior .carro-header .icon-close {
  cursor: pointer;
  content: url("../img/icon-x.svg");
  height: 16px;
  width: 16px;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 1023px) {
  #carrito .carro-header .icon-close,
  #interior .carro-header .icon-close {
    top: 16px;
    right: 16px;
  }
}

#carrito .carro-total,
#interior .carro-total {
  font-size: 16px !important;
  padding-top: 16px;
  border-top: 2px solid #0c00e8;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  #carrito .carro-total,
  #interior .carro-total {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  #carrito .carro-total,
  #interior .carro-total {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) {
  #carrito .carro-total,
  #interior .carro-total {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  #carrito .carro-total,
  #interior .carro-total {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 766px) {
  #carrito .carro-total,
  #interior .carro-total {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) {
  #carrito .finalizar,
  #interior .finalizar {
    float: right;
  }
}

#carrito .item-inner,
#interior .item-inner {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  #carrito .item-inner .col-md-2,
  #carrito .item-inner .col-lg-2,
  #interior .item-inner .col-md-2,
  #interior .item-inner .col-lg-2 {
    width: 40%;
  }
  #carrito .item-inner .col-md-9,
  #carrito .item-inner .col-lg-10,
  #interior .item-inner .col-md-9,
  #interior .item-inner .col-lg-10 {
    width: 60%;
  }
}

@media only screen and (max-width: 1023px) {
  #carrito .item-inner .item-cart-imagen,
  #interior .item-inner .item-cart-imagen {
    padding-right: 0;
  }
}

#carrito .item-inner .item-cart-info,
#interior .item-inner .item-cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 150px;
}

@media only screen and (max-width: 1023px) {
  #carrito .item-inner .item-cart-info,
  #interior .item-inner .item-cart-info {
    max-height: 130px;
  }
}

#carrito .item-inner .item-cart-info .nombre-producto,
#interior .item-inner .item-cart-info .nombre-producto {
  color: #ff001f;
  font-size: 14px !important;
  padding-bottom: 16px;
  border-bottom: 2px solid #0c00e8;
  width: 100%;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  #carrito .item-inner .item-cart-info .nombre-producto,
  #interior .item-inner .item-cart-info .nombre-producto {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  #carrito .item-inner .item-cart-info .nombre-producto,
  #interior .item-inner .item-cart-info .nombre-producto {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1023px) {
  #carrito .item-inner .item-cart-info .nombre-producto,
  #interior .item-inner .item-cart-info .nombre-producto {
    max-width: 100%;
    width: 100%;
    padding-bottom: 8px;
  }
}

#carrito .item-inner .item-cart-info .precio,
#interior .item-inner .item-cart-info .precio {
  color: #ff001f;
}

#carrito .item-inner .item-cart-info .cantidad,
#interior .item-inner .item-cart-info .cantidad {
  color: #0c00e8;
}

#carrito .item-inner .item-cart-info .cantidad .quantity,
#interior .item-inner .item-cart-info .cantidad .quantity {
  display: inline-block;
  position: relative;
  width: 80px;
  margin-bottom: 16px;
  border: 1px solid #ff001f;
  line-height: 1em;
}

#carrito .item-inner .item-cart-info .cantidad .quantity input[type="number"],
#interior .item-inner .item-cart-info .cantidad .quantity input[type="number"] {
  width: 100%;
  background-color: transparent !important;
  text-align: center;
}

#carrito .item-inner .item-cart-info .cantidad .quantity-nav,
#interior .item-inner .item-cart-info .cantidad .quantity-nav {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

#carrito .item-inner .item-cart-info .cantidad .quantity-nav::-moz-selection,
#interior .item-inner .item-cart-info .cantidad .quantity-nav::-moz-selection {
  background: none;
  color: #0c00e8;
}

#carrito .item-inner .item-cart-info .cantidad .quantity-nav::selection,
#interior .item-inner .item-cart-info .cantidad .quantity-nav::selection {
  background: none;
  color: #0c00e8;
}

#carrito .item-inner .item-cart-info .cantidad .quantity-nav .quantity-up,
#interior .item-inner .item-cart-info .cantidad .quantity-nav .quantity-up {
  color: #0c00e8;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  border-left: 1px solid #ff001f;
  line-height: 2em;
}

@media only screen and (max-width: 766px) {
  #carrito .item-inner .item-cart-info .cantidad .quantity-nav .quantity-up,
  #interior .item-inner .item-cart-info .cantidad .quantity-nav .quantity-up {
    padding-top: 3px;
  }
}

#carrito .item-inner .item-cart-info .cantidad .quantity-nav .quantity-down,
#interior .item-inner .item-cart-info .cantidad .quantity-nav .quantity-down {
  color: #0c00e8;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  border-right: 1px solid #ff001f;
  line-height: 2em;
}

@media only screen and (max-width: 766px) {
  #carrito .item-inner .item-cart-info .cantidad .quantity-nav .quantity-down,
  #interior .item-inner .item-cart-info .cantidad .quantity-nav .quantity-down {
    padding-top: 3px;
  }
}

#carrito .item-inner .item-cart-info .eliminar-item,
#interior .item-inner .item-cart-info .eliminar-item {
  margin-left: 24px;
  font-weight: 600;
  text-transform: lowercase;
  color: #0c00e8;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.boton-finalizar,
a.button {
  padding: 8px 8px 8px 8px !important;
  cursor: pointer !important;
  background-color: #0c00e8 !important;
  min-width: 90px !important;
  text-align: center;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  color: #fff !important;
  display: inline-block !important;
  border-radius: 0 !important;
}

input.button {
  padding: 8px 8px 8px 8px !important;
  cursor: pointer !important;
  background-color: #0c00e8 !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  color: #fff !important;
  display: block !important;
  float: left !important;
  border-radius: 0 !important;
}

@media only screen and (max-width: 1023px) {
  input.button {
    float: right !important;
  }
}

.input-checkbox {
  display: unset !important;
  margin: unset !important;
  text-align: unset !important;
  vertical-align: unset !important;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-checkout #order_review {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  .woocommerce-checkout #place_order {
    float: right !important;
    display: inline-block !important;
    margin-top: 24px;
    width: unset !important;
  }
}

.woocommerce-checkout #wrapper {
  z-index: 11000;
}

.woocommerce-checkout form.checkout .form-row {
  margin-right: 40px;
  padding: 0 !important;
  margin-bottom: 16px !important;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.checkout .form-row {
    margin-right: 0;
  }
}

.woocommerce-checkout form.checkout .form-row .required {
  color: #ff001f !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.woocommerce-checkout form.checkout .col-1,
.woocommerce-checkout form.checkout .col-2 {
  width: 100%;
  float: left;
  padding: 0 !important;
}

.woocommerce-checkout form.checkout .form-row-first,
.woocommerce-checkout form.checkout .form-row-last {
  width: 40%;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.checkout .form-row-first,
  .woocommerce-checkout form.checkout .form-row-last {
    width: 100%;
  }
}

.woocommerce-checkout form.checkout label {
  display: block !important;
  letter-spacing: 0.05em !important;
}

.woocommerce-checkout form.checkout table {
  border: 0 !important;
}

.woocommerce-checkout form.checkout table td {
  border-top: 0 !important;
  padding: 3px 0px !important;
}

.woocommerce-checkout form.checkout table th {
  font-weight: 600 !important;
  border-top: 0 !important;
  padding-left: 0 !important;
}

.woocommerce-checkout form.checkout table tfoot {
  font-weight: 600 !important;
}

.woocommerce-checkout form.checkout table tfoot tr th,
.woocommerce-checkout form.checkout table tfoot tr td,
.woocommerce-checkout form.checkout table tfoot tr strong {
  font-weight: 600 !important;
}

.woocommerce-checkout #payment {
  margin-top: 40px;
  background: none !important;
  border-radius: 0;
  border: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0 !important;
  border-bottom: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods .payment_box {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: unset !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-checkout #payment ul.payment_methods li {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .woocommerce-checkout #payment ul.payment_methods li {
    font-size: 12px !important;
  }
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: block;
  cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li label > span:before {
  border: 0;
  background: #fff;
  width: 13px;
  height: 13px;
  display: inline-block;
  content: "";
  margin: 0px 10px 0 0;
  position: relative;
  top: 1px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  display: none !important;
  z-index: -1;
  position: relative;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + span:before {
  background: #0c00e8;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  margin-bottom: 8px;
}

.woocommerce-checkout #payment ul.payment_methods li label img,
.woocommerce-checkout #payment ul.payment_methods li label .about_paypal {
  display: none !important;
}

.wc-terms-and-conditions label,
.wc-checkbox-azul label,
#ship-to-different-address label {
  display: block;
  cursor: pointer;
}

.wc-terms-and-conditions label > span:before,
.wc-checkbox-azul label > span:before,
#ship-to-different-address label > span:before {
  border: 0;
  background: #fff;
  width: 13px;
  height: 13px;
  display: inline-block;
  content: "";
  margin: 0px 10px 0 0;
  position: relative;
  top: 1px;
}

.wc-terms-and-conditions input,
.wc-checkbox-azul input,
#ship-to-different-address input {
  display: none !important;
  z-index: -1;
  position: relative;
}

.wc-terms-and-conditions input:checked + span:before,
.wc-checkbox-azul input:checked + span:before,
#ship-to-different-address input:checked + span:before {
  background: #0c00e8;
}

#ship-to-different-address,
#account_password_field {
  margin-bottom: 24px !important;
}

#interior {
  right: 0;
}

.woocommerce-terms-and-conditions {
  font-weight: 400 !important;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  overflow: scroll !important;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-thumb {
  background: #0c00e8;
  border: 0px none transparent;
  border-radius: 0px;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-thumb:hover {
  background: #0c00e8;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-thumb:active {
  background: #0c00e8;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 0px;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-track:hover {
  background: transparent;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-track:active {
  background: transparent;
}

.woocommerce-terms-and-conditions ::-webkit-scrollbar-corner {
  background: transparent;
}

input.input-text {
  height: 30px;
  outline: none;
  border: 0;
  padding-left: 5px;
  color: #0c00e8;
  font-size: 14px !important;
}

@media only screen and (max-width: 1023px) {
  input.input-text {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  input.input-text {
    font-size: 12px !important;
  }
}

.woocommerce-invalid input.input-text {
  border: 1px solid #ff001f;
  border-color: #ff001f !important;
}

.woocommerce-invalid label {
  color: unset !important;
}

textarea {
  height: 96px !important;
  border: 0;
  padding-left: 5px;
  color: #0c00e8;
  font-size: 14px !important;
  outline: none;
  resize: none !important;
}

@media only screen and (max-width: 1023px) {
  textarea {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  textarea {
    font-size: 12px !important;
  }
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.checkout {
  margin-bottom: 40px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
.checkout h3 {
  color: #ff001f;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c00e8;
}

select {
  visibility: hidden !important;
}

.selectize-input {
  border: 0 !important;
  padding: 5px !important;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #0c00e8;
  height: 30px;
  font-weight: 400;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.selectize-input:after {
  border-color: #0c00e8 transparent transparent transparent !important;
}

.selectize-dropdown {
  border: 0 !important;
  padding: 5px 5px 5px 5px !important;
  color: #0c00e8;
  font-weight: 400;
  border-radius: 0 !important;
}

.selectize-dropdown ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.selectize-dropdown ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.selectize-dropdown ::-webkit-scrollbar-thumb {
  background: #0c00e8;
  border: 0px none transparent;
  border-radius: 0px;
}

.selectize-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #0c00e8;
}

.selectize-dropdown ::-webkit-scrollbar-thumb:active {
  background: #0c00e8;
}

.selectize-dropdown ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 0px;
}

.selectize-dropdown ::-webkit-scrollbar-track:hover {
  background: transparent;
}

.selectize-dropdown ::-webkit-scrollbar-track:active {
  background: transparent;
}

.selectize-dropdown ::-webkit-scrollbar-corner {
  background: transparent;
}

.selectize-dropdown .selectize-dropdown-content .option {
  margin-right: 5px;
}

.selectize-dropdown .selectize-dropdown-content .option.active {
  color: #fff;
  background: #0c00e8;
}

.woocommerce-account-fields {
  margin-top: -24px;
}

.woocommerce-order-received .woocommerce-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-order-received .woocommerce-order p.woocommerce-notice--success {
  font-size: 22px !important;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-order-received .woocommerce-order p.woocommerce-notice--success {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .woocommerce-order-received .woocommerce-order p.woocommerce-notice--success {
    font-size: 20px !important;
  }
}

table,
tbody,
th,
tr,
td {
  border: 0 !important;
}

.carro-content {
  float: unset;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  float: unset !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25%;
  }
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 800;
  color: #ff001f;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: unset;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px !important;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    font-size: 14px !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-content table {
  font-size: 16px !important;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce-MyAccount-content table {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .woocommerce-account .woocommerce-MyAccount-content table {
    font-size: 14px !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-content table th {
  color: #ff001f;
  font-size: smaller;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  input[name="save_account_details"] {
    margin-bottom: 100px !important;
  }
}

.form-row-wide {
  clear: unset !important;
  width: 40%;
  float: left;
}

@media only screen and (max-width: 1023px) {
  .form-row-wide {
    width: 100%;
  }
}

form.edit-account fieldset {
  margin-top: 40px;
  border: 0;
  padding: 0;
}

form.edit-account fieldset legend {
  color: #ff001f;
  font-size: 22px !important;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c00e8;
  margin-bottom: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  form.edit-account fieldset legend {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  form.edit-account fieldset legend {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1023px) {
  form.edit-account fieldset legend {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  form.edit-account fieldset legend {
    color: #ff001f;
    font-size: 16px !important;
    padding-bottom: 8px;
    border-bottom: 2px solid #0c00e8;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  form.edit-account fieldset legend {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 766px) {
  form.edit-account fieldset legend {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  form.edit-account fieldset legend {
    padding-bottom: 10px;
  }
}

form.edit-account .form-row {
  margin-right: 40px;
  padding: 0 !important;
  margin-bottom: 16px !important;
}

@media only screen and (max-width: 1023px) {
  form.edit-account .form-row {
    margin-right: unset;
    width: 100%;
  }
}

form.edit-account .form-row .required {
  color: #ff001f !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

form.edit-account .col-1,
form.edit-account .col-2 {
  width: 100%;
  float: left;
  padding: 0 !important;
}

form.edit-account .form-row-first,
form.edit-account .form-row-last,
form.edit-account fieldset {
  width: 40%;
}

@media only screen and (max-width: 1023px) {
  form.edit-account .form-row-first,
  form.edit-account .form-row-last,
  form.edit-account fieldset {
    width: 100%;
  }
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: unset !important;
}

#billing_address_2,
#shipping_address_2 {
  display: none !important;
}

.woocommerce-loop-category__title {
  padding-bottom: 40px !important;
  text-transform: lowercase;
  padding-top: 0 !important;
}

@media only screen and (max-width: 766px) {
  .woocommerce-loop-category__title {
    padding-bottom: 25px !important;
  }
}

.content-noticias {
  margin-top: 30px;
}

.forma {
  display: block;
  position: absolute;
  z-index: -1;
}

.concepto-azul {
  height: 38px;
  width: 124px;
  background-color: #0c00e8;
  position: absolute;
  top: -19px;
  left: calc(50% - 62px);
  z-index: 100;
}

@media only screen and (max-width: 1023px) {
  .concepto-azul {
    width: 106px;
    height: 24px;
    top: -12px;
    left: calc(50% - 53px);
  }
}

.concepto-naranja {
  height: 207px;
  width: 207px;
  background-color: #ffece3;
  border-radius: 207px;
  left: -60px;
  bottom: -150px;
  z-index: 100;
}

@media only screen and (max-width: 1023px) {
  .concepto-naranja {
    left: unset;
    right: 410px;
  }
}

@media only screen and (max-width: 766px) {
  .concepto-naranja {
    display: none !important;
  }
}

.round-blue-noticias {
  height: 200px;
  width: 200px;
  position: absolute;
  left: -60px;
  border-radius: 275px;
  top: 40%;
  background-color: #0c00e8;
}

.rectangulo-rojo-noticias {
  position: absolute;
  right: -80px;
  top: 15%;
  /* content: url(../img/forma-rectangulo-grande-rojo.svg); */
  background-color: #ff001f;
  height: 210px;
  width: 640px;
}

@media only screen and (max-width: 766px) {
  .rectangulo-rojo-noticias {
    display: none !important;
  }
}

.related-circulo {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url("../img/forma-circulo-azul.svg");
}

.circulo-rojo-contacto {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 125px;
  width: 125px;
  background-color: #ff001f;
  border-radius: 125px;
}

@media only screen and (max-width: 766px) {
  .circulo-rojo-contacto {
    height: 100px;
    width: 100px;
  }
}

.rectangulo-azul-contacto {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  /* content: url(../img/forma-rectangulo-azul-contacto.svg); */
  height: 147px;
  width: 90px;
  background-color: #0c00e8;
}

.circulo-rojo-newsletter {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 125px;
  width: 125px;
  background-color: #ff001f;
  border-radius: 125px;
}

.rectangulo-azul-newsletter {
  bottom: 0;
  left: 70%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  height: 147px;
  width: 90px;
  background-color: #0c00e8;
}

.shape-round-blue {
  width: 275px;
  height: 275px;
  border-radius: 275px;
  background-color: #0c00e8;
  left: 0;
  top: 40px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media only screen and (max-width: 766px) {
  .shape-round-blue {
    width: 100px;
    height: 100px;
    border-radius: 275px;
    right: 0;
    top: 0;
    left: unset;
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}

.shape-round-yellow {
  right: 0;
  top: 0;
  width: 275px;
  height: 275px;
  border-radius: 275px;
  background-color: #f8e71c;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}

@media only screen and (max-width: 766px) {
  .shape-round-yellow {
    width: 100px;
    height: 100px;
  }
}

.shape-round-orange {
  width: 275px;
  right: 0;
  top: 50%;
  height: 275px;
  border-radius: 275px;
  background-color: #ffece3;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media only screen and (max-width: 766px) {
  .shape-round-orange {
    width: 100px;
    height: 100px;
  }
}

.shape-round-green {
  width: 275px;
  right: 0;
  top: 50%;
  height: 275px;
  border-radius: 275px;
  background-color: #94e443;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media only screen and (max-width: 766px) {
  .shape-round-green {
    width: 100px;
    height: 100px;
  }
}

.shape-rect-red {
  left: 0;
  top: 240px;
  height: 540px;
  width: 200px;
  display: block;
  /* content: url(../img/shape-rect-red-m.svg); */
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: red;
}

@media only screen and (max-width: 766px) {
  .shape-rect-red {
    left: 0;
    top: unset;
    bottom: 30%;
    height: 220px;
    width: 40px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.shape-rect-lightgreen {
  left: 0;
  bottom: 80px;
  height: 495px;
  width: 200px;
  background-color: #50e3c2;
  /* content: url(../img/shape-rect-lightgreen-m.svg); */
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media only screen and (max-width: 766px) {
  .shape-rect-lightgreen {
    bottom: 30%;
    height: 220px;
    width: 40px;
  }
}

.shape-rect-lightblue {
  left: 0;
  top: 0;
  width: 200px;
  height: 790px;
  background: #13c0d6;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media only screen and (max-width: 766px) {
  .shape-rect-lightblue {
    height: 220px;
    width: 40px;
  }
}

.shape-rect-pink {
  left: 0;
  top: 0;
  width: 200px;
  height: 790px;
  background-color: #e8077a;
  /* content: url(../img/shape-rect-pink-m.svg); */
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media only screen and (max-width: 766px) {
  .shape-rect-pink {
    height: 220px;
    width: 40px;
  }
}

.footer-arrow {
  padding: 15px 0 15px 0;
}

@media only screen and (max-width: 766px) {
  .footer-arrow {
    padding: 5px 0px;
  }
}

.footer-arrow span {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  background-image: url("../img/footer-instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
}

.footer-arrow span.active {
  background-image: url("../img/arrow-up.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: 22px 12px;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 766px) {
  .footer-arrow span {
    background-image: url("../img/arrow-up.svg");
    width: 30px;
    height: 30px;
    background-size: 17px 9px;
  }
  .footer-arrow span.active {
    background-image: url("../img/arrow-up.svg");
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 30px;
    height: 30px;
    background-size: 17px 9px;
  }
}

.footer-top {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  z-index: 10000000;
}

@media only screen and (max-width: 1024px) {
  .footer-top {
    padding: 10px;
    right: 25px;
    position: fixed;
    bottom: 15px;
    display: none;
    opacity: 1;
  }
}

.footer {
  z-index: 110000;
  background-color: white;
  position: fixed;
  /* height: 100%; */
  width: 100%;
  margin: 0 auto;
  top: calc(100% - 70px);
  min-height: 50px;
  left: 0;
  -webkit-transition: top 0.5s ease-in;
  transition: top 0.5s ease-in;
}

@media only screen and (max-width: 766px) {
  .footer {
    top: calc(100% - 40px);
  }
}

.footer.bottom {
  top: inherit !important;
  bottom: 0;
}

@media only screen and (min-width: 767px) {
  .footer-arrow {
    display: none;
  }
}

.footer .footer-container {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 766px) {
  .footer .footer-container {
    min-height: 50px;
  }
}

.footer .footer-container.active {
  display: block;
}

.footer .footer-container .footer-inner {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.footer .footer-container .footer-inner > * {
  margin: 0 10px;
}

.footer .footer-container .footer-inner .icono-instagram {
  z-index: 10;
  content: "";
  height: 40px;
  width: 40px;
  background-image: url("../img/footer-instagram.svg");
  background-size: 40px 40px;
}

@media only screen and (max-width: 766px) {
  .footer .footer-container .footer-inner .icono-instagram {
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
  }
}

.footer .footer-container .footer-inner .item {
  display: inline-block;
  height: 100%;
  width: 290px;
}

.footer .footer-container .footer-inner .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer .footer-container .frase {
  position: absolute;
  bottom: 10px;
  left: 40px;
  text-align: left;
  width: 50%;
  font-size: 14px !important;
  color: #ff001f;
  font-style: italic;
  text-transform: lowercase;
}

@media only screen and (max-width: 1023px) {
  .footer .footer-container .frase {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .footer .footer-container .frase {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .footer .footer-container .frase {
    bottom: 15px;
    right: 0;
    text-align: right;
    left: unset;
  }
}

@media only screen and (max-width: 766px) {
  .footer .footer-container .frase {
    display: none;
  }
}

.footer .footer-container .frase ul {
  list-style: none;
}

.footer .footer-container .frase ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer .footer-container .frase-dcha {
  position: absolute;
  bottom: 25px;
  right: 40px;
  text-align: right;
  width: 50%;
  font-size: 14px !important;
  color: #ff001f;
  font-style: italic;
}

@media only screen and (max-width: 1023px) {
  .footer .footer-container .frase-dcha {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .footer .footer-container .frase-dcha {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .footer .footer-container .frase-dcha {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  .footer .footer-container .frase-dcha {
    display: none;
  }
}

.footer .footer-container .icono-facebook {
  text-align: center;
  content: url("../img/footer-facebook.svg");
  height: 40px;
  width: 40px;
  z-index: 101;
  position: relative;
  display: block;
}

@media only screen and (max-width: 766px) {
  .footer .footer-container .icono-facebook {
    height: 25px;
    width: 25px;
  }
}

.home .footer {
  background-color: transparent !important;
}

.home .footer .footer-inner {
  background-color: transparent !important;
}

.instagram-slider {
  height: 100%;
  width: 100%;
}

.instagram-slider .insta-prev,
.instagram-slider .insta-next {
  z-index: 100000000;
  display: none;
}

.instagram-slider .insta-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  content: url("../img/arrow-left-blue.svg");
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 766px) {
  .instagram-slider .insta-prev {
    left: 5px;
    -webkit-transform: translate(0, -50%) scale(0.75);
            transform: translate(0, -50%) scale(0.75);
  }
}

.instagram-slider .insta-next {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: url("../img/arrow-right-blue.svg");
}

@media only screen and (max-width: 766px) {
  .instagram-slider .insta-next {
    right: 5px;
    -webkit-transform: translate(0, -50%) scale(0.75);
            transform: translate(0, -50%) scale(0.75);
  }
}

.instagram-slider .swiper-slide {
  cursor: pointer;
  position: relative;
}

.instagram-slider .swiper-slide a {
  opacity: 1 !important;
}

.instagram-slider .swiper-slide:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.instagram-slider .swiper-slide .sbi_photo_wrap:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}

.instagram-slider .swiper-slide img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1025px) {
  a.hoverlinea {
    position: relative;
  }
  a.hoverlinea:after {
    content: "";
    display: block;
    height: 2px;
    background: red;
    position: absolute;
    top: calc(50% - 1px);
    width: 0%;
    left: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  a.hoverlinea:before {
    content: "";
    height: 100%;
    background: #ff001f;
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1024px) {
  a.hoverlinea:hover:after {
    width: 100%;
  }
  a.hoverlinea:hover:before {
    -webkit-animation: widthani 0.3s ease-in;
            animation: widthani 0.3s ease-in;
  }
}

@media only screen and (min-width: 1025px) {
  a.hoverlinea-sm {
    position: relative;
  }
  a.hoverlinea-sm:after {
    content: "";
    display: block;
    height: 2px;
    background: red;
    position: absolute;
    top: 50%;
    width: 0%;
    left: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  a.hoverlinea-sm:before {
    content: "";
    height: 100%;
    background: #ff001f;
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1024px) {
  a.hoverlinea-sm:hover:after {
    width: 100%;
  }
  a.hoverlinea-sm:hover:before {
    -webkit-animation: widthani 0.3s ease-in;
            animation: widthani 0.3s ease-in;
  }
}

.gallery-thumbs {
  width: 100%;
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .gallery-thumbs {
    margin-top: 15px;
  }
}

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  background-color: white;
}

.gallery-thumbs .swiper-slide img {
  opacity: 0.4;
}

.gallery-thumbs .thumb-active img {
  opacity: 1;
}

.gallery-top .producto-galeria-imagen {
  height: 100% !important;
  width: 100% !important;
}

.gallery-top .producto-galeria-imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pagina-section {
  margin: 0 !important;
  padding: 0 0 0 0 !important;
  margin-bottom: 40px !important;
  width: 100% !important;
  position: relative;
}

.pagina-section .pagina-section-subtitle {
  position: relative;
  color: #ff001f;
  font-size: 16px !important;
  font-weight: 600;
  font-style: italic;
  text-transform: lowercase;
  text-align: left;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .pagina-section .pagina-section-subtitle {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .pagina-section .pagina-section-subtitle {
    font-size: 14px !important;
  }
}

.pagina-section .pagina-section-content {
  position: relative;
  margin: 15px;
}

@media only screen and (max-width: 766px) {
  .pagina-section .pagina-section-content {
    margin-left: 0;
    margin-right: 0;
  }
}

.related-list {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.related-list .related-list-item {
  margin-bottom: 40px;
}

.related-list .related-list-item .related-list-title {
  margin-top: 30px;
  color: #ff001f;
}

.related-list .related-list-item .related-list-inner {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related-list .related-list-item .related-list-inner .fondo {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.related-list .related-list-item .related-list-inner .fondo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-list .related-list-item .related-list-inner .precio {
  background-color: #0c00e8;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 70px;
  position: absolute;
  bottom: 0;
  z-index: 120;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related-list .related-list-item .related-list-inner .precio.rebajado {
  background-color: #f8e71c;
  color: #0c00e8;
}

.related-list .related-list-item .related-list-inner .precio span {
  font-size: 12px !important;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .related-list .related-list-item .related-list-inner .precio span {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 766px) {
  .related-list .related-list-item .related-list-inner .precio span {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 766px) {
  .related-list .related-list-item .related-list-inner .precio {
    width: 45px;
    height: 45px;
  }
}

.related-list .related-list-item .related-list-inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 110;
  display: none;
  opacity: 0.5;
}

.related-list .related-list-item .related-list-inner .nombre {
  width: 85%;
  text-align: center;
  color: #0c00e8;
  font-size: 22px !important;
  font-style: italic;
  z-index: 120;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .related-list .related-list-item .related-list-inner .nombre {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .related-list .related-list-item .related-list-inner .nombre {
    font-size: 20px !important;
  }
}

.related-list .related-list-item .related-list-inner .nombre .precio-antiguo {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: line-through;
  font-style: normal;
  font-size: 12px !important;
  font-size: bigger;
}

@media only screen and (max-width: 1023px) {
  .related-list .related-list-item .related-list-inner .nombre .precio-antiguo {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 766px) {
  .related-list .related-list-item .related-list-inner .nombre .precio-antiguo {
    font-size: 10px !important;
  }
}

.related-list .related-list-item .related-list-inner .nombre .precio-rebaja {
  position: absolute;
  bottom: 40px;
  font-style: normal;
  width: 85%;
  text-align: center;
  line-height: 1.25em;
  color: #fff;
}

.related-list .related-list-item .related-list-inner .nombre .precio-rebaja span.grande {
  font-size: 22px !important;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .related-list .related-list-item .related-list-inner .nombre .precio-rebaja span.grande {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 766px) {
  .related-list .related-list-item .related-list-inner .nombre .precio-rebaja span.grande {
    font-size: 20px !important;
  }
}

.related-list .related-list-item .related-list-inner .nombre .precio-rebaja span.pequeno {
  font-size: 16px !important;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .related-list .related-list-item .related-list-inner .nombre .precio-rebaja span.pequeno {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 766px) {
  .related-list .related-list-item .related-list-inner .nombre .precio-rebaja span.pequeno {
    font-size: 14px !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 50%;
  display: none;
}

@media only screen and (max-width: 766px) {
  .col-sm-6 {
    width: 50%;
  }
}

.aviso-compra {
  margin-top: 40px;
  max-width: 600px;
  float: left;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .aviso-compra {
    text-align: right;
  }
}

.woocommerce-form-login {
  border: 0 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

.woocommerce-form-login .woocommerce-form-row {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.woocommerce-form-login .woocommerce-form-row:last-child {
  margin-bottom: 40px !important;
}

.woocommerce-form-login .form-row .woocommerce-Button {
  float: right !important;
}

.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox {
  display: block;
  cursor: pointer;
}

.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox > span:before {
  border: 0;
  background: #fff;
  width: 13px;
  height: 13px;
  display: inline-block;
  content: "";
  margin: 0px 10px 0 0;
  position: relative;
  top: 1px;
}

.woocommerce-form-login .form-row input.woocommerce-form__input-checkbox {
  display: none !important;
  z-index: -1;
  position: relative;
}

.woocommerce-form-login .form-row input.woocommerce-form__input-checkbox:checked + span:before {
  background: #0c00e8;
}

.page-concepto {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.concepto-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 33px;
}

.concepto-img .concepto-img-img {
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .concepto-img {
    margin-bottom: 16px;
  }
}

.concepto-section {
  width: 50%;
  position: relative;
  z-index: 1001;
  color: #ff001f;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .concepto-section {
    left: 170px;
  }
}

@media only screen and (max-width: 766px) {
  .concepto-section {
    width: 70%;
    float: right;
    left: unset;
  }
}

.concepto-section .texto p {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}

.concepto .forma {
  display: block !important;
}

.concepto .concepto-letra {
  content: url("../img/forma-concepto-a.svg");
  height: 190px;
  width: 154px;
  position: absolute;
  left: -160px;
  bottom: -125px;
  z-index: 101;
}

@media only screen and (max-width: 1023px) {
  .concepto .concepto-letra {
    bottom: -105px;
    left: 10px;
    /* right: 0; */
  }
}

@media only screen and (max-width: 766px) {
  .concepto .concepto-letra {
    bottom: -50px;
    left: 0;
    width: 95px;
    height: unset;
  }
}

@media only screen and (max-width: 459px) {
  .concepto .concepto-letra {
    width: 75px;
    bottom: -41px;
  }
}

fieldset.cambio-contrasena {
  margin: 0 auto;
  float: left;
  margin-top: 100px !important;
  width: 100% !important;
}

@media only screen and (max-width: 1023px) {
  fieldset.cambio-contrasena {
    margin-top: 50px !important;
  }
}

.abe-edit-address {
  padding-top: 1em;
  position: absolute;
  color: #ff001f;
}

input[name="save_address"] {
  margin-top: 25px !important;
  float: left !important;
}

.required {
  color: #ff001f !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

mark {
  background-color: unset;
  color: #0c00e8;
  font-weight: 800;
}

.blog-page .forma {
  display: none !important;
}

.noticias-sigue:last-child {
  display: none;
}

@media only screen and (max-width: 459px) {
  .noticias-sigue:last-child {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .related-4 {
    display: none !important;
  }
}
/*# sourceMappingURL=abetheape.css.map */