/* ==============================
Purchase Card
============================== */

.oota-purchase-card{

    background:#fff;

    border-radius:18px;

    padding:32px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.oota-purchase-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:30px;

}

.oota-purchase-header h3{

    margin:0;

    font-size:42px;

    font-weight:700;

}

.oota-stock{

    color:#19a63c;

    font-size:18px;

    font-weight:600;

}

.oota-label{

    display:block;

    margin-bottom:15px;

    font-size:20px;

    font-weight:600;

}

.oota-qty-box{

    display:flex;

    width:220px;

    height:60px;

    border:1px solid #ddd;

    border-radius:14px;

    overflow:hidden;

    margin-bottom:25px;

}

.oota-qty-box button{

    width:60px;

    border:none;

    background:#f5f5f5;

    font-size:28px;

    cursor:pointer;

}

.oota-qty-box input{

    flex:1;

    border:none;

    text-align:center;

    font-size:22px;

    font-weight:600;

    background:#fff;

}

.oota-cart-button{

    width:100%;

    height:60px;

    border:none;

    border-radius:12px;

    background:#8c008c;

    color:#fff;

    font-size:22px;

    font-weight:700;

    cursor:pointer;

    margin-bottom:15px;

}

.oota-buy-button{

    width:100%;

    height:60px;

    border:none;

    border-radius:12px;

    background:#ff9800;

    color:#fff;

    font-size:22px;

    font-weight:700;

    cursor:pointer;

}

.oota-delivery-box{

    margin-top:30px;

    border-top:1px solid #eee;

    padding-top:25px;

}

.oota-delivery-item{

    padding:12px 0;

    font-size:18px;

}

.oota-hidden-form{

    display:none;

}