.wrapper {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
/*================BEGIN PAGINATION=================*/
.pagination ul li span.pagecur, .pagination ul li a{
    border:none;
    background: #ffffff;
    border:solid 1px #c3c3c3;
}
.pagination ul li a:hover, .pagination ul li span.pagecur{
    background: #ea4725;
    border-color:#ea4725;
    color:#ffffff;
}
/*================END PAGINATION===================*/
/*================BEGIN: BOX================*/
.box_mid{
    width: 100%;
}
.box_mid .mid-title{
    width: auto;
    position: relative;
    margin: 0 0 20px 0;
}
.box_mid.line_title .mid-title{
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.box_mid .mid-title .titleL{
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    color: #333333;
}
.box_mid .mid-title .titleL h1{
    font-size: 30px;
    line-height: 45px;
}
.box_mid .mid-title .titleL h1.noupper{
    text-transform: none;
}
.box_mid .mid-title .titleR{
    float: right;
    position: relative;
}
.box_mid .mid_content{
    margin-bottom: 0;
}
.box{
    position: relative;
}
.box .box-title{
    position: relative;
    z-index: 1;
}
.box .box-title .fTitle{
    font-size: 18px;
    line-height: 26px;
    color: #927865;
    padding: 5px 0px;
    margin-bottom: 5px;
}
/*=================END: BOX=================*/

#vnt-store{
    padding: 40px 0 60px;
}
/*=========================================================*/
.formSearch{
    margin-bottom: 30px;
}
.gridF{
    margin: 0 -5px;
}
.gridF:after{
    content: "";
    display: block;
    clear: both;
}
.gridF .col1{
    float:left;
    padding:0 5px;
    width: 10%;
}
.gridF .col2{
    float:left;
    padding:0 5px;
    width:15.85%;
}
.gridF .col3{
    float:left;
    padding:0 5px;
    width: 16.9%;
}
.gridF .col4{
    float:left;
    padding:0 5px;
    width:9.55%;
}
.formSearch .title-system {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;/*
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.formSearch .btn-submit-search{
    width: 100%;
    float: right;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 40px;
    background: #000;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    padding: unset;
    text-transform: unset;
}
.formSearch .btn-submit-search span{
    position: relative;
    padding-left: 22px;
}
.formSearch .btn-submit-search span:before{
    top: 0;
    left: 13px;
    font-family: fontawesome;
    content: '\f002';
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.formSearch .btn-submit-search:hover{
    background: #b22830;
}
.formSearch select,
.formSearch input{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: solid 1px #e4e4e4;
    background: #f5f5f5;
    padding: 0 15px;
    font-size: 13px;
    line-height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.div_auto_complete .dropdown_select{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.div_auto_complete .dropdown_select ul{
    padding: 5px 0;
}
.div_auto_complete .dropdown_select ul li{
    padding: 7px 15px 8px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 22px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.div_auto_complete .dropdown_select ul li:hover{
    background-color: #f5f5f5;
}
.div_auto_complete .dropdown_select ul li.b1{
    background-image: url(../images/store/i-car.png);
}
.div_auto_complete .dropdown_select ul li.b2{
    background-image: url(../images/store/i-clock.png);
}
.div_auto_complete .dropdown_select ul li.b3{
    background-image: url(../images/store/i-park.png);
}
.div_auto_complete .dropdown_select ul li span.text{
    padding: 0;
}
/*===========================================================================*/
.result_dealer {
    background: #f0f0f0;
    border:solid 1px #e7e7e7;
}
.result_dealer .result_list{
    width:170px;
    float:left;
    padding:10px;
}
.result_list ul li.active a, .result_list ul li:hover a{
    background: #fff;
    color:#00aeef;
}
.result_list ul li a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.result_dealer .result_map{
    height: 560px;
    float: right;
    overflow: hidden;
    width: 900px;
}
.result_dealer .result_map .mapdemo{
    overflow: hidden;
    position: relative;
}
.result_dealer .popupMap {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 490px;
    background: #ffffff;
    width: 100%;
    padding: 25px;
}
.bbi-store-locator-wrapper .bbi-locator-subtitle {
    font-size: 14px !important;
    color: #666666 !important;
    margin: 0 !important;
}

/* Filter Box */
.bbi-store-locator-wrapper .bbi-filter-container {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box !important;
}

.bbi-store-locator-wrapper .bbi-filter-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bbi-store-locator-wrapper .bbi-filter-col {
    flex: 1 1 180px !important;
    min-width: 160px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.bbi-store-locator-wrapper .bbi-col-search {
    flex: 2 1 280px !important;
    min-width: 240px !important;
}

.bbi-store-locator-wrapper .bbi-col-reset {
    flex: 0 0 auto !important;
}

/* Inputs & Selects */
.bbi-store-locator-wrapper .bbi-input-icon-wrap {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
}

.bbi-store-locator-wrapper .bbi-input-icon {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
    pointer-events: none !important;
    z-index: 2 !important;
    margin: 0 !important;
    display: inline-block !important;
}

.bbi-store-locator-wrapper input.bbi-form-input {
    width: 100% !important;
    height: 42px !important;
    padding: 6px 12px 6px 36px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    background-color: #f8fafc !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    line-height: normal !important;
}

.bbi-store-locator-wrapper select.bbi-form-select {
    width: 100% !important;
    height: 42px !important;
    padding: 6px 12px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    background-color: #f8fafc !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    line-height: normal !important;
}

.bbi-store-locator-wrapper input.bbi-form-input:focus,
.bbi-store-locator-wrapper select.bbi-form-select:focus {
    outline: none !important;
    border-color: #e53935 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15) !important;
}

/* Reset Button */
.bbi-store-locator-wrapper button.bbi-btn-reset {
    height: 42px !important;
    padding: 0 16px !important;
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-transform: none !important;
    line-height: normal !important;
}

.bbi-store-locator-wrapper button.bbi-btn-reset:hover {
    background-color: #e2e8f0 !important;
    color: #0f172a !important;
}

/* Brand Filter Checkboxes Row */
.bbi-store-locator-wrapper .bbi-brand-filter-row {
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px dashed #cbd5e1 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.bbi-store-locator-wrapper .bbi-brand-filter-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin: 0 !important;
}

.bbi-store-locator-wrapper .bbi-brand-checkboxes {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
}

.bbi-store-locator-wrapper label.bbi-brand-chip {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 6px 14px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    background-color: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: all 0.2s ease !important;
    width: auto !important;
}

.bbi-store-locator-wrapper label.bbi-brand-chip input[type="checkbox"] {
    margin: 0 6px 0 0 !important;
    width: 15px !important;
    height: 15px !important;
    accent-color: #e53935 !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.bbi-store-locator-wrapper label.bbi-brand-chip:has(input[type="checkbox"]:checked),
.bbi-store-locator-wrapper label.bbi-brand-chip.checked {
    background-color: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
}

/* Summary Bar & View Mode Toggle */
.bbi-store-locator-wrapper .bbi-summary-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 18px !important;
    font-size: 14px !important;
    color: #475569 !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.bbi-store-locator-wrapper .bbi-summary-bar strong {
    color: #e53935 !important;
}

.bbi-store-locator-wrapper .bbi-view-mode-toggle {
    display: inline-flex !important;
    align-items: center !important;
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 3px !important;
    gap: 4px !important;
}

.bbi-store-locator-wrapper .bbi-view-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    min-width: 38px !important;
    margin-right: 0 !important;
    margin-bottom:0!important;
    height: 38px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 6px !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}

.bbi-store-locator-wrapper .bbi-view-btn:hover {
    color: #0f172a !important;
}

.bbi-store-locator-wrapper .bbi-view-btn.active {
    background: #ffffff !important;
    color: #e53935 !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
}

.bbi-store-locator-wrapper .bbi-view-btn i {
    font-size: 19.5px !important;
}

/* Table Header Bar for Row Mode (Desktop Only) */
.bbi-store-locator-wrapper .bbi-row-header-bar {
    display: none !important;
    grid-template-columns: 2.2fr 1.2fr 1.5fr 180px !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 14px 24px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px 8px 0 0 !important;
    margin-bottom: -1px !important;
    box-sizing: border-box !important;
}

@media (min-width: 993px) {
    .bbi-store-locator-wrapper .bbi-row-header-bar.show-row-header {
        display: grid !important;
    }
}

.bbi-store-locator-wrapper .bbi-row-header-col {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.bbi-store-locator-wrapper .bbi-row-header-col.col-actions {
    text-align: left !important;
}

/* Force hidden state for pagination even with !important display rules */
.bbi-store-locator-wrapper .bbi-store-card.bbi-card-hidden,
.bbi-store-locator-wrapper .bbi-store-grid .bbi-store-card.bbi-card-hidden,
.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-store-card.bbi-card-hidden {
    display: none !important;
}

/* Store Cards Grid / Row Container */
.bbi-store-locator-wrapper .bbi-store-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    gap: 18px !important;
}

/* Row Mode (Dạng Hàng / Bảng Danh sách) */
.bbi-store-locator-wrapper .bbi-store-grid.mode-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0 0 8px 8px !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-store-card {
    display: grid !important;
    grid-template-columns: 2.2fr 1.2fr 1.5fr 180px !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 18px 24px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    transition: background-color 0.15s ease !important;
    background: #ffffff !important;
    animation: none !important;
    transform: none !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-store-card:last-child {
    border-bottom: none !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-store-card:hover {
    background-color: #f8fafc !important;
    transform: none !important;
    box-shadow: none !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-col-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-store-title {
    font-size: 16.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 4px 0 !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-store-address {
    margin: 4px 0 0 0 !important;
    font-size: 15px !important;
    color: #000 !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-col-phone .bbi-store-phone {
    margin: 0 !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-col-phone .bbi-store-phone a {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-col-hours .bbi-store-hours {
    margin: 0 !important;
    font-size: 14px !important;
    color: #475569 !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-col-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row a.bbi-btn-call {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row a.bbi-btn-call:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row a.bbi-btn-maps {
    background-color: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
}

.bbi-store-locator-wrapper .bbi-store-grid.mode-row a.bbi-btn-maps:hover {
    background-color: #1e293b !important;
    border-color: #1e293b !important;
}

@media (max-width: 992px) {
    /* Hide Row Header Bar on Mobile */
    .bbi-store-locator-wrapper .bbi-row-header-bar {
        display: none !important;
    }

    /* Filter Box Responsive */
    .bbi-store-locator-wrapper .bbi-filter-container {
        padding: 16px !important;
        border-radius: 12px !important;
    }

    .bbi-store-locator-wrapper .bbi-filter-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .bbi-store-locator-wrapper .bbi-filter-col {
        width: 100% !important;
        min-width: 0 !important;
        flex: 1 1 100% !important;
    }

    .bbi-store-locator-wrapper .bbi-col-reset {
        display: flex !important;
        justify-content: flex-start !important;
    }

    .bbi-store-locator-wrapper button.bbi-btn-reset {
        width: auto !important;
    }

    /* Brand Filter Checkboxes Row */
    .bbi-store-locator-wrapper .bbi-brand-filter-row {
        margin-top: 12px !important;
        padding-top: 12px !important;
        gap: 8px !important;
    }

    .bbi-store-locator-wrapper label.bbi-brand-chip {
        padding: 5px 12px !important;
        font-size: 13px !important;
    }

    /* Store Grid / Row Container on Mobile */
    .bbi-store-locator-wrapper .bbi-store-grid,
    .bbi-store-locator-wrapper .bbi-store-grid.mode-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        border: none !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    /* Mobile Store Card Layout */
    .bbi-store-locator-wrapper .bbi-store-grid .bbi-store-card,
    .bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-store-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 12px !important;
        padding: 18px !important;
        gap: 8px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
    }

    .bbi-store-locator-wrapper .bbi-store-title {
        font-size: 16.5px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        margin: 0 0 6px 0 !important;
    }

    .bbi-store-locator-wrapper .bbi-store-brands {
        margin-bottom: 6px !important;
    }

    .bbi-store-locator-wrapper .bbi-store-info {
        font-size: 13.5px !important;
        color: #475569 !important;
        margin: 4px 0 !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
        line-height: 1.45 !important;
    }

    .bbi-store-locator-wrapper .bbi-store-info.bbi-store-phone a {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
    }

    /* Full-Width Stacked Action Buttons on Mobile */
    .bbi-store-locator-wrapper .bbi-col-actions,
    .bbi-store-locator-wrapper .bbi-store-grid.mode-row .bbi-col-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 8px !important;
        padding-top: 12px !important;
        border-top: 1px solid #f1f5f9 !important;
    }

    .bbi-store-locator-wrapper a.bbi-btn,
    .bbi-store-locator-wrapper .bbi-store-grid.mode-row a.bbi-btn {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px 14px !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        border-radius: 6px !important;
        box-sizing: border-box !important;
    }

    .bbi-store-locator-wrapper a.bbi-btn-call,
    .bbi-store-locator-wrapper .bbi-store-grid.mode-row a.bbi-btn-call {
        background-color: #28a745 !important;
        border-color: #28a745 !important;
        color: #ffffff !important;
    }

    .bbi-store-locator-wrapper a.bbi-btn-maps,
    .bbi-store-locator-wrapper .bbi-store-grid.mode-row a.bbi-btn-maps {
        background-color: #0f172a !important;
        border-color: #0f172a !important;
        color: #ffffff !important;
    }
}

/* Smooth Fade-in Animation for Cards */
@keyframes bbiFadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Skeleton Loading Shimmer */
@keyframes bbiShimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.bbi-store-locator-wrapper .bbi-skeleton-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 18px !important;
    min-height: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}

.bbi-store-locator-wrapper .bbi-skeleton-box {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 37%, #f1f5f9 63%) !important;
    background-size: 400% 100% !important;
    animation: bbiShimmer 1.4s ease infinite !important;
    border-radius: 4px !important;
}

.bbi-store-locator-wrapper .bbi-skeleton-title {
    height: 18px !important;
    width: 65% !important;
    margin-bottom: 12px !important;
}

.bbi-store-locator-wrapper .bbi-skeleton-badge {
    height: 16px !important;
    width: 35% !important;
    margin-bottom: 16px !important;
}

.bbi-store-locator-wrapper .bbi-skeleton-line {
    height: 13px !important;
    width: 90% !important;
    margin-bottom: 8px !important;
}

.bbi-store-locator-wrapper .bbi-skeleton-line-short {
    height: 13px !important;
    width: 50% !important;
    margin-bottom: 16px !important;
}

.bbi-store-locator-wrapper .bbi-skeleton-footer {
    height: 36px !important;
    width: 100% !important;
    margin-top: auto !important;
}

/* Store Card */
.bbi-store-locator-wrapper .bbi-store-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03) !important;
    box-sizing: border-box !important;
    animation: bbiFadeInUp 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

.bbi-store-locator-wrapper .bbi-store-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    border-color: #cbd5e1 !important;
}

.bbi-store-locator-wrapper .bbi-store-card-header {
    margin-bottom: 10px !important;
}

.bbi-store-locator-wrapper .bbi-store-title {
    font-size: 16.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.35 !important;
}

.bbi-store-locator-wrapper .bbi-store-brands {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.bbi-store-locator-wrapper .bbi-brand-badge {
    display: inline-block !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    background: #ebebeb !important;
    color: #000 !important;
}

.bbi-store-locator-wrapper .bbi-brand-badge.brand-ls2 {
    background: #e53935 !important;
    color: #ffffff !important;
}

.bbi-store-locator-wrapper .bbi-brand-badge.brand-bulldog {
    background: #111111 !important;
    color: #ffc107 !important;
}

.bbi-store-locator-wrapper .bbi-brand-badge.brand-ego {
    background: #0284c7 !important;
    color: #ffffff !important;
}

.bbi-store-locator-wrapper .bbi-brand-badge.brand-pinned {
    background: #d97706 !important;
    color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(217, 119, 6, 0.3) !important;
    display:none!important;
}

.bbi-store-locator-wrapper .bbi-store-card.is-pinned {
    border-left: 0px solid #d97706 !important;
    background: #fffdfa !important;
}

.bbi-store-locator-wrapper .bbi-store-card-body {
    flex-grow: 1 !important;
    margin-bottom: 14px !important;
}

.bbi-store-locator-wrapper .bbi-store-info {
    font-size: 13.5px !important;
    color: #475569 !important;
    margin: 6px 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    line-height: 1.45 !important;
}

.bbi-store-locator-wrapper .bbi-store-info i {
    color: #e53935 !important;
    font-size: 20px !important;
    width: 14px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
}

.bbi-store-locator-wrapper .bbi-store-phone a {
    color: #0f172a !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.bbi-store-locator-wrapper .bbi-store-phone a:hover {
    color: #e53935 !important;
    text-decoration: underline !important;
}

.bbi-store-locator-wrapper .bbi-store-card-footer {
    display: flex !important;
    gap: 8px !important;
    margin-top: auto !important;
    padding-top: 12px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.bbi-store-locator-wrapper a.bbi-btn {
    flex: 1 !important;
    padding: 8px 10px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    box-sizing: border-box !important;
    line-height: normal !important;
}

.bbi-store-locator-wrapper a.bbi-btn-call {
    background-color: #16a34a !important;
    color: #ffffff !important;
    border: 1px solid #16a34a !important;
}

.bbi-store-locator-wrapper a.bbi-btn-call:hover {
    background-color: #15803d !important;
    border-color: #15803d !important;
}

.bbi-store-locator-wrapper a.bbi-btn-maps {
    background-color: #0f172a !important;
    color: #ffffff !important;
    border: 1px solid #0f172a !important;
}

.bbi-store-locator-wrapper a.bbi-btn-maps:hover {
    background-color: #334155 !important;
    border-color: #334155 !important;
}

/* Empty State */
.bbi-store-locator-wrapper .bbi-empty-state {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    padding: 40px 20px !important;
    background: #f8fafc !important;
    border: 2px dashed #cbd5e1 !important;
    border-radius: 10px !important;
}

.bbi-store-locator-wrapper .bbi-empty-state h4 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    margin: 10px 0 6px 0 !important;
}

.bbi-store-locator-wrapper .bbi-empty-state p {
    font-size: 13.5px !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
    .bbi-store-locator-wrapper .bbi-store-grid {
        grid-template-columns: 1fr !important;
    }
    .bbi-store-locator-wrapper .bbi-filter-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .bbi-store-locator-wrapper .bbi-filter-col {
        width: 100% !important;
    }
    .bbi-store-locator-wrapper .bbi-locator-title {
        font-size: 20px !important;
    }
}

.result_dealer .popupMap:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 19px #ffffff;
    border-left: solid 19px transparent;
    border-right: solid 19px transparent;
    top: 99%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.result_dealer .popupMap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 21px #53382c;
    border-left: solid 21px transparent;
    border-right: solid 21px transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.result_dealer .popupMap .img{
    float:left;
    max-width: 120px;
    margin-right: 20px;
}
.result_dealer .popupMap .img img{
    margin-bottom: 10px;
}
.result_dealer .popupMap .img .link{
    margin-bottom: 10px;
}
.result_dealer .popupMap .img .link a {
    display: block;
    font-size: 13px;
    line-height: 22px;
    background: #53382c;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 10px;
}
.result_dealer .popupMap .img .link a:hover{
    background:#b22830;
}
.result_dealer .popupMap .info{
    overflow: hidden;
}
.result_dealer .popupMap .info .name{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color:#555555;
    text-transform: uppercase;
}
.result_dealer .popupMap .info .meter{
    font-size: 11px;
    line-height: 19px;
    color:#999999;
    font-weight: bold;
    margin-bottom: 5px;
}
.result_dealer .popupMap .info .timeopen{
    font-size: 12px;
    line-height: 20px;
    color:#999999;
    margin-bottom: 15px;
}
.result_dealer .popupMap .info .timeopen span{
    padding-left: 55px;
    position: relative;
}
.result_dealer .popupMap .info .timeopen span:before{
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width:45px;
    height:20px;
    background: #b22830;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.result_dealer .popupMap .info .address{
    margin-bottom: 5px;
    color: #666666;
}
.result_dealer .popupMap .info .phone{
    color:#666666;
}
.result_dealer .popupMap .info .phone span{
    padding-left: 20px;
    position: relative;
}
.result_dealer .popupMap .info .phone span:before{
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#b22830;
}
.result_dealer .popupMap .info a {
    display: inline-block;
    background: #555555;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 20px;
    margin-right: 10px;
}
.result_dealer .popupMap .info a:hover{
    background: #dbb062;
}
.result_dealer .popupMap .info .listPa ul li{
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.result_dealer .popupMap .info .listPa ul li.bg1{
    background-image: url(../images/store/i-car.png);
}
.result_dealer .popupMap .info .listPa ul li.bg2{
    background-image: url(../images/store/i-clock.png);
}
.result_dealer .popupMap .info .listPa ul li.bg3{
    background-image: url(../images/store/i-park.png);
}
.result_dealer .result_info {
    height: 550px;
    background: #fff;
    width: 268px;
    float: left;
    overflow-x: auto;
}
.result_dealer .result_info .r-count {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
    border-bottom: 1px solid #dcdcdc;
    background: #f2f2f2;
    font-style: italic;
}




.result_dealer .result_info .item{
    padding: 20px;
    border-bottom: solid 1px #e7e7e7;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.result_dealer .result_info .item:hover{
    background:#f5f5f5;
}
.result_dealer .result_info .info .name{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    color:#000;
    text-transform: uppercase;
}
.result_dealer .result_info .info .meter{
    font-size: 11px;
    line-height: 19px;
    color:#999999;
    font-weight: bold;
    margin-bottom: 5px;
}
.result_dealer .result_info .info .timeopen{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-weight: bold;
}
.result_dealer .result_info .info .timeopen span{
    padding-left: 55px;
    position: relative;
}
.result_dealer .result_info .info .timeopen span:before{
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width:45px;
    height:20px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.result_dealer .result_info .info .address{
    margin-bottom: 5px;
    color: #666666;
}
.result_dealer .result_info .info .phone{
    color:#666666;
}
.result_dealer .result_info .info .phone span{
    padding-left: 20px;
    position: relative;
}
.result_dealer .result_info .info .phone span:before{
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#b22830;
}
.result_dealer .result_info .info a {
    display: inline-block;
    background: #555555;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 20px;
    margin-right: 10px;
}
.result_dealer .result_info .info a:hover{
    background: #dbb062;
}
.result_dealer .result_info .info .listPa ul li{
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.result_dealer .result_info .info .listPa ul li.bg1{
    background-image: url(../images/store/i-car.png);
}
.result_dealer .result_info .info .listPa ul li.bg2{
    background-image: url(../images/store/i-clock.png);
}
.result_dealer .result_info .info .listPa ul li.bg3{
    background-image: url(../images/store/i-park.png);
}
/*============================================*/
div#vnt-store-slide{
    margin-bottom: 25px;
}
div#vnt-store-slide img{
    width:100%;
}
div#vnt-store-slide .slick-arrow {
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.49);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: absolute;
    border:none;
    font-size: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
div#vnt-store-slide .slick-arrow:hover{
    background: rgba(0, 0, 0, 0.2);
}
div#vnt-store-slide .slick-prev{
    left:10px;
}
div#vnt-store-slide .slick-prev:after{
    content:"\f104";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 38px;
    color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#vnt-store-slide .slick-next{
    right:10px;
}
div#vnt-store-slide .slick-next:after{
    content:"\f105";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 38px;
    color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*========================================*/
.content .tomtat {
    font-size: 15px;
    line-height: 23px;
}
.content p.tit {
    float: left;
    width: 70px;
    color: #b22830;
}
.content p.til {
    overflow: hidden;
}
.content p {
    font-size: 15px;
    line-height: 23px;
    padding:0;
}
ul.lit1 li {
    padding-bottom: 10px;
    border-bottom: dotted 1px #bfbfbf;
    margin-bottom: 10px;
}
ul.lit1 li:last-child{
    padding-bottom: 0px;
    border:none;
}
ul.lit1 .timeopen{
    font-size: 12px;
    line-height: 20px;
    color:#999999;
    margin-bottom: 15px;
}
ul.lit1 .timeopen span{
    padding-left: 55px;
    position: relative;
}
ul.lit1 .timeopen span:before{
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width:45px;
    height:20px;
    background: #b22830;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content p.tit2 {
    float: left;
    width: 125px;
}
ul.lit2 li:nth-child(2n+1) {
    background: #ededed;
}
ul.lit2 li p {
    font-size: 13px;
    line-height: 21px;
}
ul.lit2 li {
    padding: 5px 10px;
}
.content .listPa{
    margin-bottom: 20px;
}
.content .listPa ul li{
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.content .listPa ul li.bg1{
    background-image: url(../images/store/i-car.png);
}
.content .listPa ul li.bg2{
    background-image: url(../images/store/i-clock.png);
}
.content .listPa ul li.bg3{
    background-image: url(../images/store/i-park.png);
}
/*============================================================*/
/*=======================RESPONSIVE===========================*/
/*============================================================*/
@media all and (max-width: 1200px){
.result_dealer .result_map{
    width:100%;
}
.result_dealer .result_info {
    width: 100%;
}
.result_dealer .result_map .mapdemo>img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}
}

@media all and (max-width: 991px){
#vnt-store{
    padding: 25px 0 40px;
}
.gridF .col1{
    float:left;
    padding:0 5px;
    width:50%;
    margin-bottom: 10px;
}
.gridF .col2{
    float:left;
    padding:0 5px;
    width:50%;
    margin-bottom: 10px;
}
.gridF .col3{
    float:left;
    padding:0 5px;
    width:50%;
    margin-bottom: 10px;
}
.gridF .col4{
    float:left;
    padding:0 5px;
    width:50%;
    margin-bottom: 10px;
}
.result_dealer .popupMap{
    padding: 15px 20px;
}
}

