.template-id {
    font-weight: bold;
    font-size: 2rem;
}

.basket-data-text {

}

.apartment-image {

}

.basket-data-label {

}
.basket-item {
    max-width: 545px;
}

.basket-price {
    padding-right: 1rem;
}

.basket-title {

}

#basket-container {
    background-color: white;
    font-weight: bold;
}

.basket-apartment {

}

.button-checkout-div {
    z-index: 1;
    position: sticky;
    position: -webkit-sticky;
    top: 2.5rem;
    width: 100%
}

@media screen and (max-width: 450px) {
    #basket-container {
        font-size: x-small;
    }
}

@media screen and (max-width: 380px) {
    #basket-container {
        font-size: xx-small;
    }
}
