/* Woocommerce - General styles
-------------------------------------------*/
:root .woocommerce .blockUI.blockOverlay, :root .woocommerce-page .blockUI.blockOverlay {
  background: #141414 !important;
  opacity: .6 !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  top: -1px !important;
  left: -1px !important;
}

:root .woocommerce mark, :root .woocommerce-page mark {
  background: inherit;
  color: inherit;
  font-weight: var(--text-bold-weight);
}

:root .woocommerce .return-to-shop, :root .woocommerce-page .return-to-shop {
  text-align: center;
  margin-top: var(--space-lg) !important;
}

:root .woocommerce .woocommerce-notices-wrapper + p, :root .woocommerce-page .woocommerce-notices-wrapper + p {
  margin-top: 0;
}

:root .woocommerce .price del,
:root .woocommerce .product-price del,
:root .woocommerce .woocommerce-grouped-product-list-item__price del, :root .woocommerce-page .price del,
:root .woocommerce-page .product-price del,
:root .woocommerce-page .woocommerce-grouped-product-list-item__price del {
  opacity: 0.5;
}

:root .woocommerce .price ins,
:root .woocommerce .product-price ins,
:root .woocommerce .woocommerce-grouped-product-list-item__price ins, :root .woocommerce-page .price ins,
:root .woocommerce-page .product-price ins,
:root .woocommerce-page .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
  margin-left: var(--space-xxs);
}

:root .woocommerce .woocommerce-Price-currencySymbol, :root .woocommerce-page .woocommerce-Price-currencySymbol {
  font-size: 80%;
  margin-right: 2px;
}

:root .woocommerce .woocommerce-price-suffix, :root .woocommerce-page .woocommerce-price-suffix {
  font-size: var(--text-xxs);
  font-weight: var(--text-medium-weight);
  opacity: .4;
  margin-left: var(--space-xxs);
}

:root .woocommerce .onsale, :root .woocommerce-page .onsale {
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 0 1.2em;
  font-family: var(--display-text-font-family);
  font-size: var(--display-text-xxxs);
  font-weight: var(--display-text-normal-weight);
  line-height: 1.8em;
  text-transform: var(--display-text-transform);
  color: var(--accent-color-fg);
  -webkit-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

:root .woocommerce .onsale::after, :root .woocommerce-page .onsale::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--accent-color);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
}

:root .woocommerce .star-rating, :root .woocommerce-page .star-rating {
  overflow: hidden;
  position: relative;
  width: 55px;
  height: 10px;
}

:root .woocommerce .star-rating svg, :root .woocommerce-page .star-rating svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 10px;
  opacity: .15;
  fill: currentColor;
}

:root .woocommerce .star-rating span, :root .woocommerce-page .star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2em;
}

:root .woocommerce .star-rating span svg, :root .woocommerce-page .star-rating span svg {
  opacity: 1;
}

:root .woocommerce .quantity, :root .woocommerce-page .quantity {
  position: relative;
  width: 100px;
  margin-right: var(--space-md);
}

:root .woocommerce .quantity input, :root .woocommerce-page .quantity input {
  padding: 11px 0 10px 11px;
  text-align: center;
  font-weight: var(--text-bold-weight);
}

:root .woocommerce .quantity input.pth-has-spinner, :root .woocommerce-page .quantity input.pth-has-spinner {
  padding: 11px 25px;
  -moz-appearance: textfield;
}

:root .woocommerce .quantity input.pth-has-spinner::-webkit-inner-spin-button, :root .woocommerce .quantity input.pth-has-spinner::-webkit-outer-spin-button, :root .woocommerce-page .quantity input.pth-has-spinner::-webkit-inner-spin-button, :root .woocommerce-page .quantity input.pth-has-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:root .woocommerce .quantity .pth-spinner, :root .woocommerce-page .quantity .pth-spinner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  width: 25px;
  height: calc(100% - 2px);
  opacity: .4;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:root .woocommerce .quantity .pth-spinner:hover, :root .woocommerce-page .quantity .pth-spinner:hover {
  opacity: 1;
}

:root .woocommerce .quantity .pth-spinner svg, :root .woocommerce-page .quantity .pth-spinner svg {
  stroke: none;
  fill: currentColor;
  display: block;
  width: 12px;
}

:root .woocommerce .quantity .pth-spinner--plus, :root .woocommerce-page .quantity .pth-spinner--plus {
  right: 0;
}

:root .woocommerce .quantity .pth-spinner--minus, :root .woocommerce-page .quantity .pth-spinner--minus {
  left: 0;
}

:root .woocommerce .woocommerce-shipping-totals th, :root .woocommerce-page .woocommerce-shipping-totals th {
  display: none;
}

:root .woocommerce .woocommerce-shipping-totals td, :root .woocommerce-page .woocommerce-shipping-totals td {
  text-align: left !important;
}

:root .woocommerce .woocommerce-shipping-totals td::before, :root .woocommerce-page .woocommerce-shipping-totals td::before {
  content: attr(data-title);
  display: block;
  margin: 0 20px 20px 0;
  float: left;
  font-weight: var(--text-bold-weight);
}

:root .woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods, :root .woocommerce-page .woocommerce-shipping-totals .woocommerce-shipping-methods {
  list-style: none;
  text-align: left;
}

:root .woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods li, :root .woocommerce-page .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  margin: 0 0 5px;
}

:root .woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods label .amount, :root .woocommerce-page .woocommerce-shipping-totals .woocommerce-shipping-methods label .amount {
  float: right;
}

:root .woocommerce .woocommerce-shipping-totals .woocommerce-shipping-destination, :root .woocommerce-page .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  margin: 20px 0 0 0;
}

:root .woocommerce .woocommerce-shipping-totals .shipping-calculator-button, :root .woocommerce-page .woocommerce-shipping-totals .shipping-calculator-button {
  font-size: var(--text-xxs);
  font-weight: var(--text-bold-weight);
  opacity: .6;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

:root .woocommerce .woocommerce-shipping-totals .shipping-calculator-button::after, :root .woocommerce-page .woocommerce-shipping-totals .shipping-calculator-button::after {
  content: "";
  position: static;
  background: transparent;
  display: inline-block;
  border-color: currentColor transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  height: 0;
  margin-left: 5px;
  width: 0;
  vertical-align: middle;
  opacity: .6;
}

:root .woocommerce .woocommerce-shipping-totals .shipping-calculator-button:hover, :root .woocommerce-page .woocommerce-shipping-totals .shipping-calculator-button:hover {
  opacity: 1;
}

:root .woocommerce .woocommerce-shipping-totals .shipping-calculator-form, :root .woocommerce-page .woocommerce-shipping-totals .shipping-calculator-form {
  padding: var(--space-sm) var(--space-lg);
  margin: var(--space-sm) 0 0;
}

:root .woocommerce .woocommerce-shipping-totals .shipping-calculator-form p, :root .woocommerce-page .woocommerce-shipping-totals .shipping-calculator-form p {
  margin: var(--space-md) 0;
}

:root .woocommerce .woocommerce-shipping-totals .shipping-calculator-form p.form-row, :root .woocommerce-page .woocommerce-shipping-totals .shipping-calculator-form p.form-row {
  margin: var(--space-sm) 0;
}

:root .woocommerce .woocommerce-shipping-totals .shipping-calculator-form button, :root .woocommerce-page .woocommerce-shipping-totals .shipping-calculator-form button {
  padding-right: 30px;
  padding-left: 30px;
}

:root .woocommerce .woocommerce-customer-details,
:root .woocommerce .woocommerce-Addresses, :root .woocommerce-page .woocommerce-customer-details,
:root .woocommerce-page .woocommerce-Addresses {
  margin: var(--space-lg) 0 0;
  padding: var(--space-lg);
  background: #202020;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-customer-details,
  :root .woocommerce .woocommerce-Addresses, :root .woocommerce-page .woocommerce-customer-details,
  :root .woocommerce-page .woocommerce-Addresses {
    padding: var(--space-xl);
    margin: var(--space-xl) 0 0;
  }
}

:root .woocommerce .woocommerce-customer-details address,
:root .woocommerce .woocommerce-Addresses address, :root .woocommerce-page .woocommerce-customer-details address,
:root .woocommerce-page .woocommerce-Addresses address {
  font-style: normal;
  line-height: var(--text-line-height);
}

:root .woocommerce .woocommerce-customer-details address p,
:root .woocommerce .woocommerce-Addresses address p, :root .woocommerce-page .woocommerce-customer-details address p,
:root .woocommerce-page .woocommerce-Addresses address p {
  font-size: inherit;
  font-weight: var(--text-medium-weight);
  margin: 0;
}

:root .woocommerce .woocommerce-customer-details address p:first-of-type,
:root .woocommerce .woocommerce-Addresses address p:first-of-type, :root .woocommerce-page .woocommerce-customer-details address p:first-of-type,
:root .woocommerce-page .woocommerce-Addresses address p:first-of-type {
  margin-top: var(--space-sm);
}

:root .woocommerce .woocommerce-customer-details h2.woocommerce-column__title, :root .woocommerce-page .woocommerce-customer-details h2.woocommerce-column__title {
  font-size: var(--display-text-sm);
  margin: 0 0 var(--space-lg);
}

:root .woocommerce .woocommerce-Addresses .woocommerce-Address-title, :root .woocommerce-page .woocommerce-Addresses .woocommerce-Address-title {
  *zoom: 1;
}

:root .woocommerce .woocommerce-Addresses .woocommerce-Address-title::before, :root .woocommerce .woocommerce-Addresses .woocommerce-Address-title::after, :root .woocommerce-page .woocommerce-Addresses .woocommerce-Address-title::before, :root .woocommerce-page .woocommerce-Addresses .woocommerce-Address-title::after {
  content: ' ';
  display: table;
}

:root .woocommerce .woocommerce-Addresses .woocommerce-Address-title::after, :root .woocommerce-page .woocommerce-Addresses .woocommerce-Address-title::after {
  clear: both;
}

:root .woocommerce .woocommerce-Addresses .woocommerce-Address-title h3, :root .woocommerce-page .woocommerce-Addresses .woocommerce-Address-title h3 {
  font-size: var(--display-text-sm);
  margin: 0 0 var(--space-lg);
  float: left;
}

:root .woocommerce .woocommerce-Addresses .woocommerce-Address-title a.edit, :root .woocommerce-page .woocommerce-Addresses .woocommerce-Address-title a.edit {
  float: right;
}

:root .woocommerce .addresses.col2-set, :root .woocommerce-page .addresses.col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .addresses.col2-set::before, :root .woocommerce-page .addresses.col2-set::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: currentColor;
    opacity: .1;
  }
}

