@charset "UTF-8";
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* GENERAL MIXIN */
/* ----------------------------------------------------------------------- */
.text-nowrap {
  white-space: nowrap !important;
}

@media (min-width: 376px) {
  .text-xs-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
}
.min-height-100vh {
  min-height: 100vh !important; /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100) !important;
}

@media (min-width: 376px) {
  .min-height-xs-100vh {
    min-height: 100vh !important; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }
}
@media (min-width: 576px) {
  .min-height-sm-100vh {
    min-height: 100vh !important; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }
}
@media (min-width: 768px) {
  .min-height-md-100vh {
    min-height: 100vh !important; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }
}
@media (min-width: 992px) {
  .min-height-lg-100vh {
    min-height: 100vh !important; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }
}
@media (min-width: 1200px) {
  .min-height-xl-100vh {
    min-height: 100vh !important; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }
}
@media (min-width: 1600px) {
  .min-height-xxl-100vh {
    min-height: 100vh !important; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }
}
.btn-inline-block {
  display: inline-block;
  width: auto;
}

@media (min-width: 376px) {
  .btn-xs-inline-block {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 576px) {
  .btn-sm-inline-block {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) {
  .btn-md-inline-block {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  .btn-lg-inline-block {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .btn-xl-inline-block {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .btn-xxl-inline-block {
    display: inline-block;
    width: auto;
  }
}
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../eot/star-2.eot");
  src: url("../eot/stard41d-2.eot?#iefix") format("embedded-opentype"), url("../woff/star-2.woff") format("woff"), url("../ttf/star-2.ttf") format("truetype"), url("../svg/star-2.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../eot/woocommerce-2.eot");
  src: url("../eot/woocommerced41d-2.eot?#iefix") format("embedded-opentype"), url("../woff/woocommerce-2.woff") format("woff"), url("../ttf/woocommerce-2.ttf") format("truetype"), url("../svg/woocommerce-2.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* WOOCOMMERCE STYLE */
/* ----------------------------------------------------------------------- */
/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #282828;
  color: #a8a8a8;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: #a8a8a8;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.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: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../svg/loader-2.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: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../svg/loader-2.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #282828;
  font-size: 1.25em;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.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: #282828;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  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 {
  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: 0px 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%;
  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;
  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;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 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.summary {
  margin-bottom: 2em;
}
.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 ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid dimgray;
  background-color: #828282;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: black;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 1px solid dimgray;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #828282;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #828282;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid dimgray;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 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: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
}
.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 td.label {
  padding-right: 1em;
}
.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;
}
.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: top;
  padding-bottom: 0.5em;
  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;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #282828;
  color: #a8a8a8;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul::before, .woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 0px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #282828;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(40, 40, 40, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid dimgray;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid dimgray;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #828282;
  color: #1c1c1c;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: black;
  background-color: #828282;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #757575;
  text-decoration: none;
  background-image: none;
  color: black;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: #282828;
  color: #a8a8a8;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background-color: #1b1b1b;
  color: #a8a8a8;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #282828;
  color: #a8a8a8;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button: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],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #828282;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #828282;
  border: 1px solid #7a7a7a;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #7a7a7a;
  border-radius: 4px;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.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.83em;
}
.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 #7a7a7a;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: dimgray;
  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: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 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);
}
@media (max-width: 767.98px) {
  .woocommerce table.cart_total_table {
    font-size: 85%;
  }
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  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 tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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;
}
.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 {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.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 {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.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 {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.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: 700;
  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;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double #828282;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.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;
  border-radius: 3px;
  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;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  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 select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  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 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #dc3545;
}
.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: #dc3545;
}
.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: #23923d;
}
.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.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid dimgray;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.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 li:last-child {
  margin-bottom: 0px;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 400;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed dimgray;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .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 .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 .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .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: #dc3545;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .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: #dc3545;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #282828;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .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: #282828;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: black;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .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: #dc3545;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #8f8f8f;
  color: black;
  border-top: 3px solid #282828;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  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;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  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;
}

/**
 * Cart/checkout page
 */
.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;
  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 .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid dimgray;
  padding: 6px 6px 5px;
  margin: 0 4px 0 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 {
  *zoom: 1;
  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 {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.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 {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
.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;
}
.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: #767676;
  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%;
}
.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: #767676;
}
.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: #282828;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #828282;
}
.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 .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 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: #767676;
  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 #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #828282;
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid dimgray;
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
  margin-right: 0px;
  margin-left: 0px;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #757575;
  color: black;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #5c5c5c;
  border-top-color: #4f4f4f;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #4f4f4f;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #4f4f4f;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #4f4f4f;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #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;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../visa.html");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../mastercard.html");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../laser.html");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../diners.html");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../maestro.html");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../jcb.html");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../amex.html");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../discover.html");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #757575; /* 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;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  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;
}

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

