.thank-wrapper{
background:#e9e9e9;
padding:80px 0;
min-height:100vh;
}

/* MAIN CARD */

.thank-card{
background:white;
border-radius:20px;
padding:35px;
box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* LEFT SIDE */

.thank-title{
    margin-top: 20px;
font-size:42px;
font-weight:700;
margin-bottom:20px;
}

.thank-text{
color:#666;
margin-bottom:30px;
}

.billing-title{
font-weight:600;
margin-bottom:15px;
}

.billing-info p{
margin-bottom:8px;
}

.track-btn{
background:black;
color:white;
border:none;
padding:12px 30px;
/* border-radius:30px; */
margin-top:20px;
}
.track-btn:hover{
    background-color: #b8292f;
}
/* RIGHT SIDE */

.order-summary{
background:#f9f9f9;
padding:30px;
border-radius:12px;
}

.order-row{
display:flex;
color: black;
justify-content:space-between;
margin-bottom:10px;
}

.order-row.total{
font-size:18px;
color: black;
font-weight:600;
}
.product-item{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:20px;
}

.product-left{
display:flex;
align-items:center;
}

.product-img{
width:90px;
border-radius:8px;
margin-right:12px;
object-fit:cover;
}
.custom-confirmation{
    margin-top: 10px;
    padding-bottom: 20px !important;
    color: black;
    font-weight: 600;
}
.custom-quantity{
    font-size: 12px;
    color: black;
    margin-top: 10px !important;
}
.product-title{
font-weight:600;
color: black;
font-size:14px;
}

.product-meta{
/* font-size:12px; */
/* color:#777; */
}

.product-price{
font-weight:600;
color: black;
}
.discount-color{
    color: #b82830;
}

.order-info-row{
display:flex;
justify-content:space-between;
margin-bottom:25px;
}

.order-info-item{
flex:1;
}

.order-info-item:not(:last-child){
border-right:1px solid #ddd;
padding-right:20px;
}

.order-info-item:not(:first-child){
padding-left:20px;
}

.order-info-item small{
color:#b8292f;
display:block;
font-size:13px;
}

.order-info-item p{
margin:0;
font-weight:600;
font-size:14px;
}

.order-divider{
border-top:1px dashed #ddd;
margin:20px 0;
}