/**handles:custom-css**/
.body {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* @media only screen and (min-width: 1024px){
    main{
      max-width: 100%;
      padding-top: 50px;
      padding-bottom: 50px ;
    }
} */
.add-to-cart-btn {
  background: #ff7a59 !important;
  border-color: #ff7a59 !important;
  margin: 10px 0px !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.form-select:focus {
  box-shadow: none !important;
}