@font-face {
  font-family: "HelveticaNeueCondensed";
  src: url("../woff2/helveticaneuelt-mediumcond.woff2") format("woff2"),
    url("../woff/helveticaneuelt-mediumcond.woff") format("woff"),
    url("../ttf/helveticaneuelt-mediumcond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

body {
  overflow-x: hidden;
}
.stars i {
    color: #ce1413;
}
.headerright .social {
  max-width: 262px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.headerright .social .soc-icon {
  max-width: 114px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.headerright .social .soc-icon a{
  color: #333;
}

p.dist-para {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.mainbanner_in h1 {
  color: #171717;
  font-size: 56px;
  font-weight: 700;
}

section.mainbanner {
  background: url("../png/prodback.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 810px; */
  margin-top: -60px;
}

.mainbanner_in {
  padding-top: 91px;
}

p.belowhead {
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 11px;
}

.price p {
  font-family: "HelveticaNeueCondensed", sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.prod-details .title h2 {
  font-size: 66px;
  text-transform: uppercase;
}

.prodbtnholder a {
  justify-content: left;

  margin-top: 40px;
}

.prod-details .title p:nth-child(1) {
  font-family: "Playfair Display";
  color: #ff0000;
  font-size: 54px;
  line-height: 55px;
}

.prod-details .title p:nth-child(3) {
  font-size: 40px;
  color: #171717;
  font-weight: 300;
}

.price i {
  color: #ce1413;
}

.price {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.products-show {
  margin-top: 100px;
}

.cartbutton {
  width: 39px;
  height: 29px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  padding: 23px;
  justify-content: space-around;
  gap: 20px;
  align-items: center;
  max-width: 370px;
  background: #fff;
  margin: 9px;
}

.product-details h3 {
  font-family: oswald;
  font-size: 17px;
}

.product-details p:nth-child(2) {
  color: #171717;
  line-height: 21px;
}

.product-details {
  display: flex;
  flex-direction: column;
}
p.pricee {
  color: #ab2d3e;
  font-family: "HelveticaNeueCondensed";
  font-size: 22px;
  font-weight: 600;
}

.forward-button {
  padding: 20px;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
}

.main-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 90px;
}

.product-slider .prosliders {
  display: flex;
  gap: 30px;
  align-items: center;
}

.shop-max h1 {
  font-family: "oswald";
  font-size: 34px;
  margin-top: 30px;
}

.owl-carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  /*max-width: 780px;*/
  /* gap: 34px; */
  width: 780px;
}

.owl-carousel {
  width: calc(100% - 50px); /* Adjust based on button width */
}

.custom-nav-btn {
  /* width: 50px; */
  /* height: 100%; */
  padding: 20px;
  margin-left: 10px;
  background-color: #ff0000;
  color: white;
  width: 50px;
  height: 50px;
  margin-top: 36px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mainbanner_in {
    margin-top: 474px;
}
  .owl-carousel-container {
    flex-direction: column;
    align-items: center;
  }

  .owl-carousel {
    width: 100%;
  }

  .custom-nav-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.owl-carousel .owl-item img {
  width: auto !important;
}

/* .owl-item {
  width: auto !important;
} */
.mainpro {
  display: flex;
  align-items: center;
  margin-top: -55px;
}

.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.owl-carousel .owl-item {*/
/*  max-width: 391px !important;*/
/*}*/



@media (max-width: 767px) {
    .mainheader {
        padding: 0 !important;!i;!;
    }
  .headerinner{
    margin-top: 0;
  }
  .mainbanner_in h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .products-show {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .mainpro {
    flex-direction: column;
  }
}

@media (max-width: 769px) {
  section.mainbanner {
    background: url(../png/productim.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    margin-top: 0;
  }

  .stars {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 993px) and (max-width: 1454px) {
  section.mainbanner {
    background-size: contain;
  }

  section.mainbanner {
    background-size: 100%;
  }

  .mainbanner_in h1 {
    color: #171717;
    font-size: 53px;
    font-weight: 700;
  }
  .mainbanner_in h1 {
    color: #171717;
    font-size: 40px;
    font-weight: 700;
  }

  p.belowhead {
    font-size: 29px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .mainbanner_in {
    padding-top: 27px;
  }
}

@media (min-width: 1000) and (max-width: 1200px) {
  .mainbanner_in h1 {
    color: #171717;
    font-size: 40px;
    font-weight: 700;
  }

  p.belowhead {
    font-size: 29px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .mainbanner_in {
    padding-top: 27px;
  }
}

@media (max-width: 767px) {
  .mainbanner_in {
    margin-top: 410px;
  }
  .pro {
    margin: 0px 0 !important;
  }

  .prodimmgg {
    margin-top: 42px;
  }

  .prod-details .title p:nth-child(1) {
    font-size: 30px;
    text-align: center;
  }
  .price p {
    font-size: 29px;

    text-align: center;
  }

  p.belowhead {
    text-align: center;
  }
  .prodbtnholder a {
    justify-content: center;
    margin-top: 40px;
  }

  .prod-details .title h2 {
    font-size: 38px;
    text-align: center;
  }
  .prod-details .title p:nth-child(3) {
    font-size: 24px;
    text-align: center;
  }

  .prodimmgg img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .mainbanner_in {
    margin-top: 173px;
  }
  p.belowhead {
    font-size: 26px;
  }
}

@media (min-width: 770px) and (max-width: 991px) {
  section.mainbanner {
   background-size: cover;
  }
  .headerright .social {
    justify-content: end;
  }
  .mainbanner_in {
    padding-top: 0;
}
.mainbanner_in h1 {
    font-size: 31px;
    line-height: normal;
    max-width: 399px;
  }
}

@media (max-width: 992px) {
  .mainheader {
  padding: 15px 0;
  }

p.belowhead {
    font-size: 17px;
    line-height: normal;
    margin-top: 0;
}
  .prod-details .title p:nth-child(1) {
    font-size: 30px;
    text-align: center;
  }
  .prod-details .title h2 {
    font-size: 38px;
    text-align: center;
  }
  .prod-details .title p:nth-child(3) {
    font-size: 24px;
    text-align: center;
  }
  .stars {
    display: flex;
    justify-content: center;
  }
  .price p {
    font-size: 29px;
    text-align: center;
  }
  .prodbtnholder a {
    justify-content: center;
    margin-top: 40px;
  }
  .products-show {
    margin-bottom: 50px;
  }
  .prodimmgg {
    text-align: center;
  }
}

.mainpro {
  margin-top: -55px;
}

.strikethough {
  font-family: "Helvetica";
  font-size: 34px;
  font-weight: bold;
  position: relative;
  /* height: 20px; */
  /* text-decoration: line-through;
  text-decoration-color: #ff0000; */
}

.pricewithstrike {
  display: block;
  align-items: center;
  gap: 50px;
}

.strikethough::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: red;
  top: 25px;
  left: 0;
  transform: rotate(10deg);
  transform-origin: center;
}

@media (max-width: 800px) {
  .pricewithstrike {
/*    display: flex;*/
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .price{
    justify-content: center;
  }
}

@media (max-width: 767.5px) {
   .owl-carousel-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
