@charset "UTF-8";
/**
* woocommerce.scss
* Governs the general look and feel of WooCommerce sections of stores using themes that do not
* integrate with WooCommerce specifically.
*/
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
.woocommerce {
  font-weight: normal;
}
.woocommerce a.remove {
  display: block;
  font-family: sans-serif;
  font-size: 1.8rem;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: var(--color-accent) !important;
  text-decoration: none;
  font-weight: 400 !important;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #000 !important;
}
.woocommerce small.note {
  display: block;
  color: var(--color-text);
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: var(--color-text);
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--color-text);
}
.woocommerce .price del {
  font-size: 90%;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}
.woocommerce-product-search {
  position: relative;
}
.related,
.upsells,
.cross-sells {
  margin-top: 6rem;
}
.related > h2,
.upsells > h2,
.cross-sells > h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}
.pswp {
  z-index: 9001;
}
/**
* Buttons
*/
.woocommerce a.button,
.woocommerce a.added_to_cart,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 12px 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.woocommerce a.button.added:after,
.woocommerce a.added_to_cart.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 8px;
  vertical-align: bottom;
}
.woocommerce a.button.added,
.woocommerce a.added_to_cart.added,
.woocommerce button.button.added,
.woocommerce input.button.added {
  display: none;
}
.woocommerce a.button.added i,
.woocommerce a.added_to_cart.added i,
.woocommerce button.button.added i,
.woocommerce input.button.added i {
  display: none;
}
.woocommerce a.button:hover:not(.loading),
.woocommerce a.added_to_cart:hover:not(.loading),
.woocommerce button.button:hover:not(.loading),
.woocommerce input.button:hover:not(.loading) {
  background-color: var(--color-accent-alt);
  background-image: none;
  text-decoration: none;
  color: #fff;
}
.woocommerce a.button.alt,
.woocommerce a.added_to_cart.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce a.added_to_cart.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: var(--color-accent-alt);
  border-color: var(--color-accent-alt);
  color: #fff;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce a.added_to_cart:disabled,
