/* ================ header start ================== */
.custom-nav .nav-item.dropdown:hover > .nav-link,
.custom-nav .nav-link:hover {
    color: #ff7c25 !important;
}

.custom-nav .dropdown-menu {
    display: none;
    position: absolute;
    float: none;
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-width: 200px;
    background-color: #fff;
    z-index: 1;
}

.custom-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.custom-nav .dropdown-item {
    display: block;
    width: 100%;
    color: #555;
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    background-color: #fff;
}

.custom-nav .dropdown-item:hover {
    background-color: #ff7c25 !important;
    color: #fff !important;
}

.dropdown-toggle::after {
    margin-left: 0.3em;
    vertical-align: 0.2em;
}
.header-dropdown-menu li {
    width: 100%;
}

.header-actions-wrapper {
    width: 100%;
    padding: 5px 0;
}
.header-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    color: #1a202c;
    font-size: 14px;
    margin-right: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
}
.header-action-item:hover {
    color: #ff7c25;
}
.header-action-item i {
    font-size: 20px;
    margin-bottom: 5px;
    color: #1a202c;
}
.header-action-item:hover i {
    color: #ff7c25;
}
.cart-icon-container {
    padding: 0 4px;
}
.cart-badge {
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #ff7c25;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-more {
    position: relative;
    display: inline-block;
}

.more-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: #1a202c;
}

.more-dropdown-menu {
    display: none;
    position: absolute;
    top: 90%;
    right: 0;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
    z-index: 999;
    border-radius: 4px;
    overflow: hidden;
}

.dropdown-more:hover .more-dropdown-menu {
    display: block;
}

.more-dropdown-menu li {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #f0f0f0;
}
.more-dropdown-menu li:last-child {
    border-bottom: none;
}

.more-dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #074770;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    transition: background-color 0.2s ease;
}

.more-dropdown-menu li a i {
    font-size: 18px;
    width: 20px;
    color: #074770;
}

.more-dropdown-menu li a:hover {
    background-color: #f8f9fa;
    color: #ff7c25;
}
.more-dropdown-menu li a:hover i:not(.fa-whatsapp) {
    color: #ff7c25;
}
/* ================ header end ================== */

.home-slider-container {
    position: relative;
}

.main_slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 10;
}

.main_slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #fff !important;
    opacity: 0.5;
    transition: 0.3s;
    display: inline-block;
    border-radius: 50%;
}

.main_slider .owl-dot.active span {
    width: 30px;
    border-radius: 20px;
    background: #ff6600 !important;
    opacity: 1;
}

/* --- Navigation Arrows (Hover Effect) --- */
.main_slider .owl-nav button.owl-prev,
.main_slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    color: #ff6600 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main_slider .owl-nav button.owl-prev {
    left: 0;
}

.main_slider .owl-nav button.owl-next {
    right: 0;
}

.home-slider-container:hover .owl-nav button.owl-prev,
.home-slider-container:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.home-slider-container .owl-nav button.owl-prev {
    left: 0;
    border-radius: 0;
}
.home-slider-container .owl-nav button.owl-next {
    right: 0;
    border-radius: 0;
}
.home-slider-container:hover .owl-nav button.owl-prev {
    left: 0;
    border-radius: 0;
}
.home-slider-container:hover .owl-nav button.owl-next {
    right: 0;
    border-radius: 0;
}

/* ================ best selling section start ================ */

.tsp-section-wrapper {
    background-color: #fbf9f4;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.tsp-main-title {
    color: #10375c;
    font-weight: 600;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
}

.tsp-product-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #f0f0f0;
}

.tsp-img-container {
    width: 100%;
    max-width: 160px;
}

.tsp-product-img {
    max-width: 100%;
    object-fit: contain;
}

.tsp-content-container {
    width: 100%;
}

.tsp-info-block {
    padding-left: 20px;
}

.tsp-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 6px;
    line-height: 1.3;
}

.tsp-current-price {
    font-size: 18px;
    font-weight: 700;
    color: #f48721;
}

.tsp-old-price {
    font-size: 13px;
}

.tsp-badge-best-selling {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f94144;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 0 7px 0 7px;
    z-index: 2;
}

