@media only screen and (min-width: 280px) and (max-width: 400px) {
    .sale_image {
        height: 39px;
        width: 68px !important;
        z-index: 1;
        position: absolute;
        left: 0;
        display: flex;
        top: 0;
    }
}

@media only screen and (min-width: 401px) and (max-width: 578px) {
    .sale_image {
        height: 49px;
        width: 85px !important;
        z-index: 1;
        position: absolute;
        left: 0;
        display: flex;
        top: 0;
    }
}

@media screen and (min-width: 579px) {
    .sale_image {
        height: 65px;
        width: 122px !important;
        z-index: 1;
        position: absolute;
        left: 0;
        display: flex;
        top: 0;
    }
}

.small_sale_image {
    height: 15px;
    width: 34px !important;
    z-index: 1;
    position: absolute;
    display: flex;
}

.middle_sale_image {
    height: 47px;
    width: 90px !important;
    z-index: 1;
    position: absolute;
    left: -4px;
    top: -4px;
}

.cart_sale_image {
    height: 17px;
    width: 28px !important;
    z-index: 1;
    position: absolute;
    display: flex;
}

@media only screen and (min-width: 280px) and (max-width: 400px) {
    .category_sale_image {
        height: 31px;
        width: 48px !important;
        z-index: 1;
        position: absolute;
        left: 0;
        display: flex;
        top: 0;
    }
}

@media only screen and (min-width: 401px) and (max-width: 578px) {
    .category_sale_image {
        height: 35px;
        width: 59px !important;
        z-index: 1;
        position: absolute;
        left: 0;
        display: flex;
        top: 0;
    }
}

@media screen and (min-width: 579px) {
    .category_sale_image {
        height: 58px;
        width: 96px !important;
        z-index: 1;
        position: absolute;
        display: flex;
    }
}

@media only screen and (min-width: 280px) and (max-width: 666px) {
    .zero {
        margin-left: -36px !important;
    }

    .first-amount {
        margin-left: -18px !important;
    }

    .last-amount {
        margin-left: -12px;
    }
}

.add-cart {
    cursor: pointer !important;
}

.haveCartitem {
    max-height: 300px;
    overflow-y: scroll;
}

#header.header-v1 #topbar .inner-topbar .my_account .right .content_left .show_account_menus {
    float: left;
    width: auto;
    position: relative;
}

.login_account_info {
    position: absolute;
    background-color: white;
    width: auto;
    float: left;
    z-index: 1;
    box-shadow: 0px 8px 33px 0px rgb(0 0 0 / 9%);
    border-radius: 5px;
    padding-top: 6px;
    opacity: 0;
    display: none;
    right: 0;
}

#header.header-v1 #topbar .inner-topbar .my_account .right .content_left .show_account_menus:hover .login_account_info {
    opacity: 1;
    display: block;
}

.login_account_info a {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 5px;
    white-space: nowrap;
}

.head_nav_right {
    float: right;
}

.mega-menu .right-coupons-points {
    float: right;
    width: auto;
    display: flex;
}

.mega-menu .right-coupons-points .field {
    width: auto;
    float: left;
    display: flex;
    padding-left: 12px;
    margin-top: 12px;
}

.mega-menu .right-coupons-points .field .fa {
    font-size: 14px !important;
    color: #8e8e8e !important;
    float: left;
    margin: 1px 5px 0px 0px;
}

.mega-menu .right-coupons-points .field h4 {
    font: 500 12px "Roboto";
}

.page-account .left-links-content ul li .active {
    color: red;
}

.logo {
    height: unset !important;
}

body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.left_div {
    float: left;
}

.left_div i {
    color: white;
    border-radius: 20px;
    width: 20px;
    padding: 3px;
    height: 20px;
}

.left_div img {
    height: 24px;
}

.left_div .fa-facebook {
    background: #3F50B4;
}

.whsl-btn {
    position: relative;
    color: red;
    font-weight: bolder;
    margin-left: 22px;
    font-size: 17px;
    top: 5px;
}

/* ========== Testimonials Section Styling ========== */
.testimonials-carousel {
    margin: 0 -15px;
}

.testimonial-slide {
    padding: 15px;
    height: auto;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.client-image-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    flex-shrink: 0;
}

.client-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f3b300;
}

.verify-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #20c997;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.verify-badge i {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    text-align: center;
    margin: 0 0 20px 0;
    flex-shrink: 0;
}

.review-text-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
}

.review-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .testimonial-slide {
        padding: 10px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .client-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .verify-badge {
        width: 35px;
        height: 35px;
    }

    .verify-badge i {
        font-size: 16px;
    }

    .review-text {
        font-size: 14px;
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 480px) {
    .client-image-wrapper {
        width: 90px;
        height: 90px;
    }

    .verify-badge {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .review-text {
        -webkit-line-clamp: 5;
    }
}

/* Slick carousel custom styling */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    display: flex !important;
}

.slick-slide>div {
    width: 100%;
    display: flex;
}

.testimonial-slide {
    width: 100%;
    display: flex;
}