.single_product .h2 {
  margin-bottom: 12px;
  margin-top: 40px;
  color: var(--Green, #3a4545);
}

.single_product h3 {
  color: var(--Teal, #547575);
  gap: 8px;
}

.single_product form.cart {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.single_product .left_content_lg {
  display: flex;
  flex-direction: column;
}

.single_product .flex-control-thumbs {
  display: flex;
  gap: 40px;
  overflow-x: scroll !important;
}

.single_product .flex-control-thumbs > li:first-child {
  order: 4;
}

img.pswp__img {
  background: var(--White, #ffffff);
}

.modal-dialog {
  max-width: 100%;
}

.modal-content {
  background: transparent;
  border: 0;
  max-width: 1268px;
  margin: auto;
}

.threed_images .carousel-item img {
  width: 100%;
  display: flex;
  margin: auto;
}

.threed_images ._close_div {
  position: absolute;
  top: -50px;
  right: 0;
}

.threed_images .carousel-control-next,
.threed_images .carousel-control-prev {
  position: unset;
}

._button button {
  align-self: center;
}

._close_div,
.zoom-controls button {
  color: var(--White, #ffffff);
  display: flex;
  justify-self: right;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--White, #ffffff);
  background: var(--Green, #3a4545);
}

.zoom-controls button {
  margin: 0 !important;
}

.zoom-controls {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}

._close_div {
  margin-bottom: 30px;
}

._close_div a {
  height: 100%;
  width: 100%;
  align-content: center;
  text-align: center;
}

/* .modal-dialog {
	max-width: 65%;
} */

.single_product .flex-control-thumbs li {
  flex: 0 0 auto;
  width: 29% !important;
  margin-bottom: 40px !important;
  border-radius: 8.27px;
  border: 1.235px solid var(--Gray, #b8b9bc);
  overflow: hidden;
}

.single_product .images {
  margin-bottom: 0 !important;
}

.single_product .flex-control-thumbs img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
}

.single_product .category_con {
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(32, 32, 31, 0.15);
}

.single_product .category_con a {
  color: inherit;
  font-size: inherit;
}

.single_product .category_con .h4 {
  margin-bottom: 12px;
}

.single_product .woocommerce-product-gallery__image {
  height: 600px;
  border-radius: 6px;
  overflow: hidden;
}

.single_product .woocommerce-product-gallery__image img {
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

.single_product .woocommerce-product-gallery__trigger {
  height: 600px !important;
  background: transparent !important;
  border-radius: 8.27px !important;
  top: 0 !important;
  width: 100% !important;
  right: 0 !important;
  /* border: 1.235px solid var(--Gray, #b8b9bc) !important; */
  border: none !important;
}

.single_product .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.single_product .woocommerce-product-gallery__trigger::before {
  display: none !important;
}

.single_product .woocommerce-product-gallery__trigger::after {
  display: none !important;
}

.single_product .woocommerce-product-gallery__wrapper {
  height: 600px;
}

.single_product
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.single_product .right_content_lg.single_product_summary {
  align-content: start;
}

.single_product .accordion-item:nth-child(1) {
  margin-top: 40px;
}

.pswp__bg {
  opacity: 0.5 !important;
}

.pswp__caption__center {
  text-align: center;
}

.accordion-item {
  border: 0;
  color: var(--Green, #3a4545) !important;
  font-family: "Renade";
  line-height: 130%;
}

.accordion-item:not(:first-child) {
  border-top: 1px solid var(--Gray, #b8b9bc) !important;
}

.accordion-button {
  justify-content: space-between;
  padding: 24px;
  font-size: 18px;
  color: var(--Green, #3a4545);
}

.accordion-body {
  padding: 0 20px 24px;
}

.accordion-body p {
  color: var(--textColor);
}

.accordion-button:hover:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/themes/alumix/assets/img/global/minus.svg);
  transform: none;
}

.accordion-button::after {
  background-image: url(/wp-content/themes/alumix/assets/img/global/plus.svg);
  transform: none;
}

.accordion-button:hover:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  width: 13px;
  height: 13px;
  background-size: contain;
  margin: auto 0 auto 44px;
  background-position: center;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  background: none;
  outline: none;
  box-shadow: none;
  color: var(--Green, #3a4545);
}

.accordion-body li img {
  max-width: 25px !important;
  height: 25px;
}

.accordion-body p {
  margin-bottom: 24px;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-body ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
  color: var(--textColor, #616a6a);
  font-family: "Open Sans";
  line-height: 150%;
}

.accordion-body .h5 {
  margin-bottom: 6px;
  padding-left: 24px;
}

span.included_text.materials p {
  margin-left: 24px;
  color: var(--textColor);
  font-family: "Open Sans";
  line-height: 150%;
}

span.included_text.parts p {
  margin-left: 24px;
  color: var(--textColor);
  font-family: "Open Sans";
  line-height: 150%;
}

.accordion-body .h5:not(:first-child) {
  margin-top: 12px;
}

.product_reviews {
  margin-bottom: 24px;
  gap: 8px;
}

.review_summary {
  margin-left: 7px;
  color: var(--Teal, #547575);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

.review h2 {
  margin-bottom: 60px;
  text-align: center;
  color: var(--Green, #3a4545);
}

.review .no_product-reviews {
  display: none;
}

.review .header_content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 100px;
}

.review .average_rate {
  display: flex;
  gap: 32px;
}

.review .h1 {
  color: var(--darkGray, #2b2929);
  margin-bottom: 0;
}

.review .average_rating {
  color: var(--Green, #3a4545);
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 7px;
  font-weight: 700;
}

.review li.review {
  display: flex;
  width: 100%;
  gap: 71px;
}

.review .review-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 71px;
}

.review .review-author {
  color: var(--darkGray, #2b2929);
}

.review .review-avatar {
  display: flex;
  gap: 20px;
  width: 212px;
}

.review .review-avatar img {
  width: 55px;
  height: 55px;
  border-radius: 500%;
}

.review .review-list {
  padding: 0;
  margin: 0;
}

.review .review-rating {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review hr {
  margin: 40px 0 60px;
}

.review .review-date {
  font-size: 14px;
  color: var(--mediumGray, #acacac);
}

.review #reviewModal {
  z-index: 99999;
  align-content: center;
}

.review #reviewModal form {
  width: 100%;
}

.review .modal-content {
  padding: 100px;
  border-radius: 6px;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  gap: 20px;
  background: white;
  max-width: 759px;
}

.review #reviewModalLabel {
  color: var(--Green, #3a4545);
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 0;
}

.review .close_button {
  border: none;
  background: none;
  padding: 0;
}

.review .modal-header {
  justify-content: space-between;
  padding: 0;
  border-bottom: none;
}

.review .modal-body {
  padding: 0;
}

.review .comment-form-rating {
  display: flex;
  gap: 20px;
}

form#commentform p {
  margin-bottom: 24px !important;
}

.review #reviewModal form {
  width: 100%;
  margin-bottom: 0;
}

form#commentform input {
  width: 100%;
}

span#reply-title {
  margin-bottom: 24px;
  font-family: "Open Sans";
}

form#commentform .stars span {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 5.6px;
}

p.comment-form-cookies-consent {
  display: flex;
  gap: 10px;
}

p.comment-form-cookies-consent input {
  width: unset !important;
}

form#commentform .stars {
  margin-bottom: 0 !important;
}

form#commentform p:last-child {
  margin-bottom: 0;
}

.review #submit {
  width: 100%;
  border-radius: 6px !important;
  color: var(--White, #ffffff) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: var(--Teal, #547575) !important;
  height: 44px;
}

.review .review-date {
  min-width: 150px;
  text-align: end;
}

.single_product tbody {
  display: flex;
  flex-direction: column;
}

.single_product tr {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single_product tr:nth-child(1) {
  margin-bottom: 32px;
}

.single_product tr:nth-child(2) {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(32, 32, 31, 0.15);
}

.single_product .installation-option {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
}

.single_product table.variations {
  margin-bottom: 40px !important;
}

a.reset_variations {
  display: none !important;
}

.woocommerce .variations select {
  height: 44px;
  padding: 10px 26px;
  border-radius: 6px;
  border: 1px solid rgba(97, 106, 106, 0.4);
  background: rgba(243, 243, 243, 0.5);
  min-width: 100% !important;
}

.single_add_to_cart_button {
  height: 44px;
  border-radius: 6px !important;
  font-family: "Renade";
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 130% !important;
  background: var(--Teal, #547575) !important;
  width: 100%;
  margin-top: 24px;
}

.cfvsw-label-option {
  height: 44px;
  padding: 10px 26px;
  border-radius: 6px;
  border: 1px solid rgba(97, 106, 106, 0.4);
  background: rgba(243, 243, 243, 0.5);
}

.cfvsw-swatch-inner {
  font-family: "Open Sans";
  font-weight: 700;
}

.group_content.details_con {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.right_content_lg.single_product_summary {
  position: sticky;
  top: 172px;
  height: fit-content;
}

.woocommerce .single_product_summary .quantity {
  display: none !important;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

a.reset_variations {
  display: none;
}

p.stock.in-stock {
  display: none;
}

td.value a {
  color: var(--Teal, #547575);
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 130%;
}

.single_product th.label {
  color: var(--Green, #3a4545) !important;
  font-size: 18px !important;
  font-family: "Renade" !important;
  line-height: 130% !important;
}

.single_product .details_con .h4 {
  font-family: "Renade" !important;
  color: var(--Green, #3a4545) !important;
}

.cfvsw-swatches-container {
  gap: 19.355px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}

.threed_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.threed_images > div {
  border-radius: 8.27px;
  border: 1.235px solid var(--Gray, #b8b9bc);
  overflow: hidden;
  height: auto;
  align-content: center;
}

.threed_images img {
  width: 100%;
  height: auto; /* important fix for Safari */
  display: block; /* removes inline gap and ensures full width */
  object-fit: contain;
  object-position: center;
}

a.add_to_wishlist.single_add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a {
  height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Renade";
  font-size: 14px;
  border: 1px solid var(--textColor, #616a6a);
  color: var(--textColor, #616a6a);
  width: 100%;
}

.cfvsw-tooltip {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 14px;
}

div#productDetailsAccordion {
  width: 100%;
}

section.single_product.sec_p100 .carousel-control-next {
  right: -100px;
}

section.single_product.sec_p100 .carousel-control-prev {
  left: -100px;
}

section.single_product.sec_p100 div#carouselGalleryControls img {
  background-color: white;
}

section.single_product.sec_p100 div#carouselGalleryControls {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 12px;
}

.cfvsw-swatches-blur-cross-disable::before,
.cfvsw-swatches-hide-disable::before,
.cfvsw-swatches-blur-cross::before {
  display: none;
}

.cfvsw-swatches-blur-disable::before,
.cfvsw-swatches-blur::before {
  opacity: 0.8;
}

.actual-size-field label {
  font-family: "Renade";
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 24px;
  color: var(--Green, #3a4545);
}

.actual-size-field {
  padding-bottom: 40px;
}

div#productDetailsAccordion a {
  color: var(--Teal, #547575);
}

@media (max-width: 1199px) {
  .single_product_summary .md_dis {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .may_like_product .top_content p {
    margin-bottom: 0;
  }

  .gallery_section .title_only h2,
  .gallery_section .title_only .h2 {
    margin-bottom: 0;
  }

  section.ideas_inspiration_section .top_btn {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .review .header_content {
    flex-direction: column;
    gap: 32px;
  }

  .review .average_rate {
    flex-direction: column;
  }

  .review li.review {
    flex-direction: column;
    gap: 35.5px;
  }

  .review .review-content {
    flex-direction: column;
    gap: 35.5px;
  }

  .review .modal-content {
    padding: 30px;
  }
}

@media (max-width: 575px) {
}
