.pattern_2 {
  background: url(../img/pattern_menu.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
@media (max-width: 767.5px) {
  .pattern_2 {
    background: none;
  }
}

.box_booking_2 {
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.box_booking_2 .head {
  text-align: center;
  padding: 23px 20px 18px 20px;
  background-color: #978667;
  color: #fff;
}
.box_booking_2 .head h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}
.box_booking_2 .head small {
  display: block;
}
.box_booking_2 .head a {
  color: #fff;
  text-decoration: underline;
}
.box_booking_2 .main {
  padding: 25px;
}
.box_booking_2 .main ul {
  list-style: none;
  padding: 0;
}
.box_booking_2 .main ul li {
  font-weight: 500;
  margin-bottom: 5px;
}
.box_booking_2 .main ul li span {
  float: right;
  font-weight: 400;
}
.box_booking_2 .main ul li.total {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #e74747;
  text-transform: uppercase;
}
.box_booking_2 .main ul li.total span {
  font-weight: 600;
}

#confirm {
  text-align: center;
  padding: 60px 15px;
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  animation: checkmark-circle 0.6s ease-in-out backwards;
}/*# sourceMappingURL=confirm.css.map */