﻿.lbn-header {
    background-color: #FBFBFB;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.lbn-header-menu {
    background-color: #F8F9FA;
}

.lbn-search-input {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
    z-index: 1001;
}

.lbn-header-menu-item {
    color: #575758;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    position: relative;
}

.color-hover:hover {
    color: #f47b22;
}

.lbn-header-menu-item.lbn-dropdown:hover .lbn-header-menu-item-dropdown-list {
    display: flex;
}

.lbn-header-menu-item-dropdown-list {
    display: none;
    list-style: none;
    flex-direction: column;
    padding: 8px 24px;
    position: absolute;
    z-index: 1002;
    background: #fff;
    top: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    border-radius: 6px;
    font-weight: 400 !important;
}

    .lbn-header-menu-item-dropdown-list.lg {
        width: 170px;
    }

    .lbn-header-menu-item-dropdown-list > li > a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: .50rem 0;
    }

.lbn-header-menu-item .main-icon {
    font-size: 18px;
}

.lbn-shopping-cart-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: -8px;
    color: #fff;
    background-color: #F47B22;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 12px;
}

.stopal-menu-blinker {
    animation: stopal-blinker 3s linear infinite;
    background-color: #fd7e14;
    border-radius: 4px;
}

    .stopal-menu-blinker span {
        animation: stopal-text-blinker 3s linear infinite;
    }

@keyframes stopal-blinker {
    0%, 100% {
        background-color: #fd7e14;
    }

    50% {
        background-color: #ffffff;
    }
}

@keyframes stopal-text-blinker {
    0%, 100% {
        color: #fff;
    }

    50% {
        color: #fd7e14;
    }
}

.partialpayment-menu-blinker {
    animation: blinker 3s linear infinite;
    background-color: #861010;
    border-radius: 4px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.icon-button-noti {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: none;
}

    .icon-button-noti:focus {
        outline: none;
    }

    .icon-button-noti:hover {
        cursor: pointer;
    }

    .icon-button-noti:active {
        background: none;
    }

.icon-button__badge {
    position: absolute;
    top: -10px;
    right: -9px;
    width: 30px;
    height: 14px;
    padding: 9px 12px 9px 12px;
    background: #F47B22;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FBFBFB;
    border-radius: 10px 10px 10px 10px;
    font-size: 12px;
    animation: blinker 1s linear infinite;
}

.icon-button__badge_off {
    position: absolute;
    top: -10px;
    right: -9px;
    width: 30px;
    height: 14px;
    padding: 9px 12px 9px 12px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FBFBFB;
    border-radius: 10px 10px 10px 10px;
    font-size: 12px;
}

.dropdown-menu-noti {
    position: absolute;
    z-index: 999;
    height: 470px;
    width: 360px;
    background-color: #F5F5F5 !important;
    border: none !important;
    overflow-x: hidden !important;
}

.dropdown-item-not {
    font-size: 14px;
}

.dropdown-item:hover {
    background: none !important;
}

.btn:focus {
    box-shadow: none;
}

.stick {
    width: 1px;
    height: 30px;
    background: #D9D9D9;
    border-radius: 0.5px;
}

.noti-icon {
    max-width: none;
}

.icon-button-noti {
    width: auto !important;
}

.noti-item-title {
    font-size: 12px;
    margin-right: 5px;
    white-space: normal;
}

.noti-in-icon {
    width: 32px;
}

.seller-sign-board {
    animation: seller-sign-board-blinker 3s linear infinite;
    background-color: #861010;
    border-radius: 4px;
}

    .seller-sign-board span {
        animation: seller-sign-board-text-blinker 3s linear infinite;
    }

@keyframes seller-sign-board-blinker {
    0%, 100% {
        background-color: #861010;
    }

    50% {
        background-color: #ffffff;
    }
}

@keyframes seller-sign-board-text-blinker {
    0%, 100% {
        color: #fff;
    }

    50% {
        color: #861010;
    }
}

.lbn-header-menu-dealerfind {
    color: #575758;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    position: relative;
}

.lbn-header-menu-item-dealerfind {
    display: none;
    list-style: none;
    flex-direction: column;
    padding: 8px 24px;
    position: absolute;
    z-index: 1002;
    background: #fff;
    top: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    border-radius: 6px;
    font-weight: 400 !important;
}

   .lbn-header-menu-item-dealerfind.lg {
        padding: 20px;
        width: 1100px;
        height: 180px;
        left: -150%;
        transform: translateX(-50%);
    }
    .lbn-header-menu-item-dealerfind.xl {
        padding: 20px;
        width: 1100px;
        height: 180px;
        left: -150%;
        transform: translateX(-75%);
    }
    .lbn-header-menu-item-dealerfind.user-type-1 {
        transform: translateX(-75%);
    }
    .lbn-header-menu-item-dealerfind > li > a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: .50rem 0;
    }

