/**
 * 2008-2023 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2023 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
.presta_store_detail {
    background-color:#ddd;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}
.presta_pis_stores {
    width: 100%;
    height: 2rem;
}
.presta-anchor-tag {
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
}
.d-flex{
    display:flex ;
}
.payment-option label img {
    width: 25px;
    height: auto;
    margin-left: 5px;
}
.presta-show-direction-toggel {
    position: absolute;
    top: 120px;
    left: 10px;
    background: #ffffff;
    padding: 2px;
    cursor: pointer;
    z-index: 9999999;
}
.presta-selected-store-error .alert {
    margin: 8px 0px;
}
.presta-pis-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.presta-close-modal-btn {
    width: 75%;
}
.presta_selected_store_detail .modal-header .close {
    margin-top: -2px;
    top: 10px;
    font-size: 32px;
    right: 20px;
}
.presta-clicl-map-content, .presta-clicl-map-content2 {
    margin-bottom: 15px;
    position: relative;
    display: none;
}
#presta_click_and_collect_map, #presta_click_and_collect_map_modal {
    width:100%;
    height:580px
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: unset !important;
}
.leaflet-routing-geocoders {
    margin-top: 15px !important;
}
.leaflet-routing-container {
    display: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: unset !important;
}
.leaflet-control-layers-base label {
    text-align: left;
    display: block !important;
    font-size: 13px;
    font-size: 1.08333em !important;
}
