@charset "UTF-8";
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * 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
 */
/**
 * Scss variables
 * @author: reza ramezanpour
 */
/* custom colors */
/* COLOR SETUP */
/* FONT SIZES*/
/*EMs*/
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * Import partials
 */
/**
* Product loops
*/
.products {
  width: 100%;
  list-style: none;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  *zoom: 1;
}
.products .product {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  list-style: none outside;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1%;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  border: 1px solid RGB(233, 236, 239);
}
@media only screen and (min-width : 992px) {
  .products .product {
    padding: 1.2rem;
  }
}
@media only screen and (min-width : 992px) {
  .products .product {
    padding: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (min-width : 1200px) {
  .products .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.products .product .featured-product-icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 1rem;
  left: 1rem;
  color: rgb(255, 215, 0);
  background: white;
  border-radius: var(--border-radius-boxes);
  width: 25px;
  height: 25px;
  font-size: 0.875em;
  -webkit-box-shadow: 0 0 10px rgba(206, 165, 2, 0.5);
          box-shadow: 0 0 10px rgba(206, 165, 2, 0.5);
}
.products .product .product-rating {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 1rem;
  left: 1rem;
  color: rgb(90, 90, 90);
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--border-radius-boxes);
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(206, 165, 2, 0.5);
          box-shadow: 0 0 10px rgba(206, 165, 2, 0.5);
  font-size: 0.875em;
  padding: 0 0.2em;
}
.products .product .product-rating__rating {
  position: relative;
  top: 2px;
  padding-right: 0.4em;
  font-size: 0.875em;
}
.products .product .product-rating__icon {
  color: rgb(255, 196, 0);
  background: white;
  border-radius: var(--border-radius-boxes);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1rem;
  min-width: 1.2rem;
}
.products .product:hover {
  z-index: 1;
  border-color: #aaa;
}
.products .product h3,
.products .product .woocommerce-loop-product__title,
.products .product .woocommerce-loop-category__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1rem;
}
.products .product a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.products .product a img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products .product strong {
  display: block;
}
.products .product .woocommerce-loop-product__title {
  line-height: 1.5em;
  margin: 0.6em 0;
  padding: 0 1em;
  font-weight: normal;
  color: #383838;
  height: 2.8em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.products .product .size-woocommerce_thumbnail {
  max-width: 150px;
  margin: 0 auto;
}
.products .product .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -0.5em 0 0 -0.5em;
}
.products .product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.products .product .product__image__overlay {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.03;
  top: 0;
  right: 0;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}
.products .product .product__image {
  position: relative;
  background: rgb(255, 255, 255);
  margin: -1rem -1rem 1rem -1rem;
  padding: 1rem;
}
.products .product .star-rating {
  float: none;
  display: block;
  font-size: 0.857em;
  margin: 1em auto 0.3em auto;
}
.products .product .button, .products .product .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .products .product .edit {
  margin-top: 1em;
}
.products .product .price {
  color: #383838;
  display: block;
  font-weight: bold;
}
.products .product .price del {
  color: inherit;
  opacity: 0.5;
  font-weight: normal;
}
.products .product .price .woocommerce-Price-currencySymbol {
  margin: 0 2px;
}
.products .product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
}
@media only screen and (min-width : 1200px) {
  .products.columns-3 .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin: 1rem 1%;
  }
}

/**
 * Star ratings
 */
.star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 4.644em;
  font-family: "proshopicons";
}
.star-rating::before {
  content: "\e901\e901\e901\e901\e901";
  color: #d1d1d1;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "\e901\e901\e901\e901\e901";
  top: 0;
  position: absolute;
  right: 0;
  color: rgb(255, 140, 0);
}

.woocommerce-product-rating {
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-product-rating .star-rating {
  display: block;
  margin: 0 auto 0 1em;
  float: none;
}
.woocommerce-product-rating .woocommerce-review-link {
  display: block;
  clear: both;
  font-size: 0.875em;
  color: #8e8e8e;
}

.products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}

/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: rgb(45, 206, 162);
  color: #383838;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: #383838;
  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;
}

body.is-mobile #secondary {
  display: block;
  position: fixed;
  background: white;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 70vh;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  will-change: transform;
  overflow-x: auto;
  padding: 1.2rem;
  border-radius: var(--border-radius-boxes) var(--border-radius-boxes) 0 0;
}
body.is-mobile #secondary.toggled {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

/**
 * Main WooCommerce styles
 */
.woocommerce-order-received .page {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
}
@media only screen and (min-width : 992px) {
  .woocommerce-order-received .page {
    padding: 1.2rem;
  }
}

.blockUI.blockOverlay {
  position: relative;
}
.blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce-Price-currencySymbol {
  margin-right: 0.2em;
}

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;
}
a.remove:hover {
  color: #fff !important;
  background: red;
}

small.note {
  display: block;
  color: #757575;
  font-size: 0.857em;
  margin-top: 10px;
}

.woocommerce-breadcrumb {
  *zoom: 1;
  font-size: 0.875em;
  color: #757575;
}
.woocommerce-breadcrumb a {
  color: #757575;
}

.quantity .qty {
  float: right;
  margin-left: 5px;
  width: 90px;
  text-align: center;
}