.tsp-badge-save {
    background-color: #a3e635;
    color: #1e3a1e;
    font-weight: 600;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.tsp-btn-group {
    padding-left: 20px;
}

.tsp-btn-outline {
    border: 1px solid #f48721;
    color: #f48721;
    background: transparent;
    font-weight: 500;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 5px;
    white-space: nowrap;
}

.tsp-btn-outline:hover {
    background-color: #f48721;
    color: #ffffff;
}

.tsp-btn-primary {
    background-color: #f48721;
    color: #ffffff;
    font-weight: 500;
    padding: 6px 20px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #f48721;
    white-space: nowrap;
}

.tsp-btn-primary:hover {
    background-color: #041f1e;
    color: #ffffff;
}

.tsp-title-underline {
    position: relative;
    display: block;
    width: 98%;
    margin-left: 1%;
}

.tsp-title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    border-radius: 4px;
}

.tsp-title-underline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #f37a20;
    border-radius: 4px;
    z-index: 1;
}

@media (min-width: 767.98px) {
    .tsp-product-card {
        padding: 70px 20px;
        text-align: left;
    }
}
@media (max-width: 767.98px) {
    .tsp-product-card {
        padding: 10px;
        text-align: left;
    }

    .tsp-img-container {
        max-width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .tsp-info-block,
    .tsp-btn-group {
        padding-left: 0;
    }

    .tsp-product-name {
        font-size: 14px;
        height: 38px;
        overflow: hidden;
    }

    .tsp-current-price {
        font-size: 15px;
    }

    .tsp-old-price {
        font-size: 12px;
    }

    .tsp-badge-save {
        font-size: 9px;
        padding: 1px 4px;
    }

    .tsp-hide-on-mobile {
        display: none !important;
    }

    .tsp-btn-outline {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 6px 5px;
    }
}
/* ================ best selling section end ================ */

/* ===============category product dot ============== */

.product_sliders.owl-carousel .owl-dots {
    text-align: center !important;
    display: block !important;
    width: 100%;
}

.product_sliders.owl-carousel .owl-dot {
    display: inline-block !important;
}

.product_sliders.owl-carousel .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 6px !important;
    background: #d6d6d6 !important;
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.product_sliders.owl-carousel .owl-dot.active span,
.product_sliders.owl-carousel .owl-dot:hover span {
    background: #f37a20 !important;
}

/* ======================= cart drower start ============== */
.tsc-floating-cart-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.tsc-floating-cart-btn:hover {
    background-color: #ffffff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}

.tsc-cart-top-sec {
    background-color: #f37a20;
    color: #ffffff;
}

.tsc-bag-icon {
    font-size: 22px;
    margin-bottom: 2px;
}

.tsc-item-count {
    font-size: 12px;
    font-weight: 400;
}

.tsc-cart-bottom-sec {
    background-color: #ffffff;
    color: #f37a20;
    font-size: 13px;
    font-weight: 700;
}

.tsc-cart-drawer {
    width: 420px !important;
    border-left: none;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

@media (max-width: 575.98px) {
    .tsc-cart-drawer {
        width: 100% !important;
    }
}

.tsc-drawer-header {
    background-color: #ffffff;
}

.tsc-drawer-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #10375c;
    letter-spacing: 0.5px;
}

.tsc-close-drawer-btn {
    background: transparent;
    border: none;
    color: #64748b;
    font-weight: 500;
    font-size: 13px;
}

.tsc-close-drawer-btn:hover {
    color: #f37a20;
}

.tsc-cart-item-card {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    transition: background-color 0.2s;
}

.tsc-combo-card {
    border-left: 3px solid #4f46e5 !important;
}

.tsc-combo-tag {
    font-size: 10px;
    font-weight: 700;
    color: #4f46e5;
    letter-spacing: 0.5px;
}

.tsc-item-img-container {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsc-item-img-container img {
    max-height: 55px;
    object-fit: contain;
}

.tsc-item-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.tsc-remove-item-btn {
    top: 10px;
    right: 10px;
    padding: 0;
    color: #94a3b8;
    background: transparent;
    border: none;
    font-size: 14px;
}

.tsc-remove-item-btn:hover {
    color: #f37a20;
}

.tsc-qty-selector {
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}

.tsc-qty-selector button {
    background: transparent;
    border: none;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #64748b;
}

.tsc-qty-selector button:hover {
    background-color: #f1f5f9;
}

.tsc-qty-selector input {
    width: 30px;
    border: none;
    border-left: 1px solid #cbd5e1;
    border-right: 1px solid #cbd5e1;
    font-size: 12px;
    font-weight: 600;
    outline: none;
}

.tsc-highlight-blue {
    color: #4f46e5;
}

.tsc-footer-sec-title {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    color: #10375c;
    padding-bottom: 6px;
}

.tsc-footer-sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #f1f5f9;
}

.tsc-title-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #f37a20;
    z-index: 1;
}

.tsc-control-btn {
    background-color: #f37a20;
    color: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.tsc-control-btn:hover {
    background-color: #d66213;
    color: #ffffff;
}

.tsc-suggested-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.tsc-suggest-img-box {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.tsc-suggest-title {
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.tsc-suggest-price {
    font-size: 12px;
    font-weight: 600;
}

.tsc-btn-add {
    background-color: #f37a20;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    border-radius: 20px;
    border: none;
}

.tsc-btn-add:hover {
    background-color: #d66213;
    color: #ffffff;
}

.tsc-checkout-btn {
    background-color: #f37a20;
    color: #ffffff;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: none;
}

.tsc-checkout-btn:hover {
    background-color: #d66213;
    color: #ffffff;
}

.tsc-bag-icon {
    width: 25px;
    height: 25px;
    color: #fff;
    vertical-align: middle;
}

/* =============== */
.product_slider.owl-carousel .owl-nav {
    display: block !important;
}

.product_slider.owl-carousel {
    position: relative;
}

.product_slider.owl-carousel .owl-nav button.owl-prev,
.product_slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 999 !important;
    transition: all 0.3s ease;
}

.product_slider.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
    background-color: #f27a1a !important;
    color: #fff !important;
}

.product_slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
    background-color: #f27a1a !important;
    color: #fff !important;
}

/* ===================== brand products ======================= */
.brand-logo-box {
    border-radius: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo {
    height: 120px;
    border-radius: 20px;
    border: 1px solid #dddddd81;
}

.brand-content p {
    font-size: 18px;
    color: #5d5247;
    margin-bottom: 30px;
}

.brand-products-title {
    text-align: center;
    margin: 25px;
}

.brand-products-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2b3d;
    margin-bottom: 5px;
}

.brand-products-title span {
    display: block;
    width: 70px;
    height: 4px;
    background: #f7941d;
    margin: auto;
    border-radius: 50px;
}

@media (max-width: 991.98px) {
    .brand-content p {
        font-size: 22px;
    }

    .brand-products-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {
    .brand-logo {
        max-height: 90px;
    }

    .brand-content p {
        font-size: 17px;
        line-height: 1.8;
        text-align: justify;
    }

    .brand-products-title {
        margin-top: 40px;
    }

    .brand-products-title h2 {
        font-size: 28px;
    }

    .brand-products-title span {
        width: 60px;
        height: 3px;
    }
}

/* ===================== footer start =================== */
.gb-custom-footer {
    background-color: #ffffff !important;
    color: #333333 !important;
    font-family: "Open Sans", sans-serif;
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
}
.gb-footer-logo {
    width: 220px;
    height: 110px;
    object-fit: contain;
}
.gb-footer-desc {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px;
}
.gb-contact-info p {
    font-size: 14px !important;
    color: #444 !important;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gb-contact-info i {
    color: #777 !important;
    width: 16px;
}
.gb-social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.gb-social-links a {
    width: 36px;
    height: 36px;
    background-color: #f5f5f5 !important;
    color: #ff7c25 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}
.gb-social-links a:hover {
    background-color: #ff7c25 !important;
    color: #fff !important;
}
.gb-app-download-section h6 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.gb-app-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.gb-app-buttons img {
    height: 40px;
    object-fit: contain;
}
.gb-footer-heading {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #222 !important;
    margin-bottom: 20px !important;
    font-family: "Open Sans", sans-serif;
}
.gb-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.gb-footer-links li {
    margin-bottom: 12px !important;
}
.gb-footer-links a {
    color: #666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: 0.2s;
    display: inline-block;
}
.gb-footer-links a:hover {
    color: #ff7c25 !important;
    transform: translateX(5px);
}

.gb-footer-bottom {
    border-top: 1px solid #eeeeee;
    margin-top: 50px;
    padding-top: 25px;
}
.gb-copyright-text {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
}
.gb-payment-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}
.gb-payment-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 !important;
}
.gb-payment-img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .gb-footer-heading {
        margin-top: 25px;
        margin-bottom: 12px;
    }
    .gb-payment-wrapper {
        justify-content: center;
        margin-top: 15px;
    }
    .gb-footer-bottom {
        text-align: center;
    }
}
/* ===================== footer end =================== */
/* ======================= checkout start ================== */
.gb-checkout-wrapper {
    padding: 40px 0;
    font-family: "SolaimanLipi", sans-serif;
}
.gb-login-alert {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.gb-login-alert p {
    margin: 0;
    color: #2d3748;
    font-weight: 500;
}
.gb-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}
.gb-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.gb-section-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #ff7a00;
    margin-right: 10px;
    border-radius: 2px;
}
.gb-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
}
.gb-product-item:last-child {
    border-bottom: none;
}
.gb-product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.gb-product-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}
.gb-qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.gb-qty-btn {
    background: #f8fafc;
    border: none;
    width: 28px;
    height: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}