:root .woocommerce .addresses.col2-set .col-1,
:root .woocommerce .addresses.col2-set .col-2, :root .woocommerce-page .addresses.col2-set .col-1,
:root .woocommerce-page .addresses.col2-set .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .addresses.col2-set .col-1,
  :root .woocommerce .addresses.col2-set .col-2, :root .woocommerce-page .addresses.col2-set .col-1,
  :root .woocommerce-page .addresses.col2-set .col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

:root .woocommerce .addresses.col2-set .col-1, :root .woocommerce-page .addresses.col2-set .col-1 {
  padding: 0 0 var(--space-lg);
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .addresses.col2-set .col-1, :root .woocommerce-page .addresses.col2-set .col-1 {
    padding: 0 0 var(--space-xl);
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .addresses.col2-set .col-1, :root .woocommerce-page .addresses.col2-set .col-1 {
    padding: 0 var(--space-xl) 0 0;
    border-bottom: none;
  }
}

:root .woocommerce .addresses.col2-set .col-2, :root .woocommerce-page .addresses.col2-set .col-2 {
  padding: var(--space-lg) 0 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .addresses.col2-set .col-2, :root .woocommerce-page .addresses.col2-set .col-2 {
    padding: var(--space-xl) 0 0;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .addresses.col2-set .col-2, :root .woocommerce-page .addresses.col2-set .col-2 {
    padding: 0 0 0 var(--space-xl);
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .woocommerce-Addresses.addresses.col2-set::before, :root .woocommerce-page .woocommerce-Addresses.addresses.col2-set::before {
    top: var(--space-xl);
    bottom: var(--space-xl);
    height: auto;
  }
}

:root .woocommerce .woocommerce-order-details,
:root .woocommerce .woocommerce-order-downloads, :root .woocommerce-page .woocommerce-order-details,
:root .woocommerce-page .woocommerce-order-downloads {
  margin: var(--space-lg) 0 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-order-details,
  :root .woocommerce .woocommerce-order-downloads, :root .woocommerce-page .woocommerce-order-details,
  :root .woocommerce-page .woocommerce-order-downloads {
    margin: var(--space-xl) 0 0;
  }
}

:root .woocommerce .woocommerce-order-details__title,
:root .woocommerce .woocommerce-order-downloads__title, :root .woocommerce-page .woocommerce-order-details__title,
:root .woocommerce-page .woocommerce-order-downloads__title {
  font-size: var(--display-text-sm);
  margin: 0 0 var(--space-lg);
}

:root .woocommerce .woocommerce-table--order-details thead, :root .woocommerce-page .woocommerce-table--order-details thead {
  display: none;
}

:root .woocommerce .woocommerce-table--order-details strong,
:root .woocommerce .woocommerce-table--order-details small, :root .woocommerce-page .woocommerce-table--order-details strong,
:root .woocommerce-page .woocommerce-table--order-details small {
  opacity: .4;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .woocommerce-table--order-details td:last-child, :root .woocommerce-page .woocommerce-table--order-details td:last-child {
    width: 30%;
  }
}

:root .woocommerce .woocommerce-table--order-details tfoot tr:first-child th, :root .woocommerce .woocommerce-table--order-details tfoot tr:first-child td, :root .woocommerce-page .woocommerce-table--order-details tfoot tr:first-child th, :root .woocommerce-page .woocommerce-table--order-details tfoot tr:first-child td {
  border-width: 6px;
}

:root .woocommerce .woocommerce-table--order-details tfoot th, :root .woocommerce-page .woocommerce-table--order-details tfoot th {
  font-weight: var(--text-bold-weight);
}

:root .woocommerce .woocommerce-Pagination,
:root .woocommerce .account-payment-methods-table + a,
:root .woocommerce .order-again, :root .woocommerce-page .woocommerce-Pagination,
:root .woocommerce-page .account-payment-methods-table + a,
:root .woocommerce-page .order-again {
  margin: var(--space-lg) 0 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-Pagination,
  :root .woocommerce .account-payment-methods-table + a,
  :root .woocommerce .order-again, :root .woocommerce-page .woocommerce-Pagination,
  :root .woocommerce-page .account-payment-methods-table + a,
  :root .woocommerce-page .order-again {
    margin: var(--space-xl) 0 0;
  }
}

:root .woocommerce .product, :root .woocommerce-page .product {
  position: relative;
}

:root .woocommerce ul.products, :root .woocommerce-page ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  list-style: none;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce ul.products, :root .woocommerce-page ul.products {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

:root .woocommerce ul.products .product, :root .woocommerce-page ul.products .product {
  width: 100%;
  margin-top: 40px;
}

:root .woocommerce ul.products .product:first-child, :root .woocommerce-page ul.products .product:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce ul.products .product, :root .woocommerce-page ul.products .product {
    width: calc(50% - 40.1px);
    /* the extra .1 to avoid jumpping layout during window resizing */
    margin-right: 20px;
    margin-left: 20px;
  }
  :root .woocommerce ul.products .product:nth-child(1), :root .woocommerce ul.products .product:nth-child(2), :root .woocommerce-page ul.products .product:nth-child(1), :root .woocommerce-page ul.products .product:nth-child(2) {
    margin-top: 0;
  }
}

:root .woocommerce ul.products .product:hover .pth-product-thumb__overlay,
:root .woocommerce ul.products .product:hover .pth-product-cat-thumb__overlay, :root .woocommerce-page ul.products .product:hover .pth-product-thumb__overlay,
:root .woocommerce-page ul.products .product:hover .pth-product-cat-thumb__overlay {
  opacity: 1;
}

:root .woocommerce ul.products .product:hover .pth-product-thumb__btn-wrap, :root .woocommerce-page ul.products .product:hover .pth-product-thumb__btn-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .products.columns-3 .product,
  :root .woocommerce.columns-3 .products .product, :root .woocommerce-page .products.columns-3 .product,
  :root .woocommerce-page.columns-3 .products .product {
    width: calc(33.33% - 40.1px);
    /* the extra .1 to avoid jumpping layout during window resizing */
  }
  :root .woocommerce .products.columns-3 .product:nth-child(1), :root .woocommerce .products.columns-3 .product:nth-child(2), :root .woocommerce .products.columns-3 .product:nth-child(3),
  :root .woocommerce.columns-3 .products .product:nth-child(1),
  :root .woocommerce.columns-3 .products .product:nth-child(2),
  :root .woocommerce.columns-3 .products .product:nth-child(3), :root .woocommerce-page .products.columns-3 .product:nth-child(1), :root .woocommerce-page .products.columns-3 .product:nth-child(2), :root .woocommerce-page .products.columns-3 .product:nth-child(3),
  :root .woocommerce-page.columns-3 .products .product:nth-child(1),
  :root .woocommerce-page.columns-3 .products .product:nth-child(2),
  :root .woocommerce-page.columns-3 .products .product:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .products.columns-4 .product,
  :root .woocommerce.columns-4 .products .product, :root .woocommerce-page .products.columns-4 .product,
  :root .woocommerce-page.columns-4 .products .product {
    width: calc(25% - 40.1px);
    /* the extra .1 to avoid jumpping layout during window resizing */
  }
  :root .woocommerce .products.columns-4 .product:nth-child(1), :root .woocommerce .products.columns-4 .product:nth-child(2), :root .woocommerce .products.columns-4 .product:nth-child(3), :root .woocommerce .products.columns-4 .product:nth-child(4),
  :root .woocommerce.columns-4 .products .product:nth-child(1),
  :root .woocommerce.columns-4 .products .product:nth-child(2),
  :root .woocommerce.columns-4 .products .product:nth-child(3),
  :root .woocommerce.columns-4 .products .product:nth-child(4), :root .woocommerce-page .products.columns-4 .product:nth-child(1), :root .woocommerce-page .products.columns-4 .product:nth-child(2), :root .woocommerce-page .products.columns-4 .product:nth-child(3), :root .woocommerce-page .products.columns-4 .product:nth-child(4),
  :root .woocommerce-page.columns-4 .products .product:nth-child(1),
  :root .woocommerce-page.columns-4 .products .product:nth-child(2),
  :root .woocommerce-page.columns-4 .products .product:nth-child(3),
  :root .woocommerce-page.columns-4 .products .product:nth-child(4) {
    margin-top: 0;
  }
}

:root .woocommerce .pth-product-thumb,
:root .woocommerce .pth-product-cat-thumb, :root .woocommerce-page .pth-product-thumb,
:root .woocommerce-page .pth-product-cat-thumb {
  position: relative;
}

:root .woocommerce .pth-product-thumb__overlay,
:root .woocommerce .pth-product-cat-thumb__overlay, :root .woocommerce-page .pth-product-thumb__overlay,
:root .woocommerce-page .pth-product-cat-thumb__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-thumb__overlay,
  :root .woocommerce .pth-product-cat-thumb__overlay, :root .woocommerce-page .pth-product-thumb__overlay,
  :root .woocommerce-page .pth-product-cat-thumb__overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}

:root .woocommerce .pth-product-thumb, :root .woocommerce-page .pth-product-thumb {
  position: relative;
}

:root .woocommerce .pth-product-thumb img, :root .woocommerce-page .pth-product-thumb img {
  width: 100%;
}

:root .woocommerce .pth-product-thumb__overlay > .woocommerce-loop-product__link, :root .woocommerce-page .pth-product-thumb__overlay > .woocommerce-loop-product__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root .woocommerce .pth-product-thumb__btn-wrap, :root .woocommerce-page .pth-product-thumb__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: var(--space-xxs);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91), -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-thumb__btn-wrap, :root .woocommerce-page .pth-product-thumb__btn-wrap {
    margin: var(--space-sm);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-thumb__btn-wrap, :root .woocommerce-page .pth-product-thumb__btn-wrap {
    margin: var(--space-md);
  }
}