.site-header__search {
  position: relative;
}
.site-header__search form {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-header__search .product-search__input,
.site-header__search .product-search__catSelect,
.site-header__search .select2-container--default .select2-selection--single,
.site-header__search .select2-container--default .select2-selection--single .select2-selection__rendered,
.site-header__search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
}
@media only screen and (min-width : 992px) {
  .site-header__search .product-search__input,
.site-header__search .product-search__catSelect,
.site-header__search .select2-container--default .select2-selection--single,
.site-header__search .select2-container--default .select2-selection--single .select2-selection__rendered,
.site-header__search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    line-height: 50px;
  }
}
.site-header__search .select2-container--default .select2-selection--single {
  border-left: none !important;
  border-right: none !important;
}
.site-header__search .product-search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: var(--border-radius-elems);
  width: 100%;
  padding: 0 1rem;
  width: calc(100% - 10em);
  padding-left: 4em;
}
@media only screen and (min-width : 992px) {
  .site-header__search .product-search__input {
    padding-left: 5em;
  }
}
.site-header__search .product-search__catSelect,
.site-header__search .select2-container--default .select2-selection--single {
  background: transparent;
  border: 1px solid RGB(233, 236, 239);
  border-radius: 0;
  width: 160px;
  height: 50px;
}
.site-header__search .product-search__submit {
  position: absolute;
  padding: 0;
  cursor: pointer;
  top: 5px;
  left: 5px;
  right: auto;
  width: 3em;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0;
  height: calc(100% - 10px);
  line-height: calc(100% - 10px);
}
@media only screen and (min-width : 992px) {
  .site-header__search .product-search__submit {
    width: 4em;
  }
}
.site-header__search .select2-container {
  min-width: 150px;
  text-align: center;
}

/* category page */
.archive .content-area .site-main {
  margin: 0;
}
.archive .content-area .products .product {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
@media only screen and (min-width : 1200px) {
  .archive .content-area .products .product {
    border-radius: var(--border-radius-boxes);
    border: 1px solid RGB(233, 236, 239);
  }
}
.archive .content-area .products .product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width : 1200px) {
  .archive .content-area .products .product a {
    display: block;
  }
}
.archive .content-area .products .product a img {
  margin: 0 auto;
  height: auto;
  width: 120px;
}
.archive .content-area .products .product .product__body {
  margin-right: 1rem;
  text-align: right;
}
@media only screen and (min-width : 1200px) {
  .archive .content-area .products .product .product__body {
    margin: 0;
    text-align: center;
  }
}
.archive .content-area .products .product .woocommerce-loop-product__title {
  padding: 0;
}
.archive .content-area .products .product .product__image {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width : 1200px) {
  .archive .products.columns-3 {
    background: rgb(255, 255, 255);
    border-radius: var(--border-radius-boxes);
    padding: 0.8rem;
    border: 1px solid rgba(143, 143, 143, 0.397);
    overflow: hidden;
  }
}
@media only screen and (min-width : 1200px) and (min-width : 992px) {
  .archive .products.columns-3 {
    padding: 1.2rem;
  }
}

.category-references {
  overflow-x: auto;
}
@media only screen and (min-width : 992px) {
  .category-references h3 {
    white-space: nowrap;
  }
}
.category-references li {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-width: 45%;
}
@media only screen and (min-width : 992px) {
  .category-references li {
    min-width: 17%;
  }
}
.category-references a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* END category page */
/**
	 * Product Page
	 */