@media all and (max-width: 460px){
.gridF .col1{
    float:left;
    padding:0 5px;
    width:100%;
}
.gridF .col2{
    float:left;
    padding:0 5px;
    width:100%;
}
.gridF .col3{
    float:left;
    padding:0 5px;
    width:100%;
}
.gridF .col4{
    float:left;
    padding:0 5px;
    width:100%;
}
}

@media screen and (min-width: 991px) {
    form>.gridF .col3 {
        width: 26.9%;
    }
}





.formSearch .formFa{
    position: relative;
}
.formSearch .formFa select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.formSearch .formFa select::-ms-expand {
    display: none;
}

.formSearch .formFa:before{
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: fontawesome;
    content: '\f0d7';
    font-size: 16px;
    line-height: 25px;
    z-index: 10;
    pointer-events: none;
    color: #333333;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.search-suggestion-wrapper {
    position: relative;

}

.search-suggestion-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    top: 0px;
    left: 0px;
    position: absolute;
    min-width: 300px;
    z-index: 50;
    max-height: 300px;
    overflow-y: auto;
}

.search-suggestion-list li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}
.search-suggestion-list li:last-child {
    border-bottom: none;
}
.search-suggestion-list li a {
    display:block;
    padding: 5px 10px;
    width: 100%;
    color: #333333;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.search-suggestion-list li a:hover {
    background: #2279c6;
    color: #ffffff;
}






