.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: #767676;
  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;
}

.payment_select {
  background-color: #f0f0f0;
  padding: 15px 15px 12px 15px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.payment_select label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
}
.payment_select i {
  float: right;
  font-size: 24px;
}
.payment_select#paypal {
  background: #f0f0f0 url("https://www.ansonika.com/foores/img/paypal_2.svg") center right no-repeat;
}

.container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  border-radius: 50%;
}
.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #978667;
  transition: all 0.3s ease-in-out;
}
@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;
}

.box_booking {
  border: 2px dotted #d2d8dd;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #fff;
}
.box_booking .head {
  text-align: center;
  padding: 23px 20px 18px 20px;
  background-color: #f8f8f8;
  border-bottom: 2px dotted #d2d8dd;
}
.box_booking .head h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
.box_booking .head small {
  display: block;
}
.box_booking .head .offer {
  color: #e74747;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.box_booking .main {
  padding: 25px;
}
.box_booking .main ul {
  list-style: none;
  padding: 0;
}
.box_booking .main ul li {
  margin-bottom: 8px;
}
.box_booking .main ul li.total {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #eaa16c;
  text-transform: uppercase;
}
.box_booking .main ul li a {
  padding-left: 30px;
  color: #444;
  display: inline-block;
  position: relative;
}
.box_booking .main ul li a:before {
  font-family: "ElegantIcons";
  content: "O";
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}
.box_booking .main ul li a:hover {
  color: #e74747;
}
.box_booking .main ul li span {
  float: right;
  font-weight: 500;
}
.box_booking .form-group {
  margin: 0 0 10px 0;
}
.box_booking textarea {
  height: 130px;
}/*# sourceMappingURL=order-checkout.css.map */