body:not([class*=elementor-page-]) .site-main {
  max-width: 100% !important;
}

.product-accordion-container .product-accordion-title {
  position: relative;
  margin: 0;
  padding: 25px 0;
  font-weight: 500;
  color: #231004;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto", Sans-serif;
  border-top: 1px solid rgba(35, 16, 4, 0.10);
}

.product-accordion-container .product-accordion-title::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000;
}

.product-accordion-container .product-accordion-title.open::after {
  content: "";
  position: absolute;
  top: 35px;
  border: 5px solid transparent;
  border-bottom-color: #000;
}

body .product-accordion-content {
  padding: 0 0 25px 0;
}

body .product-accordion-content h6 {
  font-family: "Roboto", Sans-serif;
  margin: 0;
}

.product-accordion-container {
  width: 100%;
  margin: 0 auto;
  /* margin-top: 61px; */
}

/* ---------------------------------------- */

body a.enquiryBtn {
  width: 100%;
  text-align: center;
  background: #9D442C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  font-size: 16px;
  color: #FFF !important;
  text-transform: uppercase;
  margin-top: 40px;
}

.price span.woocommerce-Price-amount.amount {
  color: #000;
  font-size: 24px;
  font-family: 'Trirong';
  font-weight: 600;
}

.price ins span.woocommerce-Price-amount.amount:before {
  content: " - ";
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(35, 16, 4, 0.10);
  padding-top: 25px;
}

body .product-share h6 {
  font-weight: 500;
  color: #231004;
  text-transform: uppercase;
  font-family: "Roboto", Sans-serif;
  margin: 0;

}

.product-share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-share-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.product-share-icon img {
  padding-left: 16px;
}

.singleProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.singleProductDetail {
  width: 45%;
  position: relative;
}

.singleProductThumbnail {
  width: 55%;
  position: relative;
}

.wpgs-for.slick-initialized {
  display: block !important;
  width: calc(100% - 100px);
  padding-left: 20px;
  order: 2;
}

body .wpgs-nav.slick-initialized {
  width: 100px;
}

body.woocommerce-page div.product div.summary {
  float: unset;
  width: 100%;
  padding-left: 15px;
  margin: 0;
  position: sticky;
  top: 0;
}

body.woocommerce-page div.product div.images {
  float: unset;
  width: 100%;
  padding-right: 0;
  margin: 0;
  display: flex;
}

.singleProductThumbnail .wpgs-for .slick-slide a.wpgs-lightbox-icon {
  width: 100%;
}

/* body.woocommerce .singleProductThumbnail .wpgs-for .slick-slide img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
  max-width: unset;
} */

body.woocommerce .singleProductThumbnail .wpgs-nav .slick-slide img {
  height: 110px;
  object-fit: cover;
  object-position: center;
}

body .wpgs-nav .slick-prev, body .wpgs-nav .slick-next {
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
}

body .wpgs-nav .slick-prev {
  bottom: 0;
  top: unset;
  transform: rotate(-90deg);
}

body .wpgs-nav .slick-next {
  bottom: unset;
  top: 0;
  transform: rotate(-90deg);
}

body .wpgs-nav .slick-list {
  margin: 30px 0 40px;
}

body .wpgs-for .slick-arrow::before,
body .wpgs-nav .slick-prev::before,
body .wpgs-nav .slick-next::before {
  color: #9D442C;
  opacity: 1;
  font-size: 20px;
  background-color: #fff;
  padding: 12px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

body .slick-prev.slick-disabled:before,
body .slick-next.slick-disabled:before {
  opacity: 05;
}

body.woocommerce div.product .singleProduct div.images .flex-control-thumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0px;
  /* max-height: 750px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; */
}

body.woocommerce div.product .singleProduct div.images .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

body.woocommerce div.product .singleProduct div.images .flex-control-thumbs li {
  width: 49.5%;
  float: unset;
}


section.singleProductSection {
  padding-top: 100px;
}

section.related.products {
  padding: 120px 0 0 0;
}

.relatedProductRow h2 {
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 52px !important;
  line-height: 65px !important;
}

body.woocommerce div.product .product_title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

body div.product .singleProduct div.summary .price {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(35, 16, 4, 0.10);
}

body.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: unset;
}

body.woocommerce .singleProduct span.onsale {
  top: 20px;
  left: 20px;
  background: #EDDCCC;
  color: rgba(157, 68, 44, 1);
  border-radius: 0;
  width: 80px;
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 18px;
  min-width: unset;
  min-height: unset;
  z-index: 1;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1;
  top: 20px;
  right: 30px;
  display: none;
}

body.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.7;
  height: 348px;
  object-fit: cover;
}

body.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
body.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: unset;
}

body .woocommerce-product-rating a.woocommerce-review-link {
  color: rgba(35, 16, 4, 0.6);
  font-weight: 400;
  font-size: 18px;
  padding-left: 12px;
}

body .singleProduct .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
}

body.woocommerce .star-rating::before {
  background-image: url(https://dinesh.codingkloud.com/dev/wp-content/uploads/2024/07/Frame-100.svg);
  background-repeat: no-repeat;
  content: " ";
  width: 100%;
  height: 14px;
}

body.woocommerce .star-rating span::before {
  background-image: url(https://dinesh.codingkloud.com/dev/wp-content/uploads/2024/07/stars.svg);
  background-repeat: no-repeat;
  content: " ";
  width: 100%;
  height: 14px;
}

body.woocommerce div.product p.price del {
  text-decoration: none;
}

body.woocommerce .star-rating,
body.woocommerce .woocommerce-product-rating .star-rating {
  width: 78px;
  margin: 0;
  float: unset;
}

body .product-category-descriptions ul,body .product-description ul {
  list-style: disc;
  padding-left: 20px;
}

body .product-category-descriptions ul li,body .product-description ul li {
  margin-bottom: 10px;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400;
  color: #231004;
  font-family: "Roboto", Sans-serif !important;
}

body .productDescriptionTitle {
  position: relative;
  margin: 0;
  padding: 24px 0 10px 0;
  font-weight: 500 !important;
  color: #231004;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto", Sans-serif !important;
  border-top: 1px solid rgba(35, 16, 4, 0.10);
  font-size: 16px;
  line-height: 24px;
}

body.woocommerce.single-product ul.products li.product .woocommerce-loop-product__title {
  font-size: 26px;
}

.custom-links {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

body .custom-links a{
  color: #FFF;
  display: flex;
  align-items: center;
  /* padding: 16px 57px; */
  background: #9D442C;
  border: 1px solid #9D442C;
  margin-right: 20px;
  height: 60px;
  padding: 16px 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* body .custom-links a {
  padding: 16px 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.custom-links a.amazonLink img{
 width: 62px;
 margin-left: 10px;
}

.custom-links a.walmartLink img{
  width: 90px;
  margin-left: 10px;
 }
 body .singleProductSection .singleProduct .single-product-main-image a img {
  height: 700px !important;
  object-fit: cover;
}
.woocommerce-product-gallery__image.single-product-main-image.slick-slide.slick-current.slick-active {
  height: 550px;
}
.woocommerce div.product div.images img {
  height: 550px;
  object-fit: cover;
}