/* THEME MTM STYLE */
/* ----------------------------------------------------------------------- */
.theme-mtm {
  /**
   * Forms
   */
  /*
  .wc_ppec_medium_payment_buttons {
  	display: block;
  	width: auto;
  	.paypal-buttons {
  		display: block !important;
  		.paypal-button.paypal-button-shape-rect {
  			border-radius: 0rem;
  		}
  	}
  }
  .paypal-button.paypal-button-shape-rect {
  	border-radius: 0rem !important;
  }
  */
}
.theme-mtm.woocommerce ul.products li.product a {
  flex-grow: 1;
}
.theme-mtm.woocommerce ul.products li.product a img {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce ul.products li.product h3,
.theme-mtm.woocommerce ul.products li.product .woocommerce-loop-product__title,
.theme-mtm.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-weight: 400;
  padding: 0rem;
  margin-bottom: 0.333rem;
  min-height: 3rem;
}
.theme-mtm.woocommerce ul.products li.product .price {
  font-size: inherit;
  color: #828282;
  margin-bottom: 0.333rem;
}
.theme-mtm.woocommerce-page h2.product_title {
  margin-bottom: 0.667rem;
}
.theme-mtm .woocommerce form.checkout_coupon {
  margin: 0rem;
  border-radius: 0rem;
  margin-bottom: 2rem;
  padding: 0rem;
  border: 0px solid #282828;
}
.theme-mtm .woocommerce form.checkout_coupon .btn[name=apply_coupon] {
  padding: 0rem 2rem;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce form.checkout_coupon {
    max-width: 340px;
  }
}
.theme-mtm .woocommerce form.register,
.theme-mtm .woocommerce form.login {
  padding: 0rem;
  border: 0px solid transparent;
  margin: 0rem;
  border-radius: 0rem;
}
.theme-mtm .woocommerce form.register .wc-social-login p,
.theme-mtm .woocommerce form.login .wc-social-login p {
  margin-bottom: 0rem;
}
.theme-mtm .woocommerce form .form-row label {
  line-height: inherit;
}
.theme-mtm .woocommerce form .button-social-login {
  margin: 0rem;
}
.theme-mtm .woocommerce form .button-social-login.button-social-login-facebook {
  background-color: transparent;
  border: 0px solid #282828;
  box-shadow: none;
  color: #282828;
  font-weight: 400;
}
.theme-mtm .woocommerce form .button-social-login.button-social-login-facebook .si-facebook {
  background-image: url("../svg/icon-facebook.svg");
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce form.edit-account input,
  .theme-mtm .woocommerce form.edit-account select,
  .theme-mtm .woocommerce form.edit-account .password-input,
  .theme-mtm .woocommerce form.register input,
  .theme-mtm .woocommerce form.register select,
  .theme-mtm .woocommerce form.register .password-input,
  .theme-mtm .woocommerce form.login input,
  .theme-mtm .woocommerce form.login select,
  .theme-mtm .woocommerce form.login .password-input,
  .theme-mtm .woocommerce form.lost_reset_password input,
  .theme-mtm .woocommerce form.lost_reset_password select,
  .theme-mtm .woocommerce form.lost_reset_password .password-input {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce form.edit-account .mobile-fields-row,
  .theme-mtm .woocommerce form.edit-account .birthday-fields-row,
  .theme-mtm .woocommerce form.register .mobile-fields-row,
  .theme-mtm .woocommerce form.register .birthday-fields-row,
  .theme-mtm .woocommerce form.login .mobile-fields-row,
  .theme-mtm .woocommerce form.login .birthday-fields-row,
  .theme-mtm .woocommerce form.lost_reset_password .mobile-fields-row,
  .theme-mtm .woocommerce form.lost_reset_password .birthday-fields-row {
    max-width: 350px;
  }
}
.theme-mtm .woocommerce form.edit-account select,
.theme-mtm .woocommerce form.register select,
.theme-mtm .woocommerce form.login select,
.theme-mtm .woocommerce form.lost_reset_password select {
  display: block;
}
.theme-mtm .woocommerce form.register .form-row:before, .theme-mtm .woocommerce form.register .form-row:after {
  content: none;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce form.edit-account .form-row {
    max-width: 350px;
  }
  .theme-mtm .woocommerce form.edit-account .form-row label {
    white-space: nowrap;
  }
}
.theme-mtm .woocommerce form.checkout #customer_details {
  margin-bottom: 3.333rem;
}
.theme-mtm .woocommerce form.checkout #customer_details #account_password_field {
  display: block;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper,
  .theme-mtm .woocommerce form.checkout #customer_details .woocommerce-shipping-fields__field-wrapper {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce form.checkout #customer_details textarea,
  .theme-mtm .woocommerce form.checkout #customer_details select,
  .theme-mtm .woocommerce form.checkout #customer_details input,
  .theme-mtm .woocommerce form.checkout #customer_details .password-input {
    max-width: 340px;
  }
}
.theme-mtm .woocommerce form.checkout #bonus_credits_row {
  margin-bottom: 3.333rem;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce form.checkout #bonus_credits_row .bonus-credit-input-row {
    max-width: 340px;
  }
}
.theme-mtm .woocommerce-notices-container {
  position: relative;
  z-index: -1;
}
.theme-mtm .woocommerce-notices-wrapper .woocommerce-message,
.theme-mtm .woocommerce-notices-wrapper .woocommerce-error,
.theme-mtm .woocommerce-notices-wrapper .woocommerce-info {
  margin-bottom: 0.5rem;
}
.theme-mtm .woocommerce-message,
.theme-mtm .woocommerce-error,
.theme-mtm .woocommerce-info {
  padding: 0.667rem 1rem;
  margin: 0rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #282828;
  color: #FFFFFF;
  border: 0px solid #282828;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.theme-mtm .woocommerce-message .button,
.theme-mtm .woocommerce-error .button,
.theme-mtm .woocommerce-info .button {
  font-size: inherit;
  padding: 0rem;
  line-height: inherit;
  color: #FFFFFF;
  background-color: inherit;
  font-weight: 400;
  text-decoration: underline;
}
.theme-mtm .woocommerce-message .button:hover,
.theme-mtm .woocommerce-error .button:hover,
.theme-mtm .woocommerce-info .button:hover {
  background-color: inherit;
  color: inherit;
}
.theme-mtm .woocommerce-message a,
.theme-mtm .woocommerce-error a,
.theme-mtm .woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}
.theme-mtm .woocommerce-message {
  border: 0px solid #282828;
  background-color: #282828;
  color: #FFFFFF;
}
.theme-mtm .woocommerce-message:before {
  content: "";
  color: #FFFFFF;
}
.theme-mtm .woocommerce-info:before {
  content: "";
  color: #FFFFFF;
}
.theme-mtm .woocommerce-info.cart-empty {
  padding: 0rem;
  background-color: transparent;
  color: #282828;
}
.theme-mtm .woocommerce-error:before {
  content: "";
  color: #FFFFFF;
}
.theme-mtm .woocommerce-message[role=alert] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 60px;
  z-index: 10;
  margin: 0rem;
  max-width: calc(100% - 55px);
  color: #FFFFFF;
  width: 100%;
  position: static;
  margin: 0rem auto;
  margin-bottom: 0.5rem;
  position: relative;
  left: 0px;
  z-index: 0;
  top: 0px;
  max-width: none;
}
@media (min-width: 576px) {
  .theme-mtm .woocommerce-message[role=alert] {
    max-width: calc(540px - 30px);
  }
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce-message[role=alert] {
    max-width: calc(720px - 30px);
  }
}
@media (min-width: 992px) {
  .theme-mtm .woocommerce-message[role=alert] {
    max-width: calc(960px - 30px);
  }
}
@media (min-width: 1200px) {
  .theme-mtm .woocommerce-message[role=alert] {
    max-width: calc(1130px - 30px);
  }
}
@media (min-width: 1600px) {
  .theme-mtm .woocommerce-message[role=alert] {
    max-width: calc(1200px - 30px);
  }
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce-message[role=alert] {
    top: 110px;
    top: 0px;
  }
}
.theme-mtm .woocommerce-message[role=alert]:before, .theme-mtm .woocommerce-message[role=alert]:after {
  content: none;
}
.theme-mtm .woocommerce-message[role=alert] .button {
  float: none;
  white-space: nowrap;
  margin-left: 10px;
}
.theme-mtm .woocommerce-message[role=alert] a {
  color: inherit;
}
.theme-mtm .woocommerce-message[role=alert] .restore-item {
  margin-right: 10px;
  white-space: nowrap;
}
.theme-mtm .woocommerce-form-login-toggle .woocommerce-info {
  background-color: transparent;
  padding: 0rem;
  color: #282828;
}
.theme-mtm .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
  padding: 0rem;
  color: #282828;
}
.theme-mtm div.product form.cart div.quantity {
  float: none;
  float: left;
}
@media (min-width: 768px) {
  .theme-mtm div.product form.cart div.quantity {
    float: left;
  }
}
.theme-mtm div.product .product-summary-container table.variations {
  border: 0px solid transparent;
  display: none;
}
.theme-mtm form .form-row {
  padding: 0px;
  margin: 0px;
  margin-right: -5px;
  margin-left: -5px;
}
.theme-mtm table.my_account_orders {
  font-size: inherit;
}
.theme-mtm table.shop_table {
  border: 0px solid transparent;
  border-radius: 0rem;
  margin-bottom: 2rem;
  color: #282828;
  border-collapse: collapse;
}
.theme-mtm table.shop_table thead th {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.055em;
}
.theme-mtm table.shop_table th,
.theme-mtm table.shop_table td:not([colspan]) {
  padding: 0.333rem 0rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table th,
  .theme-mtm table.shop_table td:not([colspan]) {
    padding: 0.5rem;
  }
}
.theme-mtm table.shop_table th:first-child,
.theme-mtm table.shop_table td:not([colspan]):first-child {
  padding-left: 0rem;
}
.theme-mtm table.shop_table th:last-child,
.theme-mtm table.shop_table td:not([colspan]):last-child {
  padding: 0.667rem 0rem;
  padding-top: 1.333rem;
  padding-right: 0rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table th:last-child,
  .theme-mtm table.shop_table td:not([colspan]):last-child {
    padding: 0.5rem;
  }
}
.theme-mtm table.shop_table td {
  border-top: 0px solid #707070;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table td {
    border-top: 1px solid #707070;
  }
}
.theme-mtm table.shop_table tfoot th,
.theme-mtm table.shop_table tfoot td {
  font-weight: 400;
}
.theme-mtm table.shop_table.woocommerce-table--order-details tbody th,
.theme-mtm table.shop_table.woocommerce-table--order-details tbody td {
  font-weight: 400;
}
.theme-mtm table.shop_table_responsive tbody tr:first-child td:first-child,
.theme-mtm table.shop_table_responsive tbody tr td:first-child {
  border-top: 1px solid #707070;
}
.theme-mtm table.shop_table_responsive tbody tr td:last-child {
  border-bottom: 1px solid #707070;
  text-align: right;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive tbody tr td:last-child {
    border-bottom: 0px solid #707070;
  }
}
.theme-mtm table.shop_table_responsive tr {
  margin-bottom: 0.667rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive tr {
    margin-bottom: 0rem;
  }
}
.theme-mtm table.shop_table_responsive tr td {
  text-align: left;
}
.theme-mtm table.shop_table_responsive tr td:before {
  font-weight: 400;
  margin-right: 0.667rem;
}
.theme-mtm table.shop_table_responsive tr td[data-title=""]:before,
.theme-mtm table.shop_table_responsive tr td[data-title=" "]:before,
.theme-mtm table.shop_table_responsive tr td[data-title="&nbsp;"]:before {
  content: "";
}
.theme-mtm table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}
.theme-mtm table.shop_table_responsive tr.cart-discount td {
  overflow: hidden;
}
.theme-mtm table.shop_table_responsive tr.cart-discount td:before {
  white-space: pre;
  display: inline-block;
  text-align: left;
}
.theme-mtm table.shop_table_responsive.my_account_orders tr td {
  text-align: left;
  vertical-align: top;
}
@media (min-width: 992px) {
  .theme-mtm table.shop_table_responsive.my_account_orders td.fit,
  .theme-mtm table.shop_table_responsive.my_account_orders th.fit {
    white-space: nowrap;
    width: 1%;
  }
}
.theme-mtm table.shop_table_responsive.my_account_orders .woocommerce-orders-table__cell-order-actions:before {
  content: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .theme-mtm table.shop_table_responsive.my_account_orders .woocommerce-orders-table__cell-order-actions a.btn {
    width: 100%;
  }
  .theme-mtm table.shop_table_responsive.my_account_orders .woocommerce-orders-table__cell-order-actions a + a {
    margin-top: 0.333rem;
  }
}
.theme-mtm table.shop_table_responsive.my_account_orders .woocommerce-orders-table__cell-order-actions a {
  transition: all 0.3s linear 0s;
}
.theme-mtm table.shop_table_responsive.my_account_orders .woocommerce-orders-table__cell-order-actions a[aria-expanded=true] {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .theme-mtm table.shop_table_responsive.my_account_orders .woocommerce-orders-table__cell-order-actions {
    white-space: nowrap;
  }
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view {
  border: 0px solid red;
  color: #282828;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view tbody tr td {
  border: 0px solid #707070;
  text-align: left;
  display: table-cell;
  padding: 0.333rem 0rem;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view tbody tr td:before {
  content: none;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view tr:first-child td {
  padding-top: 0rem;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .item-thumbnail {
  width: 120px;
  margin-right: 0.667rem;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .name-quantity-wrapper strong {
  font-weight: inherit;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta {
  padding-left: 0em;
  list-style-type: none;
  margin-bottom: 0rem;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta li:before {
  display: inline-block;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta .wc-item-meta-label {
  font-weight: inherit;
  display: inline-block;
  margin-bottom: 0rem;
  vertical-align: top;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta p {
  font-weight: inherit;
  margin-bottom: 0rem;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta .mtm2020_net_purchase_wdr_free_product,
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta .wdr_free_product {
  padding-top: 10px;
  margin-bottom: 10px;
}
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta .mtm2020_net_purchase_wdr_free_product .wc-item-meta-label,
.theme-mtm table.shop_table_responsive.my_account_orders table.order_details_quick_view .name-quantity-variation-total-wrapper .variation-wrapper .wc-item-meta .wdr_free_product .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
}
.theme-mtm table.shop_table_responsive.my_account_orders .order_details_quick_view_total_amount {
  margin-bottom: 1.333rem;
}
.theme-mtm table.shop_table_responsive.my_account_orders .order-details-brief:after {
  content: "";
  clear: both;
  display: block;
}
.theme-mtm table.shop_table_responsive.my_account_orders .order-details-quick-view {
  width: 100%;
}
.theme-mtm table.shop_table_responsive.my_account_orders .collapse:not(.show) {
  height: 0px;
  display: block;
  overflow: hidden;
}
.theme-mtm table.shop_table_responsive.cart {
  margin-bottom: 3.333rem;
}
.theme-mtm table.shop_table_responsive.cart thead th {
  font-weight: 400;
  font-size: inherit;
  letter-spacing: inherit;
  text-align: center;
  border: 1px solid #707070;
}
.theme-mtm table.shop_table_responsive.cart th:first-child,
.theme-mtm table.shop_table_responsive.cart td:first-child {
  padding-left: 0.5rem;
}
.theme-mtm table.shop_table_responsive.cart tr td {
  text-align: center;
  border: 0px solid #707070;
}
.theme-mtm table.shop_table_responsive.cart tr td:last-child {
  text-align: center;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td {
    border: 1px solid #707070;
  }
  .theme-mtm table.shop_table_responsive.cart tr td:last-child {
    border-bottom: 1px solid #707070;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td[colspan] {
  border: 0px solid #707070;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-remove {
  text-align: left;
  padding-left: 0rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.product-remove {
    text-align: center;
    padding-left: 0.5rem;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.product-remove a {
  margin: 0px auto;
  color: #282828 !important;
  width: auto;
  height: auto;
  display: inline-block;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-remove a i {
  display: inline-block;
  border-radius: 50%;
  transition: color 0.3s linear 0s, background 0.3s linear 0s;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-remove a i:before {
  margin: 0.2em;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-remove a:hover {
  background-color: transparent;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-remove a:hover i {
  background-color: #282828;
  color: #FFFFFF;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-thumbnail {
  display: block;
  float: left;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.product-thumbnail {
    display: table-cell;
    float: none;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.product-thumbnail:before {
  content: none;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-thumbnail .product-thumbnail-holder,
.theme-mtm table.shop_table_responsive.cart tr td.product-thumbnail img.woocommerce-placeholder,
.theme-mtm table.shop_table_responsive.cart tr td.product-thumbnail a {
  display: block;
  width: 8rem;
  margin: 0px auto;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-thumbnail img {
  width: auto;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name {
  text-align: left;
  margin-left: 9rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.product-name {
    text-align: left;
    margin-left: 0rem;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name:before {
  content: none;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .product-set-header {
  border-bottom: 1px dotted #ddd;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .product-set-header + .variation {
  margin-left: 10px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .product-set-header + .variation dt.variation-Discount {
  margin-left: -10px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .product-set-header + .variation dd.variation-Discount {
  margin-left: -10px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper {
  overflow: hidden;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper .productName,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper .variation-SubProductName {
  font-weight: bold;
  margin-bottom: 10px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-CustomBlendExtractFunction1,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-CustomBlendExtractFunction2,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-CustomBlendExtractFunction1,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-CustomBlendExtractFunction2 {
  color: #828282;
  margin-bottom: 10px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-CustomBlendExtractFunction1,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-CustomBlendExtractFunction2 {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_CB_Function_1,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_CB_Function_2,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_CB_Function_1,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_CB_Function_2 {
  color: #828282;
  margin-bottom: 10px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_CB_Function_1 p,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_CB_Function_2 p,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_CB_Function_1 p,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_CB_Function_2 p {
  margin-bottom: 0px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_CB_Function_1,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_CB_Function_2 {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_Essence_1 p,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dt.variation-sub_product_Essence_2 p,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_Essence_1 p,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_Essence_2 p {
  margin-bottom: 0px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_Essence_2 + .variation-SubProductName,
.theme-mtm table.shop_table_responsive.cart tr td.product-name .name-variation-wrapper dd.variation-sub_product_Essence_2 + .variation-SubProductName + .variation-SubProductName {
  margin-top: 10px;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-name dl.variation dt {
  float: left;
  font-weight: inherit;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-price {
  margin-left: 9rem;
  text-align: left;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.product-price {
    margin-left: 0rem;
    text-align: center;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.product-quantity {
  text-align: left;
  margin-left: 9rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.product-quantity {
    text-align: center;
    margin-left: 0rem;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.product-quantity:before {
  margin-bottom: 0.333rem;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-subtotal {
  text-align: left;
  padding-left: 9rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.333rem;
}
.theme-mtm table.shop_table_responsive.cart tr td.product-subtotal:before {
  float: none;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.product-subtotal {
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-bottom: 1px solid #707070;
    padding-bottom: 0.5rem;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.actions {
  border: 0px solid #f0f0f0;
  padding: 0rem;
  padding-top: 1.333rem;
  padding-bottom: 1.333rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.actions {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.actions .coupon label {
  display: block;
}
.theme-mtm table.shop_table_responsive.cart tr td.actions .btn-continue-shopping {
  width: 100%;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.actions .btn-continue-shopping {
    width: 20rem;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.coupon-row, .theme-mtm table.shop_table_responsive.cart tr td.bonus-credit-row {
  border: 0px solid #f0f0f0;
  text-align: left;
  padding: 0rem;
}
.theme-mtm table.shop_table_responsive.cart tr td.coupon-row:before, .theme-mtm table.shop_table_responsive.cart tr td.bonus-credit-row:before {
  content: none;
}
.theme-mtm table.shop_table_responsive.cart tr td.coupon-row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.theme-mtm table.shop_table_responsive.cart tr td.coupon-row .coupon-row-input-row {
  width: 100%;
  margin-bottom: 0.667rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.coupon-row .coupon-row-input-row {
    width: 20rem;
    margin-bottom: 0.667rem;
  }
}
.theme-mtm table.shop_table_responsive.cart tr td.bonus-credit-row .bonus-credit-input-row {
  width: 100%;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table_responsive.cart tr td.bonus-credit-row .bonus-credit-input-row {
    width: 20rem;
  }
}
.theme-mtm table.shop_table_responsive.cart .quantity {
  display: inline-block;
  width: 10rem;
}
.theme-mtm table.shop_table_responsive.cart .quantity .qty {
  width: auto;
}
.theme-mtm table.shop_table.order_details td {
  vertical-align: top;
}
.theme-mtm table.shop_table.order_details td.product-total {
  padding: 0.333rem;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table.order_details td.product-total {
    padding: 0.5rem;
  }
}
.theme-mtm table.shop_table.order_details tr:not(:first-child) th,
.theme-mtm table.shop_table.order_details tr:not(:first-child) td {
  border-top: 1px solid #707070;
}
.theme-mtm table.shop_table.order_details tr th:last-child,
.theme-mtm table.shop_table.order_details tr td:last-child {
  width: 1px;
}
.theme-mtm table.shop_table.order_details tr td .woocommerce-Price-amount {
  white-space: nowrap;
}
.theme-mtm table.shop_table.order_details .name-quantity-variation-wrapper {
  width: 100%;
}
.theme-mtm table.shop_table.order_details .name-quantity-variation-wrapper .product-quantity {
  font-weight: inherit;
}
.theme-mtm table.shop_table.order_details .variation-wrapper .wc-item-meta {
  padding-left: 0em;
  list-style-type: none;
  margin-bottom: 0rem;
}
.theme-mtm table.shop_table.order_details .variation-wrapper .wc-item-meta li:before {
  display: inline-block;
}
.theme-mtm table.shop_table.order_details .variation-wrapper .wc-item-meta .wc-item-meta-label,
.theme-mtm table.shop_table.order_details .variation-wrapper .wc-item-meta p {
  font-weight: inherit;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table {
  margin: 0rem;
  margin-bottom: 3.333rem;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table th {
  font-weight: 400;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table tr {
  margin-bottom: 0rem;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table tr th,
.theme-mtm .cart-collaterals .cart_totals table.shop_table tr td {
  border-top: 1px solid #707070;
  border-bottom: 0px solid #707070;
  padding: 0.667rem 0rem;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table tr:last-child td {
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .theme-mtm .cart-collaterals .cart_totals table.shop_table tr:last-child td {
    border-bottom: 0px solid #707070;
  }
}
@media (min-width: 768px) {
  .theme-mtm .cart-collaterals .cart_totals table.shop_table tr th {
    width: auto;
  }
}
@media (min-width: 768px) {
  .theme-mtm .cart-collaterals .cart_totals table.shop_table tr td {
    width: 1px;
  }
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table tr td .woocommerce-Price-amount {
  white-space: nowrap;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
  white-space: nowrap;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table tr.cart-discount td:before {
  white-space: pre-wrap;
  width: 75%;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table .order-total th,
.theme-mtm .cart-collaterals .cart_totals table.shop_table .order-total td {
  padding-top: 1.333rem;
}
.theme-mtm .cart-collaterals .cart_totals table.shop_table .order-total .amount {
  font-size: 0.933rem;
}
@media (min-width: 768px) {
  .theme-mtm .cart-collaterals .cart_totals table.shop_table .order-total .amount {
    font-size: 1.333rem;
  }
}
.theme-mtm .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0rem;
  width: 100%;
}
@media (min-width: 768px) {
  .theme-mtm .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    width: 20rem;
  }
}
.theme-mtm .cart-collaterals .cart_totals .wc_ppec_medium_payment_buttons {
  width: 100%;
}
@media (min-width: 768px) {
  .theme-mtm .cart-collaterals .cart_totals .wc_ppec_medium_payment_buttons {
    width: 20rem;
  }
}
.theme-mtm #add_payment_method #payment {
  background-color: transparent;
  border-radius: 0rem;
}
.theme-mtm #add_payment_method #payment div.payment_box {
  background-color: transparent;
  margin-bottom: 1.333rem;
  border: 1px solid #707070;
}
.theme-mtm #add_payment_method #payment div.payment_box:before {
  content: "";
  border-style: solid;
  border: 1em solid #707070;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.theme-mtm #add_payment_method #payment div.payment_box:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1em;
  border-color: transparent transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  top: -20px;
  left: 105px;
  top: -0.673em;
  left: 0;
  margin: -1em 0 0 2em;
}
.theme-mtm #add_payment_method #payment ul.payment_methods {
  padding: 0rem;
  margin-bottom: 1.333rem;
}
.theme-mtm #add_payment_method #payment #place_order {
  float: none;
}
.theme-mtm.woocommerce-checkout #payment ul.payment_methods li {
  font-weight: inherit;
}
.theme-mtm.woocommerce-checkout #payment ul.payment_methods li label {
  width: 80%;
}
.theme-mtm.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe_alipay img {
  max-width: 100px;
}
.theme-mtm.woocommerce-checkout #payment div.payment_box {
  background-color: #282828;
  color: #FFFFFF;
}
.theme-mtm.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #282828;
}
.theme-mtm.woocommerce-checkout #payment div.payment_box a {
  color: inherit;
  text-decoration: underline;
}
.theme-mtm.woocommerce-checkout .woocommerce-info .button-social-login {
  margin: 0rem;
}
.theme-mtm.woocommerce-checkout .woocommerce-info .button-social-login.button-social-login-facebook {
  background-color: transparent;
  border: 0px solid #282828;
  box-shadow: none;
  color: #FFFFFF;
  font-weight: 400;
}
.theme-mtm.woocommerce-checkout .woocommerce-info .button-social-login.button-social-login-facebook .si-facebook {
  background-image: url(../svg/icon-facebook-inverted.svg);
  background-color: transparent;
}
.theme-mtm.woocommerce-checkout .woocommerce-error[data-custom-notice="1"],
.theme-mtm.woocommerce-checkout .woocommerce-message[data-custom-notice="1"],
.theme-mtm.woocommerce-checkout .woocommerce-info[data-custom-notice="1"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-mtm.woocommerce-checkout .woocommerce ul.order_details {
  padding-left: 0rem;
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce-checkout .woocommerce ul.order_details li {
  float: none;
  margin: 0rem;
  margin-bottom: 0.667rem;
  font-size: inherit;
  border: 0px dashed #282828;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-checkout .woocommerce ul.order_details li {
    display: block;
    margin: 0rem;
    margin-bottom: 0.667rem;
  }
}
.theme-mtm.woocommerce-checkout .woocommerce ul.order_details li strong {
  font-size: inherit;
  color: #282828;
  font-weight: 400;
}
.theme-mtm.woocommerce-checkout form.login {
  margin-bottom: 2rem;
}
.theme-mtm table.order_details thead th.product-total {
  padding: 0.333rem 0rem;
}
@media (min-width: 768px) {
  .theme-mtm table.order_details thead th.product-total {
    padding: 0.5rem 0rem;
  }
}
.theme-mtm table.order_details td.product-name_total {
  padding: 0.333rem 0rem;
}
@media (min-width: 768px) {
  .theme-mtm table.order_details td.product-name_total {
    padding: 0.5rem 0rem;
  }
}
.theme-mtm table.order_details td.product-name_total .name-quantity-wrapper .product-quantity {
  font-weight: inherit;
}
.theme-mtm table.order_details tfoot th,
.theme-mtm table.order_details tfoot td {
  border-top: 1px solid #707070;
}
.theme-mtm table.order_details tfoot td,
.theme-mtm table.order_details tfoot td:last-child {
  padding: 0.333rem 0rem;
}
@media (min-width: 768px) {
  .theme-mtm table.order_details tfoot td,
  .theme-mtm table.order_details tfoot td:last-child {
    padding: 0.5rem 0rem;
  }
}
.theme-mtm .woocommerce-customer-details address {
  border-radius: 0rem;
  padding: 1rem;
  border: 1px solid #828282;
}
.theme-mtm .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
.theme-mtm .woocommerce-order-details {
  margin-bottom: 3.333rem;
}
.theme-mtm .woocommerce-order-details .item-thumbnail {
  width: 70px;
  margin-right: 0.667rem;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce-order-details .item-thumbnail {
    width: 90px;
    width: 80px;
  }
}
.theme-mtm .woocommerce-order-details a .item-thumbnail {
  width: 60px;
  margin-right: 0.667rem;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce-order-details a .item-thumbnail {
    width: 80px;
  }
}
.woocommerce .awdr_free_product_text {
  display: inline-block;
  padding: 0px 10px;
  background-color: #282828;
  color: #fff;
  border-radius: 0px;
}

.theme-mtm {
  /* CART PAGE */
  /* ORDER RECEIVED */
  /* THANK YOU PAGE */
  /* ORDERS QUICK PAGE */
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dt[class=variation-Discount],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd[class=variation-Discount],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dt[class=variation-],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd[class=variation-] {
  margin-top: 2px;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dt[class=variation-Discount],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd[class=variation-Discount] {
  padding-top: 10px;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dt[class^=variation-IsProductSet],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd[class^=variation-IsProductSet] {
  margin-top: 0px;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dt[class^=variation-sub_product_id],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd[class^=variation-sub_product_id],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dt[class^=variation-SubProductName],
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd[class^=variation-SubProductName] {
  padding-top: 10px;
  border-top: 1px dotted #ddd;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-CustomBlendExtract1,
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-CustomBlendExtract2,
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-CustomBlendExtractFunction1,
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-CustomBlendExtractFunction2 {
  padding-left: 10px;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dt.variation-SubProductName {
  margin-right: 0px;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-IsProductSet + .variation-SubProductName,
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-IsProductSet + .variation-SubProductName + .variation-SubProductName {
  border-top: 0px dotted #ddd;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-sub_product_CB_Function_1,
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd.variation-sub_product_CB_Function_2 {
  padding-left: 10px;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation:before {
  content: "";
  display: table;
  clear: both;
}
.theme-mtm .woocommerce-cart-form td.product-name dl.variation dd:after {
  content: "";
  display: table;
  clear: both;
}
.theme-mtm .woocommerce-cart-form td.product-price del {
  display: block;
}
.theme-mtm .woocommerce-checkout-review-order-table .name-quantity-wrapper {
  font-weight: bold;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table .product-set-header {
  border-bottom: 1px dotted #ddd;
}
.theme-mtm .woocommerce-checkout-review-order-table .product-set-header + .variation-wrapper .variation {
  margin-left: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table .product-set-header + .variation-wrapper .variation dt.variation-Discount {
  margin-left: -10px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table .product-set-header + .variation-wrapper .variation dd.variation-Discount {
  margin-left: -10px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-CustomBlendExtract1,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-CustomBlendExtract2 {
  padding-left: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-CustomBlendExtractFunction1,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-CustomBlendExtractFunction2,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-CustomBlendExtractFunction1,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-CustomBlendExtractFunction2 {
  color: #828282;
  margin-bottom: 10px;
  padding-left: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-CustomBlendExtractFunction1,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-CustomBlendExtractFunction2 {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0px;
  padding-left: 0px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt[class=variation-Discount],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd[class=variation-Discount],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt[class=variation-],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd[class=variation-] {
  margin-top: 2px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt[class=variation-Discount],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd[class=variation-Discount] {
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt[class^=variation-IsProductSet],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd[class^=variation-IsProductSet] {
  margin-top: 0px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt[class^=variation-sub_product_id],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd[class^=variation-sub_product_id],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt[class^=variation-SubProductName],
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd[class^=variation-SubProductName] {
  padding-top: 10px;
  border-top: 1px dotted #ddd;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-IsProductSet + .variation-SubProductName,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-IsProductSet + .variation-SubProductName + .variation-SubProductName {
  border-top: 0px dotted #ddd;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation .variation-SubProductName {
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 0px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_CB_Function_1,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_CB_Function_2,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_CB_Function_1,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_CB_Function_2 {
  color: #828282;
  margin-bottom: 10px;
  padding-left: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_CB_Function_1 p,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_CB_Function_2 p,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_CB_Function_1 p,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_CB_Function_2 p {
  margin-bottom: 0px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_CB_Function_1,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_CB_Function_2 {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0px;
  padding-left: 0px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_Essence_1 p,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-sub_product_Essence_2 p,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_Essence_1 p,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_Essence_2 p {
  margin-bottom: 0px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_Essence_2 + .variation-SubProductName,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-sub_product_Essence_2 + .variation-SubProductName + .variation-SubProductName {
  margin-top: 10px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-IsProductSet + .variation-sub_product_id,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-IsProductSet + .variation-sub_product_id,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-IsProductSet + .variation-sub_product_id + .variation-sub_product_id,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-IsProductSet + .variation-sub_product_id + .variation-sub_product_id,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-IsProductSet + .variation-SubProductName,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-IsProductSet + .variation-SubProductName,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dt.variation-IsProductSet + .variation-SubProductName + .variation-SubProductName,
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd.variation-IsProductSet + .variation-SubProductName + .variation-SubProductName {
  margin-top: 0px;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation:before {
  content: "";
  display: table;
  clear: both;
}
.theme-mtm .woocommerce-checkout-review-order-table dl.variation dd:after {
  content: "";
  display: table;
  clear: both;
}
.theme-mtm .woocommerce-table--order-details .name-quantity-wrapper {
  font-weight: bold;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-table--order-details .product-set-header {
  border-bottom: 1px dotted #ddd;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta {
  margin-left: 10px;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_id] {
  padding-top: 10px;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_CB_Extract_id] p {
  padding-left: 10px;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_CB_Function] {
  color: #828282;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_CB_Function] .wc-item-meta-label {
  opacity: 0;
  visibility: hidden;
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_CB_Function] p {
  padding-left: 10px;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_Essence_2_ID] + li[class^=sub_product_id],
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_Essence_2_ID] + li[class^=sub_product_id] {
  margin-top: 10px;
}
.theme-mtm .woocommerce-table--order-details .product-set-header + .variation-wrapper .wc-item-meta li.wdr_free_product {
  margin-left: -10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.sub_product_id,
.theme-mtm .woocommerce-table--order-details .wc-item-meta li[class^=sub_product_id] {
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  font-weight: bold;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.sub_product_id:first-child,
.theme-mtm .woocommerce-table--order-details .wc-item-meta li[class^=sub_product_id]:first-child {
  border-top: 0px dotted #ddd;
}
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Extract_1 p,
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Extract_2 p {
  padding-left: 10px;
}
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Function_1,
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Function_2 {
  color: #828282;
  margin-bottom: 10px;
}
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Function_1 .wc-item-meta-label,
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Function_2 .wc-item-meta-label {
  opacity: 0;
  visibility: hidden;
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
}
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Function_1 p,
.theme-mtm .woocommerce-table--order-details .wc-item-meta li.CB_Function_2 p {
  padding-left: 10px;
}
.theme-mtm .order_details_quick_view .name-quantity-variation-total-wrapper {
  margin-bottom: 10px;
}
.theme-mtm .order_details_quick_view .name-quantity-wrapper {
  font-weight: bold;
  margin-bottom: 10px;
}
.theme-mtm .order_details_quick_view .product-set-header {
  border-bottom: 1px dotted #ddd;
}
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Extract_1 .wc-item-meta-label,
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Extract_2 .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
}
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Extract_1 p,
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Extract_2 p {
  padding-left: 10px;
  display: block;
  width: 100%;
}
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Function_1,
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Function_2 {
  color: #828282;
  margin-bottom: 10px;
}
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Function_1 .wc-item-meta-label,
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Function_2 .wc-item-meta-label {
  opacity: 0;
  visibility: hidden;
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
}
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Function_1 p,
.theme-mtm .order_details_quick_view .wc-item-meta li.CB_Function_2 p {
  padding-left: 10px;
  display: block;
  width: 100%;
}
.theme-mtm .order_details_quick_view .wc-item-meta li[class^=Essence] .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
}
.theme-mtm .order_details_quick_view .wc-item-meta li[class^=Essence] p {
  padding-left: 10px;
  display: block;
  width: 100%;
}
.theme-mtm .order_details_quick_view .wc-item-meta li[class^=Essence]:last-child {
  margin-bottom: 10px;
}
.theme-mtm .order_details_quick_view .wc-item-meta li.sub_product_id,
.theme-mtm .order_details_quick_view .wc-item-meta li[class^=sub_product_id] {
  padding-top: 10px;
}
.theme-mtm .order_details_quick_view .wc-item-meta li[class^=sub_product_id]:first-child {
  margin-top: 0px;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta {
  margin-left: 10px;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li p {
  padding-left: 10px;
  display: block;
  width: 100%;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_id] {
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dotted #ddd;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_id]:first-child {
  border-top: 0px dotted #ddd;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_id] .wc-item-meta-label {
  margin-right: 0em;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_id] p {
  padding-left: 0px;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_attribute] {
  margin-bottom: 10px;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_Essence]:last-child {
  margin-bottom: 10px;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_Essence] + li[class^=sub_product_id] {
  margin-top: 10px;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_CB_Function] {
  color: #828282;
  margin-bottom: 10px;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li[class^=sub_product_CB_Function] .wc-item-meta-label {
  opacity: 0;
  visibility: hidden;
}
.theme-mtm .order_details_quick_view .product-set-header + .variation-wrapper .wc-item-meta li.wdr_free_product {
  margin-left: -10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

/* CHECKOUT REVIEW PAGE */
.woocommerce-gift-fields__field-wrapper {
  max-width: 340px;
}

.custom-label-title {
  margin-bottom: 1.333em;
}

.custom-label-section {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .custom-label-section .label-image-container {
    display: inline;
  }
}
.custom-label-section .label-image-container .label-image {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .custom-label-section .label-image-container .label-image {
    width: 48%;
  }
}
.custom-label-section .woocommerce-gift-fields__field-wrapper {
  margin: 5px;
  margin-top: 20px;
  display: none;
}
.custom-label-section .woocommerce-gift-fields__field-wrapper #gift_first_name .remain,
.custom-label-section .woocommerce-gift-fields__field-wrapper #gift_last_name .remain {
  font-size: 11px;
}

.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .location_type,
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .lv1_area,
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .lv2_area,
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .chosen_select.location {
  width: 100% !important;
  overflow: hidden !important;
}
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .location_type option,
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .lv1_area option,
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .lv2_area option,
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .chosen_select.location option {
  overflow: hidden !important;
}
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table .sf_selection_holder {
  overflow: hidden;
  display: block;
}
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table th:nth-child(2),
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table td:nth-child(2) {
  width: 50%;
}
@media (min-width: 768px) {
  .theme-mtm table.shop_table.woocommerce-checkout-review-order-table th:nth-child(2),
  .theme-mtm table.shop_table.woocommerce-checkout-review-order-table td:nth-child(2) {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .theme-mtm table.shop_table.woocommerce-checkout-review-order-table th:nth-child(2),
  .theme-mtm table.shop_table.woocommerce-checkout-review-order-table td:nth-child(2) {
    width: 50%;
  }
}
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table th:last-child,
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table td:last-child {
  width: 1px;
}
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table td .woocommerce-Price-amount {
  white-space: nowrap;
}
.theme-mtm table.shop_table.woocommerce-checkout-review-order-table th.product-total {
  white-space: nowrap;
}

.theme-mtm .woocommerce-shipping-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-mtm .woocommerce-shipping-container table {
  border: 0px solid transparent;
  border-radius: 0rem;
  color: #282828;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
.theme-mtm .woocommerce-shipping-container table th,
.theme-mtm .woocommerce-shipping-container table td {
  padding: 0.5rem;
}
.theme-mtm .woocommerce-shipping-container table th:first-child,
.theme-mtm .woocommerce-shipping-container table td:not([colspan]):first-child {
  padding-left: 0rem;
}
.theme-mtm .woocommerce-shipping-container table th:nth-child(2),
.theme-mtm .woocommerce-shipping-container table td:nth-child(2) {
  width: 50%;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce-shipping-container table th:nth-child(2),
  .theme-mtm .woocommerce-shipping-container table td:nth-child(2) {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .theme-mtm .woocommerce-shipping-container table th:nth-child(2),
  .theme-mtm .woocommerce-shipping-container table td:nth-child(2) {
    width: 50%;
  }
}
.theme-mtm .woocommerce-shipping-container table tfoot th,
.theme-mtm .woocommerce-shipping-container table tfoot td {
  font-weight: 400;
}

/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * Styling begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout styles
   */
  /**
   * Product page
   */
  /**
   * Product loops
   */
  /**
   * Cart page
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * oEmbeds
   */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce-page .col2-set::before,
.woocommerce-page .col2-set::after {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #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 #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
  *zoom: 1;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: " ";
  display: table;
}
.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  *zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.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: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.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: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  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: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  *zoom: 1;
  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 {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.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-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.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,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce-page ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after,
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
  /*rtl:raw:
  float: right;
  */
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input::after,
.woocommerce-page 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,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  *zoom: 1;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

/**
 * Twenty Eleven specific styles
 */
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
/**
 * Twenty Sixteen specific styles
 */
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
 * RTL styles.
 */
.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;
}

/* THEME MTM STYLE */
/* ----------------------------------------------------------------------- */
.theme-mtm.woocommerce #main-wrapper, .theme-mtm.woocommerce-page #main-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce #main-wrapper, .theme-mtm.woocommerce-page #main-wrapper {
    max-width: none;
  }
}
.theme-mtm.woocommerce .subcategory-header, .theme-mtm.woocommerce-page .subcategory-header {
  margin-bottom: 2rem;
}
.theme-mtm.woocommerce .subcategory-products, .theme-mtm.woocommerce-page .subcategory-products {
  border: 0px solid green;
  margin-bottom: 6.333rem;
}
.theme-mtm.woocommerce .subcategory-products:last-child, .theme-mtm.woocommerce .subcategory-products:last-of-type, .theme-mtm.woocommerce-page .subcategory-products:last-child, .theme-mtm.woocommerce-page .subcategory-products:last-of-type {
  border: 0px solid blue;
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce ul.products, .theme-mtm.woocommerce-page ul.products {
  margin-bottom: 0rem;
  display: grid;
  grid-column-gap: 0.4rem;
  grid-row-gap: 4rem;
}
.theme-mtm.woocommerce ul.products:before, .theme-mtm.woocommerce-page ul.products:before {
  content: normal;
}
.theme-mtm.woocommerce ul.products:after, .theme-mtm.woocommerce-page ul.products:after {
  content: normal;
}
.theme-mtm.woocommerce ul.products.columns-5, .theme-mtm.woocommerce-page ul.products.columns-5 {
  grid-template-columns: minmax(auto, 49.06%) minmax(auto, 49.06%);
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce ul.products.columns-5, .theme-mtm.woocommerce-page ul.products.columns-5 {
    grid-template-columns: minmax(auto, 19.583%) minmax(auto, 19.583%) minmax(auto, 19.583%) minmax(auto, 19.583%) minmax(auto, 19.583%);
    grid-template-columns: 19.583% 19.583% 19.583% 19.583% 19.583%;
  }
}
.theme-mtm.woocommerce ul.products.columns-4, .theme-mtm.woocommerce-page ul.products.columns-4 {
  grid-template-columns: minmax(auto, 49.06%) minmax(auto, 49.06%);
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce ul.products.columns-4, .theme-mtm.woocommerce-page ul.products.columns-4 {
    grid-template-columns: 24.5833% 24.5833% 24.5833% 24.5833%;
  }
}
.theme-mtm.woocommerce ul.products.columns-4 li.product,
.theme-mtm.woocommerce ul.products.columns-5 li.product, .theme-mtm.woocommerce-page ul.products.columns-4 li.product,
.theme-mtm.woocommerce-page ul.products.columns-5 li.product {
  width: 100%;
}
.theme-mtm.woocommerce ul.products li.product, .theme-mtm.woocommerce-page ul.products li.product {
  margin: 0 0rem 0rem 0;
  border: 0px solid red;
  display: flex;
  flex-direction: column;
  float: none;
}
.theme-mtm.woocommerce ul.products li.product .added_to_cart.wc-forward, .theme-mtm.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #b4b4b4;
  padding: 0.133rem 2rem;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce ul.products li.product .added_to_cart.wc-forward, .theme-mtm.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
    font-size: 0.933rem;
    font-size: inherit;
    font-weight: inherit;
  }
}
.theme-mtm.woocommerce ul.products li.last, .theme-mtm.woocommerce-page ul.products li.last {
  margin-right: 0px;
}
.theme-mtm.woocommerce .product-set-summary-container,
.theme-mtm.woocommerce .product-summary-container, .theme-mtm.woocommerce-page .product-set-summary-container,
.theme-mtm.woocommerce-page .product-summary-container {
  margin-bottom: 10rem;
}
.theme-mtm.woocommerce .product-set-summary-container .info,
.theme-mtm.woocommerce .product-summary-container .info, .theme-mtm.woocommerce-page .product-set-summary-container .info,
.theme-mtm.woocommerce-page .product-summary-container .info {
  margin-top: 3.333rem;
}
.theme-mtm.woocommerce .product-set-summary-container .info-container,
.theme-mtm.woocommerce .product-summary-container .info-container, .theme-mtm.woocommerce-page .product-set-summary-container .info-container,
.theme-mtm.woocommerce-page .product-summary-container .info-container {
  margin-top: 3.333rem;
}
.theme-mtm.woocommerce .product-container.sub-product-container .info, .theme-mtm.woocommerce-page .product-container.sub-product-container .info {
  margin-top: 0rem;
}
.theme-mtm.woocommerce .product-container.sub-product-container .info-container:not(.extra-info), .theme-mtm.woocommerce-page .product-container.sub-product-container .info-container:not(.extra-info) {
  margin-top: 0rem;
}
.theme-mtm.woocommerce .product-container.sub-product-container .product-info, .theme-mtm.woocommerce-page .product-container.sub-product-container .product-info {
  margin-bottom: 1.667rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .product-container.sub-product-container .product-info, .theme-mtm.woocommerce-page .product-container.sub-product-container .product-info {
    margin-bottom: 3.333rem;
  }
}
.theme-mtm.woocommerce .product-set-summary-container .info-container.extra-info, .theme-mtm.woocommerce-page .product-set-summary-container .info-container.extra-info {
  margin-top: 0px;
}
.theme-mtm.woocommerce .product-set-buttons-container, .theme-mtm.woocommerce-page .product-set-buttons-container {
  margin-bottom: 10rem;
  text-align: center;
}
.theme-mtm.woocommerce .product-info .category-list, .theme-mtm.woocommerce-page .product-info .category-list {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce .product-info .category-list a, .theme-mtm.woocommerce-page .product-info .category-list a {
  color: #828282;
}
.theme-mtm.woocommerce div.product .summary-top, .theme-mtm.woocommerce-page div.product .summary-top {
  border: 1px solid blue;
  margin-bottom: 3.333rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce div.product .summary-top, .theme-mtm.woocommerce-page div.product .summary-top {
    margin-bottom: 3.333rem;
  }
}
.theme-mtm.woocommerce div.product span.price,
.theme-mtm.woocommerce div.product p.price, .theme-mtm.woocommerce-page div.product span.price,
.theme-mtm.woocommerce-page div.product p.price {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce div.product .product-info, .theme-mtm.woocommerce-page div.product .product-info {
  margin-bottom: 3.333rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce div.product .product-info, .theme-mtm.woocommerce-page div.product .product-info {
    margin-bottom: 6.667rem;
  }
}
.theme-mtm.woocommerce div.product .stock, .theme-mtm.woocommerce-page div.product .stock {
  font-size: inherit;
  color: inherit;
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product button[name=coming-soon],
.theme-mtm.woocommerce div.product button[name=out-of-stock], .theme-mtm.woocommerce-page div.product button[name=coming-soon],
.theme-mtm.woocommerce-page div.product button[name=out-of-stock] {
  pointer-events: none;
}
.theme-mtm.woocommerce div.product button[name=out-of-stock] + .tinv-wraper.tinv-wishlist, .theme-mtm.woocommerce-page div.product button[name=out-of-stock] + .tinv-wraper.tinv-wishlist {
  margin-top: 1rem;
}
.theme-mtm.woocommerce div.product form.cart, .theme-mtm.woocommerce-page div.product form.cart {
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce div.product form.cart, .theme-mtm.woocommerce-page div.product form.cart {
    margin-bottom: 0rem;
  }
}
.theme-mtm.woocommerce div.product form.cart .tinv-wraper.tinv-wishlist, .theme-mtm.woocommerce-page div.product form.cart .tinv-wraper.tinv-wishlist {
  margin-top: 1rem;
}
.theme-mtm.woocommerce div.product form.cart .variations label, .theme-mtm.woocommerce-page div.product form.cart .variations label {
  font-weight: inherit;
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product form.cart .variations select, .theme-mtm.woocommerce-page div.product form.cart .variations select {
  margin-right: 0rem;
}
.theme-mtm.woocommerce div.product form.cart .variations th,
.theme-mtm.woocommerce div.product form.cart .variations td, .theme-mtm.woocommerce-page div.product form.cart .variations th,
.theme-mtm.woocommerce-page div.product form.cart .variations td {
  line-height: inherit;
}
.theme-mtm.woocommerce div.product form.cart .single_variation, .theme-mtm.woocommerce-page div.product form.cart .single_variation {
  display: none;
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product form.cart .quantity, .theme-mtm.woocommerce-page div.product form.cart .quantity {
  margin-bottom: 0.667rem;
  margin-right: 0rem;
}
.theme-mtm.woocommerce div.product .woocommerce-product-details__short-description, .theme-mtm.woocommerce-page div.product .woocommerce-product-details__short-description {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product .woocommerce-product-details__short-description p:last-child, .theme-mtm.woocommerce-page div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce div.product .info-container:last-child, .theme-mtm.woocommerce-page div.product .info-container:last-child {
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce div.product .long-description-container, .theme-mtm.woocommerce-page div.product .long-description-container {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce div.product .long-description-container .icon-dynamic:before, .theme-mtm.woocommerce-page div.product .long-description-container .icon-dynamic:before {
  content: "\e804";
  margin: 0px;
}
.theme-mtm.woocommerce div.product .long-description-container .collapsed .icon-dynamic:before, .theme-mtm.woocommerce-page div.product .long-description-container .collapsed .icon-dynamic:before {
  content: "\e80a";
}
.theme-mtm.woocommerce div.product .long-description-container p:last-child, .theme-mtm.woocommerce-page div.product .long-description-container p:last-child {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product .ingredients-container, .theme-mtm.woocommerce-page div.product .ingredients-container {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce div.product .ingredients-container .icon-dynamic:before, .theme-mtm.woocommerce-page div.product .ingredients-container .icon-dynamic:before {
  content: "\e804";
  margin: 0px;
}
.theme-mtm.woocommerce div.product .ingredients-container .collapsed .icon-dynamic:before, .theme-mtm.woocommerce-page div.product .ingredients-container .collapsed .icon-dynamic:before {
  content: "\e80a";
}
.theme-mtm.woocommerce div.product .ingredients-container p:last-child, .theme-mtm.woocommerce-page div.product .ingredients-container p:last-child {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product .ingredients-container ul,
.theme-mtm.woocommerce div.product .ingredients-container .ingredients-detail-listing, .theme-mtm.woocommerce-page div.product .ingredients-container ul,
.theme-mtm.woocommerce-page div.product .ingredients-container .ingredients-detail-listing {
  padding-left: 1em;
  margin-bottom: 0.667rem;
  list-style-type: square;
  list-style-type: disc;
}
.theme-mtm.woocommerce div.product .suitable-for-container, .theme-mtm.woocommerce-page div.product .suitable-for-container {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce div.product .how-to-use-container, .theme-mtm.woocommerce-page div.product .how-to-use-container {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce div.product .sub-products-name-container, .theme-mtm.woocommerce-page div.product .sub-products-name-container {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce div.product .suggested-extracts-container .suggested-item, .theme-mtm.woocommerce-page div.product .suggested-extracts-container .suggested-item {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product .suggested-extracts-container .suggested-item:last-child, .theme-mtm.woocommerce-page div.product .suggested-extracts-container .suggested-item:last-child {
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce div.product .suggested-extracts-container .suggested-item .name, .theme-mtm.woocommerce-page div.product .suggested-extracts-container .suggested-item .name {
  text-transform: capitalize;
}
.theme-mtm.woocommerce div.product div.summary,
.theme-mtm.woocommerce #content div.product div.summary,
.theme-mtm.woocommerce div.product div.summary,
.theme-mtm.woocommerce #content div.product div.summary, .theme-mtm.woocommerce-page div.product div.summary,
.theme-mtm.woocommerce-page #content div.product div.summary,
.theme-mtm.woocommerce-page div.product div.summary,
.theme-mtm.woocommerce-page #content div.product div.summary {
  float: none;
  width: 100%;
  margin: 0rem;
}
.theme-mtm.woocommerce div.product div.images,
.theme-mtm.woocommerce #content div.product div.images, .theme-mtm.woocommerce-page div.product div.images,
.theme-mtm.woocommerce-page #content div.product div.images {
  float: none;
  width: 100%;
}
.theme-mtm.woocommerce div.product div.images.woocommerce-product-gallery,
.theme-mtm.woocommerce #content div.product div.images.woocommerce-product-gallery, .theme-mtm.woocommerce-page div.product div.images.woocommerce-product-gallery,
.theme-mtm.woocommerce-page #content div.product div.images.woocommerce-product-gallery {
  max-width: 800px;
  margin-bottom: 3.333rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  margin-left: calc(var(--vw, 1vw) * -100 / 2 + 50%);
  margin-right: calc(var(--vw, 1vw) * -100 / 2 + 50%);
  width: calc(var(--vw, 1vw) * 100);
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce div.product div.images.woocommerce-product-gallery,
  .theme-mtm.woocommerce #content div.product div.images.woocommerce-product-gallery, .theme-mtm.woocommerce-page div.product div.images.woocommerce-product-gallery,
  .theme-mtm.woocommerce-page #content div.product div.images.woocommerce-product-gallery {
    margin-left: 0rem;
    margin-right: 0rem;
    width: 100%;
    margin-bottom: 0rem;
  }
}
.theme-mtm.woocommerce div.product div.images, .theme-mtm.woocommerce-page div.product div.images {
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce div.product div.images .woocommerce-product-gallery__image, .theme-mtm.woocommerce-page div.product div.images .woocommerce-product-gallery__image {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2), .theme-mtm.woocommerce-page div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: inherit;
  display: block;
}
.theme-mtm.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child, .theme-mtm.woocommerce-page div.product div.images .woocommerce-product-gallery__image:last-child {
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce div.product div.images .woocommerce-product-gallery__image:not(.product-main-image), .theme-mtm.woocommerce-page div.product div.images .woocommerce-product-gallery__image:not(.product-main-image) {
  display: none;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce div.product div.images .woocommerce-product-gallery__image:not(.product-main-image), .theme-mtm.woocommerce-page div.product div.images .woocommerce-product-gallery__image:not(.product-main-image) {
    display: block;
  }
}
.theme-mtm.woocommerce .custom-blend-filter-panel, .theme-mtm.woocommerce-page .custom-blend-filter-panel {
  overflow: hidden;
  background-color: #f7f7f5;
  padding-top: 3.333rem;
  padding-bottom: 3.333rem;
  margin-bottom: 3.333rem;
  /*
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  width: 100vw;

  margin-left: calc( var(--vw, 1vw) * -100 / 2 + 100% / 2 );
  margin-right: calc( var(--vw, 1vw) * -100 / 2 + 100% / 2 );
  width: calc(var(--vw, 1vw) * 100);
  */
  margin-left: calc((100vw - var(--browser-scrollbar-width) - 100%) / 2 * -1);
  margin-right: calc((100vw - var(--browser-scrollbar-width) - 100%) / 2 * -1);
  width: calc(100vw - var(--browser-scrollbar-width));
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .custom-blend-filter-panel, .theme-mtm.woocommerce-page .custom-blend-filter-panel {
    margin-bottom: 10rem;
  }
}
.theme-mtm.woocommerce .custom-blend-filter-panel .btn-cancel-holder, .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-cancel-holder {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
.theme-mtm.woocommerce .custom-blend-filter-panel.active .btn-cancel, .theme-mtm.woocommerce-page .custom-blend-filter-panel.active .btn-cancel {
  display: block;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .btn-cancel, .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-cancel {
  display: none;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .btn-back,
.theme-mtm.woocommerce .custom-blend-filter-panel .btn-next,
.theme-mtm.woocommerce .custom-blend-filter-panel .btn-cancel,
.theme-mtm.woocommerce .custom-blend-filter-panel .btn-redo,
.theme-mtm.woocommerce .custom-blend-filter-panel .btn-confirm, .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-back,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-next,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-cancel,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-redo,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-confirm {
  font-size: 0.933rem;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.42857;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .custom-blend-filter-panel .btn-back,
  .theme-mtm.woocommerce .custom-blend-filter-panel .btn-next,
  .theme-mtm.woocommerce .custom-blend-filter-panel .btn-cancel,
  .theme-mtm.woocommerce .custom-blend-filter-panel .btn-redo,
  .theme-mtm.woocommerce .custom-blend-filter-panel .btn-confirm, .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-back,
  .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-next,
  .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-cancel,
  .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-redo,
  .theme-mtm.woocommerce-page .custom-blend-filter-panel .btn-confirm {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.theme-mtm.woocommerce .custom-blend-filter-panel .form-group-lg, .theme-mtm.woocommerce-page .custom-blend-filter-panel .form-group-lg {
  padding-right: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .custom-blend-filter-panel .form-group-lg, .theme-mtm.woocommerce-page .custom-blend-filter-panel .form-group-lg {
    margin-bottom: 2rem;
  }
}
.theme-mtm.woocommerce .custom-blend-filter-panel .slide h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide h2.header {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .slide.attribute-description-slide h2.header, .theme-mtm.woocommerce .custom-blend-filter-panel .slide.attribute-slide h2.header, .theme-mtm.woocommerce .custom-blend-filter-panel .slide.have-variations h2.header, .theme-mtm.woocommerce .custom-blend-filter-panel .slide.step-skin-condition h2.header, .theme-mtm.woocommerce .custom-blend-filter-panel .slide.step-custom-blended-extract h2.header, .theme-mtm.woocommerce .custom-blend-filter-panel .slide.result-slide h2.header, .theme-mtm.woocommerce .custom-blend-filter-panel .slide.confirmed-msg-slide h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide.attribute-description-slide h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide.attribute-slide h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide.have-variations h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide.step-skin-condition h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide.step-custom-blended-extract h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide.result-slide h2.header, .theme-mtm.woocommerce-page .custom-blend-filter-panel .slide.confirmed-msg-slide h2.header {
  margin-bottom: 4rem;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .desc, .theme-mtm.woocommerce-page .custom-blend-filter-panel .desc {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .step, .theme-mtm.woocommerce-page .custom-blend-filter-panel .step {
  color: #282828;
  font-weight: 400;
  font-size: 2.4rem;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .total-step, .theme-mtm.woocommerce-page .custom-blend-filter-panel .total-step {
  color: #282828;
  font-weight: 400;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-items-holder,
.theme-mtm.woocommerce .custom-blend-filter-panel .skin-condition-filter-items,
.theme-mtm.woocommerce .custom-blend-filter-panel .custom-blended-extract-filter-items, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-items-holder,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .skin-condition-filter-items,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .custom-blended-extract-filter-items {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .custom-blend-filter-panel .filter-items-holder,
  .theme-mtm.woocommerce .custom-blend-filter-panel .skin-condition-filter-items,
  .theme-mtm.woocommerce .custom-blend-filter-panel .custom-blended-extract-filter-items, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-items-holder,
  .theme-mtm.woocommerce-page .custom-blend-filter-panel .skin-condition-filter-items,
  .theme-mtm.woocommerce-page .custom-blend-filter-panel .custom-blended-extract-filter-items {
    margin-bottom: 4.667rem;
  }
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .custom-blend-filter-panel .filter-item, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-control-label, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-control-label {
  color: #282828;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-control-label::before, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-control-label::before {
  top: 0rem;
  left: -1.867rem;
  width: 1.2rem;
  height: 1.2rem;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-control-label::after, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-control-label::after {
  top: 0rem;
  left: -1.867rem;
  width: 1.2rem;
  height: 1.2rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-control-label, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-control-label {
    font-size: 1.067rem;
    letter-spacing: 0.05em;
  }
  .theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-control-label::before, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-control-label::before {
    top: 0.0536rem;
    left: -2.267rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-control-label::after, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-control-label::after {
    top: 0.0536rem;
    left: -2.267rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .essence-filter + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .attribute-filter + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-blended-extract-filter + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .skin-condition-filter + label, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .essence-filter + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .attribute-filter + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-blended-extract-filter + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .skin-condition-filter + label {
  opacity: 0.5;
  transition: opacity 0.3s linear 0s;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .essence-filter:disabled + label, .theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .essence-filter:disabled:checked + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .attribute-filter:disabled + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .attribute-filter:disabled:checked + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-blended-extract-filter:disabled + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-blended-extract-filter:disabled:checked + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .skin-condition-filter:disabled + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .skin-condition-filter:disabled:checked + label, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .essence-filter:disabled + label, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .essence-filter:disabled:checked + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .attribute-filter:disabled + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .attribute-filter:disabled:checked + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-blended-extract-filter:disabled + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-blended-extract-filter:disabled:checked + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .skin-condition-filter:disabled + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .skin-condition-filter:disabled:checked + label {
  opacity: 0.5;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .essence-filter:checked + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .attribute-filter:checked + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .custom-blended-extract-filter:checked + label,
.theme-mtm.woocommerce .custom-blend-filter-panel .filter-item .skin-condition-filter:checked + label, .theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .essence-filter:checked + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .attribute-filter:checked + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .custom-blended-extract-filter:checked + label,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .filter-item .skin-condition-filter:checked + label {
  opacity: 1;
}
.theme-mtm.woocommerce .custom-blend-filter-panel .essence-items .filter-item,
.theme-mtm.woocommerce .custom-blend-filter-panel .attribute-items .filter-item, .theme-mtm.woocommerce-page .custom-blend-filter-panel .essence-items .filter-item,
.theme-mtm.woocommerce-page .custom-blend-filter-panel .attribute-items .filter-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
}
.theme-mtm.woocommerce .custom-blend-filter-panel pre, .theme-mtm.woocommerce-page .custom-blend-filter-panel pre {
  font-size: 8px;
}
.theme-mtm.woocommerce .custom-blended-extract-result-listing, .theme-mtm.woocommerce-page .custom-blended-extract-result-listing {
  margin-bottom: 3.333rem;
  display: grid;
  grid-column-gap: 0.4rem;
  grid-row-gap: 4rem;
  grid-template-columns: minmax(auto, 49.06%) minmax(auto, 49.06%);
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce .custom-blended-extract-result-listing, .theme-mtm.woocommerce-page .custom-blended-extract-result-listing {
    grid-template-columns: 19.583% 19.583% 19.583% 19.583% 19.583%;
  }
}
.theme-mtm.woocommerce .custom-blended-extract-result-listing .custom-blended-extract-result .image-holder, .theme-mtm.woocommerce-page .custom-blended-extract-result-listing .custom-blended-extract-result .image-holder {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce .custom-blended-extract-result-listing .custom-blended-extract-result .name, .theme-mtm.woocommerce-page .custom-blended-extract-result-listing .custom-blended-extract-result .name {
  margin-bottom: 0.667rem;
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 13.333rem;
  }
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  margin-bottom: 6.667rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 6.667rem;
  }
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content h2 {
  margin-bottom: 1.333rem;
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .wc-social-login-profile {
  margin-top: 2rem;
  padding-top: 2rem;
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .wc-social-login .button-social-login {
  margin: 0rem;
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .wc-social-login .button-social-login.button-social-login-facebook {
  background-color: transparent;
  border: 0px solid #282828;
  box-shadow: none;
  color: #282828;
  font-weight: 400;
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .wc-social-login .button-social-login.button-social-login-facebook .si-facebook {
  background-image: url("../svg/icon-facebook.svg");
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-container {
  border: 0px solid red;
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-container + .shop-orders-container {
  border: 0px solid green;
  margin-top: 3.333rem;
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .shop-orders-container table.woocommerce-offline-orders-table td:last-child {
  padding: 0.333rem 0rem;
  text-align: left;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-account .woocommerce-MyAccount-content .shop-orders-container table.woocommerce-offline-orders-table td:last-child {
    padding: 0.5rem;
  }
}
.theme-mtm.woocommerce-account .woocommerce-MyAccount-content .shop-orders-container table.woocommerce-offline-orders-table td:last-child:before {
  float: none;
}
.theme-mtm.woocommerce-account .addresses .woocommerce-Address {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce-account .addresses .woocommerce-Address address {
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-account .addresses .woocommerce-Address .woocommerce-Address-title {
    max-width: 60%;
  }
}
.theme-mtm.woocommerce-account .addresses .title h2 {
  float: left;
}
.theme-mtm.woocommerce-account .shipping_phone,
.theme-mtm.woocommerce-account .billing_phone {
  padding-left: 1.5em;
}
.theme-mtm.woocommerce-account .shipping_phone:before,
.theme-mtm.woocommerce-account .billing_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;
}
.theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  margin-bottom: 3.333rem;
}
@media (min-width: 768px) {
  .theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    max-width: 340px;
  }
}
.theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  margin-left: 0px;
  margin-right: 0px;
}
.theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-group {
  margin-bottom: 2rem;
}
.theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-group#shipping_address_1_field, .theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-group#billing_address_1_field {
  margin-bottom: 0.667rem;
}
.theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row-first,
.theme-mtm .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row-last {
  width: calc(50% - 30px / 2 / 2);
}
.theme-mtm .woocommerce-address-fields .btn[type=submit] {
  min-width: 13.333rem;
}
.theme-mtm .woocommerce-EditAccountForm .btn[type=submit] {
  min-width: 13.333rem;
}
.theme-mtm .woocommerce-account-fields__field-wrapper {
  margin-bottom: 3.333rem;
}
.theme-mtm .woocommerce-account-fields__field-wrapper fieldset legend {
  margin-bottom: 2rem;
}
.theme-mtm .woocommerce-account-fields__field-wrapper fieldset .form-group {
  margin-bottom: 2rem;
}
.theme-mtm .woocommerce-account-fields__field-wrapper fieldset .form-group:last-child {
  margin-bottom: 0rem;
}
.theme-mtm .woocommerce-account-fields__field-wrapper .form-group + fieldset {
  margin-top: 3.333rem;
}
.theme-mtm .woocommerce-account-fields__field-wrapper .form-row::before,
.theme-mtm .woocommerce-account-fields__field-wrapper .form-row::after {
  content: normal;
}
.theme-mtm .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .theme-mtm .cart-collaterals .cart_totals {
    width: 50%;
  }
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-billing-fields h2, .theme-mtm.woocommerce form.checkout .woocommerce-billing-fields h2 {
  margin-bottom: 1.333rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .theme-mtm.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .theme-mtm.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  margin-left: 0px;
  margin-right: 0px;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-group, .theme-mtm.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-group {
  margin-bottom: 2rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
.theme-mtm.woocommerce-page form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last, .theme-mtm.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
.theme-mtm.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: calc(50% - 30px / 2 / 2);
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-shipping-fields h2, .theme-mtm.woocommerce form.checkout .woocommerce-shipping-fields h2 {
  margin-bottom: 1.333rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper, .theme-mtm.woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row, .theme-mtm.woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
  margin-left: 0px;
  margin-right: 0px;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-group, .theme-mtm.woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-group {
  margin-bottom: 2rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-first,
.theme-mtm.woocommerce-page form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-last, .theme-mtm.woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-first,
.theme-mtm.woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-last {
  width: calc(50% - 30px / 2 / 2);
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields h2, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields h2 {
  margin-bottom: 1.333rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account {
  margin-bottom: 3.333rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account {
    max-width: 340px;
  }
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row {
  margin: 0rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row.mobile-fields-row, .theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row.birthday-row, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row.mobile-fields-row, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row.birthday-row {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row.mobile-fields-row, .theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row.birthday-row, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row.mobile-fields-row, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row.birthday-row {
    max-width: 350px;
  }
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-group, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-group {
  margin-bottom: 2rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row-one-third, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row-one-third {
  width: calc((100% - 20px) / 3);
  float: left;
  margin-right: 10px;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row-two-third, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row-two-third {
  width: calc((100% - 20px) / 3 * 2 + 10px);
  float: left;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-account-fields .create-account .form-row-one-third + .form-row-one-third + .form-row-one-third, .theme-mtm.woocommerce form.checkout .woocommerce-account-fields .create-account .form-row-one-third + .form-row-one-third + .form-row-one-third {
  margin-right: 0px;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-additional-fields h2, .theme-mtm.woocommerce form.checkout .woocommerce-additional-fields h2 {
  margin-bottom: 1.333rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper, .theme-mtm.woocommerce form.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  margin-bottom: 3.333rem;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row, .theme-mtm.woocommerce form.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  margin-left: 0px;
  margin-right: 0px;
}
.theme-mtm.woocommerce-page form.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-group, .theme-mtm.woocommerce form.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-group {
  margin-bottom: 2rem;
}
.theme-mtm.woocommerce-page form.checkout h2#order_review_heading, .theme-mtm.woocommerce form.checkout h2#order_review_heading {
  margin-bottom: 1.333rem;
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table thead th, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead th {
  font-size: 0.933rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table thead th, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead th {
    font-size: 1.2rem;
  }
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table tbody td, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody td {
  vertical-align: top;
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name {
  padding-right: 0.333rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name {
    padding-right: 0.5rem;
  }
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .product-thumbnail, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .product-thumbnail {
  width: 5.333rem;
  min-width: 5.333rem;
  margin-right: 0.667rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .product-thumbnail, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .product-thumbnail {
    width: 8rem;
    min-width: 8rem;
  }
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .name-quantity-variation-wrapper, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .name-quantity-variation-wrapper {
  width: 100%;
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .name-quantity-variation-wrapper .product-quantity, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .name-quantity-variation-wrapper .product-quantity {
  font-weight: inherit;
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .variation dt, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-name .variation dt {
  font-weight: inherit;
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-total, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-total {
  padding: 0.333rem 0rem;
  padding-left: 0.333rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-total, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table td.product-total {
    padding: 0.5rem;
    padding-right: 0rem;
  }
}
.theme-mtm.woocommerce-page form.checkout #order_review table.woocommerce-checkout-review-order-table tr.order-total .amount, .theme-mtm.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tr.order-total .amount {
  font-weight: 400;
}
.theme-mtm.woocommerce-page form.checkout #order_review #payment, .theme-mtm.woocommerce form.checkout #order_review #payment {
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 5px;
}
.theme-mtm.woocommerce-page form.checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper, .theme-mtm.woocommerce form.checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
.theme-mtm.woocommerce-page form.checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .form-row, .theme-mtm.woocommerce form.checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.theme-mtm.woocommerce-page form.checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper a, .theme-mtm.woocommerce form.checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper a {
  color: inherit;
  text-decoration: underline;
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name {
  padding-right: 0.333rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name {
    padding-right: 0.5rem;
  }
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .item-thumbnail, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .item-thumbnail {
  width: 5.333rem;
  min-width: 5.333rem;
  margin-right: 0.667rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .item-thumbnail, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .item-thumbnail {
    width: 8rem;
    min-width: 8rem;
  }
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .name-quantity-variation-wrapper, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .name-quantity-variation-wrapper {
  width: 100%;
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .name-quantity-variation-wrapper .product-quantity, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .name-quantity-variation-wrapper .product-quantity {
  font-weight: inherit;
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta {
  padding-left: 0em;
  list-style-type: none;
  margin-bottom: 0rem;
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta li:before, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta li:before {
  display: inline-block;
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta .wc-item-meta-label, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta .wc-item-meta-label {
  font-weight: inherit;
  float: none;
  display: inline-block;
  margin-bottom: 0rem;
  vertical-align: top;
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta p, .theme-mtm.woocommerce form#order_review table.shop_table td.product-name .variation-wrapper .wc-item-meta p {
  font-weight: inherit;
  float: none;
  display: inline-block;
  margin-bottom: 0rem;
  width: calc(100% - 2em);
}
.theme-mtm.woocommerce-page form#order_review table.shop_table td.product-subtotal, .theme-mtm.woocommerce form#order_review table.shop_table td.product-subtotal {
  padding-top: 0.333rem;
}
@media (min-width: 768px) {
  .theme-mtm.woocommerce-page form#order_review table.shop_table td.product-subtotal, .theme-mtm.woocommerce form#order_review table.shop_table td.product-subtotal {
    padding-top: 0.5rem;
  }
}
.theme-mtm.woocommerce-page form#order_review table.shop_table tbody td, .theme-mtm.woocommerce form#order_review table.shop_table tbody td {
  vertical-align: top;
}
.theme-mtm.woocommerce-page form#order_review #payment, .theme-mtm.woocommerce form#order_review #payment {
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 5px;
}
.theme-mtm.woocommerce-page form#order_review #payment .woocommerce-terms-and-conditions-wrapper, .theme-mtm.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
.theme-mtm.woocommerce-page form#order_review #payment .woocommerce-terms-and-conditions-wrapper .form-row, .theme-mtm.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.theme-mtm.woocommerce-page form#order_review #payment .woocommerce-terms-and-conditions-wrapper a, .theme-mtm.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper a {
  color: inherit;
  text-decoration: underline;
}

/**
 * Imports
 */
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wc-block-grid {
  text-align: center;
}

.wc-block-grid__no-products {
  padding: 40px;
  text-align: center;
  width: 100%;
}
.wc-block-grid__no-products .wc-block-grid__no-products-image {
  max-width: 150px;
  margin: 0 auto 1em;
  display: block;
  color: inherit;
}
.wc-block-grid__no-products .wc-block-grid__no-products-title {
  display: block;
  margin: 0;
  font-weight: bold;
}
.wc-block-grid__no-products .wc-block-grid__no-products-description {
  display: block;
  margin: 0.25em 0 1em 0;
}

.wc-block-grid__products {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px 20px;
  background-clip: padding-box;
}

.wc-block-grid__product {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  position: relative;
  text-align: center;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid transparent;
  list-style: none;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
  display: flex;
  flex-direction: column;
}
.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
  flex: 1 0 calc(100%);
  max-width: 100%;
}
.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
  flex: 1 0 calc(50%);
  max-width: 50%;
}
.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: 1 0 calc(33.3333333333%);
  max-width: 33.3333333333%;
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 calc(25%);
  max-width: 25%;
}
.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
  flex: 1 0 calc(20%);
  max-width: 20%;
}
.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
  flex: 1 0 calc(16.6666666667%);
  max-width: 16.6666666667%;
}
.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
  flex: 1 0 calc(14.2857142857%);
  max-width: 14.2857142857%;
}
.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
  flex: 1 0 calc(12.5%);
  max-width: 12.5%;
}
.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
  font-size: 0.8em;
}

@media (max-width: 480px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 10px;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(even) {
    padding-left: 10px;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(even) .wc-block-grid__product-onsale {
    left: 10px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 10px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(even) {
    padding-left: 10px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(even) .wc-block-grid__product-onsale {
    left: 10px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 10px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(even) {
    padding-left: 10px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(even) .wc-block-grid__product-onsale {
    left: 10px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 10px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(even) {
    padding-left: 10px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(even) .wc-block-grid__product-onsale {
    left: 10px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 10px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(even) {
    padding-left: 10px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(even) .wc-block-grid__product-onsale {
    left: 10px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 10px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(even) {
    padding-left: 10px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(even) .wc-block-grid__product-onsale {
    left: 10px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px 0;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 10px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(even) {
    padding-left: 10px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(even) .wc-block-grid__product-onsale {
    left: 10px;
  }
}
/* THEME MTM STYLE */
/* ----------------------------------------------------------------------- */
.theme-mtm .wc-block-grid__product {
  border: 0px solid green;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.wc-block-link-button {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  background: transparent;
  box-shadow: none;
  display: inline;
  text-decoration: underline;
}
.wc-block-link-button:hover, .wc-block-link-button:focus, .wc-block-link-button:active {
  background: transparent;
}

.wc-block-grid__products .wc-block-grid__product-image {
  text-decoration: none;
  display: block;
  position: relative;
}
.wc-block-grid__products .wc-block-grid__product-image a {
  text-decoration: none;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
}
.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
  display: none;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  font-family: inherit;
  line-height: 1.2em;
  font-weight: 700;
  padding: 0;
  color: inherit;
  font-size: inherit;
  display: block;
}

.wc-block-grid__product-price {
  display: block;
}
.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 0.5em;
}

.wc-block-grid__product-add-to-cart {
  word-break: break-word;
  white-space: normal;
}
.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button {
  word-break: break-word;
  white-space: normal;
  margin: 0 auto !important;
  display: inline-flex;
  justify-content: center;
}
.wc-block-grid__product-add-to-cart a.loading,
.wc-block-grid__product-add-to-cart button.loading {
  opacity: 0.25;
}
.wc-block-grid__product-add-to-cart a::after,
.wc-block-grid__product-add-to-cart button::after {
  margin-left: 0.5em;
  display: inline-block;
}
.wc-block-grid__product-add-to-cart a.added::after,
.wc-block-grid__product-add-to-cart button.added::after {
  font-family: WooCommerce; /* stylelint-disable-line */
  content: "\e017";
}
.wc-block-grid__product-add-to-cart a.loading::after,
.wc-block-grid__product-add-to-cart button.loading::after {
  font-family: WooCommerce; /* stylelint-disable-line */
  content: "\e031";
  animation: spin 2s linear infinite;
}

.wc-block-grid__product-rating {
  display: block;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-grid__product-rating .star-rating {
  overflow: hidden;
  position: relative;
  width: 5.3em;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: star;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars::before,
.wc-block-grid__product-rating .star-rating::before {
  content: "SSSSS";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0.5;
  color: #aaa;
  white-space: nowrap;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.wc-block-grid__product-rating .star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before,
.wc-block-grid__product-rating .star-rating span::before {
  content: "SSSSS";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: #000;
  white-space: nowrap;
}

.wc-block-grid__product-onsale {
  font-size: 0.875em;
  padding: 0.25em 0.3125em;
  display: inline-block;
  width: auto;
  border: 1px solid #43454b;
  border-radius: 3px;
  color: #43454b;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 9;
  position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 5px;
}
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale {
  margin: 0 auto 5px;
}

.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
  font-size: 0.88889em;
}
.theme-twentynineteen .wc-block-grid__product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-components-product-sale-badge {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.theme-twentynineteen .wc-block-grid__product-title::before {
  display: none;
}
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-components-product-sale-badge {
  line-height: 1;
}

.theme-twentytwenty .wc-block-grid__product-link {
  color: #000;
}
.theme-twentytwenty .wc-block-grid__product-title,
.theme-twentytwenty .wc-block-components-product-title {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  color: #000;
  font-size: 1.2em;
}
.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
  margin-top: 0;
}
.theme-twentytwenty .wc-block-grid__product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 0.9em;
}
.theme-twentytwenty .wc-block-grid__product-price del,
.theme-twentytwenty .wc-block-components-product-price del {
  opacity: 0.5;
}
.theme-twentytwenty .wc-block-grid__product-price ins,
.theme-twentytwenty .wc-block-components-product-price ins {
  text-decoration: none;
}
.theme-twentytwenty .wc-block-grid__product-rating,
.theme-twentytwenty .star-rating {
  font-size: 0.7em;
}
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars {
  line-height: 1;
}
.theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link,
.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale,
.theme-twentytwenty .wc-block-layout .wc-block-components-product-sale-badge {
  background: #cd2653;
  color: #fff;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
  position: static;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
  position: absolute;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1168px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}

/* THEME MTM STYLE */
/* ----------------------------------------------------------------------- */
.theme-mtm .wp-block-product-new {
  margin-bottom: 3.333rem;
}
.theme-mtm .wc-block-grid__products,
.theme-mtm .products {
  border: 0px solid red;
}
.theme-mtm .wc-block-grid__products.related .header,
.theme-mtm .products.related .header {
  margin-bottom: 2rem;
}
.theme-mtm .wc-block-grid__product-add-to-cart a,
.theme-mtm .wc-block-grid__product-add-to-cart button,
.theme-mtm .add-to-cart-container a,
.theme-mtm .add-to-cart-container button {
  font-size: inherit;
  letter-spacing: 0.03em;
  border-radius: 0rem;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #b4b4b4;
  padding: 0.375rem 0.75rem;
  padding: 0.5rem 2rem;
  padding: 0.133rem 2rem;
}
.theme-mtm .wc-block-grid__product,
.theme-mtm .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
}
.theme-mtm .wc-block-grid__product .wc-block-grid__product-image,
.theme-mtm .product .wc-block-grid__product-image {
  background-color: #fff;
  margin-bottom: 0.667rem;
}
.theme-mtm .wc-block-grid__product .wc-block-grid__product-image img,
.theme-mtm .product .wc-block-grid__product-image img {
  background-color: #f7f7f5;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s ease-in-out 0.2s;
}
.theme-mtm .wc-block-grid__product .wc-block-grid__product-image:hover img,
.theme-mtm .product .wc-block-grid__product-image:hover img {
  opacity: 0.7;
}
.theme-mtm .wc-block-grid__product .wc-block-grid__product-title,
.theme-mtm .product .wc-block-grid__product-title {
  margin-bottom: 0.333rem;
  font-weight: 400;
}
.theme-mtm .wc-block-grid__product .wc-block-grid__product-price,
.theme-mtm .product .wc-block-grid__product-price {
  margin: 0rem;
  margin-bottom: 0.667rem;
}
.theme-mtm .wc-block-grid__product .wc-block-grid__product-add-to-cart,
.theme-mtm .product .wc-block-grid__product-add-to-cart {
  margin: 0rem;
}

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../eot/star-2.eot");
  src: url("../eot/stard41d-2.eot?#iefix") format("embedded-opentype"), url("../woff/star-2.woff") format("woff"), url("../ttf/star-2.ttf") format("truetype"), url("../svg/star-2.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../eot/woocommerce-2.eot");
  src: url("../eot/woocommerced41d-2.eot?#iefix") format("embedded-opentype"), url("../woff/woocommerce-2.woff") format("woff"), url("../ttf/woocommerce-2.ttf") format("truetype"), url("../svg/woocommerce-2.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* WOOCOMMERCE STYLE */
/* ----------------------------------------------------------------------- */
body.woocommerce.tax-product_cat #wrapper-navbar {
  height: 0px;
}
body.woocommerce.tax-product_cat .wrapper {
  padding-top: 0rem;
}
body.woocommerce.tax-product_cat #content {
  margin-top: 0rem;
}
body.woocommerce.tax-product_cat .page-title {
  text-transform: lowercase;
  letter-spacing: 0.055em;
  margin-bottom: 1.333rem;
}
@media (min-width: 768px) {
  body.woocommerce.tax-product_cat .page-title {
    margin-bottom: 5.333rem;
  }
}
body.woocommerce.tax-product_cat .product-category-header {
  margin-bottom: 10rem;
  background-color: #f7f7f5;
}
body.woocommerce.tax-product_cat .product-category-header .woocommerce-products-header {
  padding: 0rem 27.5px;
  margin-bottom: 6.333rem;
}
@media (min-width: 768px) {
  body.woocommerce.tax-product_cat .product-category-header .woocommerce-products-header {
    margin-left: calc(100% - 720px / 2 + 30px / 2);
    padding: 7.333rem 2rem;
    padding-left: 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  body.woocommerce.tax-product_cat .product-category-header .woocommerce-products-header {
    margin-left: calc(100% - 960px / 2 + 30px / 2);
    padding: 7.333rem 7.333rem;
    padding-left: 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  body.woocommerce.tax-product_cat .product-category-header .woocommerce-products-header {
    margin-left: calc(100% - 1130px / 2 + 30px / 2);
    padding: 7.333rem 7.333rem;
    padding-left: 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1600px) {
  body.woocommerce.tax-product_cat .product-category-header .woocommerce-products-header {
    margin-left: calc(100% - 1200px / 2 + 30px / 2);
    padding: 7.333rem 7.333rem;
    padding-left: 0rem;
    margin-bottom: 0rem;
  }
}
body.woocommerce.tax-product_cat .product-category-header .cat-image-holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  padding-bottom: 130%;
  margin-bottom: 6.333rem;
}
@media (min-width: 768px) {
  body.woocommerce.tax-product_cat .product-category-header .cat-image-holder {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    height: 100%;
  }
}

body[data-lang=tc].woocommerce.tax-product_cat .term-description,
body[data-lang=sc].woocommerce.tax-product_cat .term-description {
  font-weight: 400;
  letter-spacing: 0.055em;
}
@media (min-width: 768px) {
  body[data-lang=tc].woocommerce.tax-product_cat .term-description,
  body[data-lang=sc].woocommerce.tax-product_cat .term-description {
    letter-spacing: 0.08em;
  }
}

/**
 * woocommerce-wishlists.scss
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../eot/star-2.eot");
  src: url("../eot/stard41d-2.eot?#iefix") format("embedded-opentype"), url("../woff/star-2.woff") format("woff"), url("../ttf/star-2.ttf") format("truetype"), url("../svg/star-2.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../eot/woocommerce-2.eot");
  src: url("../eot/woocommerced41d-2.eot?#iefix") format("embedded-opentype"), url("../woff/woocommerce-2.woff") format("woff"), url("../ttf/woocommerce-2.ttf") format("truetype"), url("../svg/woocommerce-2.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* THEME MTM STYLE */
/* ----------------------------------------------------------------------- */
.theme-mtm {
  /* WOOCOMMERCE WISHLISTS STYLE */
  /*
  #wishlist-wrapper {
  	margin-top: 0.667rem;
  	border: 1px solid blue;
  }

  // Edit Page
  #wl-wrapper {
  	border: 0px solid red;

  	.wl-intro {
  		margin-bottom: 5.333rem;

  		.wl-share-url {
  			font-size: inherit;
  		}
  	}

  	.wl-add-but {
  		float: none;


  		background-image: none;
  		text-shadow: none;
  		color: #212529;

  		background-color: #f7f7f5;
  		border-color: #f7f7f5;

  		padding: 0.667rem 2rem;
  		line-height: 1.5;
  		border-radius: 0;
  		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  		font-size: inherit;
  		font-weight: inherit;
  		letter-spacing: inherit;

  		@include media-breakpoint-up(md) {  
  			font-size: 0.933rem;
  			letter-spacing: 0.05em;
  			font-weight: inherit;
  		}


  		&:hover {
  			background-color: #e6e6e0;
  			border-color: #e0e0d9;
  		}
  	}

  	ul.wl-tabs {
  		margin: 0rem;
  		padding: 0rem;
  		border-bottom: 0px solid transparent;

  		> li {
  			float: none;
  			margin: 0rem;
  			margin-right: 3.333rem;

  			> a {
  				margin: 0rem;
  				border: none;
  				border-radius: 0rem;
  				padding: 0rem;


  				border-bottom: 1px solid transparent;
  				opacity: 0.5;
  				font-size: 1.2rem;
  				text-transform: uppercase;
  				font-weight: 400;
  				&:hover {
  					background-color: transparent;
  					border: none;
  				}
  			}

  			&.active {
  				a {
  					color: #282828;
  					background-color: inherit;
  					border-bottom: 1px solid #282828;
  					opacity: 1;
  				}
  			}

  			&:last-child {
  				margin-right: 0rem;
  			}
  		}
  	}

  	.wl-actions-table {
  		float: none;
  		margin: 0rem;
  		width: 100%;
  	}

  	.wl-table + .wl-row {
  		margin-top: 0rem;
  	}

  	table.wl-table.shop_table_responsive {
  		th {
  			&.product-name {
  				@include media-breakpoint-up(md) {  
  					text-align: center;
  				}
  			}
  		}
  		td {
  			@include media-breakpoint-up(md) {  
  				text-align: center;
  				padding: 0.5rem !important;
  			}

  			&.product-name {
  				text-align: left;
  				@include media-breakpoint-up(md) {  
  					text-align: left;
  				}
  			}
  		}
  		th.check-column,
  		td.check-column {
  			display: none;

  			@include media-breakpoint-up(md) {  
  				display: table-cell;

  				.custom-control {
  					padding-left: $custom-control-indicator-size-md;
  					// padding-left: 0px;
  				}
  				.custom-control-label {
  					&::before,
  					&::after {
  						left: -($custom-control-indicator-size-md);
  						// left: 0px;
  					}
  				}
  			}
  			label {
  				// width: 0rem;
  			}
  		}
  		td.product-remove {
  			text-align: left;
  			@include media-breakpoint-up(md) {  
  				text-align: center;
  			}

  			a i:before {
  				margin: 0.1em;
  			}
  		}
  		td.product-quantity {
  			text-align: left;

  			.quantity {
  				width: auto;
  				@include media-breakpoint-up(md) {  
  				}
  			}

  			@include media-breakpoint-up(md) {
  				text-align: center;
  			}
  		}
  		td.product-purchase {
  			text-align: right !important;
  			padding-right: 0rem;
  			@include media-breakpoint-up(md) {  
  				text-align: center !important;
  				padding-right: 10px;
  			}
  		}
  	}


  	.wl-rad-table {
  		.custom-control {
  			margin-bottom: 0.667rem;
  		}
  	}
  }

  // My List Page
  #wl-wrapper {
  	table {
  		&.wl-manage {
  			td {
  				padding: 0.5rem;
  			}

  			.wl-date-added,
  			.actions {
  				text-align: right !important;
  				padding-right: 0px;
  			}
  			.product-name {
  				padding-left: 0rem !important;

  			}
  		}
  	}
  }

  // FORM
  #wl-wrapper {
  	.wl-form {
  		margin: 0rem;
  		border: 0px solid red;
  		label {
  			font-size: inherit;
  			font-weight: inherit;
  		}
  	}
  	.wl-panel {
  		padding-top: 3rem;
  	}
  }

  // Buttons
  #wl-wrapper {
  	&.wl-button-wrap {
  		padding: 0rem;
  	}
  	.wl-already-in {
  		ul {
  			margin: 0rem;
  			padding-left: 1.2em;
  		}
  	}
  }

  // Account Page 
  .woocommerce-MyAccount-content {
  	#wl-wrapper {
  		.wl-create-new {
  			min-width: 13.333rem;
  		}
  	}
  }
  */
}
.theme-mtm.woocommerce ul.products .tinvwl_add_to_wishlist_button,
.theme-mtm .mtm-block-products-swiper .tinvwl_add_to_wishlist_button {
  font-size: inherit;
  letter-spacing: 0.03em;
  border-radius: 0rem;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #b4b4b4;
  padding: 0.375rem 0.75rem;
  padding: 0.5rem 2rem;
  padding: 0.133rem 2rem;
  margin-top: 0.667rem;
}
.theme-mtm .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0px;
}
.theme-mtm .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.theme-mtm .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: none;
}
.theme-mtm .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list .icon-icon-wishlist:before {
  content: "\e807";
}
.theme-mtm .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,
.theme-mtm .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
  opacity: 1 !important;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list {
  color: #282828;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list thead th,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list thead td,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tbody th,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    border: 1px solid #707070;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list thead th {
  text-align: center;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tbody tr {
  margin-bottom: 0.667rem;
  display: block;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tbody tr {
    margin-bottom: 0rem;
    display: table-row;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td {
  padding: 0.333rem 0rem;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td {
    padding: 0.5rem;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-cb, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-remove, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-thumbnail, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-name, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-price, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-date, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-stock, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-action,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-cb,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-remove,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-name,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-price,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-date,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-stock,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-action {
  font-weight: inherit;
  width: auto;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td[data-title]:before {
  font-weight: 400;
  margin-right: 0.667rem;
  content: attr(data-title) ": ";
  float: left;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td[data-title]:before {
    content: none;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-name {
  display: none;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-name {
    display: table-cell;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-cb,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-cb {
  display: none;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-cb,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-cb {
    display: table-cell;
  }
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-cb .custom-control,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-cb .custom-control {
    padding-left: 1.6rem;
  }
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-cb .custom-control-label::before, .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list th.product-cb .custom-control-label::after,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-cb .custom-control-label::before,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-cb .custom-control-label::after {
    left: -1.6rem;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-remove {
  border-top: 1px solid #707070;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
  background-color: transparent;
  transition: color 0.3s linear 0s, background 0.3s linear 0s;
  margin-left: 0rem;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button {
    margin-left: auto;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button:hover {
  background-color: #282828;
  color: #FFFFFF;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-remove button i {
  line-height: 1em;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail {
  display: block;
  float: left;
  width: auto !important;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail {
    display: table-cell;
    float: none;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail a {
  display: block;
  max-width: 8rem;
  margin: 0px auto;
  width: 100%;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail img {
  max-width: 100%;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-name,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-price,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-date,
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
  text-align: left;
  margin-left: 9rem;
  width: auto !important;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-name,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-price,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-date,
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
    margin-left: 0rem;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .stock {
  white-space: nowrap;
  margin: 0rem;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .stock {
    margin: 0rem auto;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-stock .stock i {
  margin-right: 0.667rem;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-action {
  border-bottom: 1px solid #707070;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-action:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-action:before {
    content: none;
  }
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-action {
    border-bottom: 1px solid #707070;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.product-action button[name=tinvwl-add-to-cart] {
  white-space: nowrap;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.custom-product-action {
  text-align: right;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.custom-product-action {
    text-align: center;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.custom-product-action:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list td.custom-product-action:before {
    content: none;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
  padding: 0rem;
  padding-top: 1rem;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-left:not(:empty) {
  margin-right: 0%;
  width: auto;
  float: left;
  display: none;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-left:not(:empty) {
    display: block;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-left .tinvwl-input-group {
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-left .tinvwl-input-group select {
  width: auto;
  margin-right: 0.667rem;
  display: block;
  height: auto;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
  background-size: auto 100%;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-right {
  margin: 0px;
  width: 100%;
  float: none;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-right {
    float: right;
    width: auto;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-right > * {
  margin: 0px;
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-right > * + * {
  margin-left: 0rem;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-right > * + * {
    margin-left: 0rem;
    margin-left: 0.667rem;
  }
}
.theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-right button[value=product_selected] {
  display: none;
}
@media (min-width: 768px) {
  .theme-mtm .tinv-wishlist table.tinvwl-table-manage-list tfoot .tinvwl-to-right button[value=product_selected] {
    display: inline-block;
  }
}
.theme-mtm .tinv-wishlist .social-buttons {
  display: none;
  text-align: right;
  margin: 0px;
}
.theme-mtm .tinv-wishlist .social-buttons > span {
  display: inline-block;
  margin-right: 0.667rem;
}

