ul.tabs.wc-tabs {
  display: none;
}

/* ! Rating stars */
.home .star-rating,
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.home .star-rating::before,
.woocommerce .star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.home .star-rating span,
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.home .star-rating::before,
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.home .star-rating {
  float: none;
}
.sk-product-item .star-rating {
  text-align: center;
  margin: auto !important;
  margin-top: 10px !important;
}

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

/* ! reviews style */

/* .sk-entry.sk-woo-product__shipping {
  margin-bottom: 100px;
} */

h2.woocommerce-Reviews-title {
  margin-bottom: 40px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

ol.commentlist li::marker {
  content: none;
}

.comment_container {
  border: 1px solid black;
  margin-bottom: 15px;
  padding: 15px;
}

.comment-form-rating {
  display: flex;
  align-items: center;
}

.comment-form-rating>label {
  margin-bottom: 0;
  margin-right: 20px;
}

p.stars {
  margin: 0 !important;
  line-height: 1;
}

span#reply-title {
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-size: 23px;
  display: block;
  margin-bottom: 8px;
}

input#submit {
  width: 100%;
  height: 52px;
  overflow: hidden;
  /* background: black; */
  text-transform: uppercase;
  color: white;
  border: none;
  transition: background-position .3s cubic-bezier(.47, .1, 1, .63),
  color .2s linear;
  transition-delay: 0.0s, 0.15s;
  background-image: linear-gradient(90deg,
    #000 0%,
    #000 50%,
    #e9c98c 50%,
    #e9c98c 100%);
  background-size: 200%;
}
input#submit:hover {
  background-position: -100% 100%;
  color: #000;
}

div#comments {
  margin-bottom: 50px;
}

.comment-form-rating label {
  display: none;
}

p.comment-form-comment label {
  display: none;
}

#coreterno-reviews {
  clear: both;
  padding-top: 100px;
}

.comment_container > img {
  display: none;
}

span#reply-title:after {
  content: '!';
  top: 0;
  margin-left: -4px;
}

span#reply-title {
  position: relative;
}

.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  display: block;
}
.comment-form-author input,
.comment-form-email input {
  width: 100%;
}
@media (min-width: 650px) {
  .comment-form-author,
  .comment-form-email {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .comment-form-author {
    margin-right: 7px !important;
  }
  .comment-form-email {
    margin-left: 7px !important;
  }
}

.hustle-ui.hustle-slidein {
  background-color: rgba(0,0,0,0);
  backdrop-filter: blur(0px);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, visibility 0.1s ease 0.3s;
}
.hustle-ui.hustle-slidein.hustle-show {
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(3px);
  transition: background-color 0.3s ease 0.1s, backdrop-filter 0.3s ease 0.1s, visibility 0.1s ease;
}
.hustle-ui.hustle-slidein .hustle-slidein-content {
  height: 100vh;
}
.hustle-ui.hustle-slidein .hustle-slidein-content>[class*=hustle-] {
  max-height: none !important;
  height: 100% !important;
}
.hustle-ui .hustle-main-wrapper {
  height: 100% !important;
  background-color: #ffffff;
}
.hustle-ui > .hustle-slidein-content > .hustle-info > .hustle-main-wrapper > .hustle-layout {
  border: none !important;
}

.contact-store {
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  margin: 0 0 3.2rem; 
}
.contact-store__desc {
  order: 0;
  text-align: center;
}
.contact-store__desc address {
  margin-bottom: 0;
}
.contact-store__image {
  order: 1;
  display: block;
  margin-inline: auto;
  max-width: min(100%, 889px);
}

.ywdpd_popup.cart {
  --proteo-button_1_border_color: #000;
  --proteo-button_1_bg_color: #000;
  --proteo-button_1_border_hover_color: #444;
  --proteo-button_1_bg_hover_color: #444;
  --proteo-general_link_color: #000;
  --proteo-general_link_hover_color: #444;
}
.ywdpd_popup.cart .ywdpd_single_product .price {
  display: none;
  visibility: hidden;
}
.ywdpd_popup.cart .ywdpd_single_product h5 {
  margin-bottom: 1rem;
}
.ywdpd_popup.cart .ywdpd_single_product .single_add_to_cart_button.button.simple {
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 15px 15px 16px;
  font-size: 1.4rem;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
}
