.cart{
    margin-top: 100px;
    margin-bottom: 80px;
}

.cart-form{
    padding-right: 30px;
}

.h3-box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cart h3{
    margin: 30px 0 5px;
}

.cart a{
    margin-bottom: 5px;
}



.credit-box{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 40px;
}

.credit_h3{
    border:1px solid #2e85c1;
    margin: 0 !important;
    padding: 15px;
    font-size: 16px;
    background-color: #eef8ff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.cart-right{
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-left: 30px;
    font-size: 14px;
}

.cart-item-img{
    width: 70px;
    height: 70px;
    display: flex;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 5px;
}

.cart-item-img img{
    object-fit: contain;
}

.cart-item-img span{
    width: 20px;
    height: 20px;
    background-color: #666666;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
}

.cart-product-item td{
    padding: 6px;
}

.cart-product-item{
    margin-bottom: 30px;
    width: 600px;
}

.cart-text{
    padding: 7px 10px;
    display: flex;
    width: 600px;
    justify-content: space-between;
}

.cart-text b{
    color: #111;
    font-size: 20px;
}

.cart-list-img{
    width: 130px;
    height: 130px;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    padding: 10px;
}

.cart-list-img img{
    object-fit: contain;
}



.cart-list th,.cart-list td{
    padding: 50px 10px 0;
}
.cart-list th{
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.trash-icon{
    font-size: 18px;
    padding:10px;
    display: inline-block;
}

.cart-list td:last-child{
    text-align: right;
}

.cart-list{
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.cart-check-box{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.cart-check-box .order label{
    display: block;
}

.cart-check-box textarea{
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px;
}

.check-out-box{
    text-align: right;
}

.check-out-box span{
    display: inline-block;
    margin-left: 20px;
}

.check-out-box p{
    margin: 15px 0;
}


.cart-title{
    font-size: 34px;
    text-align: center;
    margin: 60px 0 0;
}

.cart-list input{
    width: 16px;
    height: 16px;
}