.nm-cart-items .product-remove a{
  transition: all 0.3s ease-in-out;
}

.nm-cart-items .product-remove a:hover{
  color: red;
}

.nm-cart-items .product-quantity .quantity{
  width: 107px;
  height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.2);
}

.nm-cart-items .product-quantity .action,
.nm-cart-items .product-quantity input{
  border: none;
}

.nm-cart-items .product-quantity input:focus-within{
  outline: none;
}

.nm-cart-items table tbody tr:last-child{
  display: none;
}

@media(max-width:768px){
  .nm-cart-items .product-thumbnail img{
    border-radius: 10px;
  }
}

@media(min-width:768px){
  .nm-cart-items tbody td,
  .nm-cart-items tbody th[scope="row"]{
    padding: 30px 5px!important;
  }

  .nm-cart-items table tbody{
    outline: 1px solid #0F172A;
  }

  .nm-cart-items tbody .product-name a{
    display: flex;
    max-width: 200px;
  }

  .nm-cart-items table tbody tr::after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 92%;
    height: 1px;
    left:50%;
    transform: translateX(-50%);
    background-color:rgba(15, 23, 42, 0.1);
  }
}

.nm-cart-items table tbody tr{
  position: relative;
}

.nm-cart-items table tbody tr:nth-last-child(2)::after{
  display: none !important;
}

.nm-cart-items table thead{
  border: none!important;
}

.nm-cart-cp button{
  padding: 12px!important;
  transition: all 0.3s ease-in-out;
}

.nm-cart-cp button:hover{
  background-color: #0F172A!important;
  color: #ffffff;
}

.nm-cart-cp .coupon{
  align-items: stretch!important;
}

.cart-collaterals table {
  border-bottom: none !important;
  border-top: none !important;
}

.cart_totals {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.cart_totals .shipping-calculator-form {
  padding: 10px !important;
}

.cart_totals .shipping-calculator-form button {
  border-radius: 15px;
  background-color: white;
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: background 0.3s ease-in-out;
  font-weight: 400;
}
.cart_totals .shipping-calculator-form button:hover {
  background-color: #000000;
  color: white;
}
.cart_totals .shipping-calculator-form input:focus-visible {
  outline: none !important;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-top: auto;
}
.cart-collaterals .cart_totals th {
  padding-left: 0px !important;
}
.cart-collaterals .cart_totals .cart-subtotal th,
.cart-collaterals .cart_totals .woocommerce-shipping-totals th,
.cart-collaterals .cart_totals .woocommerce-shipping-totals p strong {
  font-weight: 400 !important;
}

.cart-collaterals .cart_totals .cart-subtotal td{
  font-weight: 700 !important;
}

.cart-collaterals .cart_totals .order-total th,
.cart-collaterals .cart_totals .order-total td strong {
  font-weight: 700 !important;
}

.cart-collaterals .cart_totals .order-total {
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.cart-collaterals .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}
.cart-collaterals .woocommerce-shipping-totals > td {
  padding-left: 0px !important;
}
.cart-collaterals table > tbody {
  display: flex !important;
  flex-direction: column;
}
.cart-collaterals table tbody tr {
  display: flex;
  justify-content: space-between;
}
.cart_totals .wc-proceed-to-checkout a {
  width: 100%;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #000000 !important;
  color: white !important;
}
