.header-3,
.header-3 .header-menu {
    background-color: #053a40;
}

a:hover,
.header-contact .phone a,
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-name a:hover,
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-price,
.header-cart .mini-cart .price_content .cart-total.price_inline .value,
.header-menu-vertical .menu-content li a:hover,
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover a,
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover a span,
.header-horizontal-menu .menu-content li.active > a, .header-horizontal-menu .menu-content li:hover > a,
.header-horizontal-menu .menu-content li .sub-menu li:hover > a,
.header-horizontal-menu .menu-content li .mega-sub-menu .menu-title:hover,
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li:hover > a,
.single-slider .slider-content.slider-content-2 .sub-title,
.single-slider .slider-content.slider-content-2 .sub-title::before,
.single-category a:hover p,
.single-product .product-image .product-meta li:hover a,
.single-product .product-content .product-title a:hover,
.single-product .product-content .product-price .price-sale,
.single-product-list .product-content .product-title a:hover,
.single-product-list .product-content .availability strong,
.single-product-list .product-content .product-price .price-sale,
.single-product-list .product-content .product-meta li:hover a,
.special-products-countdown .product-price-and-cart .product-price .price-sale,
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .price-sale,
.single-blog .blag-content .blog-title a:hover,
.footer-link-wrapper .footer-link .link li a:hover,
.footer-copyright-payment .copyright-text p a:hover,
.back-to-top:hover,
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .regular-price,
.breadcrumb .breadcrumb-item a:hover,
.shop-sidebar-widget .accordion .card .card-body .category-list li a:hover,
.single-product-content .tags .tag-list li a,
.single-product-content .review-rating .review-link li a:hover,
.single-product-content .product-price .regular-price,
.single-product-content .product-basic-info .single-info .value,
.single-product-content .product-basic-info .single-info .value a,
.sidebar-widget .blog-sidebar-categories .categories-list li a:hover,
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content .post-title a:hover,
.single-blog-post .blog-post-content .blog-title a:hover,
.single-blog-post .blog-post-content .blog-meta li a:hover,
.blog-single-posts .blog-single-content .blog-meta li a:hover,
.shopping-cart-table .table tbody tr td .product-delete .delete:hover,
.my-account-dashboard .welcome-dashboard p a:hover,
.login-register-wrapper p a,
.compare-table .table tbody tr td .product-image-title .category:hover {
    color: #e71d36;
}

.main-btn,
.main-btn.main-btn-2:hover,
#preloader .preloader span,
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb .product-quantity,
.category-active-2 .slick-dots li.slick-active button,
.category-active .slick-dots li.slick-active button,
.single-product .product-image .discount-product,
.single-product-list .product-image .discount-product,
.product-active-4 .slick-dots li.slick-active button,
.product-active-3 .slick-dots li.slick-active button,
.product-active-2 .slick-dots li.slick-active button,
.product-active .slick-dots li.slick-active button,
.back-to-top,
.shop-sidebar .shop-sidebar-title::before,
.sidebar-widget .sidebar-title::before,
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay a:hover,
.cart-coupon .title::before,
.contact-info .title::before {
    background-color: #e71d36;
}

.section-title .title::before,
.header-search button,
.header-cart .cart-btn .count,
.mobile-account-cart .account-cart li a span,
.single-slider .slider-content.slider-content-2 .sub-title::before,
.footer-widget .footer-title::before,
.shop-sidebar-widget .price-range #slider-range .ui-widget-header {
    background: #e71d36;
}

.header-menu.menu-gradient,
.header-menu-vertical .menu-title,
.special-product-2 .special-product-countdown-2 {
    background: -webkit-gradient(linear, left top, right top, from(rgb(46, 196, 182)), to(rgb(194, 249, 112)));
    background: linear-gradient(to right, rgb(46, 196, 182) 0%, rgb(194, 249, 112) 100%);
}

