
.left{
  float: left;
  width: 15%;
  margin-left: 5%;
  margin-bottom: 20px;
  border-radius: 10px !important;
  min-height: 700px;
}

.left h4{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-size: 16px;
  padding: 15px;
  margin: 0;
  background-color: #1ee08f ;
  color:#fff;
  font-weight: bold;
}

.left ul li{
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s all;
  color: #353748 !important;
  font-weight: normal;
}

.left ul li i{
  float: right;
  padding-top: 5px;
}

.left ul a:last-child li {
  border-bottom:none;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.left ul li:hover{
  color:#ea105e !important;
}




.right-title{
  width: 100%;
  height: 65px;
  border: 1px solid #e4e1e1;
  border-radius: 5px !important;
  margin-bottom: 2%;
}

.right-title h3{
  color:#353748;
  display: inline-block;
  font-size: 18px;
  padding: 17px 0 !important;
  margin-left: 4%;
}


.order-nav{
  float: right;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 4%;
}

.order-nav select{
  height: 40px;
  background-color: #fafafa;
}


@media only screen and (max-device-width: 1279px) {


.left{
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-top: 70px;
  min-height: 0;
  border: 1px solid #ececec;
}

.left ul li{
  text-align: center;
}

.left ul li i{
  display: none;
}

}