.gb-qty-btn:hover {
    background: #e2e8f0;
}
.gb-qty-input {
    width: 35px;
    height: 28px;
    text-align: center;
    border: none;
    border-left: 1px solid #cbd5e1;
    border-right: 1px solid #cbd5e1;
    font-size: 14px;
}
.gb-form-control {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    color: #334155;
    background-color: #fff;
    transition: all 0.3s ease;
    height: 50px;
    border: 1px solid #ddd !important;
}
.gb-form-control:focus {
    border-color: #ff7a00;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.1);
    outline: none;
}
.gb-phone-group {
    display: flex;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.gb-phone-prefix {
    background: #f1f5f9;
    padding: 12px 16px;
    color: #64748b;
    border-right: 1px solid #cbd5e1;
    font-weight: 500;
}
.gb-phone-input {
    border: none !important;
    flex: 1;
    padding: 12px 16px;
}
.gb-phone-input:focus {
    outline: none;
}
.gb-payment-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.gb-payment-option {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}
.gb-payment-option input[type="radio"] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    accent-color: #ff7a00;
    width: 18px;
    height: 18px;
}
.gb-payment-option.active {
    border-color: #ff7a00;
    background-color: #fffaf0;
}
.gb-payment-icon {
    width: 32px;
    height: auto;
}
.gb-coupon-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1a202c;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 0;
}
.gb-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #4a5568;
    font-size: 15px;
}
.gb-summary-total {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
}
.gb-terms-text {
    font-size: 14px;
    color: #4a5568;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.gb-terms-text input {
    margin-top: 4px;
    accent-color: #ff7a00;
}
.gb-terms-text a {
    color: #ff7a00;
    text-decoration: none;
}
.gb-btn-place-order {
    background-color: #ff7a00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    transition: background 0.2s;
}
.gb-btn-place-order:hover {
    background-color: #e66e00;
    color: #fff;
}
/* Select2 Style Override to match theme */
.select2-container--default .select2-selection--single {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    height: 48px !important;
    padding: 10px 16px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 26px !important;
    color: #334155 !important;
    padding-left: 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 46px !important;
}
.gb-delivery-option {
    background-color: #ffffff;
    border-color: #dee2e6 !important;
}

