/** Package style **/
.package-top .info .details .price{
  font-weight: 900;
  font-size: 60px;
  margin-bottom: 15px;
}

.package-top .info .details .price .base-price-validity-unit{
  font-size: 24px;
  font-weight: 700;
}

.package-top .info .details .description small{
  font-size: 14px;;
}

.list-service .item .status .details{
  display: inline-block;
}

/** cart style **/
.sidebar .wrap-info .details{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
}

.sidebar .wrap-info .details .price span:after, .sidebar .wrap-info .details .description span:after {
  content: none;
}

.sidebar .wrap-info .details .price span, .sidebar .wrap-info .details .description span {
  color: inherit;
}

.sidebar .total-wrapper{
  margin-top: 15px;
}

.sidebar .order-total-line__adjustment{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #E6433C;
  font-weight: 400;
}

.sidebar .order-total-line__adjustment .order-total-line-label{
  font-weight: 400;
  font-size: 12px;
}

.sidebar .box-sidebar .wrap-info.total{
  margin-top: 0 !important;
}

.sidebar .box-sidebar .wrap-info.total-today{
  padding-top: 0;
}

.sidebar .box-sidebar .wrap-info.total-today p{
  padding-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.sidebar .box-sidebar .wrap-info.total-today p{
  padding-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.sidebar .box-sidebar .note{
  color: #E6433C;
}

.sidebar .box-sidebar .description{
  color: #E6433C;
}

del.base_price{
  color: #adadd7;
}

