.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.left {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-item {
  width: 150px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.body {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.right-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  width: 80px;
  height: 50px;
  margin-bottom: 0px;
  line-height: 50px;
  text-align: center;
}

.seach-input {
  height: 50px;
  margin-bottom: 0px;
  line-height: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.h-100 {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.h-px-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  max-height: 45px;
  min-height: 45px;
}

.product-list {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  width: 20%;
  height: 100%;
  max-height: 100%;
  max-width: 20%;
  min-height: 100%;
  min-width: 20%;
}

.f-45 {
  font-size: 45px;
  line-height: 45px;
}

.f-45.center {
  text-align: center;
}

.f-40 {
  font-size: 40px;
  line-height: 40px;
}

.f-35 {
  font-size: 35px;
  line-height: 35px;
}

.f-30 {
  font-size: 30px;
  line-height: 30px;
}

.f-25 {
  font-size: 25px;
  line-height: 25px;
}

.f-20 {
  font-size: 20px;
}

.c-main {
  background-color: #e81123;
}

.c-sub {
  background-color: #ffc9c9;
}

.c-dark {
  background-color: #282828;
}

.c-dark-gray {
  background-color: #959595;
}

.c-light-gray {
  background-color: #e1e1e1;
}

.c-light {
  background-color: #f9f9f9;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-15 {
  margin: 15px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-5 {
  padding: 5px;
}

.p-20 {
  padding: 20px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.div-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.border-1 {
  border: 1px solid #000;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1280px) {
  .main {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mb-0 {
    margin-bottom: 0px;
  }
}