#my-carousel .item img {
    width: 100%;
  }
  #my-carousel .owl-nav {
    display: none;
}
.navigation-img-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
  .navigation-img-wrapper .navigator {
    cursor: pointer;
}
  .navigation-img-wrapper .navigator.active {
  }

  section.product-all-details {
    padding: 60px 0 100px 0;
}

.product-details-content h3 {
  color: #4D3225;
  font-size: 42px;
  font-weight: 500;
  line-height: 143%;
  letter-spacing: 0.15px;
  position: relative;
}
.product-details-content h3::after {
  content: "";
  border-radius: 4px;
  border: 1px solid #D2BFB6;
  width: 40px;
  background-image: url(../images/heart.png);
  display: inline-block;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}
.details-head p {
  margin-bottom: 30px;
  color: #4D3225;
  font-size: 20px;
  font-weight: 300;
  line-height: 143%;
  letter-spacing: 1.15px;
}
.details-head p span {
  font-weight: 500;
  text-decoration-line: underline;
}
.product-slide .item img {
  max-width: 593px;
  margin: 0 auto;
}
.product-details-content .review {
  margin-bottom: 25px;
  justify-content: flex-start;
}
.product-details-content .price {
  justify-content: flex-start;
  align-items: baseline;
}

.all-tax {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.all-tax p {
  color: #705345;
  letter-spacing: 0.16px;
}

.product-details-content .price p, .all-tax p{
  margin-bottom: 0;
}
.all-tax img {
  margin-right: 5px;
}
.product-details-content .price p:first-child {
  font-size: 52px;
  line-height: 1;
 }
 .product-details-content .price p:last-child {
  font-size: 28px;
  line-height: 1;
 }
 .details-tabbar {
  margin-bottom: 30px;
}
 .details-tabbar .nav button {
  width: 50%;
  border: 0;
  background-color: transparent;
  color: #B5A199;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #4d322533;
}
.details-tabbar .nav button:hover{
  border-color: #4D3225;
  color: #4D3225;
}

.details-tabbar .nav button.active {
  color: #4D3225;
  border-bottom: 2px solid #4D3225;
}

.details-tabbar .nav {
  margin-bottom: 20px;
}
.details-tabbar .tab-pane p {
  color: #4D3225;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 5px;
}
.quantity-stock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.quantity p {
  letter-spacing: 0.6px;
  width: 100%;
  color: #6A463C;
  font-weight: 300;
  line-height: 28px;
}
.quantity-btn p {
  color: #000;
 }

.stock p {
  color: #4D3225;
  font-size: 26px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}
.stock p span {
  color: #4D3225;
  font-weight: 500;
  text-decoration-line: underline;
}
.details-btn, .social-product {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.details-btn button {
  width: 50%;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0px 7.6px 14px 0px rgba(0, 0, 0, 0.15);
  padding: 4px 2px 4px 0px;
  border: 1px solid #4D3225;
  color: #4D3225;
  font-size: 26px;
  font-weight: 400;
  line-height: 70px;
  transition: .5s;
}
.details-btn button.active, .details-btn button:hover{
  background-color: #4D3225;
  color: #fff;
}
.social-product {
  justify-content: space-between;
}

.social-product p {
  color: #4D3225;
  font-size: 18px;
  letter-spacing: 0.54px;
}
.details-social-icon ul {
  padding-left: 0;
  display: flex;
  gap: 25px;
}
.product-details-content .review ul {
  margin-right: 5px;
}

/* like section */

.review-rating {
  padding-bottom: 60px;
  position: relative;
}
.review-rating::after {
  background-image: url(../images/review-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  width: 1025px;
  height: 956px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: -30%;
  z-index: -1;
}

.like {
  padding-bottom: 50px;
}
.common-head {
  margin-bottom: 60px;
}

.common-head h2 {
  color: #4D3225;
  font-size: 52px;
  font-weight: 400;
  line-height: 80px;
  border-bottom: 2px solid #4D3225;
  width: max-content;
  margin: 0 auto;
}

/* end like section */

/* rating & review */
.summary {
  height: 100%;
  background: #4D3225;
  box-shadow: -6px 4.6px 11px 0px rgba(106, 70, 60, 0.12), 10px 4.6px 47px 4px rgba(106, 70, 60, 0.16);
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.common-summary {
  border-bottom: .5px solid #DACAC2;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.common-summary h5 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: normal;
  margin-bottom: 25px;
}
.common-summary h3 {
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.4px;
}
.common-summary ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.common-summary ul li img {
  filter: invert(1) brightness(3.5);
}
.summary button {
  padding: 20px 60px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #4D3225;
  font-size: 18px;
  font-weight: 500;
}

.say-head, .about-client {
  display: flex;
  justify-content: space-between;
}
.say-head{
margin-bottom: 60px;
}

.say-head h5 {
  color: #4D3225;
  font-size: 32px;
  font-weight: 400;
}
.say-head select {
  border-radius: 4px;
  border: 1px solid #4D3225;
  background-color: transparent;
  padding: 4px 25px;
  outline: 0;
  appearance: none;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: 90%;
  width: 204px;
}
.client-rating h6 {
  color: #4D3225;
  font-size: 22px;
  position: relative;
}
.client-rating h6 span {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  background-color: #4D3225;
  padding: 4px 15px;
}
.client-rating ul {
  padding-left: 0;
  display: flex;
}

.client-rating ul li span {
  color: #4D3225;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-left: 10px;
}
.client-para p, .date p {
  color: #4D3225;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.date p{
  font-weight: 400;
}
.common-client-say {
  border-bottom: 1px solid #B99489;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.testimonial-img {
  margin-bottom: 20px;
}
.testimonial-img img{
  margin-right: 10px;
}

.pagination {
  justify-content: center;
  align-items: center;
}

.pagination p {
  margin: 0 20px;
}
.pagination img:nth-of-type(2) {
  filter: invert(1);
}



/* end rating & review */

@media screen and (max-width:1200px){
  .details-head p, .details-tabbar .nav button {
    font-size: 18px;
 }
 .product-details-content h3 {
  font-size: 35px;
 }
 .product-details-content .price p:first-child {
  font-size: 45px;
 }
 .product-details-content .price p:last-child {
  font-size: 25px;
 }
 .details-btn button {
  line-height: 60px;
  font-size: 22px;
 }
 section.product-all-details {
  padding: 60px 0;
}
.like-slider .single-category h3 {
  font-size: 28px;
 }
 .common-head h2 {
  font-size: 40px;
}
.say-head h5 {
  font-size: 25px;
 }
 .common-summary h3 {
  font-size: 65px;
 }
 .common-summary h5 {
  font-size: 28px;
 }
 .stock p {
  font-size: 20px;
}
}

@media screen and (max-width:1024px){
  .product-details-content h3 {
    font-size: 32px;
}
.product-details-content .price p:first-child {
  font-size: 38px;
}
.product-details-content .price p:last-child {
  font-size: 22px;
}
.stock p {
  font-size: 18px;
}
.social-product p {
  font-size: 16px;
 }
 .details-social-icon ul {
  gap: 15px;
}
section.product-all-details {
  padding: 45px 0 20px 0;
}
.common-head {
  margin-bottom: 45px;
}
.common-head h2 {
  line-height: 1.5;
  font-size: 32px;
}
.owl-nav button {
  width: 45px;
  height: 45px;
 }
 .details-btn button {
  line-height: 50px;
  font-size: 20px;
}

 
}

@media screen and (max-width:991px){
  .summary button {
    padding: 20px 25px;
   }
   .details-head p {
    font-size: 16px;
}
}

@media screen and (max-width:767px){
  section.product-all-details {
    padding: 30px 0 20px 0;
}

.product-details-content {
  margin-top: 30px;
}
.product-details-content h3 {
  font-size: 28px;
}
.common-head {
  margin-bottom: 30px;
}
.like {
  padding-bottom: 20px;
}
.summary button {
  padding: 20px 40px;
}
.client-say {
  margin-top: 40px;
}
.say-head h5 {
  font-size: 20px;
}
.review-rating {
  padding-bottom: 0px;
}
.say-head {
  margin-bottom: 45px;
}
.product-slide .item img {
  max-width: 100%;
 }
 .social-product {
  margin-bottom: 20px;
}
.summary {
  max-width: 90%;
  margin: 0 auto;
}
.common-head h2 {
  line-height: 1.5;
  font-size: 26px;
}
}

@media screen and (max-width:576px){
  .details-head p, .all-tax p, .review p {
    font-size: 14px;
  }
  .quantity-stock, .say-head, .about-client {
    flex-wrap: wrap;
}
.quantity {
  margin-bottom: 15px;
  flex-wrap: nowrap;
}
.details-btn button {
  line-height: 50px;
  font-size: 16px;
}
.say-head {
  justify-content: center;
  margin-bottom: 45px;
}
.say-head select {
  padding: 10px 25px;
 }
 .say-head h5 {
  margin-bottom: 20px;
  width: 100%;
  font-size: 24px;
  text-align: center;
}
.client-rating h6 {
  font-size: 18px;
 }
 .about-client{
  margin-bottom: 10px;
 }

}

@media screen and (max-width:400px){
  .review-rating {
    padding-bottom: 20px;
}
.social-product p {
  font-size: 14px;
}
.summary {
  max-width: 100%;
 }
}