div.product {
  margin-bottom: 0;
  position: relative;
}
div.product .product__head {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width : 992px) {
  div.product .product__head {
    background: rgb(255, 255, 255);
    border-radius: var(--border-radius-boxes);
    padding: 0.8rem;
    border: 1px solid rgba(143, 143, 143, 0.397);
  }
}
@media only screen and (min-width : 992px) and (min-width : 992px) {
  div.product .product__head {
    padding: 1.2rem;
  }
}
div.product .productBox {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  div.product .productBox {
    width: 48%;
    margin-right: 2%;
  }
}
div.product .productBox__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.product .productBox .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  line-height: 1.5em;
  font-weight: 900;
}
div.product .productBox__actions {
  white-space: nowrap;
  text-align: left;
}
div.product .productBox__actions a {
  margin: 0 0.3em;
  color: #8e8e8e;
}
div.product .productSummary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
  margin: 0 auto;
}
div.product .productSummary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
div.product .productSummary__head {
  padding-bottom: 0.3em;
}
div.product .productSummary__extra {
  padding: 0;
}
div.product .productSummary__meta {
  padding-top: 0.8em;
  color: #757575;
  border-top: 1px solid rgb(241, 241, 241);
  margin-top: 1rem;
}
div.product .productSummary__meta .product_meta > span {
  display: inline-block;
  margin-left: 0.8em;
  font-size: 0.875em;
}
div.product .productSummary__excerpt {
  margin-top: 1rem;
  line-height: 2em;
}
@media only screen and (min-width : 992px) {
  div.product .productSummary__excerpt {
    background: transparent;
    padding: 0;
  }
}
div.product .productSummary__excerpt ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em;
}
div.product .productSummary__excerpt li {
  background: rgb(248, 250, 252);
  padding: 0.5rem 0.8rem;
  display: block;
  font-size: 0.87em;
  font-weight: 500;
  border-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
div.product .productSummary__excerpt ul li::before {
  position: relative;
  content: "•";
  color: rgb(45, 206, 162);
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
  font-size: 1.5em;
}
div.product .productSummary__excerpt p {
  margin: 0;
}
div.product .productSummary__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.product .productSummary .woocommerce-product-rating {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.product .single_variation {
  display: block !important;
}
@media only screen and (max-width : 992px) {
  div.product.product-type-simple .productBasket__price,
div.product .x-variations_form .single_variation_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 0.5rem 1rem;
    z-index: 102;
  }
  div.product.product-type-simple .productBasket__price .inner-wrapper,
div.product .x-variations_form .single_variation_wrap .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.product.product-type-simple .productBasket__price.opaque,
div.product .x-variations_form .single_variation_wrap.opaque {
    background: rgb(255, 255, 255);
  }
}
div.product .productForm form {
  text-align: center;
}
div.product .productForm .price {
  margin: 0;
  text-align: center;
}
.is-mobile div.product .productForm .variation-table-wrapper {
  position: fixed;
  z-index: 100;
  background: rgb(255, 255, 255);
  right: 0;
  left: 0;
  padding: 1rem 2rem !important;
  bottom: 94px;
  border-radius: var(--border-radius-boxes) var(--border-radius-boxes) 0 0;
  -webkit-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.13);
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.is-mobile div.product .productForm .variation-table-wrapper.active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
div.product .productForm .woocommerce-Price-amount {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: bold;
}
@media only screen and (min-width : 992px) {
  div.product .productForm .woocommerce-Price-amount {
    font-size: 2em;
    margin: 0.3rem auto;
  }
}
div.product .productForm .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-weight: normal;
  color: #383838;
  font-size: 1rem;
}
div.product .productForm .price.on-sale .price__regularPrice {
  white-space: nowrap;
}
div.product .productForm .price.on-sale .price__regularPrice .woocommerce-Price-amount {
  font-size: 0.875rem;
  color: #757575;
  text-decoration: line-through;
}
div.product .productForm .price.on-sale .price__regularPrice .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 0.875rem;
  color: #757575;
}
div.product .out-of-stock {
  color: rgb(255, 90, 95);
  text-align: center;
  margin: 0;
  font-weight: bold;
}
@media only screen and (min-width : 992px) {
  div.product .out-of-stock {
    margin-bottom: 1rem;
  }
}
div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.product div.images div.thumbnails {
  padding-top: 1em;
}
div.product div.images.woocommerce-product-gallery {
  position: relative;
  width: auto;
  float: right;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: rgb(249, 249, 249);
  margin-left: -3%;
  margin-right: -3%;
}
@media only screen and (min-width : 992px) {
  div.product div.images.woocommerce-product-gallery {
    width: 45%;
    margin: 0;
    background-color: transparent;
    margin-left: 5%;
  }
}
div.product div.images.woocommerce-product-gallery .flex-viewport {
  margin: 0;
  width: 100%;
}
div.product div.images.woocommerce-product-gallery a {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  opacity: 0.975;
}
div.product div.images.woocommerce-product-gallery a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
div.product div.images .woocommerce-product-gallery__image {
  aspect-ratio: 1/1;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
  max-height: 250px;
  background: #000;
}
@media only screen and (min-width : 992px) {
  div.product div.images .woocommerce-product-gallery__image {
    max-height: 410px;
    background: transparent;
  }
}
div.product div.images .woocommerce-product-gallery__image img {
  border-radius: 0;
}
div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
div.product div.images .thumbs {
  margin-top: -10px;
  background: rgba(255, 255, 255, 0);
  z-index: 9;
  position: relative;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  div.product div.images .thumbs {
    margin: 0;
    background: transparent;
  }
}
div.product div.images .thumbs .woocommerce-product-gallery__image {
  background: white;
  border-radius: 100%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 3px;
  border: 1px solid rgb(197, 197, 197);
}
div.product div.social {
  text-align: left;
  margin: 0 0 1em;
}
div.product div.social span {
  margin: 0 2px 0 0;
}
div.product div.social span span {
  margin: 0;
}
div.product div.social span .stButton .chicklets {
  padding-right: 16px;
  width: 0;
}
div.product div.social iframe {
  float: right;
  margin-top: 3px;
}
div.product .woocommerce-tabs {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  clear: both;
}
@media only screen and (min-width : 992px) {
  div.product .woocommerce-tabs {
    padding: 1.2rem;
  }
}
div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0.3em 1em;
}
div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.1rem 0;
  font-weight: 700;
  color: #757575;
  text-decoration: none;
  font-size: 0.875em;
}
div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #8e8e8e;
}
div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  background: rgb(45, 44, 44);
  border-radius: var(--border-radius-boxes);
  color: rgb(255, 255, 255);
}
div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 1em 2em;
}
div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
div.product form.cart {
  margin: 0em;
  *zoom: 1;
}
div.product form.cart .single_add_to_cart_button {
  white-space: nowrap;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  border-radius: 30px;
}
@media only screen and (min-width : 992px) {
  div.product form.cart .single_add_to_cart_button {
    margin: 0.5rem 0 0 0;
  }
}
div.product form.cart .single_add_to_cart_button:not(.disabled) {
  background: -o-linear-gradient(-45deg, rgb(45, 206, 153), RGB(45, 206, 162));
  background: linear-gradient(-45deg, rgb(45, 206, 153), RGB(45, 206, 162));
  color: rgb(255, 255, 255);
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(45, 206, 162, 0.34);
          box-shadow: 0 5px 15px rgba(45, 206, 162, 0.34);
}
div.product form.cart .single_add_to_cart_button svg circle {
  fill: white;
}
div.product form.cart .single_add_to_cart_button svg path {
  stroke: var(--primary-color);
}
div.product form.cart div.quantity {
  display: none !important;
  float: right;
  margin-left: 5px;
  width: 55px;
}
div.product form.cart div.quantity input,
div.product form.cart div.quantity button {
  height: 50px;
  line-height: 50px;
  padding: 0 0.4rem;
  min-width: 50px;
  margin: auto;
}
div.product form.cart div.quantity input {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
          box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
  height: 50px;
  line-height: 50px;
}
div.product form.cart div.quantity button {
  background: rgb(255, 255, 255);
  color: #757575;
}
div.product form.cart table {
  border-width: 0 0 1px;
}
div.product form.cart table td {
  padding-right: 0;
}
div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
div.product form.cart table small.stock {
  display: block;
  float: none;
}
div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
div.product form.cart .variations td,
div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 1em;
  padding: 0.3em 0;
  vertical-align: middle;
  min-width: 40px;
}
div.product form.cart .variations label {
  font-weight: normal;
}
div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  margin-left: 1em;
}
div.product form.cart .variations td.label {
  padding-left: 0.1em;
}
div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
div.product form.cart .reset_variations {
  display: none !important;
  visibility: hidden;
  font-size: 0.83em;
}
div.product form.cart .wc-no-matching-variations {
  display: none;
}
div.product form.cart .button, div.product form.cart .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title div.product form.cart .edit {
  vertical-align: middle;
  float: right;
}
div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-left: 1em;
  padding-right: 1em;
}
div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
div.product #btn-back-in-stock-notify .subscribed {
  display: none;
}
div.product #btn-back-in-stock-notify.is-subscribed .subscribed {
  display: inline-block;
}
div.product #btn-back-in-stock-notify.is-subscribed .not-subscribed {
  display: none;
}

