body.single-product #content_wrapper > .container:nth-child(1) {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  body.single-product #content_wrapper > .container:nth-child(1) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
body.single-product #content_wrapper > .container:nth-child(1) .page-title {
  display: none;
}
body.single-product #content_wrapper .container.product.type-product .row > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.single-product #content_wrapper .container.product.type-product .row > div {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  body.single-product #content_wrapper .container.product.type-product .row > div:nth-child(2) {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body.single-product #content_wrapper .container.product.type-product .row > div:nth-child(1) {
    flex: 0 0 calc(62% - 48px);
    max-width: calc(62% - 48px);
  }
}
@media (min-width: 992px) {
  body.single-product #content_wrapper .container.product.type-product .row > div:nth-child(2) {
    flex: 0 0 39%;
    max-width: 39%;
  }
}
body.single-product #content_wrapper a.button, body.single-product #content_wrapper button[type=submit] {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body.single-product .product_gallery_wr {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  body.single-product .product_gallery_wr {
    margin-bottom: 50px;
  }
}
body.single-product .product_gallery_wr .slick_wr.slick-initialized.slick-dotted {
  padding-bottom: 20px;
}
body.single-product .product_gallery_wr .slick_wr.slick-initialized.slick-dotted ul.slick-dots li {
  margin: 0 6px !important;
}
body.single-product .product_gallery_wr .featured_wrapper {
  height: 300px;
}
@media (min-width: 768px) {
  body.single-product .product_gallery_wr .featured_wrapper {
    height: 400px;
  }
}
@media (min-width: 992px) {
  body.single-product .product_gallery_wr .featured_wrapper {
    height: 500px;
  }
}
body.single-product .product_gallery_wr .featured_wrapper .cover_image > img {
  object-fit: contain;
}
@media (min-width: 768px) {
  body.single-product .product_gallery_wr .featured_wrapper .cover_image > img {
    object-fit: cover;
  }
}
body.single-product .product_gallery_wr .featured_wrapper .video_bt {
  left: 16px;
  bottom: 16px;
  top: unset;
  transform: unset;
}
body.single-product {
  /*fixed cart form start*/
}
body.single-product form.cart.position-fixed {
  width: 100vw;
  bottom: 0;
  z-index: 5;
  left: 0;
  background: #fff;
  padding: 15px;
  justify-content: center;
}
body.single-product form.cart.position-fixed > .product-events {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  flex-direction: row !important;
  justify-content: center;
}
@media (max-width: 767.98px) {
  body.single-product form.cart.position-fixed > .product-events {
    justify-content: flex-start;
  }
}
body.single-product form.cart.position-fixed .quantity, body.single-product form.cart.position-fixed .single_wishlist {
  display: none !important;
}
body.single-product form.cart.position-fixed .single_add_to_cart_button {
  font-size: 0;
  gap: 0 !important;
}
@media (max-width: 767.98px) {
  body.single-product form.cart.position-fixed .single_add_to_cart_button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #82a91d;
  }
}
body.single-product form.cart.position-fixed .single_variation_wrap .woocommerce-variation-add-to-cart {
  justify-content: center;
}
body.single-product form.cart.position-fixed .single_add_to_cart_button {
  position: relative;
}
body.single-product form.cart.position-fixed .single_add_to_cart_button::after {
  content: url("../../../images/ico_cart_active.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.single-product form.cart.position-fixed .variations {
  max-width: 261px;
}
body.single-product form.cart.position-fixed .variations .nice-select .list {
  top: 0;
}
body.single-product .product-page-container form.cart.position-fixed .product-events .input-group .form-control[type=number] {
  max-width: 50px;
}
body.single-product .fixed_price {
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
}
body.single-product .fixed_price ins {
  text-decoration: unset;
}
@media (min-width: 375px) {
  body.single-product .product-page-container form.cart.position-fixed .product-events .input-group .form-control[type=number] {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  body.single-product form.cart.position-fixed .single_add_to_cart_button {
    font-size: 15px;
    gap: 11px !important;
    width: auto;
    height: 40px;
    padding: 0 28px;
  }
  body.single-product form.cart.position-fixed .single_add_to_cart_button::after {
    display: none;
  }
  body.single-product form.cart.position-fixed .quantity {
    display: flex !important;
    width: 174px !important;
    height: 40px;
    margin-bottom: 0 !important;
    margin-right: 10px;
  }
  body.single-product form.cart.position-fixed .variations {
    max-width: 580px;
  }
  body.single-product .fixed_price {
    font-size: 25px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  body.single-product form.cart.position-fixed {
    padding: 30px 0;
  }
}
body.single-product {
  /*fixed cart form end*/
}

/*product gallery thumbnails start*/
@media (min-width: 992px) {
  .slick_main_slider_wr.slick-vertical {
    margin-left: 160px;
  }
  .slick_main_slider_wr.slick-vertical .slick-slide {
    height: 500px;
  }
  .slick_main_slider_wr.slick-vertical .slick-arrow {
    top: unset;
    bottom: -40px;
  }
  .slick_main_slider_wr.slick-vertical .slick-arrow.slick-prev {
    left: -88px;
  }
  .slick_main_slider_wr.slick-vertical .slick-arrow.slick-prev:before {
    content: "\f106";
  }
  .slick_main_slider_wr.slick-vertical .slick-arrow.slick-next {
    left: unset;
  }
  .slick_main_slider_wr.slick-vertical .slick-arrow.slick-next:before {
    content: "\f107";
  }
}
.slick_main_slider_wr .featured_wrapper {
  height: 300px;
}
@media (min-width: 768px) {
  .slick_main_slider_wr .featured_wrapper {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .slick_main_slider_wr .featured_wrapper {
    height: 500px;
  }
}
.slick_main_slider_wr .featured_wrapper .video_bt {
  left: 16px;
  bottom: 16px;
  top: unset;
  transform: unset;
}

.slick_thumb_slider_wr {
  margin-top: 15px;
}
.slick_thumb_slider_wr .thumbnail_wrapper {
  height: 100px;
}
@media (min-width: 992px) {
  .slick_thumb_slider_wr .thumbnail_wrapper {
    height: 120px;
  }
}
.slick_thumb_slider_wr .thumbnail_wrapper img {
  opacity: 0.5;
}
.slick_thumb_slider_wr .thumbnail_wrapper:hover img {
  opacity: 1;
}
.slick_thumb_slider_wr .thumbnail_wrapper .video_bt {
  width: 45px;
  height: 45px;
}
.slick_thumb_slider_wr .thumbnail_wrapper .video_bt:before {
  border-width: 5px 0 5px 7px;
}
.slick_thumb_slider_wr .thumbnail_wrapper {
  border: 1px solid #ebebeb;
}
.slick_thumb_slider_wr .slick-current .thumbnail_wrapper {
  border-color: #82A91D;
}
.slick_thumb_slider_wr .slick-current .thumbnail_wrapper img {
  opacity: 1;
}
.slick_thumb_slider_wr.slick-vertical {
  display: none;
}
@media (min-width: 992px) {
  .slick_thumb_slider_wr.slick-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 78px;
    position: absolute;
    overflow: hidden;
    left: 40px;
    top: 0;
    height: 500px;
  }
  .slick_thumb_slider_wr.slick-vertical .thumbnail_wrapper {
    height: 78px;
  }
  .slick_thumb_slider_wr.slick-vertical .slick-slide {
    margin-bottom: 12px !important;
  }
  .slick_thumb_slider_wr.slick-vertical .slick-next,
  .slick_thumb_slider_wr.slick-vertical .slick-prev {
    background: #fff;
    border-radius: 100%;
    left: calc(50% - 15px);
  }
  .slick_thumb_slider_wr.slick-vertical .slick-prev {
    top: 0;
  }
  .slick_thumb_slider_wr.slick-vertical .slick-prev:before {
    content: "\f106";
    margin-right: 0;
  }
  .slick_thumb_slider_wr.slick-vertical .slick-next {
    top: calc(100% - 30px);
  }
  .slick_thumb_slider_wr.slick-vertical .slick-next:before {
    content: "\f107";
    margin-left: 0;
  }
}

/*product gallery thumbnails end*/
.summary {
  z-index: 2;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.summary::-webkit-scrollbar {
  display: none;
}
.summary .page-title {
  margin-top: 16px !important;
}
.summary .page-title + div {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .summary .page-title + div {
    margin: 40px 0;
  }
}
.summary .page-title + div > a {
  font-weight: 500;
  line-height: 1.43;
  color: #82A91D;
}
.summary .badges_wr {
  position: relative;
}
.summary a.woocommerce-review-link {
  font-size: 12px;
}
.summary .in_stock, .summary .in-stock {
  color: #82A91D;
  padding-left: 24px;
  position: relative;
}
.summary .in_stock::before, .summary .in-stock::before {
  content: url(../../../images/ico_check_green.svg);
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.summary .out_of_stock, .summary .out-of-stock {
  color: #B23434;
}
.summary .out-of-stock, .summary .in-stock {
  display: none;
}
.summary .single_stock_wr .out-of-stock, .summary .single_stock_wr .in-stock {
  display: block;
  margin-bottom: 0;
}
.summary .single_sku_wr span {
  color: #787878;
}
.summary .backorder {
  color: yellow;
}
.summary .lh-volume-switcher {
  width: 100%;
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
  margin-top: 16px;
}
.summary .lh-volume-switcher select.lh-volume-switcher__select {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #1e1e1e;
  text-align: left;
  text-align-last: left;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 992px) {
  .summary .lh-volume-switcher select.lh-volume-switcher__select {
    min-height: 50px;
    line-height: 48px;
  }
}
.summary .lh-volume-switcher .nice-select {
  float: none;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  min-height: 40px;
  line-height: 38px;
  padding: 0 44px 0 14px;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  white-space: normal;
  overflow: visible;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 992px) {
  .summary .lh-volume-switcher .nice-select {
    min-height: 50px;
    line-height: 48px;
  }
}
.summary .lh-volume-switcher .nice-select::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  right: 14px;
  top: 20px;
  border-right: 1.5px solid #1e1e1e;
  border-bottom: 1.5px solid #1e1e1e;
  background: transparent;
  transform: translateY(-65%) rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 5;
}
@media (min-width: 992px) {
  .summary .lh-volume-switcher .nice-select::after {
    top: 25px;
  }
}
.summary .lh-volume-switcher .nice-select.open::after {
  transform: translateY(-35%) rotate(-135deg);
}
.summary .lh-volume-switcher .nice-select.open {
  box-shadow: 0 0 0 1px rgba(30, 30, 30, 0.08);
}
.summary .lh-volume-switcher .nice-select .current {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: inherit;
  min-height: 40px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .summary .lh-volume-switcher .nice-select .current {
    min-height: 50px;
  }
}
#content_wrapper .summary .lh-volume-switcher .nice-select .list {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  min-width: 0;
  max-width: none;
  box-sizing: border-box;
  margin: 0 -44px 0 -14px;
  width: calc(100% + 58px);
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background-color: #fff;
  z-index: auto;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: max-height 0.32s cubic-bezier(0.25, 0.85, 0.35, 1), opacity 0.2s ease;
  list-style: none;
}
#content_wrapper .summary .lh-volume-switcher .nice-select.open .list {
  max-height: 280px;
  margin-top: 0;
  border-top-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  opacity: 1;
  overflow-y: auto;
  pointer-events: auto;
}
#content_wrapper .summary .lh-volume-switcher .nice-select .list li.option, #content_wrapper .summary .lh-volume-switcher .nice-select .list > li {
  margin-bottom: 0;
  list-style: none;
}
#content_wrapper .summary .lh-volume-switcher .nice-select .option {
  line-height: 1.35;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  font-weight: 400;
  color: #1e1e1e;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  transition: background-color 0.15s ease;
}
#content_wrapper .summary .lh-volume-switcher .nice-select .option:not(:last-child) {
  margin-bottom: 0;
}
#content_wrapper .summary .lh-volume-switcher .nice-select .option:last-child {
  border-bottom: 0;
}
#content_wrapper .summary .lh-volume-switcher .nice-select .option:hover, #content_wrapper .summary .lh-volume-switcher .nice-select .option.focus, #content_wrapper .summary .lh-volume-switcher .nice-select .option.selected.focus {
  background-color: #f3f3f3;
  color: #1e1e1e;
}
#content_wrapper .summary .lh-volume-switcher .nice-select .option.selected {
  font-weight: 400;
  background-color: #fff;
  color: #1e1e1e;
}
#content_wrapper .summary .lh-volume-switcher .nice-select .list:hover .option.selected:not(:hover) {
  background-color: #fff;
  color: #1e1e1e;
}
.summary .product_price {
  min-height: 20px;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .summary .product_price {
    font-size: 24px;
  }
}
.summary .product_price::after {
  content: url(../../../images/ico_payment_inst.svg);
  width: 68px;
  height: 28px;
  margin-left: auto;
  order: 20;
}
.summary .product_price ins,
.summary .product_price del {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  width: auto;
}
.summary .product_price del {
  font-size: 12px;
  line-height: 1;
  color: #797979;
  order: 5;
  padding-left: 10px;
  padding-top: 6px;
}
@media (min-width: 1200px) {
  .summary .product_price del {
    font-size: 16px;
  }
}
.summary .product_price ins {
  color: #B23434;
  font-weight: 600;
}
.summary .product_price .from_label {
  margin-right: 5px;
  align-self: flex-end;
  margin-bottom: 2px;
}
.summary .product_price .woocommerce-variation-price .price {
  display: inline-flex;
}
.summary a[data-target="#backinstock"] {
  margin-top: 16px;
  margin-bottom: 6px;
}
.summary form.cart {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 6px;
  width: 100%;
  justify-content: space-between;
}
.summary form.cart > div:not(.quantity) {
  width: 100%;
}
.summary form.cart .variations {
  border: 0;
  width: 100%;
  position: relative;
}
.summary form.cart .variations tr {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.summary form.cart .variations tr:last-child {
  margin-bottom: 0;
}
.summary form.cart .variations tr td,
.summary form.cart .variations tr th {
  padding-right: 0;
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 5px;
  border: 0;
}
.summary form.cart .variations tr td:last-child,
.summary form.cart .variations tr th:last-child {
  margin-bottom: 0;
}
.summary form.cart .variations tr th label {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 0;
  display: none;
}
.summary form.cart .variations .nice-select {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 14px 28px 14px 12px;
  background-position: calc(100% - 12px) center;
}
.summary form.cart .variations .nice-select::after {
  right: 12px;
}
.summary form.cart .variations .nice-select .list {
  right: -1px;
  left: -1px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.summary form.cart .variations .nice-select .list .option {
  margin-bottom: 0 !important;
  padding: 12px;
}
@media (any-hover: hover) {
  .summary form.cart .variations .nice-select .list .option:hover {
    background-color: #f2f2f2;
  }
}
.summary form.cart .variations .reset_variations {
  display: none !important;
  visibility: hidden;
  font-size: 10px;
  left: 0;
  bottom: -15px;
  position: absolute;
}
.summary form.cart .single_variation_wrap {
  width: 100%;
  margin-top: 16px;
}
.summary form.cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 10px;
}
.summary form.cart .single_variation_wrap .woocommerce-variation-price .price {
  display: flex;
}
.summary form.cart .single_variation_wrap .woocommerce-variation-price .price del,
.summary form.cart .single_variation_wrap .woocommerce-variation-price .price ins {
  display: flex;
}
.summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    justify-content: space-between;
  }
}
.summary form.cart .quantity {
  width: 100%;
  max-width: calc(50% - 8px);
}
.summary form.cart .product-events {
  flex-direction: row !important;
}
.summary form.cart .product-events > div:nth-child(2) {
  width: 100%;
  max-width: calc(50% - 8px);
}
.summary form.cart .product-events > div:nth-child(2) .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.summary form.cart .product-events > div:nth-child(2) .button.one_click_bt {
  margin-top: 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .summary form.cart .product-events > div:nth-child(2) .button.one_click_bt {
    margin-top: 0;
  }
}
.summary form.variations_form.cart {
  margin-top: 11px;
}
.summary .single_delivery_wr {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .summary .single_delivery_wr {
    margin-bottom: 40px;
  }
}
.summary .single_delivery_wr .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}
.summary .single_delivery_wr .delivery_info {
  gap: 12px;
}
.summary .single_delivery_wr .delivery_info:not(:last-child) {
  margin-bottom: 16px;
}
.summary .single_delivery_wr .delivery_info picture {
  min-width: 28px;
  height: 28px;
}
.summary .single_delivery_wr .delivery_info span {
  font-size: 12px;
  color: #787878;
}
.summary .single_delivery_wr .delivery_info a {
  color: #82A91D;
}
.summary .single_delivery_wr .delivery_info > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.summary .single_delivery_wr .delivery_info div:nth-child(2) {
  max-width: 212px;
  margin-right: auto;
}
.summary .single_delivery_wr .delivery_info div:nth-child(3) {
  font-weight: 500;
  text-align: right;
}
.summary .single_delivery_wr .delivery_info div:nth-child(3) span {
  font-weight: 400;
}
.summary .single_delivery_wr .delivery_info:nth-child(2) div:nth-child(3) span {
  color: #82A91D;
}
.summary .single_additional_wr .additional_item {
  align-items: center;
  gap: 12px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 24px;
  transition: all 0.25s ease;
}
.summary .single_additional_wr .additional_item:hover {
  background-color: #f3f6e8;
}
@media (min-width: 768px) {
  .summary .single_additional_wr .additional_item {
    align-items: flex-start;
    margin-bottom: 16px;
  }
}
.summary .single_additional_wr .additional_item picture {
  min-width: 28px;
}
.summary .single_additional_wr .additional_item > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.summary .single_additional_wr .additional_item > div span {
  font-size: 12px;
  color: #787878;
  display: none;
}
@media (min-width: 768px) {
  .summary .single_additional_wr .additional_item > div span {
    display: block;
  }
}
.summary .single_additional_wr .additional_item a {
  font-size: 0;
  margin-left: auto;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #d2d2d2;
  transition: all 0.25s ease;
  position: relative;
}
.summary .single_additional_wr .additional_item a:before, .summary .single_additional_wr .additional_item a:after {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
}
.summary .single_additional_wr .additional_item a:before {
  top: 5px;
  height: 2px;
}
.summary .single_additional_wr .additional_item a:after {
  top: 9px;
  height: 6px;
}
.summary .single_additional_wr .additional_item:hover a {
  background-color: #1e1e1e;
}

