.ProgressBK {
    display: none;
}

.Footer {
    display: none;
}


.UnderBottomBK {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    vertical-align: top;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
}

.UnderBottomBar {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #453E3E;
}

.BottomBK {
    width: 100%;
    height: 200px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    vertical-align: top;
}

.StoreSelectRootContainer {
    text-align: center;
    margin-top: 20px;
    display: none;
}


.StoreSelectContainer {
    display: inline-block;
    width: 100%;
    max-width: 475px;
    background: #fff;
    border-radius: 10px;
    padding-top: 50px;
    height: calc(100% - 300px);
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.StoreSelectContainer::-webkit-scrollbar {

    width: 7px;

}

.StoreSelectContainer::-webkit-scrollbar-button {

    background: transparent;

    border-radius: 4px;

}

.StoreSelectContainer::-webkit-scrollbar-track-piece {

    background: transparent;

}

.StoreSelectContainer::-webkit-scrollbar-thumb {

    border-radius: 4px;

    background-color: rgba(175, 194, 250, 0.9);

    border: 1px solid #afc2fa;

}

.StoreSelectContainer::-webkit-scrollbar-track {

    box-shadow: transparent;

}

.StoreSelectItem {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #FC7044;
    font-weight: 800;
    font-size: 18px;
    margin-left: 5px;
}

.StoreSelectItem:hover {
    background: rgba(175, 194, 250, 0.5);
}

.SelectMidBlockImage {
    width: 100%;
    max-width: 476px;
}

.SelectStoreMiddle {
    width: 250px;
    max-width: 250px;
}

@media (max-width: 400px) {
    .SelectStoreMiddle {
        width: 70%;
        max-width: 250px;
    }
}