/*=================BEGIN: PAGINATION==================*/
.pagination{
    width: 100%;
    background: transparent;
    padding-top: 0;
    margin:0;
}
.pagination ul{
    padding-bottom: 2px;
}
.pagination ul li{
    display: inline-block;
    margin:0 4px 0 0;
}
.pagination ul li span.pagetotal{
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    background: none;
    color: #333333;
}
.pagination ul li span.pagecur,
.pagination ul li a{
    display: table-cell;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    font-size: 20px;
    line-height:28px;
    vertical-align: middle;
    color:#333333;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    text-align: center;
}
.pagination ul li a:hover, .pagination ul li span.pagecur {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}
.pagination a, .pagination a:visited{
    color: #666666;
}
.show_item{
    padding: 10px 0;
}
.show_item ul:after{
    display: block;
    content: '';
    clear: both;
}
.show_item ul li{
    float: left;
    padding: 0 12px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-transform: uppercase;
}
.show_item ul li a{
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}
.show_item ul li a:hover{
    color: #ee8533;
}
.show_item ul li:first-child{
    padding-left: 0;
}
.show_item ul li:last-child{
    padding-right: 0;
}
.show_item ul li ~ li:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '|';
    color: #d1d1d1;
}

.page-view {}
.page-view.pagination { margin: 20px 0px 0px;}
/*=================END: PAGINATION======================*/


