.dashboard-menu a {
    padding: 8px 20px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #d8d8d8;
    background: #f5f5f5;
}

.dashboard-menu li:last-child a{
    border-bottom: 0px;
}

.dashboard-menu i{
    margin-right: 5px !important;
}

.customer-menu-active {
    color: #fa5555;
}

.titlebar{
    display: flex;
    justify-content: space-between;
}

.addresses i{
    background: #fa5555;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 5px;
}

.shiptothis{
    display: flex;
    justify-content: space-between;
}

.shiptothis select{
    flex: 2;
}

.shiptothis input{
    flex: 1
}

.or{
    text-align: center;
    margin: 20px 0;
}

.order-box{
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin: 20px;
}

.order-box:first-child{
    background: #4285F4;
}

.order-box h5{
    color: #fff !important;
}

.order-box:last-child{
    background: #34A853;
}


.order-box:nth-child(2){
    background: #EA4335;
}





/*.quantity-form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}*/

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

/* form #input-wrap {
  margin: 0px;
  padding: 0px;
} */

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}