#TOOL {
    position: relative;
    min-height: 650px;
}
#pl_resultsPage {
    background-color: lightgray;
    height: 100%;
    position: absolute;
    width: 100%;
}
#pl_resultsToolBar {
    width: 100%;
    background-color: lightgrey;
    position: absolute;
    max-width: 33.333333%;
    z-index: 10;
    top: 140px;
    bottom: 50px;
    transition: .3s ease-in-out all;
}

#pl_resultsToolBar.no-online-vendors {
    bottom: 0px;
}

#pl_resultsToolBar.is-closed {
    transform: translateX(-100%);
}
#pl_resultsToolBar.is-open {
    transform: translateX(0%);
}
.shop-online-container {
    position: absolute;
    background-color: lightgrey;
    bottom: 0;
    width: 33.333333333%;
    z-index: 10;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
   
.shop-online-list {
    position: absolute;
    background-color: lightslategray;
    width: 90%;
    z-index: -1;
    bottom: 7px;
    padding-bottom: 40px;
    border-radius: 5px;
}
.shop-online-list ul {
    padding: 20px 20px 10px;
}
.shop-online-list ul li {
    list-style: none;
}
.shop-online-list ul li a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    margin: 5px 0px;
    transition: .3s ease all;
    border-radius: 5px;
}
.shop-online-list ul li a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.1);
}
.shop-online-container button {
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    width: 90%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    outline: 0;
}
.close-shop {
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: #fff;
    color: lightsalmon;
    border: 1px solid lightsalmon;
    padding: 5px 8px 3px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: .3s ease all;
}
.close-shop:hover {
    background-color: lightsalmon;
    color: #fff;
}
.row.location-define {
    width: 100%;
    background-color: #fff;
    position: absolute;
    max-width: 33.333333%;
    z-index: 10;
    top: 0;
    height: 140px;
    margin: 0px;
    padding: 10px;
    background-color: lightgray;
}
    
.location-define .btn-group {
    width: 100%;
    display: flex;
    flex-flow: row;
}
.location-define .btn-group  button {
    width: 100%;
}
.location-define .btn-group .btn-default {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
#pl_store_list {
    height: calc(100% - 120px);
    border: 2px solid;
    border-color: lightgrey;
    border-width: 0px;
    overflow-y: scroll;
    padding: 0 10px;
    position: absolute;
    background-color: transparent;
    top: 140px;
    padding-bottom: 75px;
}
#pl_store_list.no-online-vendors {
    padding-bottom: 25px;
}
.pl_store_block {
    border: 1px solid;
    border-color: lightgray;
    width: 100%;
    padding: 15px 15px;
    vertical-align: top;
    height: 100px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin: 5px 0px;
    transition: .3s ease all;
}
.navigation li a:hover {
    text-decoration: none;
}
.pl_store {
    transition: .3s ease all;
}
.pl_store_hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    background-color: #fdc65c;
    border-color: #fdc65c;
    z-index: 2;
}
#pl_location {
    display: flex;
    flex-flow: row;
    background-color: #fff;
    padding: 15px;
    position: relative;
}
#pl_location button {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.04);
    position: relative;
    outline: 0;
}
#pl_location button.btn-apply-filter {
    background-color:forestgreen;
    color: #fff;
    text-shadow: none;
}
#pl_location p, #pl_location div, #pl_location button, #filter-products {
    width: 100%;
    margin: 0px;
}
.pl_store_name {
    font-family: "Superclarendon";
}
#pl_location button#filter-products {
    font-family: "Superclarendon";
    font-size: 12px;
    position: absolute;
    background-color:white;
    color: black;
    bottom: -17px;
    max-width: max-content;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 18px;
    border-radius: 0px;
    left: 50%;
    transform: translateX(-50%);
    outline: 0;
    border: 2px solid #fdc65c;
}
#pl_location button#filter-products i {
    transition: .3s ease all;
}
#pl_location button#filter-products.arrow-is-up i {
    transform: rotate(180deg);
}
#pl_where_to_buy_title {
    z-index: 1;
    font-size: 12px;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
    left: 20px;
    max-width: max-content;
    background-color: #fff;
    padding: 0px 6px;
    display: flex;
}