/*Custome*/

.result_dealer .result_info .info .listPa ul li{
  padding-left: 0px;
}

.list-filters li {
  position: relative;
  overflow: hidden;
  padding: 5px 10px 5px 30px !important; ;

}
.list-filters li::before {
  font-family: "Fontawesome";
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  color: #b22830;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
  position:absolute;
  top: 10px;
  left:7px;
}
.list-filters li.checked span::after {
  content: "\f00c";
  font-family: "Fontawesome";
  position: absolute;
  top: 10px;
  left:7px;
  width: 16px;
  height: 16px;
  color: #b22830;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
}




.list-filters li span.name {
  float: left;
  width: calc(100% - 25px);
  display: block;
}
.list-filters li span.icon {
  float: right;
  width: 25px;
  line-height: 25px;
  display: block;
  text-align: right;
}
.list-filters li span.icon i {
  line-height: 25px;

  font-size: 16px;
}
/*========BEGIN: MAP========*/
#map {
  padding: 0;
  margin: 0;
  height: 560px;
  width: 100%;
}

#findMe{
  position:absolute;
  right:10px !important;
  bottom:10px !important;
  z-index:1;
  display:none;
  width:53px;height:44px;padding:0;border:0;text-indent:-9999px;cursor:pointer;background:url('../images/geo-bg.png') no-repeat right top;
  -webkit-appearance:none;
}

