/*!
Skin Name: Cosmetics
*/
/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.site-header .search-form .search-form__submit[type='submit']:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-form__toggle, .search-form__close {
  display: inline-block;
  font-family: 'nc-icon-mini';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * variables-wootheme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 *  Woo-Variables
 */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

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

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

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

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.site .container-fluid:before, .site .container-fluid:after {
  content: none;
}

.container-wide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.site .row:before, .site .row:after {
  content: none;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none;
}

.col-xs-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-xs-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-xs-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-xs-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

.col-xs-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 576px) {
  .col-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-sm-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .col-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-md-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-lg-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-xl-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.row-xs-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.row-xs-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 576px) {
  .row-sm-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-sm-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-sm-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .row-md-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-md-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-md-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .row-lg-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-lg-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-lg-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-xl-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-xl-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.col-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.col-xs-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.col-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 576px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-sm-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-md-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-lg-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-xl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn,
form button,
form input[type='button'],
form input[type='reset'],
form input[type='submit'] {
  line-height: 1.3;
  display: inline-block;
  max-width: 100%;
  padding: 10px 28px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .1s;
  border-width: 1px;
  border-style: solid;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.btn,
form button,
form input[type='button'],
form input[type='reset'],
form input[type='submit'], .btn:hover,
form button:hover,
form input[type='button']:hover,
form input[type='reset']:hover,
form input[type='submit']:hover {
  text-decoration: none;
}

.btn:focus,
form button:focus,
form input[type='button']:focus,
form input[type='reset']:focus,
form input[type='submit']:focus {
  outline: 0;
}

.btn.btn-xs,
form button.btn-xs,
form input[type='button'].btn-xs,
form input[type='reset'].btn-xs,
form input[type='submit'].btn-xs {
  font-size: 10px;
  padding: 4.66667px 11.9px;
}

.btn.btn-sm,
form button.btn-sm,
form input[type='button'].btn-sm,
form input[type='reset'].btn-sm,
form input[type='submit'].btn-sm, .post-password-form input[type="submit"] {
  font-weight: 400;
  padding: 6.33333px 14px;
  border-radius: 0;
}

.btn.btn-fullwidth,
form button.btn-fullwidth,
form input[type='button'].btn-fullwidth,
form input[type='reset'].btn-fullwidth,
form input[type='submit'].btn-fullwidth {
  width: 100%;
}

.btn[class*="-transparent"],
form button[class*="-transparent"],
form input[type='button'][class*="-transparent"],
form input[type='reset'][class*="-transparent"],
form input[type='submit'][class*="-transparent"] {
  background-color: transparent;
}

.btn i,
form button i,
form input[type='button'] i,
form input[type='reset'] i,
form input[type='submit'] i {
  margin-left: 5px;
}

.link,
.btn-link {
  font-size: 10px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

.link i,
.btn-link i {
  margin-left: 5px;
}

.link:hover,
.btn-link:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input,
select,
textarea {
  padding: 9.5px 20px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.5;
  transition: .3s;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

input[type='radio'],
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

input[type='file'] {
  padding: 0;
  background-color: transparent;
  border: none;
}

select {
  width: 100%;
  max-width: 100%;
}

textarea {
  height: 160px;
  min-height: 160px;
  width: 100%;
  resize: vertical;
  overflow: auto;
}

label + input,
label + textarea,
label + select {
  margin-top: 3px;
}

/* Input Placeholders */
::-webkit-input-placeholder {
  transition: .1s;
  color: inherit;
}

::-moz-placeholder {
  transition: .1s;
  color: inherit;
}

:-ms-input-placeholder {
  transition: .1s;
  color: inherit;
}

:-moz-placeholder {
  transition: .1s;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

/*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.site-header .search-form {
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-form__toggle, .search-form__close {
  padding: 0;
  border: none;
  background: none;
  font-size: 14px;
  transition: .1s;
}

.search-form__toggle:focus, .search-form__close:focus {
  outline: 0;
}

.search-form__toggle:before {
  content: '\ea66';
}

.search-form__close {
  position: relative;
  margin-left: 20px;
}

.search-form__close:before {
  content: '\ea5c';
}

.search-form__input-wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  -webkit-flex: 30 1 160px;
      -ms-flex: 30 1 160px;
          flex: 30 1 160px;
}

.site-header .search-form__input-wrap {
  margin: 0;
  min-width: 0;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search-form__field[type='search'] {
  box-sizing: border-box;
  padding-top: calc(9.5px - ((16.875px - 15px) * 1.5) / 2);
  padding-bottom: calc(9.5px - ((16.875px - 15px) * 1.5) / 2);
  min-width: 50px;
  max-width: 100%;
  width: 100%;
  font-size: 16.875px;
}

.site-header .search-form__field[type='search'] {
  padding: 10px 0;
  border: none;
  background: none;
  font-size: 14px;
}

.site-header .search-form__field[type='search']:focus {
  background: none;
}

.search-form__submit[type='submit'] {
  z-index: 1;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site-header .search-form .search-form__submit[type='submit'] {
  margin: 0;
  padding: 5px;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 0;
  line-height: 1;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-header .search-form .search-form__submit[type='submit']:before {
  content: '\f002';
  font-size: 18px;
}

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  padding: 120px 20px 20px;
}

.header-search .cherry-search__item-title {
  margin-top: -4px;
}

.header-search .cherry-search__item-content,
.header-search .cherry-search__item-author {
  margin-top: 0;
}

.header-search .cherry-search__results-item {
  background-color: transparent;
}

.header-search .cherry-search__item-author em {
  font-style: normal;
}

.header-search .cherry-search__icon:before {
  font-size: 20px;
}

.header-search .cherry-search-wrapper {
  max-width: 570px;
}

.header-search .cherry-search__more-button {
  max-width: 570px;
  width: 100%;
  margin: 20px auto 0;
}

.header-search ul {
  padding: 0 15px;
}

.jet-mobile-menu-active .header-search {
  left: 0;
}

.header-search .search-form__close {
  position: absolute;
  top: 30px;
  right: 30px;
  margin-left: 0;
}

.site-header.search-active .header-search {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}

.header-search .cherry-search-wrapper {
  width: 100%;
}

.header-search .cherry-search__message {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}

.header-search .cherry-search .cherry-search__results-list {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: none;
  margin-top: 30px;
  background: transparent;
}

.header-search .cherry-search .cherry-search__results-list .cherry-search__item-attr {
  font-size: 15px;
}

.header-search .cherry-search .cherry-search__results-list .cherry-search__results-item {
  border: none;
  padding-left: 0;
}

.header-search .cherry-search .cherry-search__results-list .cherry-search__results-item a {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

.header-search .cherry-search .cherry-search__results-list .cherry-search__item-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 18%;
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%;
}

.cherry-search form.cherry-search__form button.search-submit {
  background: transparent;
  border: none;
}

.cherry-search form.cherry-search__form button.search-submit:hover {
  background: transparent;
}

.widget-area .cherry-search form.cherry-search__form button.search-submit {
  margin-left: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cherry-search .cherry-search__results-list {
  border-bottom: none;
}

.cherry-search .cherry-search__results-list ul li:before {
  display: none;
}

.cherry-search .cherry-search__results-list .cherry-search__item-attr {
  font-size: 15px;
}

.cherry-search .cherry-search__results-list .cherry-search__more-button {
  border-top: none;
}

.cherry-search .cherry-search__results-list .cherry-search__results-item {
  border: none;
  padding-left: 0;
}

.cherry-search .cherry-search__results-list .cherry-search__results-item a {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

.cherry-search .cherry-search__results-list .cherry-search__item-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 18%;
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%;
}

.widget_search .search-submit.btn {
  border: none;
}

/*--------------------------------------------------------------
## Comment-form
--------------------------------------------------------------*/
.comment-list + .comment-respond {
  margin-top: 80px;
}

.comment-list .comment-respond {
  margin-top: 60px;
  margin-bottom: 60px;
}

.comment-reply-title #cancel-comment-reply-link {
  font-size: 12px;
  float: right;
  margin-left: 10px;
}

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

.comment-form > * {
  padding-left: 15px;
  padding-right: 15px;
}

.comment-form > * {
  width: 100%;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
  margin: 0 0 17px 0;
}

.comment-form__field {
  width: 100%;
  vertical-align: top;
}

.comment-form .form-submit {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
## Password-form
--------------------------------------------------------------*/
.post-password-form {
  text-align: center;
}

@media (min-width: 768px) {
  .post-password-form {
    text-align: left;
  }
}

.post-password-form label {
  display: inline-block;
  vertical-align: top;
}

.post-password-form label,
.post-password-form input[type="submit"] {
  margin: 5px 0;
}

.blog .site-content_wrap {
  padding-top: 30px;
}

/*Jet Elements*/
.elementor-jet-brands .brands-list__item-img-wrap {
  margin-bottom: 0;
}

.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper {
  text-align: center;
}

.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  display: inline-block;
}

.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title + .elementor-tab-title {
  margin-left: 10px;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper {
  text-align: left;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .entry-meta {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: none;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .entry-footer .entry-meta a {
  font-size: 12px;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .post__cats a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}

#page .elementor-widget .style-2 .swiper-slide .content-wrapper time {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .post__date *,
.elementor-widget .style-2 .swiper-slide .content-wrapper .post__cats * {
  text-transform: none;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .post__tags,
.elementor-widget .style-2 .swiper-slide .content-wrapper .posted-by,
.elementor-widget .style-2 .swiper-slide .content-wrapper .post__comments {
  font-size: 12px;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .post__tags {
  margin-right: 10px;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .post__tags a:first-child {
  margin-left: 0;
}

.elementor-widget .style-2 .swiper-slide .content-wrapper .entry-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.jet-banner.jet-effect-sarah .jet-banner__img {
  width: auto;
}

.elementor-icon-box-description a:hover {
  text-decoration: underline;
}

.elementor .elementor-element .jet-slider__desc span {
  font-weight: 900;
}

/*Breadcrumbs*/
.breadcrumbs-visibillity-true .breadcrumbs {
  margin-top: 0;
  margin-bottom: 20px;
}

/*Compare & Wishlist*/
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .button,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .button,
.tm-woocompare-list table.tm-woocompare-table thead th .button {
  border-radius: 0;
  border: 0;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 19px 28px;
}

/*Cart*/
.woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .comment-form-url .input-text#coupon_code,
.woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .comment-form-url input.button,
.woocommerce table.shop_table tbody tr td.actions input.btn,
.return-to-shop .button.wc-backward,
.woocommerce-cart .entry-content .woocommerce .wc-proceed-to-checkout .checkout-button,
.woocommerce form .form-row .button {
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 18px 28px;
}

#page .shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list li a.remove {
  font-size: 0;
}

.return-to-shop .button.wc-backward,
.woocommerce form .form-row .button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  padding: 13px 28px;
  border-radius: 0;
  border: none;
}

.woocommerce-checkout form.checkout_coupon .form-row .button {
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 9px 20px;
}

.woocommerce-checkout form.checkout_coupon .form-row .input-text {
  border-radius: 0;
}

.woocommerce table.shop_table tbody tr td.actions .coupon input.button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-cart .entry-content .woocommerce .wc-proceed-to-checkout .checkout-button {
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  padding: 18px 28px;
  border: none;
}

/*Products listing*/
.post-type-archive-product .site-content_wrap {
  margin-top: 30px;
}

.post-type-archive-product .site-content_wrap #primary,
.post-type-archive-product .site-content_wrap #shop-sidebar {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
}

.post-type-archive-product .site-content_wrap #primary {
  overflow: hidden;
}

@media (min-width: 992px) {
  .post-type-archive-product .site-content_wrap #primary {
    padding-left: 30px;
  }
}

.post-type-archive-product .site-content_wrap #shop-sidebar {
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #e8e8e8;
}

.post-type-archive-product .site-content_wrap #shop-sidebar .widget {
  padding-right: 0.9375rem;
  border-top: 1px solid #e8e8e8;
}

.post-type-archive-product .site-content_wrap #shop-sidebar .widget:first-child {
  border: none;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper span {
  font-size: 12px;
  text-transform: uppercase;
}

.tm-wc-ajax-products-wrapper .orderby,
.tm-wc-ajax-products-wrapper #woocommerce-sort-by-columns {
  font-size: 12px;
  text-transform: uppercase;
}

.tm-wc-ajax-products-wrapper .woocommerce-result-count {
  font-size: 12px;
}

.tm-wc-ajax-products-wrapper .products.row {
  position: relative;
  margin-top: 15px;
  padding-top: 30px;
}

#main .tm-wc-ajax-products-wrapper .products.row {
  margin-left: -15px;
}

#main .tm-wc-ajax-products-wrapper .products.row::before {
  content: '' !important;
  position: absolute;
  top: 0;
  left: -15px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  display: block !important;
}

