﻿
.axil-header {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    height: 0;
}

.axil-mainmenu {
    position: fixed;
    z-index: 999999;
    margin-top: 20px;
    width: 70%;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}



.category-column {
    border-radius: 5px; /* Rounded corners */
    width: 100%; /* Make columns take full width available */
}

.category-title {
    font-size: 1.2em; /* Title font size */
    margin-bottom: 10px; /* Space below the title */
    color: #00647d !important; /* Set the title color to the specified color */
}

    .category-title a {
        text-decoration: none;
        color: #00647d; /* Set the title color to the specified color */
        font-size: 16px;
    }

.subcategory-list {
    padding-left: 20px; /* Indentation for subcategories */
}

.subcategory-item {
    margin: 5px 0; /* Space between subcategory items */
}

.category-link {
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Link color */
    font-size: 14px
}

    .category-link:hover {
        text-decoration: underline; /* Underline on hover */
    }



.service-boxs {
    border: 0.5px solid #00000047 !important;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
    height: 235px;
}

.rating i {
    color: #FFD700;
    margin-right: 4px;
}

.footer-style-2 {
    background-color: #00647d;
}

    .footer-style-2 .axil-footer-widget h5, .axil-footer-widget .inner ul li a, .copyright-default .quick-link li, .footer-style-2 .copyright-default .social-share a {
        color: #ffff;
    }

        .copyright-default .quick-link li a {
            color: var(--color-white) !important;
        }

