.basket-page .bx-sls .dropdown-block {
    border-radius: 10px;
    border: none;
    height: 50px;
    background: #EFEFF1;
    color: #3D4A55;

}

.basket-page .bx-sls .bx-ui-sls-fake,
.basket-page .bx-sls .bx-ui-sls-route {
    height: 50px;
}

.basket-page .bx-sls .bx-ui-sls-container {
    height: 50px;
}

.basket-page .bx-sls .bx-ui-sls-pane {
    top: 50px;
}

.basket-page .dropdown-icon,
.basket-page .dropdown-fade2white {
    display: none;
}

.basket-page .bx-sls .bx-ui-sls-fake {
    color: #878D94 !important;
}

.basket-page .bx-sls .bx-ui-sls-clear {
    top: 10px;
}

.basket-page .dropdown-item .bx-ui-sls-variant {

}

.basket-page .bx-sls .bx-ui-sls-pane{
    padding: 0;
}

.bx-sls .bx-ui-sls-pane{
    border-radius: 10px;
    border: none;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.dropdown-item .bx-ui-sls-variant .bx-ui-sls-variant-active
{
    background: #EFEFF1;
}


.sdek{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sdek_address_delivery{
    color: #2067B0;
    /*font-weight: 600;*/
}
.basket-sidebar .basket-sidebar__block.basket-sidebar__error-auth{
    display: none;
    color: #CF1235;
    font-weight: bold;
}