:root .woocommerce .pth-product-thumb .button,
:root .woocommerce .pth-product-thumb .added_to_cart, :root .woocommerce-page .pth-product-thumb .button,
:root .woocommerce-page .pth-product-thumb .added_to_cart {
  font-family: var(--display-text-font-family);
  font-size: var(--display-text-xxxs);
  font-weight: var(--display-text-normal-weight);
  line-height: var(--display-text-line-height);
  text-transform: var(--display-text-transform);
  color: #dddddd !important;
  background: #202020;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: .9em 1.3em;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: flex;
}

:root .woocommerce .pth-product-thumb .button::before,
:root .woocommerce .pth-product-thumb .added_to_cart::before, :root .woocommerce-page .pth-product-thumb .button::before,
:root .woocommerce-page .pth-product-thumb .added_to_cart::before {
  content: none;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-thumb .button,
  :root .woocommerce .pth-product-thumb .added_to_cart, :root .woocommerce-page .pth-product-thumb .button,
  :root .woocommerce-page .pth-product-thumb .added_to_cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.3em 1.5em;
  }
}

:root .woocommerce .pth-product-thumb .button:hover,
:root .woocommerce .pth-product-thumb .added_to_cart:hover, :root .woocommerce-page .pth-product-thumb .button:hover,
:root .woocommerce-page .pth-product-thumb .added_to_cart:hover {
  background: #141414;
}

:root .woocommerce .pth-product-thumb .add_to_cart_button.loading, :root .woocommerce-page .pth-product-thumb .add_to_cart_button.loading {
  -webkit-animation: adding-to-cart .8s ease infinite;
  animation: adding-to-cart .8s ease infinite;
}

:root .woocommerce .pth-product-thumb .add_to_cart_button.added, :root .woocommerce-page .pth-product-thumb .add_to_cart_button.added {
  display: none;
}

:root .woocommerce .woocommerce-loop-product__link .price,
:root .woocommerce .pth-product-cat-thumb__count,
:root .woocommerce .pth-out-of-stock, :root .woocommerce-page .woocommerce-loop-product__link .price,
:root .woocommerce-page .pth-product-cat-thumb__count,
:root .woocommerce-page .pth-out-of-stock {
  display: block;
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  margin: var(--space-sm) 0 0;
  opacity: .8;
}

:root .woocommerce .outofstock .woocommerce-loop-product__link .price, :root .woocommerce-page .outofstock .woocommerce-loop-product__link .price {
  display: none;
}

:root .woocommerce .woocommerce-loop-product__title,
:root .woocommerce .woocommerce-loop-category__title,
:root .woocommerce .pth-product-cat-slide-thumb__title h2, :root .woocommerce-page .woocommerce-loop-product__title,
:root .woocommerce-page .woocommerce-loop-category__title,
:root .woocommerce-page .pth-product-cat-slide-thumb__title h2 {
  font-size: var(--display-text-xs);
  margin: calc(var(--space-sm) + var(--space-xxs)) 40px var(--space-sm) 0;
  width: 100%;
}

:root .woocommerce .pth-product-cat-slide-thumb__title h2, :root .woocommerce-page .pth-product-cat-slide-thumb__title h2 {
  font-size: var(--display-text-md);
  margin: 0;
}

@media only screen and (min-width: 601px) {
  :root .woocommerce .pth-product-cat-slide-thumb__title h2, :root .woocommerce-page .pth-product-cat-slide-thumb__title h2 {
    font-size: var(--display-text-lg);
  }
}

:root .woocommerce .pth-product-cat-slide-thumb__title .pth-heading-decoration, :root .woocommerce-page .pth-product-cat-slide-thumb__title .pth-heading-decoration {
  margin: var(--space-sm) 0 0;
}

:root .woocommerce .pth-product-cat-slide-thumb__title .pth-heading-decoration svg, :root .woocommerce-page .pth-product-cat-slide-thumb__title .pth-heading-decoration svg {
  width: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:root .woocommerce .pth-woo-center-form, :root .woocommerce-page .pth-woo-center-form {
  max-width: 500px;
  margin: 0 auto;
}

:root .woocommerce .pth-woo-center-form h2, :root .woocommerce-page .pth-woo-center-form h2 {
  font-size: var(--display-text-sm);
  margin: 0 0 var(--space-lg);
}

:root .woocommerce .pth-woo-center-form button, :root .woocommerce-page .pth-woo-center-form button {
  width: 100%;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-woo-center-form .form-row-first,
  :root .woocommerce .pth-woo-center-form .form-row-last, :root .woocommerce-page .pth-woo-center-form .form-row-first,
  :root .woocommerce-page .pth-woo-center-form .form-row-last {
    width: 100%;
    float: none;
  }
}

:root .woocommerce .pth-woo-form-row-space-between, :root .woocommerce-page .pth-woo-form-row-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .form-row-first,
  :root .woocommerce .form-row-last, :root .woocommerce-page .form-row-first,
  :root .woocommerce-page .form-row-last {
    width: calc(50% - var(--space-md));
  }
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .form-row-first, :root .woocommerce-page .form-row-first {
    float: left;
  }
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .form-row-last, :root .woocommerce-page .form-row-last {
    float: right;
  }
}

:root .woocommerce .form-row-wide, :root .woocommerce-page .form-row-wide {
  clear: both;
}

:root .woocommerce .woocommerce-form__label-for-checkbox, :root .woocommerce-page .woocommerce-form__label-for-checkbox {
  opacity: 1;
}

:root .woocommerce #billing_address_2_field, :root .woocommerce-page #billing_address_2_field {
  margin-top: calc(var(--space-lg) * -1);
}

:root .woocommerce .select2-container, :root .woocommerce-page .select2-container {
  width: 100%;
  height: 44px;
}

:root .woocommerce .select2-container.select2, :root .woocommerce-page .select2-container.select2 {
  margin: 3px 0 0;
}

:root .woocommerce .select2-container .select2-selection--single, :root .woocommerce-page .select2-container .select2-selection--single {
  height: 44px;
  border: none;
  border-bottom: 2px solid rgba(221, 221, 221, 0.2);
  border-radius: 0;
  font-size: var(--text-sm);
  font-weight: var(--text-medium-weight);
  background: transparent;
}

:root .woocommerce .select2-container .select2-selection--single .select2-selection__rendered, :root .woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 0;
  color: #dddddd;
}

:root .woocommerce .select2-container .select2-selection--single .select2-selection__arrow, :root .woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

:root .woocommerce .select2-container .select2-dropdown, :root .woocommerce-page .select2-container .select2-dropdown {
  border-radius: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  border-color: rgba(221, 221, 221, 0.2);
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  background: #202020;
}

:root .woocommerce .select2-container .select2-search--dropdown, :root .woocommerce-page .select2-container .select2-search--dropdown {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}

:root .woocommerce .select2-container .select2-search--dropdown .select2-search__field, :root .woocommerce-page .select2-container .select2-search--dropdown .select2-search__field {
  padding: 5px 6px;
  margin: 0;
  height: 30px;
  border-color: rgba(221, 221, 221, 0.2);
}

:root .woocommerce .select2-container .select2-results__option[aria-selected=true],
:root .woocommerce .select2-container .select2-results__option[data-selected=true], :root .woocommerce-page .select2-container .select2-results__option[aria-selected=true],
:root .woocommerce-page .select2-container .select2-results__option[data-selected=true] {
  background: rgba(221, 221, 221, 0.1);
}

:root .woocommerce .select2-container .select2-results__option--highlighted[aria-selected],
:root .woocommerce .select2-container .select2-results__option--highlighted[data-selected], :root .woocommerce-page .select2-container .select2-results__option--highlighted[aria-selected],
:root .woocommerce-page .select2-container .select2-results__option--highlighted[data-selected] {
  background: #dddddd;
  color: #141414;
}

