/* Set Font Secondary */
.quantity {
  margin-right: 0;
  position: relative;
  width: fit-content;
}
.quantity > input {
  width: 157px;
  color: var(--product_quantity_input_color, #010101);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  border: thin solid var(--product_border_color, #CCC7C2);
  border-radius: 0;
  line-height: 45px;
}
.quantity .quantity-icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--secondary-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}
.quantity .quantity-icon.quantity-down {
  left: 29px;
}
.quantity .quantity-icon.quantity-down::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--product_quantity_button_color, #010101);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quantity .quantity-icon.quantity-up {
  right: 29px;
}
.quantity .quantity-icon.quantity-up::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--product_quantity_button_color, #010101);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quantity .quantity-icon.quantity-up::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: var(--product_quantity_button_color, #010101);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single.single-product .product .product-details {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  column-gap: 56px;
}
@media screen and (max-width: 1199px) {
  .single.single-product .product .product-details {
    gap: 30px;
  }
}
.single.single-product .product .product-details .woocommerce-product-gallery {
  position: relative;
  margin: 0 !important;
  flex: 0 1 683px;
  max-width: 683px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .single.single-product .product .product-details .woocommerce-product-gallery {
    flex: 0 1 600px;
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-product-gallery {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery {
    flex-direction: column;
  }
}
.single.single-product .product .product-details .woocommerce-product-gallery.woocommerce-gallery-single {
  border: thin solid var(--product_gallery_border, #010101);
  border-radius: 20px;
  overflow: hidden;
}
.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px !important;
  right: 15px !important;
  color: var(--product_gallery_border, #010101);
  border: thin solid var(--product_gallery_border, #010101) !important;
  transition: color 0.3s linear, background-color 0.3s linear;
}
.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  border-color: currentColor !important;
}
.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  background-color: currentColor !important;
}
.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: var(--product_gallery_border, #010101);
  color: #FFF !important;
}
.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  height: 604px;
}
@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
    height: auto;
  }
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-viewport {
  flex: 0 1 auto;
  border: thin solid var(--product_border_color, #CCC7C2);
  border-radius: 20px;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image body {
    background-color: lightblue;
  }
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image .your-class {
    font-size: 18px;
  }
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  right: 15px;
  bottom: 15px;
  gap: 10px;
  width: auto;
  display: inline-flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s linear, transform 0.3s linear;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav > li {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 99;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav > li.flex-nav-next {
  transform: scaleX(-1);
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav > li a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--product_gallery_border, #010101);
  border: 1px solid var(--product_gallery_border, #010101);
  border-radius: 42px;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav > li a:before {
  content: "\f136";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  display: inline-flex;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-direction-nav > li a:hover {
  background-color: var(--product_gallery_border, #010101);
  color: #FFF;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav {
  flex: 0 0 158px;
  display: flex;
  flex-direction: column;
  height: 604px;
  overflow: scroll !important;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar {
  display: none;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav {
  gap: 18px;
}
@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav {
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
    overflow: visible !important;
    gap: 15px;
    margin-right: -15px;
  }
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  float: none !important;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--product_border_color, #CCC7C2);
  background-color: #FFF;
  flex: 0 0 189px;
}
.single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav > li img {
  transition: 0.3s linear;
}
@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav > li {
    flex: 0 1 calc(33.33333% - 15px);
    max-width: calc(33.33333% - 15px);
    padding: 15px;
  }
}
@media screen and (max-width: 360px) {
  .single.single-product .product .product-details .woocommerce-product-gallery .flex-control-nav > li {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.single.single-product .product .product-details .woocommerce-product-gallery:hover .flex-direction-nav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}
.single.single-product .product .product-details .summary {
  flex: 1 1 calc(100% - 739px);
  max-width: auto;
  padding: 0;
  margin: 0 !important;
}
.single.single-product .product .product-details .summary > .woosc-btn, .single.single-product .product .product-details .summary > .woosw-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .summary {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.single.single-product .product .product-details .summary .product_title {
  color: var(--product_title_color, #010101);
  font-family: var(--secondary-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.333333;
  letter-spacing: -2px;
  margin-bottom: 20px;
  max-width: 430px;
}
@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .summary .product_title {
    max-width: 100%;
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .summary .product_title {
    font-size: 26px;
  }
}
.single.single-product .product .product-details .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.single.single-product .product .product-details .summary .woocommerce-product-rating > a {
  color: var(--product_rating_color, #5F5F5F);
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.single.single-product .product .product-details .summary .price {
  color: var(--product_price_color, #010101);
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.single.single-product .product .product-details .summary .price .woocommerce-Price-amount {
  font-size: inherit;
  color: inherit;
}
.single.single-product .product .product-details .summary .woocommerce-product-details__short-description {
  color: var(--product_desc_color, #5F5F5F);
  text-align: justify;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 25px;
}
.single.single-product .product .product-details .summary form.cart {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 16px;
  max-width: 384px;
  margin-bottom: 37px;
}
.single.single-product .product .product-details .summary form.cart::before {
  content: "Quantity";
  display: inline-block;
  color: var(--product_meta_color, #010101);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
}
.single.single-product .product .product-details .summary form.cart::after {
  display: none;
}
.single.single-product .product .product-details .summary form.cart .quantity > input {
  width: 157px;
  -moz-appearance: textfield;
  appearance: textfield;
}
.single.single-product .product .product-details .summary form.cart > .woosc-btn, .single.single-product .product .product-details .summary form.cart > .woosw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: var(--product_button_secondary_bg, #D5D5D5);
  color: var(--product_button_secondary_text, #010101);
  font-size: 17px;
  transition: 0.3s;
}
.single.single-product .product .product-details .summary form.cart > .woosc-btn:hover, .single.single-product .product .product-details .summary form.cart > .woosw-btn:hover {
  background-color: var(--product_button_hover_bg, #010101);
  color: var(--product_button_hover_text, #D5D5D5);
}
.single.single-product .product .product-details .summary form.cart .single_add_to_cart_button {
  flex: 1 0 100%;
  border-radius: 100px;
  background-color: var(--product_button_primary_bg, #010101);
  line-height: 45px;
  color: var(--product_button_primary_text, #FFF);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  transition: 0.3s;
  border: thin solid var(--product_button_primary_border, #010101);
}
.single.single-product .product .product-details .summary form.cart .single_add_to_cart_button:hover {
  background-color: #FFF;
  color: var(--product_button_primary_bg, #010101);
}
.single.single-product .product .product-details .summary form.cart .added_to_cart.wc-forward {
  display: none;
}
.single.single-product .product .product-details .summary .product_meta {
  margin-bottom: 36px;
}
.single.single-product .product .product-details .summary .product_meta > span {
  display: block;
  color: var(--product_meta_color, #010101);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.single.single-product .product .product-details .summary .product_meta > span + span {
  margin-top: 7.5px;
}
.single.single-product .product .product-details .summary .product_meta > span > span, .single.single-product .product .product-details .summary .product_meta > span > a {
  color: var(--product_meta_value_color, #5F5F5F);
}
.single.single-product .product .product-details .summary .product_meta > span.tagged_as > a {
  position: relative;
  display: inline-block;
}
.single.single-product .product .product-details .summary .product_meta > span.tagged_as > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.single.single-product .product .product-details .summary .product_meta > span.tagged_as > a:hover {
  color: var(--product_meta_color, #010101);
}
.single.single-product .product .product-details .summary .woocommerce-social-share {
  display: flex;
  align-items: center;
  column-gap: 18px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.single.single-product .product .product-details .summary .woocommerce-social-share .woocommerce-social-label {
  color: var(--product_meta_color, #010101);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.single.single-product .product .product-details .summary .woocommerce-social-share > div {
  display: flex;
  gap: 11px;
}
.single.single-product .product .product-details .summary .woocommerce-social-share > div .woocommerce-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--product_social_share_bg, var(--subtitle-text-color));
  color: var(--product_social_share_text, #010101);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single.single-product .product .product-details .summary .woocommerce-social-share > div .woocommerce-social-item .social-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.single.single-product .product .product-details .summary .woocommerce-social-share > div .woocommerce-social-item:hover {
  background-color: var(--product_button_hover_bg, #010101);
  color: var(--product_social_share_bg, var(--subtitle-text-color));
}
.single.single-product .product .product-details .woocommerce-tabs {
  flex: 1 0 100%;
  margin-top: 44px;
}
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  border-bottom: thin solid var(--product_tab_border, rgba(101, 138, 118, 0.22));
  padding-bottom: 13px;
}
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs::before, .single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs::after {
  display: none;
}
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs > li {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -1px;
  border: none;
  padding: 0;
  margin: 0;
  background-color: var(--product_tabs_bg_color, #FFF);
}
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs > li::before, .single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs > li::after {
  display: none;
}
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs > li a {
  padding: 0;
  font-weight: inherit;
  color: var(--product_tabs_title_inactive_color, #5F5F5F);
}
.single.single-product .product .product-details .woocommerce-tabs ul.wc-tabs > li.active a {
  color: var(--product_tabs_title_color, #010101);
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0;
  padding-top: 30px;
  color: var(--product_tabs_content_color, #5F5F5F);
  text-align: justify;
  font-family: Kanit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews {
    flex-direction: column;
  }
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews .clear {
  display: none;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
  flex-basis: 60%;
}
@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments {
    flex-basis: auto;
  }
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist {
  padding: 0;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container {
  display: flex;
  gap: 20px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container img, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container img {
  position: relative;
  width: 42px;
  height: 42px;
  border: thin solid var(--product_border_color, #D5D5D5);
  border-radius: 50%;
  padding: 0;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text {
  margin: 0;
  padding: 15px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .star-rating, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
  width: 100px;
}
@media screen and (max-width: 575px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .star-rating, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
    position: relative;
    top: auto;
    right: auto;
  }
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 16px;
  color: var(--product_meta_color, #010101);
  font-weight: 500;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .description, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .description {
  font-size: 16px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .review .comment_container .comment-text .description p, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .description p {
  margin: 0;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper {
  flex-basis: 40%;
}
@media screen and (max-width: 991px) {
  .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper {
    flex-basis: auto;
  }
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper #reply-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--product_meta_color, #010101);
  margin-bottom: 15px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper input, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper textarea {
  width: 100%;
  line-height: 58px;
  border-radius: 100px;
  border: thin solid var(--product_border_color, #D5D5D5);
  background-color: #FFF;
  padding-inline: 27px 25px;
  color: var(--product_desc_color, #5F5F5F);
  font-family: var(--secondary-font);
  font-size: 15px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper input:focus, .single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper textarea:focus {
  border-color: var(--product_meta_color, #000);
  color: var(--product_meta_color, #000);
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form > p label {
  display: flex;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form > p label .required {
  color: var(--subtitle-text-color);
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form > p.comment-form-cookies-consent {
  display: flex;
  align-items: start;
  gap: 8px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form > p.comment-form-cookies-consent #wp-comment-cookies-consent {
  width: fit-content;
  margin: 0;
  flex-shrink: 0;
  margin-top: 8px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-rating .stars a {
  color: var(--product_rating_color, #010101);
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-comment label {
  display: inline-block;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .comment-form-comment textarea {
  min-height: 200px;
  border-radius: 15px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .form-submit {
  margin: 0;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .form-submit .submit {
  width: fit-content;
  border-radius: 100px;
  background-color: var(--product_button_primary_bg, #010101);
  line-height: 45px;
  color: var(--product_button_primary_text, #FFF);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  transition: 0.3s;
  border: thin solid var(--product_button_primary_border, #010101);
  padding-inline: 32px;
}
.single.single-product .product .product-details .woocommerce-tabs .woocommerce-Tabs-panel #reviews #review_form_wrapper form.comment-form .form-submit .submit:hover {
  background-color: #FFF;
  color: var(--product_button_primary_bg, #010101);
}
.single.single-product .product .product-details .related.products {
  flex: 1 0 100%;
  margin-top: 71px;
}
.single.single-product .product .product-details .related.products > h2 {
  color: var(--product_title_color, #010101);
  font-family: var(--secondary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.0125;
  letter-spacing: -1px;
  margin-bottom: 31px;
}
.single.single-product .product .product-details .related.products ul.products li.product .product-title {
  color: var(--product_title_color, #010101);
}
.single.single-product .product .product-details .related.products ul.products li.product .product-title a {
  color: inherit;
}
.single.single-product .product .product-details .related.products ul.products li.product .product-price {
  color: var(--product_price_color, #010101);
}
.single.single-product .product .product-details .related.products ul.products li.product .product-price .price {
  color: inherit;
}

/*# sourceMappingURL=single-product.css.map */
