/*!
 * WooCommerce Page Styles
 * Loaded only on WooCommerce-specific pages (shop, cart, checkout, account, single product).
 */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

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

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

.col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-right-1 {
  margin-right: 8.3333333333%;
}

.col-xs-offset-right-2 {
  margin-right: 16.6666666667%;
}

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

.col-xs-offset-right-4 {
  margin-right: 33.3333333333%;
}

.col-xs-offset-right-5 {
  margin-right: 41.6666666667%;
}

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

.col-xs-offset-right-7 {
  margin-right: 58.3333333333%;
}

.col-xs-offset-right-8 {
  margin-right: 66.6666666667%;
}

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

.col-xs-offset-right-10 {
  margin-right: 83.3333333333%;
}

.col-xs-offset-right-11 {
  margin-right: 91.6666666667%;
}

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

@media (min-width: 544px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-right-0 {
    margin-right: 0%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-right-0 {
    margin-right: 0%;
  }
  .col-xl-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .col-xl-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .col-xl-offset-right-3 {
    margin-right: 25%;
  }
  .col-xl-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .col-xl-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .col-xl-offset-right-6 {
    margin-right: 50%;
  }
  .col-xl-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .col-xl-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .col-xl-offset-right-9 {
    margin-right: 75%;
  }
  .col-xl-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .col-xl-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .col-xl-offset-right-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xxl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xxl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xxl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xxl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-push-1 {
    left: 8.3333333333%;
  }
  .col-xxl-push-2 {
    left: 16.6666666667%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-4 {
    left: 33.3333333333%;
  }
  .col-xxl-push-5 {
    left: 41.6666666667%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-7 {
    left: 58.3333333333%;
  }
  .col-xxl-push-8 {
    left: 66.6666666667%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-10 {
    left: 83.3333333333%;
  }
  .col-xxl-push-11 {
    left: 91.6666666667%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-right-0 {
    margin-right: 0%;
  }
  .col-xxl-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .col-xxl-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .col-xxl-offset-right-3 {
    margin-right: 25%;
  }
  .col-xxl-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .col-xxl-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .col-xxl-offset-right-6 {
    margin-right: 50%;
  }
  .col-xxl-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .col-xxl-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .col-xxl-offset-right-9 {
    margin-right: 75%;
  }
  .col-xxl-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .col-xxl-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .col-xxl-offset-right-12 {
    margin-right: 100%;
  }
}
.col-xs-first {
  order: -1;
}

.col-xs-last {
  order: 1;
}

@media (min-width: 544px) {
  .col-sm-first {
    order: -1;
  }
  .col-sm-last {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-first {
    order: -1;
  }
  .col-lg-last {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-first {
    order: -1;
  }
  .col-xl-last {
    order: 1;
  }
}
@media (min-width: 1920px) {
  .col-xxl-first {
    order: -1;
  }
  .col-xxl-last {
    order: 1;
  }
}
.row-xs-top {
  align-items: flex-start;
}

.row-xs-center {
  align-items: center;
}

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

@media (min-width: 544px) {
  .row-sm-top {
    align-items: flex-start;
  }
  .row-sm-center {
    align-items: center;
  }
  .row-sm-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .row-md-top {
    align-items: flex-start;
  }
  .row-md-center {
    align-items: center;
  }
  .row-md-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .row-lg-top {
    align-items: flex-start;
  }
  .row-lg-center {
    align-items: center;
  }
  .row-lg-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .row-xl-top {
    align-items: flex-start;
  }
  .row-xl-center {
    align-items: center;
  }
  .row-xl-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1920px) {
  .row-xxl-top {
    align-items: flex-start;
  }
  .row-xxl-center {
    align-items: center;
  }
  .row-xxl-bottom {
    align-items: flex-end;
  }
}
.row-xs-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 544px) {
  .row-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .row-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .row-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .row-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1920px) {
  .row-xxl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.row-xs-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

@media (min-width: 544px) {
  .row-sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .row-xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1920px) {
  .row-xxl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
.col-xs-top {
  align-self: flex-start;
}

.col-xs-center {
  align-self: center;
}

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

@media (min-width: 544px) {
  .col-sm-top {
    align-self: flex-start;
  }
  .col-sm-center {
    align-self: center;
  }
  .col-sm-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start;
  }
  .col-md-center {
    align-self: center;
  }
  .col-md-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .col-lg-top {
    align-self: flex-start;
  }
  .col-lg-center {
    align-self: center;
  }
  .col-lg-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .col-xl-top {
    align-self: flex-start;
  }
  .col-xl-center {
    align-self: center;
  }
  .col-xl-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1920px) {
  .col-xxl-top {
    align-self: flex-start;
  }
  .col-xxl-center {
    align-self: center;
  }
  .col-xxl-bottom {
    align-self: flex-end;
  }
}
.cross-sells.products::after,
.up-sells.products::after,
.related.products::after, .woocommerce.single-product .quantity-button-wrapper::after, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel::after, .woocommerce.single-product #reviews #comments .commentlist .comment::after, .woocommerce .page-sidebar ul.product_list_widget .product-item::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li, .woocommerce .cats .cat-count, .woocommerce .tm-products .product .hover-image, .woocommerce .products .product .hover-image, .woocommerce .tm-products .product .product-wrapper, .woocommerce .products .product .product-wrapper {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.woosw-popup .woosw-continue, .woocommerce-error .button.button:after,
.woocommerce-info .button.button:after,
.woocommerce-message .button.button:after {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.woocommerce.single-product div.product .summary .wishlist-btn a:before,
.woocommerce.single-product div.product .summary .compare-btn a:before, .woocommerce.single-product div.product .single_add_to_cart_button:before, .woocommerce.single-product div.product form.cart .reset_variations:before, .woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:before, .woocommerce .tm-products .product .woosw-btn:before, .woocommerce .tm-products .product .woosq-btn:before, .woocommerce .tm-products .product .woosc-btn:before, .woocommerce .products .product .woosw-btn:before, .woocommerce .products .product .woosq-btn:before, .woocommerce .products .product .woosc-btn:before, .select2-search--dropdown:after, .stock:before, .woocommerce-error .button.button:after,
.woocommerce-info .button.button:after,
.woocommerce-message .button.button:after, .woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items .woosw-item .woosw-item--remove > span:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}

/*
	ANIMATION
*/
/* Buzz Out */
@keyframes tm-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-10px);
  }
  0%, 100% {
    transform: translateY(0px);
  }
}
@keyframes zoom-bounce {
  50% {
    transform: scale(0.75);
  }
  0%, 100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-bounce {
  50% {
    -webkit-transform: scale(0.75);
  }
  0%, 100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes separator-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
}
@keyframes separator-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes lineUp {
  0% {
    -webki-transform: translateY(100%);
    bottom: 0;
  }
  100% {
    bottom: 100%;
    transform: translateY(0);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(100%);
    bottom: 0;
  }
  100% {
    bottom: 100%;
    transform: translateY(0);
  }
}
@-webkit-keyframes lineDown {
  0% {
    -webkit-transform: translateY(-100%);
    top: 0;
  }
  100% {
    top: 100%;
    transform: translateY(0);
  }
}
@keyframes lineDown {
  0% {
    transform: translateY(-100%);
    top: 0;
  }
  100% {
    top: 100%;
    transform: translateY(0);
  }
}
@-webkit-keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes circle-3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes circle-3 {
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes box-image-pop {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes box-image-pop {
  50% {
    transform: scale(1.1);
  }
}
.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 30px !important;
  width: 100%;
  border: 0;
  color: #ffffff;
  border-radius: 0;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-size: 18px;
  color: #ffffff;
  top: 50%;
  transform: translate(0, -50%);
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #ffffff;
  font-weight: 600;
}
.woocommerce-error a:hover, .woocommerce-error a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:focus,
.woocommerce-message a:hover,
.woocommerce-message a:focus {
  color: #ffffff;
}
.woocommerce-error .button.button,
.woocommerce-info .button.button,
.woocommerce-message .button.button {
  margin: 5px 0 0 10px !important;
  padding: 0 22px 0 0 !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px !important;
  position: relative;
}
.woocommerce-error .button.button:after,
.woocommerce-info .button.button:after,
.woocommerce-message .button.button:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  margin-top: -1px;
  font-size: 16px;
  content: "\f061";
}
.woocommerce-error .button.button:hover:after,
.woocommerce-info .button.button:hover:after,
.woocommerce-message .button.button:hover:after {
  right: -10px;
}

.woocommerce-error {
  background: #d9534f;
}
.woocommerce-error:before {
  content: "\f06a";
}

.woocommerce-info {
  background: #5bc0de;
}
.woocommerce-info:before {
  content: "\f05a";
}

.woocommerce-message {
  background: #5cb85c;
}
.woocommerce-message:before {
  content: "\f058";
}

.notify-actions {
  margin-top: 20px;
  text-align: center;
}
.notify-actions .notify-link {
  margin-right: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.notify-actions .notify-link:hover {
  text-decoration: underline;
}

#tm-button-cookie-notice-ok {
  margin-top: 20px;
}

.woocommerce .product-badges {
  position: absolute;
  top: 30px;
  left: 28px;
  z-index: 99;
  display: flex;
}
.woocommerce .product-badges .onsale,
.woocommerce .product-badges .hot,
.woocommerce .product-badges .new,
.woocommerce .product-badges .out-of-stock {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 2px;
  min-height: 0;
  min-width: 0;
  border-radius: 0;
  color: #ffffff !important;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.woocommerce .product-badges .hot {
  background: #d31129;
  padding: 5px 11px;
}
.woocommerce .product-badges .onsale {
  background: #f6a623;
  padding: 5px 8px;
}
.woocommerce .product-badges .new {
  background: #38cb89;
  padding: 5px 13px;
}
.woocommerce .product-badges .out-of-stock {
  background: #757575;
  padding: 5px 11px;
}

.stock {
  position: relative;
  display: table;
  padding: 9px 0 8px 22px;
  font-size: 14px !important;
  font-style: italic;
  color: inherit !important;
  margin: 0;
}
.stock:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 16px;
  color: #d31129;
  speak: none;
  text-transform: none;
}
.stock.in-stock:before {
  content: "\f00c";
}
.stock.out-of-stock:before {
  content: "\f00d";
}

.select2-search--dropdown {
  position: relative;
}
.select2-search--dropdown:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  content: "\f002";
  text-transform: none;
  speak: none;
  font-size: 18px;
}

.select2-dropdown {
  border-color: #efefef;
}

.select2-results {
  padding: 0;
}

.select2-search--dropdown .select2-search__field {
  padding: 3px 20px;
  height: 50px;
}

.select2-drop-active {
  border: 0 !important;
}

.select2-container .select2-selection--single {
  height: 60px;
}
.select2-container .select2-selection__rendered {
  padding: 0 20px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #efefef;
  background: #f8f8f8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  color: #878c9b;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #efefef;
}

.woocommerce .widget_price_filter form {
  padding-top: 20px;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 34px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 5px;
  border-radius: 0;
  background-color: #eeeeee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 19px;
  height: 19px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  font-size: 14px;
  line-height: inherit;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0 33px !important;
  height: 50px;
  line-height: 46px !important;
  background-color: #f9f9f9;
  border-color: #dddddd;
  color: #222222;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #ffffff;
}
.woocommerce .widget_price_filter .price_label {
  font-size: 16px;
  font-weight: 500;
  padding-top: 13px;
}
.woocommerce ul.product_list_widget li {
  padding: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 15px;
  margin-left: 0;
  width: 80px;
  border: 1px solid #dddddd;
}
.woocommerce ul.product_list_widget li .price {
  font-size: 16px;
}
.woocommerce ul.product_list_widget li .product-title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.4;
}
.woocommerce ul.product_list_widget li .product-title a {
  color: inherit;
  font-weight: inherit;
}
.woocommerce ul.product_list_widget li .star-rating {
  margin-bottom: 10px;
  font-size: 12px;
}
.woocommerce .page-sidebar ul.product_list_widget li + li {
  margin-top: 20px;
}
.woocommerce .page-sidebar ul.product_list_widget .product-item {
  display: flex;
}
.woocommerce .page-sidebar ul.product_list_widget .product-title {
  margin: 0 0 12px;
}
.woocommerce .page-sidebar ul.product_list_widget .thumbnail {
  flex-shrink: 0;
  margin-right: 15px;
  width: 100px;
}
.woocommerce .page-sidebar ul.product_list_widget .thumbnail img {
  width: 100%;
  border-radius: 0;
}
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 0;
}

@keyframes load-spin {
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.button {
  padding: 0 20px !important;
  height: 50px;
  border-radius: 0;
  border: 0;
  color: var(--color-secondary);
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 50px !important;
}

.woocommerce .tm-products .product, .woocommerce .products .product {
  margin-bottom: 40px;
}
.woocommerce .tm-products .product .product-wrapper, .woocommerce .products .product .product-wrapper {
  position: relative;
}
.woocommerce .tm-products .product .product-wrapper:hover .product-actions, .woocommerce .products .product .product-wrapper:hover .product-actions {
  right: 30px;
  opacity: 1;
  visibility: visible;
}
.woocommerce .tm-products .product .product-wrapper:hover .hover-image, .woocommerce .products .product .product-wrapper:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.woocommerce .tm-products .product .product-thumbnail, .woocommerce .products .product .product-thumbnail {
  position: relative;
  margin-bottom: 30px;
}
.woocommerce .tm-products .product .thumbnail, .woocommerce .products .product .thumbnail {
  position: relative;
}
.woocommerce .tm-products .product .thumbnail img, .woocommerce .products .product .thumbnail img {
  width: 100%;
  border-radius: 0;
}
.woocommerce .tm-products .product .hover-image, .woocommerce .products .product .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.7s;
}
.woocommerce .tm-products .product .product-actions, .woocommerce .products .product .product-actions {
  position: absolute;
  top: 50%;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .tm-products .product .product-action, .woocommerce .products .product .product-action {
  display: block;
  margin: 5px 0 !important;
}
.woocommerce .tm-products .product .woosw-btn, .woocommerce .tm-products .product .woosq-btn, .woocommerce .tm-products .product .woosc-btn, .woocommerce .products .product .woosw-btn, .woocommerce .products .product .woosq-btn, .woocommerce .products .product .woosc-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  color: var(--color-secondary);
  font-size: 0 !important;
  padding: 0 !important;
  background: #eee;
  box-shadow: none;
  border: 0;
  text-align: center;
}
.woocommerce .tm-products .product .woosw-btn:before, .woocommerce .tm-products .product .woosq-btn:before, .woocommerce .tm-products .product .woosc-btn:before, .woocommerce .products .product .woosw-btn:before, .woocommerce .products .product .woosq-btn:before, .woocommerce .products .product .woosc-btn:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 15px;
  display: inline-block;
}
.woocommerce .tm-products .product .woosw-btn:hover, .woocommerce .tm-products .product .woosq-btn:hover, .woocommerce .tm-products .product .woosc-btn:hover, .woocommerce .products .product .woosw-btn:hover, .woocommerce .products .product .woosq-btn:hover, .woocommerce .products .product .woosc-btn:hover {
  color: #ffffff;
  background-color: var(--color-primary);
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--color-secondary);
  background: #eee;
  font-size: 0 !important;
  padding: 0 !important;
  box-shadow: none;
  border: 0;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:before {
  content: "\f07a";
  font-size: 15px;
  display: inline-block;
  line-height: 40px;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:after, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:after {
  display: none !important;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button:hover, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button:hover {
  color: #ffffff;
  background-color: var(--color-primary);
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button.loading:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button.loading:before {
  content: "\f110";
  animation: load-spin 0.3s linear infinite !important;
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .button.added:before, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .button.added:before {
  content: "\f058";
}
.woocommerce .tm-products .product .woocommerce_loop_add_to_cart_wrap .added_to_cart, .woocommerce .products .product .woocommerce_loop_add_to_cart_wrap .added_to_cart {
  display: none !important;
}
.woocommerce .tm-products .product .woosc-btn:before, .woocommerce .products .product .woosc-btn:before {
  content: "\f012";
}
.woocommerce .tm-products .product .woosc-btn.woosc-btn-added:before, .woocommerce .products .product .woosc-btn.woosc-btn-added:before {
  font-weight: 900;
}
.woocommerce .tm-products .product .woosq-btn:before, .woocommerce .products .product .woosq-btn:before {
  content: "\f002";
}
.woocommerce .tm-products .product .woosw-btn:before, .woocommerce .products .product .woosw-btn:before {
  content: "\f004";
}
.woocommerce .tm-products .product .woosw-btn.woosw-added:before, .woocommerce .products .product .woosw-btn.woosw-added:before {
  font-weight: 900;
}
.woocommerce .tm-products .product .woosw-adding:before,
.woocommerce .tm-products .product .woosc-btn-adding:before, .woocommerce .products .product .woosw-adding:before,
.woocommerce .products .product .woosc-btn-adding:before {
  content: "\f110" !important;
  animation: load-spin 0.3s linear infinite !important;
}
.woocommerce .tm-products .product .product-info, .woocommerce .products .product .product-info {
  text-align: center;
}
.woocommerce .tm-products .product .woocommerce-loop-product__title, .woocommerce .products .product .woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.woocommerce .tm-products .product .star-rating, .woocommerce .products .product .star-rating {
  margin: 0 auto 13px;
}
.woocommerce .tm-products.tm-swiper .product, .woocommerce .products.tm-swiper .product {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.woocommerce form .form-row {
  margin: 0 0 10px;
  padding: 0;
}
.woocommerce form .form-row textarea {
  height: 130px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #d9534f;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #5cb85c;
}
.woocommerce .amount,
.woocommerce .price {
  font-weight: 600;
  font-size: 15px;
}
.woocommerce ins {
  background: none;
  color: #999999;
}
.woocommerce del {
  position: relative;
  text-decoration: none;
}
.woocommerce del .amount {
  color: #999999 !important;
}
.woocommerce del:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999999;
  content: "";
}
.woocommerce .star-rating {
  color: #ffb805;
  font-size: 16px;
  float: none;
}
.woocommerce .star-rating:before {
  color: #dddddd;
  content: "SSSSS";
}
.woocommerce div.quantity {
  position: relative;
  width: 142px;
}
.woocommerce div.quantity .increase,
.woocommerce div.quantity .decrease {
  background: none;
  position: absolute;
  top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  font-size: 0;
}
.woocommerce div.quantity .increase i,
.woocommerce div.quantity .decrease i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-secondary);
  font-size: 18px;
}
.woocommerce div.quantity .qty {
  padding: 3px 50px;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
}
.woocommerce div.quantity input::-webkit-outer-spin-button,
.woocommerce div.quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.woocommerce div.quantity .increase {
  right: 0;
}
.woocommerce div.quantity .decrease {
  left: 0;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  margin: 40px -15px -15px;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  border: 0;
  list-style-type: none;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 12px;
  color: #7A8A9E;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce nav.woocommerce-pagination ul li span i,
.woocommerce nav.woocommerce-pagination ul li a i {
  font-size: 10px;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span:active, .woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li .dots {
  width: 20px;
  border: 0;
  background: none;
  color: #dddddd;
  font-weight: 500;
  font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev {
  font-size: 13px;
  line-height: 18px;
  color: #7A8A9E;
}
.woocommerce nav.woocommerce-pagination ul li .prev i {
  margin-right: 6px;
}
.woocommerce nav.woocommerce-pagination ul li .next i {
  margin-left: 6px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  display: inline-block;
  color: #fff;
  background-color: var(--color-primary);
  padding: 0;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.woocommerce .archive-shop-actions {
  margin-bottom: 30px;
}
.woocommerce .archive-shop-actions .shop-filter-left,
.woocommerce .archive-shop-actions .shop-filter-right {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .shop-filter-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.woocommerce .woocommerce-ordering {
  display: inline-block;
  margin: 0;
  float: none;
}
.woocommerce .woocommerce-ordering select {
  height: 50px;
}
.woocommerce .cats {
  margin-bottom: 50px;
}
.woocommerce .cats .cat-image img {
  width: 100%;
}
.woocommerce .cats .cat-text {
  margin-top: 20px;
  text-align: center;
}
.woocommerce .cats .cat-title {
  margin-bottom: 10px;
}
.woocommerce .cats .cat-count {
  margin: 0;
  color: initial;
  font-size: 12px;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 1;
}

.woocommerce a.remove {
  color: #999999 !important;
}
.woocommerce a.remove:hover {
  background: none;
  color: #222222 !important;
}
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border: 0;
  background: none;
  text-align: left;
}
.woocommerce table.shop_table thead {
  border-radius: 0;
}
.woocommerce table.shop_table thead tr {
  border-bottom: 1px solid #ededed;
}
.woocommerce table.shop_table thead th {
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce table.shop_table thead th.product-remove {
  width: 40px;
}
.woocommerce table.shop_table thead th.product-thumbnail {
  width: 110px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 15px 0;
  border: 0;
}
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
  border-bottom: 1px solid #ededed;
}
.woocommerce .cart.shop_table {
  margin-bottom: 95px;
  border: 0;
  border-collapse: collapse;
}
.woocommerce .cart.shop_table td, .woocommerce .cart.shop_table th {
  border: 0;
  text-align: left;
}
.woocommerce .cart.shop_table thead {
  border-radius: 0;
}
.woocommerce .cart.shop_table th {
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce .cart.shop_table th.product-remove {
  width: 40px;
}
.woocommerce .cart.shop_table th.product-thumbnail {
  width: 110px;
}
.woocommerce .cart.shop_table td {
  padding: 30px 0;
}
.woocommerce .cart.shop_table td.product-name a {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .cart.shop_table td.product-price, .woocommerce .cart.shop_table td.product-subtotal {
  font-size: 20px;
}
.woocommerce .cart.shop_table tbody tr + tr {
  border-top: 1px solid #ededed;
}
.woocommerce table.woocommerce-checkout-review-order-table {
  margin: 0 0 70px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.75px;
  font-weight: 700;
}
.woocommerce table.woocommerce-checkout-review-order-table td .shipping-method-label {
  color: #ff0000;
  font-weight: 700;
}
.woocommerce #coupon_code {
  margin: 0 10px 0 0;
  width: 320px;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-weight: 700;
  font-size: 14px;
  line-height: 0.9;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th, .woocommerce .cart-collaterals .cart_totals .shop_table td {
  padding: 15px 0;
  border: 0;
  background: none;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .shipping p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals .cart-totals-inner .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce .cart-shipping p {
  margin-bottom: 30px;
}
.woocommerce .cart-shipping .shipping-method-label {
  display: none;
}
.woocommerce .cart-shipping .shipping-method-label + p {
  display: none;
}
.woocommerce .cart-shipping .shipping-calculator-form {
  display: block !important;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-color: #efefef;
  padding: 0 20px;
  height: 50px;
  line-height: 46px;
  border-width: 2px;
}
body.woocommerce-cart .cross-sells {
  margin-bottom: 60px;
}
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}
body.woocommerce-cart .wc-proceed-to-checkout a {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
body.woocommerce-cart .wc-proceed-to-checkout .wc-return-shop {
  min-width: 238px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 6px;
  min-width: 170px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-checkout #ship-to-different-address,
.woocommerce .cart-collaterals .cart-totals-inner > h2,
.woocommerce .cart-shipping .woocommerce-shipping-calculator h2 {
  margin-bottom: 40px;
  font-size: 24px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
}

.woocommerce-form-login .button {
  min-width: 140px;
}

@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table tr,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
    border-top: 0;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table tr:first-child,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table tr:first-child {
    border-top: 1px solid #ededed;
  }
  .woocommerce table.shop_table tbody tr {
    border-bottom: 0;
  }
  .woocommerce table.shop_table tbody tr + tr {
    padding: 15px 0;
  }
  .woocommerce table.shop_table tfoot tr {
    border-bottom: 0;
  }
  .woocommerce #coupon_code {
    margin-bottom: 10px;
    width: 100%;
  }
  .woocommerce .cart.shop_table td {
    padding: 10px 0;
  }
  .woocommerce .cart.shop_table td.product-subtotal {
    clear: both;
  }
  .woocommerce .cart.shop_table .product-quantity:after {
    display: table;
    clear: both;
    content: "";
  }
  .woocommerce .cart.shop_table .quantity {
    float: right;
  }
  .woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 10px;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    width: 100%;
  }
  .cart-shipping {
    margin-bottom: 60px;
  }
  .woocommerce-checkout .woocommerce-checkout {
    margin-top: 50px;
  }
  .woocommerce-checkout #customer_details {
    margin-bottom: 30px;
  }
  .woocommerce-checkout #customer_details .col-1 {
    margin-bottom: 30px;
  }
  .woocommerce-checkout form .form-row.form-row-first, .woocommerce-checkout form .form-row.form-row-last {
    padding: 0;
    width: 100%;
  }
}
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
}

#ship-to-different-address-checkbox {
  top: -3px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.register {
  padding: 0;
  border: 0;
}
.woocommerce-checkout form .form-row {
  margin: 0 0 20px;
}
.woocommerce-checkout form .form-row.form-row-first, .woocommerce-checkout form .form-row.form-row-last {
  width: 50%;
}
.woocommerce-checkout form .form-row.form-row-first {
  padding-right: 10px;
}
.woocommerce-checkout form .form-row.form-row-last {
  padding-left: 10px;
}
.woocommerce-checkout form .form-row label {
  display: none;
}
.woocommerce-checkout #coupon_code {
  margin-bottom: 20px;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 50px;
}
.woocommerce-checkout #payment {
  background: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
}
.woocommerce-checkout #payment div.payment_box {
  margin: 0;
  padding: 28px 20px 15px;
  background: none;
  font-size: inherit;
}
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment .payment_title {
  padding: 17px 20px;
  border-radius: 0;
  background: #ededed;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.woocommerce-checkout #payment .payment_title label {
  cursor: pointer;
}
.woocommerce-checkout #payment div.form-row {
  margin: 0;
  padding: 0;
  text-align: center;
}
.woocommerce-checkout #place_order {
  float: none !important;
  width: 180px;
}
.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tbody td,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
  padding: 15px 15px 15px 0;
}
.woocommerce-checkout table.shop_table tr.shipping td {
  font-weight: normal;
}
.woocommerce-checkout table.shop_table tr.shipping p {
  margin: 0;
}

