.gs-button{cursor:pointer}

/* Mobile landscape styling */
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .bgmmap-dealers{
        height: auto; /* Adjust as needed */
        min-height: 270px !important;
    }
}

.bgm-listing-items .bgm-heading-nav {
    text-align: right;
    padding-bottom: 5px;
}
.bgm-listing-items .bgm-heading-nav select {
    width: 70px;
}
.bgm-listing-items #bgm-table-sortable .gs-pagination .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
}
.bgm-listing-items{padding-bottom: 40px}
.bgm-pin-template h3{
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0 0;
    font-weight: 600;
}
.bgmmap-dealers .leaflet-popup-content{
    margin: 10px 20px 10px 20px;
}
.bgm-pin-template .bgm-pin-type img{padding-right: 5px;    width: 30px;
    height: auto;}
.bgm-pin-template .bgm-pin-info div{
    font-family: Lato;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
}
.bgm-pin-template svg{height: 15px}
#bgm-table-sortable .br{display: none}
#bgm-table-sortable img{padding-right: 5px}
.bgm-loading-map{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
tmpl{display: none}
.bgm-dealer-option img{display: inline-block; padding-right: 5px;width: 25px;}

.bgm-select2-custom .select2-container{
    height: 55px;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 0 10px;
    background: #fff;
    color: #666;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}
.bgm-select2-custom .select2-selection,
.bgm-select2-custom .select2-selection__rendered{
    line-height: normal !important;
    height: 100% !important;
    display: inline-block !important;
    width: 100%;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'Lato';
    padding-top: 6px;
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:11px !important;
}
.select2-search__field{display: none !important}
.bgm_dealer_locator_radius {
    z-index: 50 !important;
    padding: 10px !important;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#radius_value{text-align: right;padding-right: 10px}
.bgm_dealer_locator_radius h3{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0;
}
.bgm_dealer_address p{margin: 5px 0 }
.bgm_dealer_radius .uk-grid div{width: 50% !important}
.bgm_dealer_address input{height: 40px !important}
.ui-slider-handle{border-radius: 100% !important}

.bgm-search-radius{
        border-radius: 0 30px 30px 0;
        background: #fff;
}

.bgm-search-radius a{

    padding: 8px 15px 7px 10px !important;
}
.bgm_dealer_radius .ui-widget-header{    background: #008396}
.bgm_dealer_radius{padding: 0 10px}
.bgm_dealer_radius{cursor: pointer}