.color_main {
  color: #4568f3;
}

.color_orange {
  color: #FFAE34;
}

.blue_button_primary {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  transition: 0.2s ease-in-out;
  border-radius: 15px !important;
  display: inline-block;
  padding: 12px 40px !important;
  color: #fff;
  background: #4568f3;
  text-align: center;
  font-weight: bold;
}
.blue_button_primary:hover {
  color: #000;
  text-decoration: none;
}
.blue_button_empty {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  transition: 0.2s ease-in-out;
  border-radius: 15px;
  display: inline-block;
  padding: 11px 40px;
  border: 1px solid #4568f3;
  color: #4568f3;
  text-align: center;
  font-weight: bold;
}
.blue_button_empty:hover {
  color: #000;
  text-decoration: none;
}

.orange_button_primary {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  transition: 0.2s ease-in-out;
  border-radius: 15px;
  padding: 12px 40px;
  color: #fff;
  background: #FFAE34;
  text-align: center;
  font-weight: bold;
}
.orange_button_primary:hover {
  color: #000;
  text-decoration: none;
}
.orange_button_empty {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
  transition: 0.2s ease-in-out;
  border-radius: 15px;
  padding: 11px 40px;
  border: 1px solid #FFAE34;
  color: #FFAE34;
  text-align: center;
  font-weight: bold;
}
.orange_button_empty:hover {
  color: #000;
  text-decoration: none;
}

.dashed_list {
  margin-bottom: 0;
}
.dashed_list:not(:first-child) {
  margin-top: 25px;
}
.dashed_list li {
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(139, 139, 139, 0.2);
  padding-bottom: 6px;
}
.dashed_list li:last-child {
  border-bottom: 0;
}
.dashed_list li.list_title {
  font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1600 - 300)));
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 0;
}

.tag_list {
  margin-bottom: 0;
}
.tag_list li {
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #8B8B8B;
  color: #8B8B8B;
  margin-right: 10px;
  margin-bottom: 14px;
}

.point_list {
  margin-bottom: 0;
  margin-left: 0;
}
.point_list li {
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 30px 0;
  padding-left: 10px;
  color: #8B8B8B;
  margin-right: 10px;
}
.point_list.blue_points li::before {
  border-radius: 50%;
  flex: none;
  margin-right: 15px;
  content: "";
  width: 6px;
  height: 6px;
  background: #8B8B8B;
}

.stars span {
  color: #FFAE34;
  margin-right: 5px;
  font-size: 14px;
}

.view_profile {
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
}

.blue_bg {
  background: #4568f3;
}

.orange_bg {
  background: #FFAE34;
}

.green_bg {
  background: #28C7A7 !important;
}

.yellow_bg {
  background: #ffc107 !important;
}

.red_bg {
  background: #FF7637 !important;
}

ol li {
  margin-bottom: 15px;
}

.steps {
  margin: 50px 0;
  display: flex;
}
.steps > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.steps > div i {
  border-radius: 50%;
  background: rgba(139, 139, 139, 0.2);
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  width: 57px;
  height: 50px;
  text-align: center;
  display: block;
  color: #fff;
}
.steps > div span {
  display: block;
  font-size: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.steps > div span::after {
  content: "";
  height: 10px;
  width: 100%;
  background: rgba(139, 139, 139, 0.2);
  display: block;
}
.steps > div.active i {
  background: #4568f3;
}
.steps > div.active span {
  display: block;
  line-height: 1;
  font-size: 25px;
  color: #4568F3;
}
.steps > div.active span::after {
  content: "";
  display: none;
}
.steps > div.completed i {
  background: #71BB66;
}
.steps > div.completed span::after {
  content: "";
  background: #71BB66;
}

.info .overview ul {
  font-size: 20px;
}
.info .overview ul li span {
  font-size: 16px;
  color: #000;
}

.page-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.order-summary {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(139, 139, 139, 0.2);
}
.order-summary > div {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}
.order-summary > div span {
  font-size: 20px;
}
.order-summary > div h5 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
}
.order-summary > div:last-child {
  border-bottom: none;
}

.actions {
  margin-top: 30px;
}
.actions a {
  border-radius: 15px;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #8B8B8B;
  color: #000;
  text-decoration: none;
  font-size: 22px;
}
.actions a.next {
  color: #fff;
  font-weight: bold;
}
.actions a.cancel {
  color: #8B8B8B;
}
.actions a.confirm {
  border: 0;
  background: #71BB66;
  color: #fff;
  font-weight: bold;
}

.payment-methods a {
  border-radius: 15px;
  border: 1px solid #8B8B8B;
  padding: 15px 20px;
  display: inline-block;
  margin-right: 10px;
}
.payment-methods a img {
  max-width: 150px;
}
.payment-methods a.active {
  background: #4568f3;
}