:root .woocommerce table a, :root .woocommerce-page table a {
  opacity: 1;
  border-bottom: none;
  font-weight: var(--text-bold-weight);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

:root .woocommerce table a:hover, :root .woocommerce-page table a:hover {
  opacity: .6;
}

:root .woocommerce .order-actions,
:root .woocommerce .product-add-to-cart,
:root .woocommerce .download-file,
:root .woocommerce .payment-method-actions,
:root .woocommerce .woocommerce-orders-table__cell-order-actions,
:root .woocommerce .woocommerce-Address-title, :root .woocommerce-page .order-actions,
:root .woocommerce-page .product-add-to-cart,
:root .woocommerce-page .download-file,
:root .woocommerce-page .payment-method-actions,
:root .woocommerce-page .woocommerce-orders-table__cell-order-actions,
:root .woocommerce-page .woocommerce-Address-title {
  text-align: right;
}

:root .woocommerce .order-actions input[type="submit"], :root .woocommerce .order-actions a,
:root .woocommerce .product-add-to-cart input[type="submit"],
:root .woocommerce .product-add-to-cart a,
:root .woocommerce .download-file input[type="submit"],
:root .woocommerce .download-file a,
:root .woocommerce .payment-method-actions input[type="submit"],
:root .woocommerce .payment-method-actions a,
:root .woocommerce .woocommerce-orders-table__cell-order-actions input[type="submit"],
:root .woocommerce .woocommerce-orders-table__cell-order-actions a,
:root .woocommerce .woocommerce-Address-title input[type="submit"],
:root .woocommerce .woocommerce-Address-title a, :root .woocommerce-page .order-actions input[type="submit"], :root .woocommerce-page .order-actions a,
:root .woocommerce-page .product-add-to-cart input[type="submit"],
:root .woocommerce-page .product-add-to-cart a,
:root .woocommerce-page .download-file input[type="submit"],
:root .woocommerce-page .download-file a,
:root .woocommerce-page .payment-method-actions input[type="submit"],
:root .woocommerce-page .payment-method-actions a,
:root .woocommerce-page .woocommerce-orders-table__cell-order-actions input[type="submit"],
:root .woocommerce-page .woocommerce-orders-table__cell-order-actions a,
:root .woocommerce-page .woocommerce-Address-title input[type="submit"],
:root .woocommerce-page .woocommerce-Address-title a {
  display: block;
  float: right;
  font-family: var(--text-font-family);
  font-size: var(--text-xxs);
  line-height: var(--text-line-height);
  font-weight: var(--text-bold-weight);
  text-transform: uppercase;
  text-align: center;
  max-width: 160px;
  padding: .7em 1.4em;
  margin: .7em 0 .7em .4em;
  border: none;
  border-radius: 2px;
  color: #dddddd !important;
  background: rgba(221, 221, 221, 0.15);
  -webkit-transform: none !important;
  transform: none !important;
  opacity: .6 !important;
  -webkit-transition: all .2s ease !important;
  transition: all .2s ease !important;
}

:root .woocommerce .order-actions input[type="submit"]::before, :root .woocommerce .order-actions a::before,
:root .woocommerce .product-add-to-cart input[type="submit"]::before,
:root .woocommerce .product-add-to-cart a::before,
:root .woocommerce .download-file input[type="submit"]::before,
:root .woocommerce .download-file a::before,
:root .woocommerce .payment-method-actions input[type="submit"]::before,
:root .woocommerce .payment-method-actions a::before,
:root .woocommerce .woocommerce-orders-table__cell-order-actions input[type="submit"]::before,
:root .woocommerce .woocommerce-orders-table__cell-order-actions a::before,
:root .woocommerce .woocommerce-Address-title input[type="submit"]::before,
:root .woocommerce .woocommerce-Address-title a::before, :root .woocommerce-page .order-actions input[type="submit"]::before, :root .woocommerce-page .order-actions a::before,
:root .woocommerce-page .product-add-to-cart input[type="submit"]::before,
:root .woocommerce-page .product-add-to-cart a::before,
:root .woocommerce-page .download-file input[type="submit"]::before,
:root .woocommerce-page .download-file a::before,
:root .woocommerce-page .payment-method-actions input[type="submit"]::before,
:root .woocommerce-page .payment-method-actions a::before,
:root .woocommerce-page .woocommerce-orders-table__cell-order-actions input[type="submit"]::before,
:root .woocommerce-page .woocommerce-orders-table__cell-order-actions a::before,
:root .woocommerce-page .woocommerce-Address-title input[type="submit"]::before,
:root .woocommerce-page .woocommerce-Address-title a::before {
  content: none;
}

:root .woocommerce .order-actions input[type="submit"]:hover, :root .woocommerce .order-actions a:hover,
:root .woocommerce .product-add-to-cart input[type="submit"]:hover,
:root .woocommerce .product-add-to-cart a:hover,
:root .woocommerce .download-file input[type="submit"]:hover,
:root .woocommerce .download-file a:hover,
:root .woocommerce .payment-method-actions input[type="submit"]:hover,
:root .woocommerce .payment-method-actions a:hover,
:root .woocommerce .woocommerce-orders-table__cell-order-actions input[type="submit"]:hover,
:root .woocommerce .woocommerce-orders-table__cell-order-actions a:hover,
:root .woocommerce .woocommerce-Address-title input[type="submit"]:hover,
:root .woocommerce .woocommerce-Address-title a:hover, :root .woocommerce-page .order-actions input[type="submit"]:hover, :root .woocommerce-page .order-actions a:hover,
:root .woocommerce-page .product-add-to-cart input[type="submit"]:hover,
:root .woocommerce-page .product-add-to-cart a:hover,
:root .woocommerce-page .download-file input[type="submit"]:hover,
:root .woocommerce-page .download-file a:hover,
:root .woocommerce-page .payment-method-actions input[type="submit"]:hover,
:root .woocommerce-page .payment-method-actions a:hover,
:root .woocommerce-page .woocommerce-orders-table__cell-order-actions input[type="submit"]:hover,
:root .woocommerce-page .woocommerce-orders-table__cell-order-actions a:hover,
:root .woocommerce-page .woocommerce-Address-title input[type="submit"]:hover,
:root .woocommerce-page .woocommerce-Address-title a:hover {
  opacity: 1 !important;
}

:root .woocommerce .woocommerce-orders-table__header-order-actions, :root .woocommerce-page .woocommerce-orders-table__header-order-actions {
  text-align: right;
}

:root .woocommerce .woocommerce-Address-title a, :root .woocommerce-page .woocommerce-Address-title a {
  margin: 0;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals), :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) {
    border-bottom: none;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) thead, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) thead {
    display: none;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) tr, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) tr {
    display: block;
    background: #202020;
    margin: 0 0 20px;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) tr:last-child, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) tr:last-child {
    margin-bottom: 0;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) tr:not(.cart_item):not(.order):not(.payment-method), :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) tr:not(.cart_item):not(.order):not(.payment-method) {
    background: none;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) tr:not(.cart_item):not(.order):not(.payment-method) td, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) tr:not(.cart_item):not(.order):not(.payment-method) td {
    padding: 10px 0 0;
    border: none;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions), :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions)::before, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions)::before {
    content: attr(data-title);
    opacity: .4;
    margin-right: auto;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-remove, :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-thumbnail, :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-name, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-remove, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-thumbnail, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-name {
    border: none;
  }
  :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-thumbnail, :root .woocommerce table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-name, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-thumbnail, :root .woocommerce-page table.shop_table_responsive:not(.pth-cart-totals) td:not(.actions).product-name {
    padding-top: 0;
  }
  :root .woocommerce .my_account_orders .amount, :root .woocommerce-page .my_account_orders .amount {
    margin-right: .3em;
  }
  :root .woocommerce .woocommerce-table--order-downloads tr, :root .woocommerce-page .woocommerce-table--order-downloads tr {
    background: #202020 !important;
  }
  :root .woocommerce .woocommerce-table--order-downloads tr td, :root .woocommerce-page .woocommerce-table--order-downloads tr td {
    padding: 20px !important;
    border-top: 1px solid rgba(221, 221, 221, 0.08) !important;
  }
}

:root .widget_shopping_cart .blockUI.blockOverlay,
:root .pth-mini-cart .blockUI.blockOverlay {
  background: #202020 !important;
  opacity: .6 !important;
}

/* Woocommerce - Archive styles
-------------------------------------------*/
:root .woocommerce .pth-product-cats {
  position: relative;
  list-style: none;
  color: #fff;
  margin-bottom: var(--space-lg);
}

:root .woocommerce .pth-product-cats .slick-arrow,
:root .woocommerce .pth-product-cats .slick-dots {
  position: absolute;
  right: var(--space-lg);
  bottom: var(--space-lg);
  z-index: 1;
}