.item-view .notify-info {
  padding: 20px 10px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

.page-view {}
.page-view.pagination { margin: 20px 0px 0px;}


.myInfoWindow {
  background-color:#fff;
  border:5px solid #53382c;
  padding:15px;
  position:relative ;
  margin-bottom: 40px;
}

.myInfoWindow:after
{
  content:'';
  display:block;
  position:absolute;
  bottom:-40px;
  left:163px;
  width:0;
  height:0;
  border-color:#fff transparent transparent transparent;
  border-style:solid;
  border-width:20px
}
.myInfoWindow:before
{
  content:'';
  display:block;
  position:absolute;
  bottom:-60px;
  left:153px;
  width:0;
  height:0;
  border-color:#53382c transparent transparent transparent;
  border-style:solid;
  border-width:30px;
  z-index:-1
}

.myInfoWindow-head {

}

.myInfoWindow-body {
  background-color: #fff;
  text-align: left;
  color: #333333;
}


.infowindow {
  height: auto;
  width: 400px;
  position: relative;
}

.infowindow .infowindow-detail {
  height: auto;
  overflow: auto;
}



.infowindow .infowindow-picture {
  max-width: 120px;
  float: left;
  margin-right: 20px;
  position: relative;

}

.infowindow .infowindow-info {
  float: right;
  width: calc(100% - 140px);
  font-size: 14px;
  line-height: 20px;
}

.infowindow .infowindow-picture img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #cccccc;
}