/*product tabs start*/
.woocommerce-tabs {
  width: 100%;
}
.woocommerce-tabs ul.wc-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  overflow: hidden;
  position: relative;
  justify-content: space-between !important;
  margin-bottom: 9px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767.98px) {
  .woocommerce-tabs ul.wc-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .woocommerce-tabs ul.wc-tabs::-webkit-scrollbar {
    display: none;
  }
}
.woocommerce-tabs ul.wc-tabs > li {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  z-index: 0;
  width: auto;
  margin: 0 !important;
  padding: 18px 24px;
}
.woocommerce-tabs ul.wc-tabs > li a {
  font-weight: 600;
  letter-spacing: 0.035em;
  color: #787878;
}
.woocommerce-tabs ul.wc-tabs > li:hover, .woocommerce-tabs ul.wc-tabs > li.active {
  background: #fff;
  z-index: 2;
  border-bottom: 2px solid #82A91D;
}
.woocommerce-tabs ul.wc-tabs > li:hover a, .woocommerce-tabs ul.wc-tabs > li.active a {
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .woocommerce-tabs ul.wc-tabs > li {
    text-align: left;
    width: auto;
    white-space: nowrap;
  }
}
.woocommerce-tabs .panel {
  border-top: none;
  line-height: 1.5;
}
.woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce-tabs .panel h3 {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .woocommerce-tabs .panel {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .woocommerce-tabs .panel {
    padding: 15px 0;
    margin: 0 0 20px;
  }
}
.woocommerce-tabs .panel table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-tabs .panel table tr th,
.woocommerce-tabs .panel table tr td {
  line-height: 1;
  vertical-align: top;
  padding: 10px 0;
  min-width: 100px;
}
.woocommerce-tabs .panel table tr th {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
  white-space: nowrap;
}
.woocommerce-tabs .panel table tr td {
  padding-left: 10px;
}
.woocommerce-tabs .panel table tr td p:last-child {
  margin-bottom: 0;
}
.woocommerce-tabs .panel table a {
  text-decoration: underline;
  color: #82A91D;
  line-height: 1.7;
}
.woocommerce-tabs .accordeon_toggler {
  color: #fff;
  text-align: center;
  background: #82A91D;
  border-bottom: unset;
}
.woocommerce-tabs .accordeon_toggler:after {
  right: 15px;
}
.woocommerce-tabs .accordeon_toggler.expanded, .woocommerce-tabs .accordeon_toggler:hover {
  color: #82A91D;
  background: #fff;
  border-bottom: unset;
}

/*product tabs end*/
/*product reviews start*/
#reviews {
  padding-top: 40px;
}
@media (min-width: 992px) {
  #reviews {
    padding-top: 80px;
  }
}

