.shop-breadcrump a{
  color:#000 !important;
}
#product-inner-price{
  font-weight:600;
  color:#000;
}
.noedit p{
  font-family: 'Poppins', sans-serif;
  font-size:14px ;
}
.mw-accordion-faq-skin-button {
  height: 30px !important;
 
  border: 1px solid #EAEAE5 !important;
  border-radius: 12px;
 
  color: #333;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}
.mw-accordion-faq-skin-button h5{
  font-size:14px !important;
  font-weight:500 !important;
  font-family: 'Poppins', sans-serif;
}
/*Size radio*/
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}
.custom-radio input[type="radio"] {
  display: none; 
}
.custom-radio label {
  display: inline-block;
  padding: 7px 20px;
  font-size:14px !important;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-radio label:hover {
  border-color:#000;
}
.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}


/*reviewsection*/
 .jeans-reviews-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background-color:#fff !important;
  }

  .jeans-reviews-section h4 {
    color: #6C7A89;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .jeans-reviews-section h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
  }

 
  .jeans-reviews-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

 
  .jeans-review-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    min-width: 250px;
  }

  .jeans-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  }

 
  .jeans-quote {
    font-size: 32px;
    color: #C51C1D;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0.15;
  }

  .jeans-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .jeans-review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    border: 3px solid #C51C1D;
  }

  .jeans-review-header h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
  }

  .jeans-review-header p {
    font-size: 13px;
    color: #777;
  }

  .jeans-review-text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .jeans-review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .jeans-stars {
    color: #FFD700;
    font-size: 16px;
  }

  .jeans-review-date {
    font-size: 12px;
    color: #fff;
    background: #C51C1D;
    padding: 4px 10px;
    border-radius: 6px;
  }

 
  @media (max-width: 992px) {
    .jeans-reviews-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }


  @media (max-width: 768px) {
    .jeans-reviews-container {
      display: flex;
      overflow-x: auto;
      gap: 15px;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
    }

    .jeans-review-card {
      flex: 0 0 auto;
      width: 250px;
    }

    .jeans-review-text {
      font-size: 13px;
      line-height: 1.6;
      max-height: 60px;
      overflow: hidden;
    }
  }
/*reviewsection*/
/*about us*/
.bayoff-choose-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 8%;
    flex-wrap: wrap;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

/* Left */
.bayoff-left {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.bayoff-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 14px;
    filter: grayscale(100%);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.bayoff-years-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 14px;
    border-radius: 6px;
}

.bayoff-rating-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.bayoff-rating-box h2 {
    font-size: 26px;
    margin-bottom: 6px;
}

.stars {
    font-size: 16px;
    letter-spacing: 2px;
}

.bayoff-rating-box p {
    font-size: 12px;
    margin: 6px 0;
    opacity: 0.85;
}

.excellent {
    background: #fff;
    color: #000;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
}

.tripadvisor {
    display: inline-block;
    font-size: 12px;
    opacity: 0.7;
    margin-top: 6px;
}

/* Right */
.bayoff-right {
    flex: 1;
    min-width: 300px;
}

.bayoff-right h5 {
    font-size: 13px;
    letter-spacing: 3px;
    color: #666;
    margin-bottom: 10px;
}

.bayoff-right h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}

.bayoff-right p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #111;
}

.brand-line {
    font-weight: 600;
    letter-spacing: 1px;
}

/* Button */
.view-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 34px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 30px;
    transition: 0.3s;
}

.view-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

/* Mobile */
@media(max-width: 768px) {
    .bayoff-choose-container {
        flex-direction: column;
        padding: 40px 6%;
    }

    .bayoff-img {
        height: 320px;
    }

    .bayoff-right h2 {
        font-size: 26px;
    }
}
/*about us END*/
/*product inner shipping*/

.dev-service-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faf8ef;
  padding: 14px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.dev-service-box {
  flex: 1;
}
.dev-service-box i {
  font-size: 24px;
  color: #222;
  margin-bottom: 6px;
}
.dev-service-box h4 {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .dev-service-section {
    gap: 8px;
    padding: 10px;
  }
  .dev-service-box i {
    font-size: 20px;
  }
  .dev-service-box h4 {
    font-size: 11px;
  }
}
/*product inner shipping*/