.woocommerce.single-product #reviews #comments .commentlist {
  margin: 0 0 46px;
  padding: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .comment {
  margin: 0 0 50px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 50px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment:last-child {
  margin: 0;
  border-bottom: 0;
  padding: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .avatar {
  padding: 0;
  width: 80px;
  border: 0;
  border-radius: 0;
  float: none;
  position: static;
}
.woocommerce.single-product #reviews #comments .commentlist .meta {
  margin-bottom: 25px;
}
.woocommerce.single-product #reviews #comments .commentlist .comment-author {
  float: left;
}
.woocommerce.single-product #reviews #comments .commentlist .star-rating {
  position: absolute;
  top: 4px;
  right: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .description p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product #reviews #comments .commentlist .fn a {
  font-style: normal;
  font-size: 18px;
}
.woocommerce.single-product #reviews #comments .commentlist .woocommerce-review__verified {
  display: block;
}
.woocommerce.single-product #reviews #comments .commentlist .children {
  margin: 50px 0 0;
  padding: 50px 0 0 110px;
  border-top: 1px solid #eeeeee;
}
.woocommerce.single-product #reviews #comment {
  height: 200px;
}
.woocommerce.single-product .comment-content {
  margin-left: 110px;
}
.woocommerce.single-product .comment-actions {
  margin-top: 31px;
}
.woocommerce.single-product .comment-actions a {
  margin-right: 20px;
  font-weight: 600;
  line-height: 1.26;
}
.woocommerce.single-product .woocommerce-Reviews-title {
  display: none;
}
.woocommerce.single-product .comments-title, .woocommerce.single-product .comment-reply-title {
  color: var(--color-secondary);
}
.woocommerce.single-product .comment-form input[type=text],
.woocommerce.single-product .comment-form input[type=email] {
  width: 100%;
}
.woocommerce.single-product .comment-form .comment-form-comment {
  margin: 0 0 30px;
}
.woocommerce.single-product .comment-form .comment-form-author,
.woocommerce.single-product .comment-form .comment-form-email {
  margin: 0 0 20px;
}
.woocommerce.single-product .comment-form .submit {
  min-width: 200px;
}
.woocommerce.single-product #review_form #respond {
  padding: 50px 35px;
}
.woocommerce.single-product #review_form #respond .comment-form-author,
.woocommerce.single-product #review_form #respond .comment-form-email,
.woocommerce.single-product #review_form #respond .comment-form-comment {
  margin: 0 0 30px;
}
.woocommerce.single-product #review_form #respond .comment-notes {
  margin-bottom: 30px;
}
.woocommerce.single-product #review_form #respond .form-submit {
  text-align: center;
  margin: 0;
}
.woocommerce.single-product .stars {
  display: inline-block;
  margin: 0 0 0 22px !important;
}
.woocommerce.single-product .stars a {
  font-size: 18px;
  color: #efc71f;
}

