.container{
    width: 85%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-contain.container{
    margin-top: 100px;
}

.woocommerce .woocommerce-cart-form{
    padding-bottom: 50px;
}

.woocommerce table.shop_table{
    border: none ;
    background: white;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgb(41 44 42 / 7%);
    padding: 16px;
}

.woocommerce table.shop_table th{
    text-align: left;
}

.woocommerce table.shop_table th:last-child{
    text-align: right;
}

.woocommerce table.shop_table td{
    padding: 5px;
}

.woocommerce table.shop_table td.product-name a{
    font-weight: normal;
}

.woocommerce table.shop_table td bdi{
    font-weight: bold;
}

.woocommerce table.shop_table td.product-quantity .quantity{
    width: max-content;
    display: inline-block;
}

.woocommerce table.shop_table td.actions{
    padding-top: 20px;
}

.woocommerce table.shop_table a.back-to-shop{
    border: 2px solid #276ae6;
    padding: 5px;
    color: #276ae6;
    float: left;
    margin-right: 15px;
}

.woocommerce table.shop_table a.back-to-shop:hover{
    text-decoration: none;
}

.woocommerce .cart .button{
    background-color: #276ae6;
    color: #fff;
    font-size: 16px;
}

.woocommerce-cart table.cart img{
    width: 60px;
}

.woocommerce a.remove{
    font-weight: normal;
    border: 3px solid;
    color: #ccc !important;
    font-size: 1em;
    transition: all .5s;
}

.woocommerce a.remove:hover{
    color: red !important;
    border-color: red;
    background-color: transparent !important;
    transition: all .5s;
}

.woocommerce .cart-collaterals{
    
    padding: 16px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: unset;
    width: 100%;
    padding-left: 20px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgb(41 44 42 / 7%);
}

.woocommerce .cart-collaterals .cart_totals h2{
    margin-top: 0;
    font-size: 16px;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce .cart-collaterals .cart_totals table tr th{
    font-weight: normal;
    font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals table tr td{
    text-align: right;
}

.woocommerce .cart-collaterals .coupon{
    padding-left: 20px;
    width: 100%;
}

.woocommerce .cart-collaterals .coupon label{
    display: block;
    margin-bottom: 10px;
}

.woocommerce .cart-collaterals .coupon input{
    display: block;
    width: 93%;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.woocommerce .cart-collaterals .coupon button{
    display: block;
    width: 100%;
}

.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 2em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background-color: #276ae6;
    font-size: 16px;
    padding: 10px;
}

.woocommerce form.woocommerce-checkout{
    margin-bottom: 30px;
}

.woocommerce form.woocommerce-checkout input, .woocommerce form.woocommerce-checkout textarea, .woocommerce form.woocommerce-checkout .select2-container .select2-selection--single{
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
}

.woocommerce form.woocommerce-checkout textarea{
    min-height: 200px;
    padding: 10px;
    font-size: 14px;
}

.woocommerce form.woocommerce-checkout .select2-container .select2-selection--single{
    line-height: 2.507em;
    height: 2.507em;
}

.woocommerce form.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 2.507em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 2.507em;
}

.woocommerce form.woocommerce-checkout #customer_details{
    margin-right: 20px;
    width: fit-content;
    background: white;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgb(41 44 42 / 7%);
    padding: 16px;
}

.woocommerce form.woocommerce-checkout .custom-checkout-wrap{
    border: 2px solid #446084;
    padding: 15px 10px;
}

.woocommerce form.woocommerce-checkout .custom-checkout-wrap #order_review_heading{
    margin-top: 0;
}

.woocommerce form.woocommerce-checkout #order_review table tr td, .woocommerce form.woocommerce-checkout #order_review table tr th{
    padding: 5px;
}

.woocommerce form.woocommerce-checkout #order_review table .product-total{
    text-align: right;
}

.woocommerce form.woocommerce-checkout #order_review table tfoot th{
    font-size: 14px;
}

.woocommerce form.woocommerce-checkout #order_review table tfoot td{
    text-align: right;
}

@media (max-width: 767px){

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
        padding-left: 0;
    }

    .woocommerce .cart-collaterals .coupon{
        padding-left: 0;
    }

    .woocommerce form.woocommerce-checkout #customer_details{
        margin-right: 0;
    }
}