.cate-icon {
    display: inline !important;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}


/* .max
{
    max-width: 200.333px !important;
} */

.text_succsess {
    font-size: 5em !important;
    color: #119c67 !important;
    margin-bottom: 20px !important;
}

.text_quateno {
    font-size: 2em !important;
    color: #034a68 !important;
    margin-bottom: 20px !important;
}

.about-text {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.about-text .about-text-center {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 25px;
}

.about-text p {
    margin-bottom: 17px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.about-text-item {
    padding-bottom: 35px;
    padding-top: 35px;
}

.about-text-item.item-three {
    padding-bottom: 18px;
}

.about-text-item p {
    line-height: 20px;
}

.search-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 20px 0;
}

.search-wrapper .icon-search {
    position: relative;
    right: 15px;
    background: #4dae65;
    border-radius: 0;
}

.header-search-results {
    background-color: #fff;
    border: 2px solid #007ec0;
    border-radius: 5px;
    padding: 10px;
    position: absolute !important;
    width: 100%;
    z-index: 9999 !important;
    height: 500px;
    overflow-y: auto;
    margin-top: 39px;
}

.header-search form {
    padding-left: 0;
}

.owl-carousel {
    z-index: 0;
}

.search-rslt-row {
    display: flex;
    padding: 5px;
}

.search-rslt-row:hover {
    background-color: #eee;
}

.search-rslt-row img {
    width: 35px !important;
    height: 35px !important;
    margin-right: 10px;
}

.search-rslt-row span {
    font-size: 20px !important;
}

.brand-box {
    width: 80% !important;
}

.product-details {
    width: 100% !important;
}

.image__tag {
    padding: 13px !important;
}

.slider .owl-stage-outer {
    border-radius: 10px !important;
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.2) !important;
}

.my-col {
    width: 100% !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
    padding-top: 102px;
}

.discount-text {
    color: red;
    font-weight: bold;
    font-size: smaller;
    display: block;
}

.discount-text-alt {
    color: red;
    font-weight: bold;
    font-size: smaller;
}

.dropcart__item-price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

.cart-table__column--price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

.product__prices .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
    float: right !important;
}

.wishlist__column--price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

header .header_support h3 a span,
header .header_support h3 a {
    display: initial !important;
}

.header-search-results img {
    width: 150px !important;
    max-height: 200px !important;
}

.header-search-results a {
    color: #000 !important;
}


/* Review Section Styles */

.review-section {
    padding: 30px 0;
    background: #f8f9fa;
}

.review-stats {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.rating-overview {
    text-align: center;
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.avg-rating {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ff6b35;
    margin: 0;
}

.rating-stars {
    color: #ffc107;
    font-size: 1.5rem;
    margin: 10px 0;
}

.rating-breakdown {
    padding-left: 20px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.rating-bar .stars {
    width: 80px;
    color: #ffc107;
}

.progress {
    flex: 1;
    height: 8px;
    margin: 0 10px;
    border-radius: 4px;
}

.progress-bar {
    border-radius: 4px;
    background: linear-gradient(45deg, #ff6b35, #ffc107);
}


/* Review Cards */

.review-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.reviewer-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    border: 3px solid #f8f9fa;
}

.reviewer-details h5 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.review-rating {
    color: #ffc107;
    margin-right: 10px;
}

.review-rating i {
    color: #ffc107 !important;
}

.review-date {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.review-images {
    margin-top: 15px;
}

.review-images img {
    width: 80px !important;
    height: 80px !important;
    /* object-fit: cover; */
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.review-images img:hover {
    transform: scale(1.1);
}


/* Modal Styles */

.review-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.review-modal .modal-header {
    background: linear-gradient(135deg, #ff6b35, #ffc107);
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 20px 25px;
}

.review-modal .modal-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.review-modal .btn-close {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    opacity: 1;
}

.star-rating {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 5px;
}

.star-rating .star {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.star-rating .star:hover,
.star-rating .star.active {
    color: #ffc107;
    transform: scale(1.1);
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 2px solid #eee;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b35, #ffc107);
    border: none;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(255, 107, 53, 0.3);
}

.file-upload-wrapper {
    border: 2px dashed #ddd;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-upload-wrapper:hover {
    border-color: #ff6b35;
    background: rgba(255, 107, 53, 0.05);
}

.file-upload-wrapper.dragover {
    border-color: #ff6b35;
    background: rgba(255, 107, 53, 0.1);
}


/* Mobile Responsive */

@media (max-width: 768px) {
    .review-stats {
        padding: 20px 15px;
    }
    .rating-overview {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .rating-breakdown {
        padding-left: 0;
    }
    .avg-rating {
        font-size: 2.5rem;
    }
    .review-card {
        padding: 20px 15px;
    }
    .reviewer-info {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .reviewer-avatar {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .review-images img {
        width: 60px;
        height: 60px;
    }
    .star-rating .star {
        font-size: 1.5rem;
    }
    .review-modal .modal-dialog {
        margin: 10px;
    }
}


/* Loading Animation */

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* Success/Error Messages */

.alert {
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: none;
}

.alert-success {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.alert-danger {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
    color: white;
}


/* RATING CSS START */

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}

.rating-stars {
    display: flex;
    gap: 2px;
}

.rating-stars.compact {
    gap: 1px;
}

.rating-stars.compact i {
    font-size: 12px;
}

.rating-stars i {
    font-size: 14px;
    color: #ddd;
    transition: color 0.2s ease;
}

.rating-stars i.filled {
    color: #ffc107;
}

.rating-stars i.half-filled {
    background: linear-gradient(90deg, #ffc107 50%, #ddd 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rating-value {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.review-count {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.review-count:hover {
    color: #ff6b35;
    text-decoration: underline;
}

.no-reviews {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

.rating-compact {
    font-size: 11px;
    color: #666;
}

@media (max-width: 768px) {
    .rating {
        gap: 4px;
    }
    .rating-stars i {
        font-size: 12px;
    }
    .rating-value,
    .review-count,
    .no-reviews {
        font-size: 11px;
    }
}


/* RATING CSS END  */