/*
	Order > step1
*/
/*
	Base
*/
/*
	Variables
*/
/*
	Mixins
*/
/*
	Reset
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0; }

/*
  Global
*/
body {
  font-size: 16px; }

.fluidrow {
  margin-left: -15px;
  margin-right: -15px; }

/* ========== Optimal Package ========== */
.order .intro {
  margin-top: 30px;
  margin-bottom: 30px; }

.order .intro h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px; }

.order .intro p {
  font-size: 18px; }

#optimal-package {
  border-radius: 3px;
  background-color: #f5f9fa;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #c8cbcc;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }

#optimal-package .ribbon {
  width: 164px;
  height: 32px;
  border-radius: 100px;
  background-color: #32687d;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -82px;
  color: white;
  line-height: 32px;
  text-align: center;
  font-weight: bold; }

#optimal-package h3.intro {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0; }

#optimal-package .box {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 #e1e4e6;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px; }

#optimal-package .box.last {
  margin-bottom: 20px; }

#optimal-package .box .icon,
#optimal-package .box .description,
#optimal-package .box .link {
  display: inline-block;
  vertical-align: middle; }

#optimal-package .box .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin-left: 15px; }

#optimal-package .box .icon-gear {
  background-image: url("../../img/order/ic-gear.svg"); }

#optimal-package .box .icon-surprise {
  background-image: url("../../img/order/ic-wrench.svg"); }

#optimal-package .box .description {
  width: 60%; }

#optimal-package .box .description p {
  margin-bottom: 0; }

#optimal-package .box .description span.notice {
  color: #ff9500; }

/* ========== Details ========== */
.order .details h3 {
  font-size: 16px;
  font-weight: 600; }

.order .details #optimal-package .list-items {
  display: none;
  margin-bottom: 30px; }

.order .details .headline {
  background-color: #31687d;
  color: #fff;
  padding: 10px 15px; }

.order .details .headline p {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 0; }

.order .details .headline p span {
  font-size: 12px; }

.order .details .item {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e1e4e6; }

.order .details .item.last {
  border-bottom: 0; }

.order .details .item .name,
.order .details .item .type,
.order .details .item .price {
  display: table-cell;
  vertical-align: middle; }

.order .details .item .name {
  width: 50%; }

.order .details .item .type {
  width: 32%; }

.order .details .item .price {
  width: 20%; }

.order .details .item .type .help {
  background-image: url("../../img/order/help.svg");
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle; }