.offPrice {
  padding: 0.3rem 0.3rem 0 0.3rem;
  line-height: 1;
  background: -o-linear-gradient(-135deg, rgb(247, 85, 123), rgb(232, 41, 95));
  background: linear-gradient(45deg, rgb(247, 85, 123), rgb(232, 41, 95));
  color: rgb(255, 255, 255);
  border-radius: 30px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.offPrice .icon {
  font-size: 1em;
  min-width: auto;
  min-height: auto;
  line-height: 0.5rem !important;
}

span.onsale {
  display: none;
  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;
  right: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #ce2daa;
  color: #fefcfe;
  font-size: 0.857em;
  z-index: 9;
}

.proshop-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fbfbfb;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid RGB(233, 236, 239);
  border-radius: var(--border-radius-boxes);
  overflow-y: auto;
}
@media only screen and (min-width : 992px) {
  .proshop-sorting {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

.woocommerce-result-count {
  font-size: 0.875em;
  color: #757575;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin: 0;
}

.woocommerce-ordering {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
}
.woocommerce-ordering .woocommerce-ordering__label {
  margin-left: 1em;
}
.woocommerce-ordering select {
  display: none;
}
.woocommerce-ordering .woocommerce-ordering__buttonsWrapper {
  overflow: hidden;
  white-space: nowrap;
}
.woocommerce-ordering .woocommerce-ordering__buttonsWrapper .sortingButton {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  line-height: 1em;
  padding: 1em 1em;
  background: transparent;
}
.woocommerce-ordering .woocommerce-ordering__buttonsWrapper .sortingButton:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.woocommerce-ordering .woocommerce-ordering__buttonsWrapper .sortingButton:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce-ordering .woocommerce-ordering__buttonsWrapper .sortingButton:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.woocommerce-ordering .woocommerce-ordering__buttonsWrapper .sortingButton:not(:last-child) {
  border-left: 0;
}
.woocommerce-ordering .woocommerce-ordering__buttonsWrapper .sortingButton[selected] {
  background: rgb(45, 206, 162);
  color: rgb(255, 255, 255);
  border-color: rgb(45, 206, 162);
  font-weight: bold;
}

.upsells .products {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  padding: 2em 1em;
}
@media only screen and (min-width : 992px) {
  .upsells .products {
    padding: 1.2rem;
  }
}

.related.products {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  padding: 2em 1em;
}
@media only screen and (min-width : 992px) {
  .related.products {
    padding: 1.2rem;
  }
}
.related.products .product {
  margin: 0 0.5rem;
}

.cart .button, .cart .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .cart .edit,
.cart input.button {
  float: none;
}

a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}

p.stars span a {
  position: relative;
  height: 1.2em;
  width: 1.2em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5em;
  color: rgb(255, 140, 0);
}
p.stars span a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "proshopicons";
  content: "\e900";
  text-indent: 0;
}
p.stars span a:hover ~ a {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
p.stars span a:hover ~ a::before {
  content: "\e900";
}
p.stars span:hover a::before {
  content: "\e901";
}
p.stars.selected a.active::before {
  content: "\e901";
}
p.stars.selected a.active ~ a::before {
  content: "\e900";
}
p.stars.selected a:not(.active)::before {
  content: "\e901";
}

/**
	 * Tables
	 */
table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
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;
}
table.shop_attributes td {
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
table.shop_attributes tr:nth-child(even) td,
table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}