.dealerFindSelect {
    width: 100%;
    padding: 7px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #f9f9f9;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 500;
    cursor: pointer;
}

    .dealerFindSelect:hover {
        border-color: #f47b22;
    }

    .dealerFindSelect:focus {
        outline: none;
        border-color: #f47b22;
        box-shadow: 0 0 5px rgba(244, 123, 34, 0.5);
    }

.allDealerFindText{
    font-size: 100%;
}
    .allDealerFindText:hover {
        color: #F47B22;
        text-decoration: underline;
    }

@media (max-width: 992px) {
    .lbn-header-menu-item-dealerfind {
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
        height: auto !important;
        padding: 16px !important;
        box-shadow: none;
        border-radius: 0;
        position: static;
    }
        .lbn-header-menu-item-dealerfind.lg {
            transform: translateX(0%) !important;
        }
    .dealerFindSelect {
        font-size: 16px;
        padding: 10px;
        border-radius: 12px;
    }

    .lbn-header-menu-dealerfind {
        justify-content: flex-start;
    }

    .allDealerFindText {
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    #useCurrentLocationBtn, #searchDealerBtn {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .row.g-2.align-items-center {
        flex-direction: column;
    }
}
@media (min-width: 1381px) and (max-width: 1527px) {
    .lbn-header-menu-item-dealerfind.lg {
        width: calc(100vw - 40px);
        max-width: 900px;
        min-width: 600px;
        left: -150%;
        transform: translateX(-50%);
        padding: 20px;
        height: auto;
    }
        .lbn-header-menu-item-dealerfind.lg.user-type-1 {
            transform: translateX(-80%) !important;
        }

}

@media(min-width: 1294px) and (max-width:1380px) {
    .lbn-header-menu-item-dealerfind.lg {
        width: calc(100vw - 40px);
        max-width: 900px;
        min-width: 600px;
        left: -150%;
        transform: translateX(-60%);
        padding: 20px;
        height: auto;
    }
        .lbn-header-menu-item-dealerfind.lg.user-type-1 {
            transform: translateX(-90%) !important;
        }

}

@media(min-width: 1210px) and (max-width:1295px) {
    .lbn-header-menu-item-dealerfind.lg {
        width: calc(100vw - 40px);
        max-width: 900px;
        min-width: 600px;
        left: -200%;
        transform: translateX(-60%);
        padding: 20px;
        height: auto;
    }
        .lbn-header-menu-item-dealerfind.lg.user-type-1 {
            transform: translateX(-90%) !important;
        }

}

@media(min-width: 993px) and (max-width:1209px) {
    .lbn-header-menu-item-dealerfind.lg {
        width: calc(100vw - 40px);
        max-width: 900px;
        min-width: 600px;
        left: -320%;
        transform: translateX(-60%);
        padding: 20px;
        height: auto;
    }
        .lbn-header-menu-item-dealerfind.lg.user-type-1 {
            transform: translateX(-90%) !important;
        }

}