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

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

.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: #AEE11F;
  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;
}
.nm-cart-totals.brxe-woocommerce-cart-collaterals table #shipping_method{
  margin-top: 10px;
}
.nm-cart-totals.brxe-woocommerce-cart-collaterals table #shipping_method input[type="radio"] {
   -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    border: 1px solid var(--bricks-border-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 6px;
    outline: 0;
    padding: 0;
}
.nm-cart-totals.brxe-woocommerce-cart-collaterals table #shipping_method input[type="radio"]:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nm-cart-totals.brxe-woocommerce-cart-collaterals table #shipping_method input[type="radio"]:checked {
    background-color: var(--color-purple);
  }

.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;
}


.woocommerce-notices-wrapper{
  margin-bottom: 0px!important;
}
.woocommerce-notices-wrapper .woocommerce-message{
    background-color: rgb(134 57 198 / 10%)!important;
    color: #000000!important;
    padding: 5px 5px!important;
    font-size: 14px!important;
}

.woocommerce-notices-wrapper .woocommerce-message a{
    background-color: #AEE11F!important;
    color: #000!important;
}
.woocommerce-notices-wrapper .woocommerce-message:focus-visible{
  outline: none!important;
}