.gb-delivery-option.active {
    background-color: #fffaf0 !important;
    border-color: #ff7a00 !important;
}
/* ======================= checkout end ================== */
.wishlist-icon-wrap {
    position: relative;
    display: inline-block;
}

.wishlist-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #ff6b00;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ============= mobile footer nav ============ */
.mobile-bottom-nav {
    background-color: #f37023;
    z-index: 1050;
    padding: 10px 0 5px 0;
}

.mobile-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
}
.mobile-nav-link:hover,
.mobile-nav-link:focus {
    color: #ffffff;
}

.mobile-nav-link i {
    font-size: 18px;
    margin-bottom: 2px;
}

.icon-badge-wrap {
    position: relative;
    display: inline-block;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #ff6b00;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 55px;
    }
}

.search-modal-top .modal-dialog {
    margin-top: 10px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.search-modal-top .modal-content {
    border-radius: 4px;
    background-color: #ffffff;
}

.custom-search-input {
    border: 1px solid #ced4da;
    border-radius: 4px 0 0 4px !important;
    padding: 8px 12px;
    font-size: 14px;
}

.custom-search-input:focus {
    box-shadow: none;
    border-color: #f38020;
}

.custom-search-btn {
    background-color: #f38020;
    color: #ffffff;
    border: none;
    border-radius: 0 4px 4px 0 !important;
    padding: 8px 16px;
}

.custom-search-btn:hover {
    background-color: #e06f13;
    color: #ffffff;
}

.btn-close-custom {
    background: #ffe3e3;
    color: #ff6b6b;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

/* ============== mobile category side bar ================ */
.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.widget-title::after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background-color: #f38020;
    margin-top: 6px;
}

.quick-links-box {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 16px 5px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
}

.quick-link-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #334155;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.quick-link-item i {
    font-size: 20px;
    width: 32px;
    color: #1e293b;
}

.quick-link-item:hover {
    color: #f38020;
}

.quick-link-item:hover i {
    color: #f38020;
}
