/* Hide default arrows for Webkit browsers (Chrome, Safari) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide default arrows for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Style the container, input, and buttons as needed */
.quantity-input {
  display: flex;
  align-items: center;
}

.quantity-input input {
  width: 60px; /* Adjust as needed */
  text-align: center;
}

.quantity-input button {
  /* Button styling */
}

.product-box-4 .product-detail a .name {
    width: auto; 
     -webkit-line-clamp: none;
     overflow: auto;
    
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
  content: " ";
}
.cookie-bar-box {
    
    left: 10px !important;
    
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li:nth-child(n+4) {
   display: block;
}