.infowindow .infowindow-picture img.hasimage {
  /*cursor: pointer;*/
}

.infowindow .infowindow-picture:hover img.hasimage {
  opacity: 0.5;
}


.infowindow .infowindow-button a {
  display: block;
  font-size: 13px;
  line-height: 22px;
  background: #53382c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-top: 10px;
}
.infowindow .infowindow-button a:hover{
  background:#b22830;
}



.infowindow .infowindow-info .name{
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color:#555555;
  text-transform: uppercase;
}
.infowindow .infowindow-info .meter{
  font-size: 11px;
  line-height: 19px;
  color:#999999;
  font-weight: bold;
  margin-bottom: 5px;
}
.infowindow .infowindow-info .timeopen{
  font-size: 12px;
  line-height: 20px;
  color:#999999;
  margin-bottom: 15px;
}

.infowindow .infowindow-info .address{
  margin-bottom: 5px;
  color: #666666;
}
.infowindow .infowindow-info .phone{
  color:#666666;
}
.infowindow .infowindow-info .phone span{
  padding-left: 20px;
  position: relative;
}
.infowindow .infowindow-info .phone span:before{
  content: "\f095";
  font-family: fontawesome;
  position: absolute;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#b22830;
}



.infowindow-preview {
  height: auto;
  width: 200px;
  position: relative;
  text-align: left;
}