.order .details .total {
  background-color: #f5f9fa;
  border-top: 1px solid #e1e4e6; }

.order .details .surprise .icon {
  background-image: url("../../img/order/surprise.svg");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  float: right;
  margin-left: 15px; }

.order .details .surprise .surprise-focus {
  display: block; }

.order .details .surprise .description {
  border: 0;
  border-top: 1px solid #c8cbcc;
  background-color: #31687d;
  border-bottom: 0;
  color: white;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 20px; }

.order .details .surprise .description span.toggler {
  cursor: pointer; }

.order .details .surprise .headline .toggler {
  display: inline;
  border-radius: 4px;
  border: 1px solid white;
  padding: 1px 6px; }

.order .details .surprise.list-items-opened .description {
  display: none; }

.order .details .surprise .item .name {
  width: 60%; }

.order .details .surprise .item .type {
  width: 5%; }

/* ========== Details Modals ========== */
.modal.treatment-detailed-modal .modal-dialog {
  margin-top: 40px; }

.modal.treatment-detailed-modal .modal-header {
  padding-top: 0;
  position: absolute;
  top: -40px; }

.modal.treatment-detailed-modal .modal-header .close {
  border-radius: 0;
  border: 0;
  opacity: 1;
  color: white;
  font-size: 50px; }

.modal.treatment-detailed-modal .modal-body.details {
  padding: 0;
  text-align: right; }

.modal.treatment-detailed-modal .modal-body.details .headline.fluidrow {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px; }

/* ========== Features ========== */
.order .features {
  margin-bottom: 0; }

.order .features .bullet {
  background-image: url(../../img/order/ic-check.svg);
  background-size: 100% 100%;
  width: 50px;
  height: 50px; }

.order .features p {
  font-size: 16px;
  width: 80%; }

@media (min-width: 992px) {
  .order .intro {
    margin-top: 40px;
    margin-bottom: 10px; }

  .order .details {
    margin-bottom: 60px; }

  /* ========== Optimal Package ========== */
  #optimal-package {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px; }

  #optimal-package .ribbon {
    background-image: url("../../img/order/ribbon.png");
    background-size: 136px 137px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 136px;
    height: 137px;
    margin-left: 0;
    line-height: initial;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 14px; }

  #optimal-package .ribbon span {
    display: none; }

  #optimal-package h3.intro {
    font-size: 20px;
    margin-bottom: 35px; }

  #optimal-package .box {
    padding: 10px 20px 10px 20px; }

  #optimal-package .box .description p,
  #optimal-package .box .description p span.notice {
    font-weight: bold; }

  #optimal-package .box .description p span {
    font-weight: normal; }

  #optimal-package .box .price {
    font-weight: bold;
    float: left;
    line-height: 32px; }

  #optimal-package .box.last {
    margin-bottom: 30px; }

  /* ========== Brief ========== */
  .order .brief p {
    line-height: 2.20; }

  /* ========== Details ========== */
  .fluidrow {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .order .details h3 {
    font-size: 16px; }

  .order .details .list-items {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px; }

  .order .details .headline {
    padding: 20px 20px;
    display: none; }

  .order .details .headline h3 {
    display: inline-block; }

  .order .details .headline p {
    font-size: 14px;
    display: inline-block;
    float: left;
    margin-top: 0; }

  .order .details .items-container {
    border-bottom: 0;
    background-color: white;
    border: 1px solid #e1e4e6; }

  .order .details .item {
    padding: 5px 0;
    line-height: 2.5; }

  .order .details .item.first {
    padding-top: 10px; }

  .order .details .item.last {
    border-bottom: 0;
    padding-bottom: 10px; }

  .order .details .item .name {
    padding-right: 20px; }

  .order .details .item .name {
    width: 67%; }

  .order .details .item .type {
    width: 20%; }

  .order .details .item .price {
    width: 13%; }

  .order .details .total {
    border-bottom: 1px solid #e1e4e6;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: white; }

  .order .details .total .item.last {
    padding-top: 10px;
    padding-bottom: 10px; }

  .order .details .total .item .name,
  .order .details .total .item .price {
    font-size: 18px; }

  .order .details .total .item .price {
    width: 13%;
    font-weight: 600; }

  .order .details .surprise .headline {
    padding-top: 11px;
    padding-bottom: 11px; }

  .order .details .surprise h3 {
    background-image: url(../../img/order/surprise.svg);
    background-size: 40px 40px;
    content: '';
    background-repeat: no-repeat;
    background-position: center right;
    height: 40px;
    padding-right: 50px;
    line-height: 40px; }

  .order .details .surprise .surprise-focus {
    font-weight: normal;
    font-size: 16px;
    display: inline; }

  .order .details .surprise .icon {
    display: none; }

  .order .details .surprise .headline .toggler {
    border: 1px solid white;
    padding: 0 5px;
    border-radius: 10px;
    line-height: 40px;
    line-height: 30px;
    margin-top: 5px; }

  .order .details .surprise .description {
    padding: 20px 30px;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #c8cbcc;
    background-color: white;
    color: #323333;
    margin-left: 0;
    margin-right: 0; }

  .order .details .surprise.list-items-opened .description {
    display: block; }

  .order .details .list-items.list-items-opened .description {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none; }

  .order .details #list-items-2 {
    margin-top: -10px; }

  /* ========== Features ========== */
  .order .features .feature .bullet,
  .order .features .feature .text {
    float: right; }

  .order .features .feature .bullet {
    margin-left: 15px; }

  .order .features .feature .text {
    display: inline-block;
    width: 70%; }

  .order .features .feature h3 {
    margin-bottom: 5px; }

  .order .features .feature .text p {
    margin-bottom: 0;
    width: auto; } }