.tm-wc-ajax-products-wrapper .shop-top-panel-wrapper .woocommerce-ordering {
  margin-left: 0;
}

#main .tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button {
  border-radius: 0;
  border: 0;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 13px 38px;
}

.woocommerce .products .product span.onsale,
.woocommerce .products .product span.featured,
.woocommerce .products .product span.onsale,
.woocommerce .products .product span.new {
  left: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 14px;
  padding: 2px 4px;
}

.woocommerce .products .product .product-categories li a {
  font-size: 12px;
  font-weight: 400;
}

.woocommerce .products .product:not(.swiper-slide):not(.product-list) .block_product_content {
  padding-bottom: 42px;
}

.woocommerce .products .product.product-list {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
}

.woocommerce .products .product.product-list .block_product_thumbnail {
  width: 100%;
}

@media (min-width: 992px) {
  .woocommerce .products .product.product-list .block_product_thumbnail {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .woocommerce .products .product.product-list .block_product_content {
    padding-left: 0;
  }
}

.woocommerce .products .product.product-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  right: 0;
  width: calc(100% + 30px);
  height: 1px;
  background: #e8e8e8;
}

@media (max-width: 575px) {
  .woocommerce .products .product.product-list::before {
    display: block;
  }
}

.woocommerce .products .product.product-list:first-child {
  padding-top: 0;
}

