@charset "UTF-8";
.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: var(--text-xl) !important;
}
.woocommerce-Reviews .commentlist {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-s) !important;
  margin-top: var(--space-l) !important;
}
.woocommerce-Reviews .commentlist:before {
  all: unset !important;
}
.woocommerce-Reviews .commentlist:after {
  all: unset !important;
}
.woocommerce-Reviews .commentlist .comment-text {
  margin: 0 !important;
  padding: var(--space-m) !important;
}
.woocommerce-Reviews .commentlist .comment-author-peter {
  margin: 0 !important;
}
.woocommerce-Reviews #review_form_wrapper {
  margin-top: var(--space-m) !important;
}
.woocommerce-Reviews .comment-form-author {
  margin-right: var(--space-m) !important;
}
.woocommerce-Reviews .comment-form-email {
  margin-left: 0;
}
.woocommerce-Reviews #wp-comment-cookies-consent {
  display: none !important;
}
.woocommerce-Reviews #wp-comment-cookies-consent:checked ~ label:before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/checkboxes/check-mark.svg), #ffffff;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--primary-light);
}
.woocommerce-Reviews .form-submit {
  margin-top: var(--space-m) !important;
}
@media (max-width: 1023px) {
  .woocommerce-Reviews .commentlist {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .woocommerce-Reviews .commentlist {
    grid-template-columns: 1fr;
  }
}
@font-face {
  font-family: star;
  src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);
  src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
.comment-form-author {
  display: flex;
  flex-direction: column;
  float: left;
  width: 48%;
  margin-right: 2%;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.comment-form-cookies-consent > label {
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent > label:before {
  width: 1.9rem;
  height: 1.9rem;
  min-width: 1.9rem;
  border: 2px solid var(--shade-light);
  border-radius: var(--radius-xs);
  background-color: #ffffff;
  content: "";
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -3px;
  margin-right: 8px;
  cursor: pointer;
}
.wa-product-reviews input[type=checkbox] {
  display: none;
}
.wa-product-reviews input[type=checkbox]:checked ~ label:before {
  background: url(/wp-content/themes/wooptima-oxygen-theme/assets/checkboxes/check-mark.svg), #ffffff;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--primary-light);
}
.comment-form-email {
  display: flex;
  flex-direction: column;
}
p.comment-form-comment {
  margin-block: 0px;
  margin-bottom: 2rem;
}
.comment-form-rating p.stars {
  margin-block: 0px;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
  padding: 0px;
}
.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: var(--shade-medium);
  font-size: var(--text-s);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: var(--space-l);
  border-radius: var(--radius-s);
  background: var(--shade-ultra-light);
}
.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 .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  overflow: hidden;
  position: absolute;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  right: var(--space-m);
  top: var(--space-m);
  font-family: star;
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: var(--shade-ultra-dark-trans-20);
  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 {
  color: var(--primary);
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
  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 {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::after, .woocommerce #review_form #respond::before {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  max-height: 10rem;
}
.woocommerce p.stars a {
  position: relative;
  height: 2.6rem;
  width: 2.6rem;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 2.6rem;
  font-family: WooCommerce;
  content: "";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "";
}
.woocommerce p.stars:hover a::before {
  content: "";
}
.woocommerce p.stars.selected a.active::before {
  content: "";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "";
}
.woocommerce #reviews .comment-text p {
  margin-block: 0px;
}
span#reply-title {
  display: none;
}
ol.commentlist {
  padding: 0px;
}
strong.woocommerce-review__author {
  font-size: var(--text-m);
  color: var(--base);
}
.comment-form-rating {
  display: flex;
  align-items: center;
}
.comment-form-rating label {
  font-weight: 700;
  margin-right: var(--space-xs) !important;
  display: block;
}
div#review_form span.required {
  color: #a74040;
}
.comment-form-rating {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-xs);
}
@media (max-width: 768px) {
  .comment-form-cookies-consent {
    margin-bottom: var(--space-m) !important;
  }
  .comment-form-author, .comment-form-email {
    width: 100%;
    margin-bottom: var(--space-s) !important;
  }
  .wa-product-tabs-wrapper .tabs-6091-tab-active::after {
    display: none;
  }
  body .wa-product-tabs .tab-accordion {
    padding: var(--space-m);
    background: var(--shade-ultra-light);
    border-radius: var(--radius-l);
    margin-bottom: var(--space-l);
  }
  body .wa-product-tabs .tab-accordion .wa-mobile-accordion_arrow {
    transition: transform 300ms ease-in;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active {
    margin-bottom: var(--space-m);
    background: var(--primary);
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active > div {
    color: white;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active > div svg {
    color: white;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active .ct-text-block {
    color: white !important;
  }
  body .wa-product-tabs .tab-accordion.tabs-6091-tab-active .wa-mobile-accordion_arrow {
    transform: rotate(90deg);
  }
  body .wa-product-tabs .oxy-tabs-contents-wrapper .oxy-tab-content {
    margin-bottom: var(--space-l);
  }
  body .wa-product-tabs .oxy-tabs-contents-wrapper .oxy-tab-content p {
    margin: 0;
  }
}
@media only screen and (max-width: 380px) {
  .comment-form-rating {
    flex-direction: column;
    align-items: start;
  }
  .comment-form-rating label {
    margin-bottom: var(--space-xs) !important;
  }
  .woocommerce .star-rating {
    position: relative;
    top: auto;
    left: 0;
  }
}
.tab-accordion {
  border: none;
  width: 100%;
}
.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus {
  color: var(--primary-trans-80);
}
.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before {
  font-size: 3rem;
}
.wa-product-primary-wrapper .wa-product-main-area .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:hover {
  color: var(--primary-hover);
}
.wa-product-tabs-wrapper .oxy-tab {
  font-size: var(--text-l);
  transition: 0.1s all;
  padding: 0 4rem 0 0;
}
.wa-product-tabs-wrapper .oxy-tab::after {
  content: "";
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  border-radius: var(--radius-m);
  width: 0%;
  height: 0em;
  background: var(--primary);
}
.wa-product-tabs-wrapper .oxy-tab-content p {
  margin-top: 0;
}
.wa-product-tabs-wrapper .tabs-6091-tab-active .ct-text-block {
  color: var(--base) !important;
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.wa-product-tabs-wrapper .tabs-6091-tab-active::after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: var(--primary);
}
.wa-product-tabs-wrapper .tabs-contents-6091-tab {
  padding: 0px;
}
.wa-product-reviews {
  margin-bottom: var(--space-l);
}
.wa-average-rating {
  background: var(--shade-ultra-light);
  border-radius: var(--radius-m);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.wa-average-rating__heading {
  font-size: calc(var(--space-m) * 0.85);
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: var(--space-m);
  background: var(--primary-ultra-light);
  color: var(--primary);
}
.wa-average-rating__value {
  font-size: calc(var(--text-xxl) * 2);
  font-weight: 700;
  line-height: 1;
  padding: var(--space-s);
}
.wa-average-rating__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  padding: var(--space-m);
  height: 100%;
  justify-content: center;
}
.wa-average-rating__stars {
  display: flex;
  justify-content: center;
  margin-bottom: var(--space-m);
}
.wa-average-rating__stars .star-rating {
  position: relative;
  right: auto;
  top: auto;
}
body .wa-primary-product-grid .wpgb-page-dots {
  margin-top: var(--space-m);
}
.wa-product-card-ship-pay {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  width: 100%;
}
.wa-product-card-ship-pay__heading {
  font-size: var(--text-l);
}
.wa-product-card-ship-pay-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  width: 100%;
}
.wa-product-card-ship-pay-inner__body {
  width: 100%;
}
.wa-product-card-ship-pay-inner a {
  text-decoration: underline;
  text-align: left;
}
.wa-product-card-ship-pay-inner a:hover {
  text-decoration: underline;
  color: var(--primary-hover) !important;
}
.wa-product-card-ship-pay-box {
  display: flex;
  flex-direction: column !important;
  gap: var(--space-xs);
  align-items: center !important;
  justify-content: center !important;
  padding-inline: var(--space-xs);
  height: 15rem !important;
  background-color: var(--shade-ultra-light);
  border-top-width: 5px;
  border-top-color: var(--shade-light);
  border-top-style: solid;
}
@media (max-width: 487px) {
  .wa-product-card-ship-pay-box {
    height: 13rem !important;
  }
}
.wa-product-card-ship-pay-box__logo {
  height: 4rem;
  width: auto;
  object-fit: contain;
}
.wa-product-card-ship-pay-box__name {
  color: var(--base);
  text-align: center;
}
.wa-product-card-ship-pay-box__price {
  color: var(--primary) !important;
  text-align: center;
  font-weight: 700;
}

