@charset "UTF-8";

.box-my-address {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    min-height: 170px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-my-address a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}
.add-address .col-lg-4 {
    margin-top: 20px;
}
.box-my-address .remove-address {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: #ff4242;
    line-height: 1;
    padding: 10px;
    border-bottom-left-radius: 5px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
.box-my-address .map {
    z-index: 1;
    border-radius: 10px;
    width: 100%;
    height: 150px;
}
.box-my-address .title {
    text-align: center;
    font-weight: bold;
}
.box-my-address .description {
    text-align: center;
}
.box-my-address.add-address .symbol {
    font-size: 10rem;
    height: 75%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#map-div-add-address {
    border-radius: 15px;
    width: 100%;
    height: 350px;
    margin-bottom: 1rem;
    z-index: 1;
}
#map-div-add-address .mapp-modal, .mapp-modal,
#map-div-add-address .mapp-logo, .mapp-logo {
    display:none !important;
}
.map-box {
    position: relative;
}
.map-search {
    position: absolute;
    z-index: 2;
}
#map-search {
    width: 250px;
    margin: 10px;
}
.map-clear-search {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 240px;
    cursor: pointer;
    display: none;
}
.map-search-results {
    display: none;
    width: 250px;
    margin: 65px 10px 10px;
    position: absolute;
    z-index: 2;
    background: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    height: 60%;
    overflow: auto;
}
.map-search-results > div {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.map-search-results .map-search-result-item {
    cursor: pointer;
}
.map-search-results .search-result-item-title {
    font-weight: bold;
}
.map-search-results .search-result-item-title img {
    width: 15px;
    margin-left: 5px;
}
.map-search-results .search-result-item-address {
    font-size: 11px;
    padding: 0;
    line-height: 1.5;
}
.iziToast-body, .iziToast-buttons-child {
    font-family: var(--main_font), Arial !important;
}
#map-select-checkout {
    border-radius: 10px;
    margin-bottom: 10px;
    z-index: 1;
}
#map-select-checkout .mapp-container {
    height: 300px;
}
#save-address-checkout {
    margin-bottom: 15px;
}