#comments h2, #comments .woocommerce-noreviews {
  display: none;
}

#reply-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  display: block;
}

#review_form .review_form_fields_wr {
  padding: 0;
}
#review_form #respond form {
  margin: 0 !important;
}
#review_form #respond form .comment-notes {
  order: 25;
}
#review_form #respond form .comment-form-author {
  order: 5;
}
#review_form #respond form .comment-form-email {
  order: 10;
}
#review_form #respond form .col-12 {
  order: 15;
}
#review_form #respond form .cf-turnstile-wrap {
  order: 20;
}
#review_form #respond form .assembly_wr,
#review_form #respond form .complus_wr,
#review_form #respond form .comminus_wr {
  order: 25;
}
#review_form #respond form .comment_form_comment_wr {
  order: 35;
}
#review_form #respond form .comment_form_rating_wr {
  order: 50;
}
#review_form #respond form .aiowps-captcha-equation,
#review_form #respond form .aiowps-captcha {
  order: 55;
}
#review_form #respond form .comment-form-cookies-consent {
  order: 60;
}
#review_form #respond form .form-submit {
  order: 65;
}
#review_form #respond form .comment-form-author, #review_form #respond form .comment-form-email {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #review_form #respond form .comment-form-author, #review_form #respond form .comment-form-email {
    margin-bottom: 40px;
  }
}
#review_form #respond form textarea,
#review_form #respond form input[type=email],
#review_form #respond form input[type=text] {
  border-color: transparent;
  padding: 0;
  border-bottom: 1px solid #787878;
  border-radius: 0;
}
#review_form #respond form input[type=email],
#review_form #respond form input[type=text] {
  height: 44px;
}
#review_form #respond form .assembly_wr textarea,
#review_form #respond form .complus_wr textarea,
#review_form #respond form .comminus_wr textarea {
  height: 100px;
  padding: 15px;
}
#review_form #respond form .comment-form-rating {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}
#review_form #respond form .comment-form-rating label {
  margin-bottom: 18px;
}
#review_form #respond form .comment-form-rating p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin: 0 13px;
}
#review_form #respond form .comment-form-rating p.stars a::before {
  color: #1e1e1e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-indent: 0;
  overflow: hidden;
}
#review_form #respond form p.form-submit, #review_form #respond form p.comment-form-cookies-consent, #review_form #respond form p.comment-form-comment, #review_form #respond form p.comment-form-author, #review_form #respond form p.comment-form-email {
  width: 100%;
}
#review_form #respond form p.comment-form-comment textarea {
  font-size: 14px;
  resize: none;
  max-height: 44px;
  padding-top: 10px;
  position: relative;
}
#review_form #respond form p.comment-form-comment textarea::placeholder {
  color: #1e1e1e;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#review_form #respond form p.comment-form-comment textarea:focus-within::placeholder {
  opacity: 0;
}
#review_form #respond form p.form-submit input[type=submit] {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#review_form #respond form .col-12,
#review_form #respond form .aiowps-captcha,
#review_form #respond form .form-submit,
#review_form #respond form .comment-notes,
#review_form #respond form .comment-form-cookies-consent {
  margin: 0;
  padding: 0;
  width: 100%;
}
#review_form #respond form .comment-notes {
  margin-bottom: 15px;
}
#review_form #respond form .aiowps-captcha-equation {
  width: auto;
  padding: 0 15px;
}
#review_form #respond form .aiowps-captcha-equation input {
  margin-top: 10px;
}
#review_form #respond form .form-submit {
  margin-top: 20px;
}
#review_form .sub_review_item {
  border-radius: 10px;
  border: 1px solid #ebebeb;
  padding: 20px;
}

