.top-bar-text {
    position: relative;
    top: 2px;
}

.header-area .header-top {
    padding: 5px 0 5px !important;
}

.register-header-link {
    margin-right: 20px;
}

.login-header-link,
.register-header-link {
    display: none;
}

@media (min-width: 992px) {

    .login-header-link,
    .register-header-link {
        display: inline-block;
    }
}

.main-menu a.active {
    color: #ec6b81 !important;
    font-weight: bold;
}


.fa-tiktok {
    font-size: 30px;
}

.pagination-content-wrap .pagination-nav .pagination li a {
    line-height: 36px !important;
}

.disabled-link {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.category-name-home {
    font-weight: 500;
}

.add-to-cart-btn {
    cursor: pointer;
}

.shopping-cart-content {
    max-height: 550px;
    overflow-y: auto;
    padding-right: 6px;
}

.shopping-cart-content::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.shopping-cart-content {
    scrollbar-width: none;
}

.shopping-cart-content {
    -ms-overflow-style: none;
}

.btn-primary {
    background: #0f0f0f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 20px;
    margin-top: 29px;
    text-transform: capitalize;
}

.btn-primary:hover {
    background-color: #ec6b81;
    color: white;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.checkout-auth-card {
    border: 1px solid #ebebeb;
    border-radius: 0px !important;
}

.checkout-auth-btns {
    margin-top: -30px;
}

.form-control {
    border-radius: 0px !important;
}

.billing-detail-heading,
.your-order-heading,
.already-have-an-account-heading,
.order-summary-heading,
.thanks-for-purchase-heading,
.payment-method-heading {
    color: #ec6b81
}

.payment-method-heading {
    padding-top: 10px;
}

.payment-method-name {
    position: relative;
    top: -2px;
    left: 10px;
}

.order-summary-heading {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.order-summary-heading {
    font-weight: 700;
    margin-bottom: 20px;
}

.order-summary-top {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.summary-box span {
    display: block;
    font-size: 13px;
    color: #777;
}

.summary-box strong {
    font-size: 15px;
}

.dashed-divider {
    border-top: 1px dashed #ddd;
    margin: 20px 0;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.order-item-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.order-item-left img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #ebebeb;
}

.order-item-left h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.order-item-left small {
    color: #777;
}

.order-item-price {
    font-weight: 600;
}

.order-totals div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #555;
}

.order-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
}

.swal-btn-confirm {
    background: linear-gradient(90deg, #ff5f6d, #ffc371);
    color: white;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 6px;
    margin-right: 10px;
}

.swal-btn-cancel {
    background: #6c757d;
    color: white;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 6px;
}

.swal-btn-confirm,
.swal-btn-cancel {
    cursor: pointer;
}

.icon-heart-fill {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://cdn-icons-png.flaticon.com/512/833/833472.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 2px;
    margin-right: 0px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    transition: transform 0.3s;
}

.whatsapp-btn img {
    width: 35px;
    height: 35px;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

.post-review-btn {
    margin-top: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.rating-stars {
    display: flex;
    justify-content: left;
    gap: 10px;
    direction: rtl;
}

.rating-stars input {
    display: none;
}

.rating-stars label {
    font-size: 34px;
    color: #cfcfcf;
    cursor: pointer;
    transition: transform 0.2s, color 0.2s;
}

.rating-stars label:hover {
    color: #ffc107;
    transform: scale(1.2);
}

.rating-stars label:hover~label {
    color: #ffc107;
}

.rating-stars input:checked~label {
    color: #ffc107;
}

.review-modal-footer {
    justify-content: flex-start;
}

.product-single-item .product-single-info .product-wishlist-compare {
    margin-bottom: 0px !important;
}

.register-link-review-modal {
    color: #ec6b81;
    font-weight: 500;
}

.avatar-initials {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(236, 107, 129);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
}

.avatar-initials:nth-of-type(2n) {
    background: linear-gradient(135deg, rgb(236, 107, 129) 0%, rgb(200, 80, 100) 100%);
}

.avatar-initials:nth-of-type(3n) {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

.avatar-initials:nth-of-type(4n) {
    background: linear-gradient(135deg, rgb(236, 107, 129) 0%, #000000 100%);
}

.avatar-initials:nth-of-type(5n) {
    background: linear-gradient(135deg, #1a1a1a 0%, rgb(236, 107, 129) 100%);
}

.comment-author-info {
    margin-bottom: 0px !important;
}

.product-review-tabs-content .product-tab-content .product-comments-content .comment-author-info .title {
    margin-bottom: 5px !important;
}

.product-review-tabs-content .product-tab-content .product-comments-content .comment-author .star-content {
    margin-left: 0px !important;
}

.btn-whatsapp {
    background: #25D366 !important;
    color: white !important;
    border: none;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.btn-whatsapp:hover {
    background: #1ebc59 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

@media (max-width: 768px) {
    .product-quick-action {
        flex-direction: column;
    }

    .btn-product-add,
    .btn-whatsapp {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }

    .add-to-cart-btn {
        margin-top: 15;
    }
}

.shop-view-details-btn {
    margin-top: -10px;
}

.shop-view-details-btn2 {
    margin-top: -40px;
}

.product-item .inner-content .shop-view-details-btn2::before {
    background-color: #fff;
    border-radius: 50%;
    color: #0f0f0f;
    font-size: 16px;
    font-family: "simple-line-icons";
    font-weight: 400;
    display: block;
    content: "\e09b";
    height: 40px;
    line-height: 40px;
    right: 5px;
    position: absolute;
    top: 5px;
    width: 40px;
    text-align: center;
}

.product-item .inner-content .btn-product-add:before {
    background-color: #fff;
    border-radius: 50%;
    color: #0f0f0f;
    font-size: 16px;
    font-family: "simple-line-icons";
    font-weight: 400;
    display: block;
    content: "\e04f";
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 3px !important;
    right: 5px;
    position: absolute;
}
@media (max-width: 576px) {
    .product-single-item .product-single-info .product-quick-action .btn-product-add:before {
        background-color: #fff;
        border-radius: 50%;
        color: #0f0f0f;
        font-size: 16px;
        font-family: "simple-line-icons";
        font-weight: 400;
        display: block;
        content: "\e04f";
        height: 30px;
        line-height: 30px;
        right: 5px;
        position: absolute;
        top: 4px;
        width: 30px;
    }

    .header-right {
        display: flex;
    }
}

.icon-heart {
    position: relative !important;
    top: -1px !important;
}

.header-area .header-top .theme-setting:hover .dropdown-content {
    max-height: 185px !important;
}

@media only screen and (max-width: 991px) {
    .scroll-to-top {
        font-size: 20px !important;
        line-height: 39px !important;
        width: 40px;
        height: 40px;
    }
}

/* Search Results Dropdown */
#searchResults {
    display: none;
    position: absolute;
    top: 100%;
    left: 13.5;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-height: 400px;
    overflow-y: auto;
    z-index: 99999;
    margin-top: 5px;
    width: 600px;
    min-width: 300px;
}

#searchResults::-webkit-scrollbar {
    width: 6px;
}

#searchResults::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#searchResults::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

#searchResults::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
}

.search-modal-content {
    background: #fff;
    width: 600px;
    max-width: 95%;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

#modalSearchResults {
    margin-top: 10px;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #eee;
    border-radius: 6px;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}
#modalSearchInput:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}
