.review-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

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

.review-header .star-rating {
    color: #ffb400;
}

.review-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-card .review-text {
    margin-bottom: 10px;
}

.review-card .user-name {
    font-weight: bold;
    color: #333;
}

.review-card .rating {
    margin-top: 10px;
}

.star-rating i {
    color: #ffb400;
}

.swiper-container {
    margin-top: 20px;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    background-color: #ffb400;
}

.swiper-pagination-bullet-active {
    background-color: #f57c00;
}

.flat-spacing {
    padding-top: 20px !important;
}

/* .tf-product-info-wrap {
    padding-left: 90px !important;
} */

.tf-breadcrumb-wrap {
    padding: 0px 0 0 !important;
}

.liveview-count {
    font-weight: 600;
    color: #4caf50;
}

.offers-header h4 {
    font-size: 20px;
    color: #4caf50;
}

.offers-container {
    background-color: #f6f8f1;
    border: 2px dotted #4caf50;
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
    cursor: pointer;
    /* Makes the entire container clickable */
}

.offers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #4caf50;
}

.toggle-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #4caf50;
}

.offers-list {
    display: none;
    margin-top: 10px;
}

.offer-item {
    background-color: #eaf7e1;
    border: 1px solid #4caf50;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.offer-title {
    font-size: 16px;
    font-weight: bold;
}

.offer-description {
    font-size: 14px;
}

.offer-code {
    display: flex;
    justify-content: space-between;
    /* Aligns content to left and right */
    font-size: 14px;
    font-weight: bold;
    color: #4caf50;
}

.code-text {
    flex: 1;
    /* Takes available space */
}

.btn-copy-code {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
}

.btn-copy-code:hover {
    background-color: #388e3c;
}

#countdown {
    border: 4px dashed #E2E2E2;
    border-radius: 4px;
    color: rgb(47, 47, 47);
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}

#countdown span {
    color: #4caf50;
    /* Blue color for hours, minutes, and seconds */
}

.basic__step-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    line-height: 1.14285714em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}

.basic__step-container .step-box__basic {
    position: relative;
    flex: 1 0 auto;
    padding: 10px 4px;
    background: #fff;
    color: rgba(0, 0, 0, .87);
    border-right: 1px solid rgba(34, 36, 38, .15);
    text-align: center;
    font-size: 14px;
}

/* .basic__step-container .step-box__basic::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border: 2px solid rgba(34, 36, 38, .15);
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
} */

/* .basic__step-container .step-box__basic:last-child::after {
    display: none;
}

.basic__step-container .step-box__basic .title__content {
    font-weight: 700;
} */

.basic__step-container .step-box__basic .description__content {
    font-weight: 400;
    margin-top: 4px;
}

svg:not(:root) {
    overflow: hidden;
}

.basic__step-container .step-box__basic .icon__step-box .svg__icon {
    fill: currentColor;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-size: 1.5rem;
}

/* .guarantee-section {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.guarantee-section img {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
}

.guarantee-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
} */

.product-single__meta .ptrust-badge {
    padding-top: 1rem;
}

.product-notification .product-image,
.product-notification,
.mini-cart-image img,
.sticky-cart-select,
.ptrust-badge-box,
.js-viewed-item img,
.article__photo-wrapper,
.container .image-content__image-wrapper img,
.container img,
.container .smember-photo {
    border-radius: 0.5rem !important;
}

.ptrust-badge {
    margin-top: 20px;
}

.ptrust-badge-heading {
    position: absolute;
    top: -10px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
}

.image-content__image-wrapper {
    padding: 20px 10px 10px 10px;
}
.tf-product-info-time .icon .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
}
.tf-product-info-return .icon .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
}
.btn-buy-now{
    background-color: #34bf49 !important;
}
.tf-product-info-list .tf-product-info-choose-option{
    gap: 10px !important;
}

/* Ensure the review cards have the same height */
.review-card {
    height: 180px; /* Adjust height as necessary */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Adjust the swiper arrows */
.swiper-button-prev,
.swiper-button-next {
    color: #000; /* Change the arrow color as needed */
    font-size: 24px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev {
    left: 10px; /* Adjust the position of the left arrow */
}

.swiper-button-next {
    right: 10px; /* Adjust the position of the right arrow */
}

/* Add some space between the reviews */
.swiper-slide {
    margin-right: 15px; /* Adjust spacing between review cards */
}

/* Add a little space between text and icons */
.review-text {
    margin-bottom: 10px;
}

.review-user {
    margin-bottom: 10px;
}
.notification {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
}

.notification.success {
    background-color: #4CAF50;
    color: white;
}

.notification.error {
    background-color: #f44336;
    color: white;
}

