

/* Start:/local/components/herbalife/basket.order/templates/.default/style.css?16952779431457*/
.empty-basket-block{
    display: flex;
    flex-direction: column;
}
.empty-title{
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 425px) {
    .buy-block{
        width: 100%;
    }
    .buy-block .buy-button {
        width: 100%;
        text-align: center;
    }
}

.page-wrapper{
    background-color: #f8f8f8!important;
}

.basket-container{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#application-frame{
    width: 70%;
    border: none!important;
    outline: none;
}
.basket-total-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
    padding: 30px;
    background: #fff;
    margin-top: 30px;
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
}
.btb-text{
    line-height: 20px;
    margin-bottom: 16px;
}
.btb-text span{
    font-weight: 700;
}

.btb-text-sum:after{
    font-family: "NotoSans";
    content: '\20AC';
    margin-left: 5px;
}

.btb-button{
    color: #42A046;
}
.btb-button:hover{
    color: #266431;
}
@media (max-width: 1024px) {
    .basket-container{
        flex-direction: column-reverse;
    }
    #application-frame{
        width: 100%;
    }
    .basket-total-block{
        position: unset;
        top: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 375px) {
    #application-frame{
        height: 1300px;
    }
}
/* End */
/* /local/components/herbalife/basket.order/templates/.default/style.css?16952779431457 */
