body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
  }
.navbar-brand{
    font-family: "Galada", cursive;
}

  .size-btn {
    width: 3.5rem;
  }
  .color-preview {
    padding: 3px ;
    /* border-radius: 50%; */
    cursor: pointer;
}

.color-option{
    /* width: 30px;
    height: 30px; */
    /* border-radius: 50%; */
    padding: 5px;
    cursor: pointer;
    background-color: #2d2d2d;
    color: #fff;
}
  .product {
    position: sticky;
    top: 0px;
  }

  .product__images {
    width: 100%;
    display: flex;
    /*flex-direction: column;
    justify-content: center;
    align-items: center; */
  }

  .product__main-image {
    /* max-width: 500px; */
    max-height: 600px;
    object-fit: cover;
    cursor: pointer;
    /* border: 1px solid #070707; */
  }

  #main-image {
   cursor: pointer;
  }

  .product__slider-wrap {
    max-width: 500px;
    min-height: 100px;
    display: flex;
    align-items: center;
  }

  .product__slider {
    width: 100%;
    /* display: flex; */
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-color: #ffffff #2d2d2d;
    scrollbar-width: thin;
  }

  .product__image {
    /* max-width: 180px; */
    max-height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
    margin: 0.25rem;
    /* border: 1px solid #070707; */
  }

  .product__image:first-child {
    margin-left: 0;
  }

  .product__image:last-child {
    margin-right: 0;
  }

  .product__image:hover {
    opacity: 1;
  }

  .product__image--active {
    opacity: 1;
  }

  .product__slider::-webkit-scrollbar {
    height: 10px;
  }

  .product__slider::-webkit-scrollbar-thumb {
    background-color: #f9564f;
    border-radius: 50px;
  }

  .accordion-button:focus {
    background-color: #fff;
  }

  .collapse-header {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
  }
  .collapse-header:hover {
    background-color: #e9ecef;
  }
  .collapse-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
  }
  .collapse-content p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #555;

  }
  .ratingWrap {
    display: flex;
    align-items: flex-start;
  }
  .displayDataBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

 
.reviews-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.recommendation {
    font-size: 16px;
    color: #4CAF50;
    margin-bottom: 20px;
}
.rating-overview {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.rating-score {
    font-size: 36px;
    font-weight: bold;
    margin-right: 20px;
}
.rating-count {
    font-size: 14px;
    color: #666;
}
.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.rating-bar .stars {
    font-size: 14px;
    margin-right: 10px;
}
.rating-bar .bar {
    flex-grow: 1;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}
.rating-bar .fill {
    height: 100%;
    background-color: #FFD700;
    border-radius: 5px;
}
.rate-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
.rate-button:hover {
    background-color: #45a049;
}



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

.stars {
    color: #FFD700;
    font-size: 18px;
    margin-right: 10px;
}

.verified-badge {
    color: #1e90ff;
    font-size: 14px;
    font-weight: bold;
}

.review-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}

.reviewer-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.helpful-section {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.helpful-count {
    margin-right: 10px;
}

.emoji {
    font-size: 16px;
}


.closeBtn {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 50px;
    background: #dc3545;
    border-radius: 50%;
    overflow: hidden;
    top: -20px;
    right: -20px;
    color: #fff;
    text-align: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    font-weight: unset;
}

.reviewModal{
  cursor: pointer;

}

.footer-section {
    background-color: #2d2d2d;
    font-size: 15px;
    color: white;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.section-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list a {
    color: #999;
    text-decoration: none;
    font-size: 13px;
}
.footer-list a :hover{
  color: #ffffff;

}

.subscribe-input {
    background: #1a1a1a;
    border: none;
    color: white;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.subscribe-btn {
    background: #666;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.payment-icons img {
    width: 50px;
    margin-right: 10px;
}

.app-download img {
    width: 120px;
    margin-bottom: 10px;
}


.payment-icons svg {
    margin: 5px;
}

.checkout-container {
  margin: auto;
  padding: 20px;
}
.brand-logo {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.payment-icons img {
  width: 40px;
  margin-right: 5px;
}
.order-summary {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.payment-methods label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  background: white;
}
.payment-methods label img {
  width: 40px;
  margin-left: auto;
}


.imgBorder{
  border: 2px solid #2d2d2d;
}

.deliverDate{
  color: #52af6a;
}

.itemImage {
  position: relative;
}

.itmCount {
  position: absolute;
  right: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #343a40;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

#paymentValidErr{
  color: #dc3545;
}


.order-confirmation-container {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f8f8f8; */
  margin: 100px;
}
.order-confirmation-card {
  /* max-width: 400px; */
  text-align: center;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: white;
  padding: 30px;
}
.order-confirmation-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #2d2d2d;
  border-radius: 50%;
  display: flex
;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  font-size: 30px;
  color: #2d2d2d;
}
.order-confirmation-btn {
  background: #2d2d2d;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.order-confirmation-btn:hover {
  background: #2d2d2d;
}

.mergenLess{
  margin-top: -10px;
}

.sellValue{
  margin-left: 1rem;
}
.text-size-more{
  font-size: 1.2rem;
}

.productImagesBox{
  position: sticky;
  top: 0px;
  display: flex;
}

.mainImage{
  padding: 10px;
}
.productList {
  width: 200px;
  /* height: 540px; */
  overflow: hidden;
  overflow-y:scroll;
}

.productList img {
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.uperArrow {
  position: absolute;
  left: 2%;
  top: -8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #fff;
  cursor: pointer;
}


.downArrow {
  position: absolute;
  left: 2%;
  bottom: 10px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #fff;
  cursor: pointer;

}

@media screen and (max-width: 450px) {
    .product__slider{
        width: 300px;
    }
    
}