/*Add Css Custom Here*/
.alert-success {
  background-color: #01cf0c !important;
}
.alert-success i {
  background: #01cf0c !important;
}
#shopping-cart .input-group {
  max-width: 100% !important;
}
/* mobilee */
@media (max-width: 767px) {
  #shopping-cart .input-group input {
    border-radius: 0px;
    width: 100%;
  }
  #shopping-cart .input-group .btn {
    width: 100% !important;
    border-radius: 0px;
    padding: 10px 0;
    justify-content: center;
    margin: 0;
  }
}