.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@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: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

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

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

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

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

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 9rem !important;
}

.mt-8,
.my-8 {
  margin-top: 9rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 9rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 9rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 9rem !important;
}

.m-9 {
  margin: 12rem !important;
}

.mt-9,
.my-9 {
  margin-top: 12rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 12rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 12rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 12rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 9rem !important;
}

.pt-8,
.py-8 {
  padding-top: 9rem !important;
}

.pr-8,
.px-8 {
  padding-right: 9rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 9rem !important;
}

.pl-8,
.px-8 {
  padding-left: 9rem !important;
}

.p-9 {
  padding: 12rem !important;
}

.pt-9,
.py-9 {
  padding-top: 12rem !important;
}

.pr-9,
.px-9 {
  padding-right: 12rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 12rem !important;
}

.pl-9,
.px-9 {
  padding-left: 12rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

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

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !important;
  }

  .m-sm-8 {
    margin: 9rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 9rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 9rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 9rem !important;
  }

  .m-sm-9 {
    margin: 12rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 12rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 12rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 12rem !important;
  }

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

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !important;
  }

  .p-sm-8 {
    padding: 9rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 9rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 9rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 9rem !important;
  }

  .p-sm-9 {
    padding: 12rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 12rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 12rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 12rem !important;
  }

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

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

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

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

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

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !important;
  }

  .m-md-8 {
    margin: 9rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 9rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 9rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 9rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 9rem !important;
  }

  .m-md-9 {
    margin: 12rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 12rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 12rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 12rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 12rem !important;
  }

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

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !important;
  }

  .p-md-8 {
    padding: 9rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 9rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 9rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 9rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 9rem !important;
  }

  .p-md-9 {
    padding: 12rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 12rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 12rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 12rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 12rem !important;
  }

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

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

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

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

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

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !important;
  }

  .m-lg-8 {
    margin: 9rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 9rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 9rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 9rem !important;
  }

  .m-lg-9 {
    margin: 12rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 12rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 12rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 12rem !important;
  }

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

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !important;
  }

  .p-lg-8 {
    padding: 9rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 9rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 9rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 9rem !important;
  }

  .p-lg-9 {
    padding: 12rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 12rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 12rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 12rem !important;
  }

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

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

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

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

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

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !important;
  }

  .m-xl-8 {
    margin: 9rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 9rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 9rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 9rem !important;
  }

  .m-xl-9 {
    margin: 12rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 12rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 12rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 12rem !important;
  }

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

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !important;
  }

  .p-xl-8 {
    padding: 9rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 9rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 9rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 9rem !important;
  }

  .p-xl-9 {
    padding: 12rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 12rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 12rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 12rem !important;
  }

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

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

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

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "Block-Shop";
  src: url("fonts/icomoon/fonts/Block-Shop.woff2?jc2rch") format("woff2"), url("fonts/icomoon/fonts/Block-Shop.ttf?jc2rch") format("truetype"), url("fonts/icomoon/fonts/Block-Shop.woff?jc2rch") format("woff"), url("fonts/icomoon/fonts/Block-Shop.svg?jc2rch#Block-Shop") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Block-Shop" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-grid-veiw-1:before {
  content: "\e900";
}

.icon-grid-view-2:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e903";
}

.icon-filter:before {
  content: "\e904";
}

.icon-left-arrow:before {
  content: "\e905";
}

.icon-my-account-logout-24x24:before {
  content: "\e906";
}

.icon-right-arrow:before {
  content: "\e907";
}

.icon-scroll-to-top:before {
  content: "\e908";
}

.icon-sort-by-arrow-dark:before {
  content: "\e909";
}

.icon-x-times-8x8-dark:before {
  content: "\e90a";
}

.icon-uniE90B:before {
  content: "\e90b";
}

.icon-uniE90C:before {
  content: "\e90c";
}

.icon-uniE90D:before {
  content: "\e90d";
}

.icon-enlarge:before {
  content: "\e90e";
}

.icon-play-16x16-dark:before {
  content: "\e90f";
}

.icon-play-16x16-hover:before {
  content: "\e910";
}

.icon-quick-view-16x16-dark-hover:before {
  content: "\e911";
}

.icon-quick-view-16x16-dark:before {
  content: "\e912";
}

.icon-wishlist-16x16-dark-hover:before {
  content: "\e913";
}

.icon-wishlist-16x16-dark:before {
  content: "\e914";
}

.icon-external-16x16-dark:before {
  content: "\e915";
}

.icon-more-16x16-dark:before {
  content: "\e916";
}

.icon-share-16x16-dark-alt:before {
  content: "\e917";
}

.icon-info-24x24:before {
  content: "\e918";
}

.icon-success-24x24:before {
  content: "\e919";
}

.icon-warning-24x24:before {
  content: "\e91a";
}

.icon-selector-arrow-dark:before {
  content: "\e91b";
}

.icon-cart-20x20 {
  color: transparent;
  background-image: url(../images/small-shopping-cart.png);
  background-size: 100%;
}
.icon-cart-20x20:before {
  content: "\e920";
}

.icon-close-20x20:before {
  content: "\e921";
}

.icon-login-20x20 {
  color: transparent;
  background-image: url(../images/small-account.png);
  background-size: 100%;
}
.icon-login-20x20:before {
  content: "\e922";
}

.icon-menu-20x20 {
  color: transparent;
  background-image: url(../images/small-menu.png);
  background-size: 100%;
}
.icon-menu-20x20:before {
  content: "\e923";
}

.icon-search-20x20 {
  color: transparent;
  background-image: url(../images/small-search-rotated.png);
  background-size: 100%;
}
.icon-search-20x20:before {
  content: "\e924";
}

.icon-comment:before {
  content: "\e925";
}

.icon-minus-icon-dark {
  color: transparent;
  background-image: url(../images/small-minus.png);
  background-size: 100%;
}
.icon-minus-icon-dark:before {
  content: "\e926";
}

.icon-plus-icon-dark {
  color: transparent;
  background-image: url(../images/small-plus.png);
  background-size: 100%;
}
.icon-plus-icon-dark:before {
  content: "\e927";
}

.icon-Group:before {
  content: "\e902";
}

.icon-star:before {
  content: "\e928";
}

.icon-star-full:before {
  content: "\e929";
}

.icon-social-facebook-circled:before {
  content: "\e91c";
}

.icon-social-google-maps:before {
  content: "\e91d";
}

.icon-social-apple-app-store:before {
  content: "\e91e";
}

.icon-social-google-play:before {
  content: "\e91f";
}

.icon-social-behance:before {
  content: "\e92a";
}

.icon-social-foursquare:before {
  content: "\e92b";
}

.icon-social-github:before {
  content: "\e92c";
}

.icon-social-help-center:before {
  content: "\e92d";
}

.icon-social-line:before {
  content: "\e92e";
}

.icon-social-reddit:before {
  content: "\e92f";
}

.icon-social-tumblr:before {
  content: "\e930";
}

.icon-social-viber:before {
  content: "\e931";
}

.icon-social-vkcom:before {
  content: "\e932";
}

.icon-social-weibo:before {
  content: "\e933";
}

.icon-social-whatsapp:before {
  content: "\e934";
}

.icon-social-wordpress:before {
  content: "\e935";
}

.icon-social-yelp:before {
  content: "\e936";
}

.icon-social-linkedin:before {
  content: "\e937";
}

.icon-social-medium:before {
  content: "\e938";
}

.icon-social-google-plus-circled:before {
  content: "\e939";
}

.icon-social-pinterest:before {
  content: "\e93a";
}

.icon-social-facebook-messenger:before {
  content: "\e93b";
}

.icon-social-twitter:before {
  content: "\e93c";
}

.icon-social-instagram:before {
  content: "\e93d";
}

.icon-social-youtube-play-button-logo:before {
  content: "\e93e";
}

body button,
body .button,
body .wp-block-buttons .wp-block-button,
body .wc-block-checkout__actions .wc-block-components-button,
body .wc-block-cart__submit-container .wc-block-components-button {
  display: inline-block;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.75em 1em;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 150%;
  background-image: none !important;
  text-shadow: none;
}
body button:hover,
body .button:hover,
body .wp-block-buttons .wp-block-button:hover,
body .wc-block-checkout__actions .wc-block-components-button:hover,
body .wc-block-cart__submit-container .wc-block-components-button:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
body button.inverse,
body .button.inverse,
body .wp-block-buttons .wp-block-button.inverse,
body .wc-block-checkout__actions .wc-block-components-button.inverse,
body .wc-block-cart__submit-container .wc-block-components-button.inverse {
  border-color: #ffffff !important;
  background-color: #000000;
  color: #ffffff;
}
body button.inverse.inverse:hover,
body .button.inverse.inverse:hover,
body .wp-block-buttons .wp-block-button.inverse.inverse:hover,
body .wc-block-checkout__actions .wc-block-components-button.inverse.inverse:hover,
body .wc-block-cart__submit-container .wc-block-components-button.inverse.inverse:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff !important;
}
body button .wp-block-button__link,
body .button .wp-block-button__link,
body .wp-block-buttons .wp-block-button .wp-block-button__link,
body .wc-block-checkout__actions .wc-block-components-button .wp-block-button__link,
body .wc-block-cart__submit-container .wc-block-components-button .wp-block-button__link {
  color: inherit;
  background-color: inherit;
  border-radius: unset;
  display: inline-block;
  font-size: 18px !important;
  line-height: inherit !important;
  padding: unset;
}
body .wc-block-checkout__actions {
  margin-left: 0 !important;
  margin-top: 20px;
}
body .wc-block-checkout__actions .wc-block-components-button {
  border: 2px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
}
body .wc-block-checkout__actions .wc-block-components-button:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000 !important;
}
body div.wc-block-checkout__main .wc-block-checkout__actions .wc-block-components-button {
  border: 2px solid #ffffff !important;
}
body div.wc-block-checkout__main .wc-block-checkout__actions .wc-block-components-button:hover {
  border-color: #000000 !important;
}

body .wc-block-cart__submit-container .wc-block-components-button {
  background-color: #000000;
  color: #ffffff;
}
body .wc-block-cart__submit-container .wc-block-components-button:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000 !important;
}

.flickity-viewport {
  overflow: visible !important;
}

.wp-block-handpicked-products {
  margin-bottom: 0 !important;
}

.wc-block-grid__products {
  padding-top: 1em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wc-block-grid__products {
    padding-top: 2em;
  }
}

.flickity-prev-next-button.flickity-button:disabled {
  opacity: 0;
}

.flickity-prev-next-button.flickity-button.previous {
  left: -20px;
}

.flickity-prev-next-button.flickity-button.next {
  right: -20px;
}

@media (max-width: 991.98px) {
  .flickity-button {
    display: none;
  }
}
button.flickity-prev-next-button {
  background-color: rgba(0, 0, 0, 0.5);
}
button.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
button.flickity-prev-next-button .flickity-button-icon {
  width: 100px !important;
  height: 100px !important;
  color: #ffffff;
}
button.flickity-prev-next-button.next .flickity-button-icon {
  left: -148%;
  top: -153%;
}
button.flickity-prev-next-button.previous .flickity-button-icon {
  left: 23%;
  top: 28%;
}

.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
@media (hover: none) {
  .parallax {
    -webkit-background-size: 100vw;
    background-size: contain;
  }
}
.parallax .parallax-overlay {
  background-color: rgba(0, 0, 0, 0.66);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.parallax .parallax-overlay.light {
  background-color: rgba(255, 255, 255, 0.33);
}

#wwof_access_denied {
  padding: 1em;
}

#wwlc-registration-form form.wwlc-register p.form-row input::placeholder {
  opacity: 0;
}

#wwof_product_listing_container {
  padding: 0 15px 45px;
  margin: 0 auto;
  max-width: 1000px;
}
#wwof_product_listing_container #wwof_product_listing_filter {
  display: none;
}
#wwof_product_listing_container .alternate_view_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#wwof_product_listing_container .alternate_view_actions input.btn {
  order: 9;
  width: auto;
  border-color: #000000 !important;
  background-color: #000000;
  color: #ffffff;
}
#wwof_product_listing_container .alternate_view_actions input.btn:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000 !important;
}
#wwof_product_listing_container .alternate_view_actions .view_cart {
  margin-right: 1em;
}
#wwof_product_listing_container .alternate_view_actions .products_added {
  margin-left: 1em;
  margin-right: 1em;
}
@media only screen and (min-width: 760px) {
  #wwof_product_listing_container #wwof_product_listing_table thead tr th:first-of-type {
    padding-left: 1em;
  }
  #wwof_product_listing_container #wwof_product_listing_table thead tr th:nth-of-type(3) {
    text-align: right;
    margin-right: 1em;
  }
}
#wwof_product_listing_container #wwof_product_listing_table tbody tr:nth-of-type(odd) {
  background: #F6F6F5;
}
#wwof_product_listing_container #wwof_product_listing_table tbody tr td input,
#wwof_product_listing_container #wwof_product_listing_table tbody tr td select {
  margin-bottom: 0;
}
#wwof_product_listing_container #wwof_product_listing_table tbody tr td.product_title_col .product_link {
  letter-spacing: 0.08em;
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-image: none;
}
@media only screen and (min-width: 760px) {
  #wwof_product_listing_container #wwof_product_listing_table tbody tr td.product_title_col {
    padding-left: 1em;
  }
  #wwof_product_listing_container #wwof_product_listing_table tbody tr td.product_price_col {
    text-align: right;
    padding-right: 1em;
  }
  #wwof_product_listing_container #wwof_product_listing_table tbody tr td.product_quantity_col {
    max-width: 5em;
  }
  #wwof_product_listing_container #wwof_product_listing_table tbody tr td.product_quantity_col input[type=number] {
    max-width: 5em;
  }
}

@font-face {
  font-family: "league_spartanbold";
  src: url("fonts/leaguespartan-bold-webfont.woff2") format("woff2"), url("fonts/leaguespartan-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "abril_fatface";
  src: url("fonts/abril-fatface-regular-webfont.woff2") format("woff2"), url("fonts/abril-fatface-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latin_modern_mono10_italic";
  src: url("fonts/lmmono10-italic-webfont.woff2") format("woff2"), url("fonts/lmmono10-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "latin_modern_mono10_regular";
  src: url("fonts/lmmono10-regular-webfont.woff2") format("woff2"), url("fonts/lmmono10-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latin_modern_mono_light10Bd";
  src: url("fonts/lmmonolt10-bold-webfont.woff2") format("woff2"), url("fonts/lmmonolt10-bold-webfont.woff") format("woff");
  font-weight: light;
  font-style: normal;
}
body {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
}
body p, body li {
  font-size: 0.66rem;
  line-height: 180%;
}
@media (min-width: 768px) {
  body p, body li {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) {
  body p, body li {
    font-size: 0.8rem;
  }
}
body .content-area ul > li {
  font-size: 100%;
}
body strong, body b {
  font-weight: normal;
}
body ol:not(.tribe-events-c-breadcrumbs__list) {
  list-style: none;
  counter-reset: steps;
}
body ol:not(.tribe-events-c-breadcrumbs__list) li {
  counter-increment: steps;
  padding: 0.5em 0 0.5em 2.8em;
  position: relative;
}
body ol:not(.tribe-events-c-breadcrumbs__list) li::before {
  content: counter(steps);
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  background: #000000;
  color: #ffffff;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 5px;
}
body p.lead {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  body p.lead {
    font-size: 1rem;
  }
}
body p.small {
  font-size: 85% !important;
}
body i {
  font-family: "latin_modern_mono10_italic", "Courier New", Courier, fixed;
  font-style: italic;
}
body li > h3,
body li > h4,
body li > h5 {
  display: inline-block;
}
body nav.nav a {
  font-size: 110%;
}
body h1, body .h1 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  line-height: 125%;
}
@media (min-width: 576px) {
  body h1, body .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  body h1, body .h1 {
    font-size: 2.6rem;
  }
}
body .display-1 {
  font-family: "abril_fatface", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.666rem;
  line-height: 110%;
}
@media (min-width: 576px) {
  body .display-1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  body .display-1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  body .display-1 {
    font-size: 3rem;
  }
}
body h2, body .h2 {
  font-family: "abril_fatface", Helvetica, Arial, sans-serif;
  font-size: 1.33rem;
  margin-bottom: 10px;
  line-height: 125%;
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  body h2, body .h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
body .display-2 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 125%;
  letter-spacing: 0.06em;
}
body h3, body .h3 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 150%;
  letter-spacing: 0.06em;
}
body .display-3 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 133%;
  letter-spacing: 0.06em;
}
@media (min-width: 992px) {
  body .display-3 {
    font-size: 1.3rem;
  }
}

body.single-producer .producer.intro {
  background-color: #222222;
}
body.single-producer .producer.intro h1, body.single-producer .producer.intro h2, body.single-producer .producer.intro h3, body.single-producer .producer.intro h4, body.single-producer .producer.intro p {
  color: #ffffff;
}
body.single-producer .related.products {
  display: flex;
}
body.single-producer .related.products li {
  max-width: 33%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.is-hidden {
  opacity: 0;
}

.is-visible {
  opacity: 1;
}

.visible, .invisible {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
}

@keyframes fadeAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wishListIn {
  0% {
    opacity: 0;
    content: "\e914";
  }
  0.1% {
    content: "\e913";
    opacity: 0;
  }
  100% {
    content: "\e913";
    opacity: 1;
  }
}
@keyframes wishListOut {
  0% {
    content: "\e913";
    opacity: 0;
  }
  0.1% {
    content: "\e914";
    opacity: 0;
  }
  100% {
    content: "\e914";
    opacity: 1;
  }
}
@keyframes quikViewIn {
  0% {
    opacity: 0;
    content: "\e912";
  }
  0.1% {
    content: "\e911";
    opacity: 0;
  }
  100% {
    content: "\e911";
    opacity: 1;
  }
}
@keyframes quikViewOut {
  0% {
    content: "\e911";
    opacity: 0;
  }
  0.1% {
    content: "\e912";
    opacity: 0;
  }
  100% {
    content: "\e912";
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes filterOpen {
  0% {
    opacity: 0;
    content: "\e904";
  }
  0.1% {
    content: "\e921";
    opacity: 0;
  }
  100% {
    content: "\e921";
    opacity: 1;
  }
}
@keyframes filterClose {
  0% {
    content: "\e921";
    opacity: 0;
  }
  0.1% {
    content: "\e904";
    opacity: 0;
  }
  100% {
    content: "\e904";
    opacity: 1;
  }
}
@keyframes arrowDown {
  0% {
    opacity: 0;
    content: "\e909";
  }
  0.1% {
    content: "\e908";
    opacity: 0;
  }
  100% {
    content: "\e908";
    opacity: 1;
  }
}
@keyframes arrowUp {
  0% {
    content: "\e908";
    opacity: 0;
  }
  0.1% {
    content: "\e909";
    opacity: 0;
  }
  100% {
    content: "\e909";
    opacity: 1;
  }
}
body.home > .container-fluid {
  background-image: url(../images/CoffeeBranch-Watermark.png);
  background-size: 50%;
  background-position: center 90%;
  background-repeat: no-repeat;
}

input,
button,
textarea {
  border-radius: 0;
}

form,
input,
textarea,
button,
select {
  font-family: inherit;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wp-caption {
  color: inherit;
}

.wp-caption-text {
  color: inherit;
}

.gallery-caption {
  color: inherit;
}

.bypostauthor {
  color: inherit;
}

.heading-0,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  line-height: 1.4;
  display: block;
}

.heading-0 {
  font-size: 47.78px;
}

.heading-1,
h1 {
  font-size: 1.45rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-1,
h1 {
    font-size: 2rem;
  }
}

.heading-2,
h2 {
  font-size: 1.275rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-2,
h2 {
    font-size: 1.65rem;
  }
}

.heading-3,
h3 {
  font-size: 1.15rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-3,
h3 {
    font-size: 1.375rem;
  }
}

.heading-4,
h4 {
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-4,
h4 {
    font-size: 1.15rem;
  }
}

.heading-5,
h5 {
  font-size: 0.9rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .heading-5,
h5 {
    font-size: 0.95rem;
  }
}

.heading-6,
h6 {
  font-size: 16px;
}

.small-heading-0,
.small-heading-1,
.small-heading-2,
.small-heading-3,
.small-heading-4,
.small-heading-5,
.small-heading-6 {
  line-height: 1.4;
  display: block;
}

.small-heading-6 {
  font-size: 16px;
}

.small-heading-5 {
  font-size: 0.9rem;
}

.small-heading-4 {
  font-size: 1rem;
}

.small-heading-3 {
  font-size: 1.15rem;
}

.small-heading-2 {
  font-size: 1.275rem;
}

.small-heading-1 {
  font-size: 1.45rem;
}

.small-heading-0 {
  font-size: 1.625rem;
}

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

.hidden {
  display: none;
}

.black-btn,
button[type=submit],
input[type=submit],
button[type=reset],
input[type=reset],
::-webkit-file-upload-button,
.button.update-review {
  font-size: 0.7rem;
  background-color: #000;
  text-align: center;
  line-height: 2.25rem;
  padding: 0 20px;
  display: block;
  color: #fff;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-weight: normal;
}
@media (min-width: 768px) {
  .black-btn,
button[type=submit],
input[type=submit],
button[type=reset],
input[type=reset],
::-webkit-file-upload-button,
.button.update-review {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .black-btn,
button[type=submit],
input[type=submit],
button[type=reset],
input[type=reset],
::-webkit-file-upload-button,
.button.update-review {
    font-size: 0.9rem;
  }
}
.black-btn:hover,
button[type=submit]:hover,
input[type=submit]:hover,
button[type=reset]:hover,
input[type=reset]:hover,
::-webkit-file-upload-button:hover,
.button.update-review:hover {
  opacity: 0.8;
}

.border-btn {
  font-size: 0.9rem;
  display: block;
  padding: 5px 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
}
.border-btn:hover {
  background-size: 0 100%;
}

.alignleft {
  float: left;
  display: inline;
  margin-right: 35px;
  max-width: 100%;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 35px;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto 16px auto;
  max-width: 100%;
}

.alignnone {
  float: none;
  max-width: 100%;
}

@media screen and (min-width: 1100px) {
  .alignwide {
    width: 1100px;
    margin-left: calc(-550px + 50%);
    margin-right: calc(-550px + 50%);
    max-width: 100vw;
  }
}

.alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.alignfull.wp-block-woocommerce-handpicked-products {
  padding: 0 115px;
}

body.page .entry-content > p:last-child:after,
body.single-post .entry-content > p:last-child:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 767.98px) {
  .aligncenter,
.alignnone,
.alignwide {
    float: none;
    max-width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .alignleft,
.alignright {
    width: 50%;
  }
}

ul,
ol,
p {
  font-size: 1rem;
}

.icon-close-20x20:not(.toggle-effect) {
  transition: 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
}
.icon-close-20x20:not(.toggle-effect):hover {
  transform: rotate(-90deg);
}

.select2-container {
  min-height: 45px;
}
.select2-container .select2-results__options {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.select2-container .select2-results__options[aria-expanded=true] {
  opacity: 1;
}

.select2-selection.select2-selection--single {
  padding: 0;
  font-size: 16px;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  padding: 10px 0;
  border-radius: 0;
  overflow: hidden;
  height: auto;
  color: #888888;
  height: 45px;
  display: block;
  position: relative;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: all 0.35s ease-in-out;
  background-color: transparent;
}
.select2-selection.select2-selection--single:hover {
  box-shadow: inset 0 -1px 0 0 transparent;
  background-size: 100% 100%;
}
.select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-selection.select2-selection--single .select2-selection__arrow {
  top: 12px;
  animation: arrowUp 1s linear;
}
.select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "\e909";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #000;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  animation: arrowDown 1s linear;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\e908";
}

.select2-selection.select2-selection--multiple {
  padding: 0 !important;
  font-size: 16px;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  padding: 10px 0;
  border-radius: 0;
  overflow: hidden;
  height: auto;
  color: #888888;
  min-height: 45px;
  display: block;
  position: relative;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: all 0.35s ease-in-out;
  background-color: transparent;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.select2-selection.select2-selection--multiple .select2-search--inline {
  display: inline-block;
  margin: 7px 5px 0 0 !important;
  width: auto !important;
}
.select2-selection.select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  padding: 4px 12px;
  margin: 5px 10px 5px 0 !important;
  transition: 0.2s ease-in-out;
  width: auto !important;
}
.select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  font-size: 0;
}
.select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
  content: "\e921";
  font-family: "Block-Shop";
  font-size: 8px;
  margin-right: 8px;
  color: #000;
  display: inline-block;
  top: -1px;
  position: relative;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.select2-selection.select2-selection--multiple .select2-selection__choice:hover {
  border: 1px solid #000;
}
.select2-selection.select2-selection--multiple:hover {
  box-shadow: inset 0 -1px 0 0 transparent;
  background-size: 100% 100%;
}

.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  box-shadow: inset 0 -1px 0 0 transparent;
  background-size: 100% 100%;
}

body .select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

body .select2-container--open .select2-dropdown--above {
  border: none;
}

body .select2-results__option {
  font-size: 16px;
  cursor: pointer;
  padding: 6px 16px;
}

body .select2-dropdown {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}

body .select2-search--dropdown {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
body .select2-search--dropdown:after {
  content: "\e924";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 16px;
  color: #000;
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  margin: 0;
  background: #fff;
  padding: 0px 40px 0px 15px;
  box-shadow: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field:hover {
  border: none;
  box-shadow: none;
}

body .select2-selection__clear {
  display: none;
}

input, select {
  display: inline-block;
  width: auto;
  border: 2px solid #000000;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 15px;
  margin-bottom: 16px;
  transition: 0.35s ease-in-out;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  background-color: transparent;
}
input::placeholder, input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, select::placeholder, select::-webkit-input-placeholder, select:-moz-placeholder, select::-moz-placeholder, select:-ms-input-placeholder {
  color: #888888;
}
input:focus::placeholder, select:focus::placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
input:focus:-moz-placeholder, select:focus:-moz-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
input:focus::-moz-placeholder, select:focus::-moz-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
input:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}

textarea {
  display: block;
  width: auto;
  min-height: 180px;
  max-height: 300px;
  min-width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 0 15px;
  color: #000000;
  border: 2px solid #000000;
  transition: 0.2s ease-in-out;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  background-color: transparent;
}
textarea::placeholder {
  color: #888888;
}
textarea::-webkit-input-placeholder {
  color: #888888;
}
textarea:-moz-placeholder {
  color: #888888;
}
textarea::-moz-placeholder {
  color: #888888;
}
textarea:-ms-input-placeholder {
  color: #888888;
}
textarea:focus::placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: 0.2s ease-in-out;
}

fieldset {
  border: none;
}

label {
  display: inline-block;
}

code {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px;
}

select {
  appearance: none;
  border-radius: 0;
  border: 2px solid #000000;
  cursor: pointer;
}

select:not([multiple]) {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAkUlEQVRIie3PMQrCUBRE0aMoBASXY2UjNuJi7AT7kMrepbiEFK7CJYhgb/MDNgn/SVKIuTDNY5jLY6RnipRspkHBISWbWVAwD/bDH4QZBaPgxwUXVBkbVeqGBUesce7olNjg9I3ghT1WLZISW+zwbBuZdAgaFrjihke6FTnjEZaocU+p061XGskg45+Swcb/lDesfhLpnPjiLQAAAABJRU5ErkJggg==");
  background-size: 24px !important;
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
}

select[multiple] {
  background-image: none;
}

.single-wrapper .col {
  margin: 0 auto;
  flex-basis: inherit;
}

body .widget {
  font-size: 16px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  body .widget {
    margin: 0;
  }
}
body .widget ul, body .widget ol {
  margin: 0 0 16px 0;
}
body .textwidget a {
  display: inline;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body .textwidget a:hover {
  background-size: 0 100%;
}
body .single-content {
  padding-bottom: 0;
}
body .single-content > :not(.woocommerce) a {
  display: inline-block;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body .single-content > :not(.woocommerce) a:hover {
  background-size: 0 100%;
}
body .single-content > :not(.woocommerce) .gbt_18_expanding_grid_item a {
  background-image: none;
}
body .single-content > :not(.woocommerce) ul.products a,
body .single-content > :not(.woocommerce) div.product a {
  background-image: none;
}
body .single-content > :not(.woocommerce) ul.products .gbt_18_slide_text a,
body .single-content > :not(.woocommerce) ul.products .gbt_18_slide_title a,
body .single-content > :not(.woocommerce) div.product .gbt_18_slide_text a,
body .single-content > :not(.woocommerce) div.product .gbt_18_slide_title a {
  display: inline;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body .single-content > :not(.woocommerce) ul.products .gbt_18_slide_text a:hover,
body .single-content > :not(.woocommerce) ul.products .gbt_18_slide_title a:hover,
body .single-content > :not(.woocommerce) div.product .gbt_18_slide_text a:hover,
body .single-content > :not(.woocommerce) div.product .gbt_18_slide_title a:hover {
  background-size: 0 100%;
}
body.woocommerce.woocommerce-account .single-content .woocommerce a {
  display: inline;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce.woocommerce-account .single-content .woocommerce a:hover {
  background-size: 0 100%;
}
body.woocommerce .woocommerce-tabs a:not(.add_to_wishlist):not([class*=star-]) {
  display: inline;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce .woocommerce-tabs a:not(.add_to_wishlist):not([class*=star-]):hover {
  background-size: 0 100%;
}
body.woocommerce .summary {
  font-size: 0.9rem;
}
body.woocommerce .summary a {
  display: inline;
  line-height: 1.23;
  transition: color 0.2s ease-in-out;
}
body.woocommerce .summary .woocommerce-product-details__short-description a {
  display: inline;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce .summary .woocommerce-product-details__short-description a:hover {
  background-size: 0 100%;
}
body p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  body p {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  body p {
    font-size: 0.9rem;
  }
}
body pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
body .responsive-embed {
  margin-bottom: 1rem;
}
body .responsive-embed.vimeo, body .responsive-embed.youtube {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
body .responsive-embed.vimeo iframe, body .responsive-embed.vimeo object, body .responsive-embed.vimeo embed, body .responsive-embed.vimeo video, body .responsive-embed.youtube iframe, body .responsive-embed.youtube object, body .responsive-embed.youtube embed, body .responsive-embed.youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .responsive-embed .fb_iframe_widget_fluid span {
  width: 100% !important;
}
body figcaption {
  display: block;
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
body iframe {
  max-width: 100%;
  margin: 0 auto !important;
}
body hr {
  border-bottom: 1px solid #DDDDDD;
  border-top: none;
  border-left: none;
  border-right: none;
}
body h1, body h2, body h3, body h4, body h5, body h6, body table, body dl, body address, body hr, body pre {
  margin-bottom: 20px;
}
body ol {
  list-style-position: inside;
  padding: 0;
  list-style-type: decimal;
  width: 100%;
  margin-bottom: 32px;
}
body ul {
  list-style-position: inside;
  list-style-type: disc;
  padding: 0;
  margin-bottom: 32px;
}
body ul ul,
body ol ul {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 32px;
  margin: 0;
}
body ul ol,
body ol ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 32px;
  margin: 0;
}
body ol ol ul,
body ol ul ul,
body ul ol ul,
body ul ul ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 32px;
  margin: 0;
}
body code {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  body code {
    font-size: 0.9rem;
  }
}
body table {
  text-align: left;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  word-break: normal;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  body table {
    font-size: 0.9rem;
  }
}
body table thead {
  font-size: 0.66rem;
  color: #888888;
}
@media (min-width: 992px) {
  body table thead {
    font-size: 0.9rem;
  }
}
body table tr th, body table tr td {
  padding: 8px 8px 8px 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  body table tr th, body table tr td {
    padding: 8px 16px 8px 0;
  }
}
body dl {
  font-size: 1rem;
}
body dl dd {
  margin-left: 32px;
}
body > .wp-caption {
  max-width: 1070px !important;
  display: table;
  width: auto !important;
}
body > .wp-caption figcaption {
  display: block;
  color: #888888;
  padding: 16px 0 32px;
}
@media (min-width: 992px) {
  body > .wp-caption.alignleft {
    margin-right: 35px;
    margin-left: 125px;
  }
}
@media (min-width: 992px) {
  body > .wp-caption.alignright {
    margin-left: 35px;
    margin-right: 125px;
  }
}
body blockquote {
  text-align: center;
  margin-bottom: 64px;
  max-width: 100%;
}
body blockquote:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 102px;
  height: 2px;
  background-color: #000;
  margin-bottom: 32px;
}
body blockquote p {
  max-width: 100%;
  font-size: 1.15rem;
  line-height: 2.1rem;
}
@media (min-width: 1200px) {
  body blockquote p {
    font-size: 1.375rem;
  }
}
body blockquote cite {
  font-size: 0.9rem;
  color: #888888;
}
body .zoid-outlet {
  z-index: 1;
}

.single-header .post-info {
  font-size: 16px;
  display: table;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}
@media (min-width: 1200px) {
  .single-header .post-info {
    text-align: left;
    padding-top: 0;
  }
}
.single-header .post-info .post-author {
  position: relative;
}
.single-header .post-info .post-author:after {
  content: "/";
  color: #DDDDDD;
  padding-left: 5px;
  padding-right: 10px;
}
.single-header .post-info .gray-text {
  color: #888888;
  display: inline-block;
}
.single-header .post-info .post-category a {
  display: inline;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
}
.single-header .post-info .post-category a:hover {
  background-size: 100% 100%;
}
.single-header .post-info .post-category a:after {
  content: ",";
  display: inline-block;
}
.single-header .post-info .post-category a:last-child:after {
  display: none;
}
.single-header .single-title {
  margin: 3.5rem auto 0.5rem;
  padding: 0;
  line-height: 133%;
  text-align: center;
}
@media (min-width: 992px) {
  .single-header .single-title {
    font-size: 2.8rem;
  }
}
.single-header .single-title .entry-title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .single-header .single-title .entry-title {
    font-size: 2.8rem;
  }
}
.single-header .single-title span {
  border-bottom: 6px solid #000000;
  line-height: 140%;
}
.single-header .single-feature-img {
  margin: 0 -15px;
  padding: 0px 0 31px 0;
  text-align: center;
}
.single-header .single-feature-img img {
  display: table;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .single-header .single-feature-img {
    margin: 0;
    padding: 20px 0 48px 0;
  }
}

@media (max-width: 767.98px) {
  #wpadminbar {
    position: fixed;
  }
}
.woocommerce-page .single-header .single-title {
  max-width: 1100px;
}
.woocommerce-page .single-header .single-title h1 {
  max-width: 1100px;
  margin: 0;
}

.products {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: initial;
}
.products.columns-1 > li {
  width: 100%;
}
.products.columns-2 > li {
  width: 50%;
}
.products.columns-3 > li {
  width: 50%;
}
@media (min-width: 768px) {
  .products.columns-3 > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .products.columns-3 > li {
    width: 33.33%;
  }
}
.products.columns-4 > li {
  width: 50%;
}
@media (min-width: 768px) {
  .products.columns-4 > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .products.columns-4 > li {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .products.columns-4 > li {
    width: 25%;
  }
}
.products.columns-5 > li {
  width: 50%;
}
@media (min-width: 768px) {
  .products.columns-5 > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .products.columns-5 > li {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .products.columns-5 > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .products.columns-5 > li {
    width: 20%;
  }
}
.products.columns-6 > li {
  width: 50%;
}
@media (min-width: 768px) {
  .products.columns-6 > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .products.columns-6 > li {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .products.columns-6 > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .products.columns-6 > li {
    width: 16.6666666667%;
  }
}
.products li {
  padding: 0 15px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .products li {
    padding: 0 24px;
    margin-bottom: 10px;
  }
}
.products li.product {
  opacity: 0;
  transform: scale(0.9);
  will-change: opacity, transform;
}
.products li.product.animated {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.products li .shop-product-box {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}
@media (min-width: 1200px) {
  .products li .shop-product-box:hover .overlay-icons {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .products li .shop-product-box:hover .product-info .add_to_cart_button,
.products li .shop-product-box:hover .product-info .product_type_external,
.products li .shop-product-box:hover .product-info .product_type_grouped,
.products li .shop-product-box:hover .product-info .product_type_simple,
.products li .shop-product-box:hover .product-info .added_to_cart {
    opacity: 1;
  }
}
.products li .shop-product-box .ft_image {
  background: #F9F9F9;
  border: 1px solid;
  border-color: #eaeaea;
  margin: 0 auto 16px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: fit-content;
  transition: all 0.35s cubic-bezier(0.06, 0.51, 0, 1.01);
}
.products li .shop-product-box .ft_image a {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 150px;
}
.products li .shop-product-box .ft_image img {
  display: block;
  backface-visibility: hidden;
  transition: transform 0.5s ease;
}
.products li .shop-product-box .ft_image:hover {
  transform: scale(1.04);
  opacity: 0.96;
}
.products li .shop-product-box .product_badges {
  transform: rotateZ(-90deg) translateX(-100%);
  transform-origin: top left;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 992px) {
  .products li .shop-product-box .product_badges {
    top: 15px;
    left: 15px;
  }
}
.products li .shop-product-box .product_badges span {
  display: table;
  float: left;
}
.products li .shop-product-box .product_badges span.onsale {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 9px;
  margin-left: 10px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .products li .shop-product-box .product_badges span.onsale {
    font-size: 11px;
  }
}
.products li .shop-product-box .product_badges span.out-of-stock {
  text-transform: uppercase;
  color: #888888;
  font-weight: bold;
  font-size: 10px;
  padding: 3px 9px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .products li .shop-product-box .product_badges span.out-of-stock {
    font-size: 11px;
  }
}
.products li .shop-product-box .product_badges .onsale + .out-of-stock {
  margin-right: 7px;
}
@media (min-width: 992px) {
  .products li .shop-product-box .product_badges .onsale + .out-of-stock {
    margin-right: 10px;
  }
}
.products li .shop-product-box .product-info {
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .products li .shop-product-box .product-info {
    line-height: 24px;
  }
}
.products li .shop-product-box .product-info h2 {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
  font-weight: normal;
  margin-bottom: 4px;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .products li .shop-product-box .product-info h2 {
    font-size: 0.8rem;
  }
}
.products li .shop-product-box .product-info .price {
  font-size: 15px;
  line-height: 18px;
  display: block;
  padding: 5px 0 3px 0;
}
@media (min-width: 1200px) {
  .products li .shop-product-box .product-info .price {
    line-height: 25px;
    font-size: 16px;
    padding: 2px 0 0 0;
  }
}
.products li .shop-product-box .product-info .price del {
  color: #888888;
}
.products li .shop-product-box .product-info .price ins {
  text-decoration: none;
}
.products li .shop-product-box .product-info .add_to_cart_button,
.products li .shop-product-box .product-info .product_type_external,
.products li .shop-product-box .product-info .product_type_grouped,
.products li .shop-product-box .product-info .product_type_simple,
.products li .shop-product-box .product-info .added_to_cart {
  display: none;
  margin: 0 auto;
  line-height: 18px;
  font-size: 15px;
  text-decoration: none;
  box-decoration-break: slice;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out, opacity 0.3s ease-in-out;
  width: fit-content;
}
@media (min-width: 1200px) {
  .products li .shop-product-box .product-info .add_to_cart_button,
.products li .shop-product-box .product-info .product_type_external,
.products li .shop-product-box .product-info .product_type_grouped,
.products li .shop-product-box .product-info .product_type_simple,
.products li .shop-product-box .product-info .added_to_cart {
    opacity: 0;
    font-size: 16px;
    line-height: 25px;
  }
  .products li .shop-product-box .product-info .add_to_cart_button:hover,
.products li .shop-product-box .product-info .product_type_external:hover,
.products li .shop-product-box .product-info .product_type_grouped:hover,
.products li .shop-product-box .product-info .product_type_simple:hover,
.products li .shop-product-box .product-info .added_to_cart:hover {
    background-size: 0 100%;
  }
}
.products li .shop-product-box .product-info .add_to_cart_button.loading {
  border: 2px solid #000;
  box-sizing: content-box;
  animation: loader 2s infinite ease;
  display: inline-block;
  position: absolute;
  font-size: 0;
  width: 18px;
  height: 18px;
  box-shadow: none;
  margin: 5px auto 0 auto;
  left: 0;
  right: 0;
  background: none;
}
.products li .shop-product-box .product-info .add_to_cart_button.loading:after {
  position: absolute;
  width: 18px;
  height: 17px;
  left: 0;
  background-color: #000;
  content: "";
  animation: loader-inner 2s infinite ease-in;
}
.products li .shop-product-box .product-info .add_to_cart_button.added {
  display: none;
}
.products li .shop-product-box .overlay-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .products li .shop-product-box .overlay-icons {
    padding: 5px 15px;
  }
}
@media (min-width: 1200px) {
  .products li .shop-product-box .overlay-icons {
    padding: 15px 10px;
  }
}
.products li .shop-product-box .overlay-icons a.quick-view {
  display: none;
}
@media (min-width: 1200px) {
  .products li .shop-product-box .overlay-icons a.quick-view {
    display: block;
    right: -1px;
  }
}
.products li .shop-product-box .overlay-icons a .tooltip {
  display: none;
}
.products li .shop-product-box .overlay-icons a.add-to-wishlist:after {
  content: "\e914";
  font-family: "Block-Shop";
  color: #000;
  display: inline-block;
  position: relative;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 13px;
  vertical-align: middle;
}
.products li .shop-product-box .overlay-icons a.add-to-wishlist.add_to_wishlist:after {
  animation: wishListOut 0.4s ease-in-out;
}
.products li .shop-product-box .overlay-icons a.add-to-wishlist.add_to_wishlist:hover:after {
  content: "\e913";
  animation: wishListIn 0.4s ease-in-out;
}
.products li .shop-product-box .overlay-icons a.add-to-wishlist.added:after, .products li .shop-product-box .overlay-icons a.add-to-wishlist.clicked:after {
  content: "\e913";
}
@media (min-width: 1200px) {
  .products li .shop-product-box .overlay-icons {
    padding: 10px 20px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }
  .products li .shop-product-box .overlay-icons a {
    text-align: right;
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 30px;
  }
  .products li .shop-product-box .overlay-icons a:hover .tooltip {
    opacity: 1;
    visibility: visible;
  }
  .products li .shop-product-box .overlay-icons a .tooltip {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 100%;
    top: 1px;
    display: inline-block;
    font-size: 15px;
    padding: 0px 10px;
    background-color: #fff;
    vertical-align: middle;
    right: 32px;
    line-height: 32px;
    white-space: nowrap;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .products li .shop-product-box .overlay-icons a .tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent transparent;
    border-left-color: #fff;
    left: 100%;
    top: 11px;
  }
  .products li .shop-product-box .overlay-icons a.add-to-wishlist {
    margin-bottom: 10px;
  }
  .products li .shop-product-box .overlay-icons a.add-to-wishlist:after {
    font-size: 17px;
  }
  .products li .shop-product-box .overlay-icons a.quick-view:hover:after {
    content: "\e911";
    animation: quikViewIn 0.4s ease-in-out;
  }
  .products li .shop-product-box .overlay-icons a.quick-view:after {
    content: "\e912";
    font-family: "Block-Shop";
    font-size: 8px;
    color: #000;
    display: inline-block;
    position: relative;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    vertical-align: middle;
    transition: 0.2s ease-in-out;
    animation: quikViewOut 0.4s ease-in-out;
  }
}

.gallery {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 0;
  margin-bottom: 38px;
  width: 100%;
}
@media (min-width: 768px) {
  .gallery .gallery-item {
    padding: 0 48px 0 0;
  }
}
.gallery .gallery-item a {
  box-shadow: none;
  background: none;
}
.gallery .gallery-item a img {
  transition: 0.2s ease-in-out;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.gallery .gallery-item a img:hover {
  opacity: 0.5;
}
.gallery .gallery-item .gallery-caption {
  color: #888888;
  font-size: 14px;
  line-height: 18px;
  margin-top: 23px;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}

.gallery-columns-4 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

.gallery-columns-5 .gallery-item {
  max-width: 50%;
  padding: 0;
}
@media (min-width: 576px) {
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
    padding: 0 24px 0 0;
    margin-bottom: 24px;
  }
}
.gallery-columns-5 .gallery-caption {
  display: none;
}

.gallery-columns-6 .gallery-item {
  max-width: 50%;
  padding: 0;
}
@media (min-width: 576px) {
  .gallery-columns-6 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
    padding: 0 24px 0 0;
    margin-bottom: 24px;
  }
}
.gallery-columns-6 .gallery-caption {
  display: none;
}

.gallery-columns-7 .gallery-item {
  max-width: 50%;
  padding: 0;
}
@media (min-width: 576px) {
  .gallery-columns-7 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
    padding: 0 24px 0 0;
    margin-bottom: 24px;
  }
}
.gallery-columns-7 .gallery-caption {
  display: none;
}

.gallery-columns-8 .gallery-item {
  max-width: 50%;
  padding: 0;
}
@media (min-width: 576px) {
  .gallery-columns-8 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    padding: 0 24px 0 0;
    margin-bottom: 24px;
  }
}
.gallery-columns-8 .gallery-caption {
  display: none;
}

.gallery-columns-9 .gallery-item {
  max-width: 50%;
  padding: 0;
}
@media (min-width: 576px) {
  .gallery-columns-9 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
    padding: 0 24px 0 0;
    margin-bottom: 24px;
  }
}
.gallery-columns-9 .gallery-caption {
  display: none;
}

.star-rating,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars {
  margin: 0 auto;
  display: table;
  position: relative;
  word-break: break-all;
}
.star-rating:before,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars:before {
  content: "\e929\e929\e929\e929\e929";
  display: block;
  font-size: 16px;
  color: #888888;
  font-family: "Block-Shop";
}
.star-rating > span,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars > span {
  font-size: 0;
  overflow: hidden;
  display: inline;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 25px;
  top: 0;
  text-align: left;
}
.star-rating > span:before,
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars > span:before {
  content: "\e929\e929\e929\e929\e929";
  display: block;
  font-size: 16px;
  width: 87.27px;
  color: #000;
  font-family: "Block-Shop";
}

.load-more {
  margin-bottom: 40px;
  height: 36px;
  font-size: 0.9rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
.load-more:hover {
  background-size: 0 100%;
}
.load-more.disabled:not(.loading) {
  display: none;
}
.load-more .loader {
  display: none;
  position: absolute;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  box-sizing: content-box;
  animation: loader 2s infinite ease;
}
.load-more .loader:after {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #000;
  content: "";
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.load-more.loading .loader {
  display: block;
}
.load-more.loading .load-text {
  display: none;
}
@media (min-width: 992px) {
  .load-more {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 1.075rem;
  }
}

#customer_login {
  margin: 0 auto;
}
.woocommerce-form-login {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-form-login > p {
  width: 100%;
}
.woocommerce-form-login > p:nth-child(3) {
  order: 4;
  position: relative;
}
.woocommerce-form-login > p:nth-child(4) {
  order: 3;
}
.woocommerce-form-login > p.woocommerce-LostPassword {
  display: inline-block;
  width: auto;
  order: 3;
  margin: 6px 0 27px auto;
}
.woocommerce-form-login > p.woocommerce-LostPassword a {
  background-size: 100% 100%;
  font-size: 15px;
  color: #888888;
  padding: 5px 0;
}
.woocommerce-form-login > p.woocommerce-LostPassword a:hover {
  background-size: 0 100%;
}
.woocommerce-form-login > p .woocommerce-form__label-for-checkbox {
  display: block;
  position: absolute;
  top: -54px;
}
.woocommerce-form-login > p .woocommerce-form__label-for-checkbox input {
  -webkit-appearance: checkbox;
  top: -2px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  margin: 0;
}
.woocommerce-form-login > p .woocommerce-form__label-for-checkbox input:checked ~ span:before {
  background-color: #000;
  box-shadow: inset 0 0 0 2px #fff;
}
.woocommerce-form-login > p .woocommerce-form__label-for-checkbox span {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
.woocommerce-form-login > p .woocommerce-form__label-for-checkbox span:hover:before {
  background-color: #000;
  box-shadow: inset 0 0 0 2px #fff;
}
.woocommerce-form-login > p .woocommerce-form__label-for-checkbox span:before {
  content: "";
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}

.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword {
  max-width: 408px;
  margin: 0 auto;
}
.woocommerce-form-login > p,
.woocommerce-form-register > p,
.woocommerce-ResetPassword > p {
  margin-bottom: 0;
}
.woocommerce-form-login label,
.woocommerce-form-register label,
.woocommerce-ResetPassword label {
  display: none;
}
.woocommerce-form-login input,
.woocommerce-form-register input,
.woocommerce-ResetPassword input {
  width: 100%;
  margin-bottom: 16px;
}
.woocommerce-form-login .woocommerce-Button,
.woocommerce-form-login .woocommerce-button,
.woocommerce-form-register .woocommerce-Button,
.woocommerce-form-register .woocommerce-button,
.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-ResetPassword .woocommerce-button {
  width: 100%;
  line-height: 64px;
}
.woocommerce-form-login a,
.woocommerce-form-register a,
.woocommerce-ResetPassword a {
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.woocommerce-form-login a:hover, .woocommerce-form-login a:focus,
.woocommerce-form-register a:hover,
.woocommerce-form-register a:focus,
.woocommerce-ResetPassword a:hover,
.woocommerce-ResetPassword a:focus {
  background-size: 100% 100%;
}
.woocommerce-form-login .woocommerce-privacy-policy-text p,
.woocommerce-form-register .woocommerce-privacy-policy-text p,
.woocommerce-ResetPassword .woocommerce-privacy-policy-text p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 32px;
}
.woocommerce-form-login .woocommerce-privacy-policy-text p a,
.woocommerce-form-register .woocommerce-privacy-policy-text p a,
.woocommerce-ResetPassword .woocommerce-privacy-policy-text p a {
  position: relative;
  background-size: 100% 100%;
}
.woocommerce-form-login .woocommerce-privacy-policy-text p a:hover,
.woocommerce-form-register .woocommerce-privacy-policy-text p a:hover,
.woocommerce-ResetPassword .woocommerce-privacy-policy-text p a:hover {
  background-size: 0 100%;
}

.offcanvas .account-wrapper h2 {
  position: absolute;
  transform-origin: top left;
  transform: rotate(-90deg);
  height: auto;
  text-transform: uppercase;
  font-size: 13px;
  left: -40px;
  width: 120px;
  text-align: right;
  margin-top: 120px;
  text-transform: uppercase;
}

.toggle-login {
  display: none;
}

.woocommerce-ResetPassword {
  margin-top: 80px;
}
.woocommerce-ResetPassword > p {
  margin-top: 32px;
}

.single-content #customer_login .col-1 h2,
.single-content #customer_login .col-2 h2 {
  position: relative;
  transform: none;
  height: auto;
  text-transform: initial;
  font-size: 2rem;
  left: auto;
  width: auto;
  text-align: left;
  margin-top: 80px;
}

body.woocommerce-account:not(.logged-in) .woocommerce h2 {
  max-width: 408px;
  margin: 0 auto;
  position: relative;
  transform: none;
  height: auto;
  text-transform: initial;
  font-size: 2rem;
  left: auto;
  width: auto;
  text-align: left;
}

.track_order > p {
  text-align: center;
  max-width: 720px;
}
.track_order .form-row {
  width: 378px;
  margin: 0 auto;
}
.track_order .form-row label {
  display: none;
}
.track_order .form-row input.input-text[type=text] {
  width: 378px;
  display: table;
  margin: 0 auto 16px auto;
}
.track_order .form-row button {
  width: 378px;
  margin: 0 auto;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
}

dl.variation {
  color: #888888;
  display: inline-block;
  width: auto;
  text-align: right;
  margin: 0;
}
@media (min-width: 768px) {
  dl.variation {
    width: auto;
    display: block;
    text-align: left;
  }
}
dl.variation dt {
  float: left;
  padding-right: 5px;
  font-size: 13px;
  clear: both;
}
@media (min-width: 768px) {
  dl.variation dt {
    clear: none;
  }
}
dl.variation dd {
  float: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  dl.variation dd {
    float: none;
  }
}
dl.variation dd p {
  font-size: 13px;
  margin: 0;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: #000;
  display: inline-block;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
}
.woocommerce-terms-and-conditions-wrapper a:hover {
  background-size: 0 100%;
}

body .pswp__img--placeholder--blank {
  background: transparent;
}
body .pswp.pswp--open {
  z-index: 9999;
}
body .pswp__bg {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  body .pswp__top-bar button {
    margin-top: 0;
  }
}
body .pswp__scroll-wrap {
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 991.98px) {
  body .pswp__scroll-wrap {
    background-color: white;
  }
}
body.admin-bar .pswp__top-bar {
  top: 32px;
}
body .pswp__top-bar,
body .pswp__caption {
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 991.98px) {
  body .pswp__top-bar,
body .pswp__caption {
    background-color: white;
  }
}
body .pswp__ui--fit .pswp__top-bar,
body .pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 991.98px) {
  body .pswp__ui--fit .pswp__top-bar,
body .pswp__ui--fit .pswp__caption {
    background-color: white;
  }
}
body button.pswp__button {
  background: none !important;
}
body .pswp__button--arrow--left:before {
  content: "\e905";
  font-size: 15px;
  left: 20px;
  background-position: 0;
  background-color: transparent;
}
body .pswp__button--arrow--right:before {
  content: "\e907";
  font-size: 15px;
  right: 20px;
  background-position: 0;
  background-color: transparent;
}
body .pswp__counter {
  font-size: 1.15rem;
  left: 24px;
  top: 10px;
  padding: 0;
}
@media (max-width: 991.98px) {
  body .pswp__counter {
    top: 0;
  }
}
body .pswp__button--close {
  margin-right: 15px;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  body .pswp__button--close {
    margin-top: 0;
  }
}
body .pswp__button--close:hover {
  margin-right: 15px;
}
body .pswp__button--close:before {
  content: "\e921";
  font-size: 0.9rem;
}
body .pswp__button--zoom {
  margin-top: 10px;
}
body .pswp__button--zoom:before {
  content: "\e924";
  font-size: 0.9rem;
}
body .pswp__button--fs {
  margin-top: 10px;
  display: none !important;
}
@media (min-width: 1200px) {
  body .pswp__button--fs {
    display: block;
  }
  body .pswp__button--fs:before {
    content: "\e90e";
    font-size: 0.9rem;
  }
}
body .pswp__button--arrow--left,
body .pswp__button--arrow--right,
body .pswp__button--close,
body .pswp__button--zoom,
body .pswp__button--fs {
  display: inline-block;
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
body .pswp__button--arrow--left:before,
body .pswp__button--arrow--right:before,
body .pswp__button--close:before,
body .pswp__button--zoom:before,
body .pswp__button--fs:before {
  transition: opacity 0.3s ease-in-out;
}
body .pswp__button--arrow--left:hover:before,
body .pswp__button--arrow--right:hover:before,
body .pswp__button--close:hover:before,
body .pswp__button--zoom:hover:before,
body .pswp__button--fs:hover:before {
  opacity: 0.5;
}
body .pswp__caption__center {
  text-align: center;
  display: none;
}

.product .sale-badge-box {
  display: none;
}
.product.sale .sale-badge-box, .product.outofstock .sale-badge-box {
  display: block;
}

.sale-badge-box {
  z-index: 1;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .sale-badge-box {
    position: relative;
  }
}
.sale-badge-box .rotate-this {
  transform: rotateZ(-90deg) translateX(-100%);
  transform-origin: top left;
  min-width: 250px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.sale-badge-box .onsale {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 9px;
  display: inline-block;
  position: relative;
  float: right;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .sale-badge-box .onsale {
    font-size: 11px;
  }
}
.sale-badge-box .out-of-stock {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 9px;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  float: right;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .sale-badge-box .out-of-stock {
    font-size: 11px;
  }
}

.woocommerce-error {
  font-size: 14px;
  color: #000;
  padding: 25px 70px 25px 50px;
  position: relative;
  margin: 0 0 32px 0;
  max-width: 100%;
  list-style-type: none;
}
@media (min-width: 992px) {
  .woocommerce-error {
    font-size: 18px;
    padding: 25px 80px 25px 60px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-error {
    margin: 0 0 64px 0;
  }
}
.woocommerce-error:before {
  content: "\e91a";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 16px;
  top: 24px;
  left: 15px;
  position: absolute;
  font-size: 1.075rem;
  margin-left: 1px;
}
@media (min-width: 1200px) {
  .woocommerce-error:before {
    top: 28px;
    left: 20px;
  }
}
.woocommerce-error strong {
  font-weight: normal;
}

.woocommerce-info {
  font-size: 14px;
  color: #000;
  padding: 25px 70px 25px 50px;
  position: relative;
  margin: 0 0 32px 0;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .woocommerce-info {
    font-size: 18px;
    padding: 25px 80px 25px 60px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-info {
    margin: 0 0 64px 0;
  }
}
.woocommerce-info a {
  margin-right: 10px;
}
.woocommerce-info:before {
  content: "\e918";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 16px;
  margin-left: 1px;
  top: 45px;
  left: 15px;
  position: absolute;
  font-size: 1.075rem;
}
@media (min-width: 1200px) {
  .woocommerce-info:before {
    top: 45px;
    left: 20px;
  }
}

body.switching_subscription .woocommerce-info {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 60px);
  bottom: 30px;
  margin: 0;
  font-size: 14px;
  padding: 25px 30px 25px 60px;
  background-color: #D65742;
  color: white;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  z-index: 9999;
}
@media (min-width: 992px) {
  body.switching_subscription .woocommerce-info {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    min-height: 78px;
    width: calc(100vw - 100px);
    transition: transform 0.8s, color 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
    font-size: 18px;
    padding: 25px 60px 25px 60px;
  }
}

.woocommerce-message {
  color: #000;
  padding: 25px 25px 25px 50px;
  position: relative;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-message {
    font-size: 18px;
    padding: 25px 80px 25px 60px;
  }
}
.woocommerce-message:before {
  content: "\e919";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 16px;
  margin-left: 1px;
  top: 36px;
  left: 15px;
  position: absolute;
  font-size: 1.075rem;
}
@media (min-width: 992px) {
  .woocommerce-message:before {
    top: 30px;
    left: 20px;
  }
}
.woocommerce-message a {
  display: inline-block;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  margin-right: 10px;
}
.woocommerce-message a:hover {
  background-size: 0 100%;
}
.woocommerce-message a.button {
  padding: 0.5rem 0.75rem;
  display: inline-block !important;
}
.woocommerce-message.wc-block-components-notices__notice .components-notice__dismiss {
  cursor: pointer;
  margin: 0 -52px 0 auto;
}
.woocommerce-message.wc-block-components-notices__notice .components-notice__dismiss svg {
  transition: all 0.3s ease-in-out;
}
.woocommerce-message.wc-block-components-notices__notice .components-notice__dismiss:hover svg {
  transform: rotate(90deg);
}

body.page .single-content > *:only-child:not(.woocommerce) {
  margin-top: 0;
  margin-bottom: 0;
}

body #yith-wcwl-popup-message {
  transform: translateX(-50%) translateY(-50%);
  margin: 0 !important;
  border-radius: 0;
  border: none;
  padding: 24px 46px;
  z-index: 999999;
}
body #yith-wcwl-popup-message #yith-wcwl-message {
  font-size: 18px;
  line-height: 38px;
}
body #yith-wcwl-popup-message #yith-wcwl-message:before {
  content: "\e914";
  position: relative;
  font-size: 14px;
  display: inline-block;
  font-family: "Block-Shop";
  font-weight: normal;
  padding-right: 12px;
}

.header {
  z-index: 99;
  position: relative;
  padding: 0;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
}
.header .nav {
  background-color: black;
}
.header .nav .mobile-menu-bar {
  width: 100%;
  background-color: transparent;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header .nav .mobile-menu-bar {
    display: none;
  }
}
.header .nav .mobile-menu-bar .mobile-logo {
  flex: 1;
  text-align: center;
}
.header .nav .mobile-menu-bar .mobile-menu-toggle {
  color: white;
  width: 90px;
  padding-left: 16px;
  font-size: 14px;
}
.header .nav .mobile-menu-bar .mobile-menu-toggle .icon-menu-20x20 {
  font-size: 20px;
}
.header .nav .mobile-menu-bar .mobile-menu-toggle span {
  position: relative;
  top: -3px;
  padding-left: 4px;
}
.header .nav .mobile-menu-bar .mobile-logo-wrapper {
  text-align: center;
  flex: 1;
  line-height: 0;
}
.header .nav .mobile-menu-bar .mobile-logo-wrapper img {
  width: auto;
  max-height: 60px;
  padding: 10px 0;
}
.header .nav .mobile-menu-bar .mobile-icons-box {
  font-size: 1rem;
  width: 116px;
  text-align: left;
  color: white;
}
.header .nav .mobile-menu-bar .mobile-icons-box .mobile-search-toggle {
  margin-left: 12px;
  vertical-align: middle;
}
.header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart {
  margin-left: 12px;
  position: relative;
}
.header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart .items-count {
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 4px;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.header .nav .menu-menu {
  position: fixed;
  background: black;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px 60px 20px;
  overflow: auto;
  z-index: 102;
  overflow: hidden auto;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 767.98px) {
  .header .nav .menu-menu {
    bottom: auto;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 1200px) {
  .header .nav .menu-menu {
    left: 0;
    padding: 20px 20px 20px 100px;
    right: auto;
    width: 700px;
    z-index: 102;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
    transform: translate3d(-100%, 0, 0);
  }
}
.header .nav .menu-menu.active {
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition: transform 0.8s;
}
.header .nav .menu-menu.active .menu-header,
.header .nav .menu-menu.active .primary-menu,
.header .nav .menu-menu.active .mobile-secondary-menu,
.header .nav .menu-menu.active .mobile-menu-footer {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .scroll-container {
    overflow-y: auto;
    max-height: 100%;
    height: 100vh;
    padding-right: 32px;
    width: 100%;
    position: relative;
    box-sizing: content-box;
    overflow-x: hidden;
  }
}
.header .nav .menu-menu .menu-header {
  margin-bottom: 40px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .menu-header {
    text-align: right;
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .menu-header .logo {
    display: none;
  }
}
.header .nav .menu-menu .menu-header .close-menu {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .menu-header .close-menu {
    display: none;
  }
}
.header .nav .menu-menu .primary-menu {
  color: #000000;
  font-size: 23px;
  line-height: 31px;
  list-style-type: none;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .primary-menu {
    font-size: 33px;
    margin-top: 170px;
    position: relative;
    width: calc(100% + 50px);
    /* push scrollbar out of container */
    height: 100%;
    max-height: calc(100vh - 257px);
    /* no scroll on smaller menus */
    overflow-y: scroll;
  }
}
.header .nav .menu-menu .primary-menu li {
  position: relative;
}
.header .nav .menu-menu .primary-menu li .plus-minus {
  display: none;
}
.header .nav .menu-menu .primary-menu li a {
  max-width: 100%;
}
.header .nav .menu-menu .primary-menu > li {
  margin-bottom: 16px;
  position: relative;
  background-color: black;
  color: white;
}
.header .nav .menu-menu .primary-menu > li a {
  transition: 0.15s ease-in-out;
  display: inline;
  line-height: 1.6;
  position: relative;
  font-size: 0.9rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
}
.header .nav .menu-menu .primary-menu > li a:hover {
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .primary-menu > li {
    width: 40%;
    position: static;
  }
}
.header .nav .menu-menu .primary-menu > li.menu-item-has-children.active .plus-minus:after {
  display: none;
}
.header .nav .menu-menu .primary-menu > li.menu-item-has-children .plus-minus {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: auto;
  position: relative;
  float: right;
  position: absolute;
  right: 0;
  top: 13px;
  color: white;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .primary-menu > li.menu-item-has-children .plus-minus {
    display: none;
  }
}
.header .nav .menu-menu .primary-menu > li.menu-item-has-children .plus-minus:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
  top: 7px;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .primary-menu > li.menu-item-has-children .plus-minus:before {
    display: none;
  }
}
.header .nav .menu-menu .primary-menu > li.menu-item-has-children .plus-minus:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 0;
  width: 1px;
  height: 15px;
  transition: all 0.2s ease-in-out;
  background-color: #000;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .primary-menu > li.menu-item-has-children .plus-minus:after {
    display: none;
  }
}
.header .nav .menu-menu .primary-menu > li > a {
  display: inline;
  z-index: 2;
  position: relative;
}
.header .nav .menu-menu .primary-menu > li > .sub-menu {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
  list-style-type: none;
  max-width: none;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .primary-menu > li > .sub-menu {
    top: 0;
    left: 50%;
    width: 45%;
    position: absolute;
    background: none;
    padding: 0;
    background-color: none;
    margin-left: -40px;
  }
}
.header .nav .menu-menu .primary-menu > li > .sub-menu > li {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
  margin-left: 20px;
}
.header .nav .menu-menu .primary-menu > li > .sub-menu > li:last-child {
  margin-bottom: 0;
}
.header .nav .menu-menu .primary-menu > li > .sub-menu > li .plus-minus {
  display: none;
}
.header .nav .menu-menu .primary-menu > li > .sub-menu > li > ul {
  padding: 15px 0px 5px;
  list-style: none;
}
.header .nav .menu-menu .primary-menu > li > .sub-menu > li > ul li {
  color: #888888;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .primary-menu > li > .sub-menu > li > ul li a {
    background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  }
}
.header .nav .menu-menu .primary-menu > li > .sub-menu > li > ul li a sup {
  display: inline-block;
  margin-top: -4px;
  margin-left: 3px;
}
.header .nav .menu-menu .primary-menu > li > .sub-menu > li > ul li .plus-minus {
  display: none;
}
.header .nav .menu-menu .mobile-secondary-menu {
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  border-top: 1px solid #dddddd;
  margin-top: 6px;
  list-style-type: none;
  max-width: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.header .nav .menu-menu .mobile-secondary-menu li {
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .header .nav .menu-menu .mobile-secondary-menu {
    display: none;
  }
}
.header .nav .mobile-menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: transparent;
  align-items: center;
  z-index: 999;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 1200px) {
  .header .nav .mobile-menu-footer {
    display: none;
  }
}
.header .nav .mobile-menu-footer > * {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.header .nav .mobile-menu-footer .mobile-social-icons a {
  margin-left: 25px;
  font-size: 20px;
}
.header .nav .mobile-menu-footer .mobile-my-account {
  font-size: 16px;
}
.header .nav .menu.active + .mobile-menu-footer {
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition: transform 0.8s;
}
.header .nav .menu.active + .mobile-menu-footer > * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}
.header .nav .vertical-menu {
  display: none;
  background-color: black;
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
  }
  .header .nav .vertical-menu .top-bar {
    display: block;
    padding: 16px;
  }
  .header .nav .vertical-menu .top-bar .logo-link .logo {
    display: block;
    min-width: 20px;
    width: auto;
  }
  .header .nav .vertical-menu nav.navbar {
    width: 100%;
    z-index: 9;
  }
  .header .nav .vertical-menu nav.navbar ul.navbar-nav {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .header .nav .vertical-menu nav.navbar ul.navbar-nav li.menu-item {
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
  }
  .header .nav .vertical-menu nav.navbar ul.navbar-nav li.menu-item:hover {
    cursor: pointer;
    background: #222;
  }
  .header .nav .vertical-menu nav.navbar ul.navbar-nav li.menu-item a {
    color: white;
  }
  .header .nav .vertical-menu nav.navbar ul.navbar-nav li.menu-item ul.dropdown-menu {
    background: black;
    visibility: hidden;
    opacity: 0;
    min-width: 14rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    padding-left: 0;
    display: none;
    z-index: 1;
  }
  .header .nav .vertical-menu nav.navbar ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item {
    clear: both;
    width: 100%;
  }
  .header .nav .vertical-menu nav.navbar ul.navbar-nav li:hover > ul.dropdown-menu,
.header .nav .vertical-menu nav.navbar ul.navbar-nav li ul.dropdown-menu:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .header .nav .vertical-menu .left-menu-bar {
    position: fixed;
    bottom: 0;
    transform-origin: top left;
    transform: translateY(100%) rotate(-90deg);
    display: flex;
    align-items: center;
    width: 100vh;
    padding: 8px 40px 0px 40px;
    height: 96px;
    left: 0;
    z-index: 103;
  }
  .header .nav .vertical-menu .left-menu-bar .toggle-menu {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .toggle-menu {
    justify-self: flex-end;
    margin-left: auto;
    transition: 0.25s ease-in-out;
  }
  .header .nav .vertical-menu .left-menu-bar .toggle-menu:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .toggle-menu span {
    padding-right: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-menu-20x20 {
    font-size: 20px;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
    right: 0;
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-close-20x20 {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    right: 0;
    cursor: pointer;
  }
  .header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-close-20x20 + .icon-pulsating-ring {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-pulsating-ring {
    position: absolute;
    opacity: 1;
    top: 14px;
    right: -4px;
    left: auto;
    width: 14px;
    height: 14px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .toggle-menu .pulse-circle {
    background-color: #f0d68d;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .toggle-menu .pulse-ring {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    border-width: 2px;
    border-style: solid;
    border-color: #f0d68d;
    border-radius: 30px;
    height: 24px;
    width: 24px;
    opacity: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .left-menu-bar .secondary-menu {
    display: initial;
    font-size: 16px;
    margin: 0;
    max-width: 80%;
  }
  .header .nav .vertical-menu .left-menu-bar .secondary-menu li {
    display: inline-block;
    padding-right: 20px;
  }
  .header .nav .vertical-menu .left-menu-bar .secondary-menu li a {
    position: relative;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 100%;
    transition: background-size 0.35s ease-in-out;
    background-color: transparent;
  }
  .header .nav .vertical-menu .left-menu-bar .secondary-menu li a:hover {
    background-size: 100% 100%;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    padding: 6px 0 0 40px;
    z-index: 1;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons {
    display: flex;
    margin-right: 20px;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons > span,
.header .nav .vertical-menu .right-menu-bar .menu-icons a {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
    color: white;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons > span,
.header .nav .vertical-menu .right-menu-bar .menu-icons a {
    transition: 0.25s ease-in-out;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons > span:hover,
.header .nav .vertical-menu .right-menu-bar .menu-icons a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons > span i,
.header .nav .vertical-menu .right-menu-bar .menu-icons a i {
    display: block;
    width: 32px;
    height: 32px;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons > span i:before,
.header .nav .vertical-menu .right-menu-bar .menu-icons a i:before {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons .show-cart {
    position: relative;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons .show-cart .items-count {
    position: absolute;
    font-size: 14px;
    left: 20px;
    top: 5px;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons .wishlist-link i {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom {
    display: flex;
    display: none;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom > span,
.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a {
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 25px;
    cursor: pointer;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom > span,
.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a {
    transition: 0.25s ease-in-out;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom > span:hover,
.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom > span i,
.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a i {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom .scroll-top {
    opacity: 0;
    visibility: hidden;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom .scroll-top.visible {
    visibility: visible;
    opacity: 1;
  }
  .header .nav .vertical-menu .right-menu-bar .menu-icons-bottom .scroll-top.visible:hover {
    opacity: 0.5;
  }
}
.header .search-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0px 20px 20px;
  overflow: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  z-index: 2;
}
@media (min-width: 1200px) {
  .header .search-box {
    width: 650px;
    left: auto;
    z-index: 2;
    padding: 100px 120px;
  }
}
.header .search-box.active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}
.header .search-box.active .canvas-wrapper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}
@media (min-width: 1200px) {
  .header .search-box.active .canvas-wrapper {
    min-width: 410px;
  }
}
.header .search-box .close-search {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .header .search-box .close-search {
    right: 45px;
    top: 45px;
  }
}
.header .search-box .canvas-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.header .search-box .search-header {
  margin-bottom: 40px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .header .search-box .search-header {
    height: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header .search-box .search-header .logo {
    display: none;
  }
}
.header .search-box .search-wrapper .search-form {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.header .search-box .search-wrapper .search-form label {
  float: left;
  border: none;
  background-size: 0 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 0;
  transition: 0.35s ease-in-out;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
}
.header .search-box .search-wrapper .search-form label .search-field {
  font-size: 1.375rem;
  line-height: 1.9rem;
  border: none;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
  padding: 10px 40px 10px 0;
  background-size: 0;
  overflow: hidden;
  -webkit-appearance: none;
}
.header .search-box .search-wrapper .search-form label .search-field:hover {
  background-size: 0;
}
.header .search-box .search-wrapper .search-form label .search-field::-webkit-search-decoration, .header .search-box .search-wrapper .search-form label .search-field::-webkit-search-cancel-button, .header .search-box .search-wrapper .search-form label .search-field::-webkit-search-results-button, .header .search-box .search-wrapper .search-form label .search-field::-webkit-search-results-decoration {
  display: none;
}
.header .search-box .search-wrapper .search-form label .submit-form {
  border: none;
  background: none;
  padding: 0;
  font-size: 17.14px;
  cursor: pointer;
  color: #000;
  position: relative;
  overflow: visible;
}
.header .search-box .search-wrapper .search-form label .submit-form.loading:before {
  content: "";
  background: #000;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -35px;
  top: 19px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.header .search-box .search-wrapper .search-form label:hover, .header .search-box .search-wrapper .search-form label:focus, .header .search-box .search-wrapper .search-form label:active {
  background-size: 100% 100%;
}
.header .search-box .search-wrapper .search-results {
  position: relative;
  padding-top: 100px;
}
.header .search-box .search-wrapper .search-results .vertical-title {
  display: none;
}
@media (min-width: 1200px) {
  .header .search-box .search-wrapper .search-results .vertical-title {
    display: block;
    position: absolute;
    transform-origin: top left;
    transform: rotate(-90deg);
    height: auto;
    text-transform: uppercase;
    font-size: 13px;
    left: -40px;
    width: 120px;
    text-align: right;
    margin-top: 120px;
  }
}
.header .search-box .search-wrapper .search-results .view-all {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  display: table;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
.header .search-box .search-wrapper .search-results .view-all:hover {
  background-size: 0% 100%;
}
.header .search-box .search-wrapper .search-results .item {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}
.header .search-box .search-wrapper .search-results .item .product-feature-img {
  display: inline-block;
  margin-right: 16px;
}
.header .search-box .search-wrapper .search-results .item .product-feature-img img {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: block;
  min-height: 96px;
  transition: opacity 0.2s ease-in-out;
  backface-visibility: hidden;
  object-fit: cover;
}
.header .search-box .search-wrapper .search-results .item .product-feature-img img:hover {
  opacity: 0.5;
}
.header .search-box .search-wrapper .search-results .item .product-info {
  flex: 1;
}
.header .search-box .search-wrapper .search-results .item .product-info .small-heading-6 a {
  display: inline;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
}
.header .search-box .search-wrapper .search-results .item .product-info .small-heading-6 a:hover {
  background-size: 100% 100%;
}
.header .search-box .no-woocommerce-search .search-form {
  display: flex;
  margin-bottom: 32px;
  position: relative;
}
.header .search-box .no-woocommerce-search .search-form:before {
  font-size: 17.14px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  transition: 0.2s ease-in-out;
  font-family: "Block-Shop";
  content: "\e924";
}
.header .search-box .no-woocommerce-search .search-form .screen-reader-text {
  display: none;
}
.header .search-box .no-woocommerce-search .search-form .search-submit {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 0;
  background: none;
  padding: 0;
  width: 30px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.header .shopping-cart {
  display: none;
}
.header .shopping-cart .widgettitle {
  display: none;
}
@media (min-width: 1200px) {
  .header .shopping-cart {
    display: block;
    width: 650px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 120px 100px 60px 100px;
    overflow: auto;
    z-index: 101;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  }
  .header .shopping-cart.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  }
  .header .shopping-cart.active .canvas-wrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
  }
  .header .shopping-cart .canvas-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
  }
  .header .shopping-cart .woocommerce-mini-cart__empty-message {
    font-size: 1.65rem;
    line-height: 2.3rem;
    text-align: center;
    max-width: 265px;
    margin: 0 auto;
  }
  .header .shopping-cart .close-cart {
    position: absolute;
    right: 45px;
    top: 45px;
    font-size: 14px;
    display: inline-block;
  }
  .header .shopping-cart .vertical-title {
    position: absolute;
    bottom: 0;
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%, 0);
    left: 80px;
    bottom: auto;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
  }
  .header .shopping-cart .cart_list {
    margin-bottom: 200px;
    height: 100%;
    position: relative;
    max-height: calc(100vh - 420px);
    overflow-y: auto;
    list-style-type: none;
  }
  .header .shopping-cart .cart_list .mini_cart_item {
    padding: 0 20px 0 132px;
  }
  .header .shopping-cart .cart_list .mini_cart_item:hover .remove_from_cart_button {
    opacity: 1;
    visibility: visible;
  }
  .header .shopping-cart .cart_list .mini_cart_item .blockUI {
    background-color: #fff !important;
  }
  .header .shopping-cart .cart_list .mini_cart_item .remove_from_cart_button {
    font-size: 0;
    height: auto;
    position: absolute;
    right: 10px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header .shopping-cart .cart_list .mini_cart_item .remove_from_cart_button:before {
    content: "\e921";
    font-family: "Block-Shop";
    font-size: 10px;
    color: #000;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    color: #888888;
  }
  .header .shopping-cart .cart_list .mini_cart_item .remove_from_cart_button:hover:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #000;
  }
  .header .shopping-cart .cart_list .mini_cart_item .quantity {
    font-size: 16px;
    display: block;
    clear: both;
  }
  .header .shopping-cart .cart_list .mini_cart_item .variation {
    display: block;
    width: 100%;
    margin: 0;
    color: #aaa;
  }
  .header .shopping-cart .cart_list .mini_cart_item .variation dt,
.header .shopping-cart .cart_list .mini_cart_item .variation dd,
.header .shopping-cart .cart_list .mini_cart_item .variation dd p {
    font-size: 12px;
    line-height: 18px;
  }
  .header .shopping-cart .cart_list .mini_cart_item .variation dt {
    clear: both;
    display: inline-block;
    color: #777;
  }
  .header .shopping-cart .cart_list .mini_cart_item .variation dd {
    float: left;
  }
  .header .shopping-cart .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
    position: absolute;
    left: 120px;
    right: 100px;
    bottom: 220px;
    font-size: 1rem;
  }
  .header .shopping-cart .woocommerce-mini-cart__total .amount {
    font-size: 1rem;
  }
  .header .shopping-cart .woocommerce-mini-cart__total > strong {
    color: #888888;
    font-size: 1rem;
    font-weight: normal;
  }
  .header .shopping-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    color: #000;
    font-size: 1.375rem;
  }
  .header .shopping-cart .woocommerce-mini-cart__buttons {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 120px;
    right: 100px;
    bottom: 33px;
  }
  .header .shopping-cart .woocommerce-mini-cart__buttons.wcppec-cart-widget-spb {
    bottom: 0;
  }
  .header .shopping-cart .woocommerce-mini-cart__buttons a.button {
    font-size: 0.9rem;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
    color: #000000;
    border: 2px solid #ffffff !important;
    padding: 12px !important;
    transition: none;
    line-height: inherit;
  }
  .header .shopping-cart .woocommerce-mini-cart__buttons a.button:hover {
    opacity: 1;
    background-color: #000000;
    color: #ffffff;
  }
}
.header .account-cont {
  display: none;
}
@media (min-width: 1200px) {
  .header .account-cont {
    display: block;
    width: 650px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 120px 100px 60px 100px;
    overflow: auto;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  }
  .header .account-cont.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  }
  .header .account-cont.active .canvas-wrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
  }
  .header .account-cont .canvas-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
  }
  .header .account-cont .close-account {
    position: absolute;
    right: 45px;
    top: 45px;
    font-size: 13.5px;
  }
  .header .account-cont .account-wrapper {
    position: relative;
  }
  .header .account-cont .account-wrapper .woocommerce-error li {
    padding: 0 15px;
    font-size: 0.9rem;
  }
}
.header .offcanvas {
  z-index: 102;
}

.header .mobile-logo {
  display: inline-block;
}
@media (min-width: 1200px) {
  .header .mobile-logo {
    display: none;
  }
}
.header .mobile-logo a {
  display: block;
  line-height: 0;
}
.header .mobile-logo img {
  width: auto;
  max-height: 60px;
  max-width: 190px;
}
@media (max-width: 1199.98px) {
  .header .mobile-logo img {
    padding: 10px 0;
  }
}
@media (max-width: 575.98px) {
  .header .mobile-logo img {
    max-width: 110px;
    padding: 10px 0;
  }
}
.header .mobile-logo span {
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header .logo {
    display: inline-block;
  }
  .header .logo img {
    width: 198px;
  }
  .header .logo span {
    font-size: 1.4rem;
    text-transform: uppercase;
  }
}

.shop-categories {
  margin: 32px auto 32px auto;
  order: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .shop-categories {
    margin: 0 auto 64px auto;
    order: initial;
    width: auto;
  }
}
.shop-categories .widgettitle {
  display: none;
}
.shop-categories .shop-list {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .shop-categories .shop-list {
    padding: 0;
  }
}
.shop-categories .shop-list .cat-item {
  display: inline-block;
  padding: 0 6px;
  position: relative;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .shop-categories .shop-list .cat-item {
    margin: 0 0 16px 0;
    padding: 0 16px;
  }
  .shop-categories .shop-list .cat-item:after {
    content: "";
    background-color: #dddddd;
    width: 1px;
    height: 30px;
    transform: rotate(25deg) translateY(-50%);
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
  }
  .shop-categories .shop-list .cat-item:last-child:after {
    display: none;
  }
}
.shop-categories .shop-list .cat-item a {
  font-size: 1rem;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
}
.shop-categories .shop-list .cat-item a:hover {
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  .shop-categories .shop-list .cat-item a {
    position: relative;
    font-size: 1.375rem;
  }
}
.shop-categories .shop-list .cat-item .count {
  color: #888888;
  vertical-align: top;
  font-size: 14px;
  display: none;
}
.shop-categories .shop-list .cat-item.current-cat a {
  background-size: 100% 100%;
}
.shop-categories .shop-list .cat-item.current-cat a:hover {
  background-size: 0 100%;
}
.shop-categories .shop-list .cat-item.current-cat .count {
  display: inline-block;
}
.shop-categories .shop-list .cat-item.current-cat h1 {
  font-size: 0;
  margin-bottom: 0;
}
.shop-categories .shop-list + .widget_layered_nav_filters {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .shop-categories .shop-list + .widget_layered_nav_filters {
    padding: 0;
  }
}
.shop-categories .widget_layered_nav_filters {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.shop-categories .widget_layered_nav_filters ul {
  text-align: center;
}

@media (min-width: 1200px) {
  body.transparent_header header#masthead {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 101;
  }
  body.transparent_header header#masthead .top-bar,
body.transparent_header header#masthead .right-menu-bar {
    z-index: 2;
  }
}

.header .logo {
  text-align: center;
}
.header .logo span.tagline {
  display: none;
}
@media (min-width: 1200px) {
  .header .logo span.tagline {
    display: block;
    font-size: 13px;
  }
}

@keyframes pulsate {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
body.home h2 a svg {
  position: relative;
  top: 10px;
}

.page-footer {
  padding: 0 15px;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  background-image: url(../images/Footer.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  color: white;
}
.page-footer .sub-footer .social-icons {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}
.page-footer .sub-footer .social-icons i {
  margin: 0 12px;
}
.page-footer .sub-footer .copyright {
  color: #fff;
  font-size: 15px;
}
.page-footer .sub-footer .footer-links {
  color: #fff;
}
.page-footer .sub-footer .footer-links li {
  display: block;
  margin: 0.5em 0;
}
.page-footer .sub-footer .footer-links li a {
  margin: 0;
  display: block;
  font-size: 15px;
}
@media (min-width: 576px) {
  .page-footer .sub-footer .footer-links li {
    color: white;
  }
  .page-footer .sub-footer .footer-links li a {
    position: relative;
    display: inline-block;
  }
  .page-footer .sub-footer .footer-links li a:hover {
    border-bottom: 1px solid transparent;
  }
  .page-footer .sub-footer .footer-links li a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #888888;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .page-footer .sub-footer .footer-links li a:hover:after {
    width: 100%;
  }
  .page-footer .sub-footer .copyright {
    text-align: center;
    color: white;
    padding-top: 60px;
  }
  .page-footer .sub-footer .copyright a {
    position: relative;
    display: inline-block;
  }
  .page-footer .sub-footer .copyright a:hover {
    border-bottom: 1px solid transparent;
  }
  .page-footer .sub-footer .copyright a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #888888;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .page-footer .sub-footer .copyright a:hover:after {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-footer .sub-footer {
    text-align: left;
  }
  .page-footer .sub-footer .footer-menu {
    margin: 0;
  }
  .page-footer .sub-footer .social-icons {
    display: inline-block;
    margin-bottom: 0;
  }
  .page-footer .sub-footer .social-icons i {
    margin-right: 24px;
    margin-left: 0;
  }
  .page-footer .sub-footer .footer-links {
    text-align: left;
    padding: 0;
    margin-top: 0;
  }
  .page-footer .sub-footer .footer-links a {
    margin-left: 24px;
    margin-right: 0;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-in-out;
  }
  .page-footer .sub-footer .copyright a {
    border-bottom: 1px solid transparent;
    transition: 0.6s ease-in-out;
  }
}

body.transparent_footer .container-fluid,
body.transparent_footer .single-content {
  padding-bottom: 0;
}
body.transparent_footer .page-footer {
  z-index: 2;
}

body.home [class*=wp-block-],
body.page [class*=wp-block-],
body.single-post [class*=wp-block-],
.widgets-section [class*=wp-block-],
.woocommerce-widgets-wrapper [class*=wp-block-] {
  margin-bottom: 2.5rem;
}
body.home [class*=wp-block-] [class*=wp-block-],
body.page [class*=wp-block-] [class*=wp-block-],
body.single-post [class*=wp-block-] [class*=wp-block-],
.widgets-section [class*=wp-block-] [class*=wp-block-],
.woocommerce-widgets-wrapper [class*=wp-block-] [class*=wp-block-] {
  margin-bottom: 0;
}
body.home [class*=wp-block-].alignfull,
body.page [class*=wp-block-].alignfull,
body.single-post [class*=wp-block-].alignfull,
.widgets-section [class*=wp-block-].alignfull,
.woocommerce-widgets-wrapper [class*=wp-block-].alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1050px) {
  body.home [class*=wp-block-].alignfull,
body.page [class*=wp-block-].alignfull,
body.single-post [class*=wp-block-].alignfull,
.widgets-section [class*=wp-block-].alignfull,
.woocommerce-widgets-wrapper [class*=wp-block-].alignfull {
    width: calc(100vw - 230px);
    margin-left: calc(-50vw + 50% + 115px);
    margin-right: calc(-50vw + 50% + 115px);
  }
}
@media screen and (min-width: 1050px) {
  body.home.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
body.page.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
body.single-post.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
.widgets-section.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
.woocommerce-widgets-wrapper.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
body.home .wp-block-cover.alignleft,
body.home .wp-block-cover.alignright,
body.home .wp-block-image.alignleft,
body.home .wp-block-image.alignright,
body.page .wp-block-cover.alignleft,
body.page .wp-block-cover.alignright,
body.page .wp-block-image.alignleft,
body.page .wp-block-image.alignright,
body.single-post .wp-block-cover.alignleft,
body.single-post .wp-block-cover.alignright,
body.single-post .wp-block-image.alignleft,
body.single-post .wp-block-image.alignright,
.widgets-section .wp-block-cover.alignleft,
.widgets-section .wp-block-cover.alignright,
.widgets-section .wp-block-image.alignleft,
.widgets-section .wp-block-image.alignright,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
.woocommerce-widgets-wrapper .wp-block-cover.alignright,
.woocommerce-widgets-wrapper .wp-block-image.alignleft,
.woocommerce-widgets-wrapper .wp-block-image.alignright {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.home .wp-block-gallery.alignleft,
body.home .wp-block-gallery.alignright,
body.page .wp-block-gallery.alignleft,
body.page .wp-block-gallery.alignright,
body.single-post .wp-block-gallery.alignleft,
body.single-post .wp-block-gallery.alignright,
.widgets-section .wp-block-gallery.alignleft,
.widgets-section .wp-block-gallery.alignright,
.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
.woocommerce-widgets-wrapper .wp-block-gallery.alignright {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
body.home .entry-content > h1,
body.home .entry-content > h3,
body.home .entry-content > h4,
body.home .entry-content > h5,
body.home .entry-content > h6,
body.home .entry-content > hr,
body.home .entry-content > h2,
body.page .entry-content > h1,
body.page .entry-content > h3,
body.page .entry-content > h4,
body.page .entry-content > h5,
body.page .entry-content > h6,
body.page .entry-content > hr,
body.page .entry-content > h2,
body.single-post .entry-content > h1,
body.single-post .entry-content > h3,
body.single-post .entry-content > h4,
body.single-post .entry-content > h5,
body.single-post .entry-content > h6,
body.single-post .entry-content > hr,
body.single-post .entry-content > h2,
.widgets-section .entry-content > h1,
.widgets-section .entry-content > h3,
.widgets-section .entry-content > h4,
.widgets-section .entry-content > h5,
.widgets-section .entry-content > h6,
.widgets-section .entry-content > hr,
.widgets-section .entry-content > h2,
.woocommerce-widgets-wrapper .entry-content > h1,
.woocommerce-widgets-wrapper .entry-content > h3,
.woocommerce-widgets-wrapper .entry-content > h4,
.woocommerce-widgets-wrapper .entry-content > h5,
.woocommerce-widgets-wrapper .entry-content > h6,
.woocommerce-widgets-wrapper .entry-content > hr,
.woocommerce-widgets-wrapper .entry-content > h2 {
  margin-top: 2.5rem;
}
body.home .entry-content > p,
body.page .entry-content > p,
body.single-post .entry-content > p,
.widgets-section .entry-content > p,
.woocommerce-widgets-wrapper .entry-content > p {
  margin-bottom: 1rem;
}
body.home .entry-content > p + *:not(p),
body.page .entry-content > p + *:not(p),
body.single-post .entry-content > p + *:not(p),
.widgets-section .entry-content > p + *:not(p),
.woocommerce-widgets-wrapper .entry-content > p + *:not(p) {
  margin-top: 2.5rem;
}
body.home .entry-content > hr,
body.page .entry-content > hr,
body.single-post .entry-content > hr,
.widgets-section .entry-content > hr,
.woocommerce-widgets-wrapper .entry-content > hr {
  margin-bottom: 2.5rem;
}
body.home .entry-content .wp-block-gallery + h1,
body.home .entry-content .wp-block-gallery + h2,
body.home .entry-content .wp-block-gallery + h3,
body.home .entry-content .wp-block-gallery + h4,
body.home .entry-content .wp-block-gallery + h5,
body.home .entry-content .wp-block-gallery + h6,
body.home .entry-content .wp-block-gallery + hr,
body.page .entry-content .wp-block-gallery + h1,
body.page .entry-content .wp-block-gallery + h2,
body.page .entry-content .wp-block-gallery + h3,
body.page .entry-content .wp-block-gallery + h4,
body.page .entry-content .wp-block-gallery + h5,
body.page .entry-content .wp-block-gallery + h6,
body.page .entry-content .wp-block-gallery + hr,
body.single-post .entry-content .wp-block-gallery + h1,
body.single-post .entry-content .wp-block-gallery + h2,
body.single-post .entry-content .wp-block-gallery + h3,
body.single-post .entry-content .wp-block-gallery + h4,
body.single-post .entry-content .wp-block-gallery + h5,
body.single-post .entry-content .wp-block-gallery + h6,
body.single-post .entry-content .wp-block-gallery + hr,
.widgets-section .entry-content .wp-block-gallery + h1,
.widgets-section .entry-content .wp-block-gallery + h2,
.widgets-section .entry-content .wp-block-gallery + h3,
.widgets-section .entry-content .wp-block-gallery + h4,
.widgets-section .entry-content .wp-block-gallery + h5,
.widgets-section .entry-content .wp-block-gallery + h6,
.widgets-section .entry-content .wp-block-gallery + hr,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery + h1,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery + h2,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery + h3,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery + h4,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery + h5,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery + h6,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery + hr {
  margin-top: 1.75rem;
}
body.home .wp-block-cover a,
body.home .wp-block-gallery a,
body.home .wp-block-image figure a,
body.page .wp-block-cover a,
body.page .wp-block-gallery a,
body.page .wp-block-image figure a,
body.single-post .wp-block-cover a,
body.single-post .wp-block-gallery a,
body.single-post .wp-block-image figure a,
.widgets-section .wp-block-cover a,
.widgets-section .wp-block-gallery a,
.widgets-section .wp-block-image figure a,
.woocommerce-widgets-wrapper .wp-block-cover a,
.woocommerce-widgets-wrapper .wp-block-gallery a,
.woocommerce-widgets-wrapper .wp-block-image figure a {
  background-image: unset !important;
  text-decoration: underline;
}
body.home .wp-block-cover.alignright,
body.home .wp-block-gallery.alignright,
body.home .wp-block-image figure.alignright,
body.page .wp-block-cover.alignright,
body.page .wp-block-gallery.alignright,
body.page .wp-block-image figure.alignright,
body.single-post .wp-block-cover.alignright,
body.single-post .wp-block-gallery.alignright,
body.single-post .wp-block-image figure.alignright,
.widgets-section .wp-block-cover.alignright,
.widgets-section .wp-block-gallery.alignright,
.widgets-section .wp-block-image figure.alignright,
.woocommerce-widgets-wrapper .wp-block-cover.alignright,
.woocommerce-widgets-wrapper .wp-block-gallery.alignright,
.woocommerce-widgets-wrapper .wp-block-image figure.alignright {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}
body.home .wp-block-cover.alignleft,
body.home .wp-block-gallery.alignleft,
body.home .wp-block-image figure.alignleft,
body.page .wp-block-cover.alignleft,
body.page .wp-block-gallery.alignleft,
body.page .wp-block-image figure.alignleft,
body.single-post .wp-block-cover.alignleft,
body.single-post .wp-block-gallery.alignleft,
body.single-post .wp-block-image figure.alignleft,
.widgets-section .wp-block-cover.alignleft,
.widgets-section .wp-block-gallery.alignleft,
.widgets-section .wp-block-image figure.alignleft,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
.woocommerce-widgets-wrapper .wp-block-image figure.alignleft {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  body.home .wp-block-cover.alignleft, body.home .wp-block-cover.alignright,
body.home .wp-block-gallery.alignleft,
body.home .wp-block-gallery.alignright,
body.home .wp-block-image figure.alignleft,
body.home .wp-block-image figure.alignright,
body.page .wp-block-cover.alignleft,
body.page .wp-block-cover.alignright,
body.page .wp-block-gallery.alignleft,
body.page .wp-block-gallery.alignright,
body.page .wp-block-image figure.alignleft,
body.page .wp-block-image figure.alignright,
body.single-post .wp-block-cover.alignleft,
body.single-post .wp-block-cover.alignright,
body.single-post .wp-block-gallery.alignleft,
body.single-post .wp-block-gallery.alignright,
body.single-post .wp-block-image figure.alignleft,
body.single-post .wp-block-image figure.alignright,
.widgets-section .wp-block-cover.alignleft,
.widgets-section .wp-block-cover.alignright,
.widgets-section .wp-block-gallery.alignleft,
.widgets-section .wp-block-gallery.alignright,
.widgets-section .wp-block-image figure.alignleft,
.widgets-section .wp-block-image figure.alignright,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
.woocommerce-widgets-wrapper .wp-block-cover.alignright,
.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
.woocommerce-widgets-wrapper .wp-block-gallery.alignright,
.woocommerce-widgets-wrapper .wp-block-image figure.alignleft,
.woocommerce-widgets-wrapper .wp-block-image figure.alignright {
    width: 50%;
  }
  body.home .wp-block-cover.alignright,
body.home .wp-block-gallery.alignright,
body.home .wp-block-image figure.alignright,
body.page .wp-block-cover.alignright,
body.page .wp-block-gallery.alignright,
body.page .wp-block-image figure.alignright,
body.single-post .wp-block-cover.alignright,
body.single-post .wp-block-gallery.alignright,
body.single-post .wp-block-image figure.alignright,
.widgets-section .wp-block-cover.alignright,
.widgets-section .wp-block-gallery.alignright,
.widgets-section .wp-block-image figure.alignright,
.woocommerce-widgets-wrapper .wp-block-cover.alignright,
.woocommerce-widgets-wrapper .wp-block-gallery.alignright,
.woocommerce-widgets-wrapper .wp-block-image figure.alignright {
    margin-left: 1em;
  }
  body.home .wp-block-cover.alignleft,
body.home .wp-block-gallery.alignleft,
body.home .wp-block-image figure.alignleft,
body.page .wp-block-cover.alignleft,
body.page .wp-block-gallery.alignleft,
body.page .wp-block-image figure.alignleft,
body.single-post .wp-block-cover.alignleft,
body.single-post .wp-block-gallery.alignleft,
body.single-post .wp-block-image figure.alignleft,
.widgets-section .wp-block-cover.alignleft,
.widgets-section .wp-block-gallery.alignleft,
.widgets-section .wp-block-image figure.alignleft,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
.woocommerce-widgets-wrapper .wp-block-image figure.alignleft {
    margin-right: 1em;
  }
}
body.home .wp-block-site-logo,
body.page .wp-block-site-logo,
body.single-post .wp-block-site-logo,
.widgets-section .wp-block-site-logo,
.woocommerce-widgets-wrapper .wp-block-site-logo {
  text-align: center;
}
body.home .wp-block-site-logo.aligncenter,
body.page .wp-block-site-logo.aligncenter,
body.single-post .wp-block-site-logo.aligncenter,
.widgets-section .wp-block-site-logo.aligncenter,
.woocommerce-widgets-wrapper .wp-block-site-logo.aligncenter {
  text-align: center;
}
body.home .wp-block-site-logo a,
body.page .wp-block-site-logo a,
body.single-post .wp-block-site-logo a,
.widgets-section .wp-block-site-logo a,
.woocommerce-widgets-wrapper .wp-block-site-logo a {
  background-image: none !important;
}
body.home .wp-block-query ul li .wp-block-post-featured-image,
body.page .wp-block-query ul li .wp-block-post-featured-image,
body.single-post .wp-block-query ul li .wp-block-post-featured-image,
.widgets-section .wp-block-query ul li .wp-block-post-featured-image,
.woocommerce-widgets-wrapper .wp-block-query ul li .wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
body.home .wp-block-query ul li .wp-block-post-featured-image a,
body.page .wp-block-query ul li .wp-block-post-featured-image a,
body.single-post .wp-block-query ul li .wp-block-post-featured-image a,
.widgets-section .wp-block-query ul li .wp-block-post-featured-image a,
.woocommerce-widgets-wrapper .wp-block-query ul li .wp-block-post-featured-image a {
  background-image: none !important;
  display: block;
}
body.home .wp-block-file,
body.page .wp-block-file,
body.single-post .wp-block-file,
.widgets-section .wp-block-file,
.woocommerce-widgets-wrapper .wp-block-file {
  position: relative;
}
body.home .wp-block-file .wp-block-file__button,
body.page .wp-block-file .wp-block-file__button,
body.single-post .wp-block-file .wp-block-file__button,
.widgets-section .wp-block-file .wp-block-file__button,
.woocommerce-widgets-wrapper .wp-block-file .wp-block-file__button {
  background-image: none;
  padding: 8px 25px;
  margin-bottom: 0;
  float: right;
}
body.home .wp-block-image,
body.page .wp-block-image,
body.single-post .wp-block-image,
.widgets-section .wp-block-image,
.woocommerce-widgets-wrapper .wp-block-image {
  margin-bottom: 1.5em;
  position: relative;
  max-width: none;
  width: 100vw;
}
body.home .wp-block-image img,
body.page .wp-block-image img,
body.single-post .wp-block-image img,
.widgets-section .wp-block-image img,
.woocommerce-widgets-wrapper .wp-block-image img {
  width: 100%;
}
body.home .wp-block-image figcaption,
body.page .wp-block-image figcaption,
body.single-post .wp-block-image figcaption,
.widgets-section .wp-block-image figcaption,
.woocommerce-widgets-wrapper .wp-block-image figcaption {
  padding: 0 15px;
}
body.home .wp-block-code,
body.home .wp-block-preformatted,
body.page .wp-block-code,
body.page .wp-block-preformatted,
body.single-post .wp-block-code,
body.single-post .wp-block-preformatted,
.widgets-section .wp-block-code,
.widgets-section .wp-block-preformatted,
.woocommerce-widgets-wrapper .wp-block-code,
.woocommerce-widgets-wrapper .wp-block-preformatted {
  font-size: 0.9rem;
  font-family: Menlo, Consolas, monaco, monospace;
}
body.home .wp-block-code code,
body.home .wp-block-preformatted code,
body.page .wp-block-code code,
body.page .wp-block-preformatted code,
body.single-post .wp-block-code code,
body.single-post .wp-block-preformatted code,
.widgets-section .wp-block-code code,
.widgets-section .wp-block-preformatted code,
.woocommerce-widgets-wrapper .wp-block-code code,
.woocommerce-widgets-wrapper .wp-block-preformatted code {
  background: transparent;
}
body.home .wp-block-column,
body.page .wp-block-column,
body.single-post .wp-block-column,
.widgets-section .wp-block-column,
.woocommerce-widgets-wrapper .wp-block-column {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  body.home .wp-block-column,
body.page .wp-block-column,
body.single-post .wp-block-column,
.widgets-section .wp-block-column,
.woocommerce-widgets-wrapper .wp-block-column {
    flex-basis: 100%;
    margin: 0 !important;
  }
}
@media screen and (min-width: 600px) {
  body.home .wp-block-column:last-child,
body.page .wp-block-column:last-child,
body.single-post .wp-block-column:last-child,
.widgets-section .wp-block-column:last-child,
.woocommerce-widgets-wrapper .wp-block-column:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.home .wp-block-columns,
body.page .wp-block-columns,
body.single-post .wp-block-columns,
.widgets-section .wp-block-columns,
.woocommerce-widgets-wrapper .wp-block-columns {
    flex-direction: column;
  }
}
body.home .wp-block-pullquote,
body.home .wp-block-quote,
body.page .wp-block-pullquote,
body.page .wp-block-quote,
body.single-post .wp-block-pullquote,
body.single-post .wp-block-quote,
.widgets-section .wp-block-pullquote,
.widgets-section .wp-block-quote,
.woocommerce-widgets-wrapper .wp-block-pullquote,
.woocommerce-widgets-wrapper .wp-block-quote {
  text-align: left;
}
body.home .wp-block-pullquote:before,
body.home .wp-block-quote:before,
body.page .wp-block-pullquote:before,
body.page .wp-block-quote:before,
body.single-post .wp-block-pullquote:before,
body.single-post .wp-block-quote:before,
.widgets-section .wp-block-pullquote:before,
.widgets-section .wp-block-quote:before,
.woocommerce-widgets-wrapper .wp-block-pullquote:before,
.woocommerce-widgets-wrapper .wp-block-quote:before {
  content: none;
}
body.home .wp-block-pullquote blockquote,
body.home .wp-block-quote blockquote,
body.page .wp-block-pullquote blockquote,
body.page .wp-block-quote blockquote,
body.single-post .wp-block-pullquote blockquote,
body.single-post .wp-block-quote blockquote,
.widgets-section .wp-block-pullquote blockquote,
.widgets-section .wp-block-quote blockquote,
.woocommerce-widgets-wrapper .wp-block-pullquote blockquote,
.woocommerce-widgets-wrapper .wp-block-quote blockquote {
  margin-bottom: 0;
}
body.home .wp-block-pullquote blockquote:before,
body.home .wp-block-quote blockquote:before,
body.page .wp-block-pullquote blockquote:before,
body.page .wp-block-quote blockquote:before,
body.single-post .wp-block-pullquote blockquote:before,
body.single-post .wp-block-quote blockquote:before,
.widgets-section .wp-block-pullquote blockquote:before,
.widgets-section .wp-block-quote blockquote:before,
.woocommerce-widgets-wrapper .wp-block-pullquote blockquote:before,
.woocommerce-widgets-wrapper .wp-block-quote blockquote:before {
  content: none;
}
body.home .wp-block-pullquote p,
body.home .wp-block-quote p,
body.page .wp-block-pullquote p,
body.page .wp-block-quote p,
body.single-post .wp-block-pullquote p,
body.single-post .wp-block-quote p,
.widgets-section .wp-block-pullquote p,
.widgets-section .wp-block-quote p,
.woocommerce-widgets-wrapper .wp-block-pullquote p,
.woocommerce-widgets-wrapper .wp-block-quote p {
  font-size: 1.15rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  color: inherit;
}
body.home .wp-block-pullquote cite,
body.home .wp-block-quote cite,
body.page .wp-block-pullquote cite,
body.page .wp-block-quote cite,
body.single-post .wp-block-pullquote cite,
body.single-post .wp-block-quote cite,
.widgets-section .wp-block-pullquote cite,
.widgets-section .wp-block-quote cite,
.woocommerce-widgets-wrapper .wp-block-pullquote cite,
.woocommerce-widgets-wrapper .wp-block-quote cite {
  font-size: 1rem;
  text-transform: none;
  color: inherit;
  opacity: 0.5;
}
body.home .wp-block-pullquote.is-style-large p,
body.home .wp-block-quote.is-style-large p,
body.page .wp-block-pullquote.is-style-large p,
body.page .wp-block-quote.is-style-large p,
body.single-post .wp-block-pullquote.is-style-large p,
body.single-post .wp-block-quote.is-style-large p,
.widgets-section .wp-block-pullquote.is-style-large p,
.widgets-section .wp-block-quote.is-style-large p,
.woocommerce-widgets-wrapper .wp-block-pullquote.is-style-large p,
.woocommerce-widgets-wrapper .wp-block-quote.is-style-large p {
  font-size: 1.375rem;
}
body.home .wp-block-pullquote.alignleft,
body.home .wp-block-quote.alignleft,
body.page .wp-block-pullquote.alignleft,
body.page .wp-block-quote.alignleft,
body.single-post .wp-block-pullquote.alignleft,
body.single-post .wp-block-quote.alignleft,
.widgets-section .wp-block-pullquote.alignleft,
.widgets-section .wp-block-quote.alignleft,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignleft,
.woocommerce-widgets-wrapper .wp-block-quote.alignleft {
  max-width: none;
}
body.home .wp-block-pullquote.alignleft blockquote,
body.home .wp-block-quote.alignleft blockquote,
body.page .wp-block-pullquote.alignleft blockquote,
body.page .wp-block-quote.alignleft blockquote,
body.single-post .wp-block-pullquote.alignleft blockquote,
body.single-post .wp-block-quote.alignleft blockquote,
.widgets-section .wp-block-pullquote.alignleft blockquote,
.widgets-section .wp-block-quote.alignleft blockquote,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignleft blockquote,
.woocommerce-widgets-wrapper .wp-block-quote.alignleft blockquote {
  text-align: left;
}
body.home .wp-block-pullquote.alignright,
body.home .wp-block-quote.alignright,
body.page .wp-block-pullquote.alignright,
body.page .wp-block-quote.alignright,
body.single-post .wp-block-pullquote.alignright,
body.single-post .wp-block-quote.alignright,
.widgets-section .wp-block-pullquote.alignright,
.widgets-section .wp-block-quote.alignright,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignright,
.woocommerce-widgets-wrapper .wp-block-quote.alignright {
  max-width: none;
}
body.home .wp-block-pullquote.alignright blockquote,
body.home .wp-block-quote.alignright blockquote,
body.page .wp-block-pullquote.alignright blockquote,
body.page .wp-block-quote.alignright blockquote,
body.single-post .wp-block-pullquote.alignright blockquote,
body.single-post .wp-block-quote.alignright blockquote,
.widgets-section .wp-block-pullquote.alignright blockquote,
.widgets-section .wp-block-quote.alignright blockquote,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignright blockquote,
.woocommerce-widgets-wrapper .wp-block-quote.alignright blockquote {
  text-align: right;
}
body.home .wp-block-buttons .wp-block-button,
body.page .wp-block-buttons .wp-block-button,
body.single-post .wp-block-buttons .wp-block-button,
.widgets-section .wp-block-buttons .wp-block-button,
.woocommerce-widgets-wrapper .wp-block-buttons .wp-block-button {
  margin-top: 0;
  margin-left: 1em;
  margin-right: 1em;
}
body.home .wp-block-button,
body.page .wp-block-button,
body.single-post .wp-block-button,
.widgets-section .wp-block-button,
.woocommerce-widgets-wrapper .wp-block-button {
  margin-top: 2.5rem;
  text-align: center;
}
body.home .wp-block-button.aligncenter,
body.page .wp-block-button.aligncenter,
body.single-post .wp-block-button.aligncenter,
.widgets-section .wp-block-button.aligncenter,
.woocommerce-widgets-wrapper .wp-block-button.aligncenter {
  text-align: center;
}
body.home .wp-block-button.alignleft, body.home .wp-block-button.alignright,
body.page .wp-block-button.alignleft,
body.page .wp-block-button.alignright,
body.single-post .wp-block-button.alignleft,
body.single-post .wp-block-button.alignright,
.widgets-section .wp-block-button.alignleft,
.widgets-section .wp-block-button.alignright,
.woocommerce-widgets-wrapper .wp-block-button.alignleft,
.woocommerce-widgets-wrapper .wp-block-button.alignright {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.home .wp-block-button .wp-block-button__link,
body.page .wp-block-button .wp-block-button__link,
body.single-post .wp-block-button .wp-block-button__link,
.widgets-section .wp-block-button .wp-block-button__link,
.woocommerce-widgets-wrapper .wp-block-button .wp-block-button__link {
  font-size: 1rem;
}
body.home .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
body.page .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
body.single-post .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
.widgets-section .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
.woocommerce-widgets-wrapper .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link {
  background-image: none;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.8;
}
body.home .wp-block-button.is-style-squared .wp-block-button__link:hover,
body.page .wp-block-button.is-style-squared .wp-block-button__link:hover,
body.single-post .wp-block-button.is-style-squared .wp-block-button__link:hover,
.widgets-section .wp-block-button.is-style-squared .wp-block-button__link:hover,
.woocommerce-widgets-wrapper .wp-block-button.is-style-squared .wp-block-button__link:hover {
  opacity: 0.8;
}
body.home .wp-block-button.is-style-outline .wp-block-button__link,
body.page .wp-block-button.is-style-outline .wp-block-button__link,
body.single-post .wp-block-button.is-style-outline .wp-block-button__link,
.widgets-section .wp-block-button.is-style-outline .wp-block-button__link,
.woocommerce-widgets-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid currentcolor;
}
body.home .wp-block-button.is-style-outline .wp-block-button__link:hover,
body.page .wp-block-button.is-style-outline .wp-block-button__link:hover,
body.single-post .wp-block-button.is-style-outline .wp-block-button__link:hover,
.widgets-section .wp-block-button.is-style-outline .wp-block-button__link:hover,
.woocommerce-widgets-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-size: 0 100%;
}
body.home .wp-block-cover,
body.page .wp-block-cover,
body.single-post .wp-block-cover,
.widgets-section .wp-block-cover,
.woocommerce-widgets-wrapper .wp-block-cover {
  display: flex;
  -ms-overflow-style: none;
  padding: 2.5rem 25px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
@media all and (min-width: 1024px) {
  body.home .wp-block-cover,
body.page .wp-block-cover,
body.single-post .wp-block-cover,
.widgets-section .wp-block-cover,
.woocommerce-widgets-wrapper .wp-block-cover {
    padding: 2.5rem;
  }
}
body.home .wp-block-cover::-webkit-scrollbar,
body.page .wp-block-cover::-webkit-scrollbar,
body.single-post .wp-block-cover::-webkit-scrollbar,
.widgets-section .wp-block-cover::-webkit-scrollbar,
.woocommerce-widgets-wrapper .wp-block-cover::-webkit-scrollbar {
  display: none;
}
body.home .wp-block-cover.alignfull, body.home .wp-block-cover.alignwide,
body.page .wp-block-cover.alignfull,
body.page .wp-block-cover.alignwide,
body.single-post .wp-block-cover.alignfull,
body.single-post .wp-block-cover.alignwide,
.widgets-section .wp-block-cover.alignfull,
.widgets-section .wp-block-cover.alignwide,
.woocommerce-widgets-wrapper .wp-block-cover.alignfull,
.woocommerce-widgets-wrapper .wp-block-cover.alignwide {
  padding: 2.5rem 25px;
  width: auto;
}
@media all and (min-width: 1024px) {
  body.home .wp-block-cover.alignfull, body.home .wp-block-cover.alignwide,
body.page .wp-block-cover.alignfull,
body.page .wp-block-cover.alignwide,
body.single-post .wp-block-cover.alignfull,
body.single-post .wp-block-cover.alignwide,
.widgets-section .wp-block-cover.alignfull,
.widgets-section .wp-block-cover.alignwide,
.woocommerce-widgets-wrapper .wp-block-cover.alignfull,
.woocommerce-widgets-wrapper .wp-block-cover.alignwide {
    padding: 5rem;
  }
}
body.home .wp-block-cover.has-parallax,
body.page .wp-block-cover.has-parallax,
body.single-post .wp-block-cover.has-parallax,
.widgets-section .wp-block-cover.has-parallax,
.woocommerce-widgets-wrapper .wp-block-cover.has-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home .wp-block-cover .wp-block-cover__inner-container,
body.page .wp-block-cover .wp-block-cover__inner-container,
body.single-post .wp-block-cover .wp-block-cover__inner-container,
.widgets-section .wp-block-cover .wp-block-cover__inner-container,
.woocommerce-widgets-wrapper .wp-block-cover .wp-block-cover__inner-container {
  max-width: 820px;
}
body.home .wp-block-cover .wp-block-cover-text,
body.page .wp-block-cover .wp-block-cover-text,
body.single-post .wp-block-cover .wp-block-cover-text,
.widgets-section .wp-block-cover .wp-block-cover-text,
.woocommerce-widgets-wrapper .wp-block-cover .wp-block-cover-text {
  font-size: 1.375rem;
  line-height: 2;
  color: #FFF;
  margin: 0 10%;
}
body.home .wp-block-cover.alignleft p,
body.page .wp-block-cover.alignleft p,
body.single-post .wp-block-cover.alignleft p,
.widgets-section .wp-block-cover.alignleft p,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft p {
  text-align: left;
}
body.home .wp-block-cover.alignright p,
body.page .wp-block-cover.alignright p,
body.single-post .wp-block-cover.alignright p,
.widgets-section .wp-block-cover.alignright p,
.woocommerce-widgets-wrapper .wp-block-cover.alignright p {
  text-align: right;
}
body.home .wp-block-group .wp-block-group__inner-container > [class*=wp-block-],
body.home .wp-block-group .wp-block-group__inner-container > *,
body.page .wp-block-group .wp-block-group__inner-container > [class*=wp-block-],
body.page .wp-block-group .wp-block-group__inner-container > *,
body.single-post .wp-block-group .wp-block-group__inner-container > [class*=wp-block-],
body.single-post .wp-block-group .wp-block-group__inner-container > *,
.widgets-section .wp-block-group .wp-block-group__inner-container > [class*=wp-block-],
.widgets-section .wp-block-group .wp-block-group__inner-container > *,
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container > [class*=wp-block-],
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container > * {
  margin-bottom: 2.5rem;
}
body.home .wp-block-group .wp-block-group__inner-container > [class*=wp-block-]:not(.alignwide):not(.alignfull),
body.home .wp-block-group .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull),
body.page .wp-block-group .wp-block-group__inner-container > [class*=wp-block-]:not(.alignwide):not(.alignfull),
body.page .wp-block-group .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull),
body.single-post .wp-block-group .wp-block-group__inner-container > [class*=wp-block-]:not(.alignwide):not(.alignfull),
body.single-post .wp-block-group .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull),
.widgets-section .wp-block-group .wp-block-group__inner-container > [class*=wp-block-]:not(.alignwide):not(.alignfull),
.widgets-section .wp-block-group .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull),
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container > [class*=wp-block-]:not(.alignwide):not(.alignfull),
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}
body.home .wp-block-table.is-style-stripes,
body.page .wp-block-table.is-style-stripes,
body.single-post .wp-block-table.is-style-stripes,
.widgets-section .wp-block-table.is-style-stripes,
.woocommerce-widgets-wrapper .wp-block-table.is-style-stripes {
  border-bottom: 0;
}
body.home .wp-block-gallery,
body.page .wp-block-gallery,
body.single-post .wp-block-gallery,
.widgets-section .wp-block-gallery,
.woocommerce-widgets-wrapper .wp-block-gallery {
  display: flex;
  margin-bottom: 1.75rem;
}
body.home .wp-block-gallery .blocks-gallery-image figcaption,
body.home .wp-block-gallery .blocks-gallery-item figcaption,
body.page .wp-block-gallery .blocks-gallery-image figcaption,
body.page .wp-block-gallery .blocks-gallery-item figcaption,
body.single-post .wp-block-gallery .blocks-gallery-image figcaption,
body.single-post .wp-block-gallery .blocks-gallery-item figcaption,
.widgets-section .wp-block-gallery .blocks-gallery-image figcaption,
.widgets-section .wp-block-gallery .blocks-gallery-item figcaption,
.woocommerce-widgets-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.woocommerce-widgets-wrapper .wp-block-gallery .blocks-gallery-item figcaption {
  margin-top: 0;
}
body.home .wp-block-gallery .blocks-gallery-image,
body.page .wp-block-gallery .blocks-gallery-image,
body.single-post .wp-block-gallery .blocks-gallery-image,
.widgets-section .wp-block-gallery .blocks-gallery-image,
.woocommerce-widgets-wrapper .wp-block-gallery .blocks-gallery-image {
  margin-bottom: 0;
}
body.home .wp-block-embed .responsive-embed,
body.page .wp-block-embed .responsive-embed,
body.single-post .wp-block-embed .responsive-embed,
.widgets-section .wp-block-embed .responsive-embed,
.woocommerce-widgets-wrapper .wp-block-embed .responsive-embed {
  padding-bottom: 0;
  position: initial;
  margin-bottom: 0;
}
body.home .wp-block-embed twitter-widget,
body.page .wp-block-embed twitter-widget,
body.single-post .wp-block-embed twitter-widget,
.widgets-section .wp-block-embed twitter-widget,
.woocommerce-widgets-wrapper .wp-block-embed twitter-widget {
  margin-left: auto;
  margin-right: auto;
}
body.home .wp-block-media-text .wp-block-media-text__content,
body.home .wp-block-media-text .wp-block-media-text__media,
body.page .wp-block-media-text .wp-block-media-text__content,
body.page .wp-block-media-text .wp-block-media-text__media,
body.single-post .wp-block-media-text .wp-block-media-text__content,
body.single-post .wp-block-media-text .wp-block-media-text__media,
.widgets-section .wp-block-media-text .wp-block-media-text__content,
.widgets-section .wp-block-media-text .wp-block-media-text__media,
.woocommerce-widgets-wrapper .wp-block-media-text .wp-block-media-text__content,
.woocommerce-widgets-wrapper .wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 0;
}
@media all and (max-width: 600px) {
  body.home .wp-block-media-text .wp-block-media-text__content,
body.page .wp-block-media-text .wp-block-media-text__content,
body.single-post .wp-block-media-text .wp-block-media-text__content,
.widgets-section .wp-block-media-text .wp-block-media-text__content,
.woocommerce-widgets-wrapper .wp-block-media-text .wp-block-media-text__content {
    margin-top: 24px;
  }
}
body.home .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
body.page .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
body.single-post .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
.widgets-section .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
.woocommerce-widgets-wrapper .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding: 0 108px 0 8%;
}
body.home .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
body.page .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
body.single-post .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
.widgets-section .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
.woocommerce-widgets-wrapper .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 108px;
}
body.home .wp-block-archives li,
body.home .wp-block-archives li.wp-block-pages-list__item,
body.home .wp-block-categories li,
body.home .wp-block-categories li.wp-block-pages-list__item,
body.home .wp-block-latest-posts li,
body.home .wp-block-latest-posts li.wp-block-pages-list__item,
body.home ul.wp-block-page-list li,
body.home ul.wp-block-page-list li.wp-block-pages-list__item,
body.home .wc-block-product-categories li,
body.home .wc-block-product-categories li.wp-block-pages-list__item,
body.page .wp-block-archives li,
body.page .wp-block-archives li.wp-block-pages-list__item,
body.page .wp-block-categories li,
body.page .wp-block-categories li.wp-block-pages-list__item,
body.page .wp-block-latest-posts li,
body.page .wp-block-latest-posts li.wp-block-pages-list__item,
body.page ul.wp-block-page-list li,
body.page ul.wp-block-page-list li.wp-block-pages-list__item,
body.page .wc-block-product-categories li,
body.page .wc-block-product-categories li.wp-block-pages-list__item,
body.single-post .wp-block-archives li,
body.single-post .wp-block-archives li.wp-block-pages-list__item,
body.single-post .wp-block-categories li,
body.single-post .wp-block-categories li.wp-block-pages-list__item,
body.single-post .wp-block-latest-posts li,
body.single-post .wp-block-latest-posts li.wp-block-pages-list__item,
body.single-post ul.wp-block-page-list li,
body.single-post ul.wp-block-page-list li.wp-block-pages-list__item,
body.single-post .wc-block-product-categories li,
body.single-post .wc-block-product-categories li.wp-block-pages-list__item,
.widgets-section .wp-block-archives li,
.widgets-section .wp-block-archives li.wp-block-pages-list__item,
.widgets-section .wp-block-categories li,
.widgets-section .wp-block-categories li.wp-block-pages-list__item,
.widgets-section .wp-block-latest-posts li,
.widgets-section .wp-block-latest-posts li.wp-block-pages-list__item,
.widgets-section ul.wp-block-page-list li,
.widgets-section ul.wp-block-page-list li.wp-block-pages-list__item,
.widgets-section .wc-block-product-categories li,
.widgets-section .wc-block-product-categories li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wp-block-archives li,
.woocommerce-widgets-wrapper .wp-block-archives li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wp-block-categories li,
.woocommerce-widgets-wrapper .wp-block-categories li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wp-block-latest-posts li,
.woocommerce-widgets-wrapper .wp-block-latest-posts li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper ul.wp-block-page-list li,
.woocommerce-widgets-wrapper ul.wp-block-page-list li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wc-block-product-categories li,
.woocommerce-widgets-wrapper .wc-block-product-categories li.wp-block-pages-list__item {
  list-style-type: none;
  margin-bottom: 16px;
}
body.home .wp-block-archives ul.wc-block-product-categories-list,
body.home .wp-block-archives ul.children,
body.home .wp-block-archives ul.submenu-container,
body.home .wp-block-categories ul.wc-block-product-categories-list,
body.home .wp-block-categories ul.children,
body.home .wp-block-categories ul.submenu-container,
body.home .wp-block-latest-posts ul.wc-block-product-categories-list,
body.home .wp-block-latest-posts ul.children,
body.home .wp-block-latest-posts ul.submenu-container,
body.home ul.wp-block-page-list ul.wc-block-product-categories-list,
body.home ul.wp-block-page-list ul.children,
body.home ul.wp-block-page-list ul.submenu-container,
body.home .wc-block-product-categories ul.wc-block-product-categories-list,
body.home .wc-block-product-categories ul.children,
body.home .wc-block-product-categories ul.submenu-container,
body.page .wp-block-archives ul.wc-block-product-categories-list,
body.page .wp-block-archives ul.children,
body.page .wp-block-archives ul.submenu-container,
body.page .wp-block-categories ul.wc-block-product-categories-list,
body.page .wp-block-categories ul.children,
body.page .wp-block-categories ul.submenu-container,
body.page .wp-block-latest-posts ul.wc-block-product-categories-list,
body.page .wp-block-latest-posts ul.children,
body.page .wp-block-latest-posts ul.submenu-container,
body.page ul.wp-block-page-list ul.wc-block-product-categories-list,
body.page ul.wp-block-page-list ul.children,
body.page ul.wp-block-page-list ul.submenu-container,
body.page .wc-block-product-categories ul.wc-block-product-categories-list,
body.page .wc-block-product-categories ul.children,
body.page .wc-block-product-categories ul.submenu-container,
body.single-post .wp-block-archives ul.wc-block-product-categories-list,
body.single-post .wp-block-archives ul.children,
body.single-post .wp-block-archives ul.submenu-container,
body.single-post .wp-block-categories ul.wc-block-product-categories-list,
body.single-post .wp-block-categories ul.children,
body.single-post .wp-block-categories ul.submenu-container,
body.single-post .wp-block-latest-posts ul.wc-block-product-categories-list,
body.single-post .wp-block-latest-posts ul.children,
body.single-post .wp-block-latest-posts ul.submenu-container,
body.single-post ul.wp-block-page-list ul.wc-block-product-categories-list,
body.single-post ul.wp-block-page-list ul.children,
body.single-post ul.wp-block-page-list ul.submenu-container,
body.single-post .wc-block-product-categories ul.wc-block-product-categories-list,
body.single-post .wc-block-product-categories ul.children,
body.single-post .wc-block-product-categories ul.submenu-container,
.widgets-section .wp-block-archives ul.wc-block-product-categories-list,
.widgets-section .wp-block-archives ul.children,
.widgets-section .wp-block-archives ul.submenu-container,
.widgets-section .wp-block-categories ul.wc-block-product-categories-list,
.widgets-section .wp-block-categories ul.children,
.widgets-section .wp-block-categories ul.submenu-container,
.widgets-section .wp-block-latest-posts ul.wc-block-product-categories-list,
.widgets-section .wp-block-latest-posts ul.children,
.widgets-section .wp-block-latest-posts ul.submenu-container,
.widgets-section ul.wp-block-page-list ul.wc-block-product-categories-list,
.widgets-section ul.wp-block-page-list ul.children,
.widgets-section ul.wp-block-page-list ul.submenu-container,
.widgets-section .wc-block-product-categories ul.wc-block-product-categories-list,
.widgets-section .wc-block-product-categories ul.children,
.widgets-section .wc-block-product-categories ul.submenu-container,
.woocommerce-widgets-wrapper .wp-block-archives ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wp-block-archives ul.children,
.woocommerce-widgets-wrapper .wp-block-archives ul.submenu-container,
.woocommerce-widgets-wrapper .wp-block-categories ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wp-block-categories ul.children,
.woocommerce-widgets-wrapper .wp-block-categories ul.submenu-container,
.woocommerce-widgets-wrapper .wp-block-latest-posts ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wp-block-latest-posts ul.children,
.woocommerce-widgets-wrapper .wp-block-latest-posts ul.submenu-container,
.woocommerce-widgets-wrapper ul.wp-block-page-list ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper ul.wp-block-page-list ul.children,
.woocommerce-widgets-wrapper ul.wp-block-page-list ul.submenu-container,
.woocommerce-widgets-wrapper .wc-block-product-categories ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wc-block-product-categories ul.children,
.woocommerce-widgets-wrapper .wc-block-product-categories ul.submenu-container {
  margin-top: 16px;
  padding-left: 0;
  margin-left: 16px;
}
body.home .wp-block-archives .wp-block-latest-posts__post-date,
body.home .wp-block-categories .wp-block-latest-posts__post-date,
body.home .wp-block-latest-posts .wp-block-latest-posts__post-date,
body.home ul.wp-block-page-list .wp-block-latest-posts__post-date,
body.home .wc-block-product-categories .wp-block-latest-posts__post-date,
body.page .wp-block-archives .wp-block-latest-posts__post-date,
body.page .wp-block-categories .wp-block-latest-posts__post-date,
body.page .wp-block-latest-posts .wp-block-latest-posts__post-date,
body.page ul.wp-block-page-list .wp-block-latest-posts__post-date,
body.page .wc-block-product-categories .wp-block-latest-posts__post-date,
body.single-post .wp-block-archives .wp-block-latest-posts__post-date,
body.single-post .wp-block-categories .wp-block-latest-posts__post-date,
body.single-post .wp-block-latest-posts .wp-block-latest-posts__post-date,
body.single-post ul.wp-block-page-list .wp-block-latest-posts__post-date,
body.single-post .wc-block-product-categories .wp-block-latest-posts__post-date,
.widgets-section .wp-block-archives .wp-block-latest-posts__post-date,
.widgets-section .wp-block-categories .wp-block-latest-posts__post-date,
.widgets-section .wp-block-latest-posts .wp-block-latest-posts__post-date,
.widgets-section ul.wp-block-page-list .wp-block-latest-posts__post-date,
.widgets-section .wc-block-product-categories .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wp-block-archives .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wp-block-categories .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wp-block-latest-posts .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper ul.wp-block-page-list .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wc-block-product-categories .wp-block-latest-posts__post-date {
  margin-bottom: 0;
}
body.home .wp-block-archives .wp-block-latest-posts__featured-image a,
body.home .wp-block-categories .wp-block-latest-posts__featured-image a,
body.home .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
body.home ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
body.home .wc-block-product-categories .wp-block-latest-posts__featured-image a,
body.page .wp-block-archives .wp-block-latest-posts__featured-image a,
body.page .wp-block-categories .wp-block-latest-posts__featured-image a,
body.page .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
body.page ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
body.page .wc-block-product-categories .wp-block-latest-posts__featured-image a,
body.single-post .wp-block-archives .wp-block-latest-posts__featured-image a,
body.single-post .wp-block-categories .wp-block-latest-posts__featured-image a,
body.single-post .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
body.single-post ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
body.single-post .wc-block-product-categories .wp-block-latest-posts__featured-image a,
.widgets-section .wp-block-archives .wp-block-latest-posts__featured-image a,
.widgets-section .wp-block-categories .wp-block-latest-posts__featured-image a,
.widgets-section .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
.widgets-section ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
.widgets-section .wc-block-product-categories .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wp-block-archives .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wp-block-categories .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wc-block-product-categories .wp-block-latest-posts__featured-image a {
  background-image: none !important;
}
body.home .wp-block-archives select,
body.home .wp-block-categories select,
body.home .wp-block-latest-posts select,
body.home ul.wp-block-page-list select,
body.home .wc-block-product-categories select,
body.page .wp-block-archives select,
body.page .wp-block-categories select,
body.page .wp-block-latest-posts select,
body.page ul.wp-block-page-list select,
body.page .wc-block-product-categories select,
body.single-post .wp-block-archives select,
body.single-post .wp-block-categories select,
body.single-post .wp-block-latest-posts select,
body.single-post ul.wp-block-page-list select,
body.single-post .wc-block-product-categories select,
.widgets-section .wp-block-archives select,
.widgets-section .wp-block-categories select,
.widgets-section .wp-block-latest-posts select,
.widgets-section ul.wp-block-page-list select,
.widgets-section .wc-block-product-categories select,
.woocommerce-widgets-wrapper .wp-block-archives select,
.woocommerce-widgets-wrapper .wp-block-categories select,
.woocommerce-widgets-wrapper .wp-block-latest-posts select,
.woocommerce-widgets-wrapper ul.wp-block-page-list select,
.woocommerce-widgets-wrapper .wc-block-product-categories select {
  background-color: transparent;
}
body.home .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
body.page .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
body.single-post .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
.widgets-section .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
.woocommerce-widgets-wrapper .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
  width: 100%;
}
body.home .wp-block-video video,
body.page .wp-block-video video,
body.single-post .wp-block-video video,
.widgets-section .wp-block-video video,
.woocommerce-widgets-wrapper .wp-block-video video {
  width: 100%;
}
body.home .wp-block-separator,
body.page .wp-block-separator,
body.single-post .wp-block-separator,
.widgets-section .wp-block-separator,
.woocommerce-widgets-wrapper .wp-block-separator {
  margin-top: 24px;
  margin-bottom: 24px;
  clear: both;
}
body.home .wc-block-product-search .wc-block-product-search__fields,
body.page .wc-block-product-search .wc-block-product-search__fields,
body.single-post .wc-block-product-search .wc-block-product-search__fields,
.widgets-section .wc-block-product-search .wc-block-product-search__fields,
.woocommerce-widgets-wrapper .wc-block-product-search .wc-block-product-search__fields {
  display: block;
  position: relative;
}
body.home .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
body.page .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
body.single-post .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
.widgets-section .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
.woocommerce-widgets-wrapper .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field {
  margin-bottom: 0;
  padding: 10px 36px 10px 0;
}
body.home .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
body.page .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
body.single-post .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
.widgets-section .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
.woocommerce-widgets-wrapper .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button {
  background-color: transparent;
  box-shadow: none !important;
  bottom: 13px;
  margin: 0;
  position: absolute;
  right: 0;
}
body.home .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
body.home .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
body.home .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
body.page .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
body.page .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
body.page .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
body.single-post .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
body.single-post .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
body.single-post .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
.widgets-section .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
.widgets-section .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
.widgets-section .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
.woocommerce-widgets-wrapper .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
.woocommerce-widgets-wrapper .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
.woocommerce-widgets-wrapper .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars {
  top: 2px;
  width: 80px;
}
body.home .wc-block-all-reviews .wc-block-review-list-item__published-date,
body.home .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
body.home .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
body.page .wc-block-all-reviews .wc-block-review-list-item__published-date,
body.page .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
body.page .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
body.single-post .wc-block-all-reviews .wc-block-review-list-item__published-date,
body.single-post .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
body.single-post .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
.widgets-section .wc-block-all-reviews .wc-block-review-list-item__published-date,
.widgets-section .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
.widgets-section .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
.woocommerce-widgets-wrapper .wc-block-all-reviews .wc-block-review-list-item__published-date,
.woocommerce-widgets-wrapper .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
.woocommerce-widgets-wrapper .wc-block-reviews-by-category .wc-block-review-list-item__published-date {
  font-size: 16px;
}
body.home .wc-block-all-reviews .wc-block-review-list-item__author,
body.home .wc-block-reviews-by-category .wc-block-review-list-item__author,
body.page .wc-block-all-reviews .wc-block-review-list-item__author,
body.page .wc-block-reviews-by-category .wc-block-review-list-item__author,
body.single-post .wc-block-all-reviews .wc-block-review-list-item__author,
body.single-post .wc-block-reviews-by-category .wc-block-review-list-item__author,
.widgets-section .wc-block-all-reviews .wc-block-review-list-item__author,
.widgets-section .wc-block-reviews-by-category .wc-block-review-list-item__author,
.woocommerce-widgets-wrapper .wc-block-all-reviews .wc-block-review-list-item__author,
.woocommerce-widgets-wrapper .wc-block-reviews-by-category .wc-block-review-list-item__author {
  font-size: 16px;
}
body.home .wp-block-page-list a,
body.page .wp-block-page-list a,
body.single-post .wp-block-page-list a,
.widgets-section .wp-block-page-list a,
.woocommerce-widgets-wrapper .wp-block-page-list a {
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  display: inline;
  transition: 0.35s ease-in-out;
}
body.home .wp-block-page-list a:hover,
body.page .wp-block-page-list a:hover,
body.single-post .wp-block-page-list a:hover,
.widgets-section .wp-block-page-list a:hover,
.woocommerce-widgets-wrapper .wp-block-page-list a:hover {
  background-size: 0 100%;
}
body.home .wp-block-latest-comments.alignwide,
body.page .wp-block-latest-comments.alignwide,
body.single-post .wp-block-latest-comments.alignwide,
.widgets-section .wp-block-latest-comments.alignwide,
.woocommerce-widgets-wrapper .wp-block-latest-comments.alignwide {
  margin-left: calc(-550px + 50%) !important;
}
body.home .wp-block-latest-comments a,
body.page .wp-block-latest-comments a,
body.single-post .wp-block-latest-comments a,
.widgets-section .wp-block-latest-comments a,
.woocommerce-widgets-wrapper .wp-block-latest-comments a {
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  display: inline;
  transition: 0.35s ease-in-out;
}
body.home .wp-block-latest-comments a:hover,
body.page .wp-block-latest-comments a:hover,
body.single-post .wp-block-latest-comments a:hover,
.widgets-section .wp-block-latest-comments a:hover,
.woocommerce-widgets-wrapper .wp-block-latest-comments a:hover {
  background-size: 0 100%;
}
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-author,
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-link,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-author,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-link,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-author,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-link,
.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-link,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  font-size: 0.95rem;
  line-height: 1.3rem;
}
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-date,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-date,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: #888888;
  font-size: 14px;
  line-height: 16px;
  float: right;
  margin: 0 !important;
  top: 3px;
  position: relative;
}
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  margin-bottom: 16px !important;
}
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt * {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
body.home .wp-block-latest-comments .wp-block-latest-comments__comment,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment,
.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 32px;
}
body.home .wp-block-search .wp-block-search__label,
body.page .wp-block-search .wp-block-search__label,
body.single-post .wp-block-search .wp-block-search__label,
.widgets-section .wp-block-search .wp-block-search__label,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__label {
  font-weight: normal;
}
body.home .wp-block-search .wp-block-search__inside-wrapper,
body.page .wp-block-search .wp-block-search__inside-wrapper,
body.single-post .wp-block-search .wp-block-search__inside-wrapper,
.widgets-section .wp-block-search .wp-block-search__inside-wrapper,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__inside-wrapper {
  clear: both;
  position: relative;
}
body.home .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
body.page .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
body.single-post .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.widgets-section .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 0;
}
body.home .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body.page .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body.single-post .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.widgets-section .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  appearance: none;
  background-color: transparent;
  border: 0;
}
body.home .wp-block-calendar th, body.home .wp-block-calendar td,
body.page .wp-block-calendar th,
body.page .wp-block-calendar td,
body.single-post .wp-block-calendar th,
body.single-post .wp-block-calendar td,
.widgets-section .wp-block-calendar th,
.widgets-section .wp-block-calendar td,
.woocommerce-widgets-wrapper .wp-block-calendar th,
.woocommerce-widgets-wrapper .wp-block-calendar td {
  text-align: center;
}
@media all and (max-width: 767.98px) {
  body.home div.wc-block-featured-category,
body.page div.wc-block-featured-category,
body.single-post div.wc-block-featured-category,
.widgets-section div.wc-block-featured-category,
.woocommerce-widgets-wrapper div.wc-block-featured-category {
    display: flex;
  }
}
body.home .wp-block-social-links .wp-block-social-link,
body.page .wp-block-social-links .wp-block-social-link,
body.single-post .wp-block-social-links .wp-block-social-link,
.widgets-section .wp-block-social-links .wp-block-social-link,
.woocommerce-widgets-wrapper .wp-block-social-links .wp-block-social-link {
  transition: all 0.3s ease-in-out;
}
body.home .wp-block-social-links .wp-block-social-link a,
body.page .wp-block-social-links .wp-block-social-link a,
body.single-post .wp-block-social-links .wp-block-social-link a,
.widgets-section .wp-block-social-links .wp-block-social-link a,
.woocommerce-widgets-wrapper .wp-block-social-links .wp-block-social-link a {
  background-image: none;
  display: block;
  line-height: 0;
  margin: 0;
  text-decoration: none;
}

.wp-block-woocommerce-handpicked-products.is-hidden-title .product-info h2 {
  display: none !important;
}

body.page .wc-block-featured-product .wp-block-button {
  margin: 32px 0 0;
}
body.page .wc-block-featured-product .wc-block-featured-product__description {
  color: #FFF;
}
body.page .wc-block-featured-product .wc-block-featured-product__description a {
  display: inline-block;
  background-image: linear-gradient(to top, rgb(255, 255, 255) 1px, rgb(255, 255, 255) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
}

html {
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
html.page-loaded {
  opacity: 1;
  margin-top: 0 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  line-height: 1.6;
  transition: 0.3s ease-in-out;
  overflow-wrap: break-word;
  overflow-x: hidden;
  word-break: normal;
  hyphens: none;
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: white;
  color: black;
}
@media (min-width: 1200px) {
  body {
    padding: 0;
  }
}
body .container-fluid {
  min-height: 100%;
  padding-bottom: 0;
  padding: 0;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  body .container-fluid {
    margin-top: 118px;
  }
}
@media (min-width: 1200px) {
  body.post-template-wp-custom-template-custom-template {
    padding: 0;
  }
}
body.admin-bar {
  padding-top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px;
  }
}
body.admin-bar .header .shopping-cart,
body.admin-bar .header .search-box,
body.admin-bar .header .account-cont {
  z-index: 102;
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .header .shopping-cart,
body.admin-bar .header .search-box,
body.admin-bar .header .account-cont {
    top: 32px;
  }
}
body.admin-bar .header .nav .menu {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .header .nav .menu {
    top: 32px;
  }
}
body.admin-bar .header .nav .vertical-menu .left-menu-bar {
  padding: 8px 72px 0 40px;
}
body.admin-bar .header .nav .vertical-menu .right-menu-bar {
  padding: 8px 0 0 72px;
}
body.admin-bar .wp-block-cover-image.fullheight {
  height: calc(100vh - 32px);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.archive-padding {
  height: 64px;
}

.archive-header .archive-list {
  text-align: center;
  padding-bottom: 64px;
  padding-top: 34px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .archive-header .archive-list {
    margin: 0 auto 32px auto;
  }
}
.archive-header .archive-list .cat-item {
  display: inline-block;
  padding: 0 6px;
  font-size: 1rem;
  position: relative;
}
@media (min-width: 1200px) {
  .archive-header .archive-list .cat-item {
    padding: 0 16px;
  }
  .archive-header .archive-list .cat-item:after {
    content: "";
    background-color: #DDDDDD;
    width: 1px;
    height: 30px;
    transform: rotate(25deg) translateY(-50%);
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
  }
  .archive-header .archive-list .cat-item:last-child:after {
    display: none;
  }
}
.archive-header .archive-list .cat-item.current-cat .post-count {
  display: inline-block;
}
.archive-header .archive-list .cat-item.current-cat a {
  background-size: 100% 100%;
}
.archive-header .archive-list .cat-item.current-cat a:hover {
  background-size: 0 100%;
}
.archive-header .archive-list .cat-item.current-cat h1 {
  font-size: inherit;
  margin-bottom: 0;
}
.archive-header .archive-list .cat-item a {
  display: inline-block;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
}
.archive-header .archive-list .cat-item a:hover {
  background-size: 100% 100%;
}
.archive-header .archive-list .cat-item .post-count {
  font-size: 14px;
  color: #888888;
  vertical-align: top;
  display: none;
}
@media (min-width: 992px) {
  .archive-header .archive-list .cat-item {
    font-size: 1.375rem;
  }
}

.articles-section .article-wrapper {
  opacity: 0;
  transform: scale(0.9);
  will-change: opacity, transform;
}
.articles-section .article-wrapper.animated {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
@media (min-width: 1200px) {
  .articles-section .articles-masonry-layout {
    padding-bottom: 65px;
  }
  .articles-section .articles-masonry-layout .articles-grid-layout {
    padding: 120px 0;
  }
  .articles-section .articles-masonry-layout .articles-grid-layout .post-item {
    padding-bottom: 120px;
  }
  .articles-section .articles-masonry-layout .ms-item:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .articles-section .articles-masonry-layout .ms-item:nth-child(2) .post-item {
    text-align: center;
  }
  .articles-section .articles-masonry-layout .ms-item:nth-child(2) .post-item .post-details .post-title {
    max-width: 720px;
    margin: 0 auto;
    font-size: 47.78px;
    margin-bottom: 30px;
  }
  .articles-section .articles-masonry-layout .ms-item:nth-child(2) .post-item .post-details .post-content p {
    max-width: 512px;
    margin: 0 auto;
  }
}
.articles-section .post-item {
  margin-bottom: 50px;
}
.articles-section .post-item.sticky .post-title a:before {
  content: "\e902";
  margin-right: 10px;
  display: inline-block;
  font-family: "Block-Shop";
  font-size: 0.9rem;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .articles-section .post-item {
    margin-bottom: 65px;
    padding: 0 9px;
  }
}
.articles-section .post-item .feature-img {
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 576px) {
  .articles-section .post-item .feature-img {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .articles-section .post-item .feature-img {
    transition: 0.2s ease-in-out;
    opacity: 1;
  }
  .articles-section .post-item .feature-img:hover {
    opacity: 0.5;
  }
}
.articles-section .post-item .feature-img img {
  width: 100%;
  display: block;
}
.articles-section .post-item .post-details .post-meta {
  margin-top: 24px;
}
.articles-section .post-item .post-details .post-meta > a {
  font-size: 14px;
  color: #888888;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  margin-right: 5px;
}
.articles-section .post-item .post-details .post-meta > a:hover {
  background-size: 100% 100%;
}
.articles-section .post-item .post-details .post-title {
  margin-bottom: 16px;
  font-size: 1.275rem;
}
@media (min-width: 1200px) {
  .articles-section .post-item .post-details .post-title {
    font-size: 1.65rem;
    margin-bottom: 24px;
  }
  .articles-section .post-item .post-details .post-title:hover a {
    background-size: 100% 100%;
  }
  .articles-section .post-item .post-details .post-title a {
    display: inline;
    text-decoration: none;
    box-decoration-break: slice;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 100%;
    transition: background-size 0.35s ease-in-out;
  }
}
.articles-section .post-item .post-details .post-content p {
  font-size: 15px;
  margin: 0;
}
@media (min-width: 1200px) {
  .articles-section .post-item .post-details .post-content p {
    font-size: 0.9rem;
  }
}
.articles-section .post-item .read-more {
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
.articles-section .post-item .read-more:hover {
  background-size: 0 100%;
}

.widgets-section {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 60px 0;
  margin-bottom: 60px;
  margin: 0 -15px 60px;
  position: relative;
}
@media (min-width: 1200px) {
  .widgets-section {
    padding: 120px 105px 60px 105px;
    margin: 0 -115px 120px -115px;
    z-index: 0;
  }
}
.widgets-section .widgets-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.widgets-section .widgets-wrapper .column {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .widgets-section .widgets-wrapper .column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .widgets-section .widgets-wrapper .column {
    margin-bottom: 64px;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .widgets-section .widgets-wrapper .column {
    width: 33.33%;
  }
}
.widgets-section .widgets-wrapper .column aside {
  position: relative;
  padding: 0;
}
@media (min-width: 1200px) {
  .widgets-section .widgets-wrapper .column aside {
    padding: 0 15px 0 50px;
  }
}
.widgets-section .widgets-wrapper .column aside .alignfull, .widgets-section .widgets-wrapper .column aside .alignwide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.single-post .single-wrapper .entry-post-meta,
.single-attachment .single-wrapper .entry-post-meta {
  padding: 0 0 25px 0;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .single-post .single-wrapper .entry-post-meta,
.single-attachment .single-wrapper .entry-post-meta {
    padding: 0 0 40px 0;
    text-align: center;
  }
}
.single-post .single-wrapper .entry-post-meta li,
.single-attachment .single-wrapper .entry-post-meta li {
  display: inline-block;
}
.single-post .single-wrapper .entry-post-meta li:after,
.single-attachment .single-wrapper .entry-post-meta li:after {
  content: "/";
  color: #DDDDDD;
  padding: 0 5px;
  font-size: 16px;
}
.single-post .single-wrapper .entry-post-meta li:last-child:after,
.single-attachment .single-wrapper .entry-post-meta li:last-child:after {
  display: none;
}
.single-post .single-wrapper .entry-post-meta .post-date,
.single-attachment .single-wrapper .entry-post-meta .post-date {
  font-size: 16px;
}
.single-post .single-wrapper .entry-post-meta .post-date span,
.single-attachment .single-wrapper .entry-post-meta .post-date span {
  color: #888888;
  font-size: 16px;
}
.single-post .single-wrapper .entry-post-meta .comments-count,
.single-attachment .single-wrapper .entry-post-meta .comments-count {
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: inline;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
}
.single-post .single-wrapper .entry-post-meta .comments-count:hover,
.single-attachment .single-wrapper .entry-post-meta .comments-count:hover {
  background-size: 100% 100%;
}
.single-post .single-wrapper .entry-post-meta .comments-count .comment-sum,
.single-attachment .single-wrapper .entry-post-meta .comments-count .comment-sum {
  font-size: 16px;
}
.single-post .single-wrapper .entry-post-meta .comments-count .icon-comment,
.single-attachment .single-wrapper .entry-post-meta .comments-count .icon-comment {
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .single-post .single-wrapper .entry-post-meta .comments-count,
.single-attachment .single-wrapper .entry-post-meta .comments-count {
    font-size: 16px;
  }
}
.single-post .single-wrapper .entry-post-meta .share-post,
.single-attachment .single-wrapper .entry-post-meta .share-post {
  color: #000;
  font-size: 16px;
}
.single-post .single-wrapper .entry-post-meta .share-post .icon-share-16x16-dark-alt,
.single-attachment .single-wrapper .entry-post-meta .share-post .icon-share-16x16-dark-alt {
  margin-right: 10px;
  font-size: 13px;
}

.single-post .single-wrapper .page-links {
  font-size: 1.375rem;
  display: table;
  margin: 0 auto;
  padding-bottom: 95px;
}
.single-post .single-wrapper .page-links > a,
.single-post .single-wrapper .page-links > span {
  position: relative;
  padding: 0 16px;
}
.single-post .single-wrapper .page-links > a:after,
.single-post .single-wrapper .page-links > span:after {
  content: "";
  background-color: #DDDDDD;
  width: 1px;
  height: 30px;
  transform: rotate(15deg) translateY(-50%);
  display: inline-block;
  top: 50%;
  position: absolute;
  right: 3px;
}
.single-post .single-wrapper .page-links > a:last-child:after,
.single-post .single-wrapper .page-links > span:last-child:after {
  display: none;
}
.single-post .single-wrapper .page-links > a:first-child:after,
.single-post .single-wrapper .page-links > span:first-child:after {
  display: none;
}
.single-post .single-wrapper .meta-tags {
  margin-top: 60px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 87px;
  font-size: 14px;
}
.single-post .single-wrapper .meta-tags a {
  padding: 4px 12px;
  border: 1px solid #DDDDDD;
  margin: 0 2px;
  display: inline-block;
  margin-bottom: 6px;
  transition: 0.2s ease-in-out;
}
.single-post .single-wrapper .meta-tags a:hover {
  border: 1px solid #000;
}

.related-articles {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 60px 15px;
  position: relative;
  margin: 0 -15px 80px -15px;
}
@media (min-width: 1200px) {
  .related-articles {
    padding: 120px 105px 60px 150px;
    margin: 0 -115px 80px -115px;
    z-index: 0;
  }
}
.related-articles .widget-vertical-title {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .related-articles .widget-vertical-title {
    position: absolute;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    height: auto;
    left: 110px;
    margin: 0;
  }
}
.related-articles .post-item {
  margin-bottom: 16px;
  display: flex;
}
@media (min-width: 576px) {
  .related-articles .post-item {
    display: block;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .related-articles .post-item {
    margin-bottom: 32px;
    padding: 0 9px;
  }
}
.related-articles .post-item .feature-img {
  position: relative;
  margin-right: 16px;
  max-height: 104px;
}
@media (min-width: 576px) {
  .related-articles .post-item .feature-img {
    margin: 0;
    max-height: 100%;
  }
}
@media (min-width: 1200px) {
  .related-articles .post-item .feature-img {
    transition: 0.2s ease-in-out;
    opacity: 1;
  }
  .related-articles .post-item .feature-img:hover {
    opacity: 0.5;
  }
}
.related-articles .post-item .feature-img img {
  min-width: 104px;
  max-width: 104px;
  min-height: 104px;
  max-height: 104px;
  width: 104px;
  display: block;
  object-fit: cover;
}
@media (min-width: 576px) {
  .related-articles .post-item .feature-img img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 576px) {
  .related-articles .post-item .post-details .post-meta {
    margin-top: 24px;
  }
}
.related-articles .post-item .post-details .post-meta > a {
  font-size: 14px;
  color: #888888;
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.related-articles .post-item .post-details .post-meta > a:hover, .related-articles .post-item .post-details .post-meta > a:focus {
  background-size: 100% 100%;
}
.related-articles .post-item .post-details .post-title {
  font-size: 16px;
}
@media (min-width: 576px) {
  .related-articles .post-item .post-details .post-title {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .related-articles .post-item .post-details .post-title {
    font-size: 1.35rem;
    margin-bottom: 24px;
    line-height: 0;
  }
  .related-articles .post-item .post-details .post-title a {
    display: inline;
    text-decoration: none;
    box-decoration-break: slice;
    line-height: 1.23;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 100%;
    transition: background-size 0.35s ease-in-out;
  }
  .related-articles .post-item .post-details .post-title a:hover, .related-articles .post-item .post-details .post-title a:focus {
    background-size: 100% 100%;
  }
}
.related-articles .post-item .post-details .post-content {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .related-articles .post-item .post-details .post-content {
    font-size: 0.9rem;
  }
}
.related-articles .post-item .read-more {
  font-size: 14px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-top: 20px;
}

.comments-section {
  padding: 0 0 80px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .comments-section {
    margin-bottom: 30px;
  }
}
.comments-section .comments {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
  height: auto;
}
.comments-section .comments .comments-pagination {
  margin: 32px 0 64px 0;
}
.comments-section .comments .comments-pagination h2.screen-reader-text {
  display: none;
}
.comments-section .comments .comments-pagination .nav-links ul {
  display: inline-block;
  list-style-type: none;
}
.comments-section .comments .comments-pagination .nav-links ul li {
  float: left;
  position: relative;
  padding: 0 10px;
}
.comments-section .comments .comments-pagination .nav-links ul li:after {
  content: "";
  background-color: #DDDDDD;
  width: 1px;
  height: 30px;
  transform: rotate(15deg) translateY(-50%);
  display: inline-block;
  top: 50%;
  position: absolute;
  right: 3px;
}
.comments-section .comments .comments-pagination .nav-links ul li:last-child:after {
  display: none;
}
.comments-section .comments .comments-pagination .nav-links ul li > a,
.comments-section .comments .comments-pagination .nav-links ul li > span {
  font-size: 0.9rem;
  line-height: 1.9rem;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  box-decoration-break: slice;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.2s ease-in-out;
  position: relative;
}
.comments-section .comments .comments-pagination .nav-links ul li > a:hover,
.comments-section .comments .comments-pagination .nav-links ul li > span:hover {
  background-size: 100% 100%;
}
.comments-section .comments .comments-pagination .nav-links ul li .prev .screen-reader-text {
  display: none;
}
.comments-section .comments .comments-pagination .nav-links ul li .prev:before {
  content: "\e905";
  font-family: "Block-Shop";
  font-size: 13px;
  color: #000;
}
.comments-section .comments .comments-pagination .nav-links ul li .next .screen-reader-text {
  display: none;
}
.comments-section .comments .comments-pagination .nav-links ul li .next:before {
  content: "\e907";
  font-family: "Block-Shop";
  font-size: 13px;
  color: #000;
}
.comments-section .comments .comments-pagination .nav-links ul li .current:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.comments-section .comments .heading {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .comments-section .comments .heading {
    padding-bottom: 48px;
  }
}
.comments-section .comments .heading .post-title {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .comments-section .comments .heading .post-title {
    font-size: 1.15rem;
    padding-top: 16px;
  }
}
.comments-section .comments .comments-list .pingback {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.comments-section .comments .comments-list .pingback .comment-body {
  font-size: 0.9rem;
  padding-left: 20px;
  flex: 1;
}
.comments-section .comments .comments-list .pingback .comment-body > a {
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.comments-section .comments .comments-list .pingback .comment-body > a:hover, .comments-section .comments .comments-list .pingback .comment-body > a:focus {
  background-size: 100% 100%;
  box-shadow: inset 0px -1px 0 0 transparent;
}
.comments-section .comments .comments-list .pingback .comment-body .edit-link {
  color: #888888;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .pingback .comment-body .edit-link {
    transition: all 0.2s ease-in-out;
    position: relative;
    display: inline;
  }
  .comments-section .comments .comments-list .pingback .comment-body .edit-link:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #888888;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .comments-section .comments .comments-list .pingback .comment-body .edit-link:hover:after {
    width: 100%;
  }
}
.comments-section .comments .comments-list .comment {
  display: block;
  overflow: hidden;
}
.comments-section .comments .comments-list .comment.bypostauthor .fn:after {
  content: "Author";
  display: inline-block;
  border: 1px solid #DDDDDD;
  color: #000000;
  font-size: 13px;
  padding: 0 5px;
  margin-left: 10px;
  position: relative;
  vertical-align: text-bottom;
}
.comments-section .comments .comments-list .comment article {
  margin-bottom: 32px;
}
.comments-section .comments .comments-list .comment article .comment-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-meta {
    flex-direction: row;
  }
}
.comments-section .comments .comments-list .comment article .comment-meta .comment-author {
  width: 100%;
  padding-left: 68px;
  position: relative;
  display: flex;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-meta .comment-author {
    display: block;
    padding-left: 0;
  }
}
.comments-section .comments .comments-list .comment article .comment-meta .comment-author img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 16px;
  min-width: 48px;
  max-width: 48px;
  position: absolute;
  left: 0;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-meta .comment-author img {
    vertical-align: middle;
    margin-right: 24px;
    position: relative;
  }
}
.comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn {
  vertical-align: top;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.1rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn {
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #000;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn a:hover:after {
    width: 100%;
  }
}
.comments-section .comments .comments-list .comment article .comment-meta .comment-author .says {
  display: none;
}
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata {
  display: inline-block;
  width: 100%;
  padding-left: 69px;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-meta .comment-metadata {
    padding-left: 0;
    text-align: right;
  }
}
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata > a,
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link {
  color: #888888;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-meta .comment-metadata > a,
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link {
    transition: all 0.2s ease-in-out;
    position: relative;
    display: inline-block;
  }
  .comments-section .comments .comments-list .comment article .comment-meta .comment-metadata > a:after,
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #888888;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .comments-section .comments .comments-list .comment article .comment-meta .comment-metadata > a:hover:after,
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link:hover:after {
    width: 100%;
  }
}
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link {
    margin-top: 0;
    margin-left: 20px;
  }
}
.comments-section .comments .comments-list .comment article .comment-content {
  margin-top: 15px;
}
.comments-section .comments .comments-list .comment article .comment-content pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 17px;
  margin-bottom: 32px;
}
.comments-section .comments .comments-list .comment article .comment-content hr {
  border-bottom: 1px solid #DDDDDD;
  border-top: none;
  border-left: none;
  border-right: none;
}
.comments-section .comments .comments-list .comment article .comment-content h1, .comments-section .comments .comments-list .comment article .comment-content h2, .comments-section .comments .comments-list .comment article .comment-content h3, .comments-section .comments .comments-list .comment article .comment-content h4, .comments-section .comments .comments-list .comment article .comment-content h5, .comments-section .comments .comments-list .comment article .comment-content h6, .comments-section .comments .comments-list .comment article .comment-content table, .comments-section .comments .comments-list .comment article .comment-content dl, .comments-section .comments .comments-list .comment article .comment-content address, .comments-section .comments .comments-list .comment article .comment-content hr, .comments-section .comments .comments-list .comment article .comment-content pre {
  max-width: 820px;
  margin: 0 auto 32px auto;
}
.comments-section .comments .comments-list .comment article .comment-content > ol {
  max-width: 816px;
  margin: 0 auto 32px auto;
  list-style-position: inside;
}
.comments-section .comments .comments-list .comment article .comment-content > ol li ol {
  padding-left: 32px;
}
.comments-section .comments .comments-list .comment article .comment-content > ul {
  max-width: 816px;
  margin: 0 auto 32px auto;
}
.comments-section .comments .comments-list .comment article .comment-content > ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 15px;
}
.comments-section .comments .comments-list .comment article .comment-content > ul li ul {
  padding-left: 32px;
}
.comments-section .comments .comments-list .comment article .comment-content code {
  font-size: 0.9rem;
}
.comments-section .comments .comments-list .comment article .comment-content table {
  text-align: left;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  font-size: 0.9rem;
}
.comments-section .comments .comments-list .comment article .comment-content table thead {
  color: #888888;
}
.comments-section .comments .comments-list .comment article .comment-content table tr th, .comments-section .comments .comments-list .comment article .comment-content table tr td {
  padding: 16px 0;
}
.comments-section .comments .comments-list .comment article .comment-content dl {
  font-size: 1rem;
}
.comments-section .comments .comments-list .comment article .comment-content dl dd {
  margin-left: 32px;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .comment-content {
    padding-left: 77px;
  }
}
.comments-section .comments .comments-list .comment article .comment-content p {
  color: #000000;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment article .reply {
    padding-left: 77px;
  }
}
.comments-section .comments .comments-list .comment article .reply a {
  font-size: 14px;
  color: #888888;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.comments-section .comments .comments-list .comment article .reply a:hover {
  border-bottom: 1px solid #888888;
}
.comments-section .comments .comments-list .comment .children {
  padding-left: 25px;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  .comments-section .comments .comments-list .comment .children {
    padding-left: 72px;
    border: none;
    margin-bottom: 0;
  }
}
.comments-section .comments-form .reply-title {
  color: #000000;
  padding-bottom: 15px;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .comments-section .comments-form .reply-title {
    font-size: 1.65rem;
  }
}
.comments-section .comments-form .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .comments-section .comments-form .comment-form {
    padding-top: 32px;
  }
}
.comments-section .comments-form .comment-form .comment-form-author,
.comments-section .comments-form .comment-form .comment-form-email,
.comments-section .comments-form .comment-form .comment-form-url {
  width: 100%;
}
@media (min-width: 768px) {
  .comments-section .comments-form .comment-form .comment-form-author,
.comments-section .comments-form .comment-form .comment-form-email,
.comments-section .comments-form .comment-form .comment-form-url {
    width: 32%;
  }
}
.comments-section .comments-form .comment-form .comment-form-comment label,
.comments-section .comments-form .comment-form .comment-form-author label,
.comments-section .comments-form .comment-form .comment-form-email label,
.comments-section .comments-form .comment-form .comment-form-url label {
  display: none;
}
.comments-section .comments-form .comment-form .comment-form-comment input,
.comments-section .comments-form .comment-form .comment-form-author input,
.comments-section .comments-form .comment-form .comment-form-email input,
.comments-section .comments-form .comment-form .comment-form-url input {
  display: block;
  width: 100%;
}
.comments-section .comments-form .comment-form .comment-form-cookies-consent {
  display: none;
}
.comments-section .comments-form .comment-form > p {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .comments-section .comments-form .comment-form > p {
    margin-bottom: 32px;
  }
}
.comments-section .comments-form .comment-form .comment-notes {
  color: #888888;
  font-size: 0.9rem;
  width: 100%;
}
.comments-section .comments-form .comment-form .comment-form-comment {
  width: 100%;
}
.comments-section .comments-form .comment-form .form-submit input {
  width: 100%;
  padding: 21px 0;
  line-height: initial;
}

.col-woo {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  padding: 0 45px;
}

body.woocommerce .entry-header {
  max-width: 1070px;
  margin: 0 auto;
}
body.woocommerce .entry-header .single-title {
  font-size: 1.45rem;
  padding: 64px 0 32px;
  text-align: left;
  margin: 0;
}
@media (min-width: 992px) {
  body.woocommerce .entry-header .single-title {
    font-size: 2rem;
    padding: 64px 0;
  }
}
body.woocommerce .entry-header .single-title .entry-title {
  max-width: 1100px;
  text-align: center;
}

body.woocommerce-cart .entry-content {
  width: 100%;
}
@media (min-width: 992px) {
  body.woocommerce-cart .entry-content {
    max-width: 1100px;
    margin: 0 auto;
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-empty {
  text-align: center;
  margin-bottom: 32px;
  padding: 50px;
}
body.woocommerce-cart .entry-content .woocommerce .return-to-shop {
  display: none;
  text-align: center;
}
body.woocommerce-cart .entry-content .woocommerce .return-to-shop a {
  display: inline-block;
  font-size: 1.075rem;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce-cart .entry-content .woocommerce .return-to-shop a:hover {
  background-size: 0% 100%;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table {
  width: 100%;
  position: relative;
  max-width: 100%;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead {
  display: none;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead {
    display: table-header-group;
    text-align: left;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th {
    font-size: 16px;
    color: #888888;
    padding: 16px 0;
    text-align: left;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-remove {
    position: absolute;
    left: 0;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-name {
    position: relative;
    transform: translateX(-7em);
    text-align: left;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-price {
    width: 12.3%;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-quantity {
    width: 14%;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-subtotal {
    width: 17.5%;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody tr {
  border: none;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody tr:hover td.product-remove {
    opacity: 1;
    visibility: visible;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item {
  width: 100%;
  display: block;
  padding: 32px 0;
  margin-top: 20px;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item {
    display: table-row;
    border: none;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item:first-child td {
    padding: 32px 16px 0 0;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item:first-child td.product-thumbnail {
    padding: 32px 16px 0 0;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item:first-child td.product-remove .remove {
    top: 41px;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td {
  width: 100%;
  display: table;
  text-align: right;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td {
    vertical-align: middle;
    width: auto;
    display: table-cell;
    text-align: left;
    margin-bottom: 0;
    padding: 16px 16px 0 0;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove {
  text-align: left;
  margin-bottom: 0;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove {
  font-size: 1.5em;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove:hover {
  transform: rotate(-90deg);
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail {
  text-align: center;
  margin-bottom: 32px;
  vertical-align: baseline;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail img {
  width: 160px;
  height: 200px;
  object-fit: cover;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail img:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail {
    width: 112px;
    position: relative;
    text-align: left;
    margin-bottom: 0;
    padding: 16px 16px 0 0;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail a {
    display: block;
    transition: 0.2s ease-in-out;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail a img {
    width: 96px;
    height: 123px;
    display: block;
    object-fit: cover;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: baseline;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name:before {
    display: none;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name .backorder_notification {
  font-size: 13px;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name a {
  font-size: 16px;
  display: inline;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name a {
    font-size: 0.9rem;
    display: inline;
    text-decoration: none;
    box-decoration-break: slice;
    line-height: 1.25rem;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 100%;
    transition: background-size 0.35s ease-in-out;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name a:hover {
    background-size: 100% 100%;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price {
  font-size: 16px;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price {
    font-size: 0.9rem;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price:before {
    display: none;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price .subscription-details {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity {
  font-size: 16px;
  color: #888888;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .increase,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .decrease {
  width: 20px;
  display: inline-block;
  text-align: center;
  color: #888888;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .increase:hover,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .decrease:hover {
  color: #000;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number] {
  width: 20px;
  border: 2px solid #000000;
  text-align: center;
  color: #000;
  -moz-appearance: textfield;
  margin: 0;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number] {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]:not(.custom-qty) {
    width: 70px;
    height: 64px;
    line-height: 25px;
    font-size: 16px;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number].custom-qty {
  background-image: none;
  border: none;
  box-shadow: none;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]::-webkit-outer-spin-button,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity:before {
    display: none;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .screen-reader-text {
  display: none;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal {
  font-size: 16px;
  margin-bottom: 0;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal {
    font-size: 0.9rem;
  }
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal:before {
    display: none;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal .subscription-details {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions {
  vertical-align: baseline;
  padding: 32px 0 0 0;
  position: relative;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions > button[type=submit] {
  right: 0;
  background: none;
  border: 2px solid #000;
  color: #000;
  height: 64px;
  margin-bottom: 16px;
  font-size: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions > button[type=submit] {
    font-size: 18px;
    width: auto;
    position: absolute;
    top: 32px;
    margin-bottom: 0;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions > button[type=submit]:disabled {
  cursor: not-allowed;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon {
  padding-bottom: 16px;
  width: 100%;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon label {
  display: none;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon input[type=text] {
  line-height: 64px;
  height: 64px;
  border: 2px solid black;
  font-size: 16px;
  color: #888888;
  flex: 1;
  margin: 0;
  box-shadow: none;
  padding: 0 16px;
  background: none;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon input[type=text] {
    float: left;
    max-width: 140px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon input[type=text] {
    max-width: 240px;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon input[type=text]:focus {
  color: #000;
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon .button {
  color: black;
  background-color: white;
  border: 2px solid black;
  height: 64px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 15px !important;
}
@media (min-width: 576px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon .button {
    width: auto;
    display: inline-block;
    padding: 0 16px;
    margin-left: 1rem;
    font-size: 18px;
  }
}
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .update-cart {
  width: 100%;
  line-height: 3.2rem;
  font-size: 0.9rem;
  left: 0;
  background-color: #fff;
  display: block;
}
@media (min-width: 576px) {
  body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .update-cart {
    top: 32px;
    position: absolute;
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
  display: flex;
  flex-direction: column-reverse;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals table {
  width: 100%;
  text-align: left;
  margin-bottom: 45px;
  max-width: 100%;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells {
  padding: 60px 15px;
  position: relative;
  margin: 0 -15px 80px -15px;
}
@media (min-width: 1200px) {
  body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 120px 110px 0px 155px;
    z-index: 0;
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells > h2 {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells > h2 {
    position: absolute;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    height: auto;
    left: 110px;
    margin: 0;
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals th {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
    width: 470px;
    max-width: 50%;
    margin-left: auto;
    margin-top: 0;
    position: relative;
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals > h2 {
  display: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal {
  font-size: 16px;
  border: none;
  margin: 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal th {
  color: #888888;
  padding: 0 0 32px 0;
  width: 50%;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal th {
    width: 60%;
    text-align: left;
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal td {
  color: #000000;
  vertical-align: baseline;
  padding: 0 0 32px 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount {
  border: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount th {
  font-size: 16px;
  color: #888888;
  padding: 0 0 32px 0;
  width: 50%;
  vertical-align: baseline;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount td {
  padding: 0 0 32px 0;
  font-size: 16px;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount td .woocommerce-remove-coupon {
  color: #888888;
  position: relative;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 1px, rgba(0, 0, 0, 0.5) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: all 0.35s ease-in-out;
  background-color: transparent;
  margin-left: 10px;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount td .woocommerce-remove-coupon:hover {
  background-size: 100% 100%;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount td .woocommerce-remove-coupon:before {
  content: "\e90a";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 9px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping {
  border: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination {
  font-size: 13px;
  color: #888888;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination strong {
  font-weight: normal;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method {
  list-style-type: none;
  margin: 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li {
  font-size: 16px;
  line-height: 32px;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li input:checked ~ label:before {
  content: "";
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li input[type=hidden] {
  color: #e34;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li input[type=hidden] ~ label {
  cursor: auto;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li input[type=hidden] ~ label:before {
  display: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li label {
  cursor: pointer;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li label:before {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li label:hover:before {
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping th {
  color: #888888;
  font-size: 16px;
  vertical-align: baseline;
  padding: 0;
  text-align: left;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping td {
  padding: 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 16px;
  color: #000;
  border: none;
  margin: 10px 0;
  display: inline;
  background-size: 100% 100%;
  background-position: 0 100%;
  transition: background-size 0.35s ease-in-out;
  background-repeat: no-repeat;
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  background-size: 0 100%;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form {
  padding: 16px 0 0 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .country_select {
  width: 100%;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
  margin-bottom: 20px;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row .select2-selection.select2-selection--single {
  border: 1px solid #DDDDDD;
  padding: 5px 10px;
  font-size: 13px;
  box-shadow: none;
  background: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row input {
  height: 40px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 0 10px;
  color: #888888;
  margin: 0;
  box-shadow: none;
  background: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button {
  height: 40px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
  line-height: 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total {
  border: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total strong {
  font-weight: normal;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total th {
  color: #888888;
  font-size: 16px;
  vertical-align: middle;
  padding: 0;
  text-align: left;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td {
  font-size: 13px;
  color: #000000;
  line-height: 1.6;
  vertical-align: middle;
  padding: 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td span {
  color: #000000;
  font-size: 1.375rem;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td strong > span {
  display: block;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .recurring-totals {
  border: 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .recurring-totals th {
  padding: 34px 16px 40px 0;
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 150%;
  letter-spacing: 0.06em;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee {
  border: none;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee strong {
  font-weight: normal;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee th {
  color: #888888;
  font-size: 16px;
  vertical-align: middle;
  padding: 0;
  text-align: left;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee td {
  font-size: 0.8rem;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  line-height: 3.2rem;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: block;
  transition: 0.2s ease-in-out;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  opacity: 0.8;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: stretch;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form .wc_gc_add_gift_card_form__notices {
  flex-grow: 0;
  color: #fd7e14;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form .wc_gc_add_gift_card_form__notices .woocommerce-info {
  line-height: 125%;
  margin: 0;
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form #wc_gc_cart_code {
  flex-grow: 2;
  margin-bottom: 0;
  padding: 17px 15px;
}
@media (max-width: 991.98px) {
  body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form #wc_gc_cart_code {
    max-width: calc(100vw - 8em - 55px);
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form #wc_gc_cart_redeem_send {
  flex-grow: 1;
  margin-left: 0.75em;
}
@media (max-width: 991.98px) {
  body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .add_gift_card_form #wc_gc_cart_redeem_form #wc_gc_cart_redeem_send {
    max-width: 8em;
  }
}
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .continue-shopping {
  display: none;
}

.section-interested-in {
  padding: 65px 0 0 0;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .section-interested-in {
    padding: 100px 0 100px 60px;
    flex-wrap: nowrap;
  }
}
.section-interested-in .widget-vertical-title {
  left: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .section-interested-in .widget-vertical-title {
    width: auto;
  }
}
.section-interested-in .int-wrapper {
  margin-bottom: 48px;
  width: 48%;
}
@media (min-width: 576px) {
  .section-interested-in .int-wrapper {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .section-interested-in .int-wrapper {
    width: 15%;
    margin-bottom: 0;
  }
}
.section-interested-in .int-item {
  text-align: center;
}
.section-interested-in .int-item .image-box {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.section-interested-in .int-item .image-box:hover {
  opacity: 0.5;
}
.section-interested-in .int-item .image-box img {
  width: 100%;
  object-fit: cover;
}
.section-interested-in .int-item .heading-6 {
  margin-top: 16px;
}
.section-interested-in .int-item .heading-6 a {
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
.section-interested-in .int-item .heading-6 a:hover {
  border-bottom: 1px solid #000;
}
.section-interested-in .int-item .price {
  margin-top: 5px;
  display: inline-block;
}

body.woocommerce-checkout #wc-stripe-cc-form {
  padding-top: 14px;
}
body.woocommerce-checkout #wc-stripe-cc-form .woocommerce_error {
  padding: 25px 80px 25px 60px;
  margin-bottom: 0;
}
body.woocommerce-checkout .entry-header {
  max-width: 1100px;
  margin: 0 auto;
}
body.woocommerce-checkout .entry-header .single-title {
  padding: 30px 0 64px 0;
}
body.woocommerce-checkout .entry-header .entry-title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-header .entry-title {
    font-size: 2.8rem;
  }
}
body.woocommerce-checkout .entry-content .woocommerce {
  position: relative;
  overflow: auto;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout {
  overflow: auto;
  margin-top: 64px;
}
body.woocommerce-checkout .entry-content .col-1,
body.woocommerce-checkout .entry-content .col-2 {
  max-width: 100%;
  flex: 100%;
  padding: 0;
}
body.woocommerce-checkout .entry-content .col2-set {
  width: auto;
  float: left;
  margin-right: auto;
}
body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info {
  font-size: 0.9rem;
  padding: 0 0 0 40px;
}
body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info a,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info a {
  margin-right: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info:before,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info:before {
  top: 2px;
  left: 0;
}
@media (min-width: 1200px) {
  body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info:before,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info:before {
    top: 6px;
  }
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info {
    padding: 0 48px 0 40px;
  }
}
body.woocommerce-checkout .entry-content .woocommerce-info {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-info a {
  display: inline;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce-checkout .entry-content .woocommerce-info a:hover {
  background-size: 0 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-info span .icon-info-24x24 {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login {
  margin: 0;
  padding: 32px 0;
  width: 100%;
  max-width: 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login p {
  margin-bottom: 16px;
  font-size: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login p .button {
  line-height: 48px;
  padding: 0 50px;
  font-size: 16px;
  border: none;
  background-color: #000;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login p .button:hover {
  opacity: 0.8;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login p > label {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login .lost_password a {
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login .lost_password a:hover {
  background-size: 100% 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login .clear {
  clear: both;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login .woocommerce-button {
  width: auto;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-first {
  margin-bottom: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-first,
body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-last {
  order: 0;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content .woocommerce-form-login {
    width: 50%;
    padding: 32px 48px 32px 0;
  }
  body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-first {
    width: 47%;
    margin-right: 3%;
    float: left;
    margin-bottom: 0;
  }
  body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-last {
    width: 47%;
    margin-left: 3%;
    float: left;
  }
}
body.woocommerce-checkout .entry-content .checkout_coupon {
  padding: 32px 0;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
body.woocommerce-checkout .entry-content .checkout_coupon p {
  margin-bottom: 16px;
  width: 100%;
  font-size: 16px;
}
body.woocommerce-checkout .entry-content .checkout_coupon .button {
  line-height: 48px;
  padding: 0 20px;
  font-size: 16px;
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
body.woocommerce-checkout .entry-content .checkout_coupon .button:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content .checkout_coupon {
    width: 50%;
    padding: 32px 48px 32px 0;
  }
  body.woocommerce-checkout .entry-content .checkout_coupon .button {
    padding: 0 30px;
  }
}
body.woocommerce-checkout .entry-content .form-row input:not([type=checkbox]) {
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields > h3 {
  font-size: 1.15rem;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content .woocommerce-billing-fields > h3 {
    font-size: 1.375rem;
  }
}
body.woocommerce-checkout .entry-content .woocommerce-account-fields #account_password_field > label {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox > span {
  font-size: 0.9rem;
}
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__input-checkbox {
  -webkit-appearance: checkbox;
  top: -2px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  margin: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__input-checkbox:checked ~ span:before {
  background-color: #000;
  box-shadow: inset 0 0 0 2px #fff;
}
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address span {
  position: relative;
  padding-left: 26px;
}
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address span:before {
  content: "";
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row {
  position: relative;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row > label,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row > label {
  color: #888888;
  clip: unset;
  clip-path: unset;
  cursor: text;
  display: block;
  height: auto;
  top: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row > label.screen-reader-text .optional,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row > label.screen-reader-text .optional {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::placeholder {
  opacity: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder {
  opacity: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:-moz-placeholder {
  opacity: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-moz-placeholder {
  opacity: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder {
  opacity: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder {
  opacity: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:focus,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:focus,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:focus,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:focus {
  padding: 35px 0 10px;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:placeholder-shown) {
  padding: 35px 0 10px;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .select2 {
  min-height: 70px;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection {
  min-height: 70px;
  padding: 35px 0 15px;
}
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__arrow,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__arrow {
  top: 36px;
}
body.woocommerce-checkout .entry-content .notes > label {
  display: none;
}
body.woocommerce-checkout .entry-content .notes textarea {
  width: 100%;
  min-width: 100%;
  min-height: 176px;
  font-size: 16px;
  line-height: 30px;
  max-width: 100%;
}
body.woocommerce-checkout .entry-content #order_review_heading {
  font-size: 1.375rem;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content #order_review_heading {
    width: 50%;
    padding: 0 0 0 48px;
    position: absolute;
    right: 0;
    margin: 0;
  }
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment > h3 {
  font-size: 1.375rem;
  margin-bottom: 32px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-top: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
  font-size: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 16px;
  position: relative;
  padding-left: 26px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:before {
  content: "";
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox {
  -webkit-appearance: checkbox;
  top: -2px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  margin: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 30px 35px;
  margin-bottom: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h1, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h2, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h4, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h5, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h6,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions p, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions span, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions a,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions li, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions address,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions tr, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions td, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions th,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions dt, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions dd, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions dl,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions code, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions pre,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions img, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions div,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions blockquote {
  font-size: 13px;
  line-height: 1.7;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  list-style-type: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li {
  overflow: auto;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.woocommerce-notice {
  font-size: 0.9rem;
  line-height: 1.6;
  width: 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li > input {
  opacity: 0;
  position: absolute;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li > input:checked ~ label:before {
  content: "";
  display: inline-block;
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li > input.input-radio {
  visibility: hidden;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li input[type=checkbox] {
  background-image: none;
  border: 1px solid;
  width: 14px !important;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li > label {
  display: inline;
  font-size: 16px;
  cursor: pointer;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li > label:before {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
  top: 1px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li > label:hover:before {
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li img {
  display: inline;
  float: right;
  max-width: 40px !important;
  margin: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li .payment_box {
  padding: 16px 0;
}
@media (min-width: 768px) {
  body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li .payment_box {
    padding: 16px 0 16px 31px;
  }
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li .payment_box p {
  color: #888888;
  font-size: 15px;
  margin-bottom: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li .payment_box .wc-payment-form .form-row {
  margin-bottom: 14px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_authnet .wc-credit-card-form {
  margin: 14px 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_authnet .form-row label {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_ppec_paypal img {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_stripe label[for=payment_method_stripe] {
  padding-left: 0 !important;
  display: inline !important;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_stripe label[for=payment_method_stripe] img {
  max-width: 35px !important;
  vertical-align: middle;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_stripe ul {
  list-style-type: none;
  padding-left: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_stripe fieldset label {
  cursor: text;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_stripe fieldset label:before {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_stripe fieldset .wc-stripe-elements-field {
  padding: 10px 0;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  margin: 0 0 16px 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_stripe_sepa img.stripe-icon {
  margin-top: 8px !important;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_paypal img {
  max-width: 102px !important;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_paypal .about_paypal {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  margin-left: 5px;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li.payment_method_paypal .about_paypal:hover {
  background-size: 0 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order {
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  line-height: 3.2rem;
  width: 100%;
  cursor: pointer;
  margin-top: 32px;
  transition: 0.2s ease-in-out;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order:hover {
  opacity: 0.8;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order[data-value="Switch subscription"] {
  background-color: #D65742;
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  width: calc(100vw - 60px);
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order[data-value="Switch subscription"] {
    width: 420px;
  }
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order[data-value="Switch subscription"]:hover {
  opacity: 1;
  background-color: black;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
  text-transform: uppercase;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item {
  font-size: 16px;
  border: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item:last-child td {
  padding-bottom: 32px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td {
  padding: 0 16px 16px 0;
  vertical-align: baseline;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
  color: #888888;
}
@media (max-width: 767.98px) {
  body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
    width: calc(66vw - 2em);
  }
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name strong, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name dt {
  color: #000;
  font-weight: normal;
  display: inline-block;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name dd, body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart_item td.product-name dt {
  float: none;
  display: block;
  text-align: left;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
  border: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr strong {
  font-weight: normal;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th {
  text-align: left;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  font-size: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  color: #888888;
  padding: 32px 0;
  width: 50%;
  text-transform: uppercase;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  color: #000000;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount {
  font-size: 16px;
  color: #888888;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount th {
  padding: 0 0 32px 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount td {
  padding: 0 0 32px 0;
  color: #000;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon {
  font-size: 16px;
  color: #888888;
  position: relative;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 1px, rgba(0, 0, 0, 0.5) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: all 0.35s ease-in-out;
  background-color: transparent;
  margin-left: 10px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon:hover {
  background-size: 100% 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon:before {
  content: "\e90a";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 9px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method {
  list-style-type: none;
  margin: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li {
  font-size: 16px;
  line-height: 32px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li input:checked ~ label:before {
  content: "";
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li input[type=hidden] {
  color: #e34;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li input[type=hidden] ~ label {
  cursor: auto;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li input[type=hidden] ~ label:before {
  display: none;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li label {
  cursor: pointer;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li label:before {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
  top: 2px;
  cursor: pointer;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li label:hover:before {
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping th {
  color: #888888;
  font-size: 16px;
  vertical-align: baseline;
  padding: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping td {
  padding: 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 16px;
  color: #888888;
  margin: 10px 0;
  display: inline;
  background-size: 100% 100%;
  background-position: 0 100%;
  transition: background-size 0.35s ease-in-out;
  background-repeat: no-repeat;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  background-size: 0 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form {
  padding: 16px 0;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form .country_select {
  width: 100%;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row input {
  height: 40px;
  font-size: 13px;
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 0 10px;
  color: #888888;
  margin-top: 16px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button {
  height: 40px;
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button:hover {
  background-color: #000;
  color: #fff;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
  color: #888888;
  font-size: 16px;
  vertical-align: middle;
  padding-bottom: 32px;
  padding-top: 22px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 13px;
  color: #000000;
  line-height: 1.6;
  vertical-align: middle;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td span {
  color: #000000;
  font-size: 1.375rem;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td strong > span {
  display: block;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .fee th {
  color: #888888;
  font-size: 16px;
  vertical-align: middle;
  padding-bottom: 32px;
  padding-top: 22px;
}
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .fee td {
  font-size: 16px;
  padding: 0;
}
body.woocommerce-checkout .entry-content #customer_details {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content #customer_details {
    width: 50%;
    float: left;
    padding-right: 48px;
  }
}
body.woocommerce-checkout .entry-content #customer_details .form-row {
  margin-bottom: 16px;
}
body.woocommerce-checkout .entry-content #customer_details .form-row .woocommerce-input-wrapper > strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 35px 0 0;
  margin-bottom: -5px;
}
body.woocommerce-checkout .entry-content #customer_details .form-row select {
  width: 100%;
  line-height: 20px;
  height: 70px;
  padding: 35px 0 15px;
  font-size: 16px;
}
body.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields > h3 {
  display: none;
}
body.woocommerce-checkout .entry-content #customer_details .create-account span {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .entry-content #order_review {
    width: 50%;
    float: left;
    padding: 91px 0 0 48px;
  }
}
body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-remove a {
  background-image: none;
}
body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-quantity {
  float: none;
}
body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-quantity input[type=number] {
  width: 70px;
  height: 64px;
  text-align: center;
}
body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-details {
  min-width: 100%;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout > #woocommerce_checkout_before_order_review {
  width: 50%;
  float: left;
  padding: 91px 0 0 48px;
}
body.woocommerce-checkout .entry-content .hmu-hook + #order_review {
  padding-top: 0;
}
body.woocommerce-checkout .entry-content #woocommerce_after_checkout_form {
  display: block;
  width: 100%;
  float: left;
}

body.woocommerce-wishlist .wishlist-title h2 {
  padding: 0;
  margin: 0;
}
body.woocommerce-wishlist .single-wrapper .col {
  max-width: 1100px;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table {
  width: 100%;
  position: relative;
  max-width: 100%;
  font-size: 0.9rem;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tr th.product-thumbnail {
  width: 112px;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead {
  display: none;
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead {
    display: table-header-group;
    text-align: left;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th {
    font-size: 16px;
    color: #888888;
    padding: 16px 0;
    border: none;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th.product-remove {
    position: absolute;
    left: 0;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th.product-name {
    position: relative;
    transform: translateX(-112px);
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th.product-price {
    width: 12.3%;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr {
  border: none;
  width: 100%;
  display: block;
  padding: 32px 0;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr {
    display: table-row;
    border: none;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:first-child td {
    padding: 32px 16px 0 0;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:first-child td.product-thumbnail {
    padding: 32px 16px 0 0;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:first-child td.product-remove .remove {
    top: 31px;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:hover td.product-remove {
    opacity: 1;
    visibility: visible;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td {
  width: 100%;
  display: table;
  text-align: right;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td {
    vertical-align: middle;
    margin-bottom: 16px;
    width: auto;
    display: table-cell;
    text-align: left;
    margin-bottom: 0;
    padding: 16px 16px 0 0;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove {
  position: relative;
  padding: 0;
  text-align: right;
  z-index: 2;
}
@media (min-width: 1200px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    width: 1px !important;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove {
  font-size: 0;
  display: inline-block;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove:before {
  content: "\e921";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  color: #000;
  transition: 0.2s ease-in-out;
  display: block;
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove:before {
    padding: 10px;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove:hover:before {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove {
    position: absolute;
    top: 15px;
    left: 0px;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail {
  text-align: center;
  margin-bottom: 10px;
  vertical-align: baseline;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail a {
  max-width: initial;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail img {
  width: 160px;
  height: 200px;
  object-fit: cover;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail img:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail {
    width: 112px;
    position: relative;
    text-align: left;
    margin-bottom: 0;
    padding: 16px 16px 0 0;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail a {
    display: block;
    transition: 0.2s ease-in-out;
    max-width: 96px;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail a img {
    width: 96px;
    height: 123px;
    display: block;
    object-fit: cover;
    max-width: 96px;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-name a {
  font-size: 16px;
  display: inline;
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-name a {
    font-size: 0.9rem;
    display: inline;
    text-decoration: none;
    box-decoration-break: slice;
    line-height: 1.25rem;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 100%;
    transition: background-size 0.35s ease-in-out;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-name a:hover {
    background-size: 100% 100%;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price {
  font-size: 16px;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price del {
  color: #888888;
}
@media (min-width: 768px) {
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price {
    font-size: 0.9rem;
  }
  body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price:before {
    display: none;
  }
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-stock-status span {
  color: #888888;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-add-to-cart a {
  display: inline-block !important;
  padding: 0;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
  line-height: 1.6;
}
body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-add-to-cart a:hover {
  background-size: 0 100%;
}

body.woocommerce-order-received .entry-header {
  max-width: 1100px;
  margin: 0 auto;
}
body.woocommerce-order-received .entry-header .entry-title {
  font-size: 1.45rem;
  margin: 32px 0;
}
@media (min-width: 1200px) {
  body.woocommerce-order-received .entry-header .entry-title {
    font-size: 2rem;
    margin: 0;
  }
}
body.woocommerce-order-received .entry-content {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  body.woocommerce-order-received .entry-content {
    padding-bottom: 120px;
  }
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order {
  font-size: 16px;
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order > p.woocommerce-notice {
  font-size: 1.15rem;
  margin-bottom: 32px;
  max-width: 1100px;
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview {
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  min-height: 103px;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  list-style-type: none;
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li {
  color: #888888;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  font-size: 0.9rem;
  color: #000;
  display: block;
  font-weight: normal;
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child {
  padding-right: 0;
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li.woocommerce-order-overview__email {
  display: none !important;
}
@media (min-width: 576px) {
  body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li {
    margin-bottom: 0;
    width: 20%;
  }
}
body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table td.product-name .wc-item-meta li {
  font-size: 13px;
}

body.woocommerce-shop .shop-content .shop-header-wrapper {
  opacity: 0;
  visibility: hidden;
}
body.woocommerce-shop .shop-content .shop-header-wrapper.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease-in-out;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block {
    flex-wrap: nowrap;
    margin-bottom: 64px;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter {
  order: 2;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter {
    padding-top: 7px;
    width: 300px;
    order: inherit;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter {
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter {
    font-size: 16px;
  }
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter:hover span:after {
    width: 100%;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-filter,
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-close-20x20 {
  width: 28px;
  display: inline-block;
  height: 18px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-filter:hover,
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-close-20x20:hover {
  transform: rotate(0);
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-filter {
  animation: filterOpen 1s linear;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-close-20x20 {
  animation: filterClose 1s linear;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter span {
  display: inline-block;
  position: relative;
  line-height: initial;
  height: 17px;
  top: -1px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.35s ease-in-out;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter.active:hover span:after {
    width: 0;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter.active span:after {
  width: 100%;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .shop-categories {
    order: inherit;
    margin: 0;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products {
  text-align: right;
  order: 3;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products {
    order: inherit;
    width: 300px;
    padding-top: 7px;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form {
  display: inline-block;
  text-align: right;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-selection.select2-selection--single {
  box-shadow: none;
  text-align: right;
  background: none;
  padding: 0;
  height: 28px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 3px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container {
  width: auto !important;
  min-width: 226px;
  text-align: left;
  height: 28px;
}
@media (min-width: 992px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container {
    min-width: 250px;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-results__option {
  font-size: 15px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-selection__rendered {
  padding-right: 30px;
  width: auto;
  display: table;
  margin-left: auto;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  font-size: 15px;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-selection__rendered {
    font-size: 16px;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-selection__rendered:hover {
  background-size: 100% 100%;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display {
  display: inline-block;
  vertical-align: middle;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-grid {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-grid.active {
  color: #888888;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-big-grid {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-big-grid.active {
  color: #888888;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter {
  display: none;
  font-size: 16px;
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter {
    padding-bottom: 20px;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .widget-vertical-title {
  top: 5px;
  left: 24px;
  line-height: 1;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease-in-out;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
  }
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
    width: calc((100% - 120px) / 3);
  }
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(2n+2) {
    margin-right: 60px;
  }
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
    width: calc((100% - 180px) / 4);
    margin: 0 60px 60px 0;
  }
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(2n+2) {
    margin-right: 60px;
  }
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(3n+3) {
    margin-right: 60px;
  }
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside {
    padding-left: 50px;
  }
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside ul li {
  position: relative;
  display: block;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside .alignfull, body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside .alignwide {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.section-categories {
  margin-bottom: 50px;
}
.section-categories .cont-row {
  overflow: hidden;
}
.section-categories .cont-row .category-grid-item {
  margin-bottom: 16px;
  position: relative;
  opacity: 0;
  transform: scale(0.9);
  will-change: opacity, transform;
}
.section-categories .cont-row .category-grid-item.animated {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.section-categories .cont-row .category-grid-item .category-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.section-categories .cont-row .category-grid-item .category-img:hover {
  opacity: 0.5;
}
.section-categories .cont-row .category-grid-item .category-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-categories .cont-row .category-grid-item .category-title {
  font-size: 1.15rem;
  color: #000;
  position: absolute;
  bottom: 24px;
  left: 32px;
  margin: 0;
}
.section-categories .cont-row .category-grid-item .category-title .count {
  color: #888888;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-categories {
    margin-bottom: 57px;
  }
  .section-categories .cont-row {
    margin: 0 -8px;
  }
  .section-categories .cont-row .category-grid-item {
    float: left;
    width: 33.33333333%;
    padding: 0 8px;
    margin-bottom: 16px;
    height: 332px;
  }
  .section-categories .cont-row .category-grid-item:nth-child(1) {
    width: 66.66666666%;
    height: 540px;
  }
  .section-categories .cont-row .category-grid-item:nth-child(2) {
    height: 540px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woocommerce-products-header {
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fadein;
  animation-duration: 0.35s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.woocommerce-products-header > *:last-child {
  margin-bottom: 60px;
}
.woocommerce-products-header .image-link {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .woocommerce-products-header .image-link {
    margin-bottom: 120px;
  }
}
.woocommerce-products-header .image-link img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.woocommerce-products-header p {
  font-size: 1rem;
  line-height: 32px;
  color: #000000;
  display: table;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

body.woocommerce-account .customer-login .entry-header {
  display: none;
}
body.woocommerce-account .customer-login .entry-content {
  max-width: 408px;
  margin: 0 auto;
  min-height: calc(100vh - 254px);
  padding-top: 10%;
}
body.woocommerce-account .customer-login .entry-content .woocommerce h2 {
  font-size: 1.45rem;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  body.woocommerce-account .customer-login .entry-content .woocommerce h2 {
    font-size: 2rem;
  }
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login {
  position: relative;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .woocommerce-form-row {
  display: block;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .woocommerce-form-row label {
  display: none;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .woocommerce-form-row input {
  width: 100%;
  display: block;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  color: #888888;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  margin-bottom: 16px;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label {
  font-size: 16px;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label input {
  display: none;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label span {
  height: 16px;
  width: 16px;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  top: 2px;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: scale(0);
  visibility: hiden;
  transition: 0.1s ease-in-out;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label .checkbox-pass:checked + span:before {
  transform: scale(1);
  visibility: visible;
}
body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .lost-pw {
  font-size: 15px;
  color: #888888;
}
body.woocommerce-account .customer-login .entry-content .register-form .wrapper {
  margin-bottom: 30px;
}
body.woocommerce-account .customer-login .entry-content .register-form .wrapper input {
  width: 100%;
  display: block;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  color: #888888;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  margin-bottom: 16px;
}

body.woocommerce-account .entry-header {
  display: none;
}
body.woocommerce-account .entry-content {
  max-width: 1110px;
  margin: 0 auto;
}
body.woocommerce-account .entry-content .woocommerce {
  margin: 2rem 0;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce {
    display: flex;
  }
}
body.woocommerce-account .entry-content .woocommerce #toggle_nav:checked ~ nav {
  display: block;
}
body.woocommerce-account .entry-content .woocommerce label.toggle_nav_label {
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce label.toggle_nav_label {
    display: none;
  }
}
body.woocommerce-account .entry-content .woocommerce input#toggle_nav {
  position: absolute;
  opacity: 0;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  min-width: 270px;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation nav {
  display: none;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation nav {
    display: block;
  }
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    margin: 4rem 0;
    max-width: 22vw;
    width: 100%;
    margin-bottom: 88px;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  width: 100%;
  max-width: 100%;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: block;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-size: 100% 100%;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover {
  background-size: 0 100%;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:after {
    content: "";
    background-color: #DDDDDD;
    width: 1px;
    height: 30px;
    transform: rotate(15deg) translateY(-50%);
    display: inline-block;
    top: 50%;
    right: 0;
    position: absolute;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child:after {
    display: none;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 150%;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  display: inline-block;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    margin: 4rem 0;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers {
  font-size: 0.9rem;
  display: block;
  margin: 0;
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--previous {
  float: left;
  background-size: 0 100%;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--previous:hover {
  background-size: 100% 100%;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--previous:before {
  content: "\e905";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--next {
  float: right;
  background-size: 0 100%;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--next:hover {
  background-size: 100% 100%;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--next:after {
  content: "\e907";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  margin-left: 10px;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content a {
  display: inline;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content a.button {
  display: inline-block;
  color: white;
  background-color: black;
  line-height: 26px;
  padding: 0.2rem 0.5rem;
  border: 1px solid white;
  font-size: 0.8rem;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content a.button:hover {
  background-color: #222;
  color: white;
  border: 1px solid white;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content > p {
  font-size: 0.9rem;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content > p strong {
  font-weight: normal;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content > p {
    font-size: 1.075rem;
    line-height: 1.9rem;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.shop_table tr td a.button {
  max-width: none !important;
  background-color: #333;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.shop_table tr td a.button:hover {
  background-color: black;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.subscription_details tr td a.button {
  display: block;
  background-color: #eee;
  color: black;
  font-size: 80%;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.subscription_details tr td a.button:hover {
  color: white;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.subscription_details tr td:first-child {
  vertical-align: top;
  text-transform: uppercase;
  min-width: calc(50vw - 50px);
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.subscription_details tr td:first-child {
    min-width: 13rem;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.subscription_details tr td:first-child p {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.subscription_details tr td:first-child p {
    font-size: 0.9rem;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.order_details tr.order_item {
  vertical-align: top;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.order_details tr.order_item td.product-name ul.wc-item-meta {
  margin-bottom: 0.5rem;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.order_details tr.order_item td.product-name ul.wc-item-meta li {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.order_details tr.order_item td.product-name ul.wc-item-meta li * {
  font-size: 0.8rem;
  line-height: 1.25rem;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.order_details tr.order_item td.product-name ul.wc-item-meta li strong {
  margin-right: 0.5rem;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content table.order_details tr.order_item td.product-name ul.wc-item-meta li p {
  margin-bottom: 0;
  opacity: 0.75;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders {
  width: 100%;
  text-align: left;
  max-width: 100%;
  margin: 0 auto 24px auto;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead {
  display: none;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead {
    display: table-header-group;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr {
    font-size: 16px;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th {
    padding: 16px 10px 16px 0;
    text-align: left;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-number, body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-actions {
    width: 17%;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr {
  padding: 20px 0;
  display: block;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child {
  border: none;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr {
    display: table-row;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td {
  font-size: 16px;
  color: #000;
  display: table;
  text-align: right;
  width: 100%;
  margin: 8px 0;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td {
    display: table-cell;
    text-align: left;
    width: auto;
    font-size: 0.9rem;
    padding: 24px 10px 24px 0;
    margin: 0;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total {
  color: #888888;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total span {
  color: #000;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions a {
  margin-left: 0;
  padding: 0.5em 0.75em;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions a:first-child {
  margin-left: 0;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-number:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-number:before {
    display: none;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-date:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-date:before {
    display: none;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status:before {
    display: none;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-total:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-total:before {
    display: none;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-actions:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-actions:before {
    display: none;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer {
  display: none;
}
@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-top: 24px;
  }
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer .previous:before {
  content: "\e905";
  font-family: "Block-Shop";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer .next:after {
  content: "\e907";
  font-family: "Block-Shop";
  font-size: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
body.woocommerce-account.woocommerce-view-order .entry-content .woocommerce .woocommerce-MyAccount-content > p {
  font-size: 0.9rem;
  max-width: 100%;
  margin-bottom: 64px;
}
body.woocommerce-account.woocommerce-view-order .entry-content .woocommerce .woocommerce-MyAccount-content > p mark {
  background: none;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-view-order .entry-content .woocommerce .woocommerce-MyAccount-content > p {
    font-size: 1.075rem;
  }
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content > p {
  max-width: 100%;
  margin-bottom: 64px;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content > .woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  overflow: hidden;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 64px;
  }
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 1.15rem;
  margin-bottom: 32px;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  font-size: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  font-size: 0.9rem;
  font-style: normal;
}
@media (min-width: 576px) {
  body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    flex: 50%;
    max-width: 50%;
  }
  body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
    font-size: 1.375rem;
  }
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form h3 {
  max-width: 528px;
  margin: 0 auto 44px auto;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-input-wrapper {
  display: block;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-input-wrapper .select2-container {
  margin-bottom: 16px;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields {
  max-width: 528px;
  margin: 0 auto;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row label {
  display: none;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row input {
  width: 100%;
  display: block;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 16px;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .button {
  width: 100%;
  padding: 8px 0;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  overflow: hidden;
  margin-bottom: 16px;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p {
  margin: 0;
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_first_name_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_phone_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_first_name_field {
  width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_first_name_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_phone_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_first_name_field {
    width: 252px;
    float: left;
  }
}
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_last_name_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_last_name_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_email_field {
  width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_last_name_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_last_name_field, body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_email_field {
    width: 252px;
    float: right;
  }
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  max-width: 528px;
  margin: 0 auto;
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm em {
  font-style: normal;
  font-size: 13px;
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
  margin: 0;
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
  display: none;
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input {
  width: 100%;
  display: block;
  line-height: 25px;
  padding: 10px 16px;
  border-radius: 4px;
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input + span {
  display: block;
  margin: -10px 0 6px 0;
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first {
  width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first {
    width: 252px;
    float: left;
  }
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
  width: 100%;
}
@media (min-width: 576px) {
  body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
    width: 252px;
    float: right;
  }
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 64px;
  margin-bottom: 16px;
  border: none;
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 1.15rem;
  display: block;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    font-size: 1.375rem;
  }
}
body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
  width: 100%;
  padding: 8px 0;
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods {
  max-width: 1100px;
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods thead {
  display: none;
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods thead tr th {
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods thead {
    display: table-header-group;
    font-size: 16px;
  }
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr {
  display: block;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr {
    display: table-row;
  }
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td {
  display: table;
  width: 100%;
  text-align: right;
  margin: 8px 0;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td {
    display: table-cell;
    width: auto;
    text-align: left;
    margin: 0;
  }
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-method:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-method:before {
    display: none;
  }
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-expires:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-expires:before {
    display: none;
  }
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions {
  width: 25%;
  font-size: 0;
  margin-left: auto;
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions:before {
    display: none;
  }
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions a {
  font-size: 0.8rem;
  margin-left: 0;
}
body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions a:first-child {
  margin-left: 0;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods {
  max-width: 1100px;
  margin: 0 0 24px 0;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods p {
  margin: 0 0 24px 0;
  font-size: 0.9rem;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.woocommerce-notice {
  font-size: 0.9rem;
  line-height: 1.6;
  width: 100%;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li > input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li > input:checked ~ label:before {
  content: "";
  display: inline-block;
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li > label {
  display: inline;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li > label:before {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
  top: 1px;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li > label:hover:before {
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li img {
  display: inline;
  max-width: 130px;
  margin: 0 15px;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li .payment_box {
  padding: 16px 0;
}
@media (min-width: 768px) {
  body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li .payment_box {
    padding: 16px 0 16px 31px;
  }
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li .payment_box p {
  color: #888888;
  font-size: 15px;
  margin-bottom: 0;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.payment_method_ppec_paypal img {
  display: none;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.payment_method_stripe label[for=payment_method_stripe] {
  padding-left: 0 !important;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.payment_method_stripe ul {
  list-style-type: none;
  padding-left: 0;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.payment_method_stripe fieldset label {
  cursor: text;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.payment_method_stripe fieldset label:before {
  display: none;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.payment_method_stripe fieldset .wc-stripe-elements-field {
  padding: 10px 0;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  margin: 0 0 16px 0;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods > li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
  padding-left: 28px;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods .woocommerce-PaymentMethod {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods .input-radio {
  -webkit-appearance: radio;
  position: relative !important;
  border: none;
  background: none;
  box-shadow: none;
  top: auto !important;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods .wc-stripe-elements-field {
  padding: 10px 0;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  margin: 0 0 16px 0;
}
body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods label[for=payment_method_stripe] {
  margin: 0 0 32px 0 !important;
  padding: 0 !important;
  font-size: 0.9rem;
  flex: 1;
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review {
  width: 100%;
  float: none;
  padding: 0;
  max-width: 1100px;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review strong {
  font-weight: normal;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table {
  max-width: 100%;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table thead {
  font-size: 16px;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table thead th.product-quantity {
  width: 10%;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table thead th.product-total {
  width: 25%;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table tbody td ul {
  list-style-type: none;
  margin: 0;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table tbody td ul li strong {
  float: left;
  color: #888888;
  font-size: 13px;
  margin-right: 5px;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table tbody td ul li p {
  color: #888888;
  font-size: 13px;
  margin: 0;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review table tfoot tr:last-child {
  border: none;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review ul {
  max-width: 100%;
  list-style-type: none;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review p {
  color: #888888;
  font-size: 15px;
  max-width: 450px;
  margin: 0 0 16px 0;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods {
  list-style-type: none;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.woocommerce-notice {
  font-size: 0.9rem;
  line-height: 1.6;
  width: 100%;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li input:checked ~ label:before {
  content: "";
  display: inline-block;
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li label {
  display: inline;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li label:before {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
  top: 1px;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li label:hover:before {
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li img {
  display: inline;
  max-width: 130px;
  margin: 0 15px;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li .payment_box {
  padding: 16px 0;
}
@media (min-width: 768px) {
  body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li .payment_box {
    padding: 16px 0 16px 31px;
  }
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li .payment_box p {
  color: #888888;
  font-size: 15px;
  margin-bottom: 0;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.payment_method_ppec_paypal img {
  display: none;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.payment_method_stripe label[for=payment_method_stripe] {
  padding-left: 0 !important;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.payment_method_stripe ul {
  list-style-type: none;
  padding-left: 0;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.payment_method_stripe fieldset label {
  cursor: text;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.payment_method_stripe fieldset label:before {
  display: none;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.payment_method_stripe fieldset .wc-stripe-elements-field {
  padding: 10px 0;
  border: none;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  margin: 0 0 16px 0;
}
body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
  padding-left: 28px;
}

.woocommerce-Payment .woocommerce-PaymentMethods {
  list-style-type: none;
}
.woocommerce-Payment iframe {
  min-height: initial;
}

.wc_payment_method iframe {
  min-height: initial;
}

div.product {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background-color: #F6F6F5;
}
div.product .summary {
  width: 100%;
}
@media (min-width: 992px) {
  div.product .summary {
    width: 384px;
  }
}
div.product .summary p {
  font-size: 0.9rem;
}
div.product .summary .product_title {
  font-size: 1.65rem;
  line-height: 35px;
  margin: 0;
  font-size: 1.275rem;
}
@media (min-width: 992px) {
  div.product .summary .product_title {
    font-size: 1.65rem;
    line-height: 2.25rem;
  }
}
div.product .summary .single_variation_wrap {
  width: 100%;
}
div.product .summary .variations_form .variations {
  margin: 0 0 16px 0;
}
div.product .summary .variations_form .variations tbody {
  display: block;
}
div.product .summary .variations_form .variations tbody tr {
  display: block;
  border: none;
}
div.product .summary .variations_form .variations tbody tr td {
  padding: 0;
  display: block;
}
div.product .summary .variations_form .variations tbody tr td.label {
  font-size: 16px;
  color: #888888;
}
div.product .summary .variations_form .variations tbody tr td.label label {
  cursor: default;
}
div.product .summary .variations_form .variations tbody tr td.value {
  padding: 0 0 24px 0;
}
div.product .summary .variations_form .variations tbody tr td.value .reset_variations {
  display: none !important;
  margin: 24px 0 0 0;
  display: inline-block;
  font-size: 15px;
  background-size: 0 100%;
  line-height: 25px;
}
div.product .summary .variations_form .variations tbody tr td.value .reset_variations:hover {
  background-size: 100% 100%;
}
div.product .summary .variations_form .variations tbody tr td.value .reset_variations:before {
  content: "\e90a";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 9px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
div.product .summary .variations_form .variations tbody tr:last-child td.value {
  padding: 0;
}
div.product .summary .wc-pao-addons-container {
  width: 100%;
}
div.product .summary .wc-pao-addons-container .wc-pao-addon-wrap select {
  width: 100%;
}
div.product .summary .wc-pao-addons-container .wc-pao-addon-image-swatch {
  padding: 0;
  margin: 0 10px 10px 0;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  background-image: none !important;
  max-width: 65px;
  max-height: 65px;
}
div.product .summary .wc-pao-addons-container .product-addon-totals strong {
  font-weight: normal;
}
div.product .summary .wc-pao-addons-container .product-addon-totals .wc-pao-col1 {
  max-width: 75%;
}
div.product .summary .wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line p.price {
  text-align: left;
  width: 100%;
}
div.product .summary .wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line p.price .amount {
  float: right;
}
div.product .summary .grouped_form table {
  display: block;
  margin: 0 0 14px 0;
}
div.product .summary .grouped_form table tr {
  display: block;
  padding-left: 92px;
  position: relative;
  border: none;
}
div.product .summary .grouped_form table tr td {
  display: block;
  position: relative;
  padding: 0;
}
div.product .summary .grouped_form table tr td:last-child {
  padding: 0 0 24px 0;
}
div.product .summary .grouped_form table tr td a {
  background-size: 0 100%;
}
div.product .summary .grouped_form table tr td a:hover {
  background-size: 100% 100%;
}
div.product .summary .grouped_form table tr td .quantity {
  height: 40px;
  width: 68px;
  position: relative;
  top: 10px;
}
div.product .summary .grouped_form table tr td .quantity .increase {
  background: none;
  color: #888888;
  height: 40px;
  text-align: right;
}
div.product .summary .grouped_form table tr td .quantity .increase i {
  line-height: 40px;
}
div.product .summary .grouped_form table tr td .quantity .decrease {
  background: none;
  color: #888888;
  height: 40px;
  text-align: left;
}
div.product .summary .grouped_form table tr td .quantity .decrease i {
  line-height: 40px;
}
div.product .summary .grouped_form table tr td .quantity .input-text {
  color: #000;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity {
  position: absolute;
  top: 0;
  left: 0;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_simple {
  font-size: 0;
  width: 68px;
  height: 48px;
  background-color: #F5F5F5;
  display: block;
  background-size: 0;
  position: relative;
  top: 5px;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_simple:hover {
  background-size: 0;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_simple:before {
  content: "\e916";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 4px;
  display: block;
  line-height: 48px;
  text-align: center;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_variable {
  font-size: 0;
  width: 68px;
  height: 48px;
  background-color: #F5F5F5;
  display: block;
  background-size: 0;
  position: relative;
  top: 5px;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_variable:hover {
  background-size: 0;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_variable:before {
  content: "\e916";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 4px;
  display: block;
  line-height: 48px;
  text-align: center;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_external {
  font-size: 0;
  width: 68px;
  height: 48px;
  background-color: #F5F5F5;
  display: block;
  background-size: 0;
  position: relative;
  top: 5px;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_external:hover {
  background-size: 0;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_external:before {
  content: "\e915";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  display: block;
  line-height: 48px;
  text-align: center;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__label a {
  font-size: 16px;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price del {
  color: #888888;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price .amount {
  font-size: 16px;
}
div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price .stock {
  font-size: 14px;
  background: none;
  line-height: 22px;
  text-align: left;
  padding: 0;
  margin: 0;
  height: auto;
  display: block;
}
div.product .summary .woocommerce-product-rating {
  margin-top: 5px;
}
div.product .summary .woocommerce-product-rating .star-rating {
  margin: 0;
  display: inline-block;
}
div.product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-left: 10px;
  background-size: 0 0;
  top: -2px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
  background-size: 0 0;
  color: #000;
}
div.product .summary .price {
  margin: 32px 0 32px 0;
  font-size: 1.15rem;
  line-height: 1.55rem;
}
@media (min-width: 992px) {
  div.product .summary .price {
    font-size: 1.375rem;
    line-height: 1.9rem;
  }
}
div.product .summary .price del {
  display: inline;
  opacity: 0.25;
}
div.product .summary .price ins {
  text-decoration: none;
  display: inline;
}
div.product .summary .price ins span {
  color: #000;
}
div.product .summary .price .subscription-details {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
}
div.product .summary .cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div.product .summary .cart .added_to_cart {
  display: none;
}
div.product .summary .cart .quantity {
  height: 64px;
  display: flex;
  align-items: center;
}
div.product .summary .cart .quantity .screen-reader-text {
  display: none;
}
div.product .summary .cart .quantity .input-text[type=number] {
  height: 100%;
  text-align: center;
  width: 70px;
  background-color: #fff;
  border: 2px solid #000000;
  color: #000;
  padding: 0;
  margin: 0 16px 0 0;
}
div.product .summary .cart .quantity input[type=number]::-webkit-outer-spin-button,
div.product .summary .cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.product .summary .cart .quantity input[type=number] {
  -moz-appearance: textfield;
  background-size: 0% 100%;
  -moz-appearance: textfield;
}
div.product .summary .cart .quantity input[type=number]:hover {
  background-size: 100% 100%;
}
div.product .summary .cart .quantity input[type=number]:focus {
  background-size: 100% 100%;
}
div.product .summary .cart .wc-pao-addon,
div.product .summary .cart #product-addons-total {
  width: 100%;
}
div.product .summary .stock {
  padding: 19px 0;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 25px;
  font-size: 16px;
  color: #888888;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0 0 24px 0;
}
div.product .summary .woocommerce-product-details__short-description {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.4rem;
}
div.product .summary .product_meta {
  margin-top: 40px;
}
div.product .summary .product_meta > span {
  display: block;
  font-size: 14px;
  color: #888888;
}
div.product .summary .product_meta a {
  background-size: 0;
  transition: all 0.3s ease-in-out;
}
div.product .summary .product_meta a:hover {
  background-size: 0;
  color: #000;
}
div.product .summary .out-of-stock {
  margin-top: 32px;
  padding: 0 10px;
  height: 65px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.product .summary .yith-wcwl-add-to-wishlist {
  margin-top: 24px;
  font-size: 16px;
  line-height: 25px;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  line-height: 25px;
  display: inline-block;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  position: relative;
  margin-left: 25px;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
  content: "\e914";
  position: relative;
  font-size: 14px;
  color: #000;
  display: inline-block;
  font-family: "Block-Shop";
  font-weight: normal;
  padding-left: 1px;
  padding-right: 8px;
  top: 1px;
  left: -25px;
  position: absolute;
  animation: wishListOut 0.4s ease-in-out;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background-size: 100% 100%;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before {
  content: "\e913";
  animation: wishListIn 0.4s ease-in-out;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.loading:after {
  content: "";
  background: #000;
  background-color: rgb(0, 0, 0);
  border-radius: 100%;
  height: 20px;
  width: 20px;
  position: absolute;
  right: -35px;
  top: 2px;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.loading + img.ajax-loading {
  display: none !important;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  display: none;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span {
  display: none;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  line-height: 25px;
  transition: background-size 0.35s ease-in-out;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background-size: 0 100%;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
  content: "\e913";
  position: relative;
  font-size: 14px;
  color: #000;
  display: inline-block;
  font-family: "Block-Shop";
  font-weight: normal;
  padding-left: 1px;
  padding-right: 8px;
  top: 1px;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
  display: none;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  line-height: 25px;
  transition: background-size 0.35s ease-in-out;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-size: 0 100%;
}
div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e913";
  position: relative;
  font-size: 14px;
  color: #000;
  display: inline-block;
  font-family: "Block-Shop";
  font-weight: normal;
  padding-left: 1px;
  padding-right: 8px;
  top: 1px;
}
div.product .summary .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
div.product .summary .single_add_to_cart_button {
  flex: 1;
  height: 64px;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  text-align: center;
  line-height: 65px;
  position: relative;
  font-size: 18px;
  transition: opacity 0.2s ease-in-out, transform 0.35s ease-in-out;
  margin: 0;
  display: block;
}
div.product .summary .single_add_to_cart_button span {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.3s;
}
div.product .summary .single_add_to_cart_button:hover {
  background-color: #ffffff;
  color: #000000;
}
div.product .summary .single_add_to_cart_button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #888888;
}
div.product .summary .single_add_to_cart_button.loading {
  transform: scale(0.5) rotateX(180deg);
  font-size: 0;
}
div.product .summary .single_add_to_cart_button.loading:before {
  width: 100%;
  transition: width 1s cubic-bezier(0.8, 0, 0.26, 1);
  transition-delay: 0;
}
div.product .summary .single_add_to_cart_button.loading span {
  opacity: 0;
}
div.product .summary .wc-bookings-booking-form {
  border: 0;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content {
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content .ui-datepicker-header {
  border-radius: 0;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-prev,
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-next,
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-title {
  background-image: none;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-title {
  text-transform: capitalize;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
  font-size: 14px;
  opacity: 1;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td a,
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td span {
  box-shadow: none;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  opacity: 1;
  text-shadow: none;
  width: 100%;
}
div.product .summary .wc-bookings-booking-form .wc-bookings-booking-cost {
  border: 0;
  margin: 0 0 1em;
}
div.product .summary .wc-bookings-booking-form .block-picker li.block {
  margin: 12px 0;
}
div.product .summary .wc-bookings-booking-form .block-picker li.block a {
  background-image: none;
  transition: all 0.3s ease;
}
div.product .summary .wc-bookings-booking-form .form-field,
div.product .summary .wc-bookings-booking-form .block-picker {
  font-size: 16px;
}
div.product .woocommerce-tabs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 32px 0;
}
@media (min-width: 992px) {
  div.product .woocommerce-tabs {
    max-width: 1080px;
    margin: 0 0 120px 0;
    flex-wrap: nowrap;
  }
}
div.product .woocommerce-tabs .tabs {
  list-style-type: none;
  text-align: center;
  width: 100%;
  margin: 0 0 16px 0;
  max-width: initial;
}
@media (min-width: 992px) {
  div.product .woocommerce-tabs .tabs {
    max-width: 200px;
    min-width: 200px;
    text-align: left;
    margin-right: 50px;
  }
}
div.product .woocommerce-tabs .tabs li {
  margin-bottom: 16px;
}
div.product .woocommerce-tabs .tabs li a {
  font-size: 0.9rem;
  color: #000;
  box-shadow: none;
  background-size: 0 100%;
}
div.product .woocommerce-tabs .tabs li a:hover {
  background-size: 100% 100%;
}
div.product .woocommerce-tabs .tabs li.active a {
  background-size: 100% 100%;
}
div.product .woocommerce-tabs .tabs li.active a:hover {
  box-shadow: none;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 0.9rem;
  line-height: 1.4rem;
  width: 100%;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel:not(.active) * {
  display: none;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel.active {
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}
div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  max-width: initial;
}
div.product .woocommerce-tabs .shop_attributes tr {
  border: none;
}
div.product .woocommerce-tabs .shop_attributes tr th {
  color: #888888;
  padding: 0px 0 13px 0;
  line-height: 35px;
  width: 150px;
  vertical-align: baseline;
  text-align: left;
}
div.product .woocommerce-tabs .shop_attributes tr td {
  padding: 5px 0 13px 0;
  padding: 0px 0 13px 0;
  line-height: 35px;
}
div.product .woocommerce-tabs .shop_attributes tr td a {
  display: inline-block;
  line-height: 20px;
  background-size: 100% 100%;
}
div.product .woocommerce-tabs .shop_attributes tr td a:hover {
  background-size: 0 100%;
}
div.product .woocommerce-tabs .shop_attributes tr p {
  margin: 0;
}
div.product .woocommerce-tabs #reviews #comments,
div.product .woocommerce-tabs .woocommerce-Reviews #comments {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  div.product .woocommerce-tabs #reviews #comments,
div.product .woocommerce-tabs .woocommerce-Reviews #comments {
    margin-bottom: 64px;
  }
}
div.product .woocommerce-tabs #reviews .contributions-container ol.commentlist li .comment-text,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-container ol.commentlist li .comment-text {
  margin-left: 0 !important;
  padding-left: 0;
}
div.product .woocommerce-tabs #reviews .woocommerce-noreviews,
div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
  max-width: initial;
}
div.product .woocommerce-tabs #reviews .woocommerce-Reviews-title,
div.product .woocommerce-tabs #reviews .contributions-title,
div.product .woocommerce-tabs #reviews #contributions-list-title,
div.product .woocommerce-tabs #reviews .contributions-form-title,
div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-title,
div.product .woocommerce-tabs .woocommerce-Reviews #contributions-list-title,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-form-title {
  font-size: 0.9rem;
  color: #888888;
  line-height: 1.4rem;
  margin: 0 0 16px 0;
}
@media (min-width: 1200px) {
  div.product .woocommerce-tabs #reviews .woocommerce-Reviews-title,
div.product .woocommerce-tabs #reviews .contributions-title,
div.product .woocommerce-tabs #reviews #contributions-list-title,
div.product .woocommerce-tabs #reviews .contributions-form-title,
div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-title,
div.product .woocommerce-tabs .woocommerce-Reviews #contributions-list-title,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-form-title {
    margin: 0 0 40px 0;
  }
}
div.product .woocommerce-tabs #reviews .commentlist,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist {
  list-style-type: none;
  margin: 0;
}
div.product .woocommerce-tabs #reviews .commentlist li,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li {
  margin-bottom: 32px;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container {
  width: 100%;
  display: flex;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container > img,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container > img {
  border-radius: 50%;
  display: block;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text {
  padding-left: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .star-rating,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating {
  margin: 0 0 10px 0;
  order: 3;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta {
  color: #888888;
  font-size: 14px;
  line-height: 16px;
  margin: 16px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 0.95rem;
  line-height: 1.3rem;
  font-weight: normal;
  color: #000;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta span,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta span {
  display: none;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  float: right;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .description,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .description {
  width: 100%;
}
div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .description p,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .description p {
  color: #000000;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
div.product .woocommerce-tabs #reviews .commentlist .comment-text .avatar,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .avatar {
  border-radius: 50%;
  display: block;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  margin: 0 15px 0 0 !important;
}
div.product .woocommerce-tabs #reviews .commentlist .comment-text > *:not(.meta):not(.review-title),
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text > *:not(.meta):not(.review-title) {
  width: 100%;
}
div.product .woocommerce-tabs #reviews .commentlist .comment-text iframe,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text iframe {
  height: 360px;
}
div.product .woocommerce-tabs #reviews .commentlist .comment-text .review-title,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .review-title {
  font-size: 0.9rem;
  padding-top: 15px;
}
div.product .woocommerce-tabs #reviews .commentlist .comment-text .review-title .star-rating,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .review-title .star-rating {
  margin-bottom: 0;
}
div.product .woocommerce-tabs #reviews .commentlist .comment-text a,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text a {
  background-image: none;
  transition: all 0.3s ease;
}
div.product .woocommerce-tabs #reviews .commentlist .comment-text .contribution-actions,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .contribution-actions {
  margin: 20px 0;
}
div.product .woocommerce-tabs #reviews .commentlist .contribution-karma,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .contribution-karma {
  margin: 0;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-reply-title,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-reply-title {
  font-size: 1.15rem;
  line-height: 1.6rem;
  margin: 0 0 16px 0;
  display: block;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form p,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form p {
  margin: 0 0 16px 0;
  max-width: initial;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-notes,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-notes {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #888888;
  margin: 0 0 40px 0;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating label[for=rating],
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating label[for=rating] {
  font-size: 16px;
  line-height: 25px;
  color: #888888;
  margin: 0 0 20px 0;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars {
  display: block;
  margin: 0 0 34px 0;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars span,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars span {
  display: flex;
  margin-left: -8px;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars:hover a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars:hover a:before {
  content: "\e929";
  color: #000;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars a,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: none;
  font-size: 0;
  color: #888888;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars a:before {
  display: inline-block;
  content: "\e929";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  transition: all 0.3s ease;
  font-size: 1.75rem;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars a:hover ~ a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars a:hover ~ a:before {
  content: "\e929";
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active:before {
  content: "\e929";
  color: #000;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active ~ a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active ~ a:before {
  content: "\e929";
  color: #888888;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars.selected a:not(.active):before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars.selected a:not(.active):before {
  content: "\e929";
  color: #000;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-comment,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-comment {
  margin-bottom: 16px;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-comment > label,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-comment > label {
  display: none;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author {
  width: 100%;
}
@media (min-width: 576px) {
  div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author {
    width: 47%;
    float: left;
  }
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author > label,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author > label {
  display: none;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author input,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author input {
  width: 100%;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
  width: 100%;
}
@media (min-width: 576px) {
  div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
    width: 47%;
    float: right;
  }
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email > label,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email > label {
  display: none;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email input,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email input {
  width: 100%;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .form-submit,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .form-submit {
  margin: 0;
}
div.product .woocommerce-tabs #reviews .comment-respond .comment-form .form-submit input,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .form-submit input {
  width: 100%;
  font-size: 0.9rem;
}
div.product .woocommerce-tabs #reviews .product-rating .product-rating-summary,
div.product .woocommerce-tabs #reviews .product-rating .product-rating-details,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-summary,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details {
  display: block;
  width: 100%;
  text-align: left;
}
div.product .woocommerce-tabs #reviews .product-rating .product-rating-summary a,
div.product .woocommerce-tabs #reviews .product-rating .product-rating-details a,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-summary a,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details a {
  background-image: none;
  text-decoration: none !important;
}
div.product .woocommerce-tabs #reviews .product-rating .product-rating-details tr,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details tr {
  border-bottom: 0;
}
div.product .woocommerce-tabs #reviews .product-rating .product-rating-details tr:nth-child(2n+1),
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.02);
}
div.product .woocommerce-tabs #reviews .product-rating .product-rating-details tr td,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details tr td {
  text-align: center;
}
div.product .woocommerce-tabs #reviews .product-rating .product-rating-summary h3,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-summary h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
div.product .woocommerce-tabs #reviews .contribution-type-selector a,
div.product .woocommerce-tabs .woocommerce-Reviews .contribution-type-selector a {
  margin-right: 15px;
}
div.product .woocommerce-tabs #reviews .form-contribution,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution {
  margin-left: 0 !important;
}
div.product .woocommerce-tabs #reviews .form-contribution label,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution label {
  display: none;
}
div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset label,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset label {
  font-size: 1.1rem;
  float: none;
  margin-right: 5px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:before,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:before {
  content: "S";
}
div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover, div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover ~ label.checkbox, div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) input:checked ~ label.checkbox,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover ~ label.checkbox,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) input:checked ~ label.checkbox {
  opacity: 1;
}
div.product .woocommerce-tabs #reviews .form-contribution #review_rating_field .star-label,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution #review_rating_field .star-label {
  font-size: 0.8rem;
  font-weight: 400;
  position: relative;
  top: 2px;
}
div.product .woocommerce-tabs #reviews .form-contribution .attachment-type label:before,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .attachment-type label:before {
  transition: all 0.3s ease;
}
div.product .woocommerce-tabs #reviews .form-contribution .toggle-attachment-source,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .toggle-attachment-source {
  float: none;
}
div.product .woocommerce-tabs #reviews .form-contribution .wc-product-reviews-pro-form-submit-row,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .wc-product-reviews-pro-form-submit-row {
  margin: 0;
}
div.product .woocommerce-tabs #reviews .form-contribution .wc-product-reviews-pro-form-submit-row button,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .wc-product-reviews-pro-form-submit-row button {
  width: 100%;
}
div.product .woocommerce-tabs #reviews #contributions-list,
div.product .woocommerce-tabs .woocommerce-Reviews #contributions-list {
  margin-top: 20px;
}

section.no-results.not-found {
  padding: 0 15px;
  max-width: 820px;
  margin: 0 auto;
}
section.no-results.not-found .page-header {
  display: none;
}
section.no-results.not-found .page-content {
  padding: 10% 0;
}
section.no-results.not-found .page-content > p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  section.no-results.not-found .page-content > p {
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 72px;
  }
}
section.no-results.not-found .page-content .search-form {
  max-width: 600px;
  display: flex;
  margin: 0 auto;
}
section.no-results.not-found .page-content .search-form label {
  width: 100%;
  margin-right: 20px;
}
section.no-results.not-found .page-content .search-form label input {
  width: 100%;
}
section.no-results.not-found .page-content .search-form .search-submit {
  font-size: 0.9rem;
  padding: 0 30px;
}
section.no-results.not-found .page-content .search-form .screen-reader-text {
  display: none;
}

body.search-no-results .shop-wrapper .woocommerce-info {
  font-size: 1rem;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px auto;
  padding: 0;
}
body.search-no-results .shop-wrapper .woocommerce-info:before {
  display: none;
}
@media (min-width: 992px) {
  body.search-no-results .shop-wrapper .woocommerce-info {
    line-height: 2.75rem;
    font-size: 2rem;
    padding: 8% 0 14%;
  }
}

.blog-pagination-infinite_scroll .posts-navigation {
  display: none;
}
.blog-pagination-infinite_scroll .load-more .load-text {
  display: none;
}

.blog-pagination-load_more_button .posts-navigation {
  display: none;
}

.blog-pagination-default .posts-navigation .screen-reader-text {
  display: none;
}
.blog-pagination-default .posts-navigation .nav-links {
  color: #000000;
  font-size: 17.65px;
  font-weight: 500;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 100px auto;
}
@media (min-width: 576px) {
  .blog-pagination-default .posts-navigation .nav-links {
    font-size: 1.375rem;
  }
}
.blog-pagination-default .posts-navigation .nav-links.paginated {
  max-width: 500px;
  margin: 0 auto 100px auto;
}
.blog-pagination-default .posts-navigation .nav-links.paginated .nav-previous {
  position: relative;
}
.blog-pagination-default .posts-navigation .nav-links.paginated .nav-previous:after {
  content: "";
  background-color: #DDDDDD;
  width: 1px;
  height: 30px;
  transform: rotate(15deg) translateY(-50%);
  display: inline-block;
  top: 50%;
  position: absolute;
  right: -19px;
}
.blog-pagination-default .posts-navigation .nav-links .nav-previous {
  margin-right: 22px;
}
.blog-pagination-default .posts-navigation .nav-links .nav-previous a:before {
  content: "\e905";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
@media (min-width: 576px) {
  .blog-pagination-default .posts-navigation .nav-links .nav-previous a:before {
    margin-right: 18px;
    font-size: 16px;
  }
}
.blog-pagination-default .posts-navigation .nav-links .nav-next {
  margin-left: 22px;
}
.blog-pagination-default .posts-navigation .nav-links .nav-next a:after {
  content: "\e907";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media (min-width: 576px) {
  .blog-pagination-default .posts-navigation .nav-links .nav-next a:after {
    margin-right: 18px;
    font-size: 16px;
  }
}

.shop-pagination-load_more_button .woocommerce-pagination {
  display: none;
}
.shop-pagination-load_more_button .load-more .load-text {
  display: block;
}
.shop-pagination-load_more_button .load-more.loading .load-text {
  display: none;
}

.shop-pagination-infinite_scroll .woocommerce-pagination {
  display: none;
}
.shop-pagination-infinite_scroll .load-more .load-text {
  display: none;
}

.shop-pagination-default .load-more {
  display: none;
}

.woocommerce-pagination {
  margin: 32px 0 64px 0;
  text-align: center;
}
.woocommerce-pagination .page-numbers {
  list-style-type: none;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li {
  position: relative;
  margin-bottom: 20px;
}
.woocommerce-pagination .page-numbers li:after {
  content: "";
  background-color: #DDDDDD;
  width: 1px;
  height: 30px;
  transform: rotate(25deg) translateY(-50%);
  display: inline-block;
  top: 50%;
  position: absolute;
  right: 3px;
}
.woocommerce-pagination .page-numbers li:last-child:after {
  display: none;
}
.woocommerce-pagination .page-numbers li > a,
.woocommerce-pagination .page-numbers li > span {
  font-size: 1.375rem;
  line-height: 38px;
  padding: 0 4px;
  margin: 0 18px;
  text-align: center;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
  height: 38px;
}
.woocommerce-pagination .page-numbers li > a:hover,
.woocommerce-pagination .page-numbers li > span:hover {
  background-size: 100% 100%;
  box-shadow: 0px -1px 0px transparent inset;
}
.woocommerce-pagination .page-numbers li .prev {
  font-size: 0;
  margin: 0 1px;
}
.woocommerce-pagination .page-numbers li .prev .screen-reader-text {
  display: none;
}
.woocommerce-pagination .page-numbers li .prev:before {
  content: "\e905";
  font-family: "Block-Shop";
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
.woocommerce-pagination .page-numbers li .prev:after {
  content: " ";
  position: absolute;
  right: -12px;
  top: 0;
  width: 15px;
  height: 100%;
  background: #FFF;
  z-index: 1;
}
.woocommerce-pagination .page-numbers li .next {
  font-size: 0;
  margin: 0 1px;
  background-color: transparent;
}
.woocommerce-pagination .page-numbers li .next .screen-reader-text {
  display: none;
}
.woocommerce-pagination .page-numbers li .next:before {
  content: "\e907";
  font-family: "Block-Shop";
  font-size: 14px;
  color: #000;
}
.woocommerce-pagination .page-numbers li .next:after {
  content: " ";
  position: absolute;
  left: -11px;
  top: 0;
  width: 10px;
  height: 100%;
  background: #FFF;
  z-index: 1;
}
.woocommerce-pagination .page-numbers li .current:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.order-info {
  max-width: 1100px;
}

.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.375rem;
  margin-bottom: 32px;
  margin-top: 65px;
  max-width: 1100px;
}
@media (min-width: 1200px) {
  .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 1.375rem;
  }
}
.woocommerce-order-details table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  max-width: 1100px;
}
.woocommerce-order-details table strong {
  font-weight: normal;
  display: inline-block;
}
.woocommerce-order-details table thead tr th {
  padding: 10px 0;
  color: #888888;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .woocommerce-order-details table thead tr th {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce-order-details table thead tr th {
    padding: 16px 0;
    width: 75%;
    font-size: 16px;
    text-align: left;
  }
}
.woocommerce-order-details table tbody tr {
  border: none;
}
.woocommerce-order-details table tbody tr td {
  padding: 0 0 8px 0;
  vertical-align: baseline;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .woocommerce-order-details table tbody tr td {
    font-size: 0.9rem;
    min-width: 140px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-order-details table tbody tr td {
    min-width: 180px;
    padding: 10px 16px 10px 0;
  }
}
.woocommerce-order-details table tbody tr td ul {
  list-style-type: none;
  margin: 0;
}
.woocommerce-order-details table tbody tr td ul li strong {
  float: left;
  color: #888888;
  font-size: 13px;
  margin-right: 5px;
}
.woocommerce-order-details table tbody tr td ul li p {
  color: #888888;
  font-size: 13px;
  margin: 0;
}
.woocommerce-order-details table tbody tr td a {
  background-size: 0 100% !important;
}
.woocommerce-order-details table tbody tr td a:hover {
  background-size: 100% 100% !important;
}
.woocommerce-order-details table tbody tr:first-child td {
  padding: 32px 16px 10px 0;
}
.woocommerce-order-details table tbody tr:last-child td {
  padding: 0 16px 32px 0;
}
.woocommerce-order-details table tbody tr:only-child td {
  padding: 32px 16px 32px 0;
}
.woocommerce-order-details table tfoot {
  border-top: 1px solid #DDDDDD;
}
.woocommerce-order-details table tfoot tr {
  border: none;
}
.woocommerce-order-details table tfoot tr th {
  padding-top: 10px;
  font-size: 16px;
  color: #888888;
  vertical-align: baseline;
  width: 54%;
}
@media (min-width: 1200px) {
  .woocommerce-order-details table tfoot tr th {
    padding: 0 0 0 52%;
    text-align: left;
  }
}
.woocommerce-order-details table tfoot tr td {
  font-size: 16px;
  padding: 0 0 10px 0;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .woocommerce-order-details table tfoot tr td {
    font-size: 0.9rem;
  }
}
.woocommerce-order-details table tfoot tr td small {
  font-size: 16px;
}
@media (min-width: 768px) {
  .woocommerce-order-details table tfoot tr td small {
    font-size: 0.9rem;
  }
}
.woocommerce-order-details table tfoot tr:first-child td {
  padding-top: 32px;
}
.woocommerce-order-details table tfoot tr:first-child th {
  padding-top: 32px;
}

body .entry-content .woocommerce .woocommerce-customer-details {
  margin-top: 66px;
}
body .entry-content .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.375rem;
  max-width: 100%;
  margin: 0 0 32px 0;
}
body .entry-content .woocommerce .woocommerce-customer-details .addresses {
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
}
body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--1 {
  flex: 100%;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 576px) {
  body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--1 {
    flex: 54%;
    max-width: 54%;
  }
}
@media (min-width: 1200px) {
  body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--1 {
    flex: 52%;
    max-width: 52%;
  }
}
body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--2 {
  flex: 100%;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 576px) {
  body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--2 {
    flex: 46%;
    max-width: 46%;
  }
}
@media (min-width: 1200px) {
  body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--2 {
    flex: 48%;
    max-width: 48%;
  }
}
body .entry-content .woocommerce .woocommerce-customer-details address {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-style: normal;
  max-width: 100%;
}
body .entry-content .woocommerce .woocommerce-customer-details address p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-style: normal;
  margin: 0;
}

.woocommerce-order-downloads .woocommerce-order-downloads__title {
  max-width: 1100px;
  font-size: 1.375rem;
  margin-bottom: 32px;
  margin-top: 65px;
}
.woocommerce-order-downloads table {
  max-width: 1100px;
}
.woocommerce-order-downloads table thead {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table thead {
    display: table-header-group;
    font-size: 16px;
    color: #888888;
  }
  .woocommerce-order-downloads table thead tr th {
    padding: 16px 0;
    text-align: left;
  }
  .woocommerce-order-downloads table thead tr th.download-product {
    width: 36%;
  }
  .woocommerce-order-downloads table thead tr th.download-remaining {
    width: 30%;
  }
  .woocommerce-order-downloads table thead tr th.download-expires {
    width: 20%;
  }
  .woocommerce-order-downloads table thead tr th.download-file {
    font-size: 0;
  }
}
.woocommerce-order-downloads table tbody {
  font-size: 0.9rem;
  color: #000;
}
.woocommerce-order-downloads table tbody tr {
  display: block;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table tbody tr {
    display: table-row;
    padding: 0;
  }
}
.woocommerce-order-downloads table tbody tr td {
  padding: 24px 0;
  display: table;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table tbody tr td {
    display: table-cell;
    width: auto;
    text-align: left;
    padding: 24px 24px 24px 0;
  }
}
.woocommerce-order-downloads table tbody tr td.download-file {
  text-align: right;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table tbody tr td.download-file {
    text-align: left;
  }
  .woocommerce-order-downloads table tbody tr td.download-file a {
    margin-left: 25px;
  }
}
.woocommerce-order-downloads table tbody tr td.download-file:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table tbody tr td.download-file:before {
    display: none;
  }
}
.woocommerce-order-downloads table tbody tr td.download-file a {
  position: relative;
}
.woocommerce-order-downloads table tbody tr td.download-file a:before {
  content: "\e903";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: -25px;
  top: 3px;
}
.woocommerce-order-downloads table tbody tr td.download-product a {
  background-size: 0 100% !important;
}
.woocommerce-order-downloads table tbody tr td.download-product a:hover {
  background-size: 100% 100% !important;
}
.woocommerce-order-downloads table tbody tr td.download-product:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: baseline;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table tbody tr td.download-product:before {
    display: none;
  }
}
.woocommerce-order-downloads table tbody tr td.download-remaining:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table tbody tr td.download-remaining:before {
    display: none;
  }
}
.woocommerce-order-downloads table tbody tr td.download-expires:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-order-downloads table tbody tr td.download-expires:before {
    display: none;
  }
}

.order-again {
  display: inline-block;
  max-width: 1100px;
  font-size: 0.9rem;
}
.order-again a {
  display: inline-block;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
}
.order-again a:hover {
  background-size: 0 100%;
}
.order-again:before {
  content: "\e905";
  display: inline-block;
  margin-right: 10px;
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 1px;
  position: relative;
  font-size: 15px;
}

.woocommerce-store-notice {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 60px);
  bottom: 30px;
  margin: 0;
  font-size: 14px;
  padding: 25px 70px 25px 30px;
  background-color: black;
  color: white;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  z-index: 9999;
}
@media (min-width: 992px) {
  .woocommerce-store-notice {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    min-height: 78px;
    width: calc(100vw - 100px);
    transition: transform 0.8s, color 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
    font-size: 18px;
    padding: 25px 80px 25px 40px;
  }
}
.woocommerce-store-notice.hidden {
  transform: translate3d(calc(-100% - 96px), -100%, 0);
  left: auto;
  color: transparent;
}
.woocommerce-store-notice a.blockshop-store-notice__dismiss-link {
  font-size: 0;
  position: absolute;
  right: 30px;
  height: 15px;
  width: 15px;
  top: 30px;
}
.woocommerce-store-notice a.blockshop-store-notice__dismiss-link:before {
  content: "\e921";
  font-family: "Block-Shop";
  font-size: 15px;
  line-height: 15px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.woocommerce-store-notice a.blockshop-store-notice__dismiss-link:hover:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#woocommerce_before_cart_totals.hmu-hook {
  margin-top: 85px;
}

body.single-attachment .entry-header .post-info {
  display: none;
}
body.single-attachment .entry-content .attachment {
  text-align: center;
}
body.single-attachment .entry-content .attachment a {
  background: none;
  transition: none;
}

form .col2-set .col-1 {
  max-width: none;
}

.widget-title {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .widget-title {
    position: absolute;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    height: auto;
    left: 0;
    margin: 0;
    text-align: right;
    max-width: 300px;
  }
}

.article-widget {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .article-widget {
    margin: 0;
  }
}
.article-widget .article-list li {
  display: flex;
  margin-bottom: 16px;
}
.article-widget .article-list li .article-img {
  width: 120px;
  height: 120px;
  margin-right: 16px;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.article-widget .article-list li .article-img:hover {
  opacity: 0.5;
}
.article-widget .article-list li .article-img a {
  display: block;
}
.article-widget .article-list li .article-img a img {
  display: block;
  height: 120px;
  width: 120px;
  min-width: 120px;
  object-fit: cover;
}
.article-widget .article-list li .article-details {
  width: 100%;
}
.article-widget .article-list li .article-details .article-post-date {
  color: #888888;
  font-size: 14px;
  display: block;
}
.article-widget .article-list li .article-details .article-author {
  color: #888888;
  font-size: 14px;
  display: block;
}
.article-widget .article-list li .article-details .article-title {
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  .article-widget .article-list li .article-details .article-title {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .article-widget {
    padding: 0 40px;
  }
}

.widget_recent_entries > ul:not(.wp-block-latest-posts) li {
  margin-bottom: 16px;
  display: block;
  line-height: 0;
  font-size: 16px;
}
.widget_recent_entries > ul:not(.wp-block-latest-posts) li a {
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_recent_entries > ul:not(.wp-block-latest-posts) li a:hover, .widget_recent_entries > ul:not(.wp-block-latest-posts) li a:focus {
  background-size: 100% 100%;
}
.widget_recent_entries > ul:not(.wp-block-latest-posts) li span {
  display: block;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
}

.widget_recent_comments ul .recentcomments {
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
  line-height: 0;
}
.widget_recent_comments ul .recentcomments .comment-author-link {
  display: block;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
}
.widget_recent_comments ul .recentcomments a {
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_recent_comments ul .recentcomments a:hover, .widget_recent_comments ul .recentcomments a:focus {
  background-size: 100% 100%;
}

.textwidget {
  position: relative;
}
.textwidget p {
  font-size: 16px;
  margin-bottom: 16px;
}
.textwidget p:last-child {
  margin: 0;
}
.textwidget p:last-child:after {
  clear: both;
  content: " ";
  display: block;
}

.widget_rss ul li {
  font-size: 0.9rem;
  line-height: 0;
  margin-bottom: 16px;
}
.widget_rss ul li .rsswidget {
  margin-bottom: 4px;
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_rss ul li .rsswidget:hover, .widget_rss ul li .rsswidget:focus {
  background-size: 100% 100%;
}
.widget_rss ul li .rss-date {
  display: block;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.widget_rss ul li .rssSummary {
  font-size: 15px;
  line-height: 24px;
}

.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  line-height: 17px;
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #000;
}

.widget_meta ul {
  list-style-type: none;
}
.widget_meta ul li {
  font-size: 16px;
  line-height: 0;
  margin-bottom: 12px;
}
.widget_meta ul li a {
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_meta ul li a:hover, .widget_meta ul li a:focus {
  background-size: 100% 100%;
}

.widget_categories > ul:not(.wp-block-categories) {
  list-style-type: none;
}
.widget_categories > ul:not(.wp-block-categories) .cat-item {
  color: #888888;
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px;
  line-height: 0;
}
.widget_categories > ul:not(.wp-block-categories) .cat-item a {
  color: #000000;
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_categories > ul:not(.wp-block-categories) .cat-item a:hover, .widget_categories > ul:not(.wp-block-categories) .cat-item a:focus {
  background-size: 100% 100%;
}
.widget_categories > ul:not(.wp-block-categories) .cat-item .children {
  padding-left: 15px;
  padding-top: 10px;
}

.widget_pages ul li {
  color: #888888;
  display: block;
  font-size: 16px;
  line-height: 0;
  margin-bottom: 12px;
}
.widget_pages ul li a {
  color: #000000;
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_pages ul li a:hover, .widget_pages ul li a:focus {
  background-size: 100% 100%;
}
.widget_pages ul li .children {
  padding-left: 15px;
  padding-top: 10px;
}

.widget_archive > ul:not(.wp-block-archives) li {
  color: #888888;
  display: block;
  font-size: 16px;
  line-height: 0;
  margin-bottom: 12px;
}
.widget_archive > ul:not(.wp-block-archives) li a {
  color: #000000;
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_archive > ul:not(.wp-block-archives) li a:hover, .widget_archive > ul:not(.wp-block-archives) li a:focus {
  background-size: 100% 100%;
}

.widget_nav_menu ul {
  list-style-type: none;
}
.widget_nav_menu ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 0;
}
.widget_nav_menu ul li a {
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus {
  background-size: 100% 100%;
}
.widget_nav_menu ul li ul {
  padding-left: 16px;
  padding-top: 10px;
}

.widget_calendar .calendar_wrap table {
  width: 100%;
  text-align: left;
}
.widget_calendar .calendar_wrap table tr {
  border: none;
}
.widget_calendar .calendar_wrap table > caption {
  text-align: left;
  line-height: 24px;
  margin-bottom: 16px;
}
.widget_calendar .calendar_wrap table thead {
  font-size: 15px;
  color: #000;
}
.widget_calendar .calendar_wrap table thead th {
  padding: 8px 0;
}
.widget_calendar .calendar_wrap table tbody {
  font-size: 16px;
  color: #888888;
}
.widget_calendar .calendar_wrap table tbody #today {
  color: #000;
}
.widget_calendar .calendar_wrap table tbody td {
  padding: 8px 0;
}
.widget_calendar .calendar_wrap table tbody td a {
  border-bottom: 1px solid rgba(119, 119, 119, 0.75);
  transition: 0.2s ease-in-out;
}
.widget_calendar .calendar_wrap table tbody td a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}
.widget_calendar .calendar_wrap table tfoot #next {
  text-align: right;
  padding-right: 24px;
}

.widget_search .screen-reader-text {
  display: none;
}
.widget_search .search-form {
  display: flex;
  width: 100%;
}
.widget_search .search-form label {
  flex: 1;
}
.widget_search .search-form label .search-field {
  width: 100%;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  transition: 0.35s ease-in-out;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  background-color: transparent;
}
.widget_search .search-form label .search-field:hover, .widget_search .search-form label .search-field:focus {
  box-shadow: inset 0 -1px 0 0 transparent;
  background-size: 100% 100%;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  line-height: 25px;
  margin-bottom: 4px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before {
  border: 2px solid #000;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:after {
  opacity: 1;
  top: 5px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover:after {
  background: transparent;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover:before {
  color: #000;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  font-size: 16px;
  position: relative;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
  content: "\e921";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  margin-right: 12px;
  top: -3px;
  font-family: "Block-Shop";
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  color: transparent;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before {
  border: 2px solid #000;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:after {
  opacity: 1;
  top: 5px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 6px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  font-size: 16px;
  color: #888888;
}

.widget_product_categories .product-categories {
  list-style-type: none;
}
.widget_product_categories .product-categories .cat-item {
  line-height: 25px;
  margin-bottom: 4px;
}
.widget_product_categories .product-categories .cat-item a {
  font-size: 16px;
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 25px;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_product_categories .product-categories .cat-item a:hover {
  background-size: 100% 100%;
}
.widget_product_categories .product-categories .cat-item .children {
  padding-left: 20px;
  list-style-type: none;
  margin: 0;
}
.widget_product_categories .product-categories .cat-item .children li:first-child {
  margin-top: 4px;
}
.widget_product_categories .product-categories .cat-item .count {
  font-size: 16px;
  color: #888888;
}

.widget_product_search .woocommerce-product-search {
  display: flex;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  transition: 0.35s ease-in-out;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
}
.widget_product_search .woocommerce-product-search:hover, .widget_product_search .woocommerce-product-search:focus {
  box-shadow: inset 0 -1px 0 0 transparent;
  background-size: 100% 100%;
}
.widget_product_search .woocommerce-product-search .screen-reader-text {
  display: none;
}
.widget_product_search .woocommerce-product-search .search-field {
  margin-right: 10px;
  margin-bottom: 0;
  flex: 1;
  border: none;
  box-shadow: none;
  background: none;
}
.widget_product_search .woocommerce-product-search button[type=submit] {
  background: none;
  font-size: 0;
  padding: 0;
  width: 21px;
}
.widget_product_search .woocommerce-product-search button[type=submit]:before {
  content: "\e924";
  font-family: "Block-Shop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1rem;
  color: #000;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border: 2px solid #000;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:after {
  opacity: 1;
  top: 5px;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:hover:after {
  background: transparent;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:hover:before {
  color: #000;
}
.widget_rating_filter .wc-layered-nav-rating a {
  color: #888888;
  font-size: 16px;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "\e921";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  margin-right: 12px;
  top: -3px;
  font-family: "Block-Shop";
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  color: transparent;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border: 2px solid #000;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:after {
  opacity: 1;
  top: 5px;
}
.widget_rating_filter .wc-layered-nav-rating a:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
}

.widget_price_filter .price_slider_wrapper {
  position: relative;
  margin: 0 5px;
}
.widget_price_filter .price_slider_wrapper .price_slider {
  background-color: rgba(0, 0, 0, 0.03);
  height: 2px;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  background-color: #000;
  height: 2px;
  position: absolute;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: -8px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #000;
  display: block;
  position: absolute;
  cursor: pointer;
  transform: translateX(-5px);
}
@media (min-width: 1200px) {
  .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    top: -4px;
  }
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background: none;
  color: #000;
  display: inline;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
  padding: 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin: 0 0 0 -5px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  background-size: 0 100%;
  opacity: 1;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  margin: 25px 0 8px -5px;
}

.widget_top_rated_products,
.widget_products,
.widget_recently_viewed_products,
.widget_recent_reviews {
  position: relative;
}
@media (min-width: 992px) {
  .widget_top_rated_products,
.widget_products,
.widget_recently_viewed_products,
.widget_recent_reviews {
    padding: 0 40px;
  }
}
.widget_top_rated_products .product_list_widget,
.widget_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_recent_reviews .product_list_widget {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.widget_top_rated_products .product_list_widget li,
.widget_products .product_list_widget li,
.widget_recently_viewed_products .product_list_widget li,
.widget_recent_reviews .product_list_widget li {
  margin-bottom: 16px;
  min-height: 96px;
  padding-left: 112px;
  position: relative;
}
.widget_top_rated_products .product_list_widget li a,
.widget_products .product_list_widget li a,
.widget_recently_viewed_products .product_list_widget li a,
.widget_recent_reviews .product_list_widget li a {
  display: block;
  width: 100%;
  line-height: 0;
}
.widget_top_rated_products .product_list_widget li a:hover .product-title,
.widget_products .product_list_widget li a:hover .product-title,
.widget_recently_viewed_products .product_list_widget li a:hover .product-title,
.widget_recent_reviews .product_list_widget li a:hover .product-title {
  background-size: 100% 100%;
}
.widget_top_rated_products .product_list_widget li a img,
.widget_products .product_list_widget li a img,
.widget_recently_viewed_products .product_list_widget li a img,
.widget_recent_reviews .product_list_widget li a img {
  display: block;
  height: 96px;
  width: 96px;
  min-width: 96px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
}
.widget_top_rated_products .product_list_widget li a img:hover,
.widget_products .product_list_widget li a img:hover,
.widget_recently_viewed_products .product_list_widget li a img:hover,
.widget_recent_reviews .product_list_widget li a img:hover {
  opacity: 0.5;
}
.widget_top_rated_products .product_list_widget li a .product-title,
.widget_products .product_list_widget li a .product-title,
.widget_recently_viewed_products .product_list_widget li a .product-title,
.widget_recent_reviews .product_list_widget li a .product-title {
  display: inline;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  box-decoration-break: slice;
  line-height: 25px;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount,
.widget_products .product_list_widget li .woocommerce-Price-amount,
.widget_recently_viewed_products .product_list_widget li .woocommerce-Price-amount,
.widget_recent_reviews .product_list_widget li .woocommerce-Price-amount {
  font-size: 16px;
}
.widget_top_rated_products .product_list_widget li .star-rating,
.widget_products .product_list_widget li .star-rating,
.widget_recently_viewed_products .product_list_widget li .star-rating,
.widget_recent_reviews .product_list_widget li .star-rating {
  margin: 0;
  display: table;
}
.widget_top_rated_products .product_list_widget li del,
.widget_products .product_list_widget li del,
.widget_recently_viewed_products .product_list_widget li del,
.widget_recent_reviews .product_list_widget li del {
  color: #888888;
}
.widget_top_rated_products .product_list_widget li ins,
.widget_products .product_list_widget li ins,
.widget_recently_viewed_products .product_list_widget li ins,
.widget_recent_reviews .product_list_widget li ins {
  text-decoration: none;
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li,
.widget_recent_reviews .product_list_widget li {
  display: flex;
  flex-direction: column;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li .reviewer,
.widget_recent_reviews .product_list_widget li .reviewer {
  order: 1;
  font-size: 14px;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li .star-rating,
.widget_recent_reviews .product_list_widget li .star-rating {
  order: 2;
}
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li a,
.widget_recent_reviews .product_list_widget li a {
  order: 3;
}

.widget_shopping_cart_content .cart_list {
  margin-bottom: 40px;
  height: 100%;
  position: relative;
  overflow-y: auto;
  list-style-type: none;
}
.widget_shopping_cart_content .cart_list .mini_cart_item {
  padding: 0 20px 0 112px;
  margin-bottom: 16px;
  width: 100%;
  min-height: 96px;
  position: relative;
}
.widget_shopping_cart_content .cart_list .mini_cart_item > img {
  display: none;
}
.widget_shopping_cart_content .cart_list .mini_cart_item:hover .remove_from_cart_button {
  opacity: 1;
  visibility: visible;
}
.widget_shopping_cart_content .cart_list .mini_cart_item .blockUI {
  background-color: #fff !important;
}
.widget_shopping_cart_content .cart_list .mini_cart_item .remove_from_cart_button {
  font-size: 0;
  height: auto;
  position: absolute;
  right: 10px;
  top: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.widget_shopping_cart_content .cart_list .mini_cart_item .remove_from_cart_button:before {
  content: "\e921";
  font-family: "Block-Shop";
  font-size: 10px;
  color: #000;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
  color: #888888;
}
.widget_shopping_cart_content .cart_list .mini_cart_item .remove_from_cart_button:hover:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
}
.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2) {
  position: relative;
  font-size: 16px;
  width: 100%;
  left: 0;
  right: 0;
  display: inline;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  background-color: transparent;
}
.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2):hover {
  background-size: 100% 100%;
}
.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2):hover img {
  opacity: 0.5;
}
.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2) img {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-block;
  min-height: 96px;
  vertical-align: top;
  position: absolute;
  left: -112px;
  top: -3px;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
}
.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2) img:hover {
  opacity: 0.5;
}
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
  font-size: 16px;
  display: block;
}
.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
  display: block;
  width: 100%;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total > strong {
  color: #888888;
  font-size: 15px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #000;
  font-size: 1.375rem;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  flex-wrap: wrap;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child {
  font-size: 0.9rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 18px;
  order: 2;
  position: relative;
  line-height: 1.23;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child:hover {
  background-size: 0 100%;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:last-child {
  font-size: 0.9rem;
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  display: block;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:last-child:hover {
  opacity: 0.8;
}

.filter-price .price-slider-wrapper {
  position: relative;
}
.filter-price .price-slider-wrapper .price_slider {
  height: 2px;
  background-color: #000;
  position: relative;
}
.filter-price .price-slider-wrapper .price_slider .ui-slider-handle {
  height: 14px;
  width: 14px;
  border: 2px solid #000000;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -6px;
}

.widget_media_gallery .gallery .gallery-item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .widget_media_gallery .gallery .gallery-item {
    padding: 0 10px 0 0;
  }
}
.widget_media_gallery .gallery .gallery-item .gallery-caption {
  display: none;
}

section.up-sells {
  position: relative;
  width: 100%;
  display: block;
}
@media (min-width: 1200px) {
  section.up-sells {
    width: calc(100vw - 230px);
    margin-left: calc(-50vw + 50% - 115px);
    margin-right: calc(-50vw + 50% - 115px);
    padding-left: 60px;
  }
}
section.up-sells > h2 {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 32px;
  margin: 0 0 32px;
}
@media (min-width: 1200px) {
  section.up-sells > h2 {
    position: absolute;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    height: auto;
    left: 0;
    margin: 0;
  }
}
section.related.products {
  position: relative;
  width: 100%;
  display: block;
}
section.related.products > h2 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 992px) {
  section.related.products > h2 {
    font-size: 2.8rem;
  }
}

.widget_layered_nav_filters ul {
  text-align: left;
}
.widget_layered_nav_filters ul li {
  display: inline-block !important;
  width: auto !important;
}
.widget_layered_nav_filters ul li a {
  font-size: 14px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  color: #000;
  padding: 4px 12px;
  margin: 4px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.widget_layered_nav_filters ul li a:before {
  content: "\e921";
  font-family: "Block-Shop";
  font-size: 8px;
  margin-right: 8px;
  color: #000;
  display: inline-block;
  top: -1px;
  position: relative;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.widget_layered_nav_filters ul li a:hover {
  border: 1px solid #000;
}

.widget_product_tag_cloud .tagcloud a {
  font-size: 14px !important;
  line-height: 17px;
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
}
.widget_product_tag_cloud .tagcloud a:hover {
  border: 1px solid #000;
}

.widget label {
  width: 100%;
}
.widget .select2-container {
  min-width: 100%;
  max-width: 300px;
}
.widget .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 20px;
}

body .gbt_18_pagination {
  left: 14px;
  z-index: 9999;
}
@media (max-width: 1199.98px) {
  body .gbt_18_pagination {
    display: none;
  }
}
body.overlay .gbt_18_pagination {
  z-index: 1;
}
body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  z-index: 0;
}
body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider .gbt_18_content .gbt_18_content_wrapper .gbt_18_slide_content .gbt_18_slide_content_item .gbt_18_slide_content_wrapper {
  padding-right: 0;
}
body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider .gbt_18_content .gbt_18_content_wrapper .gbt_18_slide_content .gbt_18_slide_content_item .gbt_18_slide_link {
  right: 9px;
}
@media (min-width: 992px) {
  body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider .gbt_18_content .gbt_18_content_wrapper .gbt_18_slide_content .gbt_18_slide_content_item .gbt_18_slide_link {
    display: none;
  }
}
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book {
  display: block;
  overflow: hidden;
}
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  z-index: 0;
}
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item {
  width: 100%;
}
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_hero_section_content .gbt_18_hero_title {
  font-size: 1.625rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_hero_section_content .gbt_18_hero_title {
    font-size: 2.4rem;
  }
}
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_hero_section_content .gbt_18_hero_subtitle {
  font-size: smaller;
  margin-top: 1.5rem;
  text-transform: initial;
}
@media (max-width: 991.98px) {
  body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_product_box {
    padding: 30px 24px;
  }
}
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_product_box a.button,
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_product_box .add_to_cart_button {
  display: inline;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  z-index: 0;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignfull h2 {
  font-size: 2.8em;
  line-height: 1.2em;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignwide h2 {
  font-size: 2em;
  line-height: 1.2em;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper > p:last-child {
  display: none;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .gbt_18_description a {
  background-image: linear-gradient(to top, currentColor 1px, currentColor 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .added_to_cart.wc-forward {
  display: table;
  font-size: 18px;
  line-height: 1.23;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .gbt_18_product_price del {
  opacity: 0.25;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .gbt_18_product_price ins {
  text-decoration: none;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart {
  background-image: linear-gradient(to top, currentColor 1px, currentColor 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  color: currentcolor;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart.loading {
  border: 2px solid #000;
  box-sizing: content-box;
  animation: loader 2s infinite ease;
  display: block;
  font-size: 0;
  width: 18px;
  height: 19px;
  box-shadow: none;
  background: none;
  margin-left: 36px;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart.loading:after {
  position: absolute;
  width: 18px;
  height: 17px;
  left: 0;
  background-color: #000;
  content: "";
  animation: loader-inner 2s infinite ease-in;
}
body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart.added {
  display: none;
}
body .wp-block-getbowtied-carousel * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .wp-block-getbowtied-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
  margin-top: 10px;
}

label {
  display: inline-block;
  cursor: pointer;
  font-size: 0.8rem;
  clear: both;
}
.woocommerce label {
  float: none;
}
label + input {
  clear: both;
}
label + textarea {
  margin-bottom: 16px;
  padding: 10px 15px;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not(.custom-qty) {
  display: block;
  width: 100%;
  font-size: 16px;
}

label input[type=checkbox],
label input[type=radio] {
  margin: 0px 7px 0 0px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  background-image: none;
  box-shadow: none;
}

label input[type=checkbox],
input[type=checkbox] {
  background-image: none;
  border: 1px solid #000;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  width: 14px;
  height: 14px;
  margin-bottom: 0;
  -webkit-appearance: none;
  transition: none;
}
label input[type=checkbox]:hover,
input[type=checkbox]:hover {
  background-image: none;
  box-shadow: none;
  border: 1px solid #000;
  cursor: pointer;
}
label input[type=checkbox]:checked,
input[type=checkbox]:checked {
  background-color: #000;
  box-shadow: inset 0 0 0 2px #fff;
  transition: none;
}

label input[type=radio],
input[type=radio] {
  background-image: none;
  box-shadow: none;
  border: 1px solid #000;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 0;
  transition: 0.2s ease-in-out;
  -webkit-appearance: none;
}
label input[type=radio]:hover, label input[type=radio]:checked,
input[type=radio]:hover,
input[type=radio]:checked {
  border: 2px solid #000;
  background-color: #000;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

input[type=range] {
  box-shadow: none;
  cursor: pointer;
}

textarea {
  margin-bottom: 16px;
}

select {
  width: 100%;
  margin-bottom: 16px;
  padding: 10px 15px;
}

.gform_wrapper.gravity-theme {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1050px) {
  .gform_wrapper.gravity-theme {
    width: calc(100vw - 230px);
    margin-left: calc(-50vw + 50% + 115px);
    margin-right: calc(-50vw + 50% + 115px);
  }
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: inherit !important;
}
.gform_wrapper.gravity-theme .gfield_label .gfield_required .gfield_required_text {
  font-style: normal;
}
.gform_wrapper.gravity-theme fieldset.gfield {
  margin-top: 1.5em;
}
body.single-product .product .summary .cart .quantity,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity,
#wwof_product_listing_container tr td.product_quantity_col .quantity {
  height: 64px;
  text-align: center;
  width: 110px;
  background-color: #fff;
  border: 2px solid #000000;
  color: #000;
  padding: 0;
  margin: 0 0 0 auto;
  display: flex !important;
  align-items: center;
}
@media (min-width: 768px) {
  body.single-product .product .summary .cart .quantity,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity,
#wwof_product_listing_container tr td.product_quantity_col .quantity {
    margin: 0 16px 0 0;
  }
}
body.single-product .product .summary .cart .quantity span,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity span,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity span,
#wwof_product_listing_container tr td.product_quantity_col .quantity span {
  display: block;
  width: 25px;
  cursor: pointer;
}
body.single-product .product .summary .cart .quantity .input-text[type=number],
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .input-text[type=number],
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity .input-text[type=number],
#wwof_product_listing_container tr td.product_quantity_col .quantity .input-text[type=number] {
  border: none;
  width: 60px;
  margin: 0;
  text-align: center;
  -moz-appearance: textfield;
}
body.single-product .product .summary .cart .quantity .input-text[type=number]:hover, body.single-product .product .summary .cart .quantity .input-text[type=number]:active, body.single-product .product .summary .cart .quantity .input-text[type=number]:focus,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .input-text[type=number]:hover,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .input-text[type=number]:active,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .input-text[type=number]:focus,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity .input-text[type=number]:hover,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity .input-text[type=number]:active,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity .input-text[type=number]:focus,
#wwof_product_listing_container tr td.product_quantity_col .quantity .input-text[type=number]:hover,
#wwof_product_listing_container tr td.product_quantity_col .quantity .input-text[type=number]:active,
#wwof_product_listing_container tr td.product_quantity_col .quantity .input-text[type=number]:focus {
  background-size: 0;
}
body.single-product .product .summary .cart .quantity .input-text[type=number]::-webkit-outer-spin-button, body.single-product .product .summary .cart .quantity .input-text[type=number]::-webkit-inner-spin-button,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .input-text[type=number]::-webkit-outer-spin-button,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .input-text[type=number]::-webkit-inner-spin-button,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity .input-text[type=number]::-webkit-outer-spin-button,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity .input-text[type=number]::-webkit-inner-spin-button,
#wwof_product_listing_container tr td.product_quantity_col .quantity .input-text[type=number]::-webkit-outer-spin-button,
#wwof_product_listing_container tr td.product_quantity_col .quantity .input-text[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
body.single-product .product .summary .cart .quantity.hidden,
body.single-product .product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity.hidden,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .quantity.hidden,
#wwof_product_listing_container tr td.product_quantity_col .quantity.hidden {
  display: none !important;
}

.woocommerce_gc_giftcard_form label {
  text-align: left;
  padding-bottom: 8px;
}
.woocommerce_gc_giftcard_form .reset_delivery_date {
  display: none !important;
}

.single_variation_wrap .nyp label {
  font-weight: normal !important;
  text-align: left;
  padding-bottom: 8px;
}
.single_variation_wrap .nyp input.nyp-input {
  font-weight: normal !important;
  text-align: left;
  margin-bottom: 32px !important;
}

#ui-datepicker-div .ui-datepicker-title {
  font-weight: normal !important;
}
#ui-datepicker-div table.ui-datepicker-calendar td:not(.ui-state-disabled) a {
  font-weight: normal !important;
}

form.woocommerce-checkout p.mailchimp-newsletter input.woocommerce-form__input {
  margin: 0 !important;
}
form.woocommerce-checkout p.mailchimp-newsletter label.woocommerce-form__label {
  left: 28px !important;
  top: 0 !important;
  color: black !important;
}

.gbt_18_bs_posts_grid.alignfull {
  padding: 0 105px;
}
.gbt_18_bs_posts_grid.alignfull.columns-1 .gbt_18_bs_posts_grid_item {
  padding: 0 30px;
}
@media all and (min-width: 640px) {
  .gbt_18_bs_posts_grid.alignfull.columns-2 .gbt_18_bs_posts_grid_item:nth-child(odd) {
    padding-left: 30px;
  }
  .gbt_18_bs_posts_grid.alignfull.columns-2 .gbt_18_bs_posts_grid_item:nth-child(even) {
    padding-right: 30px;
  }
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid.alignfull.columns-2 .gbt_18_bs_posts_grid_item {
    padding: 0 30px;
  }
}
@media all and (min-width: 640px) {
  .gbt_18_bs_posts_grid.alignfull.columns-3 {
    padding: 0 20px;
  }
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid.alignfull.columns-3 .gbt_18_bs_posts_grid_item {
    padding: 0 30px;
  }
}
@media all and (min-width: 640px) {
  .gbt_18_bs_posts_grid.alignfull.columns-4 {
    padding: 0 20px;
  }
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid.alignfull.columns-4 .gbt_18_bs_posts_grid_item {
    padding: 0 30px;
  }
}
@media all and (min-width: 641px) and (max-width: 1023px) {
  .gbt_18_bs_posts_grid.alignwide {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 641px) {
  .gbt_18_bs_posts_grid:not(.alignwide):not(.alignfull) {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper {
  position: relative;
  overflow: hidden;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-1 .gbt_18_bs_posts_grid_item {
  width: 100%;
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-1 .gbt_18_bs_posts_grid_item {
    padding: 0 0;
  }
}
@media all and (min-width: 640px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-2 .gbt_18_bs_posts_grid_item {
    width: 50%;
    float: left;
  }
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-2 .gbt_18_bs_posts_grid_item:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-2 .gbt_18_bs_posts_grid_item {
    width: 100%;
    float: left;
  }
}
@media all and (min-width: 1024px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item {
    width: 33.333333%;
    float: left;
  }
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item {
    width: 50%;
    float: left;
  }
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item {
    width: 100%;
    float: left;
  }
}
@media all and (min-width: 1240px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
    width: 25%;
    float: left;
  }
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 1024px) and (max-width: 1239px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
    width: 33.333333%;
    float: left;
  }
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
    width: 50%;
    float: left;
  }
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
    width: 100%;
    float: left;
  }
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item {
  padding: 0 24px;
  margin-bottom: 2rem;
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item {
    padding: 0 0;
  }
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_posts_categories a {
  font-size: 14px;
  color: #888888;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background-image: linear-gradient(to top, #888888 1px, #888888 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: background-size 0.35s ease-in-out;
  margin-right: 5px;
  line-height: 1.6;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_posts_categories a:hover {
  background-size: 100% 100%;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_title_link {
  background-size: 0 100%;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_title_link:hover {
  background-size: 100% 100%;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_post_excerpt p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_read_more a {
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  line-height: 1.6;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item_link {
  transition: opacity 0.2s ease-in-out;
  background-image: none;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item_link img {
  transition: opacity 0.2s ease-in-out;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item_link:hover img {
  opacity: 0.5;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_title {
  display: block;
  text-align: left;
  margin: 0 0 15px;
  transition: all 0.5s;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_title:hover {
  opacity: 1;
  transition: all 0.5s;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item.gallery {
  margin: 0 !important;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease;
  background: rgba(255, 255, 255, 0.6);
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container:hover .gbt_18_bs_posts_grid_img_overlay {
  opacity: 0.6;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 35px;
  -webkit-mabs-image: -webkit-radial-gradient(white, black);
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 639px) {
  .gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container {
    margin-bottom: 20px;
  }
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container:hover .gbt_18_bs_posts_grid_img {
  background-position-x: 0px;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img {
  display: block;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-position-x: -50px;
  background-position-y: center;
  background-size: cover;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  max-width: none;
  transition: all 0.35s ease-in-out;
}
.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_noimg {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  display: block;
}
.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image, .gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image, .gbt_18_bs_posts_grid.cover-square .gbt_18_post_image {
  width: 100%;
  height: 0;
  position: relative;
}
.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image a, .gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image a, .gbt_18_bs_posts_grid.cover-square .gbt_18_post_image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image a img, .gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image a img, .gbt_18_bs_posts_grid.cover-square .gbt_18_post_image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image {
  padding-bottom: 56.25%;
}
.gbt_18_bs_posts_grid.cover-square .gbt_18_post_image {
  padding-bottom: 100%;
}
.gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image {
  padding-bottom: 133%;
}

.wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.wc-block-grid.has-7-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.wc-block-grid.has-8-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(50%);
    max-width: 50%;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(33.3333333333%);
    max-width: 33.3333333333%;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(25%);
    max-width: 25%;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(20%);
    max-width: 20%;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(16.6666666667%);
    max-width: 16.6666666667%;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(14.2857142857%);
    max-width: 14.2857142857%;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(12.5%);
    max-width: 12.5%;
  }
}
.wc-block-grid .wc-block-grid__products {
  margin: 0 -15px 24px;
}
@media (min-width: 1200px) {
  .wc-block-grid .wc-block-grid__products {
    margin: 0 -24px 24px;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(1) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(1) {
    transition-delay: 0s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(1).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(2) {
    transition-delay: 0.2s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(2).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(3) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(3) {
    transition-delay: 0.4s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(3).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(4) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(4) {
    transition-delay: 0s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(4).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(5) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(5) {
    transition-delay: 0.2s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(5).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(6) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(6) {
    transition-delay: 0.4s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(6).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(7) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(7) {
    transition-delay: 0s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(7).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(8) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(8) {
    transition-delay: 0.2s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(8).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(9) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(9) {
    transition-delay: 0.4s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(9).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(10) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(10) {
    transition-delay: 0s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(10).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(11) {
  opacity: 0;
  transition: opacity 0.33s ease-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(11) {
    transition-delay: 0.2s;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-of-type(11).visible {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
  margin-bottom: 0;
  padding: 0 15px !important;
  flex: 1 0 100%;
  max-width: 100%;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product > a {
  background-image: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  background: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-origin,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
  background-image: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-origin,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
    line-height: 25px;
    font-size: 16px;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 150%;
  letter-spacing: 0.06em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular {
  font-size: 15px;
  line-height: 18px;
  display: block;
  padding: 5px 0 3px;
  margin-bottom: 0;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular {
    line-height: 25px;
    font-size: 16px;
    padding: 2px 0 0;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value del,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular del {
  display: inline-block;
  color: #888888;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value ins,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular ins {
  display: inline-block;
  text-decoration: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular {
  margin-right: 5px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image a {
  background-image: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale {
  left: 10px !important;
  right: auto;
}
@media only screen and (min-width: 992px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale {
    left: 15px !important;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  border: 0;
  border-radius: 0;
  transform: rotateZ(-90deg) translateX(-100%);
  transform-origin: top left;
  position: absolute;
  top: 10px;
  left: 25px !important;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 9px;
  margin: 0;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
    top: 15px;
    left: 30px !important;
    font-size: 11px;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart button.wp-block-button__link {
  background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out, opacity 0.3s ease-in-out;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  padding: 0;
  display: inline;
  margin: 0 auto;
  line-height: 18px;
  font-size: 15px;
  text-decoration: none;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
  transition: background-size 0.35s ease-in-out, opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {
    opacity: 0;
    font-size: 16px;
    line-height: 25px;
  }
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    background-size: 0 100%;
  }
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading {
  border: 2px solid #000;
  box-sizing: content-box;
  animation: loader 2s infinite ease;
  display: inline-block;
  position: absolute;
  font-size: 0;
  width: 18px;
  height: 18px;
  box-shadow: none;
  margin: 5px auto 0;
  left: 0;
  right: 0;
  background: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading:after {
  position: absolute;
  width: 18px;
  height: 17px;
  left: 0;
  background-color: #000;
  content: "";
  animation: loader-inner 2s infinite ease-in;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added {
  display: none;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
  font-size: 16px;
  line-height: 25px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
  margin-bottom: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars {
  position: relative;
  margin: 0 auto;
  display: table;
  position: relative;
  word-break: break-all;
  width: 80px;
  line-height: 24px;
  height: 24px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars:before {
  content: "\e929\e929\e929\e929\e929";
  display: block;
  font-size: 16px;
  color: #888888;
  font-family: "Block-Shop";
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars > span {
  font-size: 0;
  overflow: hidden;
  display: inline;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 25px;
  top: 0;
  text-align: left;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating > span:before,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars > span:before {
  content: "\e929\e929\e929\e929\e929";
  display: block;
  font-size: 16px;
  width: 87.27px;
  color: #000;
  font-family: "Block-Shop";
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart .wp-block-button__link {
  opacity: 1;
}
.wc-block-grid .wc-block-grid__no-products button {
  appearance: none;
  background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  font-size: 0.9rem;
  padding: 0;
  cursor: pointer;
  position: relative;
  line-height: 1.23;
  transition: background-size 0.35s ease-in-out, opacity 0.3s ease-in-out;
}
.wc-block-grid .wc-block-grid__no-products button:hover {
  background-size: 0 100%;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page {
  background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  cursor: pointer;
  font-size: 1.375rem;
  line-height: 38px;
  margin: 0 18px;
  padding: 0 4px;
  text-align: center;
  display: inline-block;
  height: 38px;
  position: relative;
  min-width: 0;
  transition: background-size 0.35s ease-in-out;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page:hover {
  background-size: 100% 100%;
  box-shadow: 0px -1px 0px transparent inset;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page:after {
  content: "";
  background-color: #DDDDDD;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(25deg) translateY(-50%);
  -ms-transform: rotate(25deg) translateY(-50%);
  transform: rotate(25deg) translateY(-50%);
  display: inline-block;
  top: 50%;
  position: absolute;
  right: -18px;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page:last-child:after {
  content: none;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page.wc-block-pagination-page--active {
  font-weight: normal;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page.wc-block-pagination-page--active:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wc-block-handpicked-products .wc-block-grid__products {
  flex-wrap: wrap;
  display: block;
}
.wc-block-handpicked-products .wc-block-grid__products .wc-block-grid__product {
  width: 50vw !important;
}
@media (min-width: 768px) {
  .wc-block-handpicked-products .wc-block-grid__products .wc-block-grid__product {
    width: 33vw !important;
  }
}

.wc-block-active-filters .wc-block-components-chip,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip,
.wc-block-active-filters .wc-block-active-filters__list-item-name,
.wc-block-components-dropdown-selector .wc-block-components-chip,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name {
  font-size: 0.8rem;
  line-height: 1.6;
}
.wc-block-active-filters .wc-block-components-chip .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-chip .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove {
  cursor: pointer;
  transition: all 0.3s ease;
}
.wc-block-active-filters .wc-block-components-chip .wc-block-components-chip__remove:hover,
.wc-block-active-filters .wc-block-components-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove:hover,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-components-chip__remove:hover,
.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-components-chip__remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-components-chip__remove:hover,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove:hover {
  transform: rotate(90deg);
}
.wc-block-active-filters .wc-block-components-chip:hover .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-active-filters__list-item-name:hover .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-active-filters__list-item-name:hover .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-chip:hover .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name:hover .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name:hover .wc-block-active-filters__list-item-remove {
  fill: inherit;
}

.wp-block-woocommerce-price-filter,
.wp-block-woocommerce-attribute-filter,
.wp-block-woocommerce-active-filters {
  padding: 0;
  position: relative;
  margin-bottom: 32px !important;
}
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-active-filters h3 {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 1rem;
}

.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item {
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #DDDDDD;
  background-color: transparent;
  color: #000;
  padding: 4px 12px 4px 30px;
  margin: 4px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item .wc-block-active-filters-list-item__type {
  display: none;
}
.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item .wc-block-active-filters-list-item__name {
  font-weight: normal;
}
.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item button {
  cursor: pointer;
  left: 0;
  right: auto;
  width: 20px;
}
.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item button:before {
  background: none;
  content: "\e921";
  font-family: "Block-Shop";
  font-size: 8px;
  margin-right: 8px;
  color: #000;
  display: inline-block;
  top: -15px;
  right: -5px;
  position: relative;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all {
  appearance: none;
  background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  border: none;
  font-size: 0.9rem;
  padding: 0;
  margin-top: 15px;
  cursor: pointer;
  text-decoration: none;
  float: none;
  position: relative;
  line-height: 1.23;
  transition: background-size 0.35s ease-in-out;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all:hover {
  background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 0 100%;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper {
  background: transparent;
  margin-top: 0;
  height: 2px;
  box-shadow: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress,
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input {
  height: 2px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-webkit-slider-thumb {
  background-image: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid;
  display: block;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
  }
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-moz-range-thumb {
  background-image: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid;
  display: block;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-moz-range-thumb {
    width: 10px;
    height: 10px;
  }
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-ms-thumb {
  background-image: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-ms-thumb {
    width: 10px;
    height: 10px;
  }
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
  box-shadow: none;
  border: 2px solid;
  filter: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:focus::-moz-range-thumb {
  box-shadow: none;
  border: 2px solid;
  filter: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:focus::-ms-thumb {
  box-shadow: none;
  border: 2px solid;
  filter: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
  box-shadow: none;
  border: 2px solid;
  filter: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:hover::-moz-range-thumb {
  box-shadow: none;
  border: 2px solid;
  filter: none;
  transition: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:hover::-ms-thumb {
  box-shadow: none;
  border: 2px solid;
  filter: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-webkit-slider-thumb {
  position: relative;
  top: 1px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-moz-range-thumb {
  position: relative;
  top: 1px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-ms-thumb {
  position: relative;
  top: 1px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-webkit-slider-thumb {
  position: relative;
  top: -1px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-moz-range-thumb {
  position: relative;
  top: -1px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-ms-thumb {
  position: relative;
  top: -1px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
  border-radius: 0;
}

.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-dropdown .wc-block-dropdown-selector__input-wrapper {
  border: 0;
  display: block;
  padding: 0;
}
.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-dropdown .wc-block-dropdown-selector__input {
  display: block;
}
.wp-block-woocommerce-attribute-filter ul li {
  text-decoration: none !important;
}
.wp-block-woocommerce-attribute-filter ul li input[type=checkbox] {
  margin-right: 12px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.wp-block-woocommerce-attribute-filter ul li input[type=checkbox]:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  left: 4px;
  top: 4.2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.wp-block-woocommerce-attribute-filter ul li input[type=checkbox]:hover {
  border: 2px solid #000;
}
.wp-block-woocommerce-attribute-filter ul li input[type=checkbox]:hover:after {
  left: 3px;
  top: 3.2px;
  opacity: 1;
}
.wp-block-woocommerce-attribute-filter ul li label {
  display: inline;
  float: none;
  text-decoration: none;
}
.wp-block-woocommerce-attribute-filter ul li .wc-block-attribute-filter-list-count {
  margin-left: 5px;
}

div.wp-block-woocommerce-cart .wc-block-cart-item__image a {
  background: none !important;
}
div.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
  cursor: pointer;
}
div.wp-block-woocommerce-cart a.components-button {
  display: flex !important;
  background-image: none !important;
  transition: all 0.2s ease-in-out !important;
}
div.wp-block-woocommerce-cart a.components-button:hover {
  opacity: 0.9;
}
div.wp-block-woocommerce-cart a.components-button span {
  font-size: 0.9rem;
  font-weight: normal;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items thead th {
  font-size: 16px;
  color: #888888;
  padding: 16px 0;
  text-transform: capitalize;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items td {
  padding-top: 32px;
  padding-bottom: 32px;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items td:after {
  content: none;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image img {
  image-rendering: -webkit-optimize-contrast;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {
  padding-left: 16px;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
  margin-bottom: 16px;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices {
  margin-bottom: 8px;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices del {
  opacity: 0.25;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices ins {
  text-decoration: none;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata {
  margin-bottom: 8px;
  max-width: 50%;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata p {
  font-size: 13px;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details {
  margin: 8px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details li {
  line-height: 1;
  margin: 0 0 2px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details span {
  font-size: 13px;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0;
  transition: all 0.35s ease-in-out;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  padding: 15px 0 20px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:focus, div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:hover,
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  border: 0;
  background-color: transparent;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector:hover {
  box-shadow: inset 0 -1px 0 0 transparent;
  background-size: 100% 100%;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__remove-link {
  font-size: 13px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  transition: background-size 0.35s ease-in-out;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__remove-link:hover {
  background-size: 0 100%;
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-components-product-badge {
  border: 0;
  border-radius: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 9px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-components-product-badge {
    font-size: 11px;
  }
}
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price {
  margin-bottom: 16px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-main {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-size: 16px;
  font-weight: normal;
  color: #888888;
  padding: 16px 0;
  text-transform: capitalize;
  text-align: left;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title:after,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label:after,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button:after {
  opacity: 1;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0;
  margin: 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__value {
  font-size: 16px;
  font-weight: normal;
  padding: 16px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon {
  padding: 0;
  margin: 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin: 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__content {
  padding: 0 0 16px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button {
  background-color: transparent;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  min-height: 0;
  opacity: 1;
  position: absolute;
  left: auto;
  right: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button:hover, div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button:focus {
  background-color: transparent;
  opacity: 0.8;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-text-input.is-active + .wc-block-components-totals-coupon__button {
  top: 32px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__label,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
  padding-bottom: 8px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description {
  font-size: 13px;
  padding-bottom: 16px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button {
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:hover, div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:focus, div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:active {
  opacity: 1;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:hover {
  background-size: 0 100%;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator {
  padding: 0 0 16px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-text-input,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-state-input {
  margin-top: 16px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-shipping-calculator-address__button {
  font-size: 18px;
  font-weight: normal;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-text-input:not(.is-active) .components-custom-select-control__label,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-text-input:not(.is-active) label {
  font-size: 16px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package {
  padding: 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
  padding: 16px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
  color: #888888;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
  overflow: hidden;
  padding-bottom: 16px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option {
  padding: 0 0 0 32px;
  margin: 0 0 4px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout {
  font-size: 16px;
  position: relative;
  top: 1px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.375rem;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__payment-options {
  padding: 16px 0;
}
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__payment-options .wc-block-components-button__text {
  font-size: 18px;
  font-weight: normal !important;
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__title {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 150%;
  letter-spacing: 0.08em;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__description {
  font-size: 13px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__container {
  margin-bottom: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__content {
  padding-bottom: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .components-custom-select-control__button,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 0;
  font-size: 16px;
  padding: 15px 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .components-custom-select-control__label,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form label {
  font-size: 16px;
  margin-left: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-validation-error {
  position: relative;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-validation-error p {
  font-size: 13px;
  margin-top: 8px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .components-custom-select-control__menu li {
  font-size: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox {
  float: none;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox label {
  align-items: center;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  left: -2px;
  top: 2px;
  width: 14px;
  height: 14px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input {
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__label {
  font-size: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package {
  padding: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
  overflow: hidden;
  padding-bottom: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option {
  padding: 0 0 0 32px;
  margin: 0 0 4px 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option:after {
  content: none;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout {
  font-size: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout span {
  padding-right: 8px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option {
  border: 0;
  overflow: hidden;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option:after {
  content: none;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__option {
  border: 0;
  padding: 4px 0 4px 32px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__option:after {
  border: none !important;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__label-group > span {
  font-size: 16px;
  font-weight: normal;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-content {
  display: block;
  clear: both;
  font-size: 16px;
  padding: 8px 0 16px 32px;
  max-width: 60%;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__input {
  left: 0;
  height: 16px;
  min-height: 16px;
  width: 16px;
  min-width: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__input:before {
  height: 8px;
  min-height: 8px;
  width: 8px;
  min-width: 8px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-checkout__add-note {
  margin: 16px 0 16px 11px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-checkout__add-note .wc-block-components-textarea {
  font-size: 16px;
  padding: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions {
  justify-content: center;
  flex-direction: column;
  padding-top: 0;
  margin-left: 11px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions:after {
  content: none;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  font-size: 16px;
  padding: 0;
  order: 2;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  border: 0;
  font-size: 18px;
  font-weight: normal;
  order: 1;
  width: 100%;
  margin-bottom: 32px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-policies {
  margin: 16px 24px 16px 11px;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item {
  padding: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item a {
  font-size: 16px;
  padding: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel {
  padding: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button {
  font-size: 16px;
  font-weight: normal;
  color: #888888;
  padding: 16px 0;
  margin: 0;
  border: none !important;
  text-transform: capitalize;
  text-align: left;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name {
  margin-bottom: 4px;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-badge {
  border: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 9px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-badge {
    font-size: 11px;
  }
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price {
  font-size: 16px;
  margin-bottom: 8px;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price del {
  opacity: 0.25;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price ins {
  text-decoration: none;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  margin-bottom: 8px;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata p {
  font-size: 13px;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details {
  margin: 8px 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details li {
  line-height: 1;
  margin: 0 0 2px 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details span {
  font-size: 13px;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
  font-size: 13px;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price span {
  font-size: 16px;
  font-weight: normal;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0;
  margin: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 16px;
  font-weight: normal;
  color: #888888;
  padding: 16px 0;
  text-transform: capitalize;
  text-align: left;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label:after {
  opacity: 1;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__description span {
  display: block;
  font-size: 13px;
  margin-bottom: 16px;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__value {
  font-size: 16px;
  font-weight: normal;
  padding: 16px 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.375rem;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon {
  padding: 0;
  margin: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin: 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__content {
  padding: 0 0 16px 0;
}
div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button {
  font-size: 16px;
  font-weight: normal;
  margin-left: 16px;
}

div.wc-block-components-text-input input[type=email], div.wc-block-components-text-input input[type=tel], div.wc-block-components-text-input input[type=text], div.wc-block-components-text-input input[type=url] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  height: 100%;
  padding: 16px 0;
}
div.wc-block-components-text-input input[type=email]:hover, div.wc-block-components-text-input input[type=email]:focus, div.wc-block-components-text-input input[type=tel]:hover, div.wc-block-components-text-input input[type=tel]:focus, div.wc-block-components-text-input input[type=text]:hover, div.wc-block-components-text-input input[type=text]:focus, div.wc-block-components-text-input input[type=url]:hover, div.wc-block-components-text-input input[type=url]:focus {
  background-color: transparent;
}
div.wc-block-components-text-input.is-active input[type=email], div.wc-block-components-text-input.is-active input[type=tel], div.wc-block-components-text-input.is-active input[type=text], div.wc-block-components-text-input.is-active input[type=url] {
  padding: 35px 0 10px;
}

.wc-block-components-select,
.wc-block-components-form .wc-block-components-select {
  height: auto;
  line-height: 1.15;
}
.wc-block-components-select .components-custom-select-control__button,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button {
  line-height: 1.15;
}
.wc-block-components-select .components-custom-select-control__button:hover,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover {
  line-height: 1.15;
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input,
.wc-block-components-country-input {
  margin-top: 24px;
}

.wc-block-components-form .wc-block-components-select.is-active label,
.wc-block-components-select.is-active label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
  transform: translateY(-4px) scale(0.75);
}

.wc-block-components-select .components-custom-select-control .components-custom-select-control__button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  height: 100%;
  padding: 35px 0 10px;
  transition: all 0.3s ease-in-out;
}
.wc-block-components-select .components-custom-select-control .components-custom-select-control__button:hover, .wc-block-components-select .components-custom-select-control .components-custom-select-control__button:focus {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 transparent;
  background-size: 100% 100%;
}
.wc-block-components-select .components-custom-select-control .components-custom-select-control__button.is-active {
  padding: 35px 0 10px;
}

div.wc-block-components-text-input label,
.wc-block-components-select .components-custom-select-control label {
  color: #888888;
  font-size: 16px;
  margin: 0;
}

.wc-block-components-validation-error {
  position: relative;
}
.wc-block-components-validation-error p {
  font-size: 13px;
  margin-top: 8px;
}

.wc-block-components-button:not(.is-link):disabled {
  opacity: 0.5;
}

ul.components-custom-select-control__menu li.components-custom-select-control__item {
  font-size: 16px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  background: transparent;
  border-width: 1px;
  height: 12px;
  min-height: 12px;
  width: 12px;
  min-width: 12px;
  transition: all 0.3s ease-in-out;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:hover, .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-width: 2px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:before {
  background-color: transparent;
  content: "";
  height: 4px;
  min-height: 4px;
  width: 4px;
  min-width: 4px;
  top: 3px;
  left: 3px;
  right: 3px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:hover:before, .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  height: 4px;
  min-height: 4px;
  width: 4px;
  min-width: 4px;
  top: 2px;
  left: 2px;
  right: 2px;
  transform: none;
}

.wp-block-woocommerce-all-reviews .wc-block-components-sort-select__select,
.wp-block-woocommerce-reviews-by-product .wc-block-components-sort-select__select,
.wp-block-woocommerce-reviews-by-category .wc-block-components-sort-select__select {
  width: 100%;
}
.wp-block-woocommerce-all-reviews .wc-block-components-review-list-item__rating,
.wp-block-woocommerce-reviews-by-product .wc-block-components-review-list-item__rating,
.wp-block-woocommerce-reviews-by-category .wc-block-components-review-list-item__rating {
  position: relative;
  top: 2px;
}
.wp-block-woocommerce-all-reviews .wp-block-button.wc-block-load-more .wp-block-button__link,
.wp-block-woocommerce-reviews-by-product .wp-block-button.wc-block-load-more .wp-block-button__link,
.wp-block-woocommerce-reviews-by-category .wp-block-button.wc-block-load-more .wp-block-button__link {
  border: 0;
  border-radius: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 18px;
}

.wc-block-product-categories.is-dropdown select {
  margin-bottom: 0;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
  background: none;
  border: 0;
  margin-left: 10px;
}

.wp-block-product-category {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body.single-product .product-type-variable #wc-stripe-payment-request-wrapper,
body.single-product .product-type-variable #wc-stripe-payment-request-button-separator {
  display: none !important;
}
body.single-product .product-type-variable #wc-stripe-payment-request-button-separator {
  padding-right: 16px !important;
}

@media (max-width: 991.98px) {
  body.single-product .shop-product-item {
    background-size: 100vh;
  }
}
body.single-product .shop-product-item .entry-summary {
  background-color: white;
  padding: 30px;
  text-align: center;
}
body.single-product .shop-product-item .entry-summary h1 {
  padding-bottom: 10px;
}
body.single-product .shop-product-item .entry-summary .stock {
  display: none;
}
body.single-product .shop-product-item.product-type-variable-subscription {
  background-color: #ffffff;
}
body.single-product .shop-product-item .woocommerce-product-gallery {
  position: sticky;
  top: 0;
}
body.single-product .container.description .taste {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../images/flower-watermark.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  body.single-product .container.description .taste {
    min-height: 80vw;
  }
}
body.single-product .container.description .taste h2 {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s ease-out;
}
body.single-product .container.description .taste h2.visible {
  opacity: 1;
  transform: scale(1);
}
body.single-product .container.details,
body.single-product .container.preparation {
  display: flex;
  flex-wrap: wrap;
}
body.single-product .container.details .detail,
body.single-product .container.preparation .detail {
  display: flex;
  width: 50%;
  padding: 0.5em 0;
}
@media (min-width: 992px) {
  body.single-product .container.details .detail,
body.single-product .container.preparation .detail {
    width: 33%;
  }
}
body.single-product .container.details .detail .illustration,
body.single-product .container.preparation .detail .illustration {
  min-width: 48px;
}
body.single-product .container.details .detail .text,
body.single-product .container.preparation .detail .text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1em 0 0.5em;
}
body.single-product .container.details .detail .text dt, body.single-product .container.details .detail .text dd,
body.single-product .container.preparation .detail .text dt,
body.single-product .container.preparation .detail .text dd {
  font-size: 80%;
}
body.single-product .container.details .detail .text dt,
body.single-product .container.preparation .detail .text dt {
  font-family: "latin_modern_mono10_italic", "Courier New", Courier, fixed;
  font-style: italic;
  color: #888888;
  border-bottom: 1px solid #DCDCDB;
}
body.single-product .container.details .detail .text dd.type,
body.single-product .container.preparation .detail .text dd.type {
  overflow: hidden;
  margin: 0 auto 0 0;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  body.single-product .container.details .detail .text dd.type,
body.single-product .container.preparation .detail .text dd.type {
    white-space: nowrap;
    animation: typing 2s steps(34, end);
  }
}
body.single-product .container.preparation .detail {
  width: 100%;
}
@media (min-width: 768px) {
  body.single-product .container.preparation .detail {
    width: 33%;
  }
}
body.single-product .container.preparation .detail:last-child {
  flex-direction: column;
  align-items: flex-start;
}
body.single-product .container.preparation .detail:last-child p {
  font-size: 80%;
}
body.single-product .container.preparation .detail:last-child p a {
  border-bottom: 1px solid #000000;
}
body.single-product .producer {
  background-color: #222222;
}
body.single-product .producer h1, body.single-product .producer h2, body.single-product .producer h3, body.single-product .producer p {
  color: #ffffff;
}

.transparency-info {
  background-color: #000000;
}
.transparency-info .container .detail {
  display: flex;
  width: 100%;
  max-width: 320px;
  padding: 0.5em 0;
}
.transparency-info .container .detail:last-of-type {
  border-top: 2px solid #DCDCDB;
  padding-top: 1em;
}
.transparency-info .container .detail .text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1em;
  color: #ffffff;
}
.transparency-info .container .detail .text dt, .transparency-info .container .detail .text dd {
  font-size: 90%;
}
.transparency-info .container .detail .text dd.type {
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto 0 0;
  letter-spacing: 0;
  animation: typing 2s steps(23, end);
}
.transparency-info .container .description {
  color: #ffffff;
}
.transparency-info .container input[type=radio] {
  position: absolute;
  left: -9999px;
}
.transparency-info .container .cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1080px;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 60px 0;
}
@media (min-width: 768px) {
  .transparency-info .container .cards {
    flex-direction: row;
    background-image: url("data:image/svg+xml,%3Csvg width='1120' height='1120' viewBox='0 0 1120 1120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 44L1120 44' stroke='%23D65742' stroke-width='4'/%3E%3Ccircle cx='30' cy='44' r='20' fill='%23D65742'/%3E%3C/svg%3E");
  }
}
.transparency-info .container .cards .card {
  width: 100%;
  transition-duration: 0.1s;
  transition-property: width, height;
  overflow: hidden;
  margin: 0;
  background-color: #DCDCDB;
  display: flex;
}
@media (min-width: 768px) {
  .transparency-info .container .cards .card {
    width: 60px;
    max-height: 540px;
    background-image: url("data:image/svg+xml,%3Csvg width='1120' height='1120' viewBox='0 0 1120 1120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 44L1120 44' stroke='%23D65742' stroke-width='4'/%3E%3Ccircle cx='30' cy='44' r='20' fill='%23D65742'/%3E%3C/svg%3E");
    background-position: top left;
  }
}
@media (max-width: 767.98px) {
  .transparency-info .container .cards .card.current {
    background-image: url("data:image/svg+xml,%3Csvg width='58' height='58' viewBox='0 0 58 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 0L34.8545 7.15076L43.5 3.88526L44.9948 13.0052L54.1147 14.5L50.8492 23.1455L58 29L50.8492 34.8545L54.1147 43.5L44.9948 44.9948L43.5 54.1147L34.8545 50.8492L29 58L23.1455 50.8492L14.5 54.1147L13.0052 44.9948L3.88526 43.5L7.15076 34.8545L0 29L7.15076 23.1455L3.88526 14.5L13.0052 13.0052L14.5 3.88526L23.1455 7.15076L29 0Z' fill='%23D65742'/%3E%3C/svg%3E%0A");
    background-position: 96% 5px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .transparency-info .container .cards .card.current {
    background-image: url("data:image/svg+xml,%3Csvg width='1120' height='1120' viewBox='0 0 1120 1120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 44L1120 44' stroke='%23D65742' stroke-width='4'/%3E%3Cpath d='M30 15L35.8545 22.1508L44.5 18.8853L45.9948 28.0052L55.1147 29.5L51.8492 38.1455L59 44L51.8492 49.8545L55.1147 58.5L45.9948 59.9948L44.5 69.1147L35.8545 65.8492L30 73L24.1455 65.8492L15.5 69.1147L14.0052 59.9948L4.88526 58.5L8.15076 49.8545L1 44L8.15076 38.1455L4.88526 29.5L14.0052 28.0052L15.5 18.8853L24.1455 22.1508L30 15Z' fill='%23D65742'/%3E%3Cpath d='M65.23 17.87C65.23 20.28 66.95 22.15 69.39 22.15C71.76 22.15 73.54 20.28 73.54 17.87C73.54 15.46 71.68 13.6 69.39 13.6C67.12 13.6 65.23 15.46 65.23 17.87ZM67.26 17.87C67.26 16.64 67.94 15.41 69.39 15.41C70.85 15.41 71.51 16.64 71.51 17.87C71.51 19.1 70.89 20.33 69.39 20.33C67.85 20.33 67.26 19.1 67.26 17.87ZM82.2095 13.75H80.3295V18.52C80.3295 19.9 79.9095 20.3 78.9895 20.3C78.0695 20.3 77.6495 19.9 77.6495 18.52V13.75H75.7695V19.07C75.7695 21.11 76.8895 22.15 78.9895 22.15C81.0895 22.15 82.2095 21.11 82.2095 19.07V13.75ZM84.8109 13.75V22H86.6909V18.74L89.2109 22H91.6009L88.7609 18.59C89.7709 18.27 90.4509 17.44 90.4509 16.2C90.4509 14.58 89.2909 13.75 87.7609 13.75H84.8109ZM86.6909 17.41V15.25H86.9109C87.6209 15.25 88.4709 15.3 88.4709 16.33C88.4709 17.36 87.6209 17.41 86.9109 17.41H86.6909ZM101.771 20.3C99.8813 20.3 99.0513 18.98 99.0513 17.87C99.0513 16.77 99.8813 15.45 101.771 15.45C102.731 15.45 103.391 15.96 103.391 15.96L104.191 14.36C104.191 14.36 103.271 13.6 101.481 13.6C99.1413 13.6 97.0113 15.52 97.0113 17.89C97.0113 20.25 99.1513 22.15 101.481 22.15C103.271 22.15 104.191 21.39 104.191 21.39L103.391 19.79C103.391 19.79 102.731 20.3 101.771 20.3ZM112.751 13.75H110.871V18.52C110.871 19.9 110.451 20.3 109.531 20.3C108.611 20.3 108.191 19.9 108.191 18.52V13.75H106.311V19.07C106.311 21.11 107.431 22.15 109.531 22.15C111.631 22.15 112.751 21.11 112.751 19.07V13.75ZM115.352 13.75V22H117.232V18.74L119.752 22H122.142L119.302 18.59C120.312 18.27 120.992 17.44 120.992 16.2C120.992 14.58 119.832 13.75 118.302 13.75H115.352ZM117.232 17.41V15.25H117.452C118.162 15.25 119.012 15.3 119.012 16.33C119.012 17.36 118.162 17.41 117.452 17.41H117.232ZM124.01 13.75V22H125.89V18.74L128.41 22H130.8L127.96 18.59C128.97 18.27 129.65 17.44 129.65 16.2C129.65 14.58 128.49 13.75 126.96 13.75H124.01ZM125.89 17.41V15.25H126.11C126.82 15.25 127.67 15.3 127.67 16.33C127.67 17.36 126.82 17.41 126.11 17.41H125.89ZM137.388 13.75H132.668V22H137.388V20.35H134.548V18.69H137.268V17.04H134.548V15.4H137.388V13.75ZM141.849 16.88H141.869L145.149 22H147.029V13.75H145.149V18.87H145.129L141.849 13.75H139.969V22H141.849V16.88ZM148.732 15.4H150.692V22H152.572V15.4H154.532V13.75H148.732V15.4ZM160.944 13.75V22H162.824V18.74L165.344 22H167.734L164.894 18.59C165.904 18.27 166.584 17.44 166.584 16.2C166.584 14.58 165.424 13.75 163.894 13.75H160.944ZM162.824 17.41V15.25H163.044C163.754 15.25 164.604 15.3 164.604 16.33C164.604 17.36 163.754 17.41 163.044 17.41H162.824ZM174.322 13.75H169.602V22H174.322V20.35H171.482V18.69H174.202V17.04H171.482V15.4H174.322V13.75ZM178.783 13.75H176.903V22H181.623V20.35H178.783V13.75ZM188.394 13.75H186.654L183.324 22H185.344L185.954 20.35H189.094L189.704 22H191.724L188.394 13.75ZM188.454 18.7H186.594L187.514 16.3H187.534L188.454 18.7ZM192.547 15.4H194.507V22H196.387V15.4H198.347V13.75H192.547V15.4ZM202.404 13.75H200.524V22H202.404V13.75ZM204.73 17.87C204.73 20.28 206.45 22.15 208.89 22.15C211.26 22.15 213.04 20.28 213.04 17.87C213.04 15.46 211.18 13.6 208.89 13.6C206.62 13.6 204.73 15.46 204.73 17.87ZM206.76 17.87C206.76 16.64 207.44 15.41 208.89 15.41C210.35 15.41 211.01 16.64 211.01 17.87C211.01 19.1 210.39 20.33 208.89 20.33C207.35 20.33 206.76 19.1 206.76 17.87ZM217.25 16.88H217.27L220.55 22H222.43V13.75H220.55V18.87H220.53L217.25 13.75H215.37V22H217.25V16.88ZM227.976 13.6C226.646 13.6 225.286 14.58 225.286 16.12C225.286 16.98 225.866 17.75 226.856 18.24C227.836 18.73 228.716 19 228.716 19.6C228.716 20.37 227.936 20.41 227.526 20.41C226.606 20.41 225.506 19.48 225.506 19.48L224.566 21.06C224.566 21.06 225.736 22.15 227.666 22.15C229.276 22.15 230.776 21.46 230.776 19.49C230.776 18.41 229.766 17.63 228.846 17.24C227.906 16.84 227.126 16.51 227.126 16.05C227.126 15.6 227.466 15.31 228.106 15.31C228.956 15.31 229.776 15.88 229.776 15.88L230.536 14.38C230.536 14.38 229.476 13.6 227.976 13.6ZM235.035 18.69H237.695V22H239.575V13.75H237.695V17.04H235.035V13.75H233.155V22H235.035V18.69ZM244.152 13.75H242.272V22H244.152V13.75ZM246.848 13.75V22H248.728V18.94H249.858C251.468 18.94 252.678 17.99 252.678 16.29C252.678 14.58 251.468 13.75 249.858 13.75H246.848ZM248.728 17.44V15.25H249.258C249.998 15.25 250.698 15.5 250.698 16.35C250.698 17.19 249.998 17.44 249.258 17.44H248.728Z' fill='%23D65742'/%3E%3C/svg%3E%0A");
    background-position: top left;
  }
}
.transparency-info .container .cards .card .title {
  line-height: 50px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .transparency-info .container .cards .card .title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 60px;
    padding-top: 15px;
    padding-left: inherit;
  }
}
.transparency-info .container .cards .card .details {
  display: none;
  height: 0;
}
@media (min-width: 768px) {
  .transparency-info .container .cards .card .details {
    height: 100%;
    overflow-y: scroll;
  }
}
.transparency-info .container .cards .card:hover {
  background-color: #ffffff;
}
.transparency-info .container .cards .card:last-of-type {
  margin-right: 0;
}
.transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1),
.transparency-info .container input:nth-of-type(2):checked ~ .cards .card:nth-child(2),
.transparency-info .container input:nth-of-type(3):checked ~ .cards .card:nth-child(3),
.transparency-info .container input:nth-of-type(4):checked ~ .cards .card:nth-child(4),
.transparency-info .container input:nth-of-type(5):checked ~ .cards .card:nth-child(5),
.transparency-info .container input:nth-of-type(6):checked ~ .cards .card:nth-child(6) {
  width: 100%;
  padding: 0 20px;
  background-color: #F6F6F5;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1),
.transparency-info .container input:nth-of-type(2):checked ~ .cards .card:nth-child(2),
.transparency-info .container input:nth-of-type(3):checked ~ .cards .card:nth-child(3),
.transparency-info .container input:nth-of-type(4):checked ~ .cards .card:nth-child(4),
.transparency-info .container input:nth-of-type(5):checked ~ .cards .card:nth-child(5),
.transparency-info .container input:nth-of-type(6):checked ~ .cards .card:nth-child(6) {
    padding: 0 30px;
    width: 480px;
    min-height: 540px;
  }
}
@media (min-width: 992px) {
  .transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1),
.transparency-info .container input:nth-of-type(2):checked ~ .cards .card:nth-child(2),
.transparency-info .container input:nth-of-type(3):checked ~ .cards .card:nth-child(3),
.transparency-info .container input:nth-of-type(4):checked ~ .cards .card:nth-child(4),
.transparency-info .container input:nth-of-type(5):checked ~ .cards .card:nth-child(5),
.transparency-info .container input:nth-of-type(6):checked ~ .cards .card:nth-child(6) {
    width: 540px;
  }
}
.transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1) .title,
.transparency-info .container input:nth-of-type(2):checked ~ .cards .card:nth-child(2) .title,
.transparency-info .container input:nth-of-type(3):checked ~ .cards .card:nth-child(3) .title,
.transparency-info .container input:nth-of-type(4):checked ~ .cards .card:nth-child(4) .title,
.transparency-info .container input:nth-of-type(5):checked ~ .cards .card:nth-child(5) .title,
.transparency-info .container input:nth-of-type(6):checked ~ .cards .card:nth-child(6) .title {
  padding-left: 0;
  color: #D65742;
}
@media (min-width: 768px) {
  .transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1) .title,
.transparency-info .container input:nth-of-type(2):checked ~ .cards .card:nth-child(2) .title,
.transparency-info .container input:nth-of-type(3):checked ~ .cards .card:nth-child(3) .title,
.transparency-info .container input:nth-of-type(4):checked ~ .cards .card:nth-child(4) .title,
.transparency-info .container input:nth-of-type(5):checked ~ .cards .card:nth-child(5) .title,
.transparency-info .container input:nth-of-type(6):checked ~ .cards .card:nth-child(6) .title {
    writing-mode: initial;
    transform: none;
    position: relative;
    left: -8px;
    color: #ffffff;
  }
  .transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1) .title span,
.transparency-info .container input:nth-of-type(2):checked ~ .cards .card:nth-child(2) .title span,
.transparency-info .container input:nth-of-type(3):checked ~ .cards .card:nth-child(3) .title span,
.transparency-info .container input:nth-of-type(4):checked ~ .cards .card:nth-child(4) .title span,
.transparency-info .container input:nth-of-type(5):checked ~ .cards .card:nth-child(5) .title span,
.transparency-info .container input:nth-of-type(6):checked ~ .cards .card:nth-child(6) .title span {
    color: #D65742;
    margin-left: 8px;
    padding: 0 6px;
    background-color: #F6F6F5;
  }
}
.transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1) .details,
.transparency-info .container input:nth-of-type(2):checked ~ .cards .card:nth-child(2) .details,
.transparency-info .container input:nth-of-type(3):checked ~ .cards .card:nth-child(3) .details,
.transparency-info .container input:nth-of-type(4):checked ~ .cards .card:nth-child(4) .details,
.transparency-info .container input:nth-of-type(5):checked ~ .cards .card:nth-child(5) .details,
.transparency-info .container input:nth-of-type(6):checked ~ .cards .card:nth-child(6) .details {
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .transparency-info .container input:nth-of-type(1):checked ~ .cards .card:nth-child(1) .title span {
    margin-left: 14px;
  }
}

.product_cat-subscribe form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product_cat-subscribe form.cart .container table.variations {
  margin: 0 0 16px 0;
  max-width: 100%;
  display: block;
  list-style: none;
  counter-reset: steps;
}
.product_cat-subscribe form.cart .container table.variations tbody, .product_cat-subscribe form.cart .container table.variations tr {
  display: block;
}
.product_cat-subscribe form.cart .container table.variations tbody td.label, .product_cat-subscribe form.cart .container table.variations tr td.label {
  display: block;
  text-align: center;
  margin: 3em 0 1em 0;
}
@media (min-width: 768px) {
  .product_cat-subscribe form.cart .container table.variations tbody td.label, .product_cat-subscribe form.cart .container table.variations tr td.label {
    margin: 4em 0 3em 0;
  }
}
.product_cat-subscribe form.cart .container table.variations tbody td.label label, .product_cat-subscribe form.cart .container table.variations tr td.label label {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9rem;
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #000000;
  margin: 0 auto;
  counter-increment: steps;
  padding: 0.5em 0 0.5em 2.8em;
  position: relative;
}
.product_cat-subscribe form.cart .container table.variations tbody td.label label::before, .product_cat-subscribe form.cart .container table.variations tr td.label label::before {
  content: counter(steps);
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  background: #000000;
  color: #ffffff;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 5px;
}
.product_cat-subscribe form.cart .container table.variations tbody td.value, .product_cat-subscribe form.cart .container table.variations tr td.value {
  display: block;
  padding-left: 5px;
  padding-right: 0;
}
.product_cat-subscribe form.cart .container table.variations tbody td.value .select, .product_cat-subscribe form.cart .container table.variations tr td.value .select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_cat-subscribe form.cart .container table.variations tbody td.value .select .swatch-wrapper, .product_cat-subscribe form.cart .container table.variations tr td.value .select .swatch-wrapper {
  width: 46%;
  height: 100%;
  border: 2px solid white;
}
.product_cat-subscribe form.cart .container table.variations tbody td.value .select .swatch-wrapper.selected, .product_cat-subscribe form.cart .container table.variations tr td.value .select .swatch-wrapper.selected {
  border: 2px solid #000000;
}
.product_cat-subscribe form.cart .container table.variations tbody td.value .select .swatch-wrapper.disabled, .product_cat-subscribe form.cart .container table.variations tr td.value .select .swatch-wrapper.disabled {
  display: none;
}
.product_cat-subscribe form.cart .container table.variations tbody td.value .select .swatch-wrapper a, .product_cat-subscribe form.cart .container table.variations tr td.value .select .swatch-wrapper a {
  display: inline;
}
@media (min-width: 768px) {
  .product_cat-subscribe form.cart .container table.variations tbody td.value .select, .product_cat-subscribe form.cart .container table.variations tr td.value .select {
    flex-wrap: nowrap;
  }
  .product_cat-subscribe form.cart .container table.variations tbody td.value .select .swatch-wrapper, .product_cat-subscribe form.cart .container table.variations tr td.value .select .swatch-wrapper {
    width: 25%;
  }
}
.product_cat-subscribe form.cart .container table.variations tr:first-of-type td.label {
  margin-top: 0;
}
.product_cat-subscribe .single_variation_wrap {
  background-color: #F6F6F5;
  width: 100vw;
}
.product_cat-subscribe .single_variation_wrap .col {
  text-align: left;
}
@media (min-width: 768px) {
  .product_cat-subscribe .single_variation_wrap .col {
    display: flex;
  }
}
@media (min-width: 768px) {
  .product_cat-subscribe .single_variation_wrap .col .left_column {
    width: 50%;
    padding: 2em 2em 2em 0;
  }
}
@media (min-width: 768px) {
  .product_cat-subscribe .single_variation_wrap .col .right_column {
    width: 50%;
    padding: 2em 0 2em 2em;
  }
}
.product_cat-subscribe .single_variation_wrap .col .right_column .woocommerce-variation .woocommerce-variation-price {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.product_cat-subscribe .single_variation_wrap .col .right_column .woocommerce-variation-add-to-cart fieldset {
  margin-bottom: 1em;
}
.product_cat-subscribe .single_variation_wrap .col .right_column .woocommerce-variation-add-to-cart .quantity {
  display: inline-block;
  float: left;
}
.product_cat-subscribe .single_variation_wrap .col .right_column .woocommerce-variation-add-to-cart .quantity input {
  width: auto;
  max-width: 8em;
  margin-right: 1em;
  background-color: #ffffff;
}
.product_cat-subscribe .single_variation_wrap .col .right_column .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
  padding: 9px 30px;
  min-width: 12em;
}
.product_cat-subscribe p.first-payment-date {
  margin-bottom: 0;
}

.wc-block-grid.has-3-columns .wc-block-grid__products {
  display: flex;
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-bottom: 15px;
}
ul.products li.product .image-wrap,
ul.products .wc-block-grid__product .image-wrap,
.wc-block-grid__products li.product .image-wrap,
.wc-block-grid__products .wc-block-grid__product .image-wrap {
  position: relative;
}
ul.products li.product .image-wrap .wc-block-grid__product-image,
ul.products .wc-block-grid__product .image-wrap .wc-block-grid__product-image,
.wc-block-grid__products li.product .image-wrap .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product .image-wrap .wc-block-grid__product-image {
  transition: all 0.3s cubic-bezier(0.06, 0.51, 0, 1.01);
}
ul.products li.product .image-wrap .hover,
ul.products .wc-block-grid__product .image-wrap .hover,
.wc-block-grid__products li.product .image-wrap .hover,
.wc-block-grid__products .wc-block-grid__product .image-wrap .hover {
  pointer-events: none;
  opacity: 0;
  background-blend-mode: multiply;
  transition: all 0.3s cubic-bezier(0.06, 0.51, 0, 1.01);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-weight: normal;
  background-image: url("../images/flower-watermark.png");
  background-size: contain;
  background-size: 25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
ul.products li.product .image-wrap .hover .hover-content,
ul.products .wc-block-grid__product .image-wrap .hover .hover-content,
.wc-block-grid__products li.product .image-wrap .hover .hover-content,
.wc-block-grid__products .wc-block-grid__product .image-wrap .hover .hover-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  background-image: none;
}
ul.products li.product:not(.with-flavor-notes):hover img,
ul.products li.product:not(.with-flavor-notes):hover .wc-block-grid__product-image,
ul.products .wc-block-grid__product:not(.with-flavor-notes):hover img,
ul.products .wc-block-grid__product:not(.with-flavor-notes):hover .wc-block-grid__product-image,
.wc-block-grid__products li.product:not(.with-flavor-notes):hover img,
.wc-block-grid__products li.product:not(.with-flavor-notes):hover .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product:not(.with-flavor-notes):hover img,
.wc-block-grid__products .wc-block-grid__product:not(.with-flavor-notes):hover .wc-block-grid__product-image {
  opacity: 0.96;
  transform: scale(1.04);
}
@media (hover: hover) {
  ul.products li.product.with-flavor-notes:hover img,
ul.products li.product.with-flavor-notes:hover .wc-block-grid__product-image,
ul.products .wc-block-grid__product.with-flavor-notes:hover img,
ul.products .wc-block-grid__product.with-flavor-notes:hover .wc-block-grid__product-image,
.wc-block-grid__products li.product.with-flavor-notes:hover img,
.wc-block-grid__products li.product.with-flavor-notes:hover .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product.with-flavor-notes:hover img,
.wc-block-grid__products .wc-block-grid__product.with-flavor-notes:hover .wc-block-grid__product-image {
    opacity: 0;
  }
  ul.products li.product.with-flavor-notes:hover .hover,
ul.products .wc-block-grid__product.with-flavor-notes:hover .hover,
.wc-block-grid__products li.product.with-flavor-notes:hover .hover,
.wc-block-grid__products .wc-block-grid__product.with-flavor-notes:hover .hover {
    pointer-events: none;
    opacity: 1;
    background-size: 75%;
  }
}
ul.products li.product .product-info a div, ul.products li.product .product-info a > span,
ul.products .wc-block-grid__product .product-info a div,
ul.products .wc-block-grid__product .product-info a > span,
.wc-block-grid__products li.product .product-info a div,
.wc-block-grid__products li.product .product-info a > span,
.wc-block-grid__products .wc-block-grid__product .product-info a div,
.wc-block-grid__products .wc-block-grid__product .product-info a > span {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
  font-size: 0.7rem;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  ul.products li.product .product-info a div, ul.products li.product .product-info a > span,
ul.products .wc-block-grid__product .product-info a div,
ul.products .wc-block-grid__product .product-info a > span,
.wc-block-grid__products li.product .product-info a div,
.wc-block-grid__products li.product .product-info a > span,
.wc-block-grid__products .wc-block-grid__product .product-info a div,
.wc-block-grid__products .wc-block-grid__product .product-info a > span {
    font-size: 0.8rem;
  }
}
ul.products li.product .product-info a h2,
ul.products .wc-block-grid__product .product-info a h2,
.wc-block-grid__products li.product .product-info a h2,
.wc-block-grid__products .wc-block-grid__product .product-info a h2 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9rem;
  line-height: 150%;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
ul.products li.product .product-info a.button,
ul.products .wc-block-grid__product .product-info a.button,
.wc-block-grid__products li.product .product-info a.button,
.wc-block-grid__products .wc-block-grid__product .product-info a.button {
  display: none;
}

.wc-proceed-to-checkout a.checkout-button {
  background-color: #000;
  color: #fff;
}
.wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.woocommerce-cart-form__contents tr.cart_item .variation {
  display: block;
  width: 100%;
  margin: 0;
  color: #777;
}
.woocommerce-cart-form__contents tr.cart_item .variation dt,
.woocommerce-cart-form__contents tr.cart_item .variation dd,
.woocommerce-cart-form__contents tr.cart_item .variation dd p {
  font-size: 12px;
  line-height: 18px;
}
.woocommerce-cart-form__contents tr.cart_item .variation dt {
  clear: both;
  display: inline-block;
  color: #aaa;
}
.woocommerce-cart-form__contents tr.cart_item .variation dd {
  float: left;
}

body.woocommerce-view-order .woocommerce-table__product-name ul.wc-item-meta li {
  font-size: 13px;
}
body.woocommerce-view-order .woocommerce-table__product-name ul.wc-item-meta li p {
  color: #444;
}

body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
  display: block !important;
}
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option,
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  padding-left: 0 !important;
}
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option .wc-block-components-payment-method-label,
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content .wc-block-components-payment-method-label {
  padding-left: 32px !important;
}
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  max-width: 100%;
}
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content .wc-block-gateway-container .wc-block-gateway-input {
  height: 4em;
}
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content .wc-block-gateway-container label {
  left: 15px !important;
}
body.woocommerce-checkout div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-checkout__order-notes textarea.wc-block-components-textarea {
  border: 1px solid #222222;
  border-radius: 4px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content > :last-child {
  padding-bottom: 0;
}

body.woocommerce-checkout .entry-content form.woocommerce-form-login {
  width: 100%;
  padding: 16px 0 32px;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout {
  overflow: hidden;
  margin-top: 32px;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout .tribe-checkout-backlinks {
  display: none;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-billing-fields .form-row > label,
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-shipping-fields .form-row > label {
  left: 15px;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text],
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel],
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email],
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text],
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel],
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email] {
  padding-left: 15px !important;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container,
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container {
  border: 2px solid #000;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection.select2-selection--single,
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-selection.select2-selection--single {
  box-shadow: none !important;
  background-image: none !important;
}
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection.select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout .entry-content form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
}
body.woocommerce-checkout .entry-content table.woocommerce-checkout-review-order-table * {
  font-size: 16px !important;
}
body.woocommerce-checkout .entry-content table.woocommerce-checkout-review-order-table td dl.variation {
  margin-top: 0.5rem;
}
body.woocommerce-checkout .entry-content table.woocommerce-checkout-review-order-table td dl.variation * {
  font-size: 12px !important;
  line-height: 18px;
}
body.woocommerce-checkout .entry-content table.woocommerce-checkout-review-order-table tr.recurring-totals th {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 150%;
  letter-spacing: 0.06em;
}

#stripe-payment-data ul.wc-saved-payment-methods li input[type=radio] {
  width: 12px !important;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.pickup-location-calendar > div {
  position: relative;
}
.pickup-location-calendar > div > input {
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
}
.pickup-location-calendar button.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

body.tribe-events-page-template *,
body.single-tribe_organizer * {
  font-style: normal;
}
body.tribe-events-page-template abbr,
body.single-tribe_organizer abbr {
  text-decoration: none !important;
}
body.tribe-events-page-template .tribe-common-l-container,
body.single-tribe_organizer .tribe-common-l-container {
  padding-top: 2rem !important;
}
body.tribe-events-page-template .tribe-events-pro-organizer__meta,
body.single-tribe_organizer .tribe-events-pro-organizer__meta {
  padding: 1rem 0 !important;
}
body.tribe-events-page-template .tribe-events-pro-organizer__meta .tribe-events-pro-organizer__meta-row,
body.single-tribe_organizer .tribe-events-pro-organizer__meta .tribe-events-pro-organizer__meta-row {
  flex-direction: row;
}
body.tribe-events-page-template .tribe-events-header__top-bar .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list,
body.single-tribe_organizer .tribe-events-header__top-bar .tribe-events-c-top-bar__nav ul.tribe-events-c-top-bar__nav-list {
  align-items: center;
}
body.tribe-events-page-template ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item > a,
body.single-tribe_organizer ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item > a {
  padding: 0.75em 1em;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 150%;
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 2px solid #000;
}
body.tribe-events-page-template ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item > a:hover,
body.single-tribe_organizer ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item > a:hover {
  color: white;
  background-color: black;
}
@media (max-width: 991.98px) {
  body.tribe-events-page-template ul.tribe-events-c-nav__list,
body.single-tribe_organizer ul.tribe-events-c-nav__list {
    display: inline-block;
  }
  body.tribe-events-page-template ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item,
body.single-tribe_organizer ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item {
    display: inline-block;
    width: auto;
    margin-bottom: 0.5em;
  }
}
body.tribe-events-page-template .event-header-region,
body.single-tribe_organizer .event-header-region {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-repeat: no-repeat;
}
body.tribe-events-page-template .event-header-region .event-foreground,
body.single-tribe_organizer .event-header-region .event-foreground {
  width: 100%;
  max-width: 640px;
  padding: 1.5em;
  margin: 0 auto;
  background-color: #fff;
}
body.tribe-events-page-template .event-header-region .event-foreground .tribe-events-single-event-title,
body.single-tribe_organizer .event-header-region .event-foreground .tribe-events-single-event-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media (max-width: 991.98px) {
  body.tribe-events-page-template .event-header-region .event-foreground .tribe-events-single-event-title,
body.single-tribe_organizer .event-header-region .event-foreground .tribe-events-single-event-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
body.tribe-events-page-template .event-header-region .event-foreground .tribe-events-schedule,
body.single-tribe_organizer .event-header-region .event-foreground .tribe-events-schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
body.tribe-events-page-template .event-header-region .event-foreground .tribe-events-schedule h2,
body.single-tribe_organizer .event-header-region .event-foreground .tribe-events-schedule h2 {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
  font-size: 1.375rem;
  line-height: 1.9rem;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-single-event-description,
body.single-tribe_organizer .tribe-events-single .tribe-events-single-event-description {
  order: 1;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-single-event-description p,
body.single-tribe_organizer .tribe-events-single .tribe-events-single-event-description p {
  font-size: 100%;
}
body.tribe-events-page-template .tribe-events-single .event-tickets,
body.single-tribe_organizer .tribe-events-single .event-tickets {
  order: 1;
}
body.tribe-events-page-template .tribe-events-single .event-tickets #tribe-tickets__tickets-form,
body.single-tribe_organizer .tribe-events-single .event-tickets #tribe-tickets__tickets-form {
  border: 2px solid black;
  border: none;
  background-color: #F6F6F5;
}
body.tribe-events-page-template .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item,
body.single-tribe_organizer .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
body.tribe-events-page-template .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item div,
body.single-tribe_organizer .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item div {
  align-self: auto;
}
body.tribe-events-page-template .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity button,
body.single-tribe_organizer .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity button {
  border: none;
  padding: 0 !important;
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
  color: black;
}
body.tribe-events-page-template .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-number,
body.single-tribe_organizer .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-number {
  height: auto;
}
body.tribe-events-page-template .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-total-wrap *,
body.single-tribe_organizer .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-total-wrap * {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
}
body.tribe-events-page-template .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer button.tribe-common-c-btn,
body.single-tribe_organizer .tribe-events-single .event-tickets #tribe-tickets__tickets-form .tribe-tickets__tickets-footer button.tribe-common-c-btn {
  background-color: black;
  border-radius: 0;
}
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper {
  border: none;
  background-color: #f8f9fa;
  max-width: none;
}
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper h3.tribe-common-h2,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper h3.tribe-common-h2 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-going,
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-not-going,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-going,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-not-going {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 2px solid #000;
}
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-going:hover,
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-not-going:hover,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-going:hover,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-rsvp .tribe-tickets__rsvp-actions-button-not-going:hover {
  background-color: white;
  color: #000;
}
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__form input,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__form input {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
  background-color: #fff;
}
body.tribe-events-page-template .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-success .tribe-common-form-control-toggle,
body.single-tribe_organizer .tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-success .tribe-common-form-control-toggle {
  align-items: baseline;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-cal-links,
body.single-tribe_organizer .tribe-events-single .tribe-events-cal-links {
  order: 9;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-cal-links a,
body.single-tribe_organizer .tribe-events-single .tribe-events-cal-links a {
  border: 2px solid #000;
  padding: 0.5em 1em;
  font-size: 80%;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta {
  order: 2;
  width: 100%;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta h2,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta h2 {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
  width: auto;
  flex-basis: auto !important;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dt:before,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dt:before {
  content: "";
  display: block;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dt, body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dd,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dt,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dd {
  display: inline;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
  width: 50%;
  min-height: 300px;
}
body.tribe-events-page-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map iframe,
body.single-tribe_organizer .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map iframe {
  max-height: 300px;
}
body.tribe-events-page-template #tribe-events-footer,
body.single-tribe_organizer #tribe-events-footer {
  display: none;
}
body.tribe-events-page-template .tribe-common-c-loader,
body.single-tribe_organizer .tribe-common-c-loader {
  display: none;
}
body.tribe-events-page-template .tribe-events-c-view-selector__content,
body.single-tribe_organizer .tribe-events-c-view-selector__content {
  background-color: #fff;
  border: 2px solid #000;
}
body.tribe-events-page-template .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list,
body.single-tribe_organizer .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list {
  min-width: 120px;
}
body.tribe-events-page-template button,
body.single-tribe_organizer button {
  padding: 0.75em 1em;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 150%;
}
body.tribe-events-page-template .tribe-events-tooltip-theme .tooltipster-box,
body.single-tribe_organizer .tribe-events-tooltip-theme .tooltipster-box {
  background-color: #000;
  border: none;
  padding: 1em;
  border-radius: 6px;
}
body.tribe-events-page-template .tribe-events-tooltip-theme .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-cost .tribe-common-cta,
body.single-tribe_organizer .tribe-events-tooltip-theme .tooltipster-box .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-cost .tribe-common-cta {
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
body.tribe-events-page-template .tribe-events-calendar-month .tribe-events-calendar-month__body,
body.single-tribe_organizer .tribe-events-calendar-month .tribe-events-calendar-month__body {
  border-top: 1px solid #000;
}
body.tribe-events-page-template .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week,
body.single-tribe_organizer .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
  border-left: 1px solid #000;
}
body.tribe-events-page-template .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day h3,
body.single-tribe_organizer .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day h3 {
  font-size: 0.8rem;
}
body.tribe-events-page-template .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date,
body.single-tribe_organizer .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date {
  opacity: 0.5;
}
body.tribe-events-page-template .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-featured-image-wrapper,
body.single-tribe_organizer .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-featured-image-wrapper {
  display: none;
}
body.tribe-events-page-template .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-datetime,
body.single-tribe_organizer .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-details .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 75%;
  line-height: 125%;
}
body.tribe-events-page-template .tribe-events-calendar-list .tribe-events-calendar-list__month-separator,
body.single-tribe_organizer .tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
  text-transform: uppercase;
}
body.tribe-events-page-template .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime,
body.single-tribe_organizer .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime {
  background-color: #fd7e14;
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  justify-content: center;
}
body.tribe-events-page-template .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime *,
body.single-tribe_organizer .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime * {
  color: #fff;
}
body.tribe-events-page-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button,
body.single-tribe_organizer .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
  width: 15rem;
  display: inline-block;
  padding: 0.75em 1em;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 150%;
  font-family: "league_spartanbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}
body.tribe-events-page-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover,
body.single-tribe_organizer .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover {
  color: white;
  background-color: black;
}
body.tribe-events-page-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button svg.tribe-events-c-subscribe-dropdown__export-icon,
body.single-tribe_organizer .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button svg.tribe-events-c-subscribe-dropdown__export-icon {
  display: none;
}
body.tribe-events-page-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text,
body.single-tribe_organizer .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
  border: none;
  padding: 0;
  background-color: #000;
  color: #fff;
}
body.tribe-events-page-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text:hover,
body.single-tribe_organizer .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text:hover {
  background-color: #000;
  color: #fff;
}
body.tribe-events-page-template .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__content,
body.single-tribe_organizer .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__content {
  width: 15rem;
  background-color: #eee;
  padding-bottom: 0.5rem;
}
body.tribe-events-page-template .tribe-dialog__wrapper button,
body.single-tribe_organizer .tribe-dialog__wrapper button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: black;
}
body.tribe-events-page-template .tribe-dialog__wrapper button:hover,
body.single-tribe_organizer .tribe-dialog__wrapper button:hover {
  background-color: inherit;
}
body.tribe-events-page-template .tribe-dialog__wrapper input,
body.single-tribe_organizer .tribe-dialog__wrapper input {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
}
body.tribe-events-page-template .tribe-dialog__wrapper .tribe-tickets__tickets-item button,
body.single-tribe_organizer .tribe-dialog__wrapper .tribe-tickets__tickets-item button {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
}
body.tribe-events-page-template .tribe-dialog__wrapper .tribe-tickets__tickets-item input,
body.single-tribe_organizer .tribe-dialog__wrapper .tribe-tickets__tickets-item input {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
}
body.tribe-events-page-template .tribe-dialog__wrapper .tribe-tickets__tickets-footer *,
body.single-tribe_organizer .tribe-dialog__wrapper .tribe-tickets__tickets-footer * {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
}
body.tribe-events-page-template .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn-link,
body.single-tribe_organizer .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn-link {
  color: black;
  padding: 10px 20px;
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed;
}
body.tribe-events-page-template .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn--small,
body.single-tribe_organizer .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer button.tribe-common-c-btn--small {
  background-color: white;
}
body.tribe-events-page-template #tribe-tickets__tickets-form,
body.single-tribe_organizer #tribe-tickets__tickets-form {
  font-size: 75%;
  padding: 12px 10px !important;
}
@media (max-width: 991.98px) {
  body.tribe-events-page-template #tribe-tickets__tickets-form,
body.single-tribe_organizer #tribe-tickets__tickets-form {
    font-size: 70% !important;
  }
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-event .tribe-tickets__form {
  border: none;
  background-color: #F6F6F5;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-event .tribe-tickets__form:before, body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-event .tribe-tickets__form:after {
  display: none !important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-event .tribe-tickets__form input {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed !important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart {
  border: none !important;
  background-color: #F6F6F5 !important;
}
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart .tribe-tickets__tickets-item,
body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart .tribe-tickets__tickets-item * {
  font-family: "latin_modern_mono10_regular", "Courier New", Courier, fixed !important;
}
body.page-tribe-attendee-registration .tribe-tickets__registration-footer .tribe-common-c-btn {
  padding: 0.35rem 0.75rem;
  background-color: black !important;
}

@media screen and (max-width: 768px) {
  .tribe-common .tribe-dialog__content:last-of-type {
    margin-bottom: 36px;
  }
}
.block-homepage-hero {
  position: relative;
  display: grid;
  grid-template-rows: 10fr 2.5em;
  overflow: hidden;
  background-color: black;
}
@media (min-width: 1200px) {
  .block-homepage-hero {
    height: calc(100vh - 119px);
    max-height: 56vw;
  }
}
.block-homepage-hero .background {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
}
.block-homepage-hero .background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  grid-area: 1/-1;
}
.block-homepage-hero .background video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  min-height: 50vw;
  grid-area: 1/-1;
}
.block-homepage-hero .background,
.block-homepage-hero .foreground {
  grid-area: 1/1/-1/-1;
}
.block-homepage-hero .down-arrow {
  grid-area: 2/1/-1/-1;
  z-index: 1;
  width: 100vw;
  justify-content: center;
  display: none;
}
@media (min-width: 1200px) {
  .block-homepage-hero .down-arrow {
    display: flex;
  }
}
.block-homepage-hero .foreground {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
  padding: 3em 2em;
  margin: 2em 0;
  color: white;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
  text-align: center;
}
@media (min-width: 992px) {
  .block-homepage-hero .foreground {
    max-width: 50vw;
    margin: 3em;
  }
}
.block-homepage-hero .foreground h2 {
  opacity: 0;
  margin-bottom: 0.75em;
}
.block-homepage-hero .foreground h2.visible {
  animation: fgEnter 0.5s ease-out 0.4s 1 normal forwards;
}
.block-homepage-hero .foreground h2.h1.visible {
  animation-delay: 0s;
}
.block-homepage-hero .foreground h3 {
  margin-bottom: 1.25em;
  margin-top: 0.75em;
}
.block-homepage-hero .foreground .button {
  align-self: center;
  opacity: 0;
  border-color: #ffffff !important;
}
.block-homepage-hero .foreground .button.visible {
  opacity: 1;
  transition: opacity 0.8s ease-out;
  transition-delay: 1s;
}

@keyframes fgEnter {
  0% {
    opacity: 0;
    transform: translatey(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.block-homepage-hero .background:after {
  z-index: 1;
  content: "";
  grid-area: 1/-1;
}

@media (min-width: 992px) {
  .block-homepage-hero .background:after {
    z-index: 1;
    content: "";
    grid-area: 1/-1;
  }

  .block-homepage-hero.Top.Left .foreground {
    align-self: flex-start;
    justify-self: flex-start;
  }

  .block-homepage-hero.Top.Right .foreground {
    align-self: flex-start;
    justify-self: flex-end;
  }

  .block-homepage-hero.Bottom.Left .foreground {
    align-self: flex-end;
    justify-self: flex-start;
  }

  .block-homepage-hero.Bottom.Right .foreground {
    align-self: flex-end;
    justify-self: flex-end;
  }
}
.block-homepage-hero.bg_light {
  background-color: white;
}
.block-homepage-hero.bg_light:after {
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.33) 100%);
  grid-area: 1/-1;
}
.block-homepage-hero.bg_light .foreground {
  color: black;
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.2);
}

.block-homepage-hero.bg_dark.bg_tint .background:after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.33) 100%);
}
@media (min-width: 992px) {
  .block-homepage-hero.bg_dark.bg_tint .background:after {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
  }
}

.block-homepage-hero.bg_light.bg_tint .background:after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.33) 100%);
}
@media (min-width: 992px) {
  .block-homepage-hero.bg_light.bg_tint .background:after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.33) 100%);
  }
}

.block-image-slider {
  min-width: 100vw;
  min-height: 66vw;
}
.block-image-slider .slide {
  min-width: 100vw;
  min-height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 576px) {
  .block-image-slider .slide {
    min-height: 75vw;
  }
}
@media (min-width: 992px) {
  .block-image-slider .slide {
    min-height: 66vw;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .block-image-slider .slide.Bottom {
    align-items: flex-end;
  }
  .block-image-slider .slide.Left {
    justify-content: flex-end;
  }
}
.block-image-slider .slide .foreground {
  background-color: rgba(255, 255, 255, 0.33);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  padding: 1.25rem 1rem 0 1rem;
  color: #000000;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .block-image-slider .slide .foreground {
    margin: 2rem;
    width: 50%;
    background-color: white;
    padding: 1.5rem 2rem 0.5rem 2rem;
  }
}
.block-image-slider .slide .foreground p {
  font-family: "latin_modern_mono10_italic", "Courier New", Courier, fixed;
  font-style: italic;
}
.block-image-slider .flickity-button.flickity-prev-next-button.previous {
  left: 36px;
}
.block-image-slider .flickity-button.flickity-prev-next-button.next {
  right: 36px;
}

.block-subscription-cta {
  background-color: #F6F6F5;
}
.block-subscription-cta .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-subscription-cta .container .heading {
  text-transform: inherit;
  max-width: 15em;
}
.block-subscription-cta .container .parachute {
  display: block;
  position: relative;
}
.block-subscription-cta .container .parachute img {
  height: 25vmax;
}
.block-subscription-cta .container .parachute img.bg {
  display: block;
  mix-blend-mode: multiply;
}
.block-subscription-cta .container .parachute img.fg {
  position: absolute;
  top: 0;
}
.block-subscription-cta .container .parachute img.fg.visible {
  animation: 2s ease-out 0s 1 parachuteFalling;
}
.block-subscription-cta .container .illustrations {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.block-subscription-cta .container .illustrations img {
  height: 22.5vw;
  mix-blend-mode: multiply;
}
.block-subscription-cta .container .illustrations img:nth-of-type(1) {
  transition-delay: 0.2s;
}
.block-subscription-cta .container .illustrations img:nth-of-type(2) {
  transition-delay: 0.4s;
}
.block-subscription-cta .container .illustrations img:nth-of-type(3) {
  transition-delay: 0.6s;
}
.block-subscription-cta .container .illustrations img:nth-of-type(4) {
  transition-delay: 0.8s;
}
.block-subscription-cta .container .description p {
  text-align: center;
  max-width: 40em;
}

@keyframes parachuteFalling {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0px);
  }
}
.block-image-beside-text-cta.inverted,
.category-image-beside-text-cta.inverted {
  background-color: #000000;
}
.block-image-beside-text-cta.inverted h1, .block-image-beside-text-cta.inverted h2, .block-image-beside-text-cta.inverted h3, .block-image-beside-text-cta.inverted p,
.category-image-beside-text-cta.inverted h1,
.category-image-beside-text-cta.inverted h2,
.category-image-beside-text-cta.inverted h3,
.category-image-beside-text-cta.inverted p {
  color: #ffffff;
}
.block-image-beside-text-cta:nth-of-type(2n):not(.inverted),
.category-image-beside-text-cta:nth-of-type(2n):not(.inverted) {
  background-color: #F6F6F5;
}
.block-image-beside-text-cta:nth-of-type(2n):not(.inverted) img,
.category-image-beside-text-cta:nth-of-type(2n):not(.inverted) img {
  mix-blend-mode: multiply;
}

.block-centered-cta.inverted {
  background-color: #000000;
}
.block-centered-cta.inverted h1, .block-centered-cta.inverted h2, .block-centered-cta.inverted h3, .block-centered-cta.inverted h4, .block-centered-cta.inverted p {
  color: #ffffff;
}

.block-producer-list {
  background-color: #000000;
  color: #ffffff;
}
.block-producer-list .article-wrapper .post-thumbnail a {
  background-image: none;
  transition: opacity 0.1s ease;
}
.block-producer-list .article-wrapper .post-thumbnail a:hover {
  opacity: 0.9;
}
.block-producer-list .article-wrapper .post-thumbnail img {
  aspect-ratio: 2/3;
  object-fit: cover;
}
/*# sourceMappingURL=screen.css.map */