.woocommerce table.shop_attributes td {
  padding: 0 15px;
}

.woocommerce-review__author {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 8px;
}

.woocommerce-review__published-date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  color: #c0c0c0;
}

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

.comment-form-rating {
  line-height: 1;
  margin-bottom: 30px;
}
.comment-form-rating label {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 767px) {
  .woocommerce.single-product #reviews #comments .commentlist .star-rating {
    position: relative;
    margin-top: 20px;
  }
}
@media (max-width: 543px) {
  .woocommerce-review__published-date {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .woocommerce-review__published-date:before {
    display: none;
  }
}
.woocommerce.single-product .tm-swiper {
  margin: 0;
}
.woocommerce.single-product .swiper {
  padding: 0;
}
.woocommerce.single-product .product-feature {
  position: relative;
}
.woocommerce.single-product .product-feature .product-badges {
  top: 50px;
  left: 48px;
}
.woocommerce.single-product div.product > .row {
  margin-bottom: 42px;
}
.woocommerce.single-product div.product .row.woo-single-info {
  margin: 0 -35px;
}
.woocommerce.single-product div.product .row.woo-single-info > .col-md-6 {
  padding: 0 35px;
}
.woocommerce.single-product div.product .images {
  float: none;
  width: 100% !important;
}
.woocommerce.single-product div.product .images .thumbnails {
  margin-top: 10px;
  padding: 0;
}
.woocommerce.single-product div.product .images .thumbnails a {
  float: none;
  margin: 0;
}
.woocommerce.single-product div.product .images img {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.woocommerce.single-product div.product .images.tm-swiper .swiper-pagination {
  bottom: 50px;
}
.woocommerce.single-product div.product .summary {
  margin-bottom: 40px;
  width: 100%;
}
.woocommerce.single-product div.product .product_title {
  margin: -4px 0 17px;
  font-size: 36px;
  line-height: 1.23;
}
.woocommerce.single-product div.product p.price {
  margin-bottom: 49px;
}
.woocommerce.single-product div.product p.price .amount {
  font-size: 26px;
  font-weight: 600;
}
.woocommerce.single-product div.product form.cart {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart table th, .woocommerce.single-product div.product form.cart table td {
  text-align: left;
}
.woocommerce.single-product div.product form.cart table td {
  background: none;
}
.woocommerce.single-product div.product form.cart div.quantity {
  display: inline-block;
  float: left;
  margin: 0 30px 0 0;
}
.woocommerce.single-product div.product form.cart label {
  margin-right: 15px;
  font-weight: 700;
  min-width: 100px;
}
.woocommerce.single-product div.product form.cart .variations {
  margin-bottom: 8px;
}
.woocommerce.single-product div.product form.cart .variations select {
  margin-right: 0;
  padding: 3px 30px 3px 15px;
  min-width: 0;
  width: 100%;
  height: 40px;
}
.woocommerce.single-product div.product form.cart .variations .label {
  display: inline-block;
  padding: 10px 15px 10px 0;
  min-width: 115px;
  margin-top: 5px;
}
.woocommerce.single-product div.product form.cart .variations .value {
  width: 100%;
}
.woocommerce.single-product div.product form.cart .reset_variations {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-top: 8px;
}
.woocommerce.single-product div.product form.cart .reset_variations:before {
  content: "\f00d";
  position: absolute;
  top: 8px;
  left: 0;
}
.woocommerce.single-product div.product .single_add_to_cart_button {
  position: relative;
  padding: 0 30px !important;
}
.woocommerce.single-product div.product .single_add_to_cart_button:hover {
  background: var(--color-secondary);
  color: #fff !important;
}
.woocommerce.single-product div.product .single_add_to_cart_button:before {
  content: "\f07a";
  font-size: 15px;
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
}
.woocommerce.single-product div.product .woocommerce-variation-price {
  margin-bottom: 10px;
}
.woocommerce.single-product div.product .woocommerce-product-rating {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}
.woocommerce.single-product div.product .woocommerce-product-rating .star-rating {
  margin: 0.3em 4px 0 0;
  font-size: inherit;
}
.woocommerce.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 5px;
}
.woocommerce.single-product div.product .summary .added_to_cart {
  display: none;
}
.woocommerce.single-product div.product .summary .add_to_cart_button:before {
  content: "\f07a";
}
.woocommerce.single-product div.product .summary .add_to_cart_button.added:before {
  content: "\f217";
}
.woocommerce.single-product div.product .summary .add_to_cart_button.product_type_variable:before {
  content: "";
}
.woocommerce.single-product div.product .summary .wishlist-btn,
.woocommerce.single-product div.product .summary .compare-btn {
  float: left;
  margin-left: 10px;
}
.woocommerce.single-product div.product .summary .wishlist-btn a,
.woocommerce.single-product div.product .summary .compare-btn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  font-size: 0 !important;
  padding: 0 !important;
  border: 1px solid #ededed;
  text-align: center;
}
.woocommerce.single-product div.product .summary .wishlist-btn a:hover,
.woocommerce.single-product div.product .summary .compare-btn a:hover {
  color: #ffffff !important;
}
.woocommerce.single-product div.product .summary .wishlist-btn a:before,
.woocommerce.single-product div.product .summary .compare-btn a:before {
  margin: 0;
  font-size: 16px;
  line-height: 48px;
}
.woocommerce.single-product div.product .summary .woosw-btn:before {
  content: "\f004";
}
.woocommerce.single-product div.product .summary .woosw-btn.woosw-added:before {
  font-weight: 900;
}
.woocommerce.single-product div.product .summary .woosc-btn:before {
  content: "\f012";
}
.woocommerce.single-product div.product .summary .woosc-btn.woosc-btn-added:before {
  font-weight: 900;
}
.woocommerce.single-product div.product .summary .wishlist-btn .woosw-adding:before,
.woocommerce.single-product div.product .summary .compare-btn .woosc-btn-adding:before {
  animation: load-spin 0.3s linear infinite;
  content: "\f110";
}
.woocommerce.single-product div.product .woocommerce-tabs {
  position: relative;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  overflow: visible;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 1px;
  display: block;
  width: 100%;
  height: 1px;
  border: 0 !important;
  background: #ededed;
  content: "";
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  z-index: 1;
  margin: 0 55px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 13px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 60px 0 0;
}
.woocommerce.single-product .quantity-button-wrapper {
  margin-bottom: 43px;
}
.woocommerce.single-product .quantity-button-wrapper label {
  float: left;
  margin: 13px 15px 0 0;
  min-width: 100px;
}
.woocommerce.single-product .product-meta-wrap .product-meta {
  margin-top: 38px;
  padding-top: 19px;
  width: 100%;
  border-top: 1px solid #f3f3f3;
}
.woocommerce.single-product .product-meta-wrap .meta-item + .meta-item {
  margin-top: 15px;
}
.woocommerce.single-product .product-meta-wrap h6 {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  min-width: 100px;
  line-height: 1.3;
}
.woocommerce.single-product .product-meta-wrap a {
  color: inherit;
}

.product-sharing-list {
  display: inline-block;
  margin: 0 -10px;
}
.product-sharing-list a {
  padding: 0 10px;
  font-size: 18px;
  color: #cccccc;
}

.cross-sells.products,
.up-sells.products,
.related.products {
  margin-top: 70px;
}
.cross-sells.products > h2,
.up-sells.products > h2,
.related.products > h2 {
  display: block;
  margin-bottom: 60px;
  font-size: 30px;
}
.cross-sells.products .product,
.up-sells.products .product,
.related.products .product {
  width: 100%;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .woocommerce.single-product div.product .product_title {
    font-size: 32px;
  }
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product > .row {
    margin-bottom: 20px;
  }
  .woocommerce.single-product div.product .images {
    margin-bottom: 50px;
  }
  .woocommerce.single-product div.product .product_title {
    font-size: 24px;
  }
  .woocommerce.single-product div.product .summary {
    padding-left: 0;
  }
}
.woocommerce form.login {
  margin: 39px 0 0;
}
.woocommerce .woocommerce form .form-row {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.woocommerce-MyAccount-navigation li {
  margin: -1px -1px 0;
}
.woocommerce-MyAccount-navigation li:first-child a {
  border-radius: 0;
}
.woocommerce-MyAccount-navigation li:last-child a {
  border-radius: 0;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 17px 35px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #eeeeee;
  color: inherit;
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #006efd;
  color: #ffffff;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  margin-top: 3px;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
  margin-bottom: 10px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > form > h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content address {
  font-style: normal;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 570px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items .woosw-item .woosw-item--remove {
  padding: 0 !important;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items .woosw-item .woosw-item--remove > span {
  width: 30px !important;
  height: 30px !important;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid table.woosw-items .woosw-item .woosw-item--remove > span:before {
  content: "\f00d" !important;
}
.woosw-popup .woosw-item--add {
  min-width: 140px;
}
.woosw-popup .woosw-item--add .added_to_cart {
  display: block;
}
.woosw-popup .woosw-popup-content .button {
  height: 50px !important;
  line-height: 50px !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.woosw-popup .woosw-page {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
.woosw-popup .woosw-continue {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
}

#woosq-popup .slick-slider .slick-arrow {
  border: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
  border-radius: 0 !important;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn, .woosc-area .woosc-inner .woosc-bar .woosc-bar-item, .woosc-area .woosc-inner .woosc-bar .woosc-bar-item img {
  border-radius: 0 !important;
}

.woosc-quick-table {
  margin-top: 60px;
}
.woosc-quick-table > h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.woosc-quick-table .woosc_table tr th, .woosc-quick-table .woosc_table tr td {
  max-width: 300px;
}
.woosc-quick-table .woosc_table tr th:nth-child(2), .woosc-quick-table .woosc_table tr td:nth-child(2) {
  z-index: 2;
}
.woosc-quick-table .woosc_table .woocommerce-product-attributes {
  table-layout: fixed;
}
.woosc-quick-table .woosc_table .woocommerce-product-attributes tr th:nth-child(2), .woosc-quick-table .woosc_table .woocommerce-product-attributes tr td:nth-child(2) {
  z-index: 1;
}
.woosc-quick-table .woosc_table .stock.out-of-stock {
  padding: 0 0 0 20px;
  display: inline-block;
}