.woocommerce .products .product.product-list:first-child::before {
  display: none;
}

.woocommerce .products .product.product-list a.button {
  padding: 19px 30px;
  border-radius: 0;
  margin-right: 30px;
}

.woocommerce .products .product.product-list a.button span.add-to-cart-text {
  font-size: 11px;
}

.woocommerce .products .product.product-list h6 {
  margin-bottom: 0;
}

.woocommerce .products .product.product-list .woocommerce-product-details__short-description {
  font-size: 12px;
  line-height: 17px;
}

.woocommerce .products .product.product-list:not(.swiper-slide) .price {
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 0;
}

.woocommerce .products .product:not(.product-list) h6,
.woocommerce .products .product:not(.product-list) .price {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce .products .product:not(.product-list) .price {
  display: block;
  margin-top: 0;
}

.woocommerce .products .product:not(.product-list) .price ins, .woocommerce .products .product:not(.product-list) .price del {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper {
  padding-top: 10px;
}

.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 6px 5px;
}

.post-type-archive-product .page-title {
  text-transform: uppercase;
}

/*Single Product*/
.woocommerce .single-product div.product form.cart .button, .woocommerce.single-product div.product form.cart .button,
.tm-woowishlist .tm-woowishlist-item .wrap_elements .button {
  border-radius: 0;
  font-size: 11px;
  padding: 19px 27px;
}

.jet-banner.jet-effect-oscar .jet-banner__content::before {
  border-width: 3px;
}

.woo-social-buttons .wsmsb_title,
.woocommerce.single-product div.product .product_meta .sku_wrapper .meta-title,
.woocommerce.single-product div.product .product_meta .posted_in .meta-title,
.woocommerce.single-product div.product .product_meta .tagged_as .meta-title {
  font-weight: 700 !important;
}

.woocommerce .single-product div.product form.cart,
.woocommerce.single-product div.product form.cart {
  margin-top: 20px;
}

.woocommerce .single-product div.product form.cart .single_variation_wrap,
.woocommerce.single-product div.product form.cart .single_variation_wrap {
  margin-top: 0;
}

.woocommerce .single-product div.product form.cart .variations,
.woocommerce.single-product div.product form.cart .variations {
  margin-top: 0;
}

.woocommerce .single-product div.product form.cart .variations .label label,
.woocommerce.single-product div.product form.cart .variations .label label {
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

.woocommerce.single-product div.product .price + form {
  margin-top: 0;
}

.woocommerce.single-product div.product form.cart .variations td.value a.reset_variations {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
}

.woocommerce.single-product div.product div.woocommerce-tabs {
  padding: 55px 0;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.woocommerce.single-product div.product div.woocommerce-tabs .wc-tabs li a {
  font-size: 11px;
  letter-spacing: 1.3px;
}

.woocommerce.single-product div.product div.woocommerce-tabs .panel {
  margin-bottom: 0;
}

.woocommerce.single-product div.product div.woocommerce-tabs .panel p {
  font-size: 15px;
  line-height: 22px;
}

.woocommerce.single-product div.product div.woocommerce-tabs .comment-form .form-submit .submit {
  border-radius: 0 !important;
}

.woocommerce.single-product div.product .single_product_wrapper {
  padding-bottom: 20px;
}

.woocommerce.single-product div.product .single_product_wrapper .images {
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce.single-product div.product .single_product_wrapper .images {
    -webkit-flex: 0 1 55%;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    max-width: 55%;
  }
}

.woocommerce.single-product div.product .single_product_wrapper .images .flex-control-thumbs li {
  background: transparent;
}

.woocommerce.single-product div.product .single_product_wrapper .images .flex-control-thumbs li img {
  border: 1px solid transparent;
}

.woocommerce.single-product div.product .single_product_wrapper .images .flex-control-thumbs li img.flex-active, .woocommerce.single-product div.product .single_product_wrapper .images .flex-control-thumbs li img:hover {
  border-color: #e8e8e8;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary {
  padding-left: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary {
    -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    max-width: 45%;
    padding-left: 30px;
  }
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .product_title {
  font-size: 22px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .woocommerce-review-link {
  line-height: 1.7;
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .woocommerce-product-details__short-description {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .single_product_block .button {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.7px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .tm-woocompare-button.in_compare,
.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .tm-woowishlist-button.in_wishlist {
  margin-right: 0;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .tm-woocompare-button.in_compare.loading .text,
.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .tm-woowishlist-button.in_wishlist.loading .text {
  display: none;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .button:not(.btn-default):not(.alt):not(.tm-woowishlist-page-button):not(.tm-woowishlist-button) {
  padding: 19px 28px;
  border-radius: 0;
  font-size: 11px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .wishlist_compare_button_block button.btn.btn-default span.text {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.7px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .woo-social-buttons > span {
  margin-right: 4px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .product_meta > span {
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .product_meta .meta-title {
  font-size: 12px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .woo-social-buttons .wsmsb_title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 3px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .woo-social-buttons .custom a {
  font-size: 12px;
}

.woocommerce.single-product div.product .single_product_wrapper .entry-summary.summary .woocommerce-product-rating {
  margin-bottom: 10px;
}

#page .star-rating {
  font-size: 10px;
  width: 6.3em;
  color: #f0a285;
}

.products .product:not(.swiper-slide).product-list .star-rating {
  margin-top: 0;
}

/*Related*/
.related {
  padding-bottom: 20px;
  padding-top: 55px;
}

#page .related > h6 {
  margin-bottom: 19px;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
}

/*Pagination*/
.woocommerce nav.woocommerce-pagination {
  border: none;
  position: relative;
  margin: 2em -25px 0;
  padding-left: 30px;
  padding-top: 1.3em;
}

.woocommerce nav.woocommerce-pagination::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  right: -15px;
  width: calc(100% + 60px);
  height: 1px;
  background: #e8e8e8;
  display: block;
}

.woocommerce nav.woocommerce-pagination .nav-links .page-numbers {
  border: none;
  background: transparent;
}

.woocommerce nav.woocommerce-pagination .nav-links .page-numbers.next, .woocommerce nav.woocommerce-pagination .nav-links .page-numbers.prev {
  font-size: 11px;
}

/*Widgets*/
.widget {
  padding-top: 25px;
}

.widget:not(:last-child) {
  margin-bottom: 25px;
}

.widget:first-child {
  padding-top: 0;
}

.widget .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}

.widget .widget-title::before, .widget .widget-title::after {
  display: none;
}

#page .widget ul > li > a {
  font-size: 12px;
  text-transform: none;
}

#page .widget ul > li + li {
  margin-top: 1px;
}

.widget.widget_top_rated_products .product_list_widget li img {
  max-width: 90px;
}

.widget.widget_top_rated_products .product_list_widget li .product-title,
.widget.widget_top_rated_products .product_list_widget li .price {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.widget.widget_price_filter .tm_wc_price_filter_inputs_wrapper .button {
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  padding: 9px 20px;
  border: none;
}

.widget.widget_price_filter .price_slider_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.widget.widget_price_filter .price_slider_wrapper > * {
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.widget.widget_price_filter .price_slider_wrapper .tm_wc_price_slider {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

#page .widget.widget_price_filter .price_slider_wrapper .ui-slider-handle {
  top: -.5em;
}

.widget.widget_price_filter .price_slider_wrapper .price_label {
  text-transform: none;
  font-size: 12px;
}

.widget.widget_price_filter .price_slider_wrapper .ui-slider-range,
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 2px !important;
}

.tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-title a, .tm-woocompare-table .tm-woocomerce-list__product-title a, .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .title {
  font-size: 15px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .elementor-widget.dark .subscribe-block__input-group {
    border-top: 1px solid #343339;
  }
}

.elementor-widget.dark .subscribe-follow__wrap .subscribe-block__input-wrap,
.elementor-widget.dark .subscribe-follow__wrap .subscribe-block__submit {
  margin: 0;
}

.elementor-widget.dark .subscribe-follow__wrap .subscribe-block__submit {
  border-left: 1px solid #343339;
  border-right: 1px solid #343339;
  line-height: 52px;
}

.elementor-widget.dark .subscribe-follow__wrap .subscribe-block__input {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border: 1px solid transparent;
  border-left-color: #343339;
}

.elementor-widget.dark .subscribe-follow__wrap .subscribe-block__input.error {
  border-color: red;
}

/*Header*/
.jet-sub-mega-menu {
  padding: 0; 
}

#page .jet-menu .jet-sub-menu {
  margin-top: 0;
}

.jet-menu .jet-menu-item .sub-level-link .jet-dropdown-arrow {
  top: 1px;
  position: relative;
}

.site-logo--image, .site-logo--image .site-logo__link {
  line-height: 1;
}

@media (max-width: 991px) {
  .site-header .header-components:not(:empty) {
    margin-left: 0;
  }
}

.site-header .header-components > * {
  padding: 0 10px;
}

.site-header .header-components .site-header-cart {
  padding-right: 5px;
}

.site-header .header-components .cart-contents .count {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  line-height: 1;
  background: transparent;
  font-size: 12px;
  font-weight: 700; 
}

.site-header .header-components::before {
  display: none;
}

.site-header.style-1 .header-container {
  padding-top: 7px;
}

@media (max-width: 767px) {
  .site-header.style-1 .header-container {
    padding-top: 15px;
  }
}

.site-header.style-1 .header-container__flex {
  padding-bottom: 7px;
}

.site-header.style-1 .site-logo--image .site-logo__link {
  display: block;
  line-height: 1;
}

/*Footer*/
.site-footer.style-2 .footer-logo {
  max-width: 100%; 
}

.footer-area-wrap .widget {
  margin-top: 0;
  padding-top: 0; 
}

.footer-area-wrap .widget.widget_nav_menu ul.menu > li > .sub-menu {
  display: none; 
}

.footer-area-wrap .widget.custom-posts .entry-content p {
  font-size: 12px;
  line-height: 22px; 
}

.footer-area-wrap .widget .textwidget p {
  font-size: 12px;
  line-height: 22px;
}

.footer-area-wrap .widget .widget-title {
  margin-bottom: 12px;
}

.sidebar .custom-posts__item .entry-title {
  font-weight: 700;
}

.site-footer .footer-logo {
  max-width: 137px;
}

@media (max-width: 991px) {
  .site-
   .footer-logo {
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.site-footer .footer-container {
  border-top: 1px solid #343339;
}

.site-footer.style-1 .footer-container {
  padding: 12px 0;
}

form.wpcf7-form label {
  font-size: 12px !important;
  font-weight: 700 !important;
}

h4[style*="text-align: center;"]::before,
h4[style*="text-align: center;"]::after {
  display: none;
}

.woocommerce.widget_products > ul > li .product-widget-categories a,
.woocommerce.widget_recent_reviews > ul > li .product-widget-categories a,
.woocommerce.widget_recently_viewed_products > ul > li .product-widget-categories a,
.woocommerce.widget_top_rated_products > ul > li .product-widget-categories a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce .wishlist_compare_button_block:not(.single_product_block) .button {
  border-radius: 50%;
}