/*-------------------- Directions --------------------*/
/*-------------------- Main CSS File --------------------*/
/* Grid */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto, .col-5col, .col-7col, .col-8col {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-1 {
  max-width: 8.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333%;
          flex: 0 0 8.3333%;
}

.col-2 {
  max-width: 16.6667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6667%;
          flex: 0 0 16.6667%;
}

.col-3 {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.col-4 {
  max-width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

.col-5 {
  max-width: 41.6667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6667%;
          flex: 0 0 41.6667%;
}

.col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-7 {
  max-width: 58.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333%;
          flex: 0 0 58.3333%;
}

.col-8 {
  max-width: 66.6667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6667%;
          flex: 0 0 66.6667%;
}

.col-9 {
  max-width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.col-10 {
  max-width: 83.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333%;
          flex: 0 0 83.3333%;
}

.col-11 {
  max-width: 91.6667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6667%;
          flex: 0 0 91.6667%;
}

.col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
            flex: 0 0 8.3333%;
  }
}
@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
  }
}
@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
            flex: 0 0 41.6667%;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
  }
}
@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
  }
}
@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
            flex: 0 0 83.3333%;
  }
}
@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
            flex: 0 0 91.6667%;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
            flex: 0 0 8.3333%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
            flex: 0 0 41.6667%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
            flex: 0 0 83.3333%;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
            flex: 0 0 91.6667%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
            flex: 0 0 8.3333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
            flex: 0 0 41.6667%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
  }
}
@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
            flex: 0 0 83.3333%;
  }
}
@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
            flex: 0 0 91.6667%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
            flex: 0 0 8.3333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    max-width: 16.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    max-width: 41.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
            flex: 0 0 41.6667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 58.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    max-width: 66.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 83.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
            flex: 0 0 83.3333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-11 {
    max-width: 91.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
            flex: 0 0 91.6667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-1 {
    max-width: 8.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333%;
            flex: 0 0 8.3333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-2 {
    max-width: 16.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-4 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-5 {
    max-width: 41.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6667%;
            flex: 0 0 41.6667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-7 {
    max-width: 58.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-8 {
    max-width: 66.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-10 {
    max-width: 83.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333%;
            flex: 0 0 83.3333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-11 {
    max-width: 91.6667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6667%;
            flex: 0 0 91.6667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
[class*=" c-"] > * {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 320px) {
  .c-xs-1 > * {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .c-xs-2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .c-xs-3 > * {
    -ms-flex-preferred-size: 33.3333% !important;
        flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .c-xs-4 > * {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
  }

  .c-xs-5 > * {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    max-width: 20% !important;
  }

  .c-xs-6 > * {
    -ms-flex-preferred-size: 16.6667% !important;
        flex-basis: 16.6667% !important;
    max-width: 16.6667% !important;
  }

  .c-xs-7 > * {
    -ms-flex-preferred-size: 14.2857% !important;
        flex-basis: 14.2857% !important;
    max-width: 14.2857% !important;
  }

  .c-xs-8 > * {
    -ms-flex-preferred-size: 12.5% !important;
        flex-basis: 12.5% !important;
    max-width: 12.5% !important;
  }

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

  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .c-sm-1 > * {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .c-sm-2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .c-sm-3 > * {
    -ms-flex-preferred-size: 33.3333% !important;
        flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .c-sm-4 > * {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
  }

  .c-sm-5 > * {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    max-width: 20% !important;
  }

  .c-sm-6 > * {
    -ms-flex-preferred-size: 16.6667% !important;
        flex-basis: 16.6667% !important;
    max-width: 16.6667% !important;
  }

  .c-sm-7 > * {
    -ms-flex-preferred-size: 14.2857% !important;
        flex-basis: 14.2857% !important;
    max-width: 14.2857% !important;
  }

  .c-sm-8 > * {
    -ms-flex-preferred-size: 12.5% !important;
        flex-basis: 12.5% !important;
    max-width: 12.5% !important;
  }

  .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;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .c-md-1 > * {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .c-md-2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .c-md-3 > * {
    -ms-flex-preferred-size: 33.3333% !important;
        flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .c-md-4 > * {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
  }

  .c-md-5 > * {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    max-width: 20% !important;
  }

  .c-md-6 > * {
    -ms-flex-preferred-size: 16.6667% !important;
        flex-basis: 16.6667% !important;
    max-width: 16.6667% !important;
  }

  .c-md-7 > * {
    -ms-flex-preferred-size: 14.2857% !important;
        flex-basis: 14.2857% !important;
    max-width: 14.2857% !important;
  }

  .c-md-8 > * {
    -ms-flex-preferred-size: 12.5% !important;
        flex-basis: 12.5% !important;
    max-width: 12.5% !important;
  }

  .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;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .c-lg-1 > * {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .c-lg-2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .c-lg-3 > * {
    -ms-flex-preferred-size: 33.3333% !important;
        flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .c-lg-4 > * {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
  }

  .c-lg-5 > * {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    max-width: 20% !important;
  }

  .c-lg-6 > * {
    -ms-flex-preferred-size: 16.6667% !important;
        flex-basis: 16.6667% !important;
    max-width: 16.6667% !important;
  }

  .c-lg-7 > * {
    -ms-flex-preferred-size: 14.2857% !important;
        flex-basis: 14.2857% !important;
    max-width: 14.2857% !important;
  }

  .c-lg-8 > * {
    -ms-flex-preferred-size: 12.5% !important;
        flex-basis: 12.5% !important;
    max-width: 12.5% !important;
  }

  .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;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-xl-1 > * {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .c-xl-2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .c-xl-3 > * {
    -ms-flex-preferred-size: 33.3333% !important;
        flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .c-xl-4 > * {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
  }

  .c-xl-5 > * {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    max-width: 20% !important;
  }

  .c-xl-6 > * {
    -ms-flex-preferred-size: 16.6667% !important;
        flex-basis: 16.6667% !important;
    max-width: 16.6667% !important;
  }

  .c-xl-7 > * {
    -ms-flex-preferred-size: 14.2857% !important;
        flex-basis: 14.2857% !important;
    max-width: 14.2857% !important;
  }

  .c-xl-8 > * {
    -ms-flex-preferred-size: 12.5% !important;
        flex-basis: 12.5% !important;
    max-width: 12.5% !important;
  }
}
@media (min-width: 1600px) {
  .c-xxl-1 > * {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .c-xxl-2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .c-xxl-3 > * {
    -ms-flex-preferred-size: 33.3333% !important;
        flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  }

  .c-xxl-4 > * {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
  }

  .c-xxl-5 > * {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    max-width: 20% !important;
  }

  .c-xxl-6 > * {
    -ms-flex-preferred-size: 16.6667% !important;
        flex-basis: 16.6667% !important;
    max-width: 16.6667% !important;
  }

  .c-xxl-7 > * {
    -ms-flex-preferred-size: 14.2857% !important;
        flex-basis: 14.2857% !important;
    max-width: 14.2857% !important;
  }

  .c-xxl-8 > * {
    -ms-flex-preferred-size: 12.5% !important;
        flex-basis: 12.5% !important;
    max-width: 12.5% !important;
  }
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  text-align: left;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* Text Align */
.text-left {
  text-align: left !important;
}

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

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

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #333 !important;
}

.bg-white {
  background-color: #fff !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

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

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.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;
  max-width: 100%;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

/* Dropdown Menu */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.background-image-none {
  background-image: none !important;
}

/* Order */
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

@media (min-width: 992px) {
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
}
figure {
  margin: 0 0 1rem;
}

/* Nav */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Button */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}
/* Input group */
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* Form */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* Accordion */
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (min-width: 992px) {
  .col-5col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-7col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857%;
            flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }

  .col-8col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

/*-------------------- General Styles --------------------*/
html {
  direction: ltr;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size-adjust: 100%;
}

body {
  font: normal 300 1.4rem/1.86 "Poppins", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

input:focus, a:focus {
  outline: none;
}

p,
address {
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 1.5rem;
}

.widget ul,
.page-numbers,
.social-icons {
  list-style: none;
  padding: 0;
}

.list-unstyled {
  list-style: none !important;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 3rem auto 2.5rem;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  color: inherit;
  background-color: transparent;
}

select {
  border-radius: 0;
}

select:focus {
  outline: none;
}

.divider-dotted {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-left: 1px dotted #e5e5e5;
}

.img-placeholder {
  padding-top: 80%;
  background-color: #ebebeb;
}

/* Animation for lazyload */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.bounce-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin: -9px 0 0 -35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  z-index: 10000;
}
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #CCC;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
          animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.bounce-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.bounce-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

body:not(.loaded) * {
  -webkit-transition: none !important;
  transition: none !important;
}

.loaded .loading-overlay {
  opacity: 0;
  visibility: hidden;
}

.molla-lazyload {
  padding-top: 100%;
  height: 0 !important;
  width: 100% !important;
}

.molla-lazyload[data-src$=".png"] {
  opacity: 0;
}

.molla-lazyload-back {
  background-image: none !important;
}

#wp-admin-bar-my-account .molla-lazyload.avatar {
  padding-top: 0 !important;
  height: auto !important;
  width: auto !important;
}

.boxed .page-wrapper,
.framed .page-wrapper {
  max-width: 96%;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.boxed .page-wrapper .sticky-header.fixed,
.framed .page-wrapper .sticky-header.fixed {
  max-width: 96%;
}

.boxed .page-wrapper {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .header-col.hidden-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-col.hidden-mob {
    display: none;
  }
}
/* Type */
a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

.text-dark {
  color: #333 !important;
}

.text-light {
  color: #ccc !important;
}

.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 1.2rem;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  position: relative;
  margin: 0 0 2rem;
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.67;
  border-left: 4px solid #cc9966;
  background-color: #fafafa;
  margin-top: 4.2rem;
  margin-bottom: 4.2rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before {
  color: #ebebeb;
  content: "\f10e";
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  font-family: "molla";
  position: absolute;
  left: 3rem;
  top: 4rem;
  margin-top: -1.5rem;
}
blockquote, blockquote.wp-block-quote, blockquote.wp-block-quote, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
  padding: 7rem 3rem 4rem 3rem;
  border-color: #cc9966;
  margin-top: 4.2rem;
  margin-bottom: 4.2rem;
}

ins {
  text-decoration: none;
}

em {
  font-size: 85%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

code {
  color: #e83e8c;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p {
  font-weight: 400;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: 400;
}

input::placeholder,
textarea::placeholder {
  font-weight: 400;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-weight: 400;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 5rem;
  }

  h2, .h2 {
    font-size: 4rem;
  }

  h3, .h3 {
    font-size: 3rem;
  }

  h4, .h4 {
    font-size: 2.4rem;
  }

  blockquote,
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
    padding: 4rem 6rem 4rem 12rem;
  }
  blockquote:before,
blockquote.wp-block-quote:before,
blockquote.wp-block-quote.is-large:before,
blockquote.wp-block-quote.is-style-large:before {
    left: 4rem;
    top: 50%;
  }
}
table {
  width: 100%;
}

select {
  max-width: 100%;
}

[class*=notice-] {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  margin-bottom: 15px;
}
[class*=notice-].notice-error {
  color: #dc3232;
  background-color: rgba(220, 50, 50, 0.2);
}
[class*=notice-].notice-success {
  color: #82b440;
  background-color: rgba(130, 180, 64, 0.2);
}
[class*=notice-].notice-info {
  color: #4bb0da;
  background-color: rgba(75, 176, 218, 0.2);
}
[class*=notice-] strong, [class*=notice-] p {
  color: inherit;
}

/* Layout */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid.float-grid {
  display: block;
}
.grid.float-grid .grid-space {
  clear: both;
}

.grid-item {
  padding: 1rem;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.creative-grid {
  display: -ms-grid;
  display: grid;
}
.creative-grid.editor-mode > * {
  position: relative;
  overflow: hidden;
  border: 1px dashed rgba(34, 34, 34, 0.4);
}
.creative-grid.editor-mode > *:after {
  content: attr(data-grid-idx);
  position: absolute;
  top: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  color: #fff;
  background-color: #71d7f7;
  z-index: 98;
  font-size: 1.3em;
  text-align: center;
}

.inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.container,
.alignwide {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  left: 0;
  -webkit-transition: left 0.4s, right 0.4s ease;
  transition: left 0.4s, right 0.4s ease;
}

.divider-active .content-divider .inner-wrap,
.divider-active .full-divider {
  border: 1px solid #f4f4f4;
  border-width: 0 0 1px 0;
}

.footer.divider-active .content-divider .inner-wrap,
.footer.divider-active .full-divider {
  border-width: 1px 0 0 0;
}

@media (max-width: 991px) {
  .sidebar-active:not(.right-sidebar-active) .page-wrapper,
.mmenu-active .page-wrapper {
    left: 200px;
  }
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.page-content {
  padding-bottom: 4rem;
  margin-top: 4rem;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Extend grid - 1600px */
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 479px) {
  .container,
.elementor-section.elementor-section-boxed .elementor-container.container,
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*-------------------- Base Styles --------------------*/
/* Header */
.header {
  width: 100%;
  background-color: #fff;
  z-index: 1039;
}
.header .inner-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-header {
  position: absolute;
  left: 0;
  right: 0;
}

body.boxed .sticky-header.fixed,
body.framed .sticky-header.fixed {
  left: auto;
  right: auto;
}

.header p {
  margin-bottom: 0;
}

.header a {
  color: inherit;
}

.header .custom-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-left,
.header-center,
.header-right,
.header-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.header-row-wrap {
  width: 100%;
}

.header-right .header-row-wrap {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.header-right {
  margin-left: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.header-has-center .header-left,
.header-has-center .header-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.header-has-center .header-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-center {
  margin-left: auto;
  margin-right: auto;
}

.divider {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1.5rem;
  background-color: #ccc;
}

.logo {
  display: block;
  margin: 0;
}
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header .social-icon {
  font-size: 1.4rem;
}

.header-top {
  font-size: 1.4rem;
  line-height: 1.5;
}

.header-col {
  max-width: 100%;
}

.header-col .nav-dropdown > * {
  margin-left: 2.9rem;
}
.header-col .nav-dropdown > *:first-child {
  margin-left: 0;
}

.header-dropdown {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin: 0;
}
.header-dropdown > li > a,
.header-dropdown > li > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-dropdown.sf-arrows li > a,
.header-dropdown.sf-arrows li > span {
  padding-right: 1.8rem;
}
.header-dropdown a:hover, .header-dropdown a:focus {
  text-decoration: none;
}
.header-dropdown .sf-with-ul > .sub-menu li {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .header-dropdown > li > a,
.header-dropdown > li > span {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.megamenu .sub-menu {
  visibility: visible;
  opacity: 1;
}
.megamenu .sub-menu .sub-menu {
  background-color: transparent;
  background-image: none;
  border: none;
}

.sub-menu {
  position: absolute;
  left: -1.5rem;
  top: 100%;
  z-index: 20;
  padding: 0.6rem 0;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
          box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  margin-top: 1px;
  list-style: none;
  margin: 0;
}
.sub-menu li {
  margin: 0;
}
.sub-menu a {
  padding: 0.3rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.header-dropdown:hover > li > .sub-menu, .header-dropdown:focus > li > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header-right .sub-menu,
.header-right .header-dropdown .sub-menu {
  left: auto;
  right: 0;
}
.header-right .top-menu + .header-dropdown {
  margin-left: 2.5rem;
}

.header-left .sub-menu,
.header-left .header-dropdown .sub-menu {
  left: 0;
  right: auto;
}

.header-dropdown:not(.sf-arrows) .sub-menu {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-menu {
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}
.top-menu.sf-arrows .top-link > a {
  padding-right: 1.8rem;
}
.top-menu .top-link > a {
  display: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.top-menu .nav-dropdown {
  margin-bottom: 0;
}
.top-menu .header-dropdown,
.top-menu .nav-dropdown {
  background-color: transparent;
}
.top-menu .nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-menu .nav-dropdown > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-menu .nav-dropdown > * > .menu-item + .menu-item {
  margin-left: 2.9rem;
}
.top-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-menu i {
  font-size: 1.5rem;
  margin-right: 0.8rem;
}
.top-menu .wishlist-count {
  margin-left: 3px;
}

@media (max-width: 991px) {
  .top-menu i {
    display: none;
  }
}
.header-main .menu.sf-arrows > li > .sf-with-ul > a {
  padding-right: 1.5rem;
}

.shop-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-icons, .shop-icons .shop-icon > a {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@-webkit-keyframes animate_added {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    background-color: #d26e4b;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animate_added {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    background-color: #d26e4b;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.updated-count {
  -webkit-animation: 0.6s ease-in animate_added;
          animation: 0.6s ease-in animate_added;
}

.shop-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-icon [class*=count] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: -3px;
  min-width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.shop-icon div.icon {
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-icon > a {
  position: relative;
  font-size: 32px;
  color: inherit;
  line-height: 1;
}
.shop-icon.account > a {
  font-size: 30px;
}
.shop-icon.wishlist > a {
  font-size: 28px;
}
.shop-icon .custom-label {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.shop-icon > a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-icon .cart-price {
  margin-left: 0.5rem;
  font-size: 1.3rem;
}
.shop-icon .cart-price:hover {
  cursor: default;
}
.shop-icon .wishlist-count {
  right: -5px;
}
.shop-icon p {
  -webkit-transition: inherit;
  transition: inherit;
}

.shop-icon + .shop-icon {
  margin-left: 3rem;
}

.shop-icon.hdir > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shop-icon.hdir .custom-label {
  margin-left: 5px;
}

.shop-icon.label-hidden .custom-label {
  display: none;
}
.shop-icon.label-hidden div.icon {
  height: auto;
}

.shop-icon.price-hidden .cart-price {
  display: none;
}

.count-linear [class*=count] {
  position: static;
  min-width: 2rem;
  height: 2rem;
  line-height: 2em;
  margin-left: 2px;
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  text-decoration: none !important;
  line-height: 1;
}
.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
  display: none;
}
.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  width: 300px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 0;
  padding: 2.2rem 3rem 2.5rem;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
          box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  right: -1px;
  left: auto;
  -webkit-transition: visibility 0.25s, opacity 0.25s;
  transition: visibility 0.25s, opacity 0.25s;
}
.cart-dropdown:hover .dropdown-menu, .cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.cart_list {
  padding: 0;
  margin-bottom: 0;
}
.cart-popup.dropdown-menu .cart_list {
  margin-right: -6px;
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-popup.dropdown-menu .cart_list::-webkit-scrollbar {
  width: 6px;
}
.cart-popup.dropdown-menu .cart_list::-webkit-scrollbar-thumb {
  background: rgba(194, 194, 194, 0.3);
  border-radius: 6px;
}

.woocommerce-mini-cart .quantity .amount {
  font-size: 1.3rem;
}

.cart-popup .total .amount {
  font-size: 1.5rem;
}

.cart_list li img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  margin-left: 10px;
}

.product-cart-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cart_list.scrollable .remove {
  right: 0 !important;
}

.mini_cart_item .remove,
.cart-popup.widget_shopping_cart .cart_list li a.remove {
  font-family: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: -0.55rem;
  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: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-top: -1.2rem;
}
.mini_cart_item .remove:hover, .mini_cart_item .remove:focus,
.cart-popup.widget_shopping_cart .cart_list li a.remove:hover,
.cart-popup.widget_shopping_cart .cart_list li a.remove:focus {
  color: #333333;
}

.cart_list {
  margin-top: -1rem;
}
.cart_list .product-title {
  margin-bottom: 0.2rem;
}

.mini_cart_item,
.cart-popup.widget_shopping_cart .cart_list li {
  position: relative;
  padding: 1.6rem 2.4rem 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}
.mini_cart_item .product-image-container,
.cart-popup.widget_shopping_cart .cart_list li .product-image-container {
  margin: 0 0 0 auto;
}
.mini_cart_item a,
.cart-popup.widget_shopping_cart .cart_list li a {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: left;
  word-break: break-word;
  display: block;
}
.mini_cart_item img,
.cart-popup.widget_shopping_cart .cart_list li img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini_cart_item .quantity,
.cart-popup.widget_shopping_cart .cart_list li .quantity {
  color: #999;
  margin-top: 0.4rem;
  display: block;
}

.widget_shopping_cart_content a.wc-forward {
  border: 1px solid #cc9966;
}
.widget_shopping_cart_content a.wc-forward:hover, .widget_shopping_cart_content a.wc-forward:focus {
  color: #fff;
}
.widget_shopping_cart_content a.wc-forward:not(.checkout) {
  color: #fff;
}
.widget_shopping_cart_content a.checkout {
  border: 1px solid #cc9966;
  background-color: transparent;
}
.widget_shopping_cart_content a.checkout:hover, .widget_shopping_cart_content a.checkout:focus {
  color: #fff;
}

.compare-dropdown {
  padding-left: 2.5rem;
}
.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}

.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-product {
  position: relative;
  padding: 0.5rem 0;
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.compare-product:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.compare-product-title {
  color: #666666;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.01em;
}
.compare-product-title a {
  color: inherit;
}
.compare-product-title a:hover, .compare-product-title a:focus {
  color: #cc9966;
}

.compare-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.compare-actions .action-link {
  font-size: 1.3rem;
  color: #666666;
}
.compare-actions .action-link:hover, .compare-actions .action-link:focus {
  color: #cc9966;
  text-decoration: underline;
}
.compare-actions .btn {
  font-size: 1.3rem;
  min-width: 110px;
  margin-left: auto;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.cart-dropdown .dropdown-toggle {
  font-size: 32px;
}
.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}
.cart-dropdown .cart-price .amount {
  font-size: 1.3rem;
}

.cart-popup .total,
.woocommerce .widget_shopping_cart .total {
  padding: 1.5rem 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 1.1rem;
}
.cart-popup .total strong,
.woocommerce .widget_shopping_cart .total strong {
  font-weight: 400;
}
.cart-popup .total .cart-total-price,
.woocommerce .widget_shopping_cart .total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto;
}

.cart-popup .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0.5rem;
}
.cart-popup .buttons .button {
  font-size: 1.3rem;
  min-width: 110px;
  text-align: center;
  padding: 0.7rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border-radius: 0;
  white-space: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-popup .buttons .button.checkout:after {
  content: "\f274";
  font-family: "molla";
  margin-left: 1rem;
}

.cart-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.5rem;
}
.cart-canvas.cart-popup {
  color: #222;
}
.cart-canvas.widget_shopping_cart .widget_shopping_cart_content .total {
  color: #222;
  text-transform: capitalize;
}
.cart-canvas.widget_shopping_cart .widget_shopping_cart_content .total strong {
  font-weight: 700;
}
.cart-canvas .total strong,
.cart-canvas .total .amount,
.cart-canvas .cart-canvas-header h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.cart-canvas .product-image-container {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.cart-canvas .cart_list {
  margin-top: 0;
}
.cart-canvas ul.cart_list .mini_cart_item img {
  margin: 0 20px 0 0;
}
.cart-canvas.widget_shopping_cart .cart_list li {
  padding: 2rem 2.4rem 2rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cart-canvas.widget_shopping_cart .cart_list li .quantity {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
.cart-canvas.widget_shopping_cart .cart_list li a {
  font-weight: 500;
  font-size: 1.5rem;
}
.cart-canvas.widget_shopping_cart .cart_list li img {
  width: 75px;
  height: 75px;
}
.cart-canvas.widget_shopping_cart .cart_list li a.remove {
  display: inline-block;
  text-indent: -9999px;
  color: #666 !important;
  top: 2rem;
  margin-top: 0;
}
.cart-canvas.widget_shopping_cart .cart_list li a.remove:before {
  content: "\f191";
  font-family: "molla";
  font-size: 17px;
  position: absolute;
  left: 0;
  text-indent: 0;
}
.cart-canvas .quantity .amount {
  font-weight: 700;
  font-size: 1.5rem;
}
.cart-canvas .cart-canvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.cart-canvas .cart-canvas-header h4 {
  margin: 0;
}
.cart-canvas .widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-canvas .cart_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: calc(100vh - 270px);
  overflow-x: hidden;
}
.cart-canvas .cart_list::-webkit-scrollbar {
  width: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.cart-canvas .cart_list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.cart-canvas .total {
  margin-bottom: 1rem;
}
.cart-canvas .buttons,
.cart-canvas .buttons .button {
  display: block;
}
.cart-canvas .buttons {
  margin-top: 0;
  padding-bottom: 0;
}
.cart-canvas .buttons .button + .button {
  margin-top: 1rem;
}
.cart-canvas .buttons .button {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
}
.cart-canvas .button.wc-forward:not(.checkout) {
  background-color: transparent;
}
.cart-canvas .button.wc-forward:not(.checkout):hover, .cart-canvas .button.wc-forward:not(.checkout):focus {
  color: #fff;
}
.cart-canvas .button.checkout {
  color: #fff;
}
.cart-canvas p {
  margin-top: 2rem;
  font-size: inherit;
}
.cart-canvas .variation {
  display: block;
  font-size: 13px;
  color: #999;
  letter-spacing: 0;
}
.cart-canvas .product-title a + .variation {
  margin-top: 3px;
}
.cart-canvas.widget_shopping_cart .cart_list li div.quantity {
  margin-top: 10px;
}
.cart-canvas .quantity label {
  display: none;
}
.cart-canvas .quantity .input-group {
  max-width: 99px;
}
.cart-canvas .quantity .form-control {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.cart-canvas .quantity button {
  line-height: 1;
}

.canvas-close {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  color: #666;
}
.canvas-close i {
  font-size: 1.7rem;
  position: relative;
  top: 1px;
  margin: 0 0 0 5px;
}

/* Header Search */
.search-toggle {
  position: relative;
  display: none;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: 0.3rem 0.2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11;
}
.search-toggle:hover, .search-toggle:focus, .search-toggle.active {
  outline: none !important;
}

.search-wrapper .live-search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.search-wrapper .btn {
  font-size: 14px;
}

.live-search-list {
  position: absolute;
  margin-top: 3px;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
          box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  font-size: 14px;
  background: #fff;
  z-index: 11;
}
.live-search-list .autocomplete-suggestions {
  max-height: 400px;
  margin: 2rem 0;
  overflow-y: scroll;
}
.live-search-list .autocomplete-suggestions::-webkit-scrollbar {
  width: 6px;
}
.live-search-list .autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: rgba(194, 194, 194, 0.3);
  border-radius: 6px;
}
.live-search-list .autocomplete-suggestion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.live-search-list .autocomplete-suggestion:last-child {
  border-bottom: none;
}
.live-search-list .autocomplete-suggestion:hover {
  background-color: #f8f8f8;
}
.live-search-list .search-name {
  color: #666;
  line-height: 1.3;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.live-search-list .search-price {
  display: block;
  margin-top: 10px;
  letter-spacing: -0.02em;
  color: #333;
}
.live-search-list img {
  max-width: 70px;
  margin-right: 15px;
}

.search-wrapper button.btn i {
  margin: 0;
}

.header-search {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none;
}
.header-search .search-toggle {
  display: block;
  color: inherit;
}
.header-search:not(.header-search-visible) .search-wrapper, .header-search:not(.header-search-visible) .search-wrapper .btn {
  display: none;
}
.header-search.icon-left:not(.header-search-visible) input {
  padding-left: 5rem;
}
.header-search.icon-left .search-wrapper {
  left: -1.4rem;
  right: auto;
}
.header-search.icon-left .search-wrapper .btn {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  left: -1px;
}
.header-search.icon-left .search-wrapper .btn-icon ~ input {
  padding-left: 0;
}
.header-search .search-wrapper {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  z-index: 10;
}
.header-search .search-wrapper .form-control {
  background-color: transparent;
}
.header-search .search-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search .search-wrapper.show .form-control {
  padding-right: 5rem;
}
.header-search .search-wrapper .btn {
  font-size: 2rem;
}
.header-search .search-wrapper button.btn {
  position: relative;
  padding: 0.85rem 3rem;
}
.header-search form {
  margin: 0;
}
.header-search .select-custom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: inherit;
}
.header-search .select-custom:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 2.6rem;
  margin-top: -1.3rem;
  background-color: #ebebeb;
}
.header-search .select-custom::after {
  right: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.header-search .form-control,
.header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  border: none;
  margin: 0;
}
.header-search .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.9rem 2rem;
  width: 100%;
  margin: 0;
  line-height: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 100%;
  color: #999;
  background-color: transparent;
  padding: 1px 4rem 1px 2rem;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header-search select:focus {
  outline: none !important;
}
.header-search option {
  font-size: 1.3rem;
  padding: 1px 0.3rem;
}
.header-search .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.header-search-visible .search-toggle {
  display: none;
}
.header-search-visible .search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-toggler {
  border: none;
  background: transparent;
  color: inherit;
  padding: 0.2rem 0.25rem;
  font-size: 28px;
  line-height: 1;
  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;
  cursor: pointer;
}
.header-left .mobile-menu-toggler {
  margin-right: 1rem;
}
.header-right .mobile-menu-toggler {
  margin-left: 1rem;
}

.header-bottom .mobile-menu-toggler {
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
}

.header-col > * {
  margin-right: 1.5rem;
}
.header-col > *:last-child, .header-col > *.header-row-wrap {
  margin-right: 0;
}

@media (min-width: 992px) {
  .header .mobile-menu-toggler {
    display: none;
  }
}
.container-fluid .megamenu-container > ul {
  width: 1170px;
}

@media (max-width: 991px) {
  .top-menu .nav-dropdown .sub-menu {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .header-right .top-menu .nav-dropdown .sub-menu {
    left: auto;
    right: 100%;
  }
  .header-left .top-menu .nav-dropdown .sub-menu {
    left: 100%;
    right: auto;
  }

  header .top-menu .nav-dropdown > *,
header .top-menu .nav-dropdown > li > ul {
    padding: 0;
    margin: 0;
    display: block;
  }

  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .top-menu a {
    display: block;
  }
  .top-menu .top-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .top-menu .top-link > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .top-menu .top-link > a:after {
    font-family: "molla";
    content: "\f110";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-menu .nav-dropdown {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 141px;
    max-width: 300px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    -webkit-box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
            box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
    text-transform: capitalize;
  }
  .top-menu .nav-dropdown:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .top-menu .top-link .nav-dropdown .menu-item-has-children > a {
    width: 100%;
  }
  .top-menu .top-link .nav-dropdown .menu-item-has-children > a:after {
    right: 1.8rem;
  }
  .top-menu:hover .nav-dropdown, .top-menu:focus .nav-dropdown {
    visibility: visible;
    opacity: 1;
  }
  .top-menu li + li {
    margin-left: 0 !important;
  }
  .top-menu a {
    padding: 0.3rem 1.5rem;
  }

  .header-search {
    display: none;
  }

  .menu.main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-search .select-custom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .header-search .select-custom {
    display: none;
  }

  .header .shop-icon + .shop-icon {
    margin-left: 2rem;
  }
}
@media (max-width: 991px) {
  .sticky-wrapper {
    height: auto !important;
  }
}
/* Menu Structure */
@-webkit-keyframes menu-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-nav {
  margin-left: 2rem;
  display: none;
}

.megamenu > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.menu .menu-col-1 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.menu .menu-col-2 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.menu .menu-col-3 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3334%;
          flex: 0 0 33.3334%;
  max-width: 33.3334%;
}

.menu .menu-col-4 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.menu .menu-col-5 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.menu .menu-col-6 > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6667%;
          flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu ul {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: menu-animation;
          animation-name: menu-animation;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu.lazy-menu .sub-menu {
  padding: 0;
  height: 350px;
  min-height: 350px;
}
.menu li {
  position: relative;
}
.menu li:hover > ul, .menu li.show > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.menu .megamenu-container {
  position: static;
}
.menu ul {
  position: absolute;
  left: 0;
  top: -9999px;
  z-index: 1002;
}
.menu ul ul.sub-menu {
  top: -2rem;
  left: 100%;
}
.menu .megamenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 1002;
  padding: 0 2rem;
  left: 0;
  right: 0;
}
.menu .megamenu > ul ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}
.menu .megamenu > ul > li {
  padding: 2rem 1rem;
}
.menu ul,
.menu .megamenu > ul {
  opacity: 0;
}
.menu .sub-menu.pos-left {
  left: 0;
  right: auto;
}
.menu .sub-menu.pos-center {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu .sub-menu.pos-right {
  left: auto;
  right: 0;
}
.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}
.menu a:not(.btn):focus {
  outline: none !important;
}

.container-fluid .megamenu-container {
  position: relative;
}

.sf-arrows > li > .menu-item-has-children > a {
  padding-right: 2rem;
}
.sf-arrows .menu-item-has-children > a {
  position: relative;
}
.sf-arrows .menu-item-has-children > a:after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.sf-arrows.header-dropdown .menu-item-has-children > a:after {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sf-arrows .sf-with-ul .menu-item-has-children > a:after {
  content: "\f112";
  right: 0;
}

.sf-with-ul > .sub-menu li {
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu.sf-arrows .menu-subtitle.menu-item-has-children > a:after {
  content: "";
}
.menu-subtitle + .menu-subtitle {
  margin-top: 1rem;
}

.menu .megamenu > ul,
.menu ul,
.header-dropdown ul {
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
          box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.header .sf-dividers ul a {
  border-bottom: 1px solid #ebebeb;
}

.menu {
  line-height: 1.5;
}
.menu li > a {
  color: #999999;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding: 0.5rem 0;
}
.menu li > a span:not(.tip) {
  position: relative;
}
.menu > li > a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  padding: 3.95rem 3rem;
}
.menu ul {
  min-width: 218px;
  padding: 2rem 0;
}
.menu .megamenu > ul .banner > a {
  display: block;
  padding: 0;
  margin: 0;
}
.menu .megamenu > ul .btn {
  min-width: 210px;
  text-transform: uppercase;
}
.menu .megamenu .banner .btn {
  min-width: 0;
}
.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem;
}
.menu .megamenu .menu-item-has-children > a {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}
.menu .megamenu-action {
  padding-bottom: 2rem;
}
.menu ul + .menu-item-has-children {
  margin-top: 1.5rem;
}
.menu .menu-grid-col > a {
  display: none;
}
.menu .menu-grid-col > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scale-eff > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
.fixed .scale-eff > li > a:before {
  top: 0;
}

.bottom-scale-eff > li > a:before {
  top: auto;
  bottom: 0;
}
.fixed .bottom-scale-eff > li > a:before {
  top: auto;
}

.scale-eff li:hover > a:before,
.scale-eff li.show > a:before,
.scale-eff li.active > a:before,
.scale-eff li.current-menu-item > a:before,
.scale-eff li.current-menu-ancestor > a:before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.tip {
  color: #fff;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 1.1rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 3px 1px 1px;
  min-width: 23px;
  z-index: 1;
  border-radius: 0;
  margin-left: 0.5rem;
  text-transform: uppercase;
}
.tip.tip-new {
  background-color: #a6c76c;
}
.tip.tip-hot {
  background-color: #ef837b;
}

.main-nav {
  margin-left: 0;
}

.menu .megamenu.megamenu-md {
  left: 0;
}

.menu > li + li {
  margin-left: 1rem;
}
.menu > li > a {
  padding: 1.65rem 1rem;
}

.sf-arrows .menu-item-has-children > a {
  padding-right: 3rem;
}

.menu.sf-arrows > li > .menu-item-has-children > a:after {
  right: 1rem;
}

.menu-item .flag {
  margin-right: 5px;
}
.menu-item .flag img {
  vertical-align: middle;
  max-width: 18px;
}

.header-dropdown.wcml_currency_switcher .wcml-spinner {
  display: none;
}

.molla-loading.megamenu-container {
  width: 100%;
}

@media (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
/* Vertical Menu */
.dropdown > .menu {
  display: none;
}

.dropdown-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.dropdown-menu-wrapper .dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: inherit;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 1rem 2rem;
  padding-left: 1.5rem;
  min-width: 100%;
  -webkit-transition: background 0.4s, color 0.1s;
  transition: background 0.4s, color 0.1s;
}
.dropdown-menu-wrapper .dropdown-toggle i {
  position: relative;
  top: 1px;
  border: none;
  font-size: 2.3rem;
  line-height: 1;
}
.dropdown-menu-wrapper .dropdown-toggle i:not(.normal-state) {
  display: none;
}
.dropdown-menu-wrapper.icon-left > a > i {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 1.7rem 0 0;
}
.dropdown-menu-wrapper.icon-right .dropdown-toggle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-menu-wrapper.dropdown.icon-hidden .dropdown-toggle i {
  display: none;
}
.dropdown-menu-wrapper:not(.open-toggle):hover .dropdown-menu, .dropdown-menu-wrapper.show .dropdown-menu {
  display: block;
}
.dropdown-menu-wrapper:not(.open-toggle):hover .dropdown-toggle, .dropdown-menu-wrapper.show .dropdown-toggle {
  color: #fff;
}
.dropdown-menu-wrapper:not(.open-toggle):hover .dropdown-toggle i, .dropdown-menu-wrapper.show .dropdown-toggle i {
  display: block;
}
.dropdown-menu-wrapper:not(.open-toggle):hover .dropdown-toggle .normal-state, .dropdown-menu-wrapper.show .dropdown-toggle .normal-state {
  display: none;
}
.dropdown-menu-wrapper .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.dropdown-menu-wrapper .dropdown-item {
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 0.9rem 1.9rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu-wrapper .dropdown-item.dropdown-item-lead {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}
.dropdown-menu-wrapper .dropdown-item:hover, .dropdown-menu-wrapper .dropdown-item:focus {
  background-color: #fff;
  outline: none !important;
}
.dropdown-menu-wrapper .dropdown-item:hover.dropdown-item-lead, .dropdown-menu-wrapper .dropdown-item:focus.dropdown-item-lead {
  background-color: #f9f9f9;
}
.dropdown-menu-wrapper li p {
  padding: 0.9rem 1.9rem;
}

@media (max-width: 991px) {
  .dropdown-menu-wrapper {
    display: none;
  }
}
.menu-vertical,
.menu-vertical ul {
  margin: 0;
  padding: 0;
}

.menu-vertical li:hover .sub-menu {
  left: 100%;
  top: 0;
}
.menu-vertical > li > a {
  padding: 0.9rem 1.9rem;
}
.menu-vertical ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}
.menu-vertical .megamenu > ul {
  width: 893px;
  min-height: 100%;
}
.menu-vertical.sf-arrows > li > .menu-item-has-children > a {
  padding-right: 3rem;
}
.menu-vertical.sf-arrows .menu-item-has-children > a {
  position: relative;
}
.menu-vertical.sf-arrows .menu-item-has-children > a::after {
  content: "\f112";
  right: 1.8rem;
}
.menu-vertical > li {
  width: 100%;
}
.menu-vertical > li > a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border: 1px solid #ebebeb;
  border-top: none;
}
.menu-vertical.menu li + li {
  margin: 0;
}
.menu-vertical i {
  display: inline-block;
  min-width: 3.4rem;
  margin-right: 1rem;
  color: #ccc;
  text-align: center;
}
.menu-vertical .menu-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.menu-vertical .menu-col li > a {
  padding-left: 0;
  padding-right: 0;
}
.menu-vertical .menu-subtitle > a {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
  }
  .sticky-header.fixed.header-main .menu > li > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sticky-wrapper .sticky-header.fixed {
    -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
            box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
}
@media (min-width: 992px) {
  /* Side Header Base Layout */
  div.header-side {
    position: fixed;
  }

  .header-side {
    top: 0;
    left: 0;
    bottom: 0;
    padding: 6.7rem 0 3px;
    /* Dropdown Arrow */
    /* Side Header Menu - Default */
  }
  .header-side > .container {
    padding-right: 0;
  }
  .header-side .inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .header-side > .container,
.header-side .inner-wrap {
    height: 100%;
  }
  .header-side .header-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0;
  }
  .header-side .header-col + .header-col {
    margin-top: auto;
  }
  .header-side .sf-arrows > .menu-item-has-children > a:after {
    content: none;
    right: 6rem;
    color: #333;
    font-size: 1.5rem;
  }
  .header-side .sf-arrows > .menu-item-has-children:hover > a:after {
    content: "\f274";
  }
  .header-side .menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-side .menu ul ul.sub-menu {
    top: -2rem;
  }
  .header-side .menu > li {
    width: 100%;
    margin: 0;
  }
  .header-side .menu > li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    width: 280px;
    padding: 13rem 0 3rem;
    padding-left: 1.5rem;
  }

  /* Side Header Menu - Expand */
  .header-side-menu-expand .menu > li > ul {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .header-side-menu-expand .menu ul ul li {
    padding-right: 0;
  }
  .header-side-menu-expand .menu ul li > ul {
    position: static;
    min-width: auto;
    height: 0;
    background: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-side-menu-expand .menu ul li:hover > ul {
    margin-top: -4px;
    height: auto;
  }
  .header-side-menu-expand .menu ul::-webkit-scrollbar {
    width: 7px;
    height: 10px;
  }
  .header-side-menu-expand .menu ul::-webkit-scrollbar-thumb {
    background: #6c6a6a;
    border-radius: 10px;
  }
  .header-side-menu-expand .menu ul::-webkit-scrollbar-track {
    background: #323232;
    border-radius: 10px;
    margin: 8px;
    width: 100%;
  }
  .header-side-menu-expand .sf-arrows .sf-with-ul .menu-item-has-children > a:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header-side-menu-expand .sf-arrows .sf-with-ul .menu-item-has-children:hover > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
/* Mobile Menu */
.mobile-menu-container {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1069;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: auto;
  -webkit-box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
          box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 10px;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile-menu-container.molla-loading {
  position: fixed;
  opacity: 1;
}
.mobile-menu-container.molla-loading .mobile-menu-wrapper {
  opacity: 0;
}
.mobile-menu-container .mobile-menu-wrapper .btn i {
  margin: 0;
}
.mobile-menu-container .live-search-list {
  font-size: 12px;
}
.mobile-menu-container .live-search-list img {
  max-width: 50px;
  margin-right: 10px;
}
.mobile-menu-container .live-search-list .sale-price {
  margin-top: 5px;
}
.mobile-menu-container .tip {
  font-size: 8px;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 42px 0;
  font-size: 1.2em;
}
.mobile-menu-wrapper .social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.mobile-menu-wrapper .social-icons .social-icon {
  font-size: 1em;
  background-color: transparent;
  margin-bottom: 0;
  width: 30px;
  height: 30px;
}
.mobile-menu-wrapper .social-icons .social-icon + .social-icon {
  margin-left: 8px;
}
.mobile-menu-wrapper .social-icons .social-icon:hover, .mobile-menu-wrapper .social-icons .social-icon:focus {
  background-color: transparent;
}
.mobile-menu-wrapper .social-icons-color .social-icon {
  border: 1px solid;
}
.mobile-menu-wrapper .menu-subtitle {
  margin: 0;
}
.mobile-menu-wrapper .mobile-search i {
  margin: 0;
}
.mobile-menu-wrapper .sub-menu {
  background-color: inherit;
}
.mobile-menu-wrapper .nav-link {
  color: #fff;
}
.mobile-menu-wrapper .mobile-search .search-wrapper .btn {
  padding: 8.5px 10px;
}

.mobile-menu-close {
  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: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: -20px;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1059;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991px) {
  .mmenu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1;
  }
  .mmenu-active .mobile-menu-container {
    visibility: visible;
    left: 0;
  }
}
.mobile-nav {
  padding: 0;
  margin: 0 0 25px;
}

.mobile-menu ul li.menu-item-has-children > a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.mobile-menu {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.mobile-menu > li > a {
  text-transform: uppercase;
}
.mobile-menu .megamenu > .sub-menu {
  width: auto !important;
}
.mobile-menu .menu-grid-col > a {
  display: none;
}
.mobile-menu .menu-grid-col > ul > li > ul,
.mobile-menu .menu-grid-col > ul {
  border: none;
  padding: 0;
}
.mobile-menu .megamenu > ul .sub-menu {
  display: block;
}
.mobile-menu .megamenu > .sub-menu,
.mobile-menu > li:not(.megamenu) .sub-menu,
.mobile-menu .menu-subtitle > .sub-menu {
  padding: 7px 0 9px;
}
.mobile-menu .sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobile-menu .megamenu ul a {
  padding-left: 35px;
}
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu-wrapper .mobile-menu li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.mobile-menu li a {
  position: relative;
  display: block;
  padding: 10px 45px 10px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
  text-decoration: none;
  outline: none !important;
}
.mobile-menu li ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.mobile-menu li ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 35px;
  border-bottom: none;
}
.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile-menu li ul .menu-subtitle .sub-menu li a,
.mobile-menu li ul ul li a {
  padding-left: 50px;
}
.mobile-menu li ul ul ul li a {
  padding-left: 65px;
}
.mobile-menu li > .sub-menu, .mobile-menu li.menu-subtitle > .sub-menu {
  display: none;
}
.mobile-menu li.menu-subtitle > a {
  display: block;
}
.mobile-menu .sf-with-ul > .sub-menu li {
  padding: 0;
}
.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative;
}
.mobile-menu i {
  width: 15px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}

.mmenu-btn {
  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;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 1em;
  margin-top: -15px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-transition: color, -webkit-transform 0.3s;
  transition: color, -webkit-transform 0.3s;
  transition: color, transform 0.3s;
  transition: color, transform 0.3s, -webkit-transform 0.3s;
}
.mmenu-btn::after {
  font-family: "molla";
  content: "\f110";
  display: inline-block;
}
.open > a > .mmenu-btn {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mobile-search {
  margin: 10px 0 15px;
  padding: 0 20px;
}
.mobile-search .form-control {
  height: auto;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.5;
  padding: 8px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}
.mobile-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control:focus {
  color: #fff;
  background-color: #333;
}
.mobile-search .live-search .form-control {
  height: 100%;
  width: 100%;
}
.mobile-search .search-wrapper .btn {
  font-size: 1em;
  min-width: 36px;
  padding: 8px 2px;
}

.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 25px;
  border: none;
}
.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
  margin-bottom: 0;
}
.mobile-menu-container .tab-pane {
  padding: 0;
}

.nav.nav-pills-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 2px;
}
.nav.nav-pills-mobile .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0 0 -1px;
}
.nav.nav-pills-mobile .nav-link {
  font-weight: 600;
  font-size: 1.08em;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 8px 20px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.mobile-cats-nav .mobile-menu > li > a {
  text-transform: capitalize;
}

.mobile-cats-menu > li > a {
  text-transform: none;
}
.mobile-cats-menu li a {
  position: relative;
  display: block;
  padding: 10px 45px 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-cats-menu li a.mobile-cats-lead {
  font-weight: 500;
  color: #fff;
}
.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  text-decoration: none;
  outline: none !important;
}

/* Mobile Menu Light */
.mobile-menu-light {
  background-color: #fff;
}
.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .social-icon {
  color: #999;
  border-color: #999;
}
.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-menu li ul ul {
  border-top-color: #efefef;
}
.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control {
  color: #666;
  background-color: #fff;
  border-color: #e5e5e5;
}
.mobile-menu-light .mobile-search .form-control::-webkit-input-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control::-moz-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control:-ms-input-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control::-ms-input-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control:focus {
  color: #666;
  background-color: #fff;
}
.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef;
}
.mobile-menu-light .nav.nav-pills-mobile .nav-item:not(:hover):not(:focus):not(.active) .nav-link {
  color: #333;
}
.mobile-menu-light .mobile-cats-menu li a {
  border-bottom-color: #efefef;
}
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
  color: #666;
}
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead {
  color: #333;
}
.mobile-menu-light .nav-link {
  color: #333;
}

.sidebar::-webkit-scrollbar {
  width: 0;
}
.sidebar .widget {
  padding-top: 2.6rem;
  color: #999999;
  margin: 0;
  line-height: 1.7;
}
.sidebar .widget:first-of-type {
  padding-top: 0;
}
.sidebar .widget:not(:first-of-type) {
  border-top: 1px solid #ebebeb;
}
.sidebar .widget > *:last-of-type {
  margin-bottom: 2.6rem;
}
.sidebar .widget:not(:last-child).widget_price_filter form {
  margin-bottom: 4.2rem;
}
.sidebar .widget .widget-title {
  margin-left: 0 !important;
  letter-spacing: 1px;
  line-height: 1;
}
.sidebar .custom-control {
  padding-left: 2.7rem;
  margin: 0;
}
.sidebar .yith-woo-ajax-reset-navigation {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar .yith-woo-ajax-reset-navigation > * {
  padding-top: 2px;
}
.sidebar .yith-woo-ajax-reset-navigation label {
  color: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.sidebar .searchform {
  padding-right: 1.6rem;
}
.sidebar .searchform .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sidebar .searchform .live-search .form-control {
  width: 100%;
}

.sidebar-toggle {
  position: fixed;
  left: -350px;
  top: 0;
  bottom: 0;
  z-index: 1070;
  background-color: #fff;
  overflow-y: scroll;
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 1px 0 0.6rem 0 rgba(51, 51, 51, 0.5);
          box-shadow: 1px 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  padding: 0;
}
.right-sidebar .sidebar-toggle {
  left: auto;
  right: -350px;
}
.sidebar-toggle .widget {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sidebar-toggle .widget:last-child {
  border-bottom: none;
}
.sidebar-toggle .yith-woo-ajax-reset-navigation {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.sidebar-toggle .yith-woo-ajax-reset-navigation i {
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}
.sidebar-toggle .yith-woo-ajax-reset-navigation .yith-wcan-reset-navigation {
  text-transform: capitalize;
  font-size: 1.4rem;
}
.sidebar-toggle .widget.yith-woo-ajax-reset-navigation > * {
  margin: 0;
}
.sidebar-toggle .filter-close {
  color: #333333;
}
.sidebar-toggle .label-filter:hover,
.sidebar-toggle .label-filter:focus {
  cursor: pointer;
}

.sidebar-content {
  position: relative;
  padding: 3.5rem 2.7rem 1.5rem;
}

.shop-sidebar .widget_layered_nav li.chosen a:before, .shop-sidebar .widget_layered_nav li.current-cat a:before {
  display: none;
}
.shop-sidebar .widget_layered_nav li.chosen a span:first-child:before, .shop-sidebar .widget_layered_nav li.current-cat a span:first-child:before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.shop-sidebar .widget_layered_nav li.chosen a span:first-child:after, .shop-sidebar .widget_layered_nav li.current-cat a span:first-child:after {
  content: "\ec2d";
  background-image: none;
  opacity: 1;
  visibility: visible;
}
.shop-sidebar .widget_layered_nav li:hover a span.custom:first-child:after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}
.shop-sidebar .widget_layered_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-sidebar .widget_layered_nav li a span:first-child {
  position: relative;
  margin-bottom: 0;
  font-size: 1.4rem;
  padding-left: 1.6rem;
  display: inline-block;
}
.shop-sidebar .widget_layered_nav li a span:first-child:before, .shop-sidebar .widget_layered_nav li a span:first-child:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-sidebar .widget_layered_nav li a span:first-child:after {
  font-family: "molla";
  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;
  color: #fff;
  background-image: none;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.shop-sidebar .widget_layered_nav li a span:first-child:before {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0.2rem;
}
.shop-sidebar .widget_layered_nav li a span:first-child.custom:before, .shop-sidebar .widget_layered_nav li a span:first-child.custom:after {
  border-radius: 50%;
}
.shop-sidebar .widget_layered_nav li a span:first-child.custom:before {
  background-color: inherit;
  border: inherit;
}
.shop-sidebar .widget_layered_nav li a span:first-child.custom:after {
  border: inherit;
  width: 2rem;
  height: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0.1rem #cccccc;
          box-shadow: 0 0 0 0.1rem #cccccc;
}
.shop-sidebar .widget_layered_nav li .label {
  padding-left: 1rem;
}
.shop-sidebar .price_slider_wrapper .ui-slider-handle:first-of-type .noUi-tooltip {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.shop-sidebar .price_slider_wrapper .ui-slider-handle:last-of-type .noUi-tooltip {
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.shop-sidebar .widget form {
  padding-right: 1.6rem;
}

.sidebar-toggler:not(.filter-btn) {
  position: fixed;
  top: 160px;
  left: 0;
  width: 30px;
  height: 40px;
  border-radius: 0;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: rgba(28, 26, 26, 0.8);
  padding: 0;
  visibility: visible;
  z-index: 1049;
  -webkit-transition: left 0.35s, right 0.35s;
  transition: left 0.35s, right 0.35s;
}
.right-sidebar .sidebar-toggler:not(.filter-btn) {
  left: auto;
  right: 0;
}
.right-sidebar .sidebar-toggler:not(.filter-btn) i:before {
  content: "\f053";
}
.sidebar-toggler:not(.filter-btn) i {
  line-height: 40px;
}

.top-sidebar .sidebar-wrapper .col-lg-9 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.top-sidebar .toolbox {
  margin-bottom: 2rem;
}
.top-sidebar .toolbox .toolbox-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-sidebar .widget.widget_layered_nav ul li a span:before,
.top-sidebar .widget.widget_layered_nav ul li a span:after {
  border-radius: 0;
}

@media (min-width: 992px) {
  .sidebar:not(.sidebar-toggle) .sidebar-content {
    padding: 0;
  }

  .sticky-sidebar + .sidebar-filter-overlay,
.sidebar-toggler:not(.filter-btn) {
    display: none;
  }

  .top-sidebar .sidebar {
    position: static !important;
    width: 100% !important;
  }
  .top-sidebar .sidebar .sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-sidebar .sidebar .sidebar-content > * {
    position: relative;
    padding-bottom: 3rem;
    border-bottom: none;
  }
  .top-sidebar .sidebar .sidebar-content > *:before {
    content: "";
    top: 0;
    position: absolute;
    height: 1px;
    background-color: #ebebeb;
  }
  .top-sidebar .sidebar .widget {
    border: none;
  }
  .top-sidebar .sidebar .widget form {
    padding-right: 0;
  }
  .top-sidebar .sidebar .widget-title {
    font-weight: 300;
    font-size: 1.6rem;
  }
  .top-sidebar .sidebar .widget-title:after {
    display: none;
  }
  .top-sidebar .sidebar .yith-woo-ajax-reset-navigation {
    position: absolute;
    top: -5rem;
    padding: 0;
  }
  .top-sidebar .sidebar .yith-woo-ajax-reset-navigation:before {
    display: none;
  }
  .top-sidebar .sidebar .yith-woo-ajax-reset-navigation label {
    display: none;
  }
  .top-sidebar .sidebar .yith-woo-ajax-reset-navigation .yith-wcan {
    padding: 0;
  }
  .top-sidebar .sidebar .yith-woo-ajax-reset-navigation .yith-wcan-reset-navigation {
    font-size: 1.6rem;
    font-weight: 300;
  }
  .top-sidebar .sidebar li a {
    font-weight: 300;
    letter-spacing: 0;
    color: #666;
  }

  body .top-sidebar aside {
    display: none;
  }

  .top-sidebar .sidebar-wrapper > aside.col-lg-3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .top-sidebar .sidebar-wrapper > aside.col-lg-3 .pin-wrapper {
    height: auto !important;
  }
  .top-sidebar .sidebar-wrapper > aside.col-lg-3 .sidebar-content > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .sidebar-overlay {
    display: none;
  }

  .toggle-sidebar .sidebar-overlay {
    display: block;
  }
}
.sidebar-active .sidebar-overlay {
  visibility: visible;
  opacity: 1;
}
.sidebar-active .sidebar-toggle {
  visibility: visible;
  left: 0 !important;
}
.sidebar-active .right-sidebar .sidebar-toggle {
  left: auto !important;
  right: 0 !important;
}

@media (min-width: 1200px) {
  .container-fluid .sidebar-wrapper > .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .container-fluid .sidebar-wrapper > .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .right-sidebar .sidebar {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .top-sidebar aside {
    display: block !important;
  }

  .sidebar-wrapper .sidebar {
    position: fixed;
  }

  .sidebar {
    left: -280px;
    max-width: 280px;
  }

  .right-sidebar .sidebar {
    left: auto;
    right: -280px;
  }

  .sidebar + div {
    display: none !important;
  }

  .custom-sidebar,
.sidebar-content {
    position: relative;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .custom-sidebar {
    padding-top: 3.5rem;
  }
}
.widget li:not(:last-of-type) {
  margin-bottom: 0.9rem;
}
.widget li a {
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #666;
}
.widget .toggle {
  color: #666;
  font-size: 1rem;
  margin-left: auto;
}
.widget .count + .toggle {
  margin: 0 0 0 auto;
}
.widget .collapsed > a .toggle i:before {
  content: "\f110";
}
.widget .collapsed ul {
  display: none;
}
.widget .children {
  margin-bottom: 0;
}
.widget .children a {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
  padding: 0.5rem 0;
}
.widget .children .cat-item {
  margin-bottom: 0;
}
.widget .widget-title {
  position: relative;
  display: block;
  color: #666;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.86;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
  text-decoration: none;
  padding-right: 3rem;
}
.widget .widget-title a {
  color: inherit;
}
.widget .widget-title:after {
  color: #666;
  content: "\f110";
  display: block;
  font-family: "molla";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: -1px;
}
.widget .widget-title.collapsed:after {
  content: "\e802";
  margin: 0;
}
.widget .widget-title:focus {
  outline: none !important;
}
.widget .widget-title:hover, .widget .widget-title:focus {
  cursor: pointer;
}
.widget .widget-title:last-child:after {
  content: none;
}
.widget .widget-body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.widget .woocommerce-widget-layered-nav .count {
  display: none;
}
.widget .item-count {
  min-width: 2.5rem;
  text-align: center;
  margin-left: auto;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.6;
  border-radius: 0.6rem;
  color: #777;
  background-color: #f4f4f4;
}
.widget .yith-wcan-list li {
  padding-right: 1rem;
}
.widget.widget_categories .cat-item {
  padding-top: 0;
  padding-bottom: 0;
}
.widget .cat-item {
  position: relative;
  padding: 0.5rem 1.7rem 0.5rem 0;
}
.widget .cat-item .cat-item {
  padding-right: 0;
}
.widget .cat-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget .cat-item.children {
  margin-bottom: 0;
}
.widget .cat-item.children li {
  margin: 0;
}
.widget .cat-item.children li:first-of-type {
  margin-top: 4px;
}
.widget .cat-item .count {
  margin-left: 10px;
}
.widget .cat-item .count {
  text-align: center;
  min-width: 2.5rem;
  height: 2rem;
  font-size: 1.3rem;
  line-height: 1.7;
  border-radius: 0.6rem;
  color: #777;
  background-color: #f4f4f4;
}
.widget.widget_price_filter {
  padding-bottom: 0.5rem;
}
.widget:last-child {
  margin-bottom: 1.5rem;
}
.widget .entry-meta a:hover,
.widget .entry-meta a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widget .screen-reader-text,
.widget select {
  display: block;
}
.widget .screen-reader-text {
  margin-bottom: 1rem;
}

.widget.widget_pages .page_item {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.86;
}
.widget.widget_pages > ul > li > a {
  text-transform: uppercase;
}

.widget .menu {
  display: block;
}
.widget .menu li {
  margin: 0;
}
.widget .menu li a {
  padding: 0;
}
.widget .menu li {
  line-height: 27px;
}
.widget .menu > li > a {
  text-transform: uppercase;
  font-weight: 500;
}
.widget .menu ul {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widget .menu ul.sub-menu {
  padding: 0;
}
.widget .menu ul li {
  padding: 0 0 0 6px;
}
.widget .menu > li > ul > li {
  padding: 0;
}

.widget_calendar table th,
.widget_calendar table td {
  text-align: center;
  vertical-align: middle;
}
.widget_calendar .wp-calendar-table {
  margin-bottom: 1rem;
}

.widget-related-products.widget .owl-carousel .owl-dots {
  margin-top: 0;
}

.widget_archive li li, .widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
  margin-left: 6px;
}

.widget > ul > li > ul > li {
  margin-left: 0;
}

/* Footer */
.footer {
  width: 100%;
  background-color: #fff;
}
.footer a {
  color: inherit;
}
.footer .widget {
  margin-bottom: 3rem;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .menu li {
  display: inline-block;
  margin: 0;
}
.footer .menu a {
  padding: 0;
}
.footer .menu li + li {
  margin-top: 4px;
}
.footer .menu ul {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.footer .widget-title {
  padding: 0;
}
.footer .widget-title:after {
  content: none;
}
.footer .widget-title:hover {
  cursor: default;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  font-weight: 600;
}

.footer-bottom .inner-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-bottom p,
.footer-bottom img,
.footer-bottom .widget {
  margin-bottom: 0;
}

.footer .footer-vertical .inner-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-vertical .footer-center,
.footer-vertical .footer-right {
  margin-top: 2.5rem;
}

.footer-left,
.footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-center {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer-right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-payments {
  display: block;
  margin-bottom: 0;
}

/* Scroll Top Button */
#scroll-top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 50px;
  bottom: 128px;
  z-index: 999;
  color: #cccccc;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  background-color: #fafafa;
  font-size: 3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

#scroll-top:hover,
#scroll-top:focus {
  color: #999;
  background-color: #eaeaea;
}

#scroll-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.footer-bottom .social-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.footer-bottom .social-icon {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  #scroll-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer-bottom .social-icons {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }

  .footer-bottom .inner-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer-payments {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .footer-center,
.footer-right {
    margin-top: 2.5rem;
  }

  #scroll-top {
    bottom: 60px;
  }
}
/*-------------------- Elements Styles --------------------*/
/* Page Header */
.page-header {
  padding: 5rem 0 5rem;
  background-color: #ebebeb;
}
.page-header .page-title {
  color: #333333;
  font: normal 400 3.2rem/1.1 "Poppins", sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-header .page-subtitle {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0.8rem 0 0;
}
.page-header .page-title,
.page-header .page-subtitle {
  word-break: break-word;
}
.page-header .woocommerce-breadcrumb {
  margin: 0;
  border: none;
  padding-bottom: 0;
}
.page-header .parallax-wrap + div {
  position: relative;
  z-index: 1;
}
.page-header .woocommerce-breadcrumb {
  background-color: transparent;
}
.page-header .breadcrumb {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .page-header .page-title {
    font-size: 3.6rem;
  }
  .page-header .page-subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .page-header .page-title {
    font-size: 4rem;
  }
  .page-header .page-subtitle {
    font-size: 2rem;
  }
}
/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
  margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb .breadcrumb-delimiter,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb .breadcrumb-delimiter {
  color: #999;
}
.woocommerce .woocommerce-breadcrumb .breadcrumb-delimiter i,
.woocommerce-breadcrumb .breadcrumb-delimiter i {
  font-size: 0.9em;
  position: relative;
  margin: 0 0.7rem;
}
.woocommerce .woocommerce-breadcrumb .filter-btn,
.woocommerce-breadcrumb .filter-btn {
  color: #333;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.woocommerce-breadcrumb {
  font-weight: 300;
}
.woocommerce-breadcrumb .filter-btn {
  margin-right: 3rem;
}
.woocommerce-breadcrumb.divider-active {
  margin-bottom: 2rem;
}

.breadcrumb-wrap .sidebar-toggler,
.breadcrumb-wrap .sidebar-toggler + .breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* Titles */
.title {
  font-size: 2.2rem;
  letter-spacing: -0.03em;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.6rem;
  word-break: break-word;
}
.heading .heading-content .heading-title,
.heading .heading-content .heading-subtitle {
  margin: 0;
}
.heading .title {
  margin-bottom: 0;
}
.heading.heading-center {
  text-align: center;
}
.heading.heading-center .title {
  margin-bottom: 1.5rem;
}
.heading.heading-center .title-lg {
  margin-bottom: 2.4rem;
}
.heading .toolbox {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}

@media (max-width: 991px) {
  .heading.heading-with-filter {
    display: block;
  }
  .heading.heading-with-filter > * + > * {
    margin-top: 2rem;
  }
}
.heading-border {
  border-bottom: 1px solid #ebebeb;
}

.title-separator {
  font-weight: 300;
  color: #cccccc;
}
.text-white .title-separator {
  color: #999999;
}

.title-desc {
  color: #999;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.heading-right {
  margin-top: 0.5rem;
}

.heading-title a {
  color: inherit;
}

.title-link {
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.title-link i {
  font-size: 1em;
}

.title-link i:last-child {
  margin-left: 0.5rem;
}

.heading-subtitle {
  margin-bottom: 0;
}

.heading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-decor-left,
.t-decor-right,
.t-decor-both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.t-decor-left:before, .t-decor-left:after,
.t-decor-right:before,
.t-decor-right:after,
.t-decor-both:before,
.t-decor-both:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #f1f1f1;
}
.t-decor-left:before,
.t-decor-right:before,
.t-decor-both:before {
  margin-right: 2.5rem;
}
.t-decor-left:after,
.t-decor-right:after,
.t-decor-both:after {
  margin-left: 2.5rem;
}

.t-decor-left:after {
  display: none;
}

.t-decor-right:before {
  display: none;
}

@media (min-width: 768px) {
  .title {
    font-size: 2.4rem;
  }

  .title-lg {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .heading.heading-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }

  .heading-right {
    margin-top: 0;
    margin-left: auto;
  }
}
.accordion {
  margin-bottom: 2rem;
}
.accordion > .card:last-of-type {
  border: 0.1rem solid #ebebeb;
}

.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: 0.1rem solid #ebebeb;
}
.card:last-child {
  border-bottom: 0.1rem solid #ebebeb;
}

.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0;
}
.card-header::after {
  display: block;
  clear: both;
  content: "";
}

.card-title {
  line-height: 1.2;
  margin-bottom: 0;
}
.card-title a {
  display: block;
  font-size: 1.6rem;
  padding: 1.7rem 4rem 1.7rem 1.2rem;
  position: relative;
  border: none;
  background-color: transparent;
  outline: none !important;
}
.card-title a i {
  min-width: 17px;
  margin-right: 2.4rem;
}
.card-title a:before {
  content: "\e802";
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  font-family: "molla";
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-title a.collapsed {
  color: #333;
}
.card-title a.collapsed:before {
  content: "\f110";
  color: #8c8c8c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card-body {
  padding: 0.4rem 4rem 1.8rem 1.2rem;
  border: none;
  border-radius: 0;
}
.accordion-icon .card-body {
  padding-left: 5.5rem !important;
}

.accordion-plus .card-title a:before {
  content: "\f28e";
}
.accordion-plus .card-title a.collapsed:before {
  content: "\f2c2";
}

.accordion-rounded .card:first-child {
  border-radius: 0.3rem 0.3rem 0 0;
}
.accordion-rounded .card:last-child {
  border-radius: 0 0 0.3rem 0.3rem;
}

.card.card-box .card-title a {
  padding-left: 2rem;
}
.card.card-box .card-title a:before {
  right: 2rem;
}
.card.card-box .card-title a i {
  margin-right: 1.4rem;
}
.card.card-box .card-body {
  padding: 1rem 2rem 2rem;
}
.card.card-sm .card-title {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
.card.card-sm .card-title a {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}
.card.card-sm .card-title a:before {
  right: 2rem;
}
.card.card-sm .card-body {
  padding: 1rem 2rem 2rem;
}
.card.bg-light, .card.bg-white {
  background-color: #fff !important;
  border: 0.1rem solid #ebebeb;
}
.card.bg-light .card-title a, .card.bg-white .card-title a {
  background-color: #fff;
}
.card.bg-light .card-title a.collapsed {
  background-color: #fafafa;
}

.accordion {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: 1px solid #ebebeb;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.accordion .accordion-panel {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.accordion .accordion-panel:last-child {
  border-bottom: none;
}
.accordion .panel-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}
.accordion .panel-header a .title {
  font: inherit;
}
.accordion .panel-header a .opened,
.accordion .panel-header a .closed {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
.accordion .panel-header a .closed {
  display: none;
}
.accordion .panel-header a.collapsed .opened {
  display: none;
}
.accordion .panel-header a.collapsed .closed {
  display: inline-block;
}
.accordion .panel-body {
  width: 100%;
}

@media (min-width: 992px) {
  .card-title {
    font-size: 2rem;
  }
}
/* Tabs */
@-webkit-keyframes tab_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tab_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tabs > li > a:focus {
  outline: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  border-bottom: 2px solid transparent;
}

.tabs {
  border-bottom-right-radius: 0.3rem;
  border: 1px solid #d7d7d7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.tabs > li > a {
  color: #999999;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 0.85rem 2.2rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  text-align: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.tabs > li + li {
  margin-left: 1px;
}
.tabs.justify-content-center {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.wc-tabs-wrapper .panel,
.wc-tab {
  -webkit-animation: 0.3s linear tab_animation;
          animation: 0.3s linear tab_animation;
}

.tab-content-border {
  border: 1px solid #d7d7d7;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-width: 0;
}
.justify-content-center + .tab-content-border {
  border-top-left-radius: 0.3rem;
}

.tab-pane {
  padding: 1.4rem 2.2rem;
}
.tab-pane p:last-child {
  margin-bottom: 0;
}

/* Nav Pills - Line Tabs */
.nav.nav-pills .nav-link {
  color: #999999;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 0.45rem 1rem;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid transparent;
}
.nav.nav-pills .nav-link:focus {
  outline: none !important;
}
.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item.active .nav-link {
  border-bottom: 2px solid #d7d7d7;
}

.nav .nav-item + .nav-item {
  margin-left: 1.5rem;
}

.nav-pills + .tab-content .tab-pane {
  padding: 1.4rem 0;
}
.nav-pills + .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/* Vertical Tabs */
.tabs-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tabs-vertical .tab-content-border {
  border-top-width: 1px;
  border-left-width: 0;
  border-bottom-left-radius: 0;
}
.tabs-vertical .nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabs-vertical .nav .nav-link {
  min-width: 100px;
}
.tabs-vertical .nav.nav-tabs {
  border-bottom-width: 0;
  border-right-width: 1px;
}
.tabs-vertical .nav.nav-tabs .nav-link {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
}
.tabs-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: -1px;
}
.tabs-vertical .nav.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 1px;
}
.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link, .tabs-vertical .nav.nav-tabs .nav-item.active .nav-link {
  border-color: #d7d7d7;
  border-right-color: transparent;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.nav-link {
  display: block;
}

.tab-pane {
  display: block;
  position: relative;
  visibility: hidden;
  height: 0 !important;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s;
}
.tab-pane:not(.active) {
  top: 13px;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.vertical .tab-pane:not(.active) {
  top: auto;
}

.tab-pane.active {
  opacity: 1;
  height: auto !important;
  visibility: visible;
}

.nav.nav-border-anim .nav-link {
  position: relative;
  border-bottom: none;
}
.nav.nav-border-anim .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.form-tab .nav.nav-border-anim .nav-link:before {
  height: 0.2rem;
}
.nav.nav-border-anim .active .nav-link:before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
  height: 0.2rem;
}

/* Filter tab */
.nav-filter li + li {
  margin-left: 0.8rem;
}

.filter-toggler {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 34px;
  letter-spacing: -0.01em;
  margin-right: 3rem;
  padding-left: 2.4rem;
}
.filter-toggler i {
  margin-right: 0.8rem;
}
.filter-toggler:before {
  content: "\f131";
  display: block;
  position: absolute;
  left: -0.2rem;
  top: 50%;
  margin-top: -0.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "molla";
  font-size: 1.9rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .filter-toggler.active:before {
    content: "\f191";
  }
}
@media (max-width: 991px) {
  .filter-toggler:before {
    content: "\f131";
  }

  .sidebar-active .filter-toggler:before {
    content: "\f191";
  }

  .nav-filter.product-filter {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.nav-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.nav-filter a {
  display: inline-block;
  padding: 0.4rem 1rem;
}

.tab-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.tab-section .nav,
.tab-section .tab-pane {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.tab-section .tab-pane {
  padding: 1.4rem 2.2rem;
}
.tab-section.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tab-section.vertical .nav, .tab-section.vertical .tab-pane {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.tab-section.vertical .nav .nav-item + .nav-item {
  margin-left: 0;
}
.tab-section .nav-item {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tab-section .nav .active a {
  position: relative;
}
.tab-section .nav .active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -1px;
  background-color: #fff;
}
.tab-section.vertical > .nav .active a::after {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.tab-section.vertical .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab-section .nav.nav-pills .active a:after,
.tab-section .nav.nav-border-anim .active a:after {
  content: none;
}
.tab-section .tab-pane:not(.active) {
  width: 0;
  min-width: 0;
}
.tab-section .tab-pane.active {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 992px) {
  .nav-pills + .tab-content .tab-pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* Buttons */
button:focus {
  outline: none;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.widget_shopping_cart_content .button,
.woocommerce .button {
  text-transform: capitalize;
}

.btn,
.woocommerce a.button,
input[type=submit],
[class*=wp-block] button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.85rem 5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #212529;
  border-radius: 0;
  white-space: normal;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn span,
.woocommerce a.button span,
input[type=submit] span,
[class*=wp-block] button span {
  line-height: 1;
}
.btn i:first-child,
.woocommerce a.button i:first-child,
input[type=submit] i:first-child,
[class*=wp-block] button i:first-child {
  margin-left: 0;
  margin-right: 1rem;
}
.btn i, .btn.icon-after i,
.woocommerce a.button i,
.woocommerce a.button.icon-after i,
input[type=submit] i,
input[type=submit].icon-after i,
[class*=wp-block] button i,
[class*=wp-block] button.icon-after i {
  margin-left: 1rem;
  margin-right: 0;
}
.btn:focus,
.woocommerce a.button:focus,
input[type=submit]:focus,
[class*=wp-block] button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus, .btn:active,
.woocommerce a.button:focus,
.woocommerce a.button:active,
input[type=submit]:focus,
input[type=submit]:active,
[class*=wp-block] button:focus,
[class*=wp-block] button:active {
  outline: none !important;
}
.btn:active:focus,
.woocommerce a.button:active:focus,
input[type=submit]:active:focus,
[class*=wp-block] button:active:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn:hover,
.woocommerce a.button:hover,
input[type=submit]:hover,
[class*=wp-block] button:hover {
  color: #fff;
}

.btn span,
.btn i {
  vertical-align: middle;
}

.btn.btn-icon {
  background-color: transparent;
  color: #666;
}
.btn.btn-icon:hover, .btn.btn-icon:focus, .btn.btn-icon:active {
  background-color: transparent;
}

.woocommerce a.button,
input[type=submit] {
  padding: 0.85rem 1rem;
}

.btn.icon-hidden i {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s, margin 0.3s, color 0s;
  transition: width 0.3s, margin 0.3s, color 0s;
}
.btn.icon-hidden:not(:hover) i {
  margin: 0 !important;
}
.btn.icon-hidden:hover i {
  width: auto;
  margin-left: 1rem;
}
.btn.icon-hidden.btn-lg {
  min-width: 190px;
  padding: 1.3rem 1rem;
}
.btn.icon-hidden.btn-md {
  min-width: 170px;
  padding: 0.85rem 1rem;
}
.btn.icon-hidden.btn-sm {
  min-width: 130px;
  padding: 0.65rem 1rem;
}

.btn-rounded {
  border-radius: 0.2rem;
}

.btn-round {
  border-radius: 3rem;
}

.btn-lg {
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1.3rem 7rem;
}

.btn-sm {
  font-size: 1.3rem;
  padding: 0.65rem 1.2rem;
}

.btn-more {
  position: relative;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  text-transform: capitalize;
}

.btn.btn-link {
  background-color: transparent !important;
}

.btn.btn-link {
  border-bottom: 1px solid transparent;
}

.btn-link {
  padding: 0.4rem 1rem;
  text-decoration: none;
  border: none;
  letter-spacing: 0;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-hover-text {
  display: none;
}

.btn:hover .btn-text,
.btn:focus .btn-text {
  display: none;
}
.btn:hover .btn-hover-text,
.btn:focus .btn-hover-text {
  display: inline-block;
}

input[type=submit], input[type=submit]:hover, input[type=submit]:focus,
[class*=wp-block] button,
[class*=wp-block] button:hover,
[class*=wp-block] button:focus,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-dark,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-alert,
.btn.btn-alert:hover,
.btn.btn-alert:focus {
  color: #fff;
}

.btn.btn-outline,
.btn.btn-icon:active {
  background-color: transparent;
}

.btn-outline {
  border: 1px solid #ccc;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn:not(.btn-link):active {
  color: #fff;
}

.btn-dark {
  border-color: #343a40;
}

.btn-light {
  border-color: #fff;
}

.btn-light {
  color: #212529;
}

.btn-light:hover,
.btn-light:focus {
  color: #fff;
}

.btn.btn-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn.btn-shadow:hover, .btn.btn-shadow:focus, .btn.btn-shadow:active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn.btn-shadow-hover:hover, .btn.btn-shadow-hover:focus, .btn.btn-shadow-hover:active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-aligned-justify > .btn {
  width: 100%;
}

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

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

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

.yith-wcan-reset-navigation button {
  letter-spacing: 0;
}

.btn.btn-spinner {
  min-width: 0;
  color: #333333;
  padding: 13px 4px;
  font-size: 1rem;
  border: none;
  background: none;
}
.btn.btn-spinner i {
  margin: 0 !important;
}

.btn.btn-spinner:hover,
.btn.btn-spinner:focus,
.btn.btn-spinner:not(:disabled):not(.disabled):active {
  background-color: transparent;
}

.yith-wcwl-add-to-wishlist a:before,
.btn-product-icon:before,
.btn-product:before {
  font-family: "molla";
}

.btn-cart:before {
  content: "\e812";
  position: relative;
  top: -0.5px;
}

.btn-cart:not(.add_to_cart_button):not(.add_to_cart):before,
.btn-cart.product_type_variable:before,
.product-add-to-cart .btn-cart:not(.ajax_add_to_cart):before {
  content: "\e818";
  font-size: 19px;
}

.product-add-to-cart a.button.btn-cart {
  padding-left: 0;
  padding-right: 0;
}

/* Product */
.products > .row > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.products .product {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
}
.products .product .product-title,
.products .product .product-cat {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products .product .product-cat {
  -webkit-line-clamp: 1;
}
.products.split-line {
  position: relative;
}
.products.split-line .product-wrap {
  border: 1px solid #ebebeb;
  border-width: 0 0 1px 1px;
  margin-bottom: 0;
}
.products.split-line .product {
  margin-bottom: 0;
}
.products.split-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  z-index: 1;
}
.products .deal-container {
  max-width: 270px;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.products .deal-container .countdown-section {
  margin-left: 1rem;
  margin-right: 1rem;
}
.products .deal-container.block-type .deal-countdown {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.products .deal-container.block-type .countdown-section {
  margin-left: 5px;
  margin-right: 5px;
}
.products .deal-container.block-type .countdown-section:not(:last-child):after {
  color: #333;
  margin-left: 3px;
}
.products .deal-container.block-type .countdown-show4 .countdown-section {
  width: calc(25% - 10px);
}
.products .deal-container.block-type .countdown-amount,
.products .deal-container.block-type .countdown-period {
  color: #fff;
}
.products .deal-container.inline-type {
  display: block;
  max-width: 187px;
  padding: 0.55rem 1rem;
}
.products .deal-container.inline-type .countdown-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .deal-container.inline-type .countdown-section:first-child {
  margin-left: 0;
}
.products .deal-container.inline-type .countdown-section {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.products .deal-container.inline-type .countdown-section:after {
  margin-left: 4px;
}
.products .countdown-title {
  margin-bottom: 0.3rem;
}
.products .product .product-action.solid > * + * {
  border-left: 1px solid #e5e5e5;
}
.products .product .product-action.dotted > * + * {
  border-left: 1px dotted #e5e5e5;
}
.products .product .product-action.divided {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.products .product .product-action.divided > * {
  padding: 0.3rem 0.5rem;
}
.products .product .product-action a {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 479px) {
  .products .deal-container {
    left: 5px;
    right: 5px;
  }
  .products .deal-container.block-type .countdown-section {
    margin-left: 2px;
    margin-right: 2px;
  }
  .products .deal-container.inline-type .countdown-section {
    margin-left: 3px;
    margin-right: 3px;
  }
  .products .deal-container.inline-type .countdown-section:after {
    margin-left: 2px;
  }
  .products .deal-container.block-type .countdown-show4 .countdown-section {
    width: 25%;
  }
  .products .deal-container.block-type .countdown-show3 .countdown-section {
    width: 33.3333%;
  }
  .products .deal-container.block-type .countdown-section:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .columns-5 .deal-container.block-type,
.columns-6 .deal-container.block-type,
.columns-7 .deal-container.block-type,
.columns-8 .deal-container.block-type {
    left: 0;
    right: 0;
  }
  .columns-5 .deal-container.block-type .countdown-section,
.columns-6 .deal-container.block-type .countdown-section,
.columns-7 .deal-container.block-type .countdown-section,
.columns-8 .deal-container.block-type .countdown-section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 2px;
    margin-right: 2px;
  }
  .columns-5 .deal-container.block-type .countdown-section:after,
.columns-6 .deal-container.block-type .countdown-section:after,
.columns-7 .deal-container.block-type .countdown-section:after,
.columns-8 .deal-container.block-type .countdown-section:after {
    display: none;
  }
}
.products-list-loop .product-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.products-classic-loop .product,
.products-card-loop .product {
  width: 99.99%;
}

@media (max-width: 575px) {
  .products .product .product-action.divided > * + * {
    border: none;
  }
}
.yit-wcan-container .products {
  margin-bottom: 2rem;
}
.yit-wcan-container .products.yith-wcan-loading {
  min-height: 300px;
}
.yit-wcan-container .products .buttons_added > input[type=button] {
  display: none;
}

.product {
  position: relative;
  margin-bottom: 1rem;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.product .deal-countdown .countdown-amount {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.product .deal-countdown .countdown-section {
  border-radius: 0.4rem;
  font-size: 1rem;
  padding: 1.4rem 0 2rem;
  border-radius: 0.4rem;
}

.woocommerce a.added_to_cart,
.add_to_cart_button.added:after {
  display: none;
}

.products .product:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  z-index: 9;
}

.product-media {
  position: relative;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.product-media > a {
  display: block;
}
.product-media img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-media:hover img {
  opacity: 1;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.product-media:hover .deal-container {
  opacity: 0;
  visibility: hidden;
}

.product-content {
  margin-bottom: 1rem;
}

.product-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
}

.product:hover .product-countdown,
.product:hover .product-countdown-container {
  opacity: 0;
  visibility: hidden;
}

.woocommerce a.added_to_cart {
  padding: 0.618em 1em;
}

.product-action > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.product-body {
  position: relative;
  padding: 1.6rem 2rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: #fff;
}
.product-body.product-action-inner {
  padding-right: 4rem;
}
.product-body .quantity label {
  display: none;
}

.product-title {
  position: relative;
}
.product-title .yith-wcwl-add-to-wishlist {
  margin: 0 0 0 1rem;
}

.product-title,
.woocommerce .download-product {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.2rem;
}
.product-title a,
.woocommerce .download-product a {
  font-size: inherit;
  color: inherit;
}

.product-cat {
  color: #777;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
}
.product-cat a {
  color: inherit;
}
.product-cat a:hover, .product-cat a:focus {
  color: #555;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 1.3rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.6rem;
}
.woocommerce div.product p.price ins, .woocommerce div.product p.price del,
.woocommerce div.product span.price ins,
.woocommerce div.product span.price del {
  font-weight: inherit;
}

.price ins {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #ef837b;
  margin-right: 0.8rem;
}

.price del {
  color: #cccccc;
}

.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}

.price ins,
.price del {
  text-decoration: none;
}

.out-price {
  color: #cccccc;
}

.out-text {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}

.woocommerce .woocommerce-product-rating {
  margin-bottom: 1.7rem;
}

.ratings-container,
.woocommerce .woocommerce-product-rating {
  white-space: nowrap;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ccc;
}

.ratings {
  position: relative;
  color: #cccccc;
}

.woocommerce .product .star-rating {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  width: auto;
  float: none;
  margin: 0;
  vertical-align: middle;
}

.woocommerce .star-rating {
  font-family: "molla";
}
.woocommerce .star-rating span:before {
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
}
.woocommerce .star-rating:before {
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
  position: static;
}

.product_list_widget .ratings-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_list_widget .ratings-container a.ratings-text {
  font-weight: 400;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding: 0;
}

.star-rating span {
  color: #fcb941;
}

.star-rating {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "molla";
  font-style: normal;
}
.star-rating span {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.star-rating:before,
.star-rating span:before {
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
}

.ratings-text {
  position: relative;
  top: 1px;
  font-size: 1.3rem;
  line-height: inherit;
  color: #999;
  letter-spacing: -0.01em;
  margin-left: 0.8rem;
}

.ratings-text a {
  color: inherit;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.product-default .product-action {
  left: 2rem;
  right: 2rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.product:hover > .product-body .product-action,
.product:hover > .product-media .product-action {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.action-icon-top .btn-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.action-icon-top .btn-product span {
  margin-top: 0.9rem;
}
.action-icon-top:before {
  margin-right: 0;
}

.product-action a.btn-product,
.product-action .yith-wcwl-add-to-wishlist a {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.product-action a.btn-product:before,
.product-action .yith-wcwl-add-to-wishlist a:before {
  margin-right: 0.9rem;
}

.product-action a.btn-product {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid;
  overflow: hidden;
}
.product-action a.btn-product span {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-action a.btn-product:hover, .product-action a.btn-product:focus {
  color: #fff;
}

.product .product-action a {
  white-space: nowrap;
}

.product-action-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.product-action-vertical.fade-left {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.product-action-vertical.fade-up {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.product-action-vertical > * + * {
  margin-top: 1rem;
}

.product:hover > .product-media .product-action-vertical {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
}

.product-action-vertical .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f233";
}

.btn-product-icon,
.product-action-vertical .yith-wcwl-add-to-wishlist a,
.product-title .yith-wcwl-add-to-wishlist a {
  position: relative;
  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: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #cc9966;
  background-color: #fff;
}
.btn-product-icon:hover, .btn-product-icon:focus,
.product-action-vertical .yith-wcwl-add-to-wishlist a:hover,
.product-action-vertical .yith-wcwl-add-to-wishlist a:focus,
.product-title .yith-wcwl-add-to-wishlist a:hover,
.product-title .yith-wcwl-add-to-wishlist a:focus {
  color: #fff;
}
.btn-product-icon span,
.product-action-vertical .yith-wcwl-add-to-wishlist a span,
.product-title .yith-wcwl-add-to-wishlist a span {
  display: none;
}

.product-action-vertical .yith-wcwl-add-to-wishlist a,
.product-title .yith-wcwl-add-to-wishlist a {
  text-align: center;
  font-size: 1.6rem;
}

.products .product .product-title .yith-wcwl-add-to-wishlist a {
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  color: #ccc;
}
.products .product .product-title .yith-wcwl-add-to-wishlist a:hover, .products .product .product-title .yith-wcwl-add-to-wishlist a:focus {
  background-color: transparent;
  border: none;
}

.product .product-action-vertical .yith-wcwl-add-to-wishlist a:hover, .product .product-action-vertical .yith-wcwl-add-to-wishlist a:focus {
  color: #fff;
}

a.add_to_wishlist:before {
  content: "\f234";
  font-family: "molla";
}

.product-body .yith-wcwl-add-to-wishlist a {
  color: #777;
}

.product-body a.add_to_wishlist {
  display: block;
}

.woocommerce a.button.loading::after {
  top: auto;
}

.btn-quickview:before {
  content: "\f145";
  font-family: "molla";
}

.btn-compare:before {
  content: "\f2d0";
  font-family: "molla";
}

.product-action-vertical .yith-wcwl-add-to-wishlist a.btn-expandable {
  text-indent: 0;
}
.product-action-vertical .yith-wcwl-add-to-wishlist a.btn-expandable:hover, .product-action-vertical .yith-wcwl-add-to-wishlist a.btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.product-action-vertical .yith-wcwl-add-to-wishlist a.btn-expandable span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-action-vertical a.btn-expandable {
  position: relative;
}
.product-action-vertical a.btn-expandable span {
  position: absolute;
  right: 100%;
  top: -1px;
  bottom: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-left: 1.8rem;
  padding-right: 0.4rem;
  color: #fff;
  background-color: #cc9966;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  z-index: -1;
}
.product-action-vertical a.btn-expandable:hover span, .product-action-vertical a.btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn-product-zoom {
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  width: 8em;
  height: 8em;
  border-radius: 50%;
  font-size: 1rem;
  color: #222;
  background-color: rgba(250, 250, 250, 0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.75);
          transform: translate(-50%, -50%) scale(0.75);
  text-indent: -999rem;
  -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}
.product:not(:hover) .btn-product-zoom {
  opacity: 0;
  visibility: hidden;
}
.btn-product-zoom:before {
  content: "";
  position: absolute;
  left: 2.6em;
  bottom: 3.2em;
  width: 1.3em;
  border-top: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-product-zoom span {
  display: block;
  position: absolute;
  top: 2.7em;
  right: 2.7em;
  width: 2em;
  height: 2em;
  border: 2px solid;
  border-radius: 50%;
  text-indent: -999rem;
}
.btn-product-zoom span:before {
  content: "";
  position: absolute;
  width: 0.8em;
  top: 0.7em;
  left: 0.4em;
  border-top: 2px solid;
}
.btn-product-zoom span:after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0.4em;
  left: 0.7em;
  border-top: 0.8em solid;
}
.btn-product-zoom:hover {
  color: #fff;
}

.product-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2rem;
  margin-bottom: 1.6rem;
}
.product-size a {
  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;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 1px;
  line-height: 1;
  color: #666666;
  background-color: #f7f8fa;
  border-radius: 0.2rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-right: 0.5rem;
}
.product-size a:last-child {
  margin-right: 0;
}
.product-size a:hover, .product-size a:focus, .product-size a.active {
  color: #fff;
  background-color: #333;
}
.product-size a.disabled {
  color: #cccccc;
  pointer-events: none;
}

.product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-thumbs .nav-thumb {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.2rem;
  border: 0.2rem solid #fff;
  background-color: transparent;
  color: #666;
  margin: 3px;
  -webkit-transition: opacity 0.35s, -webkit-box-shadow 0.35s ease;
  transition: opacity 0.35s, -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, opacity 0.35s;
  transition: box-shadow 0.35s ease, opacity 0.35s, -webkit-box-shadow 0.35s ease;
}
.nav-thumbs .nav-thumb.active, .nav-thumbs .nav-thumb:hover {
  -webkit-box-shadow: 0 0 0 0.1rem #cccccc;
          box-shadow: 0 0 0 0.1rem #cccccc;
}
.nav-thumbs .nav-thumb:disabled {
  opacity: 0.1;
}
.nav-thumbs .nav-thumb:first-child {
  margin-left: 0;
}
.nav-thumbs .thumb-label {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.nav-thumbs .thumb-label:disabled {
  border-color: #ebebeb;
  color: #dadada;
  background-color: transparent;
  opacity: 1;
}
.nav-thumbs .thumb-label:hover, .nav-thumbs .thumb-label.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav-thumbs .thumb-label:last-child {
  margin-right: 0;
}
.product .nav-thumbs .thumb-color {
  width: 2rem;
  height: 2rem;
}
.products .product .nav-thumbs {
  margin-top: 10px;
}
.products .product .nav-thumbs .thumb-label {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f7f8fa;
  color: #666;
  line-height: 1;
  padding: 0;
  font-size: 1.2rem;
  border-radius: 2px;
  border: none;
}
.products .product .nav-thumbs .thumb-label:focus, .products .product .nav-thumbs .thumb-label:active {
  color: #666;
}
.products .product .nav-thumbs .thumb-label:hover, .products .product .nav-thumbs .thumb-label.active {
  background-color: #333;
  color: #fff;
}
.nav-thumbs .thumb-image {
  border-radius: 0.2rem;
  background-size: cover;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.nav-thumbs .thumb-color {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, opacity 0.3s;
  transition: box-shadow 0.3s ease, opacity 0.3s, -webkit-box-shadow 0.3s ease;
}

.product-disabled {
  pointer-events: none;
}
.product-disabled .btn-product,
.product-disabled .btn-product-icon,
.product-disabled .yith-wcwl-add-button a {
  pointer-events: none;
  color: #fff !important;
  background-color: #ccc !important;
  border-color: #ccc !important;
}

.product.text-center .price,
.product.text-center .product-nav,
.product.text-center .product-size {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Product Classic */
.product-classic {
  /* Product */
  height: 100%;
  padding: 3rem 2rem 1rem;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.product-classic, .product-classic:hover {
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
}
.product-classic .product-media {
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: visible;
}
.product-classic .product-media:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-classic .product-body {
  padding: 1.7rem 0 1.8rem;
  background-color: transparent;
}
.product-classic .product-label {
  border-radius: 0.3rem;
  left: -1.2rem;
  margin-top: -3rem;
}
.product-classic .btn-wishlist {
  font-size: 1.6rem;
}
.product-classic .btn-wishlist:hover:before, .product-classic .btn-wishlist:focus:before {
  content: "\f233";
}
.product-classic .product-footer {
  display: none;
  position: absolute;
  left: -2.1rem;
  right: -2.1rem;
  top: 100%;
  padding: 0 2rem 1rem;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.01);
}
.product-classic:hover .product-footer {
  display: block;
}
.product-classic .ratings-container {
  margin-bottom: 1.3rem;
}
.product-classic .product-action {
  position: static;
  left: auto;
  right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-classic .product-action .btn-cart {
  border-radius: 3px;
}
.product-classic .product-action > * {
  margin-top: 1rem;
}
.product-classic .product-action-vertical {
  top: -1rem;
  right: 0;
}
.product-classic .btn-product {
  width: 100%;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-radius: 0.3rem;
  border: 1px solid #cc9966;
}
.product-classic .btn-product.btn-cart {
  text-transform: uppercase;
}
.product-classic .btn-product:before {
  margin-top: -0.2rem;
  margin-right: 0.7rem;
}
.product-classic .btn-product:hover, .product-classic .btn-product:focus {
  color: #fff;
}
.product-classic .btn-product.btn-wishlist {
  border: none;
  color: #999999;
}
.product-classic .btn-product.btn-wishlist span {
  color: #999999;
}
.product-classic .btn-product.btn-wishlist:hover, .product-classic .btn-product.btn-wishlist:focus {
  color: #666;
  background-color: transparent;
}
.product-classic .btn-product.btn-wishlist:hover span, .product-classic .btn-product.btn-wishlist:focus span {
  color: #666;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-classic .product-body .btn-wishlist {
  position: static;
  top: auto;
  right: auto;
  margin: 0.2rem 0 0;
  padding: 1rem 0;
}
.product-classic .product-body .btn-wishlist span {
  display: inline;
}
.product-classic .product-body .btn-wishlist:before {
  margin-right: 0.7rem;
}
.product-classic .product-cat {
  color: #ccc;
  margin-bottom: 1px;
}
.product-classic .product-title {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-bottom: 0.2rem;
}
.product-classic .price {
  margin-bottom: 0;
}
.product-classic .product-action a {
  text-align: center;
}

/* Product Simple */
.woocommerce div.product-simple {
  margin-bottom: -4rem;
}

.product.product-simple {
  height: auto;
}
.product.product-simple .btn-product-icon,
.product.product-simple .yith-wcwl-add-to-wishlist a {
  color: #333;
  border: 1px solid #ebebeb;
}
.product.product-simple .btn-product-icon:hover, .product.product-simple .btn-product-icon:focus,
.product.product-simple .yith-wcwl-add-to-wishlist a:hover,
.product.product-simple .yith-wcwl-add-to-wishlist a:focus {
  color: #fff;
  background-color: #cc9966;
  border-color: #cc9966;
}
.product.product-simple .product-title a {
  font-weight: 400;
}
.product.product-simple .price del {
  text-decoration: none;
}
.product.product-simple .product-body {
  padding-bottom: 7rem;
}
.product.product-simple span.price,
.product.product-simple .price {
  color: #333;
}
.product.product-simple .product-action {
  visibility: hidden;
  bottom: 2rem;
}
.product.product-simple .btn-product {
  border: 1px solid #ebebeb;
}
.product.product-simple .product-action {
  margin: 0 2rem;
}
.product.product-simple a.btn-product {
  color: #333;
  padding: 0.8rem 0;
}
.product.product-simple a.btn-product span {
  font-size: 1.4rem;
}
.product.product-simple a.btn-product:hover, .product.product-simple a.btn-product:focus {
  color: #fff;
}
.product.product-simple:hover .product-action, .product.product-simple:focus .product-action {
  visibility: visible;
}

@media (max-width: 575px) {
  .product.product-simple .product-action {
    margin: 0 1rem;
  }
}
.product.product-gallery-popup a.btn-product,
.product-popup:not(.product-no-overlay) a.btn-product {
  border: none;
  text-transform: none;
}
.product.product-gallery-popup a.btn-product span,
.product-popup:not(.product-no-overlay) a.btn-product span {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product.product-gallery-popup a.btn-product:hover, .product.product-gallery-popup a.btn-product:focus,
.product-popup:not(.product-no-overlay) a.btn-product:hover,
.product-popup:not(.product-no-overlay) a.btn-product:focus {
  background-color: transparent;
}
.product.product-gallery-popup a.btn-product:hover span, .product.product-gallery-popup a.btn-product:focus span,
.product-popup:not(.product-no-overlay) a.btn-product:hover span,
.product-popup:not(.product-no-overlay) a.btn-product:focus span {
  border: none;
  -webkit-box-shadow: 0 1px 0 0;
          box-shadow: 0 1px 0 0;
}

/* Product Popup */
.product-popup:not(.product-no-overlay):hover .product-body, .product-popup:not(.product-no-overlay):hover .product-footer {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.product-popup {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.product-popup .btn-product {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}
.product-popup .price,
.product-popup .product-nav {
  margin-bottom: 0;
}
.product-popup .product-body {
  z-index: 2;
  padding: 1.6rem 1rem 1.8rem;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.product-popup .product-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  z-index: 2;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  padding: 0 1rem 1rem;
}
.product-popup:hover .product-media > a:before, .product-popup:focus .product-media > a:before {
  opacity: 0.2;
}
.product-popup:hover .product-action, .product-popup:focus .product-action {
  opacity: 1;
  visibility: visible;
}
.product-popup .product-media > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #999;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-popup .product-cat {
  font-weight: 400;
  font-size: 1.5rem;
  color: #ccc;
  margin-bottom: 1rem;
}
.product-popup .product-cat a {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.product-popup .product-cat a:hover, .product-popup .product-cat a:focus {
  color: #999;
  -webkit-box-shadow: 0 1px 0 #bcbcbc;
          box-shadow: 0 1px 0 #bcbcbc;
}
.product-popup .product-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.product-popup .product-title a {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.product-popup .price {
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
}
.product-popup .product-action {
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: transparent;
  border-top: 1px solid #ebebeb;
  border-bottom: none;
  margin-top: 2rem;
}
.product-popup .product-action a,
.product-popup .product-action a.loading {
  padding: 12.5px 0;
}
.product-popup .btn-product + .btn-product {
  border-left-style: solid;
}
.product-popup a.button.add_to_cart_button.loading:after {
  border-top-color: #333;
}
.product-popup:not(.product-no-overlay):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Product No-Overlay */
.product-no-overlay .product-media:before {
  display: none;
}
.product-no-overlay .product-footer {
  padding: 0 4rem 1rem;
}
.product-no-overlay .product-action {
  position: absolute;
  bottom: 100%;
  border: none;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.product-no-overlay .product-action .btn-product {
  border: none;
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}
.product-no-overlay .product-action .btn-product span {
  color: #333;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
.product-no-overlay .product-action .btn-product:hover, .product-no-overlay .product-action .btn-product:focus {
  background-color: transparent;
}
.product-no-overlay .product-price,
.product-no-overlay .product-nav {
  margin-bottom: 0;
}
.product-no-overlay .product-body {
  background-color: #fff;
  padding-bottom: 1rem;
}
.product-no-overlay .product-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  padding: 0 1rem 1rem;
}

.product.product-no-overlay:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Product Slide */
.product-slide {
  overflow: visible;
}
.product-slide .product-action {
  position: absolute;
  top: 0;
  bottom: auto;
  margin: 0;
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #ebebeb;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.product-slide .product-footer {
  padding: 0 1rem;
}
.product-slide:hover .product-body .product-action, .product-slide:focus .product-body .product-action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.product-slide:hover .product-media, .product-slide:focus .product-media {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Product Light */
.product.product-light .product-action {
  background-color: transparent;
}
.product.product-light .product-action-vertical a {
  color: #333;
  border-color: #fff;
}
.product.product-light .product-action-vertical a:hover {
  color: #fff;
}
.product.product-light .btn-product {
  color: #333;
  background-color: #fff;
  border: none;
}
.product.product-light .btn-product:hover, .product.product-light .btn-product:focus {
  color: #fff;
}
.product.product-light .btn-product:hover span, .product.product-light .btn-product:focus span {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Product Dark */
.product.product-dark .product-action-vertical a {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.product.product-dark .product-action-vertical a:hover {
  color: #fff;
}
.product.product-dark .btn-product {
  color: #fff;
  background-color: #333;
  border: none;
}
.product.product-dark .btn-product:before {
  color: #fff;
}
.product.product-dark .btn-product:hover, .product.product-dark .btn-product:focus {
  color: #fff;
}
.product.product-dark .btn-product:hover span, .product.product-dark .btn-product:focus span {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-light a.btn-product,
.product-dark a.btn-product {
  border: none;
}

/* Product Dark */
.product.product-full .product-body {
  background-color: transparent;
  position: absolute;
}
.product.product-full .btn-product {
  margin-top: 1.5rem;
}
.product.product-full .btn-product i,
.product.product-full .btn-product:before {
  display: none;
}
.product.product-full .product-media a:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  border: 0.5rem solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.45s;
  transition: 0.45s;
  pointer-events: none;
}
.product.product-full .product-action {
  display: inline-block;
  position: static;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.product.product-full:hover .product-media a:after, .product.product-full:focus .product-media a:after {
  opacity: 1;
  visibility: visible;
}

.action-transparent {
  background-color: rgba(255, 255, 255, 0.7);
}
.action-transparent .product-action-vertical {
  top: 2rem;
}
.action-transparent .product-cat {
  color: #ccc;
}
.action-transparent .product-body {
  padding-left: 0;
}
.action-transparent .product-action {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-hidden a.btn-product,
.icon-hidden a.btn-product.button,
.icon-hidden .yith-wcwl-add-to-wishlist a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-hidden a.btn-product:before,
.icon-hidden a.btn-product.button:before,
.icon-hidden .yith-wcwl-add-to-wishlist a:before {
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  -webkit-transition: color 0.3s, margin 0.3s;
  transition: color 0.3s, margin 0.3s;
}
.icon-hidden a.btn-product:hover:before, .icon-hidden a.btn-product:focus:before,
.icon-hidden a.btn-product.button:hover:before,
.icon-hidden a.btn-product.button:focus:before,
.icon-hidden .yith-wcwl-add-to-wishlist a:hover:before,
.icon-hidden .yith-wcwl-add-to-wishlist a:focus:before {
  opacity: 1;
  visibility: visible;
  width: auto;
  margin-right: 0.9rem;
}
.icon-hidden .btn-product:hover:before, .icon-hidden .btn-product:focus:before {
  color: #fff;
}

.product-action.label-hidden a.btn-product:before,
.product-action.label-hidden .yith-wcwl-add-to-wishlist a:before {
  margin: 0;
}
.product-action.label-hidden a.btn-product span,
.product-action.label-hidden .yith-wcwl-add-to-wishlist a span {
  display: none;
}

.product.center-mode .product-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.product.center-mode .product-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.product.center-mode .price,
.product.center-mode .product-action,
.product.center-mode .product-nav,
.product.center-mode .nav-thumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product.center-mode .product-body,
.product.center-mode .product-footer,
.product.center-mode .product-nav {
  text-align: center;
}
.product.center-mode .input-group {
  margin: auto;
}

.product.right-mode .product-body {
  text-align: right;
}
.product.right-mode .star-rating {
  margin-left: auto;
}
.product.right-mode .product-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.product.right-mode .price,
.product.right-mode .product-action,
.product.right-mode .nav-thumbs,
.product.right-mode .product-action {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product.right-mode .product-title,
.product.right-mode .product-footer {
  text-align: right;
}

.product-footer {
  display: none;
  padding-top: 1.3rem;
}

/* Product List */
div.product.product-list {
  margin-bottom: 2rem;
}

.product.product-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
}
.product.product-list .row [class*=order-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product.product-list:hover, .product.product-list:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product.product-list .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.product.product-list .product-cat a {
  font-size: 1.3rem;
  line-height: 1;
}
.product.product-list .product-body {
  padding: 0;
}
.product.product-list .product-action > * + *:not(.divider-dotted) {
  border: none;
}
.product.product-list .product-list-action a:before {
  margin-right: 0.5rem;
}
.product.product-list .yith-wcwl-wishlistaddedbrowse a:before,
.product.product-list .yith-wcwl-wishlistexistsbrowse a:before {
  position: relative;
  top: -2px;
}
.product.product-list .product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.2rem;
}
.product.product-list .product-action span {
  position: relative;
  top: -1px;
  text-transform: lowercase;
  font-size: 1.2rem;
  font-weight: 400;
  color: inherit;
  -webkit-transition: color 0s ease, -webkit-box-shadow 0.35s ease;
  transition: color 0s ease, -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, color 0s ease;
  transition: box-shadow 0.35s ease, color 0s ease, -webkit-box-shadow 0.35s ease;
}
.product.product-list .product-action a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #777;
}
.product.product-list .product-action a:before {
  color: inherit;
}
.product.product-list .product-action > * {
  margin: 0;
  padding: 0;
}
.product.product-list .product-action .divider-dotted {
  padding: 0;
}
.product.product-list .nav-thumbs {
  margin-top: 3.4rem;
}
.product.product-list .nav-thumbs ~ .nav-thumbs {
  margin-top: 10px;
}
.product.product-list .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.product.product-list .product-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-top: 1rem;
  margin-bottom: 0;
  word-break: break-word;
}
.product.product-list .ratings-container {
  margin-bottom: 2.6rem;
}
.product.product-list .btn-product {
  line-height: 1.4;
  border: none;
}
.product.product-list .btn-product.disabled {
  pointer-events: none;
}
.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
  background-color: transparent;
}
.product.product-list .btn-product:hover span, .product.product-list .btn-product:focus span {
  -webkit-box-shadow: 0 1px 0 0 #c96;
          box-shadow: 0 1px 0 0 #c96;
}
.product.product-list .btn-product.btn-cart {
  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;
  border: 1px solid #cc9966;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  background-color: transparent;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.product.product-list .btn-product.btn-cart span {
  font-size: 1.3rem;
}
.product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
  color: #fff;
}
.product.product-list .btn-product.btn-cart:hover span, .product.product-list .btn-product.btn-cart:focus span {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product.product-list .btn-product.btn-cart.disabled {
  color: #ccc;
  border-color: #ebebeb;
  background-color: #fafafa;
}
.product.product-list .btn-product.btn-cart.disabled:before {
  display: none;
}
.product.product-list .product-nav {
  margin-bottom: 0;
}

/* Product Gallery */
.product-gallery-popup {
  overflow: hidden;
}
.product-gallery-popup .product-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 2rem;
  padding-bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.product-gallery-popup .product-action {
  position: static;
  border-top: 1px solid #ebebeb;
  margin-top: 2.4rem;
}
.product-gallery-popup .product-action a {
  padding-left: 0;
  padding-right: 0;
}
.product-gallery-popup:hover .product-body {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .product.product-list .product-body {
    padding-top: 1.6rem;
  }
}
/* Products Small */
.product.product-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.product.product-widget:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product.product-widget .product-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
}
.product.product-widget .product-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: calc(100% - 80px);
}
.product.product-widget .product-cat {
  color: #cccccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.product.product-widget .product-title {
  font-size: 1.4rem;
}
.product.product-widget .price {
  font-size: 1.6rem;
}
.product.product-widget .product-title {
  margin-bottom: 0.2rem;
}
.woocommerce .product.product-widget p.price, .woocommerce .product.product-widget span.price {
  margin-bottom: 0.5rem;
}
.woocommerce .product.product-widget p.price .price del, .woocommerce .product.product-widget span.price .price del {
  text-decoration: none;
}

/* Product Card */
.product-card {
  padding: 2rem;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-transition: none;
  transition: none;
  color: #222;
}
.products .product-card:hover {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.products .product-card .product-body {
  padding: 0;
  border-radius: inherit;
}
.product-card .price,
.product-card .ratings-container {
  margin: 0.5rem 0;
}
.product-card .product-title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: inherit;
  z-index: 1;
}
.product-card .product-media {
  padding-top: 3rem;
}
.product-card .price-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-card .price {
  margin-right: 1rem;
}
.product-card .ratings-container {
  position: relative;
  top: -1px;
}
.product-card .product-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-card.product .product-body .price del {
  font-size: 1.5rem;
  font-weight: 400;
}
.product-card del {
  color: #999;
  text-decoration: line-through;
}
.product-card .product-label {
  border-radius: 3px;
  margin: 0 0.5rem 0 0;
}
.product-card .product-label.label-polygon {
  border-radius: 0;
  left: 0;
  margin: 0 1.8rem 0 0;
}
.product-card .product-action {
  border: 1px solid #e1e1e1;
  border-top-width: 0;
  background-color: inherit;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  transition: none;
}
.product-card .product-action .btn-product {
  color: inherit;
  font-size: 1.5rem;
  font-weight: 600;
}
.product-card .product-action .btn-product span {
  font-weight: inherit;
  font-size: inherit;
}
.product-card .product-action .btn-product:before, .product-card .product-action .btn-product:after {
  font-weight: normal;
}
.product-card .product-action .btn-product:hover, .product-card .product-action .btn-product:focus {
  color: #fff;
}
.product-card .product-action .btn-cart:before {
  content: none;
}
.product-card .product-action .btn-cart:after {
  content: "\f2fa";
  font-family: "molla";
  font-size: 2.1rem;
  margin-left: 15px;
  position: relative;
  top: -1px;
}
.product-card .product-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  height: 2rem;
  background-color: inherit;
}
.product-card .product-action > * {
  margin-left: 5px;
}
.product-card .product-action .btn-quickview,
.product-card .product-action .yith-wcwl-add-to-wishlist a {
  width: 46px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  max-width: 100%;
  padding: 0;
}
.product-card .product-action .btn-quickview:not(:hover),
.product-card .product-action .yith-wcwl-add-to-wishlist a:not(:hover) {
  background-color: transparent;
}
.product-card .product-action .btn-quickview:hover, .product-card .product-action .btn-quickview:focus,
.product-card .product-action .yith-wcwl-add-to-wishlist a:hover,
.product-card .product-action .yith-wcwl-add-to-wishlist a:focus {
  color: inherit;
}
.product-card .product-action .btn-quickview,
.product-card .product-action .yith-wcwl-add-to-wishlist {
  max-width: 30%;
  text-align: center;
}
.product-card .product-action .yith-wcwl-add-button {
  max-width: 100%;
}
.products .product-card .product-action a {
  border-radius: 3px;
}
.product-card .product-action .yith-wcwl-add-to-wishlist a span {
  display: none;
}
.product-card .product-action .btn-quickview,
.product-card .product-action .yith-wcwl-add-to-wishlist a {
  color: #999;
  font-size: 2.4rem;
}
.product-card .product-action .btn-quickview:before,
.product-card .product-action .yith-wcwl-add-to-wishlist a:before {
  margin: 0;
}
.product-card .product-action a.btn-quickview,
.product-card .product-action .yith-wcwl-add-to-wishlist a {
  border-color: transparent;
}
.product-card .product-action a.btn-quickview,
.product-card .product-action .yith-wcwl-add-to-wishlist {
  padding: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card .product-body .product-action {
  -webkit-transform: none;
          transform: none;
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  left: -2.1rem;
  right: -2.1rem;
  top: 100%;
  bottom: auto;
}

@media (max-width: 767px) {
  .product-card .product-action .btn-cart span {
    display: none;
  }
  .product-card .product-action .btn-cart:after {
    margin: 0;
    font-size: 2.5rem;
  }
}
@media (max-width: 449px) {
  .products .product .ratings-text {
    display: none;
  }
}
/* Product labels */
.product-labels {
  position: absolute;
  top: 2rem;
  left: 2rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-labels .label-polygon {
  left: -2rem;
}

.product-label {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  margin-bottom: 0.5rem;
  min-width: 45px;
  text-align: center;
  color: #333333;
  text-transform: capitalize;
  background-color: #fff;
  min-height: auto;
  border-radius: 0;
}
.product .product-label.label-circle {
  border-radius: 50%;
}
.product .product-label.label-polygon {
  border-radius: 0;
}

.label-circle {
  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: 4.6rem;
  height: 4.6rem;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
}
.label-circle + .label-circle {
  margin-top: -1rem;
}

.label-polygon {
  left: 0;
}
.label-polygon:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  display: block;
  border-style: solid;
  border-color: inherit;
  border-right-color: transparent !important;
  border-width: 13px 8px 13px 0;
}

.product-label.label-sale,
.woocommerce.label-sale {
  color: #fff;
  background-color: #ef837b;
}
.product-label.label-new,
.woocommerce.label-new {
  color: #fff;
  background-color: #a6c76c;
}
.product-label.label-out,
.woocommerce.label-out {
  color: #fff;
  background-color: #ccc;
}
.product-label.label-hot,
.woocommerce.label-hot {
  color: #fff;
  background-color: #7dd2ea;
}
.product-label.label-hurry,
.woocommerce.label-hurry {
  color: #fff;
  background-color: #d9534f;
}
.product-label.label-primary,
.woocommerce.label-primary {
  color: #fff;
  background-color: #cc9966;
}
.product-label.label-secondary,
.woocommerce.label-secondary {
  color: #fff;
  background-color: #a6c76c;
}

.product-label-text {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.product-label-text:not(:last-child) {
  margin-bottom: 0.5rem;
}

.widget-related-products .carousel-with-shadow .owl-stage-outer {
  padding: 0;
  margin: 0;
}
.widget-related-products .products .product .product-title a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Product Total Sales */
.product-sales-wrapper {
  width: 100%;
  height: 1rem;
  background: #f3f3f3;
}

.product-sales-percent {
  width: 0;
  height: inherit;
  background: #c96;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.molla-product-wrapper .heading.side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.molla-product-wrapper .side + .woocommerce {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .molla-product-wrapper .side,
.molla-product-wrapper .side + .woocommerce {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .molla-product-wrapper .side + .woocommerce {
    margin-top: 2rem;
  }
}
/* Banners */
section.background-color-none .banner-img .molla-lazyload {
  visibility: hidden;
}

.banner {
  font-size: 1rem;
  position: relative;
  margin-bottom: 2rem;
  -webkit-backface-visibility: hidden;
}
.banner.banner-full {
  height: 100vh;
}
.banner .banner-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creative-grid .banner {
  height: 100%;
}

@media (max-width: 575px) {
  .banner {
    font-size: 0.9rem;
  }
}
.banner .banner-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.banner .banner-img img {
  display: block;
  width: 100%;
}
.banner .banner-img img:not(.molla-lazyload) {
  display: block !important;
}
.banner figure {
  margin-bottom: 0;
}
.banner.img-not-fixed {
  z-index: 1;
}
.banner .container,
.banner .banner-wrap-inner {
  min-height: inherit;
}
.banner .banner-wrap-inner {
  position: relative;
  height: 100%;
}

.elementor-widget-molla_banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-hover-default .banner-overlay:before {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-hover-default .banner-overlay:before {
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.banner-hover-default:hover .banner-overlay:before {
  opacity: 1;
}

.banner-hover-1 .banner-overlay:before, .banner-hover-1 .banner-overlay:after {
  content: "";
  position: absolute;
  opacity: 1;
}
.banner-hover-1 .banner-overlay:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.banner-hover-1 .banner-overlay:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}

.banner-hover-1:hover .banner-overlay:before, .banner-hover-1:hover .banner-overlay:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.banner-hover-2 .banner-overlay {
  overflow: hidden;
}
.banner-hover-2 .banner-overlay:before, .banner-hover-2 .banner-overlay:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.4;
  top: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100%;
}
.banner-hover-2 .banner-overlay:before {
  -webkit-transform: translate(105%, 0%);
          transform: translate(105%, 0%);
}
.banner-hover-2 .banner-overlay:after {
  -webkit-transform: translate(-105%, 0%);
          transform: translate(-105%, 0%);
}

.banner-hover-2:hover .banner-overlay:before, .banner-hover-2:hover .banner-overlay:after {
  opacity: 0;
  -webkit-transform: none;
          transform: none;
}

.banner-hover-3 .banner-overlay {
  overflow: hidden;
}
.banner-hover-3 .banner-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.banner-hover-3:hover .banner-overlay:before {
  top: 100%;
  left: -100%;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

.banner-hover-4 .banner-overlay:before, .banner-hover-4 .banner-overlay:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-hover-4 .banner-overlay:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.banner-hover-4 .banner-overlay:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}

.banner-hover-4:hover .banner-overlay:before, .banner-hover-4:hover .banner-overlay:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}

.banner-scale figure {
  overflow: hidden;
}
.banner-scale figure img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.banner-scale:hover figure img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.banner-scale .banner-overlay:before {
  z-index: 1;
}

.grid-item .banner-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-item .banner-img img.molla-lazyload {
  padding-top: 0 !important;
  height: 100% !important;
}

.banner.banner-menu img {
  height: 100%;
}

.banner-content {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.banner-content > .elementor-column-wrap,
.banner-content > .elementor-widget-wrap {
  height: 100%;
  -webkit-backface-visibility: hidden;
}

.content-static {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}
.banner-title a {
  color: inherit;
}
.banner-title a:hover, .banner-title a:focus {
  text-decoration: none;
}
.banner-title.text-white a {
  color: #fff;
}

.banner-subtitle {
  color: #999999;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.banner-subtitle a {
  color: inherit;
}
.banner-subtitle a:hover, .banner-subtitle a:focus {
  text-decoration: none;
}
.banner-subtitle.text-white a {
  color: #fff;
}

.banner-link {
  font-weight: 400;
  display: inline-block;
}

.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn.banner-link i {
  margin-right: 0;
  margin-left: 0;
}
.btn.banner-link i:first-child {
  margin-right: 0;
}
.btn.banner-link i:last-child {
  margin-left: 0.9rem;
}

.banner-overlay > a {
  position: relative;
}
.banner-overlay > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.banner-overlay.banner-overlay-light > a:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-overlay:hover > a:after, .banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}
.parallax-container .banner-img img {
  opacity: 0;
  visibility: hidden;
}
.parallax-container .banner-content {
  z-index: 1;
}

.parallax-wrap {
  position: absolute;
  left: 0;
  right: 0;
  height: 170%;
}

/* Banners Category */
.elementor .product-category img {
  height: 100%;
}

.product-category {
  position: relative;
  width: 100%;
}
.product-category .cat-title {
  color: #333333;
  font-size: 2rem;
  margin-bottom: 1px;
  letter-spacing: -0.03em;
}
.product-category .cat-title a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.product-category .cat-title a:not(:hover):not(:focus) {
  color: inherit;
}
.product-category .count {
  display: block;
  margin-bottom: 1.6rem;
  color: #999999;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  background-color: transparent;
}
.product-category img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category figure {
  margin: 0;
}
.product-category figure a {
  position: relative;
  display: block;
}
.product-category .cat-link {
  white-space: nowrap;
}
.product-category .cat-link.btn {
  min-width: 120px;
}
.product-category .cat-link i {
  margin-left: 0.5rem;
}
.product-category .cat-content .cat-link {
  display: inline-block;
}
.product-category .btn {
  border: 1px solid #cc9966;
  background-color: transparent;
}
.product-category .btn:hover {
  color: #fff;
}
.product-category .cat-title {
  margin-top: 0;
}
.product-category .cat_thumb {
  overflow: hidden;
}
.product-category .cat_thumb img.molla-lazyload {
  padding-top: 0 !important;
  height: 100% !important;
}
.product-category:hover, .product-category:focus {
  z-index: 1;
}

.grid-item .product-category {
  width: 100%;
  height: 100%;
}
.grid-item .product-category figure,
.grid-item .product-category figure a {
  width: 100%;
  height: 100%;
}

.overlay-hover figure {
  position: relative;
}
.overlay-hover figure a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.overlay-hover:hover figure a:before, .overlay-hover:focus figure a:before {
  opacity: 1;
  visibility: visible;
}

.cat-link {
  border-bottom: 1px solid transparent;
}

.cat-content {
  display: inline-block;
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cat-content-overlay {
  overflow: hidden;
  padding: 1.8rem 2rem 0.7rem;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cat-content-overlay .count {
  margin-bottom: 0.9rem;
}
.cat-content-overlay .cat-link {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  left: 2rem;
  right: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.cat-content-overlay.hidden-count {
  padding: 1.8rem 2rem;
}

.product-category:hover .cat-content-overlay {
  padding-bottom: 3.7rem;
  background-color: rgb(255, 255, 255);
}
.product-category:hover .cat-content-overlay .cat-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.grid .cat-content-static {
  -webkit-transform: translateY(calc(-100% + 1px));
          transform: translateY(calc(-100% + 1px));
}

.cat-content-static {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 1.2rem 2rem;
  background-color: rgb(255, 255, 255);
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cat-content-static .count {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-bottom: 0.9rem;
}
.cat-content-static .cat-link {
  opacity: 0;
  position: absolute;
  bottom: 19px;
  left: 2rem;
  right: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.cat-content-static.hidden-count .cat-title {
  padding-bottom: 3rem;
}

.product-category:hover .cat-content-static {
  background-color: rgb(255, 255, 255);
}
.product-category:hover .cat-content-static .count {
  opacity: 0;
}
.product-category:hover .cat-content-static .cat-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cat-content.cat-content-top {
  top: 105px;
}
.cat-content.cat-content-bottom {
  top: auto;
  bottom: 60px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cat-content.cat-content-right {
  left: auto;
  right: 30px;
}

.cat-link-anim .cat-content .cat-link {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.cat-link-anim .cat-content .cat-title {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cat-link-anim .count {
  margin-bottom: 0;
}
.cat-link-anim .cat-link {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cat-link-anim.text-center .cat-link {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cat-link-anim.text-center:hover .cat-link {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.cat-link-anim.text-right .cat-link {
  left: auto;
  right: 0;
}
.cat-link-anim:hover .cat-link {
  opacity: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.cat-link-anim:hover .cat-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.cat-inner-link .cat-content {
  font-size: 1.6rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.2rem 2rem;
  min-width: 170px;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  overflow: hidden;
}
.cat-inner-link .cat-title,
.cat-inner-link .count {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cat-inner-link .count {
  margin-bottom: 0;
}
.cat-inner-link .cat-content .cat-link {
  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;
  border: none;
}
.cat-inner-link .cat-link {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.cat-inner-link .cat-link:hover, .cat-inner-link .cat-link:focus {
  color: #fff;
  text-decoration: none;
}
.cat-inner-link .cat-content:hover,
.cat-inner-link .cat-content:focus {
  text-decoration: none;
}
.cat-inner-link .cat-content:hover .cat-title,
.cat-inner-link .cat-content:hover .count,
.cat-inner-link .cat-content:focus .cat-title,
.cat-inner-link .cat-content:focus .count {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.cat-inner-link .cat-content:hover .cat-link,
.cat-inner-link .cat-content:focus .cat-link {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.cat-blocks-container {
  padding-top: 0.5rem;
}
.cat-blocks-container [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cat-block-title {
  color: #666666;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.cat-block {
  text-align: center;
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  min-height: 160px;
  padding: 1rem 1rem 1.5rem;
}
.cat-block .cat-content {
  position: static;
  -webkit-transform: none;
          transform: none;
  max-width: 100%;
}
.cat-block figure {
  position: relative;
  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;
  min-height: 124px;
  margin: 0;
  background-color: #fff;
}
.cat-block figure span {
  position: relative;
}
.cat-block img {
  width: auto;
  height: auto;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.cat-block:hover {
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
}

.cat-float {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.cat-float figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}
.cat-float figure a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 45%;
  width: 100%;
  margin-left: -45%;
  height: 0.3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.3;
}
.cat-float .cat-content {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-top: 1rem;
}
.cat-float figure img {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.cat-float img.molla-lazyload {
  width: 300px !important;
}
.cat-float:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cat-float:hover figure img {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}
.cat-float:hover figure a:after {
  opacity: 1;
}

.cat-back-clip figure {
  padding-top: 3rem;
}
.cat-back-clip .cat-content {
  -webkit-transform: none;
          transform: none;
  top: 0;
}
.cat-back-clip:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cat-fade-up .cat-content,
.cat-fade-down .cat-content {
  padding-top: 0;
  top: 50%;
}
.cat-fade-up .cat-content > *,
.cat-fade-down .cat-content > * {
  display: block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}
.cat-fade-up .cat-content .cat-link,
.cat-fade-down .cat-content .cat-link {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.cat-fade-up:hover .cat-content > *, .cat-fade-up:focus .cat-content > *,
.cat-fade-down:hover .cat-content > *,
.cat-fade-down:focus .cat-content > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.with-subcats .cat-title a {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.with-subcats .category-list {
  padding: 0;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
.with-subcats .category-list a {
  color: #666;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.with-subcats .category-list li {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.cat-fade-down .cat-content > * {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.cat-fade-down:hover .cat-content > *, .cat-fade-down:focus .cat-content > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hidden-count .count {
  display: none;
}

.product-categories .owl-stage,
.product-categories .owl-item,
.product-categories .cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-categories .cat-wrap {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.grid > .cat-wrap {
  margin: 0;
}

/* Social Icons */
.social-icons,
.yith-wcwl-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .sticky-sidebar > .social-icons {
    padding-top: 1.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
.social-icons:not(.circle-type):not(.yith-wcwl-share) > a {
  width: auto;
  height: auto;
}

.circle-type .social-icon {
  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;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  color: #999999;
  margin: 0;
  background-color: transparent;
  border: 1px solid #e1e2e6;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.circle-type .social-icon:not(:last-child) {
  margin-right: 1rem;
}
.circle-type .social-icon.social-email {
  font-size: 1.8rem;
}
.circle-type .social-icon:hover, .circle-type .social-icon:focus {
  color: #fff;
}

.social-icon,
.yith-wcwl-share li a {
  width: auto;
  height: auto;
  border: none;
  color: #999;
  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;
}
.social-icon:not(:last-child),
.yith-wcwl-share li a:not(:last-child) {
  margin-right: 2rem;
}

.social-label {
  margin-bottom: 0;
  margin-right: 2rem;
  line-height: 21px;
}

.sticky-content .social-label {
  line-height: 1;
  margin-bottom: 1rem;
}

.social-icons-sm .social-icon {
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
}

.mobile-menu-container .circle-type .social-icon {
  border-color: #666;
}

.mobile-menu-light .circle-type .social-icon {
  border-color: #e1e2e6;
}

.social-icons-colored .social-facebook {
  color: #8f79ed;
}

.social-icons-colored.circle-type .social-icon.social-facebook {
  color: #fff;
  border-color: #8f79ed;
  background-color: #8f79ed;
}
.social-icons-colored.circle-type .social-icon.social-facebook:hover, .social-icons-colored.circle-type .social-icon.social-facebook:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-facebook:hover.social-facebook, .social-icons-colored.circle-type .social-icon.social-facebook:focus.social-facebook {
  color: #8f79ed;
}

.social-icons-colored .social-twitter {
  color: #79c8ed;
}

.social-icons-colored.circle-type .social-icon.social-twitter {
  color: #fff;
  border-color: #79c8ed;
  background-color: #79c8ed;
}
.social-icons-colored.circle-type .social-icon.social-twitter:hover, .social-icons-colored.circle-type .social-icon.social-twitter:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-twitter:hover.social-twitter, .social-icons-colored.circle-type .social-icon.social-twitter:focus.social-twitter {
  color: #79c8ed;
}

.social-icons-colored .social-instagram {
  color: #dd6d9a;
}

.social-icons-colored.circle-type .social-icon.social-instagram {
  color: #fff;
  border-color: #dd6d9a;
  background-color: #dd6d9a;
}
.social-icons-colored.circle-type .social-icon.social-instagram:hover, .social-icons-colored.circle-type .social-icon.social-instagram:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-instagram:hover.social-instagram, .social-icons-colored.circle-type .social-icon.social-instagram:focus.social-instagram {
  color: #dd6d9a;
}

.social-icons-colored .social-youtube {
  color: #e66262;
}

.social-icons-colored.circle-type .social-icon.social-youtube {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}
.social-icons-colored.circle-type .social-icon.social-youtube:hover, .social-icons-colored.circle-type .social-icon.social-youtube:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-youtube:hover.social-youtube, .social-icons-colored.circle-type .social-icon.social-youtube:focus.social-youtube {
  color: #e66262;
}

.social-icons-colored .social-pinterest {
  color: #e66262;
}

.social-icons-colored.circle-type .social-icon.social-pinterest {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}
.social-icons-colored.circle-type .social-icon.social-pinterest:hover, .social-icons-colored.circle-type .social-icon.social-pinterest:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-pinterest:hover.social-pinterest, .social-icons-colored.circle-type .social-icon.social-pinterest:focus.social-pinterest {
  color: #e66262;
}

.social-icons-colored .social-linkedin {
  color: #3399cc;
}

.social-icons-colored.circle-type .social-icon.social-linkedin {
  color: #fff;
  border-color: #3399cc;
  background-color: #3399cc;
}
.social-icons-colored.circle-type .social-icon.social-linkedin:hover, .social-icons-colored.circle-type .social-icon.social-linkedin:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-linkedin:hover.social-linkedin, .social-icons-colored.circle-type .social-icon.social-linkedin:focus.social-linkedin {
  color: #3399cc;
}

.social-icons-colored .social-tumblr {
  color: #2478ba;
}

.social-icons-colored.circle-type .social-icon.social-tumblr {
  color: #fff;
  border-color: #2478ba;
  background-color: #2478ba;
}
.social-icons-colored.circle-type .social-icon.social-tumblr:hover, .social-icons-colored.circle-type .social-icon.social-tumblr:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-tumblr:hover.social-tumblr, .social-icons-colored.circle-type .social-icon.social-tumblr:focus.social-tumblr {
  color: #2478ba;
}

.social-icons-colored .social-email {
  color: #111;
}

.social-icons-colored.circle-type .social-icon.social-email {
  color: #fff;
  border-color: #111;
  background-color: #111;
}
.social-icons-colored.circle-type .social-icon.social-email:hover, .social-icons-colored.circle-type .social-icon.social-email:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-email:hover.social-email, .social-icons-colored.circle-type .social-icon.social-email:focus.social-email {
  color: #111;
}

.social-icons-colored .social-googleplus {
  color: #3a589d;
}

.social-icons-colored.circle-type .social-icon.social-googleplus {
  color: #fff;
  border-color: #3a589d;
  background-color: #3a589d;
}
.social-icons-colored.circle-type .social-icon.social-googleplus:hover, .social-icons-colored.circle-type .social-icon.social-googleplus:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-googleplus:hover.social-googleplus, .social-icons-colored.circle-type .social-icon.social-googleplus:focus.social-googleplus {
  color: #3a589d;
}

.social-icons-colored .social-vk {
  color: #cb2320;
}

.social-icons-colored.circle-type .social-icon.social-vk {
  color: #fff;
  border-color: #cb2320;
  background-color: #cb2320;
}
.social-icons-colored.circle-type .social-icon.social-vk:hover, .social-icons-colored.circle-type .social-icon.social-vk:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-vk:hover.social-vk, .social-icons-colored.circle-type .social-icon.social-vk:focus.social-vk {
  color: #cb2320;
}

.social-icons-colored .social-whatsapp {
  color: #0072b7;
}

.social-icons-colored.circle-type .social-icon.social-whatsapp {
  color: #fff;
  border-color: #0072b7;
  background-color: #0072b7;
}
.social-icons-colored.circle-type .social-icon.social-whatsapp:hover, .social-icons-colored.circle-type .social-icon.social-whatsapp:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.social-icons-colored.circle-type .social-icon.social-whatsapp:hover.social-whatsapp, .social-icons-colored.circle-type .social-icon.social-whatsapp:focus.social-whatsapp {
  color: #0072b7;
}

@media (max-width: 991px) {
  .social-icons-vertical {
    margin-bottom: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* Testimonials */
.testimonial .icon:before {
  display: block;
  font-family: "molla";
  content: "\f10d";
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1;
  color: #cc9966;
}

.testimonial {
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  color: #999;
  font-size: 1.6rem;
  background-color: transparent;
}
.testimonial:before {
  content: none;
}
.testimonial img, .owl-carousel .testimonial img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial cite {
  display: inline-block;
  font-style: normal;
  color: #333333;
}
.testimonial cite span {
  display: block;
}
.testimonial .avatar,
.testimonial cite,
.testimonial .comment {
  margin-bottom: 1.5rem;
}
.testimonial .avatar {
  display: inline-block;
}
.testimonial .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial .comment {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial.aside, .testimonial.aside_info .commenter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.testimonial.aside .avatar, .testimonial.aside_info .avatar {
  margin-right: 1.5rem;
}
.testimonial.top_info cite {
  display: block;
}
.testimonial .name {
  font-weight: 500;
  letter-spacing: -0.01em;
}
.testimonial .job {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}
.testimonial .numeric:before {
  content: attr(data-rating);
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
}

.star-rating.fa-icon:before,
.star-rating.fa-icon span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.star-rating.fa-icon.outline:before {
  font-weight: 400;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

.star-rating.outline:before {
  content: "\f31b" "\f31b" "\f31b" "\f31b" "\f31b";
}

.owl-testimonials.owl-theme .owl-nav [class*=owl-] {
  top: 65px;
}

.owl-testimonials-photo.owl-theme .owl-nav [class*=owl-] {
  top: 110px;
}

/* Inputs */
.form-group {
  margin-bottom: 2rem;
}
.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}

.form-control {
  padding: 0.85rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../../images/select-bg.svg) 96% 49%/26px 60px no-repeat;
}

.screen-reader-text {
  margin-right: 1rem;
}

.form-control-white {
  border-color: #fff;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

textarea.form-control {
  min-height: 130px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.form-control-rounded {
  border-radius: 0.2rem;
}

input,
textarea {
  max-width: 100%;
}

.input-group {
  display: block;
}

.input-group-round .form-control {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.input-group-round > .input-group-append > .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.input-spinner {
  position: relative;
}
.input-spinner .input-group-prepend,
.input-spinner .input-group-append {
  position: absolute;
  top: 0;
}
.input-spinner .input-group-prepend {
  left: 0;
}
.input-spinner .input-group-append {
  right: 0;
}
.input-spinner .form-control {
  padding: 0.85rem 2.6rem;
  height: auto;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}
.input-spinner .form-control[disabled] {
  background-color: #f9f9f9;
}

label {
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 1.1rem;
}

.form-text {
  color: #999999;
  line-height: 1.5;
  margin-top: 0;
}
.form-control + .form-text {
  margin-top: -0.5rem;
  margin-bottom: 0.6rem;
}

small.form-text {
  font-size: 85%;
}

.required-field > label::after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 0.45rem;
}

.required {
  color: #e02b27;
  font-size: 1.2rem;
}
.required + .form-footer {
  margin-top: 0.8rem;
}

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.6rem;
}

.select-custom {
  background-color: #fff;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  position: relative;
  z-index: 1;
}
.select-custom select:focus {
  background-color: transparent;
}
.select-custom:after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.3rem;
}
.select-custom .form-control,
.select-custom .form-control-sm {
  background-color: transparent;
  padding-right: 4rem;
}

.toolbox .woocommerce-notices-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.select-custom,
.toolbox-sort form {
  position: relative;
  margin-bottom: 1rem;
}
.select-custom select,
.toolbox-sort form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-group-custom-control {
  margin-top: 2rem;
}
.form-group-custom-control .custom-control {
  margin-top: 0;
  margin-bottom: 2rem;
}
.form-group-custom-control + .form-group-custom-control {
  margin-top: -0.5rem;
}
.form-group-custom-control .custom-control-label {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-form__label {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-form__label input:focus:not(:checked) ~ span:before,
.woocommerce-form__label input:focus:not(:checked) ~ label:before {
  border-color: #dadada;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0;
}

.woocommerce input[type=checkbox] ~ label,
.woocommerce input[type=checkbox] ~ span,
.woocommerce input[type=radio] ~ label,
.woocommerce input[type=radio] ~ span {
  line-height: 1.3;
}

input[type=checkbox] ~ label,
input[type=checkbox] ~ span,
input[type=radio] ~ label,
input[type=radio] ~ span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 0;
  margin-top: 1px;
  font-size: 1.4rem;
  padding-left: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0;
}
input[type=checkbox] ~ label:before, input[type=checkbox] ~ label:after,
input[type=checkbox] ~ span:before,
input[type=checkbox] ~ span:after,
input[type=radio] ~ label:before,
input[type=radio] ~ label:after,
input[type=radio] ~ span:before,
input[type=radio] ~ span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
}
input[type=checkbox] ~ label:before,
input[type=checkbox] ~ span:before,
input[type=radio] ~ label:before,
input[type=radio] ~ span:before {
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input[type=checkbox] ~ label:after,
input[type=checkbox] ~ span:after,
input[type=radio] ~ label:after,
input[type=radio] ~ span:after {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
input[type=checkbox] ~ label:hover,
input[type=checkbox] ~ span:hover,
input[type=radio] ~ label:hover,
input[type=radio] ~ span:hover {
  cursor: pointer;
}

input[type=checkbox] ~ label:before,
input[type=checkbox] ~ span:before {
  border-radius: 0;
}
input[type=checkbox] ~ label:after,
input[type=checkbox] ~ span:after {
  color: #fff;
  background-image: none;
  font-size: 1rem;
  font-family: "molla";
  content: "\ec2d";
  line-height: 1.6em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

input[type=checkbox]:checked ~ span:before,
input[type=checkbox]:checked ~ label:before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

input[type=checkbox]:indeterminate ~ span:before,
input[type=checkbox]:indeterminate ~ label:before {
  background-color: #333;
}

input[type=checkbox]:disabled:checked ~ span:before,
input[type=checkbox]:disabled:checked ~ label:before {
  background-color: rgba(51, 51, 51, 0.5);
}

input[type=checkbox]:disabled:indeterminate ~ span:before,
input[type=checkbox]:disabled:indeterminate ~ label:before {
  background-color: rgba(51, 51, 51, 0.5);
}

input[type=checkbox]:checked ~ span:after,
input[type=checkbox]:checked ~ label:after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}

input[type=radio] ~ label {
  position: relative;
}

input[type=radio] ~ label:before {
  background-color: #f9f9f9;
  border-color: #dadada;
  border-radius: 50%;
}

input[type=radio]:checked ~ label:before {
  background-color: #fff;
}

input[type=radio]:checked ~ label:after {
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio]:checked ~ label:after {
  background-image: none !important;
  z-index: 2;
}

.form-control-tooltip {
  position: relative;
  padding-right: 4rem;
}
.form-control-tooltip .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2.4rem;
  color: #777;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-control-tooltip .input-tooltip:hover, .form-control-tooltip .input-tooltip:focus {
  color: #000;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.noUi-horizontal {
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #555;
}

#price_slider {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#price_slider:before {
  content: "";
  position: absolute;
  height: 3px;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  background: #ebebeb;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: transparent;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #333;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 100%;
  margin-top: 1rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  outline: none;
}

[class*=searchform] .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[class*=searchform] .search-wrapper input {
  margin-bottom: 0;
}
[class*=searchform] .search-wrapper .btn {
  padding: 0.85rem 1rem;
  min-width: 0;
}
[class*=searchform] .form-control {
  width: 100%;
  height: 100%;
}

.search-wrapper {
  position: relative;
}

.woocommerce form.comment-form > p,
.woocommerce .lost_reset_password.woocommerce-ResetPassword > p {
  padding: 0;
}

.wpcf7-display-none {
  display: none !important;
}

.wpcf7-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  padding: 0 1rem;
}

form.wpcf7-form .ajax-loader {
  display: none;
  background-image: none;
}

.wpcf7-form-control {
  padding: 1.15rem 2rem;
  border-radius: 0;
  font-size: 1.4rem;
  color: #999;
  font-weight: 300;
  line-height: 1.5;
}

.wpcf7-form-control::-webkit-input-placeholder {
  font-size: inherit;
}

.wpcf7-form-control::-moz-placeholder {
  font-size: inherit;
}

.wpcf7-form-control:-ms-input-placeholder {
  font-size: inherit;
}

.wpcf7-form-control::-ms-input-placeholder {
  font-size: inherit;
}

.wpcf7-form-control::placeholder {
  font-size: inherit;
}

.wpcf7-form .wpcf7-submit {
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 2rem;
  padding-left: 3.4rem;
  padding-right: 2.4rem;
}

.wpcf7-submit:after {
  content: "\f274";
  font-family: "molla";
  position: relative;
  top: -1px;
  margin-left: 1rem;
}

.wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2rem;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
/*   height: 100%; */
  margin-bottom: 0;
  width:100% !important;
}
.wpcf7-form-control-wrap[class*=textarea-] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.wpcf7-form-control-wrap[class*=textarea-] textarea {
  height: 40px;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 textarea {
  direction: ltr;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }

  select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
/* Tooltip */
.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper:hover .tooltip {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.tooltip {
  position: absolute;
  padding: 13px 20px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  margin: 0 0 -20px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 20px);
  color: #333;
}
.tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 20px;
}

.tooltip.left-tooltip {
  top: 50%;
  right: calc(100% + 20px);
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 -20px 0 0;
}
.tooltip.left-tooltip:before {
  top: 50%;
  right: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.tooltip.left-tooltip:after {
  top: auto;
  left: 100%;
  width: 20px;
  height: 100%;
}

.tooltip.right-tooltip {
  top: 50%;
  left: calc(100% + 20px);
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 0 0 -20px;
}
.tooltip.right-tooltip:before {
  top: 50%;
  right: 100%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.tooltip.right-tooltip:after {
  top: 0;
  left: auto;
  right: 100%;
  width: 20px;
  height: 100%;
}

.tooltip.bottom-tooltip {
  top: calc(100% + 20px);
  bottom: auto;
  margin: -20px 0 0 0;
}
.tooltip.bottom-tooltip:before {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: none;
  border-bottom: 9px solid #fff;
}
.tooltip.bottom-tooltip:after {
  top: auto;
  bottom: 100%;
  width: 100%;
  height: 20px;
}

/* Tables */
table {
  margin-bottom: 3rem;
  border-spacing: 0;
}
table th,
table thead th,
table td {
  border-top: none;
  border-bottom: 1px solid #ebebeb;
}
table th,
table td {
  padding: 1rem;
  vertical-align: top;
}

.table th,
.woocommerce table.shop_table.cart th {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #999999;
  padding: 1.4rem 1rem 1.4rem 0;
}

.shop_table:not(.woocommerce-checkout-review-order-table) td.product-name {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.2rem;
}
.shop_table:not(.woocommerce-checkout-review-order-table) td.product-name a {
  font-size: inherit;
  color: inherit;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table.cart {
    border: none;
  }
}
/* Counters */
.molla-count-wrapper {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
}
.molla-count-wrapper .count {
  display: inline-block;
  margin-bottom: 0.6rem;
}

.count-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

/* Pagination */
ul.page-numbers {
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}

.page-links {
  clear: both;
}
.page-links > * {
  margin-left: 3px;
}

li .page-numbers,
.post-page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 3rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 0.3rem;
  line-height: 1;
  color: #706f6c;
  border-radius: 0.3rem;
  background-color: transparent;
  border: 1px solid transparent;
}
li .page-numbers i,
.post-page-numbers i {
  font-size: 1.5rem;
}
li .page-numbers.prev,
.post-page-numbers.prev {
  margin-right: 1.7rem;
}
li .page-numbers.prev i,
.post-page-numbers.prev i {
  margin-left: 0;
  margin-right: 1rem;
}
li .page-numbers.next,
.post-page-numbers.next {
  margin-left: 1.8rem;
}
li .page-numbers.next i,
.post-page-numbers.next i {
  margin-left: 1rem;
  margin-right: 0;
}
li .page-numbers.current,
.post-page-numbers.current {
  background-color: transparent;
  border-color: #ebebeb;
}
li .page-numbers.prev, li .page-numbers.next,
.post-page-numbers.prev,
.post-page-numbers.next {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 80px;
}
li .page-numbers:hover, li .page-numbers:focus,
.post-page-numbers:hover,
.post-page-numbers:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none !important;
}

li.disabled .page-numbers {
  border-color: transparent;
  color: #999;
  pointer-events: none;
  cursor: auto;
}

.page-item-total {
  color: #cccccc;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1.2rem;
}

ul.page-numbers li + li {
  margin-left: 0.4rem;
}

.owl-carousel .owl-nav [class*=owl-] {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel button.owl-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.owl-carousel button.owl-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.owl-carousel:hover .owl-nav [class*=owl-], .owl-carousel:focus .owl-nav [class*=owl-] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.owl-carousel:hover .owl-nav [class*=owl-], .owl-carousel:focus .owl-nav [class*=owl-] {
  opacity: 1;
}
.owl-carousel:hover .owl-nav [class*=owl-].disabled, .owl-carousel:focus .owl-nav [class*=owl-].disabled {
  opacity: 0.7;
}
.owl-carousel.owl-nav-show .owl-nav [class*=owl-] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.owl-carousel.owl-nav-show:hover .owl-nav [class*=owl-], .owl-carousel.owl-nav-show:focus .owl-nav [class*=owl-] {
  -webkit-transform: none;
          transform: none;
}
.owl-carousel .owl-stage:after {
  content: none;
}
.owl-carousel.owl-image-org img {
  width: auto;
}
.owl-carousel:not(.owl-loaded) > * {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-image-gallery.owl-loaded .owl-stage,
.owl-image-gallery.owl-loaded figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-image-gallery:not(.owl-image-org) .slide-image-wrap a,
.owl-image-gallery:not(.owl-image-org) .slide-image-wrap img {
  width: 100%;
  height: 100%;
}

.owl-image-gallery figure {
  height: 100%;
}

.owl-dots {
  margin-top: 10px;
}

.owl-dot {
  position: relative;
}

.owl-full:not(.owl-top) .owl-nav button.disabled {
  visibility: hidden;
  opacity: 0;
}

.owl-carousel .owl-carousel .owl-nav {
  display: none;
}

.owl-full.carousel-with-shadow .owl-nav [class*=owl-] {
  height: 100%;
}

.owl-carousel.owl-nav-rounded .owl-nav [class*=owl-] {
  font-size: 2.4rem;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(34, 34, 34, 0.2);
          box-shadow: 0 5px 20px rgba(34, 34, 34, 0.2);
}
.owl-carousel.owl-nav-rounded .owl-nav [class*=owl-]:not(.disabled):hover {
  background-color: #fff;
}
.owl-carousel.owl-nav-rounded.owl-nav-top .owl-nav [class*=owl-] i {
  font-size: 1.4rem;
}

.owl-nav [class*=owl-]:focus {
  outline: none;
}

.owl-full .owl-nav .owl-prev {
  left: auto;
  right: 100%;
  -webkit-box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3);
}

.owl-full .owl-nav .owl-next {
  left: 100%;
  right: auto;
  -webkit-box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.3);
          box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.3);
}

.owl-full .owl-nav .owl-prev:before,
.owl-full .owl-nav .owl-next:before {
  content: none;
}

.owl-nav-inside.owl-full .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
.owl-nav-inside.owl-full .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-loading .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel.owl-full .owl-nav [class*=owl-]:hover, .owl-full .owl-nav [class*=owl-]:focus {
  background: #fff;
  text-decoration: none;
  outline: none !important;
}

.carousel-with-shadow .owl-stage-outer {
  padding: 1rem 1.5rem 2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.carousel-with-shadow .owl-dots {
  margin: 0;
}
.carousel-with-shadow .owl-nav {
  margin-bottom: 0;
}

.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.carousel-equal-height .product {
  width: 100%;
}
.carousel-equal-height section,
.carousel-equal-height section > [class*=elementor-column],
.carousel-equal-height section > [class*=elementor-column] > .elementor-row,
.carousel-equal-height .owl-item > .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget,
.carousel-equal-height .owl-item > .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget > .elementor-widget-container,
.carousel-equal-height .owl-item > .elementor-element > .elementor-widget-wrap > .elementor-widget,
.carousel-equal-height .owl-item > .elementor-element > .elementor-widget-wrap > .elementor-widget > .elementor-widget-container,
.carousel-equal-height .owl-item > * {
  height: 100%;
}

@media (max-width: 479px) {
  .carousel-with-shadow .owl-stage-outer {
    padding: 1rem 1rem 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.products .owl-stage,
.posts .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products .owl-item > div,
.posts .owl-item > div,
.posts .owl-item article {
  height: 100%;
}

.products-simple-loop.owl-carousel {
  text-align: center;
}
.products-simple-loop .owl-stage-outer {
  text-align: left;
  padding-bottom: 7rem;
  margin-bottom: -7rem;
}
.products-simple-loop .owl-dots {
  position: relative;
  display: inline-block;
}

.related-posts .owl-stage-outer {
  padding-bottom: 1rem;
}

.owl-nav-top .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-carousel.owl-nav-top .owl-nav [class*=owl-] {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 0;
}
.owl-carousel.owl-nav-top .owl-nav .owl-prev {
  margin-right: 1rem;
}

.owl-carousel:not(.owl-loaded) {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.owl-carousel.products-classic-loop .owl-dots,
.owl-carousel.products-card-loop .owl-dots {
  margin-top: 3rem;
}
.owl-carousel.products-classic-loop .owl-stage-outer,
.owl-carousel.products-card-loop .owl-stage-outer {
  padding-bottom: 12rem;
  margin-bottom: -12rem;
}
.owl-carousel.products-classic-loop:after,
.owl-carousel.products-card-loop:after {
  content: "";
  display: table;
  clear: both;
}

.owl-carousel .owl-item > .elementor-column {
  width: 100%;
}

@media (max-width: 1199px) {
  .owl-carousel.owl-nav-outer .owl-nav button {
    display: none;
  }
}
.deal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deal-countdown .countdown-section {
  font-size: 1.2rem;
  line-height: 1;
  padding: 2.1rem 1rem;
  background-color: transparent;
  border-radius: 0.3rem;
  width: auto;
}
.deal-countdown .countdown-section:first-child {
  margin-left: 0;
}
.deal-countdown .countdown-section:not(:last-child):after {
  color: #333333;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 9px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.deal-countdown .countdown-section span {
  display: block;
  white-space: nowrap;
}
.deal-countdown .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-type .deal-countdown .countdown-period {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
  display: block;
  font-weight: 400;
  color: #333333;
  text-transform: lowercase;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deal-countdown.outer-period .countdown-period {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -2rem;
}
.deal-countdown .countdown-amount {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
  min-width: 1.25em;
}

.deal-container.inline-type {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #444;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.95);
}
.deal-container.inline-type .deal-countdown {
  border: none;
  border-radius: 0.3rem;
  margin-bottom: 0;
}
.deal-container.inline-type .countdown-show4 .countdown-section:first-child {
  margin-right: 0.3rem;
}
.deal-container.inline-type .countdown-show4 .countdown-section:first-child:after {
  display: none;
}
.deal-container.inline-type .countdown-show4 .countdown-section:first-child .countdown-period {
  display: block;
}
.deal-container.inline-type .deal-countdown .countdown-section {
  background-color: transparent;
}
.deal-container.inline-type .countdown-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 100%;
  border: none;
  width: auto;
  padding: 0;
}
.deal-container.inline-type .countdown-section:after {
  font-size: 1.4rem;
}
.deal-container.inline-type .countdown-amount {
  font-size: 100%;
  margin-bottom: 0;
}
.deal-container.inline-type .countdown-period {
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0.5rem;
  display: none;
}
.deal-container.inline-type .countdown-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.countdown-title {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
}
.countdown-title + .deal-countdown .countdown-section:first-child {
  margin-left: 10px;
}

/* Member */
.member {
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.member p {
  max-width: 240px;
  color: #ccc;
}
.member.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.member.text-center .social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.member-media {
  position: relative;
  margin: 0;
}

.member-content {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.member-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
.member-title span {
  display: block;
  color: #999999;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 0.3rem;
}

.member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.member-overlay .member-title {
  color: inherit;
  margin-bottom: 1.5rem;
}
.member-overlay .member-title span {
  color: #ebebeb;
}
.member-overlay .social-icons {
  margin-top: 2.7rem;
}
.member-overlay .social-icon {
  font-size: 1.5rem;
}
.member-overlay .social-icon + .social-icon {
  margin-left: 2.8rem;
}
.member-overlay .social-icon:not(:hover) {
  color: inherit;
}

.member-content,
.member-overlay {
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.member:hover .member-overlay {
  visibility: visible;
  opacity: 1;
}
.member:hover.member-anim .member-content {
  opacity: 0;
}
.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.member:hover.member-anim .member-overlay p {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.member:hover.member-anim .member-overlay .social-icons {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.member:hover.member-anim .member-title {
  -webkit-animation-name: fadeOutUpShort;
          animation-name: fadeOutUpShort;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.member-frame {
  background-color: #fff;
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}
.member-frame .member-content {
  visibility: visible;
  opacity: 1;
  padding-top: 1.7rem;
  padding-bottom: 2.7rem;
}
.member-frame .member-overlay {
  color: #333333;
  background-color: rgba(249, 249, 249, 0.7);
}
.member-frame .member-overlay .social-icons {
  margin-top: 0;
  margin-bottom: 0;
}

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  font-size: 14px !important;
  font-weight: 400;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #c96;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 999999;
}

article {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.posts article:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03);
}
article.post-list:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
article .entry-title {
  font-size: 2.4rem;
}

.post .entry-body {
  padding: 2rem 0 0;
}
.post .entry-content {
  word-break: break-word;
}

.posts.grid {
  margin-top: -10px;
}
.posts .entry-body {
  padding: 2rem 2rem 2.5rem;
}

.post.sticky .entry-title:after {
  content: "Sticky";
  position: relative;
  top: -10px;
  padding: 0 4px;
  margin-left: 5px;
  color: #fff;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0;
}

.grid .grid-item .post {
  margin-bottom: 0;
}
.grid .grid-item .post .entry-body {
  margin-bottom: 0;
}

.entry-body.text-center .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-body.text-right .entry-meta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry-media {
  position: relative;
  background-color: #ccc;
  margin-bottom: 0;
}
.entry-media a,
.entry-media video {
  position: relative;
  display: block;
}
.entry-media a:after,
.entry-media video:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.entry-media:hover a:after, .entry-media:focus a:after {
  visibility: visible;
  opacity: 1;
}
.entry-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.entry-media .mejs-overlay-button {
  background: none;
  width: auto;
  height: auto;
}
.entry-media .mejs-overlay-button:before {
  content: "\ec2c";
  font-family: "molla";
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  line-height: 1;
  text-indent: 0;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  z-index: 2;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.entry-media .mejs-overlay-button:hover:before {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
  background-color: #fff;
}
.posts .entry-media .mejs-overlay-button:before {
  width: 5rem;
  height: 5rem;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-weight: 300;
  word-break: break-word;
}
.text-center .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-meta a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-meta a:hover, .entry-meta a:focus {
  -webkit-box-shadow: 0 1px 0;
          box-shadow: 0 1px 0;
}

.meta-separator {
  margin: 0 0.5rem 0 0;
}

.entry-title {
  font-weight: 600;
  word-break: break-word;
}
.entry-title a {
  color: inherit;
}

.entry-cats {
  font-weight: 300;
}
.entry-cats a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-cats a:hover, .entry-cats a:focus {
  -webkit-box-shadow: 0 1px 0;
          box-shadow: 0 1px 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 2.5rem;
}

.page-links {
  padding-top: 1.5rem;
}

.read-more {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.read-more.icon-hidden:after {
  content: "";
}
.read-more:after {
  font-family: "molla";
  content: "\f274";
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.read-more:hover, .read-more:focus {
  padding-right: 2.2rem;
  -webkit-box-shadow: 0 1px 0 0;
          box-shadow: 0 1px 0 0;
}
.read-more:hover.icon-hidden, .read-more:focus.icon-hidden {
  padding-right: 0;
}
.read-more:hover:after, .read-more:focus:after {
  opacity: 1;
}

.related-posts.posts .post {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.related-posts .entry-body {
  padding: 2rem 0 0 0;
}
.related-posts.posts .entry-title {
  font-size: 1.7rem;
}

.format-video.post-empty-video .entry-meta:after {
  content: "\ec2c";
  font-family: "molla";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  text-indent: 1px;
  position: relative;
  padding: 0 4px;
  margin-left: 5px;
  color: #fff;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0;
}

.post-list.post-empty-media .entry-body,
.post-single .post-empty-media .entry-body {
  padding: 0;
}

/* Entry Overlay */
.post-mask {
  position: relative;
  color: #fff;
}
.post-mask .entry-media,
.post-mask .entry-media a,
.post-mask .entry-media img {
  height: 100%;
}
.post-mask .entry-media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.post-mask.post {
  margin-bottom: 2rem;
}
.post-mask.post .entry-body {
  margin: 0;
}
.post-mask:before {
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.post-mask .entry-media a:after {
  visibility: hidden;
}
.post-mask.format-video .entry-media a:before,
.post-mask .entry-gallery a:before {
  position: absolute;
  font-family: "molla";
  width: auto;
  height: auto;
  left: 3rem;
  top: 3rem;
  margin-left: 0;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
  color: #fff;
}
.post-mask.format-video .entry-media a:hover:before, .post-mask.format-video .entry-media a:focus:before,
.post-mask .entry-gallery a:hover:before,
.post-mask .entry-gallery a:focus:before {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-mask.format-video .entry-media a:before {
  content: "\ec2c";
}
.post-mask .entry-gallery a:before {
  content: "\f24d";
  top: 2.6rem;
}
.post-mask .entry-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem 1.8rem 2.7rem 2.8rem;
  z-index: 5;
}
.post-mask:hover:before {
  opacity: 0.9;
}

.sidebar .posts-list li {
  margin-bottom: 2rem;
}

.posts-list {
  list-style: none;
  padding: 0.4rem 0 0.2rem;
  margin: 0;
}
.posts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.posts-list li:last-child {
  margin-bottom: 0;
}
.posts-list figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  margin-right: 2rem;
  margin-bottom: 0;
}
.posts-list figure a {
  height: 100%;
  display: block;
}
.posts-list figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-list span {
  display: block;
  color: #cccccc;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.posts-list h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}
.posts-list a {
  color: #333;
}
.posts-list a:hover, .posts-list a:focus {
  color: #cc9966;
}
.posts-list .entry-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comment-respond .btn:hover,
.comment-respond .btn:focus {
  color: #fff;
}

.banner-sidebar {
  position: relative;
  text-align: center;
  line-height: 0;
}
.banner-sidebar > a {
  display: inline-block;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 0.3rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}
.tagcloud a {
  display: block;
  color: #999;
  font-weight: 300;
  font-size: 1.4rem !important;
  line-height: 1.4;
  border-radius: 0.3rem;
  padding: 0.65rem 0.9rem;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  margin-right: 1rem;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tagcloud a:hover, .tagcloud a:focus {
  background-color: #fff;
}

.widget-text p:last-child {
  margin-bottom: 0;
}

.owl-carousel .post {
  margin: 0;
}

.blog-entry-wrapper .posts {
  margin-top: -10px;
}
.blog-entry-wrapper .nav-filter {
  margin-bottom: 2rem;
}
.blog-entry-wrapper .nav-filter a {
  display: inline-block;
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.blog-entry-wrapper .nav-filter a span {
  color: #cccccc;
  font-weight: 400;
  margin-left: 0.8rem;
}
.blog-entry-wrapper .nav-filter a.active {
  -webkit-box-shadow: 0 1px 0 #c96;
          box-shadow: 0 1px 0 #c96;
}

.post.post-list {
  margin-bottom: 2rem;
  padding-bottom: 4rem;
}
.post.post-list .entry-body {
  padding: 2rem 0;
}
.post.post-list .entry-media {
  margin-bottom: 2rem;
}

.post-wrapper:last-child .post {
  border: none;
}

@media (min-width: 768px) {
  .post.post-list {
    border-bottom: 1px solid #e7e7e7;
  }
  .post.post-list .entry-body {
    margin-bottom: 0;
  }
  .post.post-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post.post-list .entry-media {
    margin-bottom: 0;
    margin-right: 1rem;
    width: calc(100% - 1rem);
  }
  .post.post-list .col-md-5 {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .post.post-list .col-md-7 {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    max-width: 55%;
  }
}
.mfp-close-btn-in .mfp-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
}
.mfp-close-btn-in .mfp-close:active {
  top: 1.5rem;
}

/* Icon boxes */
.icon-box {
  color: #999999;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.icon-box .icon-box-title {
  margin: 0;
}
.icon-box i {
  display: block;
}
.icon-box.icon-box-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.icon-box .icon-box-desc {
  margin: 0;
}
.icon-box.icon-inner-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.icon-box.icon-inner-content .icon-box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-box.icon-box-bordered {
  position: relative;
}
.icon-box.icon-box-bordered:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ebebeb;
}

.icon-box-icon.icon-stacked i, .icon-box-icon.icon-framed i {
  padding: 20px;
}
.icon-box-icon.icon-stacked i {
  color: #fff;
}
.icon-box-icon.icon-framed i {
  border: 2px solid;
  background-color: #fff;
}
.icon-box-icon:not(.icon-default).icon-circle i {
  border-radius: 50%;
}

.icon-box .icon-box-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.9rem;
}

.icon-box-title,
.icon-box-desc {
  word-break: break-word;
}

.icon-box-icon {
  font-size: 4rem;
  line-height: 1;
}

.icon-box-content p:last-child {
  margin-bottom: 0;
}

.icon-box-left {
  position: relative;
  padding-left: 70px;
}
.icon-box-left .icon-box-icon {
  position: absolute;
  left: 0;
  top: -1rem;
}

.icon-box-circle .icon-box-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  color: #fff;
  background-color: #cc9966;
}
.icon-box-circle.icon-box-left {
  padding-left: 100px;
}
.icon-box-circle.icon-box-left .icon-box-icon {
  left: 1rem;
}

/* Icon Box Card */
.icon-box-card {
  background-color: #fafafa;
  padding: 6.5rem 2rem 6rem;
}
.icon-box-card .icon-box-title {
  font-weight: 600;
}
.icon-box-card .icon-box-icon {
  margin-bottom: 1.3rem;
}

/* Icon Boxes */
.icon-boxes-container {
  background-color: #f7f7f7;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}
.icon-boxes-container.bg-dark .icon-box-icon {
  color: #666666;
}
.icon-boxes-container.bg-dark .icon-box-title {
  color: #fff;
}

.icon-box-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.icon-box-side .icon-box-icon {
  display: inline-block;
  line-height: 0;
  text-align: center;
  margin-bottom: 0;
}
.icon-box-side .icon-box-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .icon-box {
    margin-bottom: 4rem;
  }

  .icon-box-side {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .icon-boxes-separator [class*=col-] + [class*=col-]:before {
    content: "";
    display: block;
    width: 1px;
    height: 5.3rem;
    background-color: #e9e9e9;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    margin-top: -2.55rem;
  }
}
@media (max-width: 1199px) {
  .icon-box-sm br {
    display: none;
  }
}
/* Hotspot */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    opacity: 0;
  }
}
.elementor-element.elementor-widget-molla_hotspot {
  position: absolute;
  width: auto;
}

.hotspot-wrapper {
  color: #fff;
  z-index: 1;
}

.hotspot {
  display: block;
}

.hotspot-inner {
  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;
  color: inherit;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hotspot-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: scale;
  -webkit-animation: pulsate 3.5s ease-out infinite;
  animation: pulsate 3.5s ease-out infinite;
}
.hotspot-inner:hover, .hotspot-inner:focus {
  color: inherit;
}
.hotspot-inner.btn-quickview:before {
  content: none;
}

.hotspot-product .tooltip {
  width: 250px;
  padding: 3px;
}
.hotspot-product .product .product-title {
  margin-bottom: 10px;
}
.hotspot-product .product .price {
  margin-bottom: 5px;
}
.hotspot-product .product .price {
  font-size: 1.4rem;
}
.hotspot-product .product .btn-cart {
  border: none;
  text-transform: capitalize;
}
.hotspot-product .product .btn-cart:before {
  content: none;
}
.hotspot-product .product .product-action {
  display: inline-block;
  position: static;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.hotspot-product .product .product-action .btn-cart {
  padding: 1rem 0;
  background-color: transparent;
}
.hotspot-product .product .product-body {
  padding: 0 0 0 1.6rem;
}
.hotspot-product .added_to_cart {
  display: none;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
.progress-bar {
  height: 15px;
  background-color: #ebebeb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar .progress-size {
  position: relative;
  width: 0;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.progress-bar .progress-size.negative {
  width: 100%;
}
.progress-bar .progress-size:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-size: 1rem 1rem;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/*-------------------- Page Styles --------------------*/
.more-container {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.infinite-scroll ~ .more-container {
  margin: 0;
  padding-bottom: 20px;
}

.btn-more {
  border: 1px solid #d7d7d7;
}
.btn-more:hover, .btn-more:focus {
  color: #fff;
}

.icon-box-card {
  background-color: transparent;
  padding: 2rem;
}

.icon-box-icon {
  color: #333;
  font-size: 3.4rem;
}

.mfp-ready.mfp-bg {
  opacity: 0.4;
}

.mfp-bg.molla-loading {
  position: fixed;
  height: 100vh !important;
}

.mfp-container .mfp-content .quickView-content {
  padding: 4rem;
  background-color: #fff;
}
.mfp-container .mfp-content .quickView-content::-webkit-scrollbar {
  display: none;
}
.mfp-container .mfp-content .quickView-content .carousel-dot img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}
.mfp-container .mfp-content .quickView-content .carousel-dot.active img {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #c96;
          box-shadow: 0 0 0 1px #c96;
}
.mfp-container .mfp-content .quickView-content .carousel-dot:hover img, .mfp-container .mfp-content .quickView-content .carousel-dot:focus img {
  opacity: 1;
}
.mfp-container .mfp-content .quickView-content .product-gallery-carousel,
.mfp-container .mfp-content .quickView-content .product-image-gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}
.mfp-container .mfp-content .quickView-content .summary .ratings-text {
  display: none;
}
.mfp-container .mfp-content .quickView-content .ratings-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mfp-container .mfp-content .quickView-content .ratings-container .ratings-text {
  display: block;
}
@media (min-width: 992px), (max-width: 767px) and (min-width: 576px) {
  .mfp-container .mfp-content .quickView-content.vertical .product-gallery-carousel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding: 0 5px;
    margin-bottom: 0;
  }
  .mfp-container .mfp-content .quickView-content.vertical .product-image-gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    margin-bottom: 0;
  }
}
.mfp-container .mfp-content .quickView-content .product-gallery .row {
  margin-left: 0;
  margin-right: 0;
}
.mfp-container .mfp-content .quickView-content .product-gallery a {
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.mfp-container .mfp-content .quickView-content .images {
  margin-bottom: 0;
}
.mfp-container .mfp-content .quickView-content .images > row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.mfp-container .mfp-content .quickView-content.horizontal .product-image-gallery {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.mfp-container .mfp-content .quickView-content .yith-wcwl-add-to-wishlist {
  padding: 7px 0;
}
.mfp-container .mfp-content .quickView-content .entry-summary {
  margin-bottom: 0;
  margin-top: 0;
}
.mfp-container .mfp-content .quickView-content .product_meta {
  padding: 1rem 0;
}
.mfp-container .mfp-content .quickView-content .product-meta-wrap {
  margin-right: 2rem;
}
.mfp-container .mfp-content .quickView-content .product-meta-wrap {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.mfp-container .mfp-content .quickView-content form.cart .quantity {
  margin-bottom: 2rem;
}
.mfp-container .mfp-content .quickView-content form.cart .button {
  margin-right: 4rem;
}
.mfp-container .mfp-content .quickView-content form.cart .yith-wcwl-add-to-wishlist {
  display: inline-block;
}

.mfp-molla-lightbox .mfp-content {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mfp-molla-lightbox .mfp-container {
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  padding: 0;
}
.mfp-molla-lightbox .molla-lightbox-container {
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.mfp-molla-lightbox .molla-lightbox-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.mfp-molla-lightbox.mfp-bg {
  z-index: 1079;
}
.mfp-molla-lightbox.mfp-wrap {
  z-index: 1089;
}

.zoomWindowContainer .zoomWindow {
  height: 100% !important;
}

.quickView-content .product-gallery-carousel .owl-nav button {
  top: 50%;
  margin: 0;
  border: none;
  font-size: 3rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.quickView-content .product-gallery-carousel .owl-nav .owl-prev {
  left: 30px;
  right: auto;
}
.quickView-content .product-gallery-carousel .owl-nav .owl-prev i:before {
  content: "\f111";
}
.quickView-content .product-gallery-carousel .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
.quickView-content .product-gallery-carousel .owl-nav .owl-next i:before {
  content: "\f112";
}
.quickView-content .product-intro {
  margin-bottom: 0;
}
.quickView-content .entry-summary {
  -webkit-mask-image: linear-gradient(to top, transparent 5px, #000 20px);
  mask-image: linear-gradient(to top, transparent 5px, #000 20px);
  -webkit-overflow-scrolling: touch;
}
.quickView-content .entry-summary::-webkit-scrollbar {
  width: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.quickView-content .entry-summary::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.quickView-content .product form.grouped_form tr {
  display: block;
}
.mfp-container .mfp-content .quickView-content form.grouped_form .quantity {
  margin-bottom: 0;
}
.quickView-content .product form.grouped_form .woocommerce-grouped-product-list-item__quantity {
  display: block;
}

@media (min-width: 992px) {
  .quickView-content .entry-summary {
    max-height: 530px;
    overflow-y: auto;
  }

  .quickView-content.vertical .entry-summary {
    max-height: 500px;
    overflow-y: auto;
  }

  .quickView-content .summary.entry-summary {
    padding-right: 1rem;
  }
}
.container.quickView-container {
  width: 576px;
}

@media (min-width: 992px) {
  .container.quickView-container {
    width: 950px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .mfp-container .mfp-content .quickView-content .summary {
    margin-top: 2rem;
  }

  .quickView-content {
    max-height: 90vh;
    overflow: scroll;
  }
}
.quickView-container {
  position: relative;
}
.quickView-container button.mfp-close {
  color: #666;
  font-size: 1.8rem;
  top: 1.5rem;
  left: auto;
  right: 3rem;
  display: block;
  width: 2rem;
  height: 2rem;
}

@media (min-width: 1200px) {
  .quickView-content > .row .product-fullscreen {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 2rem);
            flex: 0 0 calc(50% + 2rem);
    max-width: calc(50% + 2rem);
    padding-left: 0;
    padding-right: 0;
  }
}
.mfp-wrap .mfp-content {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

@media (max-width: 575px) {
  .mfp-container .mfp-content .quickView-content {
    padding: 2rem;
  }

  .quickView-container button.mfp-close {
    top: 0.5rem;
    right: 2.5rem;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .quickView-container button.mfp-close {
    right: 1.5rem;
  }
}
.section-scroll-nav,
.section-scroll-btn {
  position: fixed;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-scroll-nav {
  font-size: 1.3rem;
  right: 7rem;
}
.section-scroll-nav a {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-scroll-nav .active a {
  height: 18px;
  border-radius: 3rem;
}
.section-scroll-nav li:hover span {
  opacity: 1;
  padding-right: 1.5rem;
  right: calc(100% + 10px);
}
.section-scroll-nav li + li {
  margin-top: 10px;
}
.section-scroll-nav span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9999px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  white-space: nowrap;
  border-radius: 3px;
  color: #fff;
  background-color: #222;
  opacity: 0;
  -webkit-transition: opacity 0.2s, padding 0.4s;
  transition: opacity 0.2s, padding 0.4s;
}
.section-scroll-nav ul {
  margin: 0;
}

@media (max-width: 991px) {
  .section-scroll-nav {
    right: 3rem;
  }
}
.section-scroll-btn {
  left: 7rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fit-video .wp-video, .fit-video video {
  width: 100% !important;
  height: auto;
}

.owl-carousel .owl-item .mejs-poster-img {
  display: none;
}

.wpml-ls-menu-item .wpml-ls-flag {
  max-width: 18px;
}
.wpml-ls-menu-item .wpml-ls-display,
.wpml-ls-menu-item .wpml-ls-native {
  color: inherit;
}

.widget-title {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.canvas-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  padding: 20px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.sidebar-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1059;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

.canvas-overlay {
  display: block;
}

.canvas-active .canvas-container {
  -webkit-transform: none;
          transform: none;
}
.canvas-active .canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.canvas-active .sticky-header .canvas-container,
.canvas-active .sticky-header .canvas-overlay {
  min-height: 100vh;
}

@media (max-width: 575px) {
  .canvas-container {
    width: 280px;
  }
}
.woocommerce .yith-woo-ajax-reset-navigation a.button {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  background-color: transparent;
  border: none;
  padding: 0;
}
.woocommerce .yith-woo-ajax-reset-navigation a.button:hover, .woocommerce .yith-woo-ajax-reset-navigation a.button:focus {
  background-color: transparent;
}

.filter-items-count .filter-item {
  padding-right: 4rem;
}

.filter-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.filter-btn i {
  font-size: 1.6rem;
  margin-right: 0.9rem;
}

.widget-ordering.widget_layered_nav .woocommerce-ordering {
  float: none;
}

.ordering-list + .select-custom {
  display: none;
}

.sub-filter-items {
  padding-left: 2.7rem;
}

.yith-wcan-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a {
  background-position: right;
}

.shop-toolbox .nav-filter {
  margin-bottom: 0;
}
.shop-toolbox .nav-filter a {
  color: #777;
}
.shop-toolbox .nav-filter .active a {
  border-bottom: 1px solid;
}
.shop-toolbox .toolbox-left,
.shop-toolbox .toolbox-right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.shop-toolbox .toolbox-right {
  margin-left: auto;
}

@media (max-width: 991px) {
  .shop-toolbox .toolbox-right {
    margin-right: auto;
  }
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a {
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #cccccc;
          box-shadow: 0 0 0 1px #cccccc;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:after,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:after {
  color: #fff;
  font-family: "molla";
  content: "\ec2d";
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.01s;
  transition: opacity 0.01s;
}

.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
  opacity: 1;
  visibility: visible;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li {
  margin-bottom: 0;
}

.filter-price {
  padding-top: 0.2rem;
  padding-bottom: 3rem;
}

.price_label {
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}

#price_slider:hover, #price_slider:focus,
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  cursor: pointer !important;
}

.widget_price_filter.widget button {
  margin-top: 4rem;
}

/* Category */
.toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}
.toolbox::after {
  display: block;
  clear: both;
  content: "";
}
.toolbox .orderby {
  font-size: 1.3rem;
  padding-right: 2rem;
  max-width: 140px;
  min-width: 140px;
  background-color: transparent;
  border-color: #e4e4e4;
}
.toolbox .select-custom,
.toolbox .toolbox-sort form {
  margin-bottom: 0;
}
.toolbox .select-custom::after,
.toolbox .toolbox-sort form::after {
  right: 0.9rem;
  font-size: 1rem;
}
.toolbox label,
.toolbox .toolbox-sort .label-sortby {
  font-weight: 400;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.toolbox .form-control,
.toolbox select {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 0.45rem 1rem;
  height: 30px;
  margin-bottom: 0;
  border: 1px solid #d7d7d7;
}
.toolbox select:not([size]):not([multiple]) {
  height: 30px;
}
.toolbox .toolbox-sort form {
  margin: 0;
}
.toolbox .toolbox-sort .label-sortby {
  margin-right: 1.6rem;
}
.toolbox [class*=toolbox-] p {
  margin: 0;
}

.toolbox-left,
.toolbox-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-sidebar .toolbox-left,
.top-sidebar .toolbox-right {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.toolbox-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.toolbox-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.toolbox-info {
  color: #ccc;
}
.toolbox-info p {
  color: #ccc;
  font-weight: 400;
}
.toolbox-info span {
  color: #333333;
}

.toolbox-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toolbox-layout {
  margin-top: 0;
  margin-right: -0.5rem;
  margin-left: 1rem;
}

.toolbox + .products.owl-carousel .owl-stage-outer {
  margin-top: -2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-layout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem;
}
.btn-layout + .btn-layout {
  margin-left: 0.5rem;
}
.btn-layout svg {
  fill: #dadada;
  -webkit-transition: fill 0.35s;
  transition: fill 0.35s;
}
.btn-layout:hover svg, .btn-layout:focus svg, .btn-layout.active svg {
  fill: #333;
}

@media (min-width: 768px) and (max-width: 991px) {
  .toolbox-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 991px) {
  .toolbox .toolbox-left,
.toolbox .filter-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .toolbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .toolbox > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.pswp .pswp__bg {
  background: rgba(51, 51, 51, 0.4);
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  font-size: 3.2rem;
  color: #fff;
}
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  font-family: "molla";
  background: transparent;
  top: 2rem;
  opacity: 1;
}
.pswp .pswp__button--arrow--left:before {
  content: "\f111";
  left: 2rem;
}
.pswp .pswp__button--arrow--right:before {
  content: "\f112";
  right: 2rem;
}
.pswp .pswp__caption {
  background: transparent;
}
.pswp .pswp__caption .pswp__caption__center {
  text-align: center;
  color: #fff;
}
.pswp .pswp__scroll-wrap {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.pswp__top-bar,
.pswp__caption {
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1), background-color 0.3s 0.5s;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1), background-color 0.3s 0.5s;
}

.pswp:not(.pswp--animated-in) .pswp__top-bar,
.pswp:not(.pswp--animated-in) .pswp__caption {
  background-color: transparent;
}

.pswp--visible .pswp__scroll-wrap {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.woocommerce-Tabs-panel--seller .vendor-banner img,
.woocommerce-Tabs-panel--vendor .vendor-banner img,
.woocommerce-Tabs-panel--wcfm_product_store_tab .vendor-banner img {
  border-radius: 5px;
  min-height: 29.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-Tabs-panel--seller .vendor-user,
.woocommerce-Tabs-panel--vendor .vendor-user,
.woocommerce-Tabs-panel--wcfm_product_store_tab .vendor-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
.woocommerce-Tabs-panel--seller .vendor-user a,
.woocommerce-Tabs-panel--vendor .vendor-user a,
.woocommerce-Tabs-panel--wcfm_product_store_tab .vendor-user a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333333;
  border: none !important;
}
.woocommerce-Tabs-panel--seller .vendor-logo,
.woocommerce-Tabs-panel--vendor .vendor-logo,
.woocommerce-Tabs-panel--wcfm_product_store_tab .vendor-logo {
  width: 8rem;
  margin-right: 2rem;
}
.woocommerce-Tabs-panel--seller .vendor-logo img,
.woocommerce-Tabs-panel--vendor .vendor-logo img,
.woocommerce-Tabs-panel--wcfm_product_store_tab .vendor-logo img {
  border: 1px solid #eee;
  border-radius: 5px;
}

.sp-vendor-info {
  margin-bottom: 3rem;
}
.sp-vendor-info > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0;
}
.sp-vendor-info > li > span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
  padding-right: 1rem;
  color: #333;
}

.single-product .woocommerce-breadcrumb,
.single-product .summary h2,
.single-product .summary h3 {
  border: none;
}

.product .summary.sticky-sidebar {
  z-index: 1000;
}

.product-intro {
  margin-bottom: 3rem;
}
.product-intro.gallery-product {
  margin-bottom: 6rem;
}
.product-intro.gallery-product .product-gallery.images {
  margin-bottom: 4rem;
}
.sidebar-wrapper .product-intro {
  margin-bottom: 2.1rem;
}

.product-gallery {
  margin-bottom: 2rem;
}

.product-main-image {
  position: relative;
}
.product-main-image img {
  max-width: none;
  width: 100%;
}
.product-main-image .woocommerce-product-gallery__image {
  z-index: 0;
}

.woocommerce table.woocommerce-product-attributes {
  display: block;
  border: none;
}
.woocommerce table.woocommerce-product-attributes tr,
.woocommerce table.woocommerce-product-attributes th,
.woocommerce table.woocommerce-product-attributes td {
  display: block;
  border: none;
  padding: 0;
}
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) th,
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) td {
  background: none;
}
.woocommerce table.woocommerce-product-attributes.shop_attributes th {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.woocommerce div.product div.images.product-gallery-separated .product-main-image {
  padding: 0;
}

.product-gallery-separated .woocommerce-product-gallery__image {
  display: block;
}
.product-gallery-separated .woocommerce-product-gallery__image + .woocommerce-product-gallery__image {
  margin-top: 1rem;
}

.woocommerce-product-gallery__image {
  position: relative;
}
.woocommerce-product-gallery__image > a {
  display: block;
  position: relative;
}
.woocommerce-product-gallery__image .sp-actions-wrapper {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1000;
}
.woocommerce-product-gallery__image .sp-actions-wrapper i {
  line-height: 4rem;
}
.woocommerce-product-gallery__image .sp-actions-wrapper .sp-action {
  display: block;
  text-align: center;
  width: 4rem;
  height: 4rem;
  color: #999;
  font-size: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
          box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.woocommerce-product-gallery__image .sp-actions-wrapper .sp-action:hover,
.woocommerce-product-gallery__image .sp-actions-wrapper .sp-action:focus {
  color: #fff;
}
.woocommerce-product-gallery__image .sp-actions-wrapper .sp-action + .sp-action {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.woocommerce-product-gallery__image .sp-actions-wrapper .sp-action + .sp-action + .sp-action {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.woocommerce-product-gallery__image .sp-action + .sp-action {
  margin-top: 1rem !important;
}
.woocommerce-product-gallery__image:hover .sp-action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.single-product-details {
  margin-top: 1rem;
}

.product_meta + .single-product-details {
  margin-top: 1.7rem;
}

.product .product-image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
}

.thumbnails-wrap {
  width: 100%;
}

.product-image-gallery a {
  position: relative;
  display: block;
}
.product-image-gallery a img {
  max-width: none;
  width: 100%;
}
.product-image-gallery a:before, .product-image-gallery a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.product-image-gallery a:before {
  opacity: 0;
  visibility: hidden;
  border: 1px solid #cc9966;
}
.product-image-gallery a:after {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-image-gallery a.active:before {
  visibility: visible;
  opacity: 1;
}
.product-image-gallery a:hover:after, .product-image-gallery a.active:after {
  opacity: 0;
  visibility: hidden;
}

.gallery-vertical .product-gallery .row {
  margin-left: 0;
  margin-right: 0;
}
.gallery-vertical .product-gallery .product-image-gallery,
.gallery-vertical .product-gallery .product-main-image {
  width: 100%;
}

/* Important for image zoom in carousel */
.product-gallery-carousel.owl-carousel {
  z-index: 0;
}
.product-gallery-carousel.owl-carousel .owl-item:not(.active) {
  pointer-events: none;
}
.product-gallery-carousel.owl-carousel .owl-nav button {
  margin-top: -21px;
}

.product-gallery-carousel.owl-nav-top {
  padding-top: 4rem;
}
.product-gallery-carousel.owl-nav-top .owl-nav {
  top: 0;
  right: 0;
}
.product-gallery-carousel.owl-simple .owl-prev {
  left: -42px;
}
.product-gallery-carousel.owl-simple .owl-next {
  right: -42px;
}
.product-gallery-carousel.owl-nav-rounded .owl-prev {
  left: -30px;
}
.product-gallery-carousel.owl-nav-rounded .owl-next {
  right: -30px;
}

.woocommerce div.product .product-gallery-carousel.owl-carousel .product-main-image {
  margin: 0;
  padding: 0;
}

.product-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .woocommerce-breadcrumb > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product-pager {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
.product-pager-link {
  position: relative;
  z-index: 100;
}
.product-pager-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ccc;
}
.product-pager-link:not(:hover) i, .product-pager-link:not(:focus) i {
  color: #666;
}
.product-pager-link i {
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.product-pager-link span {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-pager-link:hover .dropdown, .product-pager-link:focus .dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.product-pager-link .product-pager-prev + .dropdown {
  left: 0;
  right: auto;
}
.product-pager-link:last-of-type .dropdown {
  right: 0;
  left: auto;
}
.product-pager-link .dropdown {
  position: absolute;
  top: 100%;
  padding-top: 1rem;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.product-pager-link + .product-pager-link {
  margin-left: 3rem;
}
.product-pager-link .product-thumbnail a {
  position: relative;
  display: block;
  padding: 1rem;
  background-color: #fff;
}
.product-pager-link .product-thumbnail .product-title {
  text-align: center;
  font-size: 1.3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.product-pager-link .product-thumbnail {
  border-radius: 0.5rem;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
          box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.product-pager-prev i {
  margin-right: 0.5rem;
}

.product-pager-next i {
  margin-left: 0.5rem;
}

.woocommerce .product .product-intro .price {
  font-size: 2.4rem;
}
.woocommerce .product .product-intro .woocommerce-product-rating {
  margin-bottom: 1.3rem;
}

.summary.entry-summary {
  background-color: transparent;
  border: none;
  padding: 0;
}
.summary.entry-summary .woocommerce-product-rating .ratings-text,
.summary.entry-summary .ratings-container {
  display: inline-block;
  vertical-align: middle;
}
.summary.entry-summary::-webkit-scrollbar {
  height: 7px;
  width: 4px;
}
.summary.entry-summary::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.summary .row .product_meta {
  border-top-width: 0;
}

.product-intro .product_title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 1.4rem;
  margin-top: -0.5rem;
  padding-right: 1rem;
  border: none;
}
.product-intro form .product_title {
  margin-bottom: 1.5rem;
}
.product-intro label {
  margin: 0;
}
.product-intro .product-gallery-carousel {
  padding: 0;
}
.product-intro .woocommerce-product-details__short-description {
  color: #777;
}
.product-intro .woocommerce-product-details__short-description * {
  color: inherit;
}
.product-intro .woocommerce-product-details__short-description p {
  font-weight: 300;
  margin-bottom: 1.6rem;
  line-height: 1.86;
}
.product-intro .woocommerce-product-rating .star-rating {
  margin: 0 0.8rem 0 0;
}
.product-intro .ratings-text {
  margin: 0;
}
.product-intro .star-rating {
  font-size: 1.4rem;
}
.product-intro .new-price {
  margin-right: 1rem;
}
.product-intro .product-content {
  margin-bottom: 1.6rem;
}
.product-intro .product-content p:last-child {
  margin-bottom: 0;
}
.product-intro .deal-container {
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-intro .deal-prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.025em;
  font-weight: 700;
}
.product-intro .deal-prefix span:not(:last-child) {
  margin: 0 3px 0 7px;
}
.product-intro .block-type .deal-countdown {
  margin-left: -0.5rem;
  margin-right: 0;
}
.product-intro .block-type .deal-countdown .countdown-section {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: #fafafa;
  border-color: #fafafa;
}
.product-intro .block-type .deal-countdown .countdown-section:after {
  color: #fff;
}
.product-intro .block-type .deal-countdown .countdown-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-intro .posted_in,
.product-intro .tagged_as {
  font-weight: 400;
  font-size: 1.4rem;
}
.product-intro .posted_in a,
.product-intro .tagged_as a {
  color: #666;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: capitalize;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.product-intro .posted_in a:first-of-type,
.product-intro .tagged_as a:first-of-type {
  margin-left: 0.7rem;
}
.product-intro .yith-wcwl-add-to-wishlist a:before {
  position: relative;
  top: 1px;
}
.product-intro .yith-wcwl-add-to-wishlist span {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.product-intro .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  font-size: 1.4rem;
}
.product-intro .yith-wcwl-add-to-wishlist a {
  color: #666;
}
.product-intro .yith-wcwl-add-to-wishlist a:before {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.product-intro .product_meta {
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid #ebebeb;
}
.product-intro .product_meta .wcml_currency_switcher {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  display: none;
}
.product-intro .product_meta .wcml_currency_switcher > ul {
  width: 100%;
  max-width: 20rem;
  display: inline-block;
}
.product-intro .product_meta .wcml_currency_switcher .wcml-spinner {
  position: static;
  display: inline;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
}
.product-intro .social-icons .social-label {
  margin-right: 1rem;
}
.product-intro .social-icons .circle-type .social-icon:not(:last-child) {
  margin-right: 0.5rem;
}
.product-intro .social-icons ~ .single-product-details {
  margin-top: 3rem;
}
.product-intro .social-icon {
  margin-bottom: 0;
}
.product-intro .product-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0.7rem 0;
}
.product-intro .wc-tabs-wrapper {
  margin-bottom: 2rem;
}
div.product .product-intro form.cart div.quantity {
  margin-bottom: 2rem;
}
.product-intro .yith-wcwl-add-to-wishlist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 40px;
}
.product-intro form .single_add_to_cart_button {
  margin-right: 4rem;
}
.product-intro.gallery-product .single_add_to_cart_button {
  margin: 0;
}
.product-intro.gallery-product .yith-wcwl-add-to-wishlist {
  display: block;
}
.product-intro .sticky-bar.fixed .qty-cart {
  margin-bottom: 0;
}
.product-intro .price del {
  text-decoration: line-through;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
}
.woocommerce div.product form.cart .variations select.form-control {
  margin: 0;
  padding-right: 3rem;
}

.woocommerce div.product form.cart table, .woocommerce div.product form.cart table tbody {
  display: block;
}

.product form.cart tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
  text-align: left;
  margin-right: 1em;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-left: 0;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}

.woocommerce div.product form.cart .add_to_cart_button {
  width: 198px;
}

.woocommerce div.product .entry-summary form.cart .form-control,
.woocommerce div.product .entry-summary form.cart .input-text {
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: #d7d7d7;
  min-width: 131px;
}

.variations label {
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.variations label:after {
  content: ":";
}
.variations .nav-thumbs ~ .select-custom {
  display: none;
}
.variations .select-custom {
  margin: 0;
  font-size: 1rem;
}
.variations .select-custom:after {
  font-size: 1rem;
  right: 0.9rem;
}
.variations select.form-control {
  padding-right: 3rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.variations select.form-control option:first-child {
  display: none;
}
.variations .reset_variations {
  margin-left: 1em;
}
.variations tr,
.variations tr .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single_variation_wrap,
.variations tr + tr {
  margin-top: 2rem;
}

.woocommerce div.product form.cart .button {
  float: none;
}

.quantity label,
.variations label {
  min-width: 67px;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.size-guide {
  color: #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3.9rem;
}
.size-guide i {
  font-size: 1.8rem;
  margin-right: 0.7rem;
}

.quantity .input-group {
  max-width: 131px;
}
.quantity .form-control {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  text-align: center;
  margin-bottom: 0;
}

.woocommerce .product .product-intro form .button {
  padding: 1.2rem 1.5rem;
  width: 198px;
  max-width: 100%;
  border: 0.1rem solid #cc9966;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.35s, color 0.35s, -webkit-box-shadow 0.35s;
  transition: background-color 0.35s, color 0.35s, -webkit-box-shadow 0.35s;
  transition: box-shadow 0.35s, background-color 0.35s, color 0.35s;
  transition: box-shadow 0.35s, background-color 0.35s, color 0.35s, -webkit-box-shadow 0.35s;
}
.woocommerce .product .product-intro form .button:before {
  font-family: "molla";
  font-size: 1.8rem;
  margin-right: 0.4rem;
  line-height: 0;
}
.woocommerce .product .product-intro form .button:hover, .woocommerce .product .product-intro form .button:focus {
  color: #fff;
}

.woocommerce .single_add_to_cart_button:before {
  content: "\e812";
}

.wc-tabs-wrapper {
  margin-bottom: 5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  border-bottom: none;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
  margin-left: 2rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #333333;
  font-size: 1.6rem;
  padding: 0.55rem 3rem;
  text-transform: capitalize;
}

@media (max-width: 991px) and (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li + li {
    margin-left: 1rem;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 575px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li + li {
    margin: 0;
  }
}
.summary .tab-content h2 {
  border: none;
  margin-bottom: 1.8rem;
}
.summary .accordion {
  margin-bottom: 0;
}

.product .price .amount {
  font-size: inherit;
}

.product .tab-content ul,
.product .accordion ul {
  color: #333;
}

.product .tab-content {
  border: 1px solid #dadada;
  margin-top: -0.1rem;
  border-radius: 0.3rem;
  padding: 2rem 3rem 4.5rem;
}
.product .tab-content h2 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}
.product .tab-content .woocommerce-Reviews-title {
  font-weight: 500;
}
.product .tab-content p {
  color: #999;
}
.product .tab-content blockquote {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
}
.product .tab-content blockquote p {
  margin-bottom: 0;
}
.product .tab-content blockquote cite {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.product .tab-content .woocommerce-Tabs-panel > *:last-child {
  margin-bottom: 0;
}

.product .tab-content a:not([class*=star-]) {
  color: #333;
  border-bottom: 1px solid #b8b8b8;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.reviews h3 {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  margin-bottom: 2.3rem;
}

.review {
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
}
.review:last-child {
  margin-bottom: 0;
}
.review .col-auto {
  min-width: 120px;
  padding-right: 2rem;
}
.review h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
}
.review h4 a {
  color: inherit;
}
.review .ratings-container {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.recommend {
  position: relative;
}
.recommend:before {
  content: "Already chosen";
  position: absolute;
  padding-top: 0.3rem;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.fade-out:before {
  opacity: 0;
  visibility: hidden;
}

.fade-in:before {
  opacity: 1;
  visibility: visible;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  font-size: 1.4rem;
  color: #ccc;
}
.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__author,
.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__dash {
  display: none;
}

.product .comment_container .woocommerce-review-link {
  display: none;
}

.product .woocommerce-Reviews .comment-reply-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.review .description {
  margin-bottom: 0.8rem;
}
.review .description p {
  margin-bottom: 0;
  word-break: break-word;
}

.review-action {
  font-size: 1.2rem;
}
.review-action .recommend {
  color: #999999;
  border: none;
  padding: 0 0 0.3rem 0;
  line-height: 1.3;
  background-color: transparent;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.review-action .recommend + .recommend {
  margin-left: 1.6rem;
}
.review-action i {
  font-size: 1.4rem;
  margin-right: 0.6rem;
}

.product .center-mode .product_title,
.product .center-mode .woocommerce-product-rating,
.product .center-mode .woocommerce-product-details__short-description,
.product .center-mode form {
  text-align: center;
}
.product .center-mode .woocommerce-product-details__short-description {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.product .center-mode .price,
.product .center-mode .quantity,
.product .center-mode .variations tr,
.product .center-mode .variations td,
.product .center-mode .deal-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product .center-mode .woocommerce-variation-price .amount,
.product .center-mode .stock-progress {
  margin-left: auto;
  margin-right: auto;
}
.product .center-mode td.value {
  position: relative;
}
.product .center-mode .summary form.cart div.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 2rem 0 0;
}
.product .center-mode .single_add_to_cart_button {
  margin: 0;
}
.product .center-mode .summary {
  text-align: center;
}
.product .center-mode .summary .quantity label {
  display: none;
}
.product .center-mode .summary .quantity .input-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}
.product .center-mode .summary form.cart .quantity .form-control.qty {
  min-width: 0;
}
.product .center-mode .summary .sticky-bar:not(.fixed) .yith-wcwl-add-to-wishlist {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.2rem;
}
.product .center-mode .summary .sticky-bar:not(.fixed) .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .center-mode .yith-wcwl-add-to-wishlist {
  line-height: 1.4;
}
.product .center-mode .reset_variations {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(calc(100% + 1rem));
          transform: translateX(calc(100% + 1rem));
}

/* Product Gallery */
.gallery-product.center-mode .product_meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-product.center-mode form.cart tr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-product .summary {
  margin-bottom: 6rem;
}
.gallery-product .summary [class*=col-] {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.gallery-product .summary [class*=col-] + [class*=col-]:before {
  content: "";
  width: 1px;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ebebeb;
}
.gallery-product .summary .product_meta {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.gallery-product .summary .social-icons {
  margin-top: 1.6rem;
}
.gallery-product .summary .social-icons .social-icons {
  margin: 0;
}
.gallery-product .summary .single_variation_wrap, .gallery-product .summary.entry-summary .cart {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .gallery-product .summary .single_variation_wrap, .gallery-product .summary.entry-summary .cart {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .product .gallery-product [class*=col-] + [class*=col-]:before {
    top: 0.5rem;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    -webkit-transform: none;
            transform: none;
  }
}
/* Sticky Info */
.product-details-accordion .card {
  border: 1px solid #ebebeb;
}
.product-details-accordion .card .card-title a {
  background-color: #fafafa;
  font-weight: 400;
}
.product-details-accordion .card .card-title a:not(.collapsed) {
  background-color: #fff;
}
.product-details-accordion .card .card-body {
  padding-top: 0;
}
.product-details-accordion .card .card-body p:last-child {
  margin-bottom: 0.2rem;
}

.accordion .panel {
  padding-bottom: 0;
}

.product .product-details-accordion h2 {
  display: none;
}
.product .product-details-accordion .card-title {
  border: none;
}

.woocommerce div.product form.cart .qty-cart {
  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;
  margin-bottom: 2.2rem;
}
.woocommerce div.product form.cart .qty-cart button {
  float: none;
}
.woocommerce div.product form.cart .qty-cart label {
  display: none;
}
.woocommerce div.product form.cart .qty-cart .quantity {
  margin-right: 2rem;
}
.woocommerce div.product form.cart .qty-cart .quantity .form-control {
  min-width: 100px;
}

.related .title {
  margin-bottom: 3rem;
}

.thumb-vertical .product-image-gallery {
  padding-top: 1rem;
}

@-webkit-keyframes sticky-bar-animate {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sticky-bar-animate {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: auto;
  display: block;
}

.images .thumbnails-wrap > .vertical-nav {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin-bottom: 1rem;
}
.woocommerce div.product div.images .thumb-horizontal .woocommerce-product-gallery__wrapper {
  margin-bottom: 0;
}

.sticky-product .product-gallery .product-main-image,
.sticky-product .product-gallery .product-main-image,
.gallery-product .product-gallery .product-main-image {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}
.sticky-product .product-gallery .product-main-image .woocommerce-product-gallery__image,
.sticky-product .product-gallery .product-main-image .woocommerce-product-gallery__image,
.gallery-product .product-gallery .product-main-image .woocommerce-product-gallery__image {
  padding: 0;
}

.quickView-content.horizontal .thumbnails-outer {
  position: static;
}

@media (min-width: 992px), (max-width: 767px) and (min-width: 576px) {
  .images .thumbnails-wrap > .vertical-nav {
    display: block;
  }

  .gallery-vertical .woocommerce-product-gallery .product-labels {
    left: 21.8%;
  }
  .gallery-vertical .woocommerce-product-gallery .product-labels .label-polygon {
    left: -21.8%;
  }

  .gallery-vertical .woocommerce-product-gallery .thumb-horizontal .product-labels,
.quickView-content.horizontal .product-labels {
    left: 2rem;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin-bottom: 0;
  }

  .product-image-gallery {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .thumbnails-wrap .thumbnails-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }

  .product-gallery .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .product-gallery .sp-actions-wrapper {
    right: 2.5rem;
  }
  .product-gallery .product-main-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .product-gallery .product-main-image:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .product-gallery .product-image-gallery {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 0 0 0;
  }
  .product-gallery .thumb-vertical .product-image-gallery {
    padding-right: 1rem;
    padding-top: 0;
  }
  .product-gallery .product-thumb:not(:last-child) {
    margin-bottom: 1rem;
  }
  .product-gallery .product-main-image .woocommerce-product-gallery__image a {
    margin: 0;
  }
  .product-gallery a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .product-gallery a:before, .product-gallery a:after {
    left: 0;
    right: 0;
  }

  .thumb-vertical .thumbnails-outer {
    display: block;
    margin: 0;
  }
  .thumb-vertical .thumbnails-outer > div {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .thumb-vertical .product-gallery-carousel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .thumbnails-wrap {
    position: relative;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .thumbnails-wrap .vertical-nav [class*=nav-] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #444;
    border: none;
    opacity: 0;
    line-height: 1.3;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  }
  .thumbnails-wrap .vertical-nav [class*=nav-] i {
    font-size: 1.8rem;
  }
  .thumbnails-wrap .vertical-nav [class*=nav-]:hover {
    background-color: #fff;
  }
  .thumbnails-wrap .vertical-nav .nav-prev {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .thumbnails-wrap .vertical-nav .nav-next {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .thumbnails-wrap .vertical-nav [class*=nav-].disabled {
    opacity: 0;
    visibility: hidden;
  }
  .thumbnails-wrap .nav-prev.disabled {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .thumbnails-wrap .nav-next.disabled {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .thumbnails-wrap:hover .vertical-nav [class*=nav-]:not(.disabled), .thumbnails-wrap:focus .vertical-nav [class*=nav-]:not(.disabled) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.thumbnails-outer .owl-stage-outer {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.thumb-horizontal .thumbnails-wrap .thumbnails-outer {
  position: static;
}
.thumb-horizontal .product-image-gallery {
  margin-top: 1rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-gallery .thumb-horizontal .product-main-image, .product-gallery .thumb-horizontal .product-image-gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.product-gallery .product-gallery-masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: none;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.product-intro.sticky-product div.product-gallery .product-gallery-masonry div.woocommerce-product-gallery__image {
  max-width: 50%;
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.product-gallery-masonry .woocommerce-product-gallery__image a {
  margin-bottom: 1rem;
}

.product-intro.extended-product + .single-product-details {
  margin-top: 5rem;
}
.product-intro.extended-product + .single-product-details .tabs {
  border-top: 1px solid #ebebeb;
}
.product-intro.extended-product + .single-product-details .tabs.wc-tabs {
  overflow: visible;
}
.product-intro.extended-product + .single-product-details .tabs.wc-tabs li {
  margin-top: -1px;
}
.product-intro.extended-product + .single-product-details .tabs.wc-tabs li a {
  border-radius: 0;
  border-bottom: none;
  border-top: 2px solid transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-intro.extended-product + .single-product-details .tab-content {
  padding: 0;
  border: none;
}

.sticky-bar:not(.fixed) > div {
  padding: 0;
  width: auto;
}

.single-product-widget .product-intro .product_title {
  margin-top: 0;
}

@media (min-width: 992px) {
  .sticky-bar:not(.fixed) .sticky-bar-product,
.sticky-bar:not(.fixed) .price {
    display: none;
  }

  .woocommerce .product .sticky-bar.fixed p.price {
    font-size: 1.6rem;
  }
  .woocommerce .product .sticky-bar.fixed button.button {
    width: 200px;
  }
  .woocommerce .product .sticky-bar.fixed .quantity .input-group {
    width: 100px;
  }
  .woocommerce .product .sticky-bar.fixed .quantity .input-text,
.woocommerce .product .sticky-bar.fixed .quantity .form-control {
    min-width: 0;
  }
  .woocommerce .product .sticky-bar.fixed .sticky-bar-action div.quantity {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .woocommerce .product .sticky-bar.fixed div.qty-cart {
    margin-bottom: 0;
  }

  .sticky-bar.fixed {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-animation: 0.3s linear sticky-bar-animate;
            animation: 0.3s linear sticky-bar-animate;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
    -webkit-box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
            box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
  }
  .sticky-bar.fixed > div,
.sticky-bar.fixed .sticky-bar-product,
.sticky-bar.fixed .sticky-bar-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sticky-bar.fixed > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sticky-bar.fixed .quantity label {
    display: none;
  }
  .sticky-bar.fixed .sticky-bar-product img {
    max-width: 60px;
    margin-right: 2rem;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .sticky-bar.fixed .product-title {
    margin-bottom: 0;
    letter-spacing: -0.025em;
  }
  .sticky-bar.fixed .price {
    margin-bottom: 0;
    margin-right: 2rem;
    font-size: 1.6rem;
  }
  .sticky-bar.fixed .quantity {
    margin-right: 2rem;
  }
  .sticky-bar.fixed button.button {
    margin-right: 2rem;
  }
  .sticky-bar.fixed .btn-cart {
    min-width: 200px;
    margin-right: 2rem;
  }
  .sticky-bar.fixed .yith-wcwl-add-to-wishlist {
    font-size: 1.8rem;
    margin-right: 2rem;
  }
  .sticky-bar.fixed .yith-wcwl-add-to-wishlist span {
    display: none;
  }
  .sticky-bar.fixed .yith-wcwl-add-to-wishlist a:before {
    position: static;
    margin: 0;
  }
  .sticky-bar.fixed .yith-wcwl-add-to-wishlist:before {
    margin-right: 0;
  }
}
.woocommerce .product .sticky-product div.images .woocommerce-product-gallery__wrapper {
  margin-bottom: 1rem;
}

.woocommerce-Reviews .stars {
  display: inline-block;
}

.woocommerce-Reviews-title .woocommerce-noreviews {
  margin-left: 1rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #999;
}

.stock-progress {
  margin-bottom: 2rem;
  width: 500px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .sticky-bar-wrapper .container {
    padding: 0;
  }
  .sticky-bar-wrapper .sticky-bar-product {
    display: none;
  }

  .sticky-bar-action .price {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-gallery-separated {
    margin-bottom: 3rem;
  }
}
@media (max-width: 580px) {
  .product-intro:not(.center-mode) .product_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .review .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 399px) {
  .quantity label,
.variations label {
    min-width: 50px;
  }

  .product-intro .summary .size-guide {
    margin-left: 1.5rem;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
  }
  .product-intro .summary .size-guide i {
    position: absolute;
    text-indent: 0;
    left: 0;
  }
  .product-intro .summary .reset_variations {
    position: relative;
  }

  .product-intro:not(.center-mode) .reset_variations {
    margin-left: 4rem;
  }
}
@media (max-width: 339px) {
  .woocommerce .product .product-intro form.cart div.quantity {
    margin-left: 0;
    margin-right: 0;
  }

  .center-mode .summary .quantity + button {
    display: block;
    margin: 2rem auto 0;
  }
}
/* Single Entry - Post */
.post {
  margin-bottom: 4rem;
}
.post .entry-body {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .post,
.post .entry-body {
    margin-bottom: 1rem;
  }
}
.post-single .post {
  margin-bottom: 4rem;
}

.editor-content::after {
  display: block;
  clear: both;
  content: "";
}
.editor-content .float-left {
  margin-right: 2.8rem;
  margin-bottom: 1.5rem;
}
.editor-content .float-right {
  margin-left: 2.8rem;
  margin-bottom: 1.5rem;
}
.editor-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.editor-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.editor-content ul li {
  position: relative;
}

a:not([href]) {
  color: inherit;
}

.entry-footer {
  margin-top: 3.6rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-footer .social-icon-color .social-icon {
  font-size: 1.3rem;
}
.entry-footer .social-icon-color .social-icon.social-email {
  font-size: 1.5rem;
}

.entry-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 0.2rem;
}
.entry-tags span {
  margin-right: 1rem;
}
.entry-tags a {
  display: block;
  color: #999;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 0.3rem;
  padding: 0.45rem 0.9rem;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  margin: 2px 5px 2px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-tags a:hover, .entry-tags a:focus {
  background-color: #fff;
}

.entry-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5rem 3rem 4.6rem;
  background-color: #f7f7f7;
}
.entry-author-details h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.entry-author-details h4 a {
  color: inherit;
}

.post-password-form label input {
  margin-left: 1rem;
}

.author-media,
.comment-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
}
.author-media img,
.comment-media img {
  border-radius: 50%;
}

.comment-media {
  margin-right: 3rem;
}

@media (max-width: 575px) {
  .comment-media {
    display: none;
  }
}
.author-content p:last-child,
.comment-content p:last-child {
  margin-bottom: 0;
}

.author-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 2rem;
}

.author-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.author-link {
  color: #999999;
  letter-spacing: -0.01em;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.author-link i:before {
  content: "\f274";
}

@media (max-width: 767px) {
  .author-link {
    margin-top: 1rem;
    display: block;
  }
}
.pager-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
}

.pager-link {
  max-width: 100%;
}
.pager-link + .pager-link > a {
  border-top: 1px solid #ebebeb;
}
.pager-link.pager-link-prev > a {
  padding-left: 10rem;
  padding-right: 1rem;
}
.pager-link.pager-link-prev > a:after {
  content: "\f273";
  left: 3rem;
}
.pager-link.pager-link-next > a {
  padding-left: 1rem;
  padding-right: 10rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.pager-link.pager-link-next > a:after {
  content: "\f274";
  right: 3rem;
}

.pager-link > a {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.pager-link > a:after {
  color: #333;
  display: block;
  font-family: "molla";
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.35s 0.05s;
  transition: 0.35s 0.05s;
  margin-top: -0.8rem;
}
.pager-link > a:hover .pager-link-title, .pager-link > a:focus .pager-link-title {
  -webkit-box-shadow: 0 1px 0 #333;
          box-shadow: 0 1px 0 #333;
}

.pager-link-prev > a:hover,
.pager-link-prev > a:focus {
  padding-left: 7rem;
}
.pager-link-prev > a:hover:after,
.pager-link-prev > a:focus:after {
  left: 0;
}

.pager-link-next > a:hover,
.pager-link-next > a:focus {
  padding-right: 7rem;
}
.pager-link-next > a:hover:after,
.pager-link-next > a:focus:after {
  right: 0;
}

.pager-link-title {
  display: inline-block;
  margin-top: 0.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #333;
  font-size: 1.6rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .pager-link > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.related-posts:not(:last-child) {
  padding-bottom: 3.5rem;
  margin-bottom: 4.5rem;
  border-bottom: 1px solid #ebebeb;
}
.related-posts .owl-carousel article {
  margin-bottom: 0;
}
.related-posts .title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
}
.related-posts .owl-stage {
  display: block;
}
.related-posts .owl-item article {
  height: auto;
}
.related-posts .entry-title {
  font-weight: 500;
}

.comments {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.comments .title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.025em;
  margin-bottom: 4.5rem;
}
.comments > ul,
.comments .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments ul .children {
  margin-left: 2rem;
}
.comments .comment {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}
.comments .comment:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-content {
  color: #999;
}

.comment-reply-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  padding-bottom: 0.4rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.comment-reply-link i {
  margin-left: 0.7rem;
  font-size: 1.5rem;
}

.comment-user {
  margin-bottom: 1rem;
}
.comment-user h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.comment-user h4 a {
  color: inherit;
}
.comment-user h4 span {
  display: block;
}

.comment-date {
  color: #999;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
}

.comment-respond {
  background-color: #f7f7f7;
  padding: 3rem 3rem 2rem;
  margin: 4rem 0 2rem;
}
.comment-respond .heading {
  margin-bottom: 2.4rem;
}
.comment-respond .comment-reply-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.7rem;
  text-transform: capitalize;
}
.comment-respond .comment-notes {
  color: #999;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}
.comment-respond .form-control {
  background-color: #fff;
}
.comment-respond textarea.form-control {
  min-height: 100px;
}
.comment-respond .custom-control {
  margin-top: 1rem;
}

.comments, .comment-respond {
  clear: both;
}

/* Fullwidth */
.entry-fullwidth .entry-body {
  position: relative;
}
@media (min-width: 1200px) {
  .entry-fullwidth .entry-body {
    padding-left: 2rem;
  }
}
.entry-fullwidth .author-body {
  padding-left: 4rem;
}
.entry-fullwidth .social-icons.social-icons-vertical {
  margin-bottom: 2rem;
}

.posts .entry-body {
  margin-bottom: 0;
}

.entry-media + .sidebar-wrapper .sidebar-content {
  margin-top: 2.1rem;
}

#cancel-comment-reply-link {
  margin-left: 1rem;
}

@media (min-width: 576px) {
  .pager-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #ebebeb;
  }

  .pager-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .pager-link + .pager-link > a {
    border-top: none;
    border-left: 1px solid #ebebeb;
  }
}
@media (min-width: 768px) {
  .editor-content::after {
    display: block;
    clear: both;
    content: "";
  }
  .editor-content .float-left {
    margin-right: 4.8rem;
    margin-bottom: 2rem;
  }
  .editor-content .float-right {
    margin-left: 4.8rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .social-icons-vertical .social-label {
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
  .social-icons-vertical .social-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .entry-fullwidth .social-icons-vertical .social-icons {
    margin-bottom: 0;
  }
  .social-icons-vertical .social-icons .social-icon {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .social-icons-vertical .social-icons .social-icon + .social-icon {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .sticky-content.is_stuck {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
  }

  .post-single .sidebar-wrapper .entry-body,
.post-single .sidebar-wrapper .entry-footer,
.post-single .sidebar-wrapper .social-icons-wrapper {
    margin-bottom: 2rem;
  }
}
/* Login */
#customer_login {
  position: relative;
}

#customer_login .tab-content {
  padding: 0;
  border: none;
  border-top: 1px solid #dadada;
}
#customer_login .tab-content form {
  margin: 0;
  padding: 0;
}
#customer_login .tab-content form > * {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.3rem;
}
#customer_login .tab-content form .form-footer .form-row {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
#customer_login .tab-content form .lost_password {
  margin-bottom: 1rem;
}

#customer_login .woocommerce-form-row label {
  margin-bottom: 1.1rem;
}

.dashboard-wrap {
  margin-top: 3rem;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content p {
  color: #999;
}
.woocommerce-MyAccount-content strong {
  font-weight: 400;
  color: #333;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.mfp-login-form.mfp-ready .mfp-content {
  opacity: 0;
}
.mfp-login-form .mfp-content {
  max-width: 575px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.mfp-login-form.mfp-removing .mfp-content {
  -webkit-transform: translateY(-30px) !important;
          transform: translateY(-30px) !important;
}

.form-box {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 2.2rem 4rem 4.4rem;
  -webkit-box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}
.form-box .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.form-box .social-button {
  width: 217.5px;
  margin: 10px;
  padding: 8.5px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  border: 1px solid #ebebeb;
  color: #333;
}
.form-box .social-button:hover, .form-box .social-button:focus, .form-box .social-button:active {
  background-color: #f5f6f9;
  border-color: #ebebeb;
  color: #333;
}
.form-box .social-button span {
  line-height: 1.5;
}
.form-box .social-button.facebook i {
  color: #36c;
  min-width: 14px;
}
.form-box .social-button.google i {
  color: #c33;
}
.form-box .social-button.twitter i {
  color: #1aa9e1;
}
.form-box button.button {
  min-width: 115px;
  line-height: 1.5;
  text-transform: uppercase;
}
.form-box button.button:after {
  content: "\f274";
  font-family: "molla";
  margin-left: 1rem;
  line-height: 1;
}
.form-box button.button.btn-g i {
  color: #cc3333;
  min-width: 2.6rem;
}
.form-box button.button.btn-f i {
  color: #3366cc;
}
.form-box button.button:hover, .form-box button.button:focus {
  background-color: #f5f6f9;
}

.form-box .nav.nav-pills {
  color: #333333;
  border-bottom: 1px solid #ebebeb;
}
.form-box .nav.nav-pills .nav-item {
  margin-bottom: -2px;
}
.form-box .nav.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}
.form-box .nav.nav-pills .nav-item.active .nav-link {
  color: inherit;
}
.form-box .nav.nav-pills .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.025em;
  color: inherit;
  border-bottom-width: 0.2rem;
  padding: 0.9rem 1rem;
}
.form-box .nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-box .tab-content .tab-pane {
  padding: 0;
}
.form-box .form-group {
  margin-bottom: 1.3rem;
}
.form-box .tab-content .form-footer {
  padding-top: 0.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2.3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-box .tab-content .form-footer input[type=checkbox] ~ span {
  margin-top: 0;
}
.form-box .tab-content .form-footer .form-row {
  margin-bottom: 0;
  padding-top: 0;
}
.form-box .tab-content .form-footer > * {
  padding: 0;
}
.form-box .tab-content .form-footer .btn {
  margin-left: auto;
  margin-top: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.form-box .tab-content .form-footer a {
  color: inherit;
  border: none;
}
.form-box .tab-content .form-footer .custom-control {
  margin: 0;
}
.form-box .tab-content .form-footer .forgot-link {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  margin-bottom: 0.6rem;
}

@media (max-width: 479px) {
  .form-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.woocommerce-breadcrumb.divider-active + .logged-out {
  margin-top: -2rem;
}

.myaccount-content.logged-out > div {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#customer_login .form-footer .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#customer_login .woocommerce-form-register .form-footer .custom-checkbox label {
  margin: 1rem 0;
}
#customer_login .tab-content {
  padding-top: 2rem;
}

.form-choice {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.form-choice p {
  margin-bottom: 2.7rem;
}

.form-choice .col-sm-6:not(:last-child) {
  margin-bottom: 0.6rem;
}

@media (min-width: 576px) {
  .form-choice .col-sm-6:not(:last-child) {
    margin-bottom: 0;
  }

  .form-tab .form-footer .btn {
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .form-box {
    padding: 3.7rem 6rem 6.4rem;
  }

  .myaccount-content.logged-out > div {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .form-tab .nav.nav-pills .nav-link {
    font-size: 2.4rem;
  }

  .form-tab .form-footer .btn {
    margin-left: 0;
    margin-right: 1.6rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .form-tab .form-footer .forgot-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
/* Checkout */
.woocommerce form.checkout_coupon .form-row,
.woocommerce form.checkout_coupon .form-row input.input-text {
  margin: 0;
}
.woocommerce form.checkout_coupon .form-row-last {
  padding-left: 1rem;
}
.woocommerce form.checkout_coupon .form-row .button {
  min-height: 40px;
}

form.checkout .woocommerce-form__label label,
form.checkout .woocommerce-form__label span,
form.checkout_coupon.woocommerce-form-coupon .woocommerce-form__label label,
form.checkout_coupon.woocommerce-form-coupon .woocommerce-form__label span {
  font-weight: 400;
  color: #333;
}

form.checkout_coupon.woocommerce-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form.checkout_coupon.woocommerce-form-coupon > p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
form.checkout_coupon.woocommerce-form-coupon .form-row {
  width: auto;
}
form.checkout_coupon.woocommerce-form-coupon .form-row-first {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 275px;
  width: 100%;
}
form.checkout_coupon.woocommerce-form-coupon .form-row-last {
  float: none;
}

form.woocommerce-checkout h3 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}
form.woocommerce-checkout h3,
form.woocommerce-checkout label {
  text-transform: capitalize;
}

.woocommerce-table .product-total .amount {
  color: #666;
  font-size: 1.4rem;
  font-weight: 300;
}

.woocommerce .summary .shop_table .product-total {
  text-align: right;
}

#customer_details .woocommerce-account-fields p.form-row {
  padding-left: 0;
  padding-right: 0;
}

h2[class*=woocommerce-] {
  font-size: 2.6rem;
}

.woocommerce ul#shipping_method li:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-checkout-review-order-table.shop_table {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table td, .woocommerce .woocommerce-checkout-review-order-table.shop_table th {
  font-weight: 300;
  color: #666;
  padding: 0;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table .cart-subtotal th {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table .cart-subtotal .amount {
  color: #333;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table .cart-subtotal td,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .order-total td,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .cart-discount td {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table .order-total th,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .order-total td,
.woocommerce .woocommerce-checkout-review-order-table.shop_table thead th {
  font-weight: 400;
  font-size: 1.6rem;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table td.product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table .shipping td {
  padding: 1rem 0 1rem 1.5rem;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table .shipping td li,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .shipping td label {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table thead tr {
  padding-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order-table.shop_table tbody td.product-name {
  width: 70%;
  padding-right: 1rem;
}

.woocommerce-remove-coupon {
  display: block;
}

td.product-name > span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.woocommerce .woocommerce-table.woocommerce-table--order-downloads tr {
  display: table-row;
}
.woocommerce .woocommerce-table.woocommerce-table--order-downloads .download-file {
  padding: 0.5rem 0;
}

@media (min-width: 992px) {
  .checkout .col-lg-3 {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .checkout .col-lg-9 {
    -ms-flex: 0 70%;
    -webkit-box-flex: 0;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
.checkout label {
  margin-bottom: 0.2rem;
}
.checkout .form-control {
  margin-bottom: 1.3rem;
}
.checkout .form-control + .form-control {
  margin-top: 2rem;
}
.checkout .form-control:not(:focus) {
  background-color: #f9f9f9;
}
.checkout .custom-control {
  margin-top: 2.5rem;
}
.checkout .custom-control + .custom-control {
  margin-top: 1.8rem;
}
.checkout .custom-control + label {
  margin-top: 1rem;
}

.sidebar .summary {
  margin-bottom: 1.3rem;
}

.summary {
  padding: 2.5rem 3rem 3rem;
  border: 1px dashed #d7d7d7;
  background-color: #f9f9f9;
  border-radius: 0.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.summary h2, .summary h3 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}

.woocommerce table.shop_table tbody th {
  font-weight: 400;
  font-size: 1.6rem;
}

.woocommerce .summary .shop_table tr {
  padding: 2.3rem 0;
}

.table.table-summary {
  line-height: 1.43;
  color: #666666;
  border: none;
  margin-bottom: 0;
}
.table.table-summary a {
  color: inherit;
}
.table.table-summary thead th {
  border-bottom: none;
  padding: 0 0 0.3rem;
}
.table.table-summary thead th,
.table.table-summary tbody td {
  vertical-align: middle;
  border-top: none;
}
.table.table-summary thead th:last-child,
.table.table-summary tbody td:last-child {
  text-align: right;
  min-width: 100px;
}
.table.table-summary .summary-total td {
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: none;
}

.woocommerce-checkout input[type=radio] ~ label {
  padding-left: 3rem;
  margin-left: 0;
}
.woocommerce-checkout #ship-to-different-address {
  margin-top: 0;
}

.woocommerce-additional-fields .form-row:last-of-type {
  margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 0.4rem 0 0.8rem 3rem;
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box p {
  padding: 0;
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.67;
  border: none;
  background-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods label {
  color: #333;
}

.payment_method_paypal input ~ label {
  width: 100%;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment_method_paypal img {
  display: none;
}
.payment_method_paypal .about_paypal {
  color: #999;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  line-height: normal;
}

.woocommerce-checkout #payment div.form-row.place-order {
  padding: 0;
  margin-top: 3.2rem;
}
.woocommerce-checkout #payment div.form-row.place-order p {
  padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
}

.paypal-link {
  cursor: pointer;
  margin-top: 0.2rem;
}

.woocommerce-shipping-fields {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .summary {
    margin-top: 0;
  }
}
/* Wishlist */
.woocommerce .wishlist_table .product-add-to-cart a {
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.woocommerce .wishlist_table .product-add-to-cart a:before {
  font-size: 1.8rem;
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
.woocommerce .wishlist_table .product-add-to-cart a.disabled {
  opacity: 1 !important;
  color: #cccccc !important;
  cursor: default;
  pointer-events: none;
  background-color: #fafafa !important;
  border-color: #ebebeb !important;
}

.wishlist_table tr td.product-thumbnail a {
  width: 60px;
}

table.wishlist_table {
  font-size: 100%;
}

.wishlist_table a.button {
  margin-bottom: 0 !important;
}

.btn.disabled {
  opacity: 1 !important;
  color: #cccccc !important;
  cursor: default;
  pointer-events: none;
  background-color: #fafafa !important;
  border-color: #ebebeb !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.hidden-title-form input[type=text] {
  margin-bottom: 1rem;
}
.hidden-title-form input[type=submit],
.hidden-title-form .button {
  display: inline-block;
  vertical-align: middle;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.woocommerce table.wishlist_table tbody td {
  padding: 3rem 2.8rem 3rem 0;
}

.woocommerce table.wishlist_table thead th {
  padding: 1.4rem 0;
}

.wishlist_table .product-name h3 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
}
.wishlist_table th.product-name {
  width: 80px;
}
.wishlist_table td.label {
  display: none;
}
.wishlist_table .remove_from_wishlist.button {
  margin-top: 1rem !important;
}
.wishlist_table .product-thumbnail a,
.wishlist_table .product-thumbnail img {
  display: block;
}

.woocommerce table.shop_table .product-remove {
  padding: 3rem 0;
}

.shop_table .product-remove {
  width: 38px;
  text-align: right;
}
.shop_table .product-remove a {
  display: inline-block;
  position: relative;
  margin-right: -0.7rem;
  margin-left: auto;
  text-indent: -9999px;
}
.shop_table .product-remove a:before {
  content: "\f191";
  font-family: "molla";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 30px;
  text-indent: 0;
}
.shop_table .product-remove a i {
  display: none;
}
.shop_table .product-remove a.remove_from_wishlist {
  display: block;
  font-size: 1.7rem;
  color: #ccc;
}

@media (min-width: 768px) {
  .woocommerce .wishlist_table td.product-price {
    width: 130px;
  }

  .shop_table .price-col {
    width: 150px;
  }
  .shop_table .product-stock-status {
    width: 130px;
  }
  .shop_table .action-col {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .woocommerce .wishlist_table td.product-add-to-cart {
    width: 200px;
  }
  .woocommerce .wishlist_table td.product-price {
    width: 180px;
  }

  .shop_table .price-col {
    width: 180px;
  }
  .shop_table .product-stock-status {
    width: 160px;
  }
  .shop_table .action-col {
    width: 202px;
  }
}
.shop_table .price-col,
.shop_table .product-stock-status {
  font-weight: 400;
  font-size: 1.6rem;
}
.shop_table td.product-add-to-cart a {
  white-space: nowrap;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock,
.wishlist_table.mobile li .wishlist-out-of-stock {
  color: #ef837b;
}

.wishlist_table tr td {
  text-align: left;
}

.shop_table .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-right: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop_table .product-media {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 60px;
}
.shop_table .product-title {
  display: inline-block;
  margin: 0;
}
.shop_table .product-title a {
  color: inherit;
}

.in-stock {
  color: #a6c76c;
}

.out-of-stock {
  color: #ef837b;
}

.shop_table .product-price del .amount {
  text-decoration: line-through;
  color: #999;
}

.woocommerce a.remove,
a.remove_from_wishlist:not(.button) {
  width: 3rem;
  height: 3rem;
  color: #ccc !important;
  background-color: transparent;
  font-size: 1.7rem;
  font-weight: 400;
  border: none;
  outline: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.woocommerce a.remove:hover, .woocommerce a.remove:focus,
a.remove_from_wishlist:not(.button):hover,
a.remove_from_wishlist:not(.button):focus {
  color: #333333 !important;
  background-color: transparent;
}

.yith-wcwl-share {
  margin-bottom: 0;
}
.yith-wcwl-share li a {
  background-size: cover;
  background-repeat: no-repeat;
}
.yith-wcwl-share h4.social-label {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 1rem 0 0;
}
.yith-wcwl-share li + li {
  margin-left: 0.5rem;
}
.yith-wcwl-share ul, .yith-wcwl-share li {
  height: auto;
}

p.wishlist-empty {
  padding: 1em 1.1rem;
  margin: 0;
}

@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table,
.woocommerce-cart-form tbody,
.woocommerce-cart-form tr,
.woocommerce-cart-form td {
    width: 100% !important;
    display: block !important;
  }

  .shop_table.cart {
    display: block;
  }
  .shop_table.cart tbody,
.shop_table.cart tr,
.shop_table.cart td, .shop_table.cart.cart td.product-thumbnail {
    display: block;
  }
  .shop_table.cart td,
.shop_table.cart .product-thumbnail a {
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-cart-form .shop_table .product-remove,
#yith-wcwl-form .shop_table .product-remove {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    padding: 0.5rem !important;
    width: auto !important;
  }

  .shop_table .product-thumbnail {
    margin-bottom: 0.6rem;
  }

  .shop_table .product-media,
.shop_table .product-quantity .quantity,
.shop_table .quantity .input-spinner {
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-cart-form .shop_table thead,
.shop_table.wishlist_table thead {
    display: none !important;
  }

  .product-stock-status {
    margin-top: 1rem;
  }

  table.shop_table.cart a.button {
    margin-top: 1.5rem !important;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce table.shop_table.cart tr td {
    padding: 1px 3rem;
    border: none;
  }

  .woocommerce .woocommerce-cart-form table.shop_table,
.wishlist_table.mobile {
    border-radius: 0;
    border: 1px solid #ebebeb;
  }

  .shop_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .shop_table .product-quantity {
    margin: 0.5rem auto;
  }

  .shop_table.cart tr {
    padding-top: 4.2rem;
    padding-bottom: 4rem;
    margin: 0;
    position: relative;
  }
  .shop_table.cart tr .item-wrapper,
.shop_table.cart tr .additional-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: auto;
  }
  .shop_table.cart tr .item-wrapper .product-thumbnail,
.shop_table.cart tr .additional-info-wrapper .product-thumbnail {
    margin: 0 0 1.5rem 0;
  }
  .shop_table.cart tr .item-wrapper .product-add-to-cart,
.shop_table.cart tr .additional-info-wrapper .product-add-to-cart {
    margin: 1.5rem 0 0 0;
  }
  .shop_table.cart tr .item-wrapper .amount,
.shop_table.cart tr .additional-info-wrapper .amount {
    color: #333;
  }
  .shop_table.cart tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .shop_table.cart tr table {
    margin: 0 auto;
  }

  .wishlist_table tr .item-details table.item-details-table td,
.wishlist_table tr table.additional-info td {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
  }
}
.wishlist-title {
  display: inline-block;
}
.woocommerce .wishlist-title {
  margin-bottom: 30px;
}
.wishlist-title h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 0;
}
.wishlist-title h2:hover {
  background-color: #efefef;
}
.wishlist-title .show-title-form {
  visibility: hidden;
}
.wishlist-title:hover .show-title-form {
  visibility: visible;
}

.yes-js #yith-wcwl-form .hidden-title-form {
  display: none;
  margin: 25px 0 39px;
}

.woocommerce .hidden-title-form a.hide-title-form {
  vertical-align: middle;
  line-height: normal;
}

.fa-pencil:before {
  content: "\f303";
}

.fa-remove:before {
  content: "\f00d";
}

/* Shopping Cart */
.woocommerce-cart-form .quantity label {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-bottom: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
  text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.summary .place-order .button {
  text-transform: uppercase;
  padding: 0.85rem 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.woocommerce-cart table.cart img {
  width: 60px;
}

.shop_table .order-total .amount,
.shop_table .cart-subtotal .amount {
  font-weight: 400;
  font-size: 1.6rem;
}

.cart .amount {
  font-size: 1.6rem;
}

.shop_table .product-price .amount {
  color: #333;
}
.shop_table .quantity .input-group {
  max-width: 10rem;
}

.shop_table .product-thumbnail a {
  overflow: hidden;
}
.shop_table .product-thumbnail img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.cart-collaterals .amount {
  color: #333333;
}

.woocommerce table.shop_table.cart td {
  padding: 3rem 1rem 3rem 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping label {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0.5em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping td > label {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.woocommerce-cart .woocommerce-shipping-destination strong {
  font-weight: 600;
}

.summary .shop_table .shipping td {
  height: auto;
  padding-top: 1.4rem;
  padding-bottom: 2.3rem;
}

.woocommerce form .shipping-calculator-form p {
  padding: 0;
}

.shipping-calculator-button {
  margin-top: 0.6rem;
  display: inline-block;
  font-weight: 300;
  color: #999;
  font-size: 1.4rem;
  border-bottom: 1px solid;
}
.shipping-calculator-button:after {
  display: none;
}

.product-quantity .quantity {
  width: 100px;
}
.product-quantity .quantity input.qty {
  width: 100%;
}
.product-quantity .quantity .form-control {
  padding: 0.85rem 2.6rem;
  height: 40px;
  max-width: 100%;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}

.woocommerce .woocommerce-cart-form .actions > button.button {
  text-transform: uppercase;
  border-radius: 0;
  min-width: 152px;
  font-size: 1.4rem;
  font-weight: 400;
  min-height: 4rem;
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #333;
}
.woocommerce .woocommerce-cart-form .actions > button.button:after {
  content: "\e813";
  font-family: "molla";
  margin-left: 1rem;
}
.woocommerce .woocommerce-cart-form .actions > button.button:hover, .woocommerce .woocommerce-cart-form .actions > button.button:focus {
  background-color: #fafafa;
  border-color: #ebebeb;
}

.woocommerce .woocommerce-cart-form .actions .coupon,
.woocommerce-page .woocommerce-cart-form .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 326px;
}
.woocommerce .woocommerce-cart-form .actions .coupon .form-control,
.woocommerce-page .woocommerce-cart-form .actions .coupon .form-control {
  margin: 0 1.1rem 0 0;
}

.woocommerce-cart-form .actions .coupon .button,
.woocommerce form.checkout_coupon .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  text-indent: -9999px;
  position: relative;
}
.woocommerce-cart-form .actions .coupon .button:before,
.woocommerce form.checkout_coupon .button:before {
  content: "\f274";
  position: absolute;
  font-family: "molla";
  text-indent: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.woocommerce .woocommerce-cart-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-cart-form .actions label {
  display: none;
}

.shop-table-wrapper div.sidebar-toggle {
  z-index: 1;
  -webkit-transform: none;
          transform: none;
}

.shop-table-wrapper {
  padding-bottom: 6rem;
  margin-bottom: 1.3rem;
}
.shop-table-wrapper td.product-price {
  width: 120px;
}
.shop-table-wrapper td.product-quantity {
  width: 135px;
}
.shop-table-wrapper td.product-subtotal {
  width: 80px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

@media (max-width: 991px) {
  .woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
    display: none;
  }

  .shop-table-wrapper aside {
    position: static;
    visibility: visible;
    max-width: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 1rem;
  }

  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }

  .woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th,
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td,
.shop_table.wishlist_table td {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .woocommerce .woocommerce-cart-form .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce .woocommerce-cart-form .actions .coupon {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .shop-table-wrapper .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .shop-table-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  .woocommerce-cart-form__contents tbody tr:last-of-type td,
.wishlist_table.shop_table tbody tr:last-of-type td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.error-page-content {
  padding-top: 12rem;
  padding-bottom: 32rem;
  background-image: url("../../images/error-bg.jpg");
  background-position: center;
  background-size: cover;
}
.error-page-content .btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.error-page-content .heading-title {
  font-size: 5rem;
}
.error-page-content .heading .heading-title,
.error-page-content .heading .heading-subtitle {
  margin-bottom: 1rem;
}

/* Dashboard */
.woocommerce-MyAccount-navigation {
  margin-top: -1rem;
}
.woocommerce-MyAccount-navigation a {
  color: #333333;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.4rem 0;
  border-bottom: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "molla";
  content: "\f274";
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -7.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  padding-left: 2rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  left: 0;
  opacity: 1;
}

.addresses .woocommerce-Address {
  margin-bottom: 3rem;
}
.addresses .woocommerce-Address h3 {
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.addresses .woocommerce-Address .address-content {
  border: 1px solid #ebebeb;
  background-color: #f9f9f9;
  padding: 4rem 2.8rem 2rem;
}
.addresses .woocommerce-Address address {
  color: #999;
}
.addresses .woocommerce-Address .edit:after {
  content: "\f1c1";
}
.addresses .woocommerce-Address .add:after {
  content: "\f2c2";
  position: relative;
  top: -1px;
}
.addresses .woocommerce-Address a:after {
  font-family: "molla";
  margin-left: 0.3rem;
}

.woocommerce-MyAccount-content p {
  line-height: 2.15;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset legend {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset p:last-of-type {
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #999;
  line-height: 2;
}
.woocommerce-MyAccount-content .woocommerce-message .button,
.woocommerce-MyAccount-content .woocommerce-Message .button {
  margin-top: 1rem;
  float: none;
}
.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content button.button {
  padding: 0.85rem 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.woocommerce-MyAccount-content a.button:after,
.woocommerce-MyAccount-content button.button:after {
  content: "\f274";
  position: relative;
  top: -1px;
  font-family: "molla";
  margin-left: 1rem;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 2rem;
}

.dashboard-wrap .woocommerce-error,
.dashboard-wrap .woocommerce-info,
.dashboard-wrap .woocommerce-message {
  margin-bottom: 1em;
}
.dashboard-wrap .woocommerce-error a,
.dashboard-wrap .woocommerce-info a,
.dashboard-wrap .woocommerce-message a {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 992px) {
  .dashboard-wrap .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .dashboard-wrap .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
/*-------------------- Spacing + Helpers --------------------*/
.p-relative {
  position: relative !important;
}

/* Spacing */
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.mt-7 {
  margin-top: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.mt-9 {
  margin-top: 4.5rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.pt-9 {
  padding-top: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 4.5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.mr-7 {
  margin-right: 3.5rem !important;
}

.ml-7 {
  margin-left: 3.5rem !important;
}

.pr-7 {
  padding-right: 3.5rem !important;
}

.pl-7 {
  padding-left: 3.5rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.mr-9 {
  margin-right: 4.5rem !important;
}

.ml-9 {
  margin-left: 4.5rem !important;
}

.pr-9 {
  padding-right: 4.5rem !important;
}

.pl-9 {
  padding-left: 4.5rem !important;
}

.mr-10 {
  margin-right: 5rem !important;
}

.ml-10 {
  margin-left: 5rem !important;
}

.pr-10 {
  padding-right: 5rem !important;
}

.pl-10 {
  padding-left: 5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }

  .pt-sm-0 {
    padding-top: 0rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 1rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }

  .pt-sm-2 {
    padding-top: 1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 2rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .pt-sm-4 {
    padding-top: 2rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }

  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .mt-sm-6 {
    margin-top: 3rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .pt-sm-6 {
    padding-top: 3rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .mt-sm-7 {
    margin-top: 3.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 3.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .mt-sm-8 {
    margin-top: 4rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .pt-sm-8 {
    padding-top: 4rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }

  .mt-sm-9 {
    margin-top: 4.5rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }

  .pt-sm-9 {
    padding-top: 4.5rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }

  .mt-sm-10 {
    margin-top: 5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }

  .pt-sm-10 {
    padding-top: 5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .mt-md-1 {
    margin-top: 0.5rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .pt-md-1 {
    padding-top: 0.5rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 2rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2rem !important;
  }

  .pt-md-4 {
    padding-top: 2rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2rem !important;
  }

  .mt-md-5 {
    margin-top: 2.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .pt-md-5 {
    padding-top: 2.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .mt-md-6 {
    margin-top: 3rem !important;
  }

  .mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .pt-md-6 {
    padding-top: 3rem !important;
  }

  .pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .mt-md-7 {
    margin-top: 3.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .pt-md-7 {
    padding-top: 3.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .mt-md-8 {
    margin-top: 4rem !important;
  }

  .mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .pt-md-8 {
    padding-top: 4rem !important;
  }

  .pb-md-8 {
    padding-bottom: 4rem !important;
  }

  .mt-md-9 {
    margin-top: 4.5rem !important;
  }

  .mb-md-9 {
    margin-bottom: 4.5rem !important;
  }

  .pt-md-9 {
    padding-top: 4.5rem !important;
  }

  .pb-md-9 {
    padding-bottom: 4.5rem !important;
  }

  .mt-md-10 {
    margin-top: 5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 5rem !important;
  }

  .pt-md-10 {
    padding-top: 5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 2rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .pt-lg-4 {
    padding-top: 2rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }

  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 3rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .mt-lg-7 {
    margin-top: 3.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 3.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .mt-lg-8 {
    margin-top: 4rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .pt-lg-8 {
    padding-top: 4rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }

  .mt-lg-9 {
    margin-top: 4.5rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 4.5rem !important;
  }

  .pt-lg-9 {
    padding-top: 4.5rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 4.5rem !important;
  }

  .mt-lg-10 {
    margin-top: 5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }

  .pt-lg-10 {
    padding-top: 5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .pt-xl-0 {
    padding-top: 0rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }

  .pt-xl-2 {
    padding-top: 1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 2rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }

  .pt-xl-4 {
    padding-top: 2rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }

  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .mt-xl-6 {
    margin-top: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }

  .mt-xl-7 {
    margin-top: 3.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 3.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .mt-xl-8 {
    margin-top: 4rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .pt-xl-8 {
    padding-top: 4rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }

  .mt-xl-9 {
    margin-top: 4.5rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 4.5rem !important;
  }

  .pt-xl-9 {
    padding-top: 4.5rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 4.5rem !important;
  }

  .mt-xl-10 {
    margin-top: 5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 5rem !important;
  }

  .pt-xl-10 {
    padding-top: 5rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 991px) {
  .mt-lg-max-0 {
    margin-top: 0 !important;
  }

  .mb-lg-max-0 {
    margin-bottom: 0 !important;
  }

  .pt-lg-max-0 {
    padding-top: 0 !important;
  }

  .pb-lg-max-0 {
    padding-bottom: 0 !important;
  }
}
.sp-0 {
  margin-left: -0px;
  margin-right: -0px;
  width: calc(100% + 0px);
}
.sp-0 > * {
  padding: 0px !important;
}

.sp-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
  width: calc(100% + 1px);
}
.sp-1 > * {
  padding: 0.5px !important;
}

.sp-2 {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
}
.sp-2 > * {
  padding: 1px !important;
}

.sp-3 {
  margin-left: -1.5px;
  margin-right: -1.5px;
  width: calc(100% + 3px);
}
.sp-3 > * {
  padding: 1.5px !important;
}

.sp-4 {
  margin-left: -2px;
  margin-right: -2px;
  width: calc(100% + 4px);
}
.sp-4 > * {
  padding: 2px !important;
}

.sp-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
  width: calc(100% + 5px);
}
.sp-5 > * {
  padding: 2.5px !important;
}

.sp-6 {
  margin-left: -3px;
  margin-right: -3px;
  width: calc(100% + 6px);
}
.sp-6 > * {
  padding: 3px !important;
}

.sp-7 {
  margin-left: -3.5px;
  margin-right: -3.5px;
  width: calc(100% + 7px);
}
.sp-7 > * {
  padding: 3.5px !important;
}

.sp-8 {
  margin-left: -4px;
  margin-right: -4px;
  width: calc(100% + 8px);
}
.sp-8 > * {
  padding: 4px !important;
}

.sp-9 {
  margin-left: -4.5px;
  margin-right: -4.5px;
  width: calc(100% + 9px);
}
.sp-9 > * {
  padding: 4.5px !important;
}

.sp-10 {
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}
.sp-10 > * {
  padding: 5px !important;
}

.sp-11 {
  margin-left: -5.5px;
  margin-right: -5.5px;
  width: calc(100% + 11px);
}
.sp-11 > * {
  padding: 5.5px !important;
}

.sp-12 {
  margin-left: -6px;
  margin-right: -6px;
  width: calc(100% + 12px);
}
.sp-12 > * {
  padding: 6px !important;
}

.sp-13 {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.sp-13 > * {
  padding: 6.5px !important;
}

.sp-14 {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}
.sp-14 > * {
  padding: 7px !important;
}

.sp-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
  width: calc(100% + 15px);
}
.sp-15 > * {
  padding: 7.5px !important;
}

.sp-16 {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}
.sp-16 > * {
  padding: 8px !important;
}

.sp-17 {
  margin-left: -8.5px;
  margin-right: -8.5px;
  width: calc(100% + 17px);
}
.sp-17 > * {
  padding: 8.5px !important;
}

.sp-18 {
  margin-left: -9px;
  margin-right: -9px;
  width: calc(100% + 18px);
}
.sp-18 > * {
  padding: 9px !important;
}

.sp-19 {
  margin-left: -9.5px;
  margin-right: -9.5px;
  width: calc(100% + 19px);
}
.sp-19 > * {
  padding: 9.5px !important;
}

.sp-20 {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.sp-20 > * {
  padding: 10px !important;
}

.sp-21 {
  margin-left: -10.5px;
  margin-right: -10.5px;
  width: calc(100% + 21px);
}
.sp-21 > * {
  padding: 10.5px !important;
}

.sp-22 {
  margin-left: -11px;
  margin-right: -11px;
  width: calc(100% + 22px);
}
.sp-22 > * {
  padding: 11px !important;
}

.sp-23 {
  margin-left: -11.5px;
  margin-right: -11.5px;
  width: calc(100% + 23px);
}
.sp-23 > * {
  padding: 11.5px !important;
}

.sp-24 {
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
}
.sp-24 > * {
  padding: 12px !important;
}

.sp-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
  width: calc(100% + 25px);
}
.sp-25 > * {
  padding: 12.5px !important;
}

.sp-26 {
  margin-left: -13px;
  margin-right: -13px;
  width: calc(100% + 26px);
}
.sp-26 > * {
  padding: 13px !important;
}

.sp-27 {
  margin-left: -13.5px;
  margin-right: -13.5px;
  width: calc(100% + 27px);
}
.sp-27 > * {
  padding: 13.5px !important;
}

.sp-28 {
  margin-left: -14px;
  margin-right: -14px;
  width: calc(100% + 28px);
}
.sp-28 > * {
  padding: 14px !important;
}

.sp-29 {
  margin-left: -14.5px;
  margin-right: -14.5px;
  width: calc(100% + 29px);
}
.sp-29 > * {
  padding: 14.5px !important;
}

.sp-30 {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.sp-30 > * {
  padding: 15px !important;
}

.sp-31 {
  margin-left: -15.5px;
  margin-right: -15.5px;
  width: calc(100% + 31px);
}
.sp-31 > * {
  padding: 15.5px !important;
}

.sp-32 {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}
.sp-32 > * {
  padding: 16px !important;
}

.sp-33 {
  margin-left: -16.5px;
  margin-right: -16.5px;
  width: calc(100% + 33px);
}
.sp-33 > * {
  padding: 16.5px !important;
}

.sp-34 {
  margin-left: -17px;
  margin-right: -17px;
  width: calc(100% + 34px);
}
.sp-34 > * {
  padding: 17px !important;
}

.sp-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
  width: calc(100% + 35px);
}
.sp-35 > * {
  padding: 17.5px !important;
}

.sp-36 {
  margin-left: -18px;
  margin-right: -18px;
  width: calc(100% + 36px);
}
.sp-36 > * {
  padding: 18px !important;
}

.sp-37 {
  margin-left: -18.5px;
  margin-right: -18.5px;
  width: calc(100% + 37px);
}
.sp-37 > * {
  padding: 18.5px !important;
}

.sp-38 {
  margin-left: -19px;
  margin-right: -19px;
  width: calc(100% + 38px);
}
.sp-38 > * {
  padding: 19px !important;
}

.sp-39 {
  margin-left: -19.5px;
  margin-right: -19.5px;
  width: calc(100% + 39px);
}
.sp-39 > * {
  padding: 19.5px !important;
}

.sp-40 {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.sp-40 > * {
  padding: 20px !important;
}

.sp-41 {
  margin-left: -20.5px;
  margin-right: -20.5px;
  width: calc(100% + 41px);
}
.sp-41 > * {
  padding: 20.5px !important;
}

.sp-42 {
  margin-left: -21px;
  margin-right: -21px;
  width: calc(100% + 42px);
}
.sp-42 > * {
  padding: 21px !important;
}

.sp-43 {
  margin-left: -21.5px;
  margin-right: -21.5px;
  width: calc(100% + 43px);
}
.sp-43 > * {
  padding: 21.5px !important;
}

.sp-44 {
  margin-left: -22px;
  margin-right: -22px;
  width: calc(100% + 44px);
}
.sp-44 > * {
  padding: 22px !important;
}

.sp-45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
  width: calc(100% + 45px);
}
.sp-45 > * {
  padding: 22.5px !important;
}

.sp-46 {
  margin-left: -23px;
  margin-right: -23px;
  width: calc(100% + 46px);
}
.sp-46 > * {
  padding: 23px !important;
}

.sp-47 {
  margin-left: -23.5px;
  margin-right: -23.5px;
  width: calc(100% + 47px);
}
.sp-47 > * {
  padding: 23.5px !important;
}

.sp-48 {
  margin-left: -24px;
  margin-right: -24px;
  width: calc(100% + 48px);
}
.sp-48 > * {
  padding: 24px !important;
}

.sp-49 {
  margin-left: -24.5px;
  margin-right: -24.5px;
  width: calc(100% + 49px);
}
.sp-49 > * {
  padding: 24.5px !important;
}

.sp-50 {
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
}
.sp-50 > * {
  padding: 25px !important;
}

.owl-carousel[class*=sp-] > * {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.t-x-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.t-x-left.t-y-top {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.t-x-left.t-y-center {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.t-x-center {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.t-x-center.t-y-top {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.t-x-center.t-y-center {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.t-y-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.t-y-center {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-------------------- Compatibility Styles --------------------*/
.elementor-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.elementor-section .elementor-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.elementor-section-with-masonry {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.elementor-section > .elementor-column-gap-narrow {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

.elementor-section > .elementor-column-gap-extended {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.elementor-section > .elementor-column-gap-wide {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.elementor-section > .elementor-column-gap-wider {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}

.elementor-element.elementor-section > .elementor-container.container-fluid {
  max-width: 1920px;
  width: 100%;
}

.elementor-widget-wrap.owl-carousel.owl-loaded.owl-drag {
  display: block;
}

.elementor-editor-active .elementor.elementor-edit-area-active .owl-item .elementor-element.elementor-section {
  margin-top: 0;
}

[class*=elementor-col] {
  padding: 0;
}

.elementor-element .banner {
  margin-bottom: 0;
}

.banner .banner-content {
  width: auto;
}
.banner.img-not-fixed .banner-content {
  width: 100%;
}
.banner .banner-content-inner {
  height: 100%;
}

.banner-content > .elementor-column-wrap > .elementor-widget-wrap,
.banner-content > .elementor-widget-wrap.molla-elementor-column-wrap {
  display: block;
}

.elementor .elementor-widget-heading hr {
  margin: 1rem auto;
}

.elementor-section > .elementor-container {
  padding-left: 0;
  padding-right: 0;
}

.elementor .elementor-widget-wrap.owl-carousel.owl-loaded {
  display: block;
}

.elementor-row .elementor-column {
  min-height: 0;
}

.background-image-none > .elementor-background-overlay {
  z-index: 1;
}

.elementor-background-overlay {
  background-color: transparent;
  opacity: 0;
}

.elementor-background-overlay ~ .nav-filter {
  position: relative;
}

.accordion .panel-body > .elementor-element {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}

.btn.btn-video.elementor-custom-embed-image-overlay {
  position: static;
  -webkit-transform: none;
          transform: none;
  width: auto;
}

.elementor-custom-embed-image-overlay.parallax-container img {
  visibility: hidden;
}

.banner > .elementor-widget-video {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .elementor-lightbox .elementor-video-container {
    width: 90%;
  }
}
.swiper-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.loaded) .swiper-slide {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-section.parallax-container {
  overflow: hidden;
}

.elementor-section .elementor-column.grid-item .elementor-section {
  margin: 0;
}
.elementor-section .elementor-column.grid-item .elementor-section,
.elementor-section .elementor-column.grid-item .elementor-section .elementor-container,
.elementor-section .elementor-column.grid-item .elementor-section .elementor-row {
  height: 100%;
}
.elementor-section .elementor-column.grid-item .elementor-section .elementor-container {
  max-width: 100%;
}

.elementor-column.grid-item .elementor-widget-wrap.owl-carousel,
.elementor-column.grid-item .elementor-widget-wrap.owl-carousel > .owl-stage-outer,
.elementor-column.grid-item .elementor-widget-wrap.owl-carousel > .owl-stage-outer > .owl-stage,
.elementor-column.grid-item .elementor-widget-wrap.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item {
  height: 100%;
}

.grid-item .elementor-widget-molla_banner,
.grid-item .elementor-widget-molla_banner .elementor-widget-container,
.grid-item .elementor-widget-molla_banner .banner {
  height: 100%;
}

.heading-content .elementor-heading-title {
  margin: 0;
}

.elementor-heading-title a {
  color: inherit;
}

.elementor-widget-molla_button .btn span,
.btn.banner-elem span {
  line-height: inherit;
}

.elementor-tab-content > * {
  color: inherit;
}

.elementor-tab-content > *:last-child {
  margin-bottom: 0;
}

.molla-section-video .elementor-widget-container {
  overflow: visible;
}

.molla-section-video {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.molla-section-video > .elementor-wrapper:not(.video-fixed) {
  padding: 0;
  height: auto;
  overflow: hidden;
}
.molla-section-video > .elementor-wrapper:not(.video-fixed) video {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.molla-section-video .elementor-open-lightbox:not(.video-fixed) > .elementor-custom-embed-image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.molla-section-video .elementor-open-lightbox:not(.video-fixed) > .elementor-custom-embed-image-overlay img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.molla-section-video .elementor-open-lightbox:not(.video-fixed) > .elementor-custom-embed-image-overlay img.molla-lazyload {
  padding-top: 0 !important;
}

.dialog-type-lightbox {
  background-color: rgba(51, 51, 51, 0.6);
}

.elementor-widget-molla_product .side, .elementor-widget-molla_product .side ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.elementor-widget-molla_product .side li + li {
  margin: 0 0 8px;
}
.elementor-widget-molla_product .side li a {
  display: inline;
  padding: 0;
}

.banner .item-inline {
  display: inline-block;
}
.banner .item-block {
  display: block;
}
.banner .btn.item-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.elementor-widget-molla_stretch_banner,
.elementor-widget-molla_stretch_banner .elementor-widget-container,
.elementor-widget-molla_stretch_banner .banner {
  height: 100%;
}

.animating-item {
  opacity: 0;
  will-change: transform, filter;
}

.animating-item.owl-animated {
  opacity: 1;
}

.owl-item:not(.active) .animating-item {
  -webkit-animation-name: none;
          animation-name: none;
}

.elementor-studio-section-button {
  position: relative;
  overflow: hidden;
  background: #c96;
  vertical-align: middle;
  margin-top: -5px;
}
.elementor-studio-section-button img {
  width: 17px;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  margin: 0;
  position: relative;
  top: 0;
}
.elementor-studio-section-button:hover img {
  top: -70px;
}
.elementor-studio-section-button:hover i {
  -webkit-transform: none;
          transform: none;
}
.elementor-studio-section-button i {
  position: absolute;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-extended {
    padding-left: 15px;
    padding-right: 15px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-wide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-wider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .elementor-section.elementor-section-boxed > .elementor-container.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-narrow {
    padding-left: 60px;
    padding-right: 60px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-extended {
    padding-left: 55px;
    padding-right: 55px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-wide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .elementor-section.elementor-section-boxed > .container-fluid.elementor-column-gap-wider {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 479px) {
  .full-inner .elementor-top-section.elementor-section-boxed > .elementor-column-gap-no {
    width: calc(100% - 20px);
  }

  .full-inner .elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow {
    width: calc(100% - 10px);
  }

  .full-inner .elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended {
    width: calc(100% + 10px);
  }

  .full-inner .elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide {
    width: calc(100% + 20px);
  }

  .full-inner .elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
    width: calc(100% + 40px);
  }
}
/* Header Builder */
.eicon-vertical-divider {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.custom-header .elementor-widget {
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 2rem;
  margin-bottom: 0;
}
.custom-header .elementor-widget:last-child {
  margin-right: 0;
}
.custom-header .shop-icon p {
  margin-bottom: 0;
}
.custom-header .top-menu a {
  color: inherit;
}
.custom-header .header-dropdown {
  padding: 0;
}
.custom-header .header-dropdown a {
  color: inherit;
}
.custom-header .search-wrapper {
  min-width: 0;
}
.custom-header .search-wrapper input.form-control::-webkit-input-placeholder {
  color: inherit;
}
.custom-header .search-wrapper input.form-control::-moz-placeholder {
  color: inherit;
}
.custom-header .search-wrapper input.form-control:-ms-input-placeholder {
  color: inherit;
}
.custom-header .search-wrapper input.form-control::-ms-input-placeholder {
  color: inherit;
}
.custom-header .search-wrapper input.form-control::placeholder {
  color: inherit;
}
.custom-header .nav-dropdown > * + * {
  margin-left: 20px;
}
.custom-header .nav-dropdown a,
.custom-header .top-menu span {
  color: inherit;
}

.sidebar-wrapper aside .elementor-preset.elementor-column {
  max-width: 50%;
  width: 50%;
}

.elementor-widget-text-editor p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.wp-block-column:not(:first-child),
.editor-styles-wrapper .block-editor-block-list__block.wp-block-column:not(:first-child) {
  margin: 0;
}

.wp-block-gallery[class*=columns] li.blocks-gallery-item {
  margin: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
  position: relative;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  left: 0;
  right: 0;
}
.wp-block-gallery > .blocks-gallery-grid {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-gallery > .blocks-gallery-grid li.blocks-gallery-item {
  margin-right: 0;
}
.wp-block-gallery.alignleft {
  margin-right: 4px;
}
.wp-block-gallery.alignright {
  margin-left: 4px;
}

.container .wp-block-gallery.alignwide {
  width: auto;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  margin-left: auto;
  margin-right: auto;
}

.blocks-gallery-grid,
.menu .megamenu > ul .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.gallery[class*=gallery-columns] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.gallery[class*=gallery-columns] .gallery-item {
  margin-bottom: 0;
  text-align: center;
}

.wp-block-cover {
  color: #fff;
}
.wp-block-cover p {
  font-size: 2em;
  margin-bottom: 0;
  padding: 14px;
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
  background-color: #000;
}

.wp-block-cover .wp-block-cover__inner-container {
  width: auto;
}
.wp-block-cover .wp-block-cover__inner-container p {
  font-size: 2em !important;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
}
.wp-block-cover .wp-block-cover__inner-container p a {
  color: inherit;
}

.section .wp-block[data-align=wide] {
  width: auto;
  padding: 0;
}

.wp-block-pullquote blockquote {
  text-align: left;
}

.size-full {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  margin: 4px 0 7px 14px;
  float: right;
  clear: both;
}

.alignleft {
  margin: 4px 14px 7px 0;
  float: left;
  clear: both;
}

div.wp-block-columns {
  padding: 0;
}

.page-content .alignwide {
  margin-left: auto;
  margin-right: auto;
}

.gallery-columns-1 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 1);
          flex: 0 0 calc(100% / 1);
  width: calc(100% / 1);
}

.gallery-columns-2 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  width: calc(100% / 2);
}

.gallery-columns-3 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
}

.gallery-columns-4 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
  width: calc(100% / 4);
}

.gallery-columns-5 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 5);
          flex: 0 0 calc(100% / 5);
  width: calc(100% / 5);
}

.gallery-columns-6 .gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
  width: calc(100% / 6);
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 1);
          flex: 0 0 calc(100% / 1);
  width: calc(100% / 1);
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image,
.blocks-gallery-grid.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  width: calc(100% / 2);
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
}

.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
  width: calc(100% / 4);
}

.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 5);
          flex: 0 0 calc(100% / 5);
  width: calc(100% / 5);
}

.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
  width: calc(100% / 6);
}

.editor-styles-wrapper [data-block] {
  margin: 0 0 28px 0;
}

ul.wp-block-gallery li:before,
ul.blocks-gallery-grid li:before {
  content: none;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  width: auto;
}

.wp-caption {
  background: transparent;
  border: none;
  color: #767676;
  margin: 0 0 24px 0;
  max-width: 100%;
  padding: 0;
  text-align: left;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
  text-align: left;
}
.wp-caption.aligncenter {
  margin: 7px auto;
  text-align: center;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
  text-align: right;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding: 10px;
}

.wp-block-code {
  background-color: #f7f7f7;
  color: #212529;
  max-height: 400px;
  overflow: scroll;
}
.wp-block-code code {
  color: inherit;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-calendar a {
  text-decoration: none;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}
@media (max-width: 599px) {
  .wp-block-gallery[class*=columns-] .blocks-gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product div.images {
  margin-bottom: 0;
  opacity: 1 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
input.input-text,
textarea,
input[type*=text],
input[type*=email],
input[type*=password],
input[type*=search],
input[type*=tel],
.select2-container .select2-selection--single,
select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0.85rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
input.input-text:focus,
textarea:focus,
input[type*=text]:focus,
input[type*=email]:focus,
input[type*=password]:focus,
input[type*=search]:focus,
input[type*=tel]:focus,
.select2-container .select2-selection--single:focus,
select:focus {
  outline: none;
}

input[type*=password],
select {
  display: inline-block;
  width: auto;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  content: "";
  margin: 0;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  opacity: 1;
}
.woocommerce form .form-row [placeholder]:focus::-moz-placeholder {
  opacity: 1;
}
.woocommerce form .form-row [placeholder]:focus:-ms-input-placeholder {
  opacity: 1;
}
.woocommerce form .form-row [placeholder]:focus::-ms-input-placeholder {
  opacity: 1;
}
.woocommerce form .form-row [placeholder]:focus::placeholder {
  opacity: 1;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.woocommerce form .form-row textarea,
textarea {
  padding: 1.5rem 2rem;
}

.password-input {
  width: 100%;
}

.woocommerce form .form-row textarea {
  min-height: 150px;
}

.select2-container--open .select2-selection--single,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
select:focus {
  color: #999999;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-notice,
.woocommerce-message {
  padding: 1rem 2rem 1rem 3.5rem;
  margin: 0 0 2rem;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: none;
  margin-right: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-notice {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  background-color: transparent !important;
  border-radius: 0.3rem;
  border: 1px dashed #d7d7d7;
}
.woocommerce-error:before, .woocommerce-error:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-message:before,
.woocommerce-message:after,
.woocommerce-notice:before,
.woocommerce-notice:after {
  display: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  font-weight: 400;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
  color: #fff;
}

.woocommerce form .form-row .required {
  color: inherit;
  font-weight: inherit;
}

.woocommerce form .form-row {
  display: block;
  margin: 0 0 1.3rem;
}

.comment-respond label {
  display: block;
  line-height: 2;
  margin-bottom: 2px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
}
.woocommerce-checkout #payment:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.woocommerce ul#shipping_method li label {
  display: inline-block;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  text-align: left;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: #e7e7e7;
}

.woocommerce table.wishlist_table thead th {
  border: none;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin: 0;
}

.woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after {
  display: none;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: none;
}

.woocommerce form.woocommerce-form-login .woocommerce-form__label {
  margin: 0;
}
.woocommerce form.woocommerce-form-login .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce form.woocommerce-form-login .woocommerce-form-login__submit {
  margin-right: 1em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.myaccount-content .woocommerce form.login,
.myaccount-content .woocommerce form.register,
.mfp-content form.login,
.mfp-content form.register {
  border: none;
}

.woocommerce-form-register button.woocommerce-form-register__submit {
  margin-right: 1em;
}

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce .cart-collaterals .cart_totals tr td {
  border: none;
}

.cart-collaterals .cart_totals table,
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  border: none;
}
.cart-collaterals .cart_totals table tr,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.cart-collaterals .cart_totals table .order-total,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total {
  border: none;
}
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table tfoot th,
.cart-collaterals .cart_totals table tfoot td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
  border: none;
}
.cart-collaterals .cart_totals table table,
.woocommerce-checkout table.woocommerce-checkout-review-order-table table {
  margin-bottom: 0;
}
.cart-collaterals .cart_totals table thead tr,
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead tr {
  border: none;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 400;
}

.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table tfoot th,
.cart-collaterals .cart_totals table tfoot td {
  padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals td,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  text-align: left;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals #shipping_method,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-totals #shipping_method {
  margin-bottom: 1.4rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals #shipping_method label,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-totals #shipping_method label {
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p.comment-form-cookies-consent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
p.comment-form-cookies-consent label {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .sticky-bar form.cart {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

#order_review_heading,
.cart_totals > h2 {
  padding-bottom: 1.7rem;
}

.woocommerce .quantity .qty {
  width: 131px;
  background-color: #fff;
  text-align: center;
}

.customize-partial-edit-shortcut-button {
  display: none;
}

.yith-wcwl-add-button a i {
  display: none;
}

.woocommerce-form-row label {
  margin-bottom: 2px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: auto;
}

.blockOverlay {
  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;
  background: #fff !important;
  opacity: 0.6 !important;
}

.woocommerce .add_to_wishlist .blockOverlay {
  background: transparent !important;
}

.woocommerce .blockUI.blockOverlay::before {
  background: none;
}

.yith-wcan-loading {
  background: none;
  height: auto;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.blockOverlay,
.molla-loading,
.yith-wcan-loading {
  position: relative;
  opacity: 0.45;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.blockOverlay:after,
.molla-loading:after,
.yith-wcan-loading:after {
  -webkit-animation: spin 650ms infinite linear;
          animation: spin 650ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-top: 2px solid rgba(0, 0, 0, 0.4) !important;
  border-right: 2px solid rgba(0, 0, 0, 0.4) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
  content: "";
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  right: auto;
  position: absolute;
  width: 20px;
}

form .blockOverlay:after,
.mini_cart_item .blockOverlay:after,
.cart_totals .blockOverlay:after,
.molla-loading .blockOverlay:after {
  border-top-color: #333;
}

form .blockOverlay:before,
.cart_totals .blockOverlay:before,
.mini_cart_item .blockOverlay:before {
  display: none !important;
}

.molla-loading:after,
.yith-wcan-loading:after {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.more-container span.molla-loading {
  margin-left: 2rem;
}

.woocommerce p.stars a {
  border: none;
}

.woocommerce-product-attributes-item__value p {
  font-style: normal;
}

form .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce .sidebar .widget_layered_nav ul.yith-wcan li span,
.woocommerce-page .sidebar .widget_layered_nav ul.yith-wcan li span {
  cursor: pointer;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: auto;
}

.woocommerce .lost_reset_password .form-row-first {
  width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  margin-right: 5rem;
}

.woocommerce #reviews .commentlist {
  padding: 0;
}

.woocommerce #reviews #comments .meta em {
  display: block;
}

.woocommerce ul.order_details li {
  margin-bottom: 1rem;
}

.woocommerce ul.order_details li {
  font-size: 1.4rem;
}
.woocommerce ul.order_details li strong {
  font-weight: 500;
}

.woocommerce .woocommerce-customer-details address {
  border-width: 1px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-column + .woocommerce-column {
  margin-left: auto;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  background-color: #fff;
  border-color: #d7d7d7;
  color: #666;
  line-height: 3.4rem;
  min-width: 4rem;
  height: 4rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span:hover {
  background-color: transparent;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: transparent;
}

.woocommerce .product form.cart.row::after,
.woocommerce .product form.cart.row::before {
  content: none;
}

.woocommerce .product .summary .stock {
  font-size: inherit;
  color: inherit;
  line-height: 1;
}

@media (min-width: 992px) {
  .shop-table-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .shop-table-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

button.wpcf7-form-control.wpcf7-submit.btn {
    color: #fff;
    background: #006D3F;
    padding: 12px 40px !important;
    font-size: 18px;
    font-weight: 600;
}
.wp-block-columns.row.widget-about.mb-0.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    display: none;
}
.contact-fo label {
    color: black !important;
}
.mail-con a{
	color:black !important;
}
figure.wp-block-gallery.has-nested-images.columns-default.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
    display: block;
    text-align: center;
    margin-left: -7em;
}
.blog figure.wp-block-gallery.has-nested-images.columns-default.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
    width: 30vh !important;
}
.blog figure.wp-block-image.size-large.footer-logo {
    margin-left: 8em !important;
}
header.header.fixed-header {
    display: none;
}
.elementor a {
    font-size: 15px;
    font-weight: 600;
    margin-inline: 7px;
}
a.nav-link:hover {
    border-bottom: 1px solid black;
}
li.nav-item .active {
    border-bottom: 1px solid black;
}
.banne-1 span {
    color: lime !important;
}
.product-body {
    display: none;
}
.product-action.icon-hidden {
    display: none;
}
.product-action-vertical.fade-left {
    display: none;
}
header.header {
    display: none;
}
footer.footer.divider-active {
    display: none;
}
.page-header.text-center {
    display: none;
}
nav.woocommerce-breadcrumb.divider-active {
    display: none;
}
.product-labels {
    display: none;
}
.blog header.header {
    display: block !important;
}
.blog .header-col.header-right {
    display: none;
}
.single-post header.header {
    display: block !important;
}
.header .container {
    width: -webkit-fill-available !important;
}
.header-col.header-right {
    display: none;
}
.header .container {
    width: -webkit-fill-available !important;
}

.header-col.header-right {
    display: none;
}
.entry-media img {
    width: 100%;
    height: auto;
    padding: 47px;
}
.entry-media {
    background-color: #fff !important;
}
.single-post .main {
    padding-top: 50px;
}
.archive header.header {
    display: block !important;
}
div#custom_html-2 {
    display: none;
}
.header {
    background-color: #006d3f !important;
}
.modal-dialog {
    left: 51em !important;
    top: 2em !important;
}
/* General Form Styling */
.wpcf7 form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.form-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    display: block;
	width:100%;
}

.form-control, .form-select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
}

.form-control:focus, .form-select:focus {
    border-color: #54bb4e;
    box-shadow: 0 0 5px rgba(0, 109, 63, 0.2);
}

.modal-title {
    text-align: center;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: brown;
    padding-block: 8px;
}
.form-label option {
    color: black !important;
}
/* header css */

    .top-bar {
      background-color: #333333;
      padding: 22px 0;
    }
    .top-bar .contact-info {
      color: white;
      font-size: 1.5rem;
    }
    .top-bar .social-icons a {
      color: white;
      margin-right: 10px;
    }
    .buy-btn {
      background-color: #54bb4e;
      color: #2c3e50;
      font-weight: bold;
      padding: 7px;
    }
    .navbar-custom {
      background-color: white;
      border-bottom: 2px solid #ddd;
    }
    .navbar-custom .navbar-brand {
      color: #2c3e50;
      font-size: 1.5rem;
      font-weight: bold;
    }
    .navbar-custom .nav-link {
      color: #2c3e50;
      font-weight: 700;
      font-family: "Fanwood Text", sans-serif;
    }
    .navbar-custom .nav-link:hover {
      color: #006d3f;
    }
    .contact-us-btn {
      background-color: #006d3f;
      color: white;
      font-weight: bold;
    }
    ul.navbar-nav {
      align-items: center;
    }
    .contact-info i,
    .social-icons i {
      font-size: 20px; /* Fixed the typo '24pc' to '24px' */
    }
    .contact-info i {
      color: #54bb4e;
    }
    .top-bar-1 {
      gap: 16em;
    }
    .social-icons i {
      background: #54bb4e;
      padding: 8px;
      border-radius: 4px;
    }
    .contact-info a {
      color: #fff;
      font-size: 24px;
    }
    .social-icons i:hover {
      transform: scale(0.9);
      transition: transform 0.3s ease;
      color: black;
    }
    .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      position: absolute;
    }
    .dropdown-menu li {
      border-bottom: 1px solid black;
    }
    .dropdown-menu li a {
      margin-inline: 1px !important;
    }
    ul.dropdown-menu {
      padding: 0;
    }
    .dropdown-menu li {
      border-bottom: 1px solid black;
      padding-block: 10px;
    }
    .logo-1 {
      text-align: center;
    }
    @media (max-width: 991px) {
      .navbar .navbar-collapse {
        justify-content: center;
      }
    }
a.btn.contact-us-btn {
    background: #006d3f;
	color:white;
}
a.btn.contact-us-btn:hover{
    color:black;
	background: #00000000;
	border:1px solid #006d3f;
}
.nam-col{
	color:white;
}