.woocommerce-cart-form {
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

form.woocommerce-shipping-calculator {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

table.shop_table {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  margin: 0 0 24px -1px;
  text-align: right;
  width: 100%;
  border-collapse: separate;
}
@media only screen and (min-width : 992px) {
  table.shop_table {
    padding: 1.2rem;
  }
}
table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
table.shop_table td small {
  font-weight: normal;
}
table.shop_table td.product-thumbnail {
  min-width: 100px;
}
table.shop_table tbody:first-child tr:first-child th,
table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
table.shop_table tfoot td,
table.shop_table tfoot th,
table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table.my_account_orders th,
table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
table.my_account_orders .button, table.my_account_orders .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title table.my_account_orders .edit {
  white-space: nowrap;
}
table.my_account_orders .order-actions {
  text-align: left;
}
table.my_account_orders .order-actions .button, table.my_account_orders .order-actions .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title table.my_account_orders .order-actions .edit {
  display: inline-block;
  margin: 0.2rem;
}

table.woocommerce-MyAccount-downloads td,
table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
table.woocommerce-MyAccount-downloads td:first-child,
table.woocommerce-MyAccount-downloads th:first-child {
  text-align: right;
}
table.woocommerce-MyAccount-downloads td:last-child,
table.woocommerce-MyAccount-downloads th:last-child {
  text-align: right;
}
table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}

td.product-name dl.variation,
td.product-name .wc-item-meta {
  list-style: none outside;
}
td.product-name dl.variation dt,
td.product-name dl.variation .wc-item-meta-label,
td.product-name .wc-item-meta dt,
td.product-name .wc-item-meta .wc-item-meta-label {
  float: right;
  clear: both;
  margin-left: 0.25em;
  display: inline-block;
  list-style: none outside;
}
td.product-name dl.variation dd,
td.product-name .wc-item-meta dd {
  margin: 0;
}
td.product-name dl.variation p, td.product-name dl.variation:last-child,
td.product-name .wc-item-meta p,
td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
td.product-name p.backorder_notification {
  font-size: 0.83em;
}

td.product-quantity {
  min-width: 80px;
}

/**
	 * Cart sidebar
	 */
ul.cart_list,
ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
ul.cart_list li,
ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
ul.cart_list li a,
ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
ul.cart_list li img,
ul.product_list_widget li img {
  float: left;
  margin-right: 4px;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul.cart_list li dl,
ul.product_list_widget li dl {
  margin: 0;
  padding-right: 1em;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
ul.cart_list li dl dt,
ul.cart_list li dl dd,
ul.product_list_widget li dl dt,
ul.product_list_widget li dl dd {
  display: inline-block;
  float: right;
  margin-bottom: 1em;
}
ul.cart_list li dl dt,
ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 0 0 4px;
  clear: right;
}
ul.cart_list li dl dd,
ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
ul.cart_list li dl dd p:last-child,
ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
  float: none;
}

.widget_shopping_cart {
  display: none;
}
.widget_shopping_cart .total {
  border-top: 3px double #d8efe9;
  padding: 4px 0 0;
}
.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.widget_shopping_cart .cart_list li {
  padding-right: 2em;
  position: relative;
  padding-top: 0;
}
.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_shopping_cart .buttons {
  *zoom: 1;
}
.widget_shopping_cart .buttons a {
  margin-left: 5px;
  margin-bottom: 5px;
}

form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
form .form-row label {
  line-height: 2;
}
form .form-row label.hidden {
  visibility: hidden;
}
form .form-row label.inline {
  display: inline;
}
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;
}
form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form .form-row .woocommerce-input-wrapper .description:before {
  right: 50%;
  top: 0%;
  margin-top: -4px;
  -webkit-transform: translatex(50%) rotate(-180deg);
      -ms-transform: translatex(50%) rotate(-180deg);
          transform: translatex(50%) rotate(-180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
form .form-row select {
  cursor: pointer;
  margin: 0;
}
form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
form .form-row .optional {
  visibility: visible;
}
form .form-row .input-checkbox {
  display: inline;
  margin: -2px 0 0 8px;
  text-align: center;
  vertical-align: middle;
}
form .form-row input.input-text,
form .form-row textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
form .form-row.woocommerce-invalid label {
  color: rgb(255, 90, 95);
}
form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
  border-color: rgb(255, 90, 95);
}
form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
  border-color: rgb(45, 206, 162);
}
form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
form .form-row :-moz-placeholder {
  line-height: normal;
}
form .form-row :-ms-input-placeholder {
  line-height: normal;
}

