
table.cart_table {
    width: 100%;
}
.cart_table thead {
    background-color: #385469;
    color: #fff;
}
.cart_table th {
    padding: 10px;
}
.cart_table tbody {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart_table .product-thumbnail{
    max-width: 160px;
}
.cart_table td{
    padding: 10px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 0.40);
}
.cart_table td:not(.product-thumbnail){
    padding: 20px;
}
.cart_table .product-thumbnail img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 70px;
}
.attr{
    color: #747474;
    font-size: 14px;
}
.cart_table td.product-name {
    max-width: 235px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}
.cart_table td.product-name b {
    display: block;
}
.product-name a {
    color: #385469;
}
.cart_table .wrap-quantity {
    padding: 0;
}
.wrap-quantity input {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 50px;
    padding: 5px 20px;
}
.product-quantity, .product-price {
    text-align: center;
}
td.product-remove {
    font-size: 20px;
}
.product-remove .remove {
    border-radius: 100%;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding-top: 2px;
    color: #ee353e;
}
.product-remove .remove:hover {
    color: #333;
}
.product-subtotal {
    text-align: center;
}
.buy-more {
    margin: 20px 0;
}
.buy-more a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #00ADEF;
    border: 1px solid #00ADEF;
    border-radius: 4px;
}
.spdx-box{
    padding-bottom: 50px;
}
.showcoupon {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border: 1px solid #ededed;
    margin: 20px 0;
    border-left: 0;
    border-right: 0;
}
/**/
.head-order {
}
.main-cart .cart_order_body {
    /*padding: 10px 0;*/
    border: 1px solid rgba(217, 217, 217, 0.40);
}
.item-line-cart {
    border-bottom: 1px solid rgba(217, 217, 217, 0.40);
    padding: 10px;
}
.list-order-product .item-line-cart:last-child {
    border: 0;
}
.order-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 500;
    align-items: center;
}
.order-item label {
    font-weight: 600;
    text-transform: uppercase;
}
.order-total {
    line-height: 36px;
    font-weight: 600;
}
.bt_bb_link.outline-color-main {
    margin-top: 20px;
    border: 1px solid;
    color: #ee353e;
    display: inline-flex;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
}
.bt_bb_link.outline-color-main:hover {
    -webkit-box-shadow: 0 0 0 3em #ee353e inset;
    box-shadow: 0 0 0 3em #ee353e inset;
    color: #fff;
}
.coupon-input {
    color: #ee353e;
}
.coupon-input input {
    background-color: transparent;
    border: 0;
    padding: 0 22px;
    width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    height: 45px;
}
.showcoupon .bt_bb_link {
    border: 0;
    height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px;
}
.to_checkout{
    text-align: center;
    margin-top: 10px;
}
.cart_totals .to_checkout .btn-style{
    width: 100%;
}
.order-item.order-totals {
    border: 0;
}
.coupon {
    position: relative;
    display: flex;
}
button.coupon-btn {
    border: 0;
    height: 45px;
    min-width: auto;
    position: absolute;
    right: 0;
}
.update-cart {
    color: #385469;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.cart_totals {
    max-width: 25%;
    margin: 0 0 0 auto;
}
/*check out*/
.cart_order_body ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    width: 100%;
}
.list-order-product li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.list-order-product li .order_product-name {
    width: 50%;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
}
.showcoupon-data {
    border-radius: 4px;
    background: #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-style: italic;
}
.showcoupon-data label{
    color: rgba(0, 0, 0, 0.40);;
}
.order-payment .title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.order-payment li label{
    cursor: pointer;
}

/**/
.customer_details h2 {
    font-size: 28px;
    line-height: 32px;
}
.billing-fields h3 {
    margin: 20px 0;
    font-size: 20px;
    color: #262626;
}
.billing-fields input, 
.billing-fields select, 
.billing-fields textarea {
    border: 1px solid #EAEAEA;
    padding: 7px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.60);
    border-radius: 50px;
}
.billing-fields textarea {
    height: 200px;
}
.billing-fields select {
    background-size: 12px;
    background-position: right 20px center;
}
.required {
    color: red;
    font-weight: 700;
    border: 0;
}
.additional-fields textarea {
    height: 5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 20px;
    padding: 10px 20px;
}
/**/
.list-order-product {
    padding: 0;
    border-top: 1px solid #385469;
    border-bottom: 3px solid #385469;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.list-order-product li.line-cart-head {
    background-color: #ee353e;
    font-weight: 600;
    color: #fff;
}
@media only screen and (max-width: 1230px) {
    .cart_table td:not(.product-thumbnail) {
        padding: 10px;
    }
    .cart_table .wrap-quantity .input-text{
        width: 55px;
    }
    .main-cart{
        padding: 20px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .main-cart .col-mb {
        width: 100%;
    }
    .cart_table td {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 900px) {
    .head-order{
        font-size: 16px;
    }
    .cart_table .price .amount{
        font-size: 18px;
    }
    .cart_table .product-thumbnail {
        max-width: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .cart_table tr {
        display: block;
        justify-content: space-between;
    }
    .cart_table tr td{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .cart_table tr td::before{
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        font-size: 14px;
    }
    .cart_table td.product-name{
        max-width: unset;
    }
    .cart_table td.product-name a{
        text-align: right;
        flex: 1;
        padding-left: 15px;
    }
    .cart_table thead,
    .cart_table .product-thumbnail{
        display: none;
    }
    .cart_table tr:nth-child(2n) td {
        background-color: rgba(0,0,0,.025);
    }
}
@media only screen and (max-width: 768px) {
    .buy-more {
        margin: 10px 0;
    }
    .buy-more a {
        padding: 5px 10px;
    }
    .head-order{
        padding: 10px;
    }
    .main-cart,,
    .spdx-box {
        padding-bottom: 20px;
    }
    /**/
    .customer_details h2 {
        font-size: 22px;
    }
    .billing-fields h3 {
        margin: 10px 0;
        font-size: 16px;
    }
    .billing-fields input, .billing-fields select, .billing-fields textarea {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .order-payment .title {
        font-size: 16px;
    }
    /**/
    .main-cart .col-ck {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .showcoupon {
        flex-wrap: wrap;
    }
    .coupon-input {
        width: 100%;
        margin-bottom: 10px;
    }
    .customer_details h2 {
        font-size: 18px;
    }
    /**/
    .cart_totals {
        max-width: 100%;
    }
    .customer_details .col-ck {
        width: 100%;
    }
    .list-order-product li .order_product-name{
        font-size: 16px;
    }
}