div.wrap{
    width: 100%;
    max-width: 820px;
    margin: 20px auto 0;
}


/* div.item-box{
    border:1px solid green;
} */

div.item-detail{
    margin: 10px 0;
    display: flex;
}

div.thumnail{
    width: 85px;
    height: 95px;
    border:1px solid #dfdfdf;
}

div.thumnail img{
    width: 100%;
    height: 100%;
}

div.text-box{
    margin-left: 15px;
}

div.text-box > * {
    display: block;
}

div.text-box .item-title{
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
}

div.text-box span{
    font-size: 12px;
    color: #757575;
    margin-bottom: 5px;
}

p.item-price{
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

ul.quantity li {
    display: inline-block;
    margin-right: 10px;
}

ul.quantity li:last-child{
    margin-right: 0;
}

ul.quantity button{
    border-style: none;
    width: 40px;
    height: 25px;
    border: 1px solid #dfdfdf;
}

div.order-selector{
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    margin-bottom: 15px;
}

div.order-selector button{
    padding: 10px;
    font-size: 14px;
    border-style: none;
}

div.total{
    background-color: #f5f5f5;
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    display: flex;
    justify-content: space-between;
}

div.total h2{
    color: #333;
    font-siz: 14px;
}

div.total span{
    color: #333;
    font-size: 13px;
}

div.total.order{
    background-color: #333;
}

div.total.order > * {
    color: #fff;
}

div.btn-home{
    margin-top: 15px;
    display: flex;
}

div.btn-home button{
    flex: 1 1 auto;
    padding: 15px 0;
    font-size: 16px;
    border-style: none;
    font-weight: bold;
}

.t1{
    background-color: #eaedf1;
}

.t2{
    background-color: #3a89ef;
    color: #fff;
}