#menu {
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 7px #aaa;
    position: absolute;
    top: 0;
    font: normal normal 14px font-main, tahoma, arial;
    background-color: #fff;
}

.price.off {
    text-decoration: line-through;
}

.alert.expire {
    position: fixed;
    width: 100%;
    z-index: 2;
    right: 0;
    background-color: rgba(250, 250, 250, 0.9);
    height: 100%;
    top: 0px;
    text-align: center;
    font: 58px BBCNassim;
    padding-top: 12%;
}

.alert.exceeded {
    position: fixed;
    width: 100%;
    z-index: 2;
    right: 0;
    background-color: rgba(250, 250, 250, 0.9);
    height: 100%;
    top: 0px;
    text-align: center;
    font: 58px BBCNassim;
    padding-top: 12%;
}

@media (max-width: 570px) {
    label {
        font-size: 14px;
    }

    input, textarea {
        font-size: 14px;
    }
}

#fast-buy-form .btn-bank i, #fast-buy-form .btn-bank input[type="radio"] {
    display: none;
}

#fast-buy-form .btn-bank.selected i {
    display: inline;
    background-color: #bbccaa;
    font-size: 24px;
}

#fast-buy-form .btn-bank.selected {
    background-color: #bbccaa;
}

select[name="order_count"] {
    width: auto;
}

.hint {
    color: #bbbbbb !important;
}

.fast_buy_header {
    margin: auto;
    max-width: 600px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    background: #ffffff
}

.fast_buy_header img {
    width: 100%;
    height: 45px;
    object-fit: contain;
    margin: 0;
}

#basket-container.fast_buy_content {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background: #fff;
    /*padding: 0 20px 90px;*/
}

.fast_buy_btn {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    max-width: 600px;
    margin: auto;
    left: 0;
    height: 60px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
    z-index: 10;
    padding: 0 1rem;
}

.fast_buy_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    margin-bottom: .5rem;
}

.fast_buy_img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.fast_buy_img {
    /*width: 90px;*/
    /*margin-left: 10px;*/
    /*border-radius: 0 0 1rem 1rem;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

/*.fast_buy_img:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to top,black 1%,transparent 40%);*/
/*}*/

.fas_buy_title {
    /*width: calc(100% - 90px);*/
    /*position: absolute;*/
    /*bottom: 1rem;*/
    /*padding: 0 1rem;*/
    /*color: white;*/
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0 15px;
    width: 100%;
    font-weight: bold;
}

.fast_buy_description span {
    color: #444;
    margin-bottom: 5px;
    font-size: medium;
}

.fast_buy_description p {
    padding: 0;
    font-size: small;
    line-height: 2;
    color: #666;
    text-align: justify;
}

.fast_buy_description {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.fast_buy_detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*border: 1px solid #ddd8d8*/
}

.fast_buy_detail ul li {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.fast_buy_detail ul li:not(:last-child) {*/
/*    border-bottom: 1px solid #ddd8d8*/
/*}*/

.fast_buy_detail ul li.no-bottom-border:not(:last-child) {
    border-bottom: 0
}


.v {
    display: flex;
    height: 100%;
    /*width: 50%;*/
    flex: 1;
    background: #fff;
    align-items: center;
    padding: 5px;
}

.k { /*display: flex;*/
    text-align: right;
    height: 100%;
    width: 105px;
    align-items: center;
    padding: 5px;
    /*background-color: #f4f4f4;*/
    color: #81858b
}

.fast_buy_detail .k {
    width: 200px;
}


/*.fast_buy_detail {*/
/*    margin: 15px 0;*/
/*}*/

.add_new_address #add-new-address-btn {
    position: unset !important;
}


.btn {
    padding: .8rem 1rem;
    border-radius: .5rem;
}

.price_ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.price_ul .prices:not(.discount) {
    font-size: large;
}

.price_ul .prices {
    display: flex;
    align-items: center;
}

#send_type.error * {
    color: red;
}

#send_type.error {
    border: 1px solid red;
    color: red;
}

/*#total_price {*/
/*    border-bottom: 3px solid red;*/
/*    padding-bottom: .5rem;*/
/*}*/