@media only screen and (min-width: 601px) {
  :root .woocommerce .pth-product-cats .slick-arrow,
  :root .woocommerce .pth-product-cats .slick-dots {
    right: var(--space-xl);
    bottom: var(--space-xl);
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-cats .slick-arrow,
  :root .woocommerce .pth-product-cats .slick-dots {
    right: var(--space-xxl);
    bottom: var(--space-xxl);
  }
}

:root .woocommerce .pth-product-cats .slick-prev {
  right: calc(var(--space-lg) + 44px);
}

@media only screen and (min-width: 601px) {
  :root .woocommerce .pth-product-cats .slick-prev {
    right: calc(var(--space-xl) + 44px);
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-cats .slick-prev {
    right: calc(var(--space-xxl) + 44px);
  }
}

:root .woocommerce .pth-product-cats .slick-dots {
  right: calc(var(--space-xl) + 76px);
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  display: none !important;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-cats .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-cats .slick-dots {
    right: calc(var(--space-xxl) + 76px);
  }
}

:root .woocommerce .pth-product-cats .slick-dots li {
  width: 2px;
  height: 8px;
  border-radius: 5px;
  background: currentColor;
  margin: 0 6px;
  opacity: .6;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

:root .woocommerce .pth-product-cats .slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

:root .woocommerce .pth-product-cats .product-category .pth-product-cat-slide-thumb__info {
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

:root .woocommerce .pth-product-cats .product-category.slick-active .pth-product-cat-slide-thumb__info {
  opacity: 1;
  -webkit-transition: opacity 1s ease .5s;
  transition: opacity 1s ease .5s;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-cats .product-category.slick-active .pth-product-cat-slide-thumb__info {
    -webkit-transition: opacity .6s ease .7s;
    transition: opacity .6s ease .7s;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-cats .product-category.slick-active .pth-product-cat-slide-thumb__info {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-cats .product-category.slick-active .pth-product-cat-slide-thumb__info {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
}

:root .woocommerce .pth-product-cats:hover .pth-product-cat-slide-thumb__subtitle span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

:root .woocommerce .pth-product-cats:hover .pth-product-cat-slide-thumb__subtitle::after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
}

:root .woocommerce .pth-product-cat-slide-thumb {
  overflow: hidden;
}

:root .woocommerce .pth-product-cat-slide-thumb img, :root .woocommerce .pth-product-cat-slide-thumb picture {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(250px + 10vw);
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-cat-slide-thumb img, :root .woocommerce .pth-product-cat-slide-thumb picture {
    height: 400px;
  }
}

:root .woocommerce .pth-product-cat-slide-thumb__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

:root .woocommerce .pth-product-cat-slide-thumb__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--space-lg);
}

@media only screen and (min-width: 601px) {
  :root .woocommerce .pth-product-cat-slide-thumb__info {
    padding: var(--space-xl);
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-cat-slide-thumb__info {
    padding: var(--space-xxl);
  }
}

:root .woocommerce .pth-product-cat-slide-thumb__subtitle {
  font-size: var(--text-md);
  position: relative;
  overflow: hidden;
}

:root .woocommerce .pth-product-cat-slide-thumb__subtitle span {
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0.12, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 0.12, 0, 1);
}

@supports (-ms-ime-align: auto) {
  :root .woocommerce .pth-product-cat-slide-thumb__subtitle span {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}

:root .woocommerce .pth-product-cat-slide-thumb__subtitle::after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0.12, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 0.12, 0, 1);
}

@supports (-ms-ime-align: auto) {
  :root .woocommerce .pth-product-cat-slide-thumb__subtitle::after {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}

:root .woocommerce .woocommerce-result-count {
  float: left;
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  line-height: calc(var(--text-sm) * 1.6);
  padding: 10px 0 12px;
  margin: 0 0 var(--space-lg);
  opacity: .4;
  display: none;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-result-count {
    display: block;
  }
}

:root .woocommerce .woocommerce-ordering {
  margin: 0 0 var(--space-lg);
  width: 100%;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-ordering {
    width: auto;
    float: right;
  }
}

:root .woocommerce .pth-product-intro {
  padding: var(--space-xxl) 8% 0;
  background: #202020;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-intro {
    padding: var(--space-xxxl) 8% 0;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro {
    padding: var(--space-xxxl) var(--space-xl) 0;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-intro {
    padding: var(--space-xxxl) var(--space-xxl) 0;
  }
}

:root .woocommerce .pth-product-intro__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery,
:root .woocommerce .pth-product-intro .pth-summary-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery,
  :root .woocommerce .pth-product-intro .pth-summary-wrap {
    width: 50%;
  }
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery {
  padding: 0 0 8vw;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: -webkit-sticky;
    position: sticky;
    top: var(--space-xxxl);
    padding: 0 0 var(--space-xxxl);
  }
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery__wrapper {
  width: 100%;
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery__wrapper .zoomImg {
  background: #fff;
  opacity: 0;
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery__image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery__image {
    height: calc(100vh - (var(--space-xxxl) + var(--space-xxxl))) !important;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery__image {
    height: calc(100vh - (var(--space-xxxl) + var(--space-xxxl))) !important;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery__image img, :root .woocommerce .pth-product-intro .woocommerce-product-gallery__image picture {
    width: 100%;
    max-width: calc(100vh - (var(--space-xxxl) * 2));
    height: calc(100vh - (var(--space-xxxl) * 2));
    -o-object-fit: cover;
    object-fit: cover;
  }
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    height: var(--space-xxxl);
  }
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs li {
  width: 50px;
  margin: 10px 10px 0 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs li {
    margin: 10px 5px 0;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs li {
    margin: 5px;
  }
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

:root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, :root .woocommerce .pth-product-intro .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
}

:root .woocommerce .pth-product-intro .pth-summary-wrap {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: var(--space-lg) 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-intro .pth-summary-wrap {
    padding: var(--space-xl) 0;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .pth-summary-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - var(--space-xxxl));
    padding: 0 0 var(--space-xxxl);
  }
}

:root .woocommerce .pth-product-intro__price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: var(--space-lg);
}

:root .woocommerce .pth-product-intro__price .price {
  font-size: var(--text-md);
  font-weight: var(--text-medium-weight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

:root .woocommerce .pth-product-intro__price .price > * {
  margin: 0 var(--space-xs) 0 0;
}

@media only screen and (min-width: 601px) {
  :root .woocommerce .pth-product-intro__price .price {
    font-size: var(--text-lg);
  }
}

:root .woocommerce .pth-product-intro__price p {
  margin: 0;
}

:root .woocommerce .pth-product-intro .pth-page-title {
  font-size: var(--display-text-lg);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-intro .pth-page-title {
    font-size: var(--display-text-xl);
  }
}

:root .woocommerce .pth-product-intro .pth-page-heading {
  margin-bottom: var(--space-lg);
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .pth-product-intro .pth-page-heading {
    margin-bottom: var(--space-xl);
  }
}

:root .woocommerce .pth-product-intro .pth-page-heading .pth-heading-decoration svg {
  width: 48px;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .pth-product-intro .pth-page-heading .pth-heading-decoration svg {
    width: 60px;
  }
}

:root .woocommerce .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 auto;
}

:root .woocommerce .woocommerce-product-rating .star-rating {
  margin: var(--space-xxs) 0;
}

:root .woocommerce .woocommerce-product-rating a {
  font-size: var(--text-xxs);
  font-weight: var(--text-bold-weight);
  margin: var(--space-xxs) 0 var(--space-xxs) var(--space-sm);
  opacity: .4;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

:root .woocommerce .woocommerce-product-rating a:hover {
  opacity: 1;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .summary {
    width: 80%;
    max-width: 500px;
    margin: 0 0 0 var(--space-xl);
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .summary {
    margin: 0;
  }
}

:root .woocommerce .summary .onsale {
  display: none;
}

:root .woocommerce .summary .out-of-stock {
  color: #fd8488;
  font-weight: var(--text-medium-weight);
}

:root .woocommerce .summary .available-on-backorder {
  margin-bottom: var(--space-xl);
}

:root .woocommerce .summary > .out-of-stock {
  display: block;
  position: relative;
  padding: 11px var(--space-xl);
  margin: 0;
  font-size: var(--text-sm);
  font-weight: var(--text-bold-weight);
  line-height: var(--text-line-height);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root .woocommerce .summary > .out-of-stock::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  left: 4px;
  border: 2px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

:root .woocommerce .summary .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  color: rgba(221, 221, 221, 0.4);
  margin-top: var(--space-md);
}

:root .woocommerce .summary .product_meta > span {
  margin: .3em 0;
}

:root .woocommerce .summary .product_meta > span:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

:root .woocommerce .summary .product_meta > span:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 2px;
  margin: 0 var(--space-sm);
  background: currentColor;
  opacity: .5;
}

:root .woocommerce .summary .product_meta span span {
  margin-left: .35em;
}

:root .woocommerce .summary .product_meta a {
  margin-left: .1em;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

:root .woocommerce .summary .product_meta a:hover {
  color: #dddddd;
}

:root .woocommerce .summary .pth-share {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: var(--space-xl);
  margin-left: -16px;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .summary .pth-share {
    margin-left: 0;
  }
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .summary .pth-share__wrap {
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.12, 0.1, 1) 0.2s;
    transition: all 0.4s cubic-bezier(0.3, 0.12, 0.1, 1) 0.2s;
  }
  :root .woocommerce .summary .pth-share__wrap:hover {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

:root .woocommerce .woocommerce-product-details__short-description {
  margin-bottom: var(--space-lg);
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .woocommerce-product-details__short-description {
    margin-bottom: var(--space-xl);
  }
}

:root .woocommerce form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

:root .woocommerce form.cart .single_add_to_cart_button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: var(--space-md);
  padding-left: var(--space-md);
}

:root .woocommerce form.cart .single_add_to_cart_button.disabled {
  opacity: .4;
  cursor: not-allowed;
}

:root .woocommerce form.cart table {
  border: none;
  margin-bottom: var(--space-lg);
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce form.cart table {
    margin-bottom: var(--space-xl);
  }
}

:root .woocommerce form.cart table th, :root .woocommerce form.cart table td {
  padding: 10px 0;
  border: none;
}

:root .woocommerce form.cart table.variations tr:hover {
  background: none;
}

:root .woocommerce form.cart table.variations th, :root .woocommerce form.cart table.variations td {
  padding: 5px 0;
}

:root .woocommerce form.cart table.group_table {
  table-layout: fixed;
}

:root .woocommerce form.cart table.variations {
  margin-bottom: var(--space-lg);
}

:root .woocommerce form.cart table.variations select {
  font-weight: var(--text-medium-weight);
}

:root .woocommerce form.cart table.variations select option {
  font-weight: var(--text-normal-weight);
}

:root .woocommerce form.cart table.variations td.label {
  width: calc(100px + var(--space-md));
}

:root .woocommerce form.cart table.variations td.value {
  position: relative;
}

:root .woocommerce form.cart table.variations a.reset_variations {
  position: absolute;
  top: calc(100% + 5px);
  font-size: var(--text-xxs);
  font-weight: var(--text-bold-weight);
  text-transform: uppercase;
  letter-spacing: .15em;
  color: rgba(221, 221, 221, 0.4);
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

:root .woocommerce form.cart table.variations a.reset_variations:hover {
  color: #dddddd;
}

:root .woocommerce form.cart .single_variation_wrap {
  width: 100%;
}

:root .woocommerce form.cart .woocommerce-variation-description > p,
:root .woocommerce form.cart .woocommerce-variation-price > span,
:root .woocommerce form.cart .woocommerce-variation-availability > p {
  display: block;
  margin: var(--space-md) 0;
}

:root .woocommerce form.cart .woocommerce-variation-description p {
  font-size: var(--text-xs);
}

:root .woocommerce form.cart .woocommerce-variation-price {
  font-size: var(--text-lg);
  font-weight: var(--text-medium-weight);
}

:root .woocommerce form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: var(--space-md);
}

:root .woocommerce form.cart .woocommerce-grouped-product-list-item__label label {
  font-size: var(--text-sm);
  font-weight: var(--text-bold-weight);
  opacity: 1;
}

:root .woocommerce form.cart .woocommerce-grouped-product-list-item__label a {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

:root .woocommerce form.cart .woocommerce-grouped-product-list-item__label a:hover {
  opacity: .6;
}

:root .woocommerce form.cart .woocommerce-grouped-product-list-item__quantity {
  width: 100px;
  padding-right: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

:root .woocommerce form.cart .woocommerce-grouped-product-list-item__price {
  padding-left: 10px;
  text-align: right;
  font-weight: var(--text-medium-weight);
}

:root .woocommerce form.cart .woocommerce-grouped-product-list-item__price .available-on-backorder {
  font-size: var(--text-xxs);
  opacity: .4;
}

:root .woocommerce .woocommerce-tabs {
  margin-top: var(--space-lg);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-tabs {
    margin-top: var(--space-xl);
  }
}

:root .woocommerce .woocommerce-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: var(--space-lg);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-tabs .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    margin-bottom: var(--space-xl);
  }
}

:root .woocommerce .woocommerce-tabs .tabs li {
  margin: var(--space-xs) 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-tabs .tabs li {
    margin: 0 var(--space-md);
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .woocommerce-tabs .tabs li {
    margin: 0 var(--space-lg);
  }
}

:root .woocommerce .woocommerce-tabs .tabs li.active a {
  opacity: 1;
}

:root .woocommerce .woocommerce-tabs .tabs li.active a::after {
  opacity: 1;
  -webkit-transform: translate(0, 50%) scaleX(1);
  transform: translate(0, 50%) scaleX(1);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-tabs .tabs li.active a::after {
    -webkit-transform: translate(-50%, 0) scaleY(1);
    transform: translate(-50%, 0) scaleY(1);
  }
}

:root .woocommerce .woocommerce-tabs .tabs a {
  font-family: var(--display-text-font-family);
  font-size: var(--display-text-xs);
  font-weight: var(--display-text-normal-weight);
  line-height: var(--display-text-line-height);
  text-transform: var(--display-text-transform);
  position: relative;
  opacity: .4;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

:root .woocommerce .woocommerce-tabs .tabs a:hover {
  opacity: .6;
}

:root .woocommerce .woocommerce-tabs .tabs a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: calc(100% + .4em);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  -webkit-transform: translate(0, 50%) scaleX(3);
  transform: translate(0, 50%) scaleX(3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: var(--accent-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91), -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-tabs .tabs a::after {
    -webkit-transform: translate(-50%, 10px) scaleY(3);
    transform: translate(-50%, 10px) scaleY(3);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    bottom: -.5em;
    left: 50%;
  }
}

:root .woocommerce .woocommerce-tabs .panel h2:first-child,
:root .woocommerce .upsells > h2,
:root .woocommerce .related > h2 {
  font-size: var(--display-text-md);
  margin: var(--space-lg) 0;
}

:root .woocommerce .woocommerce-tabs .panel,
:root .woocommerce .upsells,
:root .woocommerce .related {
  border-top: 1px solid rgba(221, 221, 221, 0.1);
}

:root .woocommerce .upsells,
:root .woocommerce .related {
  margin-top: var(--space-xl);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .upsells,
  :root .woocommerce .related {
    margin-top: var(--space-xxl);
  }
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating label {
  display: inline-block;
  margin: 0 0 var(--space-xs);
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars {
  width: 210px;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars a {
  position: relative;
  font-size: var(--text-xs);
  font-weight: var(--text-bold-weight);
  text-align: center;
  line-height: 35px;
  width: 42px;
  padding: 0 5px 0 0;
  border: none;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border: 2px solid rgba(221, 221, 221, 0.15);
  z-index: -1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars a:hover ~ a {
  color: #dddddd;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars a:hover ~ a::before {
  background: transparent;
  border: 2px solid rgba(221, 221, 221, 0.15);
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars:hover a,
:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars.selected a {
  color: #141414;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars:hover a::before,
:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars.selected a::before {
  background: #dddddd;
  border: 2px solid #dddddd;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars.selected:not(:hover) a.active ~ a {
  color: #dddddd;
}

:root .woocommerce .woocommerce-Reviews .comment-form-rating .stars.selected:not(:hover) a.active ~ a::before {
  background: transparent;
  border: 2px solid rgba(221, 221, 221, 0.15);
}

:root .woocommerce .woocommerce-Reviews .pth-woo-must-be-verified {
  margin-top: var(--space-sm);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .woocommerce-Reviews .pth-woo-must-be-verified {
    margin-top: var(--space-md);
  }
}

:root .woocommerce .woocommerce-Reviews .pth-comment:first-child {
  margin-top: 0;
}

:root .woocommerce .woocommerce-Reviews .pth-comment .star-rating {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

:root .woocommerce .woocommerce-Reviews .pth-comment span.verified {
  background: var(--accent-color);
  color: var(--accent-color-fg);
  font-family: var(--text-font-family);
  font-size: var(--text-xxs);
  line-height: var(--text-line-height);
  font-weight: var(--text-bold-weight);
  text-transform: none;
  padding: .1em .6em;
  margin: 0 0 0 .8em;
  border-radius: 2px;
}

:root .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  -webkit-box-shadow: 0 0 0 1px rgba(221, 221, 221, 0.3);
  box-shadow: 0 0 0 1px rgba(221, 221, 221, 0.3);
  background: #202020;
  color: #dddddd;
}

:root .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  -webkit-box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.1);
  box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.1);
}

:root .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, :root .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(221, 221, 221, 0.9);
  box-shadow: 0 0 0 2px rgba(221, 221, 221, 0.9);
}

:root .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item .variable-item-span {
  font-size: var(--text-xxs);
  font-weight: var(--text-medium-weight);
}

/*  WooCommerce cart
-------------------------------------------*/
:root .woocommerce .cart .product-remove {
  width: 44px;
}

:root .woocommerce .cart .product-remove a {
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

:root .woocommerce .cart .product-remove a:hover {
  opacity: 1;
}

:root .woocommerce .cart .product-remove a:hover svg {
  opacity: 1;
  stroke: #fd8488;
}

:root .woocommerce .cart .product-remove svg {
  fill: none;
  stroke: currentColor;
  opacity: .4;
  -webkit-transition: stroke .2s ease, opacity .2s ease;
  transition: stroke .2s ease, opacity .2s ease;
}

:root .woocommerce .cart .product-thumbnail {
  width: 160px;
  margin: 0 auto;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .cart .product-thumbnail {
    width: 80px;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .cart .product-thumbnail {
    width: 100px;
  }
}

:root .woocommerce .cart .product-thumbnail a {
  display: block;
}

:root .woocommerce .cart .product-thumbnail a:hover {
  opacity: .7;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .cart .product-price,
  :root .woocommerce .cart .product-subtotal {
    padding: 20px 0;
    text-align: center;
  }
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .cart .product-stock-status {
    padding: 20px;
    text-align: center;
  }
}

:root .woocommerce .cart .product-quantity .quantity {
  margin-right: 0;
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .cart .product-quantity {
    width: 140px;
    padding: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .cart tbody .product-name {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  :root .woocommerce .cart tbody .product-name::before {
    content: none !important;
  }
}

:root .woocommerce .cart tbody .product-price,
:root .woocommerce .cart tbody .product-subtotal,
:root .woocommerce .cart tbody .product-stock-status {
  font-weight: var(--text-medium-weight);
}

:root .woocommerce .cart tbody tr:not(.cart_item):hover,
:root .woocommerce .cart tfoot tr:hover {
  background: none;
}

:root .woocommerce .cart .actions button {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .cart .actions {
    display: block;
  }
  :root .woocommerce .cart .actions button {
    width: 100%;
  }
}

:root .woocommerce .cart .actions .coupon {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .cart .actions .coupon {
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px;
  }
}

:root .woocommerce .cart .actions .coupon label {
  display: none;
}

:root .woocommerce .cart .actions .coupon input[type="text"] {
  width: 140px;
  margin: 0 var(--space-md) 0 0;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .cart .actions .coupon input[type="text"] {
    width: 100%;
    margin: 0 0 20px;
  }
}

:root .woocommerce .cart .actions > button {
  float: right;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .cart .actions > button {
    float: none;
    width: 100%;
  }
}

:root .woocommerce .cart-collaterals {
  *zoom: 1;
}

:root .woocommerce .cart-collaterals::before, :root .woocommerce .cart-collaterals::after {
  content: ' ';
  display: table;
}

:root .woocommerce .cart-collaterals::after {
  clear: both;
}

:root .woocommerce .cart-collaterals h2:not(.woocommerce-loop-product__title) {
  font-size: var(--display-text-sm);
  margin: var(--space-xl) 0 var(--space-lg);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce .cart-collaterals h2:not(.woocommerce-loop-product__title) {
    margin: var(--space-xxl) 0 var(--space-lg);
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 40%;
    padding: 0 0 0 var(--space-lg);
  }
  :root .woocommerce .cart-collaterals .cart_totals:first-child {
    width: 50%;
    padding: 0;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .cart-collaterals .cart_totals {
    width: 35%;
    padding: 0;
  }
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .cart-collaterals .cross-sells {
    float: left;
    width: 60%;
    padding: 0 var(--space-lg) 0 0;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce .cart-collaterals .cross-sells {
    width: 65%;
    padding: 0 var(--space-xxl) 0 0;
  }
}

:root .woocommerce .cart-collaterals .cross-sells .add_to_cart_button.added {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

:root .woocommerce .cart-collaterals table tbody {
  border: 2px solid currentColor;
}

:root .woocommerce .cart-collaterals table tr:hover {
  background: none;
}

:root .woocommerce .cart-collaterals table th, :root .woocommerce .cart-collaterals table td {
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  vertical-align: top;
  border-color: currentColor;
  padding: 20px;
}

:root .woocommerce .cart-collaterals table th:last-child, :root .woocommerce .cart-collaterals table td:last-child {
  text-align: right;
}

:root .woocommerce .cart-collaterals table th {
  font-weight: var(--text-bold-weight);
}

:root .woocommerce .cart-collaterals table .order-total th {
  display: none;
}

:root .woocommerce .cart-collaterals table .order-total td, :root .woocommerce .cart-collaterals table .order-total strong {
  font-size: var(--text-lg);
  font-weight: var(--text-medium-weight);
}

:root .woocommerce .cart-collaterals table .order-total td {
  text-align: left;
}

:root .woocommerce .cart-collaterals table .order-total td::before {
  content: attr(data-title);
}

:root .woocommerce .cart-collaterals table .order-total strong {
  float: right;
}

:root .woocommerce .wc-proceed-to-checkout {
  margin-top: var(--space-lg);
}

:root .woocommerce a.checkout-button {
  display: block;
}

:root .woocommerce .woocommerce-notices-wrapper:not(:empty) ~ .cart-empty.woocommerce-info {
  margin: calc(var(--space-md) * -1) 0 var(--space-lg);
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce .woocommerce-notices-wrapper:not(:empty) ~ .cart-empty.woocommerce-info {
    margin: calc(var(--space-lg) * -1) 0 var(--space-xl);
  }
}

/* Woocommerce - Checkout styles
-------------------------------------------*/
:root .woocommerce-checkout .checkout {
  *zoom: 1;
}

:root .woocommerce-checkout .checkout::before, :root .woocommerce-checkout .checkout::after {
  content: ' ';
  display: table;
}

:root .woocommerce-checkout .checkout::after {
  clear: both;
}

:root .woocommerce-checkout .checkout h3 {
  font-size: var(--display-text-sm);
  margin: 0 0 var(--space-lg);
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce-checkout #customer_details {
    float: left;
    width: 60%;
    padding: 0 var(--space-lg) 0 0;
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce-checkout #customer_details {
    width: 65%;
    padding: 0 var(--space-xxl) 0 0;
  }
}

:root .woocommerce-checkout h3#ship-to-different-address {
  font-family: var(--text-font-family);
  text-transform: none;
}

:root .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce-checkout h3#order_review_heading,
  :root .woocommerce-checkout #order_review {
    float: right;
    width: 40%;
    padding: 0 0 0 var(--space-lg);
  }
}

@media only screen and (min-width: 1666px) {
  :root .woocommerce-checkout h3#order_review_heading,
  :root .woocommerce-checkout #order_review {
    width: 35%;
    padding: 0;
  }
}

:root .woocommerce-checkout h3#order_review_heading {
  margin: var(--space-xl) 0 var(--space-lg);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce-checkout h3#order_review_heading {
    margin: 0 0 var(--space-lg);
  }
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table,
:root .woocommerce-checkout .payment_methods {
  margin-bottom: var(--space-lg);
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table tr:hover {
  background: none;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table th, :root .woocommerce-checkout .woocommerce-checkout-review-order-table td {
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  vertical-align: top;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table th:last-child, :root .woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  font-weight: var(--text-bold-weight);
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img {
  width: 50px;
  float: left;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name__inner {
  padding-left: 60px;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name strong {
  opacity: .4;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  border: 2px solid currentColor;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th, :root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  border-color: currentColor;
  padding: 20px;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  font-weight: var(--text-bold-weight);
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th, :root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td, :root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total strong {
  font-size: var(--text-lg);
  font-weight: var(--text-medium-weight);
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
  text-align: left;
}

:root .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total strong {
  float: right;
}

:root .woocommerce-checkout .payment_methods {
  list-style: none;
}

:root .woocommerce-checkout .payment_methods .wc_payment_method {
  padding: var(--space-md);
  border: 1px solid rgba(221, 221, 221, 0.2);
  border-bottom: none;
}

:root .woocommerce-checkout .payment_methods .wc_payment_method:last-child {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}

:root .woocommerce-checkout .payment_methods .wc_payment_method > label {
  font-weight: var(--text-bold-weight);
}

:root .woocommerce-checkout .payment_methods .wc_payment_method > input[type="radio"] {
  margin: 0 .3em 0 0;
}

:root .woocommerce-checkout .payment_methods .wc_payment_method p {
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  margin: var(--space-sm) 0 0;
}

:root .woocommerce-checkout .payment_methods .wc_payment_method p:not(:last-child) {
  margin: var(--space-sm) 0 var(--space-md);
}

:root .woocommerce-checkout .payment_methods .wc_payment_method img {
  display: inline-block;
  max-height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

:root .woocommerce-checkout .payment_methods .wc_payment_method img + img {
  margin: 0 0 0 3px;
}

:root .woocommerce-checkout .payment_methods .wc_payment_method .about_paypal {
  display: none;
}

:root .woocommerce-checkout .payment_methods .wc_payment_method fieldset br {
  display: none;
}

:root .woocommerce-checkout .payment_methods .wc-saved-payment-methods {
  list-style: none;
}

:root .woocommerce-checkout .payment_methods .wc-saved-payment-methods + .wc-payment-form {
  margin: var(--space-md) 0 0;
}

:root .woocommerce-checkout .payment_methods .woocommerce-notice {
  margin-bottom: 0;
}

:root .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
:root .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  margin-bottom: var(--space-lg);
}

:root .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  font-weight: var(--text-bold-weight);
}

:root .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row .required {
  visibility: hidden !important;
}

:root .woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  font-weight: var(--text-bold-weight);
}

:root .woocommerce-checkout .place-order button {
  width: 100%;
}

:root .woocommerce-checkout .woocommerce-form-login,
:root .woocommerce-checkout .woocommerce-form-coupon {
  padding: var(--space-md) 0;
  margin: calc(var(--space-md) * -1) 0 var(--space-lg);
}

@media only screen and (min-width: 1100px) {
  :root .woocommerce-checkout .woocommerce-form-login,
  :root .woocommerce-checkout .woocommerce-form-coupon {
    padding: var(--space-lg) 0;
    margin: calc(var(--space-lg) * -1) 0 var(--space-xl);
  }
}

:root .woocommerce-checkout .woocommerce-form-login p:not(.form-row),
:root .woocommerce-checkout .woocommerce-form-coupon p:not(.form-row) {
  margin-top: 0;
  font-size: var(--text-xs);
  font-weight: var(--text-bold-weight);
}

:root .woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  margin-bottom: 0;
}

:root .woocommerce-checkout .woocommerce-order-overview {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

:root .woocommerce-checkout .woocommerce-order-overview li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background: #202020;
  padding: var(--space-md);
  border: 1px solid #141414;
  font-size: var(--text-xs);
}

:root .woocommerce-checkout .woocommerce-order-overview li strong {
  display: block;
  font-size: var(--text-sm);
  margin: var(--space-xs) 0 0;
}

/* Woocommerce - My account styles
-------------------------------------------*/
:root .woocommerce .pth-woo-login-selector, :root .woocommerce-page .pth-woo-login-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

:root .woocommerce .pth-woo-login-selector h2, :root .woocommerce-page .pth-woo-login-selector h2 {
  position: relative;
  text-align: center;
  margin: 0 0 var(--space-xl);
}

:root .woocommerce .pth-woo-login-selector h2::after, :root .woocommerce-page .pth-woo-login-selector h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -.4em;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, 10px) scaleY(3);
  transform: translate(-50%, 10px) scaleY(3);
  background: var(--accent-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91), -webkit-transform 0.6s cubic-bezier(0.13, 0.28, 0, 0.91);
}

:root .woocommerce .pth-woo-login-selector li, :root .woocommerce-page .pth-woo-login-selector li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

:root .woocommerce .pth-woo-login-selector li a, :root .woocommerce-page .pth-woo-login-selector li a {
  opacity: .4;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

:root .woocommerce .pth-woo-login-selector li a:hover, :root .woocommerce-page .pth-woo-login-selector li a:hover {
  opacity: .6;
}

:root .woocommerce .pth-woo-login-selector li.ui-state-active a, :root .woocommerce-page .pth-woo-login-selector li.ui-state-active a {
  opacity: 1;
}

:root .woocommerce .pth-woo-login-selector li.ui-state-active h2::after, :root .woocommerce-page .pth-woo-login-selector li.ui-state-active h2::after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scaleY(1);
  transform: translate(-50%, 0) scaleY(1);
}

:root .woocommerce .woocommerce-form-login a.lost_password, :root .woocommerce-page .woocommerce-form-login a.lost_password {
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
  opacity: .6;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

:root .woocommerce .woocommerce-form-login a.lost_password:hover, :root .woocommerce-page .woocommerce-form-login a.lost_password:hover {
  opacity: 1;
}

:root .woocommerce .woocommerce-privacy-policy-text p,
:root .woocommerce .woocommerce-password-strength,
:root .woocommerce .woocommerce-password-hint, :root .woocommerce-page .woocommerce-privacy-policy-text p,
:root .woocommerce-page .woocommerce-password-strength,
:root .woocommerce-page .woocommerce-password-hint {
  font-size: var(--text-xs);
  font-weight: var(--text-medium-weight);
}

:root .woocommerce .woocommerce-privacy-policy-text p, :root .woocommerce-page .woocommerce-privacy-policy-text p {
  margin: 0 0 var(--space-xl);
}

:root .woocommerce .woocommerce-privacy-policy-text p a, :root .woocommerce-page .woocommerce-privacy-policy-text p a {
  opacity: .6;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

:root .woocommerce .woocommerce-privacy-policy-text p a:hover, :root .woocommerce-page .woocommerce-privacy-policy-text p a:hover {
  opacity: 1;
}

:root .woocommerce .woocommerce-password-strength, :root .woocommerce-page .woocommerce-password-strength {
  font-weight: var(--text-bold-weight);
  position: relative;
  margin: var(--space-sm) 0;
  position: relative;
  padding-left: 14px;
}

:root .woocommerce .woocommerce-password-strength:before, :root .woocommerce-page .woocommerce-password-strength:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-radius: 50%;
  background: currentColor;
}

:root .woocommerce .woocommerce-password-strength.short, :root .woocommerce-page .woocommerce-password-strength.short {
  color: #e35b5b;
}

:root .woocommerce .woocommerce-password-strength.bad, :root .woocommerce-page .woocommerce-password-strength.bad {
  color: #f78b53;
}

:root .woocommerce .woocommerce-password-strength.good, :root .woocommerce-page .woocommerce-password-strength.good {
  color: #feab09;
}

:root .woocommerce .woocommerce-password-strength.strong, :root .woocommerce-page .woocommerce-password-strength.strong {
  color: #83c373;
}

:root .woocommerce .woocommerce-password-hint, :root .woocommerce-page .woocommerce-password-hint {
  display: block;
  padding: var(--space-md);
  color: rgba(221, 221, 221, 0.7);
  background: rgba(221, 221, 221, 0.1);
}

:root .woocommerce .lost_reset_password .form-row:last-of-type, :root .woocommerce-page .lost_reset_password .form-row:last-of-type {
  margin: 0;
}

:root .woocommerce .pth-woo-account-header, :root .woocommerce-page .pth-woo-account-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 var(--space-xl);
}

:root .woocommerce .pth-woo-account-header__shop-link, :root .woocommerce-page .pth-woo-account-header__shop-link {
  font-family: var(--display-text-font-family);
  font-size: var(--display-text-xxs);
  text-transform: var(--display-text-transform);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

:root .woocommerce .pth-woo-account-header__shop-link svg, :root .woocommerce-page .pth-woo-account-header__shop-link svg {
  fill: none;
  stroke: currentColor;
  width: .8em;
  height: .8em;
  margin: 0 0 -0.1em var(--space-xxs);
  opacity: .3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

:root .woocommerce .pth-woo-account-header__shop-link:hover svg, :root .woocommerce-page .pth-woo-account-header__shop-link:hover svg {
  opacity: 1;
}

:root .woocommerce .pth-woo-account-header__nav, :root .woocommerce-page .pth-woo-account-header__nav {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--display-text-font-family);
  font-size: var(--display-text-xxs);
  text-transform: var(--display-text-transform);
}

:root .woocommerce .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-overlay,
:root .woocommerce .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-list, :root .woocommerce-page .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-overlay,
:root .woocommerce-page .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-list {
  opacity: 1;
  visibility: visible;
}

:root .woocommerce .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-list, :root .woocommerce-page .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-list {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
  transform: translate3d(0, 0, 0) scaleY(1);
  -webkit-transition: all 0.6s cubic-bezier(0.13, 0.28, 0, 0.91) 0.2s;
  transition: all 0.6s cubic-bezier(0.13, 0.28, 0, 0.91) 0.2s;
}

:root .woocommerce .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-name, :root .woocommerce-page .pth-woo-account-header__nav.pth-active .pth-woo-account-header__nav-name {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

:root .woocommerce .pth-woo-account-header__nav:hover .pth-woo-account-header__nav-name svg, :root .woocommerce-page .pth-woo-account-header__nav:hover .pth-woo-account-header__nav-name svg {
  opacity: 1;
}

:root .woocommerce .pth-woo-account-header__nav-overlay, :root .woocommerce-page .pth-woo-account-header__nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 20, 20, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

:root .woocommerce .pth-woo-account-header__nav-trigger, :root .woocommerce-page .pth-woo-account-header__nav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

:root .woocommerce .pth-woo-account-header__nav-avatar, :root .woocommerce-page .pth-woo-account-header__nav-avatar {
  position: relative;
  cursor: pointer;
  padding: 0 var(--space-sm) 0 0;
}

:root .woocommerce .pth-woo-account-header__nav-avatar img, :root .woocommerce-page .pth-woo-account-header__nav-avatar img {
  width: 40px;
  border-radius: 50%;
}

:root .woocommerce .pth-woo-account-header__nav-trigger-inner, :root .woocommerce-page .pth-woo-account-header__nav-trigger-inner {
  position: relative;
}

:root .woocommerce .pth-woo-account-header__nav-name, :root .woocommerce-page .pth-woo-account-header__nav-name {
  font-weight: var(--text-medium-weight);
  white-space: nowrap;
  overflow: visible !important;
  cursor: pointer;
  -webkit-transition: opacity .6s ease .1s, visibility .6s ease .1s, -webkit-transform .6s ease .1s;
  transition: opacity .6s ease .1s, visibility .6s ease .1s, -webkit-transform .6s ease .1s;
  transition: opacity .6s ease .1s, visibility .6s ease .1s, transform .6s ease .1s;
  transition: opacity .6s ease .1s, visibility .6s ease .1s, transform .6s ease .1s, -webkit-transform .6s ease .1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

:root .woocommerce .pth-woo-account-header__nav-name svg, :root .woocommerce-page .pth-woo-account-header__nav-name svg {
  fill: none;
  stroke: currentColor;
  width: .8em;
  height: .8em;
  margin: 0 0 -0.1em var(--space-xxs);
  opacity: .3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

:root .woocommerce .pth-woo-account-header__nav-list, :root .woocommerce-page .pth-woo-account-header__nav-list {
  list-style: none;
  font-weight: var(--text-medium-weight);
  position: absolute;
  top: 0;
  left: 0;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translate3d(0, 8px, 0) scaleY(1.1);
  transform: translate3d(0, 8px, 0) scaleY(1.1);
  -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

:root .woocommerce .pth-woo-account-header__nav-list:hover .woocommerce-MyAccount-navigation-link, :root .woocommerce-page .pth-woo-account-header__nav-list:hover .woocommerce-MyAccount-navigation-link {
  opacity: .4;
}

:root .woocommerce .pth-woo-account-header__nav-list:hover .woocommerce-MyAccount-navigation-link:hover, :root .woocommerce-page .pth-woo-account-header__nav-list:hover .woocommerce-MyAccount-navigation-link:hover {
  opacity: 1;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

:root .woocommerce .pth-woo-account-header .woocommerce-MyAccount-navigation-link, :root .woocommerce-page .pth-woo-account-header .woocommerce-MyAccount-navigation-link {
  margin: 0 0 .8em;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.13, 0.28, 0, 0.91);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.13, 0.28, 0, 0.91), -webkit-transform 0.3s cubic-bezier(0.13, 0.28, 0, 0.91);
}

:root .woocommerce .woocommerce-MyAccount-content h2, :root .woocommerce .woocommerce-MyAccount-content h3, :root .woocommerce-page .woocommerce-MyAccount-content h2, :root .woocommerce-page .woocommerce-MyAccount-content h3 {
  font-size: var(--display-text-sm);
  margin: var(--space-xl) 0 var(--space-lg);
}

:root .woocommerce .woocommerce-MyAccount-content h2:first-child, :root .woocommerce .woocommerce-MyAccount-content h3:first-child, :root .woocommerce-page .woocommerce-MyAccount-content h2:first-child, :root .woocommerce-page .woocommerce-MyAccount-content h3:first-child {
  margin-top: 0;
}

:root .woocommerce .woocommerce-address-fields > p:last-child, :root .woocommerce-page .woocommerce-address-fields > p:last-child {
  margin: 0;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .woocommerce-address-fields button, :root .woocommerce-page .woocommerce-address-fields button {
    width: 100%;
  }
}

:root .woocommerce #account_display_name + span em, :root .woocommerce-page #account_display_name + span em {
  display: block;
  font-size: var(--text-xs);
  margin: var(--space-xs) 0 0;
  opacity: .6;
}

:root .woocommerce .edit-account legend, :root .woocommerce-page .edit-account legend {
  display: none;
}

:root .woocommerce .edit-account > p:last-child, :root .woocommerce-page .edit-account > p:last-child {
  margin: 0;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .edit-account > p:last-child button, :root .woocommerce-page .edit-account > p:last-child button {
    width: 100%;
  }
}

:root .woocommerce ol.commentlist.notes, :root .woocommerce-page ol.commentlist.notes {
  list-style: none;
}

:root .woocommerce ol.commentlist.notes li.note, :root .woocommerce-page ol.commentlist.notes li.note {
  margin: 0 0 var(--space-xs);
  padding: var(--space-md);
  background: #042d48;
  color: #97d1f9;
}

:root .woocommerce ol.commentlist.notes li.note:last-child, :root .woocommerce-page ol.commentlist.notes li.note:last-child {
  margin: 0;
}

:root .woocommerce ol.commentlist.notes li.note p, :root .woocommerce-page ol.commentlist.notes li.note p {
  font-size: var(--text-sm);
  font-weight: var(--text-medium-weight);
}

:root .woocommerce ol.commentlist.notes li.note p.meta, :root .woocommerce-page ol.commentlist.notes li.note p.meta {
  font-weight: var(--text-bold-weight);
  margin: 0 0 var(--space-xs);
}

:root .woocommerce ol.commentlist.notes li.note .description p:last-child, :root .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin: 0;
}

:root .woocommerce #add_payment_method .payment_methods, :root .woocommerce-page #add_payment_method .payment_methods {
  list-style: none;
  margin: 0 0 var(--space-sm);
}

@media only screen and (min-width: 783px) {
  :root .woocommerce #add_payment_method .payment_methods, :root .woocommerce-page #add_payment_method .payment_methods {
    margin: 0 0 var(--space-md);
  }
}

:root .woocommerce #add_payment_method .payment_methods label[for="payment_method_stripe"] img, :root .woocommerce-page #add_payment_method .payment_methods label[for="payment_method_stripe"] img {
  float: right;
}

@media only screen and (max-width: 782px) {
  :root .woocommerce #add_payment_method button, :root .woocommerce-page #add_payment_method button {
    width: 100%;
  }
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .order-again a, :root .woocommerce-page .order-again a {
    width: 100%;
  }
}

@media only screen and (max-width: 782px) {
  :root .woocommerce .account-payment-methods-table + a, :root .woocommerce-page .account-payment-methods-table + a {
    width: 100%;
  }
}

/*# sourceMappingURL=woo-dark.css.map */