.infowindow-preview .infowindow-preview-detail {
  min-height: 90px;
  overflow: auto;
  font-size: 11px;
  line-height: 18px;
}

.infowindow-preview a {
  color: #0026ff;
}

.infowindow-preview .infowindow-preview-title {
  color: #055699;
  margin-bottom: 3px;
}

.infowindow-preview .infowindow-preview-picture {
  width: 60px;
  height: 40px;
  float: left;
  padding: 5px;
}

.infowindow-preview .infowindow-preview-picture img {
  width: 50px;

}
.infowindow-preview .infowindow-info {
  color: #666;
}



/*--------------------------------------------------------begin tooltip*/

.tooltip-mk {
  position: absolute;
  width: 200px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 9pt;
  font-family: Verdana;
  background-color: #fff;
  color: #000;
  z-index: 1000;
}

/*--------------------------------------------------------end tooltip*/








#directions {

  overflow: auto;
  background: #ffffff;
  position: relative
}

#directionsContainer { }
#directionsForm {
  padding: 20px 20px 15px 20px;
  border-bottom: 2px solid #efeeee;
}

#directionsForm ol.form {
  width: auto;
}


#directionsForm button, #directionsForm input, #directionsForm select {
  margin: 0;
  padding: 1px 6px;
  border: 2px solid #ededed;
  border-radius: 0;
  background: #ededed;
  color: #3d3a35;
  vertical-align: baseline;
}

#directionsForm input[type="text"] {
  background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

#directionsForm  .btn-direction {
  background: #53382c;
  border: none;
  color: #ffffff;
  padding: 3px 10px;
}

#directionsForm ol.form li {
  padding: 0;
  margin-bottom: 10px;
}

#directionsForm ol.form li.origin,
#directionsForm ol.form li.destination {

}

#directionsForm ol.form li.error {
  padding: 4px;
}

#directionsForm ol.form li ul#travel-modes {
  padding: 0;
  overflow: hidden;
}

#directionsForm ol.form ul#travel-modes li {
  float: left;
  margin-bottom: 0;
}

ul#travel-modes li label,
#directionsForm ol.form li.swap-locations-wrapper button#swap-locations {
  background-image: url('../images/sl-directions-form-atlas.png');
  background-repeat: no-repeat;
  background-position: left top;
}

