/*
* 2010-2016 Raditoweb
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.Raditoweb.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.Raditoweb.com/customisation-guidelines/ for more information.
*
*  @author Raditoweb IN <support@Raditoweb.com>
*  @copyright  2010-2016 Raditoweb IN
*/
#MapLoader {
    min-width: -webkit-fill-available;
    min-height: -webkit-fill-available;
    background: #f4f3ef;
    border-radius: 10px;
    border: 1px solid #aaa;
    position: absolute;
    z-index: 1;
}

/** Route Page **/

.headerpage h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    line-height: normal;
}

.headerpage {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    background: #eee;
}

@media only screen and (min-width: 991px) {
    .DeliveryBoxItemBox.col-md-8 {
        padding-right: 0px;
    }
}

.DeliveryBoxItem {
    border-radius: 10px;
    margin-bottom: 1rem;
    background: #eee;
    color: #000;
    height: 100%;
}

.DeliveryBox.row {
    margin-bottom: 1rem;
}

.DeliveryBoxItem img {
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
}

.LocationDelivery input {
    border-radius: 5px;
    border: 1px dashed;
    padding: 0.5rem;
    background: #fff;
    margin: 0;
}

.BtnLocationDelivery {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 95%;
    border: none;
    background: #FF9800;
    border-radius: 5px 0 0 5px;
}

.LocationDeliveryBox {
    position: relative;
    margin: 0.5rem 0;
}

.BtnLocationDelivery:hover {
    background: #FF5722;
    color: #fff;
    cursor: pointer;
}

.DeliveryQrBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.DeliveryQrBox img {
    margin: 0 auto 0.5rem;
    text-align: center;
    border-radius: 10px;
}


.HeadBoxItemsContent:before {
    content: "";
    position: absolute;
    right: -10px;
    background: #fff;
    width: 10px;
    height: 100%;
    border-bottom-right-radius: 10px;
}

.HeadBoxItemsContent:after {
    content: "";
    position: absolute;
    left: -10px;
    background: #fff;
    width: 10px;
    height: 100%;
    border-bottom-left-radius: 10px;
}

.HeadBoxItems {
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
}

.HeadBoxItemsContent {
    width: fit-content;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.ContentBoxItem {
    padding: 1rem;
}

.DeliveryBoxItemBox .col-md-4 {
    margin-bottom: 1.5rem;
}

.LearnBoxDelivery {
    margin-bottom: 1rem;
}

/** Route Page **/

/** PSF Address **/


#AddAddressBoxPrestaCart .MangeMap {
    min-height: 180px;
    border-radius: 10px;
    border: 1px solid #aaa;
}

.MangeMap {
    position: relative;
    min-height: 180px;
}

.MapBoxPSCart {
    background: #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 10px;
}


.PsfMapOnAddress {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
}

.psf-fancybox .psf_fancybox-content {
    overflow: auto !important;
    /*max-height: 700px !important;*/
}

.psf-modal-address #psf-modal-edit-address-content, .psf-modal-address #psf-modal-add-address-content {
    max-height: max-content !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: auto;
    left: inherit !important;
}

/** Fix PSF Address **/