.product-description-area .nav .nav-item a::before,
.product-menu .nav .nav-item a::before,
.special-products-area {
    background: -webkit-gradient(linear, left top, right top, from(#2ec4b6), to(#c2f970));
    background: linear-gradient(to right, #2ec4b6 0%, #c2f970 100%);
}

.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button,
.single-product-content .addcart a, .single-product-content .addcart button {
    background: -webkit-gradient(linear, left top, right top, from(rgb(46, 196, 182)), color-stop(50%, rgb(194, 249, 112)), to(rgb(46, 196, 182)));
    background: linear-gradient(to right, rgb(46, 196, 182) 0%, rgb(194, 249, 112) 50%, rgb(46, 196, 182)%);
    background-size: 200%;
    background-position: left center;
}

.single-product-content .product-price .regular-price {
    font-size: 28px;
}

.tekad-store-options-container .title {
    display: block;
}

/* Container UL styling */
.tekad-store-options {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

/* Each option (LI) is displayed inline */
.tekad-store-option {
    display: inline-block;
    margin-right: 10px; /* Adjust spacing as needed */
}

/* The label styled as a button with a light transparent background */
.tekad-store-option-label {
    display: inline-block;
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.05); /* Light transparent background */
    border: 1px solid transparent; /* Default border hidden until hover or active */
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover state: shows an outline border */
.tekad-store-option-label:hover {
    border: 1px solid #000;
}

/* Active/Selected state styling */
.tekad-store-option-label.tekad-store-active {
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.shop-sidebar-widget .accordion .card .card-header a.disable-icon:before {
    display: none;
}

.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content {
    padding-left: 5px;
    padding-right: 5px;
}

/*============= CUSTOMER DASHBOARD VIEW ==============*/
@media (max-width: 767.98px) {
    .tek-shop-sidebar {
        background-color: #fff;
    }

    .tek-shop-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100%;
        width: 300px;
        z-index: 1045;
        transition: left 0.3s ease-in-out;
    }

    .tek-shop-sidebar.open {
        left: 0;
    }

    .tek-shop-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0,0,0,0.5);
        z-index: 1040;
    }

    .tek-shop-overlay.active {
        display: block;
    }

    .tek-shop-main .main-btn.main-btn-2,
    .tek-shop-close-sidebar {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        letter-spacing: 1px;
    }
}

/*============= CUSTOMER DASHBOARD VIEW ==============*/

@media (max-width: 767.98px) {
    .box-custom-container {
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    #mobile-mini-cart {
        position: fixed;
        top: 60px !important; /* Adjust based on header height */
        right: 5px !important;
        left: 5px !important;
        z-index: 999;
        width: calc(100vw - (5px + 5px));
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
        border-radius: 0.375rem;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    }

    #mobile-mini-cart .cart-items li {
        display: block;
    }

    #mobile-mini-cart .cart-items li a.cart-product-remove {
        color:#212529;
    }
}

/*============= CUSTOMER DASHBOARD VIEW ==============*/

.form-floating.single-form label {
    line-height: 1.90;
}

.form-tek.single-form .form-select {
    padding: 1rem 0.75rem;
    height: calc(3.5rem + 2px);
}

/*============= CUSTOMER PROFILE VIEW ==============*/

.avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #dee2e6;        /* neutral gray */
    color: #6c757d;                   /* darker gray for the letter */
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    border:1px solid #dee2e6;
}
.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-menu-vertical .menu-content li:last-child a {
    padding-left: 28px;
}

.header-menu-vertical .menu-content li:last-child a i {
    right: 15px;
    left: auto;
}

.header-search .search-category::before {
    display: none;
}

.header-menu-vertical .menu-content li .sub-menu.add-config-sub-menu {
    display:flex !important;
    flex-direction:column;
    flex-wrap:nowrap;
    min-width:250px;
    width:auto;
}

.header-menu-vertical .menu-content li .sub-menu.add-config-sub-menu li {
    width:100% !important;
}

.header-menu-vertical .menu-content li .sub-menu.add-config-sub-menu li a {

}

.tekad-custom-page p,
.tekad-custom-page h2,
.tekad-custom-page h3,
.tekad-custom-page h4,
.tekad-custom-page ol li {
    margin-bottom:1rem;
}

.tekad-custom-page ol,
.tekad-custom-page ul,
.tekad-custom-page ol li ol,
.tekad-custom-page ol li ul {
    padding-left:3rem;
}

.tekad-custom-page ol li {
    list-style-type: decimal;
    text-align: left;
}

.tekad-custom-page ol li::marker {
    font-size: 22px;
    font-weight: 700;
}