ul#travel-modes li label {
  cursor: pointer;
  display: block;
  height: 28px;
  width: 40px;
  background-color: #d0d0d0;
  color: #fff;
  text-indent: -9999px;
  margin-right: 10px;
}

ul#travel-modes li.transit label {
  background-position: -40px top;
}

ul#travel-modes li.walking label {
  background-position: -80px top;
}

ul#travel-modes li.bicycling label {
  background-position: -120px top;
}

ul#travel-modes li input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

ul#travel-modes li input[type="radio"]:checked+label {
  background-color: #53382c;
}

#directionsForm ol.form li.swap-locations-wrapper {
  height: 0;
  position: relative;
}

#directionsForm ol.form li.swap-locations-wrapper button#swap-locations {
  position: absolute;
  left: 237px;
  top: -25px;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  background-position: -162px top;
}

#directionsForm ol.form li div.directions-input input[type=text] {
  width: calc(100% - 40px);
}

#directionsForm ol.form li div.directions-input label {
  color: #fff;
  background: #53382c;
  display: block;
  width: 30px;
  float: left;
  text-align: center;
  line-height: 2.072em;
}

#directionsForm ol.form li button#getDirections {
  margin-top: 5px;
}

#directions li p.error {
  display: none;
}

#directions li.error p.error {
  display: block;
}

#directions_waiting {
  background: #fff url(../images/loading_bar.gif) no-repeat 50% 2em;
  position: absolute;
  top: 205px;
  right: 0;
  bottom: 0;
  left: 0;
}

#routes {
  position: relative;
}

#routes .selected-store-address {
  padding: 10px 30px;
  border-bottom: 2px solid #edeeee;
}

#routes .selected-store-address .store-name {
  color: #2a8a15;
  font-size: 1.143em;
  font-weight: bold;
}

#routes .selected-store-address ul li {
  color: #827A71;
  font-size: .857em;
  line-height: 1.429em;
}

#routes .adp-list {
  padding: 0;
  border: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #edeeee;
}

#routes .adp-list table {
  margin: 0;
  line-height: inherit;
}

#routes .adp-list table tr td {
  padding: 5px 25px 5px 35px;
  border-top: 1px solid #edeeee;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  line-height: 1.143em;
}

#routes .adp-list table tr:first-child td {
  border-top: 0;
  line-height: inherit;
}

#routes .adp-list .adp-listsel .adp-listinfo span {
  color: #000;
}

#routes .adp-list .adp-listsel {
  color: #000;
  font-weight: bold;
  background: #edeeee;
}

#routes .adp-list .adp-listheader {
  font-size: 1em;
  font-weight: bold;
  padding: 15px 25px 5px 35px;
}

#routes .adp-list .adp-listinfo {
  font-size: .857em;
}

#routes .adp-list .adp-listinfo b {
  display: block;
}

#routes .adp-list .adp-listinfo span {
  color: #827A71;
}

#routes .adp-placemark {
  margin: 0;
  border: 0;
  background: 0;
  background-color: #edeeee;
}

#routes .adp-placemark tr td,
#routes .adp-directions .adp-substep {
  font-size: .857em;
  font-weight: bold;
}

#routes .adp-placemark tr td {
  border: 0;
      padding-left: 10px;
    
}

#routes .adp-summary {
  display: none;
}

#routes .adp-directions {
  margin: 0 15px 0 15px;
}

#routes .adp-directions tr {
  border-bottom: 1px solid #edeeee;
}

#routes .adp-directions:first-child tr {
  border-top: 1px solid #edeeee;
}

#routes .adp-directions .adp-substep {
  border: 0;
  padding: 10px 0;
}

.adp-legal {
  display: none;
}



@media all and (max-width: 479px){
  .myInfoWindow {
    padding: 5px;
  }
  .infowindow {
    width: 280px !important;
  }
  .infowindow .infowindow-picture {
    max-width: 80px !important;
    margin-right: 10px;
  }

  .infowindow .infowindow-info {
    width: calc(100% - 90px);
    font-size: 12px;
  }
  .infowindow .infowindow-button a {
    font-size: 11px;
    padding: 2px 5px;
  }
}

/* ==========================================
   LOAD MORE STYLING (16 ITEMS PER PAGE)
   ========================================== */
.bbi-load-more-wrap {
  text-align: center;
  margin: 35px 0 25px 0;
  clear: both;
}

.bbi-btn-loadmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  background-color: #e31837;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(227, 24, 55, 0.25);
  outline: none;
  text-decoration: none !important;
}

.bbi-btn-loadmore:hover {
  background-color: #c1122d;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(227, 24, 55, 0.35);
  color: #ffffff !important;
}

.bbi-btn-loadmore:active {
  transform: translateY(0);
}

.bbi-btn-loadmore i {
  font-size: 15px;
  transition: transform 0.4s ease;
}

.bbi-btn-loadmore:hover i {
  transform: rotate(180deg);
}

.bbi-remaining-badge {
  background: rgba(255, 255, 255, 0.22);
  padding: 3px 10px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}