form.checkout_coupon {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  padding: 1em;
}
@media only screen and (min-width : 992px) {
  form.checkout_coupon {
    padding: 1.2rem;
  }
}

ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
ul#shipping_method li input {
  margin: 3px 0 0 0.4375em;
  vertical-align: top;
}
ul#shipping_method li label {
  display: inline;
}
ul#shipping_method .amount {
  font-weight: 700;
}

p.woocommerce-shipping-contents {
  margin: 0;
}

/**
	 * Order page
	 */
ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}

.wc-bacs-bank-details-account-name {
  font-weight: bold;
}

.woocommerce-column.woocommerce-column--1 {
  margin-bottom: 1rem;
}

.woocommerce-order-downloads,
.woocommerce-customer-details,
.woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce-order-downloads *:last-child,
.woocommerce-customer-details *:last-child,
.woocommerce-order-details *:last-child {
  margin-bottom: 0;
}

.woocommerce-customer-details address {
  font-style: normal;
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  border: 1px solid RGB(233, 236, 239);
}
@media only screen and (min-width : 992px) {
  .woocommerce-customer-details address {
    padding: 1.2rem;
  }
}
.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
}

/**
	 * Layered nav widget
	 */
.woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: rgb(255, 90, 95);
}

.woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}

.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.widget_layered_nav_filters ul li {
  float: right;
  padding: 0 1px 1px 1em;
  list-style: none;
}
.widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: rgb(255, 90, 95);
  vertical-align: inherit;
  margin-left: 0.5em;
}

/**
* Price filter widget
*/
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: right;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  background-color: rgb(45, 206, 162);
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.5em;
  margin-left: -0.5em;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.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: rgb(45, 206, 162);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: whitesmoke;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  right: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  left: -1px;
}

/**
	 * Rating Filter Widget
	 */
.widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: rgb(255, 90, 95);
}

.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 {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  margin: 0 0 2em;
  position: relative;
  background-color: white;
  color: #757575;
  border-top: 3px solid rgb(45, 206, 162);
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
  overflow: hidden;
  padding: 1rem 3.5rem 1rem 1rem;
}
@media only screen and (min-width : 992px) {
  .woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 1.2rem;
  }
}
@media only screen and (min-width : 992px) {
  .woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 1rem 3.5rem 1rem 1rem;
  }
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-size: 2em;
  font-family: "proshopicons";
  content: "\e902";
  display: inline-block;
  position: absolute;
  right: 1rem;
}
.woocommerce-message .button, .woocommerce-message .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .woocommerce-message .edit,
.woocommerce-error .button,
.woocommerce-error .woocommerce-account .addresses .title .edit,
.woocommerce-account .addresses .title .woocommerce-error .edit,
.woocommerce-info .button,
.woocommerce-info .woocommerce-account .addresses .title .edit,
.woocommerce-account .addresses .title .woocommerce-info .edit {
  float: left;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/**
 * Right to left styles
 */
.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e937";
  color: #8fae1b;
}

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

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

/**
 * Account page
 */
.woocommerce-account .proshop-breadcrumb {
  display: none;
}
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .entry-header {
  display: none;
}
.woocommerce-account .userAccountPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width : 992px) {
  .woocommerce-account .userAccountPage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar {
  width: 20%;
  margin-left: 1em;
  min-width: 100px;
}
@media only screen and (max-width : 992px) {
  .woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar {
    width: 100%;
  }
}
.woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar .woocommerce-MyAccount-navigation {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  padding: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 992px) {
  .woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar .woocommerce-MyAccount-navigation {
    padding: 1.2rem;
  }
}
@media only screen and (min-width : 992px) {
  .woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar .woocommerce-MyAccount-navigation {
    padding: 1em 0;
    margin-bottom: 0;
  }
}
.woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width : 992px) {
  .woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
  }
}
.woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar .woocommerce-MyAccount-navigation a {
  white-space: nowrap;
  color: #383838;
}
.woocommerce-account .userAccountPage .woocommerce-MyAccount-sidebar .woocommerce-MyAccount-navigation a:hover {
  background: rgb(243, 243, 243);
}
.woocommerce-account .userAccountPage .woocommerce-MyAccount-content {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .woocommerce-account .userAccountPage .woocommerce-MyAccount-content {
    width: 80%;
  }
}
.woocommerce-account .addresses .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  *zoom: 1;
}
.woocommerce-account .addresses .title h3 {
  float: right;
}
.woocommerce-account .addresses .title .edit {
  margin-right: 0.5rem;
  float: left;
}
.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-right: 0;
  padding-right: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-right: 0;
  padding-right: 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-left: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: left;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  margin-bottom: 1rem;
}
@media only screen and (min-width : 992px) {
  .woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    padding: 1.2rem;
  }
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-shipping-fields {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
.woocommerce-billing-fields__field-wrapper p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
@media only screen and (min-width : 992px) {
  .woocommerce-billing-fields__field-wrapper {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

#order_review_heading {
  margin-top: 2rem;
}

@media only screen and (min-width : 992px) {
  #order_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  #order_review .woocommerce-checkout-payment {
    width: 50%;
  }
}

#place_order {
  width: 100%;
  background: -o-radial-gradient(6% 18%, 862px, rgb(45, 206, 162) 9.4%, #28b992 83.6%);
  background: radial-gradient(862px at 6% 18%, rgb(45, 206, 162) 9.4%, #28b992 83.6%);
  border: rgb(255, 90, 95);
  color: white;
}

/**
 * Cart/checkout page
 */
#billing_country_field {
  display: none;
}

.woocommerce-checkout .col-2 {
  display: none;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart table.cart .coupon,
.woocommerce-checkout table.cart .coupon,
#add_payment_method table.cart .coupon {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}
.woocommerce-cart table.cart .coupon input,
.woocommerce-checkout table.cart .coupon input,
#add_payment_method table.cart .coupon input {
  width: auto;
  margin: 0 0.5rem;
}
.woocommerce-cart table.cart .coupon label,
.woocommerce-checkout table.cart .coupon label,
#add_payment_method table.cart .coupon label {
  display: none;
}
.woocommerce-cart table.cart .actions button,
.woocommerce-checkout table.cart .actions button,
#add_payment_method table.cart .actions button {
  float: left;
}
.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 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: 0.4em;
  height: auto;
}
.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-right: 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: #757575;
  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-right: 0;
  border-left: 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: #757575;
}
.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: #ce2daa;
}
.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 #d8efe9;
}
.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: right;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: right;
}
.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: right;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #757575;
  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: right;
  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: #d8efe9;
  border-radius: var(--border-radius-boxes);
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: right;
  padding: 1em;
  border-bottom: 1px solid #b3e1d4;
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  margin: 0;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.77);
  margin-bottom: 0.5rem;
  padding: 1rem;
  border-radius: var(--border-radius-boxes);
}
.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 0 0 1em;
}
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li label {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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 {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          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-right: 2px;
}
.woocommerce-cart #payment ul.payment_methods li .payment_box,
.woocommerce-checkout #payment ul.payment_methods li .payment_box,
#add_payment_method #payment ul.payment_methods li .payment_box {
  display: none !important;
}
.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 div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.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: left;
  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);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

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