.tekad-custom-page ol ul li::marker,
.tekad-custom-page ol ol li::marker {
    font-size: 1rem;
    font-weight: 400;
}

.tekad-custom-page ul.circle li {
    list-style-type: circle;
}

.tekad-custom-page ol {
    counter-reset: section;
}

.tekad-custom-page ol > li {
    counter-increment: section;
}

.tekad-custom-page .point-decimal {
    list-style: none;
    counter-reset: subsection;
}

.tekad-custom-page .point-decimal > li {
    counter-increment: subsection;
}

.tekad-custom-page .point-decimal > li::marker {
    content: counter(section) "." counter(subsection) " ";
}

/*============= MY ORDER PAGE ==============*/

.order-status-step {
    text-align: center;
}

.order-status-line {
    border-top: 3px solid #28a745;
    margin: 0 10px;
    flex-grow: 1;
}

.order-tracking-timeline {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.order-tracking-timeline .order-dot {
    width: 10px;
    height: 10px;
    background: #2dc258;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.order-price-old {
    text-decoration: line-through;
    color: gray;
}

.order-price-new {
    color: red;
    font-weight: bold;
}

.order-btn-outline-red {
    border-color: red;
    color: red;
}

.order-btn-outline-red:hover {
    background-color: red;
    color: white;
}

/* Order Timeline */
/* OrderTime Timeline Styles */
.ordertime-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ordertime-steps .ordertime-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem;
}

@media (min-width:768px) {
    .ordertime-steps .ordertime-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #2dc258;
        width: 5rem;
        position: absolute;
        left: 9rem;
        top:2.25rem;
        transform: translateY(-50%);
    }

    .ordertime-steps .ordertime-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #2dc258;
        width: 5rem;
        position: absolute;
        right: 9rem;
        top:2.25rem;
        transform: translateY(-50%);
    }

    .ordertime-steps .ordertime-step.in-progress:not(:last-child):after,
    .ordertime-steps .ordertime-step.in-progress:not(:first-child):before {
        border-color: #bdbdbd;
    }
}

.ordertime-steps .ordertime-content {
    width: 13rem;
    text-align: center;
    position: relative;
}

.ordertime-steps .ordertime-inner-circle {
    border-radius: 50%;
    height: 4.5rem;
    width: 4.5rem;
    background-color: #2dc258;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.ordertime-steps .ordertime-inner-circle::before {
    content: "";
    background-color: #2dc258;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ordertime-steps .ordertime-step.in-progress .ordertime-inner-circle::before,
.ordertime-steps .ordertime-step.in-progress .ordertime-inner-circle {
    background-color: #bdbdbd;
}

/* Rating */
.star-rating {
    font-size: 2rem;
    color: #ffc107;
    cursor: pointer;
}
.star-rating .fa {
    margin: 0 2px;
    color: #ccc;
}
.star-rating .fa.active {
    color: #ffc107;
}

/* Term Listing */
.tekcus-list h4 {
    margin: 10px 0;
}

.tekcus-list {
    counter-reset: level1;
    list-style: none;
    padding-left: 0;
}

.tekcus-list > li {
    counter-increment: level1;
    counter-reset: level2;
    list-style: none;
    margin: 6px 0;
    position: relative;
    padding-left: 2.5em;
}

.tekcus-list > li::before {
    content: counter(level1) ".";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 22px;
    font-weight: bold;
}

.tekcus-list > li > ul > li {
    counter-increment: level2;
    counter-reset: level3;
    list-style: none;
    margin: 6px 0;
    position: relative;
    padding-left: 2.5em;
}

.tekcus-list > li > ul > li::before {
    content: counter(level1) "." counter(level2) ".";
    position: absolute;
    left: 0;
}

.tekcus-list > li > ul > li > ul {
    padding-left: 2.5em;
}

.tekcus-list > li > ul > li > ul > li {
    counter-increment: level3;
    list-style: none;
    margin: 6px 0;
    position: relative;
    padding-left: 2.5em;
}

.tekcus-list > li > ul > li > ul > li::before {
    content: counter(level1) "." counter(level2) "." counter(level3) ".";
    position: absolute;
    left: 0;
}

.fancybox__content {
    padding: 0px !important;
}
