.order_page_head {
  min-height: 190px;
  background: url("../img/order_back.jpg") center center no-repeat;
}

.certificates_head {
  margin-top: 90px;
}

.orders_page .info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
.orders_page .info .icon {
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  font-family: Cambria, Georgia, serif;
  background: #99C8D7;
}
.orders_page .info:hover .icon {
  background: #FFCC33;
}
.orders_page .info span {
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px dotted #000;
}
.orders_page .info_tooltip {
  display: none;
  position: absolute;
  left: -20px;
  top: 35px;
  padding: 20px 20px;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  width: 400px;
  z-index: 10;
  text-align: center;
}
@media (max-width: 768px) {
  .orders_page .info_tooltip {
    width: 300px;
  }
}
.orders_page .info_tooltip .close {
  background: url(../img/close_tooltip.png);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
}
.orders_page .info_tooltip .close:hover {
  opacity: 0.7;
}
.orders_page .info.active .info_tooltip {
  display: block;
}
.orders_page .info_tooltip:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 20px;
}
.orders_page .info_tooltip header {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  min-height: 30px;
}
.orders_page .info_tooltip p {
  font-weight: 400;
  color: #666;
  margin: 0;
}

.order-items {
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .order-items {
    margin-top: 10px;
  }
}

.order-item {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.order-item h5,
.order-item h6 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.order-item h5 {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 5px;
}
.order-item h6 {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}

.order-top {
  background: #f9f9fb;
  padding: 20px 20px 10px;
  display: table;
  width: 100%;
  padding-right: 30px;
  position: relative;
}

.icon-course {
  float: left;
  margin-right: 10px;
}
.icon-course .course-item {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.icon-course .course-item img {
  width: 100%;
}

.del-icon {
  width: 30px;
  height: 30px;
  background: url("../img/del-icon.png") no-repeat;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.del-icon:hover {
  opacity: 0.8;
}

.order-bottom {
  padding: 20px;
  display: table;
  width: 100%;
}

.order-number {
  float: left;
}

.order-enter-number {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .order-enter-number {
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
  }
}

.order-price {
  float: right;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding-right: 20px;
  padding-top: 13px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.order-enter-number {
  width: 134px;
  position: relative;
  padding-left: 42px;
}
.order-enter-number input {
  height: 45px;
  width: 50px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #666666;
  text-align: center;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.order-up {
  width: 42px;
  height: 45px;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/order-up.png") no-repeat center center;
  cursor: pointer;
}

.order-down {
  width: 42px;
  height: 45px;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/order-down.png") no-repeat center center;
  cursor: pointer;
}

.order-controls {
  padding: 15px 0;
  border-top: 5px solid #99c8d7;
}
@media (max-width: 768px) {
  .order-controls {
    text-align: center !important;
  }
}
.order-controls .btn-lg {
  font-size: 18px;
  padding: 10px 35px;
  margin: 10px 0;
}
.order-controls .btn-warning {
  padding: 11px 35px;
}

.btn-gray {
  background: #F4F5F7;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 30px 10px 15px !important;
  font-size: 18px;
}
@media (max-width: 768px) {
  .btn-gray {
    font-weight: 500;
    font-size: 14px !important;
    width: 100%;
    margin-top: 4px;
    padding: 9px 35px !important;
  }
}

.back-buy {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  background: url("../img/back-buy.png") no-repeat;
}

.total-price {
  color: #333333;
  padding: 0px 5px 0 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
.total-price b {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .total-price {
    text-align: center !important;
    padding-right: 0;
  }
}
