#header {
    position: sticky;
    top: 0;
}

.carousel-container .bi-chevron-left, .bi-chevron-right {
    color: #fff;
}

.choose-payment label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-payment label img {
    max-width: 80%;
    height: auto;
    
    flex-shrink: 0;
}

.logo-main a {
    font-family: Lato, sans-serif; 
    color: #546e7a;
}
.logo-main a span {
    font-size: 28px; 
    font-weight: 700; 
    color: #455a64;
}

.orders-list .item .platform-icon {
    width: 24px;
    height: 24px;
    right: 5px;
    font-size: 12px;
}

.header-title .steps .bi-chevron-right {
    margin: 0 1.15rem;
}

@media (max-width: 640px) {
    .logo-main a {
        font-size: 14px;
    }
    .logo-main a span {
        font-size: 18px;
    }
}

@media (max-width: 769px) {
    .basket-btn {
        display: flex;
    }
}