.image-sizes {
    display: block;
    width: 100%;
    height: 400px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.axil-product.product-style-six .product-content .product-price-variant {
    background-color: rgb(0 100 125 ) !important;
    top: -93px !important;
    /*right: 50px!important;*/
}

.product-style-six .axil-product {
    border: 1px solid;
}

.product-style-one {
    /*border: 1px solid #34343452;*/
    border-radius: 5px;
}

.axil-product .product-content .title a {
    color: #000 !important;
}

.btn-color {
    background-color: #00647D;
}

.btn-textcolor a {
    color: #ffff;
}

.btn-color:hover {
    background-color: var(--light-primary);
    color: var(--color-white);
}

.product-collection {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease !important;
}



.collection-thumbnail img {
    transition: transform 0.3s ease, opacity 0.5s ease;
    overflow: hidden;
}

.collection-content {
    top: 20% !important;
}

.title {
    position: relative;
}

.Offer {
    position: absolute;
    top: 518%;
    color: blue !important;
    font-weight: 700;
    font-family: math;
}

.offer-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.offer-card {
    display: flex;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

.offer-details {
    flex: 1;
    text-align: center;
}

.offer-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.offer-discount {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

.offer-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.product-collection .collection-thumbnail img {
    transform: none;
}
/*#headerCategoryListWrapper {
    width: 50% !important;
}
*/

.card {
    width: 100%;
    border-radius: 0px;
    padding: 20px 10px 10px 10px;
    position: relative;
    display: inline-block;
    border-width: 0;
}


.coupon-container-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 10px;
}

.main,
.copy-button {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.card::after,
.card::before {
    position: absolute;
    content: "";
    height: 40px;
    border-radius: 40px;
    z-index: 1;
    top: 70px;
    background-color: #fff;
    width: 40px;
}

.card::after {
    right: -20px;
}

.card::before {
    left: -20px;
}

.co-img {
    width: 50%;
}

    .co-img img {
        width: 65px;
        height: 70px;
    }


.content {
    color: #fff;
    text-align: center;
    width: 100%;
    padding-right: 15px;
    white-space: normal;
}



    .content h1 {
        font-size: 33px;
        margin-top: 18px;
        color: #343434;
        display: flex;
    }

        .content h1 span {
            font-size: 35px;
            font-family: Neo Sans W23;
        }

    .content h2 {
        font-size: 10px;
        color: #343434;
        text-align: end;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        width: 100%;
    }

    .content p {
        font-size: 10px;
        color: #343434;
        margin: 0;
        padding: 0;
    }

.copy-button {
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

    .copy-button input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        font-size: 15px;
    }

    .copy-button button {
        padding: 5px 5px;
        background-color: #dc143c;
        color: #fff;
        border: 1px solid transparent;
    }

.buy-btn {
    width: 100%;
    background-color: #00647D;
    color: white;
    border: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 12px;
    align-content: center
}

    .buy-btn:hover {
        background-color: #C59751;
    }

.image-container-small {
    width: 100%;
    overflow: hidden;
}

.section--wrapper {
    background-color: var(--light-primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categrie-product .cat-title {
    margin-top: 10px;
}

.title-highlighter.highlighter-secondary, .content-right .title, .title-highlighter {
    color: white !important;
    margin: 40px;
}

.axil-slick-arrow .slide-arrow:before {
    background: var(--color-secondary) !important;
}

.axil-slick-arrow .slide-arrow {
    color: #fff !important;
}

.service-box:before {
    border: none !important;
}

.axil-breadcrumb-area {
    background-color: #000000 !important;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 290px;
}

.axil-about-area .about-content .title {
    font-weight: 500 !important;
    font-size: 50px !important;
}

.axil-about-area .about-content .text-heading {
    font-weight: 500 !important;
    font-size: 16px !important;
    text-decoration: auto;
    color: var(--color-dark);
}

.title-highlighter.highlighter-primary2 i {
    background: var(--light-primary) !important;
    color: var(--color-white);
}

.axil-breadcrumb-area .inner .title {
    color: #FFFFFF !important;
}

.axil-breadcrumb li a, .axil-breadcrumb li.axil-breadcrumb-item.active {
    color: var(--light-primary) !important;
}

.about-info-area:after {
    background-color: var(--color-blue) !important;
}

.about-info-box .thumb {
    display: flex;
    justify-content: center;
}

.about-info-box {
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 39%) !important;
}

.bg_image--5 {
    background-image: url(../images/about/Rectangle1260.png) !important;
}

.newsletter-content h2 {
    color: var(--light-primary) !important;
}

.newsletter-content span {
    color: var(--color-white) !important;
}

.newsletter-form button:before {
    background-color: var(--color-secondary) !important;
}

.axil-contact-page .title {
    color: var(--light-primary) !important;
    font-weight: bold !important;
    font-size: 22px;
}

.axil-contact-page .contact-location span, .axil-contact-page .contact-form p, p:last-child {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 13px;
}

a.axil-btn.btn-bg-primary:before, button.axil-btn.btn-bg-primary:before {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.axil-product .product-content .product-price-variant {
    background-color: #8D99AE !important;
    border: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(25px);
    padding: 5px 15px;
    border-radius: 8px;
}

    .axil-product .product-content .product-price-variant span.price {
        color: #ffff !important;
    }

.axil-product .product-content .product-price-variant {
    margin: 15px 0 0 0 !important;
}

.axil-product .product-content {
    padding: 0px 9px 0 0 !important;
}

.fixed-size-img {
    height: 240px;
    object-fit: cover;
}

.btn-primary {
    color: var(--bs-btn-hover-color);
    background-color: #D52B28 !important;
    border-color: #D52B28 !important;
}

    .btn-primary:hover {
        color: var(--bs-btn-hover-color);
        background-color: #D52B28 !important;
        border-color: #D52B28 !important;
    }

.active > .page-link, .page-link.active {
    background-color: #D52B28 !important;
    color: #ffffff !important;
    border-color: #D52B28 !important;
}

.page-link {
    color: #D52B28 !important;
    border: 1px solid #D52B28 !important;
}

.axil-shop-sidebar .title::after {
    background-color: #D52B28 !important;
}

.axil-product-table tbody td.product-add-cart .btn-outline {
    background-color: #D52B28 !important;
    color: #ffffff !important;
}

    .axil-product-table tbody td.product-add-cart .btn-outline:hover {
        border-color: #00647d !important;
    }

.axil-product-table thead th {
    font-weight: bold !important;
}

.axil-product-table tbody td {
    color: #000 !important;
}

.product-table-heading .title {
    color: var(--light-primary) !important;
}

.bg-primar {
    background-color: var(--light-primary) !important;
    color: #ffffff !important;
}

.cart-dropdown .cart-item .item-price {
    color: #D52B28 !important;
}

.cart-dropdown .cart-header .header-title {
    color: var(--light-primary) !important;
}

.cart-dropdown .cart-header, .cart-dropdown .cart-item, #cartTableBody tr {
    border-bottom: 2px solid #00000047 !important;
}

.axil-breadcrumb-area .inner .title {
    margin-bottom: 30px !important;
}

.pro-qty .qtybtn, .cart-dropdown .cart-item .item-img .close-btn, .axil-product-table tbody td.product-remove .remove-wishlist {
    background: #d4d5db !important;
}

.product-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: left;
    margin-top: 20px;
    text-align: center;
}

.total-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

    .total-row.title {
        font-size: 20px;
        color: #a06d2c;
        font-weight: bold;
    }

.total-box {
    background-color: #27272E;
    color: white;
    padding: 10px 60px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
}

.product-total .checkout-btn {
    background-color: var(--light-primary);
    color: white;
    padding: 10px 60px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 13px;
    text-align: center;
    display: inline-block;
}
.product-total {
    flex: 0.5;
    text-align: right;
    font-weight: bold;
}

/*   .checkout-btn:hover {
        background-color: #a06d2c;
        color: white;
    }*/

.about-info-box {
    padding: 14px 40px !important;
}

.accordion-item {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-button {
    border-radius: 10px !important;
    background-color: var(--color-secondary) !important; /* Default red when collapsed */
    color: white !important;
}

    .accordion-button:not(.collapsed) {
        background-color: var(--color-secondary) !important; /* Change to Bootstrap primary color when expanded */
        color: white !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.accordion-collapse {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.radio-label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #00647d; /* Red border */
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
}
    /*input[type=checkbox], input[type=radio] {
    opacity: 1 !important;
    position: absolute;
}*/
    /* Custom checked state */
    .radio-label input[type="radio"]:checked {
        background-color: #00647d; /* Red fill when selected */
    }

.priceNote {
    padding: 5px 15px;
    background: #0000009e;
    border-radius: 15px;
    color: white;
    width: 100%;
    margin-bottom: 10px;
}

    .priceNote span {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .priceNote span i {
            font-size: 24px;
            color: #d52b28;
            margin: 6px;
        }

.address-card {
    padding: 20px !important;
}

.axil-order-summery .title, .axil-order-summery .summery-table tbody td:first-child {
    font-weight: bold !important;
}

.media-body .title {
    color: var(--light-primary) !important;
}

.axil-dashboard-aside .nav-link.active, .axil-dashboard-aside .nav-link:hover {
    color: #ffffff !important;
    background: #d52b28 !important;
}

.axil-dashboard-aside .nav-link.active, .axil-dashboard-aside .nav-link {
    font-weight: bold !important;
}

.qrcodeOrders {
    display: flex;
    justify-content: center;
}

.printQRCode {
    font-size: 20px;
    background-color: #00647d00;
    color: #00647d;
}

input[type=submit]:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--color-primary);
}

.header-action .shopping-cart .cart-dropdown-btn .cart-count {
    background-color: var(--light-primary) !important;
}

.offreScel img {
    transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.offreScel:hover img {
    transform: scale(1.05) !important;
    opacity: 0.9 !important;
}

.qr-container {
    text-align: center;
    margin-top: 20px;
}

    .qr-container img {
        width: 200px;
        height: 200px;
    }

.btn {
    /* margin-top: 10px; */
    /* padding: 10px; */
    font-size: 16px;
    cursor: pointer;
    width: 125px;
    height: 35px;
    margin-top: 0px;
}

.coupon-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}
.order-header {
    border: 2px solid #ffff;
}

.order-card {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    text-align: left;
    box-shadow: 0 0px 10px #00000040;
}

.order-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .order-header > div {
        margin-bottom: 5px;
        font-size: 14px;
    }

.order-details-btn {
    background-color: #4b4b4b;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

    .order-details-btn:hover {
        background-color: #000000;
        color: white;
    }

.order-items {
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-top: 10px;
}

.order-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-item {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.no-orders {
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

.product-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .product-details div, .product-total {
        font-weight: bold;
        font-size: 20px;
    }

.product-total {
    flex: 0.5;
    text-align: right;
    font-weight: bold;
}

.product-image {
    flex: 0 0 100px;
    text-align: center;
}

    .product-image img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 5px;
    }

.inner .product-price-variant {
    font-size: 20px;
    font-weight: bold;
    font-weight: bold;
    color: white;
}

.video-container {
    position: relative;
    width: 350px;
    height: 600px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

    .video-container video {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

.axil-product-list .product-content .product-cart .cart-btn {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-white) !important;
}

    .axil-product-list .product-content .product-cart .cart-btn:hover {
        background: #ffff !important;
        border-color: var(--color-secondary) !important;
        color: #000000 !important;
    }

.axil-product-list .product-content .product-price-variant {
    color: var(--color-secondary) !important;
}

.product-price-variant {
    width: fit-content;
}

 /* إظهار قائمة الإشعارات دائمًا */
#notificationList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    width: 250px;
    top: 40px;
    right: 0;
    display: block;
}
.notification-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .notification-item:hover {
        background-color: #ffffff !important;
        cursor: pointer;
    }

#notificationIcon:hover i {
    color: #ffffff !important;
    cursor: pointer;
}
#notificationIcon {
    position: relative;
}

.badge {
    color: #000000;
    padding: 5px;
    border-radius: 50%;
    font-size: 20px;
}
.old-price {
    font-size: 14px !important;
}
.current-price {
    font-size: 17px !important;
}

@media only screen and (max-width: 787px) {
    .categorys-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media only screen and (max-width: 659px) {
    .axil-mainmenu {
     
        width: 100%;
    }
}


.sortSelect {
    font-size: 60px;
    width: unset;
    color: #4f3f3f;
    border: 1px solid #dee2e6;
    margin: 0;
    font-size: 18px;
    /* font-weight: 500; */
    height: 35px;
    margin: 0px 5px;
}
.sortTitle {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-dark);
    width: -webkit-fill-available;
}