.product-rate-cover {
    display: flex;
    align-items: center;
}
.product-rate {
    display: flex;
    align-items: center;
}
.product-rating {
    font-size: 14px; /* Adjust the font size of the stars */
    color: #D4AF37; /* Default color for stars */
    overflow: hidden;
}
.product-rating i {
    display: inline-block;
    width: 14px; /* Adjust the width of each star */
    text-align: center;
    background: linear-gradient(to right, #ffc107 0%, #ffc107 var(--rating), #b3b3b3 var(--rating), #a5a5a5 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.font-small {
    font-size: 12px; /* Adjust the font size of the text */
}
.text-muted {
    color: #999; /* Adjust the text color */
}
.product__tab--content ul li {
    list-style: auto;
    padding: 6px 10px;
}
.product__tab--content h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
.product__tab--content ul {
    margin-left: 50px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
    .breadcrumb__bg {
        height: 180px;
    }
}
/* Style for selected radio buttons */
input[type="radio"]:checked + .variant__size--value.red {
    background-color: #f0f0f0; /* Change background color for selected state */
    border: 1px solid #ea8e22; /* Add border for selected state */
    border-radius: 4px; /* Optional: Add border radius */
}
.pagination__list.active span {
    background: #292826;
    color: #fff;
}
.d-flex-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E74C3C;
}
.counter {
    display: flex;
    align-items: center;
}
.colon {
    margin: 0 5px; /* Adjust spacing between numbers and colons */
    font-size: 1.5rem; /* Adjust font size as needed */
}
.timer ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.timer li {
    display: flex;
    align-items: center;
}
.timer .counter {
    display: flex;
    align-items: center;
}
.timer .counter .d-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer h5 {
    margin: 0;
}
select.goog-te-combo {
    border: 1px solid #f6f6f6;
    background: #f5f5f5;
    padding: 5px;
}
.about__content ol li {
    list-style: auto;
    line-height: 4rem;
    margin-left: 15px;
}
.about__content ul li {
    list-style: inside;
    line-height: 4rem;
    margin-left: 15px;
}
.product__tab--content tbody, td, tfoot, th, thead, tr {
    border: inherit;
}
/* Style for the WhatsApp icon */
.whatsapp-icon {
    position: fixed;
    bottom: 20px; /* Adjust the distance from the bottom */
    left: 20px; /* Adjust the distance from the left */
    z-index: 1000; /* Ensure the icon appears above other elements */
}
/* Add your custom styles here */
.whatsapp-icon img {
    width: 150px; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
    border-radius: 8px; /* Optional: Add border-radius for rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: Add a subtle box shadow */
}
@media only screen and (max-width: 479px) {
  .shipping__style3--items {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .shipping__style3--content__title {
    font-size: 1.2rem;
  }
  .shipping__style3--content__desc {
    line-height: 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
    .whatsapp-icon {
        bottom: 70px; /* Adjust the distance from the bottom for smaller screens */
    }
}