.fds-booking-detail-modal .fds-plugin-modal-box-inner {
  padding: 0px; }

.options_box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start; }
  .options_box .option_heading {
    display: flex;
    width: 100%;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    align-items: center;
    background-color: #ededed;
    padding: 0px 0px 0px 40px;
    color: #333; }
    .options_box .option_heading small {
      margin-left: auto;
      font-size: 16px;
      font-weight: normal;
      background: rgba(39, 111, 191, 0.1);
      color: #fff;
      padding: 12px 40px;
      line-height: normal;
      display: inline-flex;
      background-color: #e42a45; }
    .options_box .option_heading.norequire-option {
      padding-top: 12px;
      padding-bottom: 12px; }

.extra_option_wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0px 0px 10px 0px;
  padding: 18px 40px 10px 40px; }
  .extra_option_wrap .extra_option {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebedf3; }
    .extra_option_wrap .extra_option span.price {
      margin-left: auto; }
    .extra_option_wrap .extra_option:last-child {
      border-bottom: none; }

/* pretty radio */
.foodsearch-default .fds-fancy-checkstyle label {
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
  line-height: 1;
  align-items: center;
  position: relative; }
  .foodsearch-default .fds-fancy-checkstyle label i {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    color: #fff;
    width: 19px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.foodsearch-default .fds-fancy-checkstyle input[type="radio"] {
  display: none; }

.foodsearch-default .fds-fancy-checkstyle input[type="radio"] + *::before {
  content: "";
  display: inline-flex;
  min-width: 19px;
  min-height: 19px;
  margin-right: 8px;
  border-radius: 100%;
  border: 1px solid #989898; }

.foodsearch-default .fds-fancy-checkstyle input[type="radio"]:checked + *::before {
  background-color: #fff;
  box-shadow: 0px 0px 0px 4px #e42a45 inset;
  border-color: #e42a45; }

.foodsearch-default .fds-fancy-checkstyle input[type="checkbox"] {
  display: none; }

.foodsearch-default .fds-fancy-checkstyle input[type="checkbox"] + *::before {
  content: "";
  display: inline-flex;
  min-width: 19px;
  min-height: 19px;
  margin-right: 8px;
  border: 1px solid #989898; }

.foodsearch-default .fds-fancy-checkstyle input[type="checkbox"]:checked + *::before {
  content: "";
  background-color: #e42a45;
  border-color: #e42a45;
  color: #fff;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 1px; }

.foodsearch-default .fds-fancy-checkstyle label.disable:before {
  content: "";
  background-color: #ddd;
  border-color: #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.foodsearch-default .fds-fancy-checkstyle label.disable i.fds-time-simple {
  display: flex;
  color: #999;
  font-size: 10px; }

.foodsearch-default .fds-fancy-checkstyle label i.fds-time-simple,
.foodsearch-default .fds-fancy-checkstyle label.disable i.fds-check-line {
  display: none; }

.extra_option_wrap_inner {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  grid-gap: 0px 20px;
  align-content: flex-start; }

/* .squaredFour */
.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto; }
  .squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
    .squaredFour label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg); }
    .squaredFour label:hover::after {
      opacity: 0.5; }
  .squaredFour input[type=checkbox] {
    visibility: hidden; }
    .squaredFour input[type=checkbox]:checked + label:after {
      opacity: 1; }

.addtocart-popup .fds-plugin-modal-box-inner {
  padding: 0px;
  display: inline-grid;
  height: 518px;
  overflow-y: scroll;
  align-content: flex-start; }

.popup-bottom-box {
  display: flex;
  width: 100%;
  background-color: #f6f6f6;
  padding: 30px 30px;
  justify-content: space-between;
  align-items: center;
  gap: 15px; }
  .popup-bottom-box button.add_to_cart {
    display: inline-flex;
    line-height: 1;
    border-radius: 80px; }
    .popup-bottom-box button.add_to_cart:hover, .popup-bottom-box button.add_to_cart:focus {
      background-color: #e42a45; }

.fds_popup_price_box {
  margin-left: auto; }
  .fds_popup_price_box span {
    color: #e42a45;
    font-size: 18px;
    font-weight: 400; }
  .fds_popup_price_box span#fds_popup_price {
    font-weight: bold;
    font-size: 20px; }

.extra_option_wrap .extra_option.width-50 {
  border-bottom: 4px double #ebedf3;
  flex-basis: 48%; }