.woocommerce a.added_to_cart.disabled,
.woocommerce a.added_to_cart:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce table.my_account_orders .button,
.woocommerce .single_add_to_cart_button.button,
.woocommerce a.added_to_cart {
  min-width: 180px;
}
.woocommerce a.add_to_cart_button,
.woocommerce a.added_to_cart,
.cart .button,
.cart input.button,
.woocommerce .button.wc-backward,
.woocommerce-form-coupon .button,
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-mini-cart__buttons a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce table.my_account_orders .button {
  background-color: white;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  padding: 10px 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  font-size: 1.8rem;
  padding: 18px 24px;
  text-align: center;
}
.button .spinner {
  display: none;
  vertical-align: top;
}
.button i {
  font-size: 1em;
}
.button.loading {
  pointer-events: none;
}
.button.loading .text,
.button.loading i {
  display: none;
}
.button.loading .spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button:not(.add_to_cart_button) .shine-icon-plus {
  display: none;
}
.woocommerce span.onsale {
  background-color: white;
  border: 1px solid var(--color-accent);
  border-radius: 2px;
  color: var(--color-text-dark);
  font-size: 12px;
  font-weight: var(--headings-font-weight);
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 20px;
  left: 20px;
  margin: 0;
  padding: 6px 9px;
  text-transform: uppercase;
  z-index: 9;
}
.woocommerce {
  /**
  * Star ratings
  */
}
.woocommerce .star-rating {
  color: rgba(0, 0, 0, 0.2);
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  letter-spacing: 0.2em;
  width: 6em;
  font-family: "lifeshine";
}
.woocommerce .star-rating:before {
  content: "\e93f\e93f\e93f\e93f\e93f";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "\e93f\e93f\e93f\e93f\e93f";
  color: var(--color-accent);
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .u-columns.col2-set,
.woocommerce-page .u-columns.col2-set {
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
@media (min-width: 768px) {
  .woocommerce .u-columns.col2-set,
  .woocommerce-page .u-columns.col2-set {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.products {
  display: grid;
  grid-template-columns: repeat(var(--shop-columns), minmax(0, 1fr)) !important;
  grid-column-gap: var(--shop-column-gap, 20px);
  grid-row-gap: var(--shop-row-gap, 20px);
}
@media (min-width: 1025px) {
  ul.products.columns-2 {
    --shop-columns: 2;
  }
  ul.products.columns-3 {
    --shop-columns: 3;
  }
  ul.products.columns-4 {
    --shop-columns: 4;
  }
  ul.products.columns-5 {
    --shop-columns: 5;
  }
  ul.products.columns-6 {
    --shop-columns: 6;
  }
}
.woocommerce .products ul,
.woocommerce ul.products {
  padding: 0;
  list-style: none outside;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce .products .product .product-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.woocommerce .products .product .product-thumb a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.woocommerce .products .product .product-thumb a img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce .products .product .product-thumb a:before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.woocommerce .products .product .onsale {
  top: 20px;
  right: 20px;
  left: auto;
}
.woocommerce .products .product:hover .product-buttons {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 1;
  visibility: visible;
}
.woocommerce .product-body {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .products .product-info {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 25px 0 0;
  position: relative;
}
.woocommerce .products .product-info h3,
.woocommerce .products .product-info .woocommerce-loop-product__title,
.woocommerce .products .product-info .woocommerce-loop-category__title {
  color: var(--color-text-dark);
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.36;
}
.woocommerce .products .product-info h3 a,
.woocommerce .products .product-info .woocommerce-loop-product__title a,
.woocommerce .products .product-info .woocommerce-loop-category__title a {
  color: var(--color-text-dark);
  display: block;
  position: relative;
  overflow: hidden;
}
.woocommerce .products .product-info h3 a:hover,
.woocommerce .products .product-info .woocommerce-loop-product__title a:hover,
.woocommerce .products .product-info .woocommerce-loop-category__title a:hover {
  color: var(--color-link-hover);
}
.woocommerce .products .product-info mark {
  background-color: initial;
}
.woocommerce .products .product-info strong {
  display: block;
}
.woocommerce .products .product-info .price {
  color: var(--color-text-dark);
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 5px;
}
.woocommerce .products .product-info .price .amount {
  color: inherit;
  font-size: 15px;
}
.woocommerce .products .product-info .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce .products .product-info .price ins {
  background: none;
  display: inline-block;
  text-decoration: none;
}
.woocommerce .products .product-info .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
}
.woocommerce .products .product-info .product-short-description {
  margin-top: 20px;
  margin-bottom: 15px;
}
.woocommerce .products .product-info .product-short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce .products .product-info .product-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.woocommerce .products .product-info .product-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -93%, 0);
          transform: translate3d(0, -93%, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  z-index: 3;
}
.woocommerce .products .product-info .product-buttons .button {
  width: 100%;
  min-width: auto;
}
.woocommerce .products .product-info .star-rating {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin: 15px 0;
  float: none;
}
.woocommerce .products .product-info .button i {
  margin-left: -5px;
  margin-right: 10px;
}
.woocommerce .woocommerce-result-count {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.product-thumb > a > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.products.wc-layout-grid .product-thumb img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .woocommerce,
  .woocommerce-page {
    /**
     * Products
     */
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    clear: both;
  }
  .woocommerce-result-count,
  .woocommerce-ordering {
    width: 100%;
  }
  .wc-listing-top {
    margin-bottom: 30px;
  }
  .wc-listing-top .posts-filter-items {
    width: 100%;
  }
}
.wc-listing-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.wc-listing-top .posts-filter {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  margin-bottom: 0;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  font-size: 3.6rem;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: var(--color-text-dark);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 1em 0 0;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  display: inline-block;
  text-decoration: none;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: var(--color-accent);
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin: 1.2em 0 1em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0 -3px;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 6px 3px 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 2em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  overflow: auto;
  position: relative;
  white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0 30px 0 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border-bottom: 2px solid transparent;
  color: var(--color-text-dark);
  display: inline-block;
  font-weight: var(--headings-font-weight);
  opacity: 0.8;
  padding: 1.5rem 0;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--color-accent);
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: var(--color-accent);
  opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce div.product form.cart {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce div.product form.cart div.quantity {
  float: left;
}
.woocommerce div.product form.cart .qty-box {
  margin: 0 10px 10px 0;
}
.woocommerce div.product form.cart:not(.grouped_form) div.quantity .qty {
  line-height: 48px;
  height: 48px;
}
.woocommerce div.product form.cart table {
  border: 0;
  margin: 0 0 2rem;
  overflow: visible;
}
.woocommerce div.product form.cart table td {
  padding: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: auto;
  min-width: 290px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
}
.woocommerce div.product form.cart .variations td {
  padding-bottom: 1rem;
}
.woocommerce div.product form.cart .variations label {
  font-weight: var(--font-weight-bolder);
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations .selectric .label {
  background: #fff;
  font-size: 1.3rem;
  padding-top: 9px;
  padding-bottom: 9px;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td.value {
  position: relative;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
  position: absolute;
  top: 10px;
  right: -45px;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  padding-bottom: 1rem;
  padding-right: 1rem;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.woocommerce div.product .product_meta {
  font-size: 0.93em;
  margin-top: 3rem;
}
.woocommerce div.product .product_meta > * {
  display: block;
  line-height: 30px;
  margin-bottom: 5px;
}
.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
.woocommerce .entry-content div.product div.thumbnails::before,
.woocommerce .entry-content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page .entry-content div.product div.thumbnails::before,
.woocommerce-page .entry-content div.product div.thumbnails::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce div.product div.thumbnails a,
.woocommerce .entry-content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page .entry-content div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce .entry-content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page .entry-content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce .entry-content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page .entry-content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce .entry-content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page .entry-content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce .entry-content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page .entry-content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce .entry-content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page .entry-content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce .entry-content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page .entry-content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product div.summary,
.woocommerce .entry-content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page .entry-content div.product div.summary {
  clear: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce .entry-content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page .entry-content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce .entry-content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page .entry-content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
.woocommerce .entry-content div.product #reviews .comment::before,
.woocommerce .entry-content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page .entry-content div.product #reviews .comment::before,
.woocommerce-page .entry-content div.product #reviews .comment::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce div.product #reviews .comment img,
.woocommerce .entry-content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page .entry-content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce-product-details__short-description {
  font-weight: var(--content-font-weight, normal);
  margin: 2em 0;
}
.woocommerce-variation-description {
  font-size: var(--font-size, 0.9em);
  font-weight: var(--content-font-weight, normal);
}
.woocommerce-variation-price,
.woocommerce-variation-availability,
.woocommerce-variation-add-to-cart-enabled {
  margin-top: 3rem;
}
.single-product div.product > .breadcrumbs {
  margin-bottom: 20px;
}
.wc-product-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wc-product-col {
  position: relative;
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wc-product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wc-product-col {
    width: 50%;
  }
  .wc-product-col:last-child {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .wc-product-col:last-child {
    padding-left: 60px;
  }
}
.woocommerce #reviews #comments {
  margin-top: 4rem;
}
.woocommerce #reviews .woocommerce-Reviews-title {
  font-size: 2.2rem;
  margin: 0 0 3rem;
}
.woocommerce #reviews h2 small {
  float: right;
  color: var(--color-text);
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: var(--color-text);
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce #reviews #comment {
  height: 120px;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce #reviews #comments ol.commentlist .comment_container {
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0 0 4.5rem;
  position: relative;
  background: 0;
}
.woocommerce #reviews #comments ol.commentlist li:first-child {
  border-top: 0;
  padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: var(--color-text);
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li .meta strong {
  color: var(--color-text-dark);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 60px;
  height: auto;
  margin: 0;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 80px;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.875em;
  margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid var(--color-border);
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce #reviews .comment-form-author label,
.woocommerce #reviews .comment-form-email label,
.woocommerce #reviews .comment-form-comment label {
  display: none;
}
.woocommerce #reviews .comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  margin-bottom: 10px;
}
.woocommerce #reviews .comment-form-rating label,
.woocommerce #reviews .comment-form-rating p {
  margin-bottom: 0;
}
.woocommerce #reviews .comment-form-rating .stars {
  font-size: 18px;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  width: auto;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  width: 100%;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.woocommerce p.comment-form-cookies-consent {
  margin-top: 18px;
}
.woocommerce p.stars > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce p.stars a {
  position: relative;
  width: 1.2em;
  height: 1em;
  padding: 0 0.1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a:before {
  color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "lifeshine";
  content: "\e93f";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  color: rgba(0, 0, 0, 0.2);
}
.woocommerce p.stars:hover a::before {
  color: var(--color-accent);
}
.woocommerce p.stars.selected a.active:before {
  color: var(--color-accent);
}
.woocommerce p.stars.selected a.active ~ a::before {
  color: rgba(0, 0, 0, 0.2);
}
.woocommerce p.stars.selected a:not(.active)::before {
  color: var(--color-accent);
}
#review_form_wrapper {
  margin-top: 1em;
}
.woocommerce-noreviews {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: none;
    position: relative;
    margin-bottom: 1em;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: none;
    margin-bottom: 1em;
    width: 100%;
  }
}
.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 10px;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  display: block;
  line-height: 2;
}
.woocommerce form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: var(--headings-font-weight);
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--color-error);
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--color-error);
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #449d48;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 48%;
  width: calc(50% - 10px);
  overflow: visible;
}
.woocommerce form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input {
  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;
  position: relative;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.woocommerce form .show-password-input::after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after {
  color: #818181;
}
.woocommerce table.shop_table {
  border: 0 none;
  margin: 0 -1px 0 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce table.shop_table th {
  color: var(--color-text-dark);
  font-weight: var(--headings-font-weight);
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 0 none;
  font-size: 1.6rem;
  padding: 12px 3px;
}
.woocommerce table.shop_table .cart_item td {
  padding: 9px 3px;
}
.woocommerce table.shop_table .woocommerce-cart-form__cart-item td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 3px;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: var(--headings-font-weight);
}
.woocommerce table.shop_table .product-remove {
  width: 45px;
}
.woocommerce table.shop_table .product-remove a {
  color: var(--color-text-dark);
}
.woocommerce table.shop_table .product-name a:hover {
  text-decoration: underline;
}
.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .cart-discount td,
.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .woocommerce-shipping-totals td,
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-total {
  text-align: right;
}
.woocommerce table.shop_table .woocommerce-shipping-totals td,
.woocommerce table.shop_table .woocommerce-shipping-totals th,
.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .cart-subtotal th {
  border-bottom: 1px solid var(--color-border);
}
.woocommerce table.shop_table .order-total {
  font-size: 108%;
}
.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-total th {
  border: 0 none;
  color: var(--color-text-dark);
}
.woocommerce table.shop_attributes {
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: var(--headings-font-weight);
  padding: 10px 16px;
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  margin: 0;
  padding: 0 16px;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 10px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
@media screen and (min-width: 768px) {
  .woocommerce table.shop_table th.product-quantity,
  .woocommerce table.shop_table td.product-quantity {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: var(--headings-font-weight);
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce table.cart img,
.woocommerce .entry-content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page .entry-content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce .entry-content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page .entry-content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce .entry-content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page .entry-content table.cart td.actions .input-text {
  max-width: 150px;
  width: 100%;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce .entry-content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page .entry-content table.cart td.actions .coupon {
  background: #fff;
  padding: 10px 10px 0 10px;
  float: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce .entry-content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page .entry-content table.cart td.actions .coupon label {
  display: none;
}
@media (max-width: 767.98px) {
  .woocommerce table.cart td.actions .coupon,
  .woocommerce .entry-content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page .entry-content table.cart td.actions .coupon {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 419.98px) {
  .woocommerce table.cart td.actions .coupon,
  .woocommerce .entry-content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page .entry-content table.cart td.actions .coupon {
    padding: 0;
  }
}
.woocommerce table.cart td.actions .coupon .button,
.woocommerce .entry-content table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page .entry-content table.cart td.actions .coupon .button {
  min-width: 180px;
}
.woocommerce table.cart td.actions > .button,
.woocommerce .entry-content table.cart td.actions > .button,
.woocommerce-page table.cart td.actions > .button,
.woocommerce-page .entry-content table.cart td.actions > .button {
  margin-top: 10px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 33.3333%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions,
.woocommerce-checkout table.cart td.actions,
#add_payment_method table.cart td.actions {
  padding-top: 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 10px 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .cart-collaterals,
#add_payment_method .cart-collaterals {
  border: 1px solid var(--color-border);
  background-color: var(--color-background-2);
  border-radius: 2px;
  padding: 25px 30px 20px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2,
#add_payment_method .cart-collaterals .cart_totals h2 {
  font-size: 3rem;
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals h2:first-child,
.woocommerce-checkout .cart-collaterals .cart_totals h2:first-child,
#add_payment_method .cart-collaterals .cart_totals h2:first-child {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: var(--color-text);
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
  font-size: 1.8rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: var(--color-text);
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: var(--color-accent);
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: var(--color-text);
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart-form__contents {
  color: var(--color-text-dark);
}
.woocommerce-cart-form__contents a {
  color: var(--color-text-dark);
}
.wc-cart-form {
  display: grid;
  grid-row-gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .wc-cart-form {
    grid-template-columns: 1fr 360px;
    grid-column-gap: 60px;
  }
  .wc-cart-form .cart-collaterals {
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: calc(50px + var(--admin-bar, 0));
  }
}
form.woocommerce-form-coupon ~ form.checkout {
  margin-top: 30px;
}
form.woocommerce-checkout {
  display: grid;
  grid-row-gap: 40px;
}
form.woocommerce-checkout h3 {
  font-size: 2.4rem;
  margin: 0 0 1.5rem;
}
.woocommerce-NoticeGroup-checkout {
  grid-column: 1/-1;
}
.woocommerce-NoticeGroup-checkout > ul {
  margin: 0;
}
.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}
.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  padding: 1.618em;
  margin-bottom: 1.618em;
}
.checkbox .woocommerce-terms-and-conditions-checkbox-text:after {
  background-color: #fff;
}
#customer_details .col-2 {
  margin-top: 24px;
}
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 1025px) {
  form.woocommerce-checkout {
    grid-template-columns: 1fr 360px;
    grid-column-gap: 60px;
  }
  .wc-order-review {
    position: sticky;
    top: calc(50px + var(--admin-bar, 0));
  }
}
.wc-order-review {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: var(--color-background-2);
  border: 1px solid var(--color-border);
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.65;
  padding: 30px 30px 35px;
}
.wc-order-review .woocommerce-info {
  font-size: inherit;
  line-height: inherit !important;
}
#order_review_heading {
  margin: 0 0 15px !important;
}
h3#ship-to-different-address {
  margin-top: 15px;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .woocommerce-billing-fields .form-row > label,
.woocommerce .woocommerce-shipping-fields .form-row > label {
  display: none;
}
.woocommerce .woocommerce-order {
  display: grid;
  grid-gap: 30px;
}
.woocommerce ul.order_details {
  border: 1px solid var(--color-border);
  border-radius: 2px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce ul.order_details li {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1;
  margin: 0;
  padding: 20px;
  list-style-type: none;
}
@media (max-width: 575.98px) {
  .woocommerce ul.order_details li {
    width: 100%;
  }
  .woocommerce ul.order_details li:not(:last-of-type) {
    padding-bottom: 0;
  }
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.2em;
  text-transform: none;
  line-height: 1.5;
  margin-top: 15px;
}
.wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce-order-details > h2,
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-background-1);
}
.woocommerce-order-details {
  border: 1px solid var(--color-border);
  border-radius: 2px;
}
.woocommerce-order-details table.shop_table {
  margin: 20px;
  width: calc(100% - 40px);
}
.woocommerce-order-details .order_details tfoot td {
  text-align: right;
}
.woocommerce-customer-details {
  border: 1px solid var(--color-border);
  border-radius: 2px;
}
.woocommerce-customer-details .woocommerce-column {
  border-radius: 2px;
}
.woocommerce-customer-details .woocommerce-column--2 > h2 {
  border-top: 1px solid var(--color-border);
}
.woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  padding: 20px;
}
.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce-thankyou-order-received {
  background: var(--color-background-1);
  font-size: 1em;
  margin: 0;
  padding: 20px;
  text-align: center;
  grid-column: 1/-1;
}
#payment ul.payment_methods {
  text-align: left;
  padding: 1em 0;
  margin: 0;
  list-style: none outside;
}
#payment ul.payment_methods::before, #payment ul.payment_methods::after {
  display: block;
  clear: both;
  content: "";
}
#payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
#payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#payment ul.payment_methods li img + img {
  margin-left: 2px;
}
#payment ul.payment_methods li label {
  display: inline;
}
#payment ul.payment_methods li:not(.woocommerce-notice)::before, #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  display: block;
  clear: both;
  content: "";
}
#payment div.form-row {
  padding: 1em 0;
}
#payment .form-row.place-order {
  padding-bottom: 0;
  margin-bottom: 0;
}
#payment .form-row select {
  width: auto;
}
#payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  line-height: 1.5;
  background-color: var(--color-background-1);
  color: var(--color-text-dark);
}
#payment div.payment_box input.input-text,
#payment div.payment_box textarea {
  border-color: var(--color-border);
}
#payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
#payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
#payment div.payment_box .wc-credit-card-form-card-number,
#payment div.payment_box .wc-credit-card-form-card-expiry,
#payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
#payment div.payment_box .wc-credit-card-form-card-number.visa,
#payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
#payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
#payment div.payment_box .wc-credit-card-form-card-number.laser,
#payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
#payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
#payment div.payment_box .wc-credit-card-form-card-number.maestro,
#payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
#payment div.payment_box .wc-credit-card-form-card-number.jcb,
#payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
#payment div.payment_box .wc-credit-card-form-card-number.amex,
#payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
#payment div.payment_box .wc-credit-card-form-card-number.discover,
#payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
#payment div.payment_box span.help {
  font-size: 0.857em;
  color: var(--color-text);
  font-weight: normal;
}
#payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid var(--color-background-1); /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
#payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
#payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
#payment .wc-terms-and-conditions,
#payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
#payment #place_order {
  width: 100%;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: var(--headings-font-weight);
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  font-size: 1em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: var(--color-text-dark);
  display: block;
  font-weight: var(--font-weight-bolder);
  line-height: 1;
  padding: 15px 0;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--color-accent);
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:after {
  content: "";
  background-color: transparent;
  display: block;
  height: 30px;
  width: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active:after {
  background-color: var(--color-accent);
}
.woocommerce-account .woocommerce-MyAccount-navigation li > a {
  padding-left: 20px;
}
.woocommerce-account .woocommerce-Address {
  padding: 1.2em 1.5em 1.5em;
  border-radius: 2px;
  border: 1px solid var(--color-border);
}
.woocommerce-account .woocommerce-Address address {
  margin: 0;
}
.woocommerce-account .woocommerce-Address-title::before, .woocommerce-account .woocommerce-Address-title::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-account .woocommerce-Address-title h3 {
  font-size: 2.1rem;
  line-height: inherit;
  float: left;
  margin: 0 0 2rem;
}
.woocommerce-account .woocommerce-Address-title .edit {
  float: right;
}
.woocommerce-EditAccountForm fieldset {
  border: none;
  margin: 30px 0 5px;
  padding: 0;
}
.woocommerce-EditAccountForm fieldset legend {
  color: #222;
  font-weight: var(--headings-font-weight);
  margin-bottom: 15px;
}
.wc-myaccount {
  display: grid;
  grid-row-gap: 40px;
  font-size: 20px;
}
.woocommerce-MyAccount-navigation {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: inset 4px 0 0 0 var(--color-border-light);
          box-shadow: inset 4px 0 0 0 var(--color-border-light);
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .woocommerce-MyAccount-navigation {
    -webkit-box-shadow: inset -4px 0 0 0 var(--color-border-light);
            box-shadow: inset -4px 0 0 0 var(--color-border-light);
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    position: relative;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li:after {
    right: 0;
    left: auto;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active:after {
    background-color: var(--color-accent);
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li > a {
    padding-left: 0;
  }
  .wc-myaccount {
    grid-template-columns: 270px 1fr;
    grid-column-gap: 45px;
  }
  .wc-myaccount .woocommerce-MyAccount-navigation {
    position: sticky;
    top: calc(50px + var(--admin-bar, 0));
  }
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid var(--color-border);
  border-radius: 2px;
  font-size: 1.5rem;
  padding: 30px;
  margin: 1em 0;
  text-align: left;
}
.woocommerce .woocommerce-form-login__rememberme {
  display: block;
}
#customer_login {
  margin: 0 auto;
  max-width: 810px;
}
#customer_login .woocommerce-form .button[type=submit] {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.woocommerce {
  /**
  * Cart sidebar
  */
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 12px 0 20px;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  color: var(--color-text-dark);
  min-width: 40px;
  display: inline-block;
  margin-right: 5px;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-right: 2em;
  padding-left: 65px;
  position: relative;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 6px;
  right: 0;
  background: #fff;
}
.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item,
.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item {
  min-height: 50px;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  margin: 0;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce.widget_shopping_cart .buttons .button,
.woocommerce .widget_shopping_cart .buttons .button {
  min-width: auto;
  width: 48%;
}
.woocommerce.widget_shopping_cart .buttons .button:first-child,
.woocommerce .widget_shopping_cart .buttons .button:first-child {
  float: left;
}
.woocommerce.widget_shopping_cart .buttons .button + .button,
.woocommerce .widget_shopping_cart .buttons .button + .button {
  float: right;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 90px;
  position: relative;
  min-height: 110px;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  color: var(--color-text-dark);
  display: block;
  font-weight: var(--headings-font-weight);
  margin-bottom: 5px;
  white-space: normal;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
  color: var(--color-link);
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  margin-right: 20px;
  max-width: 70px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 10px 0;
  padding-left: 1em;
  border-left: 2px solid var(--color-border);
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: var(--headings-font-weight);
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
  margin: 5px 0;
}
.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer {
  font-size: 12px;
}
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del {
  opacity: 0.6;
}
.woocommerce ul.cart_list li .product-title,
.woocommerce ul.product_list_widget li .product-title {
  display: block;
  font-size: 1.5rem;
  font-weight: var(--font-weight-bolder);
  line-height: 1.32;
}
.widget_product_categories ul.children,
.wc-block-product-categories-list ul {
  margin-left: 2rem;
}
.woocommerce-cart-form__cart-item td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce-mini-cart-item {
  font-size: 1.3rem;
}
.woocommerce-mini-cart-item img {
  width: 50px !important;
}
.woocommerce-mini-cart-item .product-title {
  font-size: 1.4rem;
}
.woocommerce-mini-cart-item span.quantity {
  display: block;
  margin-top: 10px;
}
.woocommerce-mini-cart__total {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-mini-cart__total .amount {
  color: var(--color-text-dark);
  font-weight: var(--headings-font-weight);
}
.widget_shopping_cart_content {
  overflow-y: auto;
}
.nav-dropdown.widget_shopping_cart .cart_list {
  max-height: 774px;
  overflow: hidden;
}
.nav-dropdown.widget_shopping_cart {
  width: 330px;
}
.nav-dropdown.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
  text-align: center;
}
.nav-btn .item-count {
  background-color: var(--color-accent);
  border-radius: 9px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  z-index: 1;
}
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  background-color: var(--color-accent);
  border-radius: 15px;
  cursor: ew-resize;
  outline: none;
  top: -6px;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: var(--color-accent);
  cursor: pointer;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: var(--color-border);
  border: 0;
}
.widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.widget_rating_filter ul li::before, .widget_rating_filter ul li::after {
  display: block;
  clear: both;
  content: "";
}
.widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #FF0F00;
}
/**
* Layered nav widget
*/
.woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #FF0F00;
}
.woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.widget_layered_nav_filters ul li a:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #4CAF50;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce div.quantity {
  color: #000;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.woocommerce div.quantity .qty {
  font-size: 18px;
}
.woocommerce div.quantity.hidden {
  display: none !important;
}
.woocommerce .quantity .qty-box {
  border: 1px solid var(--color-border);
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.woocommerce .quantity .qty {
  border-radius: 0;
  border: none;
  color: var(--color-text-dark);
  margin: 0;
  padding: 0;
  line-height: 48px;
  height: 48px;
  width: 45px;
  text-align: center;
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: 0;
  line-height: 1;
  height: 48px;
  width: 45px;
}
.woocommerce .quantity i {
  font-size: 20px;
}
.woocommerce .quantity .plus {
  padding: 0 5px 0 0;
}
.woocommerce .quantity .minus {
  padding: 0 0 0 5px;
}
.woocommerce .product-quantity .quantity .qty {
  font-size: 1.6rem;
  width: 42px;
  height: 40px;
}
.woocommerce .product-quantity .quantity .plus,
.woocommerce .product-quantity .quantity .minus {
  width: 38px;
  height: 40px;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce-password-strength {
  text-align: center;
  font-weight: var(--headings-font-weight);
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1.2em 1.5em 1.2em 3.2em;
  margin: 0 0 1em;
  position: relative;
  background-color: var(--color-background-1);
  color: var(--color-text-dark);
  font-size: 1.8rem;
  line-height: 1.5;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce-message li:first-child,
.woocommerce-error li:first-child,
.woocommerce-info li:first-child {
  margin-top: 0;
}
.woocommerce-message:before {
  content: "\e015";
  color: #8fae1b;
}
.woocommerce-info:before {
  color: var(--color-accent);
}
.woocommerce-error:before {
  content: "\e016";
  color: #b81c23;
}
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: var(--admin-bar, 0);
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: var(--color-accent);
  color: white;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .woocommerce,
  .woocommerce-page {
    /**
    * Product Details
    */
    /**
    * Cart
    */
    /**
    * Checkout
    */
    /**
    * Account
    */
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive tr td.product-quantity {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: var(--font-weight-bolder);
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive td,
  .woocommerce table.shop_table_responsive th,
  .woocommerce-page table.shop_table_responsive td,
  .woocommerce-page table.shop_table_responsive th {
    padding: 15px 3px !important;
  }
  .woocommerce table.shop_table_responsive .product-remove,
  .woocommerce-page table.shop_table_responsive .product-remove {
    width: 100%;
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .products .product-info .product-buttons,
  .woocommerce-page .products .product-info .product-buttons {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .woocommerce .products .product-info .product-buttons .add_to_cart_button,
  .woocommerce .products .product-info .product-buttons a.added_to_cart,
  .woocommerce-page .products .product-info .product-buttons .add_to_cart_button,
  .woocommerce-page .products .product-info .product-buttons a.added_to_cart {
    width: 100%;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce div.product .product_title,
  .woocommerce-page div.product .product_title {
    font-size: 2.7rem !important;
  }
  .woocommerce div.product p.price,
  .woocommerce-page div.product p.price {
    font-size: 2rem !important;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    margin: 0 -10px;
    padding: 10px !important;
  }
  .woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::before,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::before,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::before,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    display: block;
    clear: both;
    content: "";
  }
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce .view-mode-switcher,
  .woocommerce-page .view-mode-switcher {
    display: none;
  }
}
.select2-container,
.select2-selection,
.select2-selection__rendered {
  -webkit-text-emphasis: left;
          text-emphasis: left;
}
.select2-container:focus,
.select2-selection:focus,
.select2-selection__rendered:focus {
  outline: 0;
}
.select2-container .select2-selection--single {
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding: 12px 40px 12px 20px;
  text-align: left;
}
.select2-container--default .select2-selection--single {
  border: 1px solid var(--color-border);
  border-radius: 2px;
  font-size: 1.6rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 50%;
  margin-left: -4px;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  color: var(--color-text-dark);
  background: var(--color-background);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 6px;
}
.select2-results {
  font-size: 14px;
}
.select2-results span:focus,
.select2-results ul:focus,
.select2-results li:focus {
  outline: 0;
}
.select2-results__options::-webkit-scrollbar {
  width: 3px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #888;
}
.select2-results__options::-webkit-scrollbar-track {
  background: #eee;
}
.select2-dropdown {
  border: 1px solid var(--color-border-dark);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}