.site-header__cart {
  position: fixed;
  bottom: 5.5rem;
  left: 1rem;
  background: white;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin: 0;
  -webkit-box-shadow: 0 1px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  display: none;
}
.site-header__cart[data-count]:not([data-count="0"]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-shadow: 0 0 0 0 rgb(45, 206, 162);
          box-shadow: 0 0 0 0 rgb(45, 206, 162);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.site-header__cart[data-count]:not([data-count="0"]) .badge {
  background: rgb(255, 90, 95);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgb(45, 206, 162), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgb(45, 206, 162), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgb(45, 206, 162), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgb(45, 206, 162), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width : 992px) {
  .site-header__cart {
    bottom: 11rem;
    left: 3rem;
    width: 60px;
    height: 60px;
  }
}
.is-mobile.single-product .site-header__cart {
  bottom: 11rem;
}

.radio-select {
  padding: 0.4rem 0.4rem;
  min-width: 40px;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px solid RGB(233, 236, 239);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio-select.selected {
  border-color: var(--colors-green);
  -webkit-box-shadow: 0 0 0 1px var(--colors-green);
          box-shadow: 0 0 0 1px var(--colors-green);
  font-weight: bold !important;
}
.radio-select.selected .radio-select__color::before {
  position: absolute;
  content: "\e937";
  font-family: "proshopicons" !important;
  color: white;
}
.radio-select.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.radio-select input {
  display: none;
}
.radio-select__color {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #333;
  margin-left: 0.3rem;
}

.woocommerce-product-gallery__image img,
.product__image img {
  background-image: url("data:image/webp;base64,UklGRuAGAABXRUJQVlA4WAoAAAAQAAAAKwEAKwEAQUxQSDwFAAABoIVteyFJSzXHs7Zt279trm0e2bZt27Zt2/buWNtd33ryJXXly9FWREBw20aSZNmAF7VdvWcf1bP7AKZV2P7L9l+2/7L9l+2/bP/1OUIZddNpVHr6T2fUJTmHmAAXsumRXBPgPZdzalGmwIfcyKc/8syGj7lTUHsyHz7F/SJ6I+9C+DQPi2tNTy4Aj0tpTF8AyfOsnMaM8vC8oqaMLgA+XlbWlc5tPdkrv6tqR+YChohqeiE3LgCvqmtFZgGWiBoakZmAJ/JLbVjRmA6gTXaLCUDU17oQUf5GC7YQR/Q3erAjTareefAOTaoBiwG0yd5lIJ6or8nuSwFkmOjrO88ikEPkl5qx+AP+Ubdx1ovFH7OrkU8r7J6F6l0NxpD+gtq7BHTe+Q7KNXQh5ofB1lfVCc0MdBfhCDLtmi6g60N1TRPQBdVqNK6TYZMM+e+gajVNiLDBKuRd+s5Eh8N36LZ7loDZxNaXlUm/SxDvV5UJy2wBXR+qZw66S3IlqlY00EH5DrXVM0/AqLRalaJI6jTfk3oWCOnyBiO+oOaVzQK6iErlUyXvQnQs4G8pGcVGGPlvoR7ufk9ot0KN/ZmKP1hBz2YZ/0HibNZxwj8EjOK7pVyTvNms5cS6xM4m+2I4qRFpdwmSfAvlxqTNZr36Wtl2z8V2iRR6iKpNaFqolkrpZ6jalKSn2pL9BOXmKv5XGNgunRIPUG6m3EyUnPxOAR/ZDZQVu4FjrOTRGq+6MzzZzqImq6/UDDXl9hqR4BPx+5vuAMq11Cmjvym5R4g62IVvRd2T/qXM9PBjuqi8dyuGJ2gNxnE/KDIdrREAX1cHQxO4ErWc/YUSVc0qATCHuQR4HcYPQlSoHEmyZ/sk0z0MTfBuhLar8Y0zkmdLhiUBDE2ai/xqqMaBvnJ7sqwOYmiKRHA/2A1XowqbMjsHKwUMNjQ5NV2VV8AHJc7GxVT8fgrH88lXnimS+pYKmK3Rd7y7gE+HDVUq5JGsUV5iCiHVCTil0AdvPSXNxs86A6UKcZy67FWn0ryQ0hG6iJow3Q3glFIXZftaqcPVnKinLluBU9cDVaqUjyzUL2dHneknAa/qM6XSSviOELqQFXc8Nnl1yqtWeU9YZfRCFtRNXAc/cMqv3BeBVfdZY/RMJoZRex/wapWhWhmTLdFPZ0Bt0dnPv2KWlymX1Hct0E+g4h5lArc6MQXzi98vO8fSok7wq4GfIx4Vy5gsO0fSoBaALmBeg1lM0a9kkpyDqTFzNEEdWzswRSN3tgOpGL8yLTcBobUuRUdu35uSccvZ6AlguJWe4L4LsfBccS+giK1IcN/BHaPQ4iRc/I0JztZQxqmyi5ANYIhB7+jmEM5F3v/3vgYsi1z09g3BXJc9X016DHi2BNHb1wYlf8LNUWvOYxMEsD+c4C3CHMbHZxBnYL6fOy+6lgRiOJyK3g7mi/N71iyaO3P+8q3H7iaaII59qcjqVmRruEZlQSBZoxaUb5CLplS3ZI9tYOhTv1GeadMW5up0jCg1jbKeots4GVkUOmA1HSzEKMPd4ZWVFNnBw4gj+zKfZa5QlmRn9GHUOGJa4lxy5CtGI86aF+TrfE0nIxNv7bNS38E8XyuAkYrr1+1+acfHbb+5GLk4Co99KkNPxhd1MJoJ/WtlrFjFrPovhBGOkbL2ksei9GhJrVSMfoLLd938EnnQ9L/c3KVCENMGPMXqj9hyLZrr1/3alhH1i7mZfuAKz1W9Zrs+o6bNWbRw7tTRfdrXrJEr3MW0Ctt/2f7L9l+2/7L9l+2/Ph8oBlZQOCB+AQAAkCUAnQEqLAEsAT/9/v9/v7k4MiR/qAvwP4lpbuFsTiD+AMUB+gH8A0gD9AP4BZf+aA/GP0A/gF5po/+gH8A9/3v8Cd5AVUXbJHNYFrx+uUESffdWzs6wLXCAVUXbJHNX2WNPGnjTxp5UMFgewXoL0F6DHZN8o+UAhKZN8o/asKSFKEgW8rernMbTxqCkHsF3Ed0QdSRk7norWYBZY0pwH/VwCb6UzuW8rernMbTyn/HF3AE30pqJRQHGdwzebiOzQy0uNnn48+y1A3ibXibNbwrqzk5PXgIuBCJWFjzBbEdGoaLCkfOyyNC5YwmtvV3F0m+UeUvln6/dkKkMtY+gKqLtOUhSPzKceLj2C9it0m+UfL3/BwcJDaytZWsrWYCWt549gvQY1P2kKghtZWsrWVrhDxpAAPwnriv8AAE3+b/HFlO1hpY7jXvnd3Jkw6BlPp8M3/91+6st7WSxlE8B//7S/hx6jh+krDkj/YQhfy79wo6MaYMTfojjAAAAAA==");
  background-size: cover;
  color: transparent;
  background-color: rgb(255, 255, 255);
  background-size: 180%;
  background-position: center;
}

.woocommerce-page-description {
  line-height: 1.8em;
}
.woocommerce-page-description .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-page-description ul,
.woocommerce-page-description ol {
  list-style-position: inside;
}
.woocommerce-page-description h2,
.woocommerce-page-description h3 {
  font-weight: bold;
}
.woocommerce-page-description img {
  max-width: 100%;
  border-radius: 5px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.pswp {
  background: rgba(8, 8, 8, 0);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.pswp .pswp__bg {
  opacity: 0.7 !important;
}

@media only screen and (max-width : 992px) {
  .pswp {
    background: rgba(8, 8, 8, 0);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  .pswp .pswp__bg {
    opacity: 0 !important;
  }
  button.pswp__button--close {
    position: fixed;
    bottom: 80px;
    background-color: rgb(71, 71, 71) !important;
    right: calc(50% - 20px);
    border-radius: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    opacity: 1;
  }
}