.comment-text .star-rating {
  float: right;
}

.comment-respond form,
.comments-form form {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review_date {
  right: 0;
  top: 0;
}

/*reviews_rating_table start*/
.reviews_rating_table {
  width: 100%;
}
@media (min-width: 1200px) {
  .reviews_rating_table {
    width: 245px;
  }
}

.reviews_rating_item:nth-last-child(n+2) {
  margin-bottom: 10px;
}

.reviews_rating {
  flex: 0 0 10px;
  margin-right: 6px;
}

.reviews_star {
  flex: 0 0 14px;
  margin-right: 8px;
  color: #ff8436;
}

.review_progress {
  flex: 0 0 calc(100% - 83px);
  height: 3px;
  background: #ebebeb;
  border-radius: 10px;
}
.review_progress span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.reviews_percentage {
  flex: 0 0 38px;
  margin-left: 8px;
}

/*reviews_rating_table end*/
/*product reviews end*/
/*related / viewed products start*/
.related_products_wr .related_slider_wr:not(.slick-initialized) .loop_product_item_wr {
  max-width: 240px;
}
@media (min-width: 1270px) {
  .related_products_wr .related_slider_wr .slick-prev {
    left: -30px;
  }
  .related_products_wr .related_slider_wr .slick-next {
    right: -30px;
  }
}

.viewed_products_wr {
  margin-bottom: 50px;
}
.viewed_products_wr .viewed_slider_wr:not(.slick-initialized) .loop_product_item_wr {
  max-width: 240px;
}
@media (min-width: 1270px) {
  .viewed_products_wr .viewed_slider_wr .slick-prev {
    left: -30px;
  }
  .viewed_products_wr .viewed_slider_wr .slick-next {
    right: -30px;
  }
}

/*related / viewed products end */

/*# sourceMappingURL=woo_single.css.map */
