.single-product-section .product-intro .inner-wrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .single-product-section .product-intro .inner-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.single-product-section .product-intro .inner-wrapper .product-title-wrapper .title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .single-product-section .product-intro .inner-wrapper .product-title-wrapper .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .single-product-section .product-intro .inner-wrapper .column:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .single-product-section .product-intro .inner-wrapper .column:nth-child(1) .product-title-wrapper {
    display: none;
  }
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .large-img-carousel {
  margin-bottom: 10px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .large-img-carousel .owl-nav{
 	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    margin: auto 0;
    top: 0;
    bottom: 0;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	padding: 0 20px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .large-img-carousel .owl-nav button{
	width: 40px;
    height: 40px;
    background-color: #000;
	border-radius: 100%;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .large-img-carousel .owl-nav button .icon-wrap svg{
 	width: 20px;
	height: 20px;
	fill: #fff;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .large-img-carousel .item {
  position: relative;
  aspect-ratio: 1;
	background-color: #fff;
}
@media only screen and (max-width: 767px) {
	.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .large-img-carousel{
		min-height: 300px;
	}
	.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .thumbs-carousel{
		display: none;
	}
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .thumbs-carousel .item {
  position: relative;
  aspect-ratio: 1;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(1) .thumbs-carousel .owl-item.xactive .item {
  border: 1px solid #40810D;
}

.single-product-section .product-intro .inner-wrapper .column:nth-child(2) {
	min-height: 400px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .single-product-section .product-intro .inner-wrapper .column:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
  }
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .product-title-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-product-section .product-intro .inner-wrapper .column:nth-child(2) .product-title-wrapper {
    display: block;
  }
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .rating {
  margin: 20px 0;
  color: #000;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .rating span {
  margin: 0 3px;
  background-color: #40810D;
  color: #fff;
  padding: 2px 5px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .score {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .score .chart {
  width: 50px !important;
  height: 50px !important;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .score .chart .pie {
  width: 100% !important;
  height: 100% !important;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .score .chart .pie svg {
  width: 100%;
  height: 100%;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .score .text {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  padding-left: 10px;
  color: #000;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .score .text span:nth-child(1) {
  display: block;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .rating-wrapper .score .text span:nth-child(2) {
  font-weight: 600;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .product-description {
	font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  color: #000;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .product-description p {
	margin-bottom: 10px;
}
.product-description ul, .product-description ol  {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .product-description p:last-child {
	margin-bottom: 0;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .price-button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .price-button-wrapper .price {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-right: 20px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper .brand {
display: flex;
	align-items: center; 
	justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
	box-shadow: 0px 0px 8px 2px #cfcfcfbf;
	-webkit-box-shadow: 0px 0px 8px 2px #cfcfcfbf;
	-moz-box-shadow: 0px 0px 8px 2px #cfcfcfbf;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper .brand {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper .social-media-container {
  gap: 12.5px;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper .social-media-container a {
  background-color: #3b7e00;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper .social-media-container a:hover {
  background-color: rgba(59, 126, 0, 0.6);
}
.single-product-section .product-intro .inner-wrapper .column:nth-child(2) .brand-social-wrapper .social-media-container a svg{
	width: 16px;
	height: 16px;
	fill: #fff;
}
.single-product-section .statistics-pros {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-product-section .statistics-pros .inner-wrapper {
    display: flex;
    flex-direction: row;
  }
}
.single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper {
    margin-bottom: 0;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper table tbody tr {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper table tbody tr td {
  padding: 10px;
  font-size: 12px;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper table tbody tr td {
    font-size: 16px;
  }
}
.single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper table tbody tr td:nth-child(2) {
  font-weight: 600;
}
.single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper .rate-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 100px;
  background-color: #ddd;
  height: 9px;
  border-radius: 5px;
}
.single-product-section .statistics-pros .inner-wrapper .stats-table-wrapper .rate-bar .rate-bar-inner {
  background-color: #0ca556;
  border-radius: 5px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .single-product-section .statistics-pros .inner-wrapper .pros-wrapper {
    margin-bottom: 0;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 30px;
  }
}
.single-product-section .statistics-pros .inner-wrapper .pros-wrapper .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.single-product-section .statistics-pros .inner-wrapper .pros-wrapper ul {
  list-style: none;
  padding-left: 20px;
}
.single-product-section .statistics-pros .inner-wrapper .pros-wrapper ul li {
  display: flex;
  flex-direction: row;
}
.single-product-section .statistics-pros .inner-wrapper .pros-wrapper ul li:not(:first-child) {
  margin-top: 10px;
}
.single-product-section .statistics-pros .inner-wrapper .pros-wrapper ul li span.icon i {
  padding-top: 3px;
  color: green;
}
.single-product-section .statistics-pros .inner-wrapper .pros-wrapper ul li span.text {
  color: #000;
  padding-left: 10px;
}
.tab-section {
  margin-top: 25px;
  margin-bottom: 25px;
}
.tab-section .tab-panel {
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .tab-section .reviews-wrapper {
    width: 65%;
    margin: auto;
  }
}
.tab-section .reviews-wrapper .item {
  position: relative;
}
.tab-section .reviews-wrapper .item:not(:first-child) {
  margin-top: 15px;
  padding-top: 10px;
}
.tab-section .reviews-wrapper .item:not(:first-child) .item-inner::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.tab-section .reviews-wrapper .item .item-inner .r-content {
  color: #000;
}
.tab-section .reviews-wrapper .item .item-inner .top-row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .tab-section .reviews-wrapper .item .item-inner .top-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.tab-section .reviews-wrapper .item .item-inner .top-row .left {
  margin-bottom: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .tab-section .reviews-wrapper .item .item-inner .top-row .left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.tab-section .reviews-wrapper .item .item-inner .top-row .left .review-title {
  color: #000;
  font-size: 18px;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .left .rating-wrapper{
	display: flex;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .left .rating-wrapper svg{
	width: 16px;
	height: 16px;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .left .rating-wrapper .fa-solid {
  fill: #ffd700;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .left .rating-wrapper .fa-regular {
  fill: #ffd700;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .left .r-content {
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .tab-section .reviews-wrapper .item .item-inner .top-row .left .r-content {
    display: none;
  }
}
.tab-section .reviews-wrapper .item .item-inner .top-row .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .tab-section .reviews-wrapper .item .item-inner .top-row .right {
    flex: 0 0 30%;
    max-width: 30%;
    justify-content: flex-end;
  }
}
.tab-section .reviews-wrapper .item .item-inner .top-row .right .avatar {
  overflow: hidden;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .right .name-date-rating {
  padding-left: 15px;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .right .name-date-rating .name-date span {
  display: block;
  color: #000;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .right .name-date-rating .name-date span:nth-child(1) {
  text-transform: capitalize;
}
.tab-section .reviews-wrapper .item .item-inner .top-row .right .name-date-rating .name-date span:nth-child(2) {
  color: #808080;
}
.tab-section .reviews-wrapper .item .item-inner .bottom-row {
  display: none;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .tab-section .reviews-wrapper .item .item-inner .bottom-row {
    display: block;
  }
}
.reviews-section .title-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.reviews-section .store-reviews-form-wrapper {
  margin-top: 25px;
}
.reviews-section .input-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reviews-section .input-row:not(:first-child) {
  margin-top: 20px;
}
.reviews-section input:checked ~ label, .reviews-section label:hover, .reviews-section label:hover ~ label {
  color: #3b7e01;
}
.reviews-section label {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.reviews-section .form-input {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 19px;
  padding: 15px;
}
.reviews-section input[type=text] {
  width: 100%;
}
.reviews-section textarea {
  width: 100%; 
	border: none;
}
.reviews-section input[type=text], .reviews-section textarea {
  outline: 1px solid green;
}
.reviews-section input[type=text]:focus, .reviews-section textarea:focus {
  outline: 1px solid #e25b4e;
}
.reviews-section .star-rating {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.reviews-section .star-rating input {
  display: none;
  /* Hide the radio buttons */
}
.reviews-section .star {
  cursor: pointer;
  /* Show pointer cursor on hover */
  color: lightgray;
  /* Default color for stars */
}
.reviews-section .star-rating input:checked ~ label, .reviews-section .star-rating label:hover, .reviews-section .star-rating label:hover ~ label {
  color: gold;
  /* Color for selected stars and on hover */
}
.reviews-section .success-msg {
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #3b7e0163;
}
@media only screen and (min-width: 1024px) {
  .reviews-section .column-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .reviews-section .column-wrapper .column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.reviews-section .column-wrapper .column:nth-child(1) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .reviews-section .column-wrapper .column:nth-child(1) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .reviews-section .column-wrapper .column:nth-child(2) {
    padding-left: 20px;
  }
}
.related-products-section {
  margin-top: 60px;
  margin-bottom: 40px;
}
.related-products-section .inner-wrapper {
  padding: 30px 0;
}
.related-products-section .inner-wrapper .title-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.related-products-section .inner-wrapper .related-products-carousel {
  
}
@media only screen and (min-width: 1200px) {
  .related-products-section .inner-wrapper .related-products-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.related-products-section .inner-wrapper .related-products-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-dots {
  display: flex;
  padding: 10px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-dots.disabled {
  display: none;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(59, 126, 0, 0.2);
}
.related-products-section .inner-wrapper .related-products-carousel .owl-dots button.owl-dot.active {
  background-color: #3B7E00;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-nav {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
	    margin: auto 0;
  pointer-events: all;
	    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 100%;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-nav button.disabled {
  opacity: 0.6;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-nav button .icon-wrap {
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
.related-products-section .inner-wrapper .related-products-carousel .owl-nav button .icon-wrap svg {
  width: 20px;
    height: 20px;
    fill: #fff;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-nav .owl-prev {
  left: -60px;
}
.related-products-section .inner-wrapper .related-products-carousel .owl-nav .owl-next {
  right: -60px;
}
.related-products-section .inner-wrapper .related-products-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-products-section .inner-wrapper .related-products-carousel .item a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.related-products-section .inner-wrapper .related-products-carousel .item a:hover .img-wrapper img {
  height: 110%;
}
.related-products-section .inner-wrapper .related-products-carousel .item a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
	background-color: #fff;
}
.related-products-section .inner-wrapper .related-products-carousel .item a .img-wrapper img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.related-products-section .inner-wrapper .related-products-carousel .item a .img-wrapper .product-category-name {
  position: absolute;
  bottom: 0;
  padding: 4px 20px;
  background: #000;
  color: #fff;
  display: inline-block;
  border-top-right-radius: 20px;
  font-size: 12px;
  margin: auto;
  display: inline-flex;
  width: auto;
}
.related-products-section .inner-wrapper .related-products-carousel .item a .content-wrapper {
  padding: 20px;
  background-color: #f1f1f1;
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  .related-products-section .inner-wrapper .related-products-carousel .item a .content-wrapper {
    position: relative;
    padding-bottom: 60px;
  }
}
.related-products-section .inner-wrapper .related-products-carousel .item a .content-wrapper .post-info {
  color: #d84949;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.related-products-section .inner-wrapper .related-products-carousel .item a .content-wrapper .title {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.related-products-section .inner-wrapper .related-products-carousel .item a .content-wrapper .content {
  font-size: 14px;
  line-height: 20px;
}
.related-products-section .inner-wrapper .related-products-carousel .item a .content-wrapper .read-more {
  margin-top: 20px;
  font-weight: 500;
  color: #3b7e00;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .related-products-section .inner-wrapper .related-products-carousel .item a .content-wrapper .read-more {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
	.single-product-section .product-intro .inner-wrapper{
		padding: 60px 0;
	}
}
