.header_delivery_wrap .delivery_text{
    margin: 0 16px;
}
.header_delivery_wrap .delivery_text span{
    display: block;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}
.header_delivery_wrap .delivery_text span:nth-child(1){
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}
.header_delivery_wrap .delivery_text span:nth-child(2){
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    display: flex;
    align-items: center;
    gap: 8px;
}
.header_delivery_wrap .delivery_text span:nth-child(2) .pickup {
    color: #0097A1;
    font-size: 12px;
    line-height: 16px;
    padding-left: 11px;
    position: relative;
}
.header_delivery_wrap .delivery_text span:nth-child(2) .pickup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #737373;
    border-radius: 50%;
    transform: translateY(-50%);
}
.pickup_marker{
    margin-left: 30px;
}

.section-header-tabs-content .adress__list {
    position: absolute;
    top: 58px;
    left: 0;
    width: 376px;
    border-radius: 16px;
    background: #FFF;
    z-index: 30;
    padding: 16px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
    display: none;
}
@media (max-width: 450px) {
    .section-header-tabs-content .adress__list {
        width: 320px;
    }
}
.header_delivery_wrap._active .adress__list {
    display: block;
}
.header_delivery_wrap._active .adress__list .addressListWrapper {
    max-height: 242px;
    overflow-y: auto;
    overflow-x: hidden;
}
.section-header-tabs-content .adress__list .arrow {
    position: absolute;
    top: -15px;
    left: 35px;
}
.section-header-tabs-content .adress__list-item input {
    display: none;
}
.section-header-tabs-content .adress__list-item input:checked + label .adress__item-left::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid #0097A1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    z-index: 2;
}
.section-header-tabs-content .adress__list-item {
    margin-bottom: 8px;
}
.section-header-tabs-content .adress__list-item label {
    cursor: pointer;
}
.section-header-tabs-content .adress__list-item label .adress__item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #BFBFBF;
}
.section-header-tabs-content .adress__list-item label .adress__item-delete {
    cursor: pointer;
}
.section-header-tabs-content .adress__list-item label .adress__item-delete svg {
    fill: #BFBFBF;
}
.section-header-tabs-content .adress__list-item label .adress__item-delete:hover svg {
    fill: #FA4545;
}
.section-header-tabs-content .adress__list-item label .adress__item-left {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.section-header-tabs-content .adress__list-item label .adress__item-left::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: 2px solid #BFBFBF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.section-header-tabs-content .adress__list-item label .delivery_text {
    margin-left: 0px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}
.section-header-tabs-content .adress__list-item label .delivery_text > span {
    max-width: 220px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 450px) {
    .section-header-tabs-content .adress__list-item label .delivery_text span {
        max-width: 170px;
    }
}
.section-header-tabs-content .adress__list-item label img {
    margin-left: 26px;
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.section-header-tabs-content .adress__list .btn._primary{
    cursor: pointer;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
}
