body.woocommerce-cart{
    font-family:'Inter';
}

.woocommerce-cart .shop_table td,.woocommerce-cart .shop_table th,.woocommerce .cart-collaterals h2{
     font-family:'Inter';
}
.woocommerce-cart-form {
    padding: 0px 20px;
    width: 65%;
    float: left;
    
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:not(.v-active img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail){
	padding:0px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 32%;
    float: left;
    padding: 0px 20px;
    
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:not(.v-active img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail){
	height:auto !important;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce-cart-form thead {
    color: #fff;
    background: #00B2EB;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}


.return-to-shop a.button{
    background:#00b2eb;
    border:2px solid #00b2eb;
    color:#fff;
}
.return-to-shop a.button:hover{
    background:#fff;
    border:2px solid #00b2eb;
    color:#00b2eb;
}


#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
    box-shadow: none;
}

.product-thumbnail {
    display: flex
;
    justify-content: space-evenly;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    height:auto !important;
    border-radius:0px !important;
    padding:10px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width:100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1em;
    padding: 13px 0px;
    background-color:#3b3b3b;
    font-family:'Inter';
    border:2px solid #3b3b3b;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    
    background-color:#fff;
    color:#3b3b3b;
    
    border:2px solid #3b3b3b;
}
tr .actions .coupon{
    display:none;
}

tr .actions .coupon{
    display:none;
}
.cart_totals h2 {
    text-align: center;
    background: #00B2EB;
    font-size: 19px;
    color: #fff;
    padding: 10px 0px;
   
}

.wpr-cart-section-table-wrap table.shop_table, .cart_totals table.shop_table {
    border: none;
}

.cart-subtotal td,.order-total td {
    text-align: right;
}

.woocommerce-cart-form .wcibd-buttons-left{
    display:none;
}
#wcibd-delete-all{
    display:none;
}

 #wcibd-delete-selected {
    background: #3b3b3b;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 5px 22px;
    font-size: 14px;
    font-family:'Inter';
}
.woocommerce-cart-form__cart-item .product-remove{
/*     display:block !important; */
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
td.product-name a{
   color: #383838;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.woocommerce-cart-form__cart-item .product-thumbnail input{
    margin-right:15px !important;
}
.shop_table_responsive tbody button[name=update_cart]{
    background-color:#00B2EB;
    color:#fff;
}

@media(max-width:768px){
    
     .woocommerce-page table.cart .product-thumbnail{
         display:block;
     }
    .cart_totals h2{
        margin-top:25px;
    }
    .woocommerce-cart-form{
        width:100%;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before{
    content:"";
}
.woocommerce-cart-form__cart-item .product-thumbnail input{
    float:left;
}

.woocommerce table.shop_table td{
    border:0px;
}
.woocommerce table.shop_table_responsive tbody tr td:last-child{
    border-bottom:1px solid rgba(0, 0, 0, .1);
}
.woocommerce table.shop_table{
    border:0px;
     border-top:1px solid rgba(0, 0, 0, .1);
}

	.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove{
	position: relative;
   
}
	.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove .remove{
	position: absolute;
   
    border: none;
    top: 10px;
}
 
}