#pl_tabs {
    display: block;
    position: relative;
    top: 0;
    background-color: #fff;
    height: 100%;
    margin-top: 0px;
}

#pl_tab_list {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 40px;
}
.show_hide_filter i {
    transition: .3s ease-in-out all;
}
.show_hide_filter.point-left i {
    transform: rotate(180deg);
    color: black;
}

#pl_location button#filter-products.show_hide_filter.point-left {
    background-color: #fdc65c;
    border: 1px solid #fdc65c;
    color: black;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    outline: 0;
    width: 20px;
    height: 40px;
    background: #fff !important;
    z-index: 10;
    color: #000 !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
    color: rgba(0,0,0,0.3);
    font-size: 11px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

#pl_tabs_content {
    position: relative;
    height: inherit;
    overflow-y: scroll;
    padding-bottom: 50px;
}

#footer-lg {
    display: none !important;
}

#pl_find_btn_zip, #pl_find_btn_geo {
    border-radius: 0;
}

/* #pl_find_btn_zip {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#pl_find_btn_geo {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} */

#pl_find_btn_zip.btn-primary, #pl_find_btn_geo.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    outline: 0;
}

#pl_zip {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: auto;
    position: relative;
    top: auto;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    box-shadow: none;
    font-size: 20px;
    text-align: left;
}
.myLocationLabel {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: auto;
    position: relative;
    top: auto;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    box-shadow: none;
    font-size: 20px;
    text-align: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    display: block;
}
#pl_gps_label {
    padding-left: 0;
    padding-right: 0;
}
#header_bottom_border {
    margin-top: 10px;
}

.pl_order_online {
    display: none
}

.pl_product_content {
    text-align: left;
}

.pl_product_list {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.pl_product_list:last-child {
    border-bottom-width: 0px;
}

.pl_product_list h3 {
    text-align: center;
    font-size: 15px;
    font-family: "Superclarendon";
    margin-bottom: 15px;
}

.pl_product_list .img-responsive {
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    max-width: 100%;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
}

.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    color: #fff;
    cursor: default;
    background-color: #0c5997;
    border: 0px;
    border-bottom-color: transparent;
}

.nav-tabs li a {
    margin-right: 2px;
    line-height: 21px;
    border: 0px;
    border-radius: 4px;
    padding: 10px 15px;
    height: 40px;
}

.nav-tabs li a p {
    margin: auto;
    line-height: inherit;
}

.filter-tab a {
    display: inline-block;
    padding: 10px 10px 9px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 0px;
    color: black;
}
.filter-tab a:focus, .filter-tab a:hover {
    text-decoration: none;
    color: #000;
}
.filter-tab.active a, .filter-tab.active a:focus, .filter-tab.active a:hover {
    color: #555;
    cursor: default;
    text-decoration: none;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    border-bottom: 0px solid;
    position: relative;
}
.filter-tab.active a:after, .filter-tab.active a:focus:after, .filter-tab.active a:hover:after {
    position: absolute;
    content: '';
    background-color: #fdc65c;
    left: 0;
    right: 0;
    height: 3px;
    bottom: 0px;
}

#pl_map_content {
    width: 66.666666%;
    left: 33.333333%;
}
#pl_store_list {
    width: 33.333333%;
}


.compact-map #pl_resultsToolBar {
    max-width: 40%;
}
.compact-map .shop-online-container {
    width: 40%;
} 
.compact-map .row.location-define {
    max-width: 40%;
}
.compact-map #pl_store_list {
    width: 40%;
}
.compact-map #pl_map_content {
    width: 70%;
    left: 40%;
}

.mobile-map #pl_resultsToolBar {
    max-width: 100%;
}
.mobile-map .shop-online-container {
    width: 100%;
} 
.mobile-map .row.location-define {
    max-width: 100%;
}
.mobile-map #pl_store_list {
    width: 100%;
}
.mobile-map #pl_map_content {
    width: 100%;
    left: 0;
    top:140px;
    bottom:120px;
    z-index: 3;
    height: calc(100% - 139px);
}
#pl_store_detail .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: 0px;
    transition: ease margin-left 500ms, ease margin-top 500ms;
}

#pl_store_detail .modal-dialog .modal-content {
    max-height: 100vh;
    overflow: auto;
}