/***luis Booking lockers*****/

.swal-compact {
  border-radius: 14px;
  padding: 18px 16px !important;
}

.swal2-icon {
  transform: scale(0.8);
  margin-bottom: 5px !important;
}

.swal-title-compact {
  font-size: 20px !important;
  margin: 6px 0 4px 0;
}

.swal-text-compact {
  font-size: 14px !important;
  margin-bottom: 16px;
  color: #666;
}

.swal-btn-confirm,
.swal-btn-cancel {
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 6px;
  min-width: 110px;
}

.swal-btn-confirm {
  background: #6c63ff;
  color: #fff;
}

.swal-btn-cancel {
  background: #e0e0e0;
  color: #333;
}

.swal2-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}


/*form CSS*/
footer .grid-row.grid-row-1 {
    display: none;
}

.fa-whatsapp {
  color: #fff;
  background: linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat, radial-gradient(#25d366 58%,transparent 0);
}

.yl-booking-page {
  background: #daaa0f;
  margin: -30px 0 0px;
}

.yl-booking-page #information-booking {
  padding-top: 40px;
  padding-bottom: 40px;
}

.yl-booking-page #content {
  min-height: auto;
  width: 100% !important;
  padding: 10px !important;
}

.yl-booking-page h1,
.yl-booking-page h2,
.yl-booking-page h3,
.yl-booking-page h4,
.yl-booking-page p,
.yl-booking-page label,
.yl-booking-page span,
.yl-booking-page strong {
  color: inherit;
}

.yl-booking-page .hero-wrap {
  padding: 40px 0;
}

.yl-booking-page .booking-shell {
  background: #efc94c;
  border: 1px solid #d1c7a6;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.yl-booking-page .booking-left {
  padding: 35px;
  /*background: linear-gradient(135deg, #efc94c 0%, #daaa0f 100%);*/
  
}

.yl-booking-page .booking-right {
  padding: 35px;
  background: #efc94c;
  border-left: 1px solid #d1c7a6;
}

.yl-booking-page .eyebrow {
  display: inline-block;
  padding: 8px 14px;
  background: #fef5d4;
  color: #2b2412;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.yl-booking-page .display-title {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  margin: 18px 0 12px;
  color: #2b2412;
}

.yl-booking-page .lead-copy {
  font-size: 16px;
  line-height: 1.7;
  color: #6e6547;
  margin-bottom: 0;
  max-width: 720px;
}


.yl-booking-page .info-card {
  background: #ffffff;
  border: 1px solid #d1c7a6;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  margin:0px 0px 10px 0px;
}

.yl-booking-page .glass-card,
.yl-booking-page .summary-card {
  background: #ffffff;
  border: 1px solid #d1c7a6;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.yl-booking-page .glass-card {
  margin-top: 28px;
  overflow: hidden;
}

.yl-booking-page .section-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 18px;
  color: #2b2412;
}

.yl-booking-page .form-control {
  height: 50px;
  border-radius: 12px !important;
  border: 1px solid #cfc4a0;
  box-shadow: none;
  background: #fff;
  color: #2b2412;
}

.yl-booking-page input.form-control,
.yl-booking-page select.form-control {
  height: 50px;
}

.yl-booking-page .form-control:focus {
  border-color: #d8ae08;
  box-shadow: none;
}

.yl-booking-page .qty-box {
  display: table;
  width: 100%;
  border: 1px solid #cfc4a0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.yl-booking-page .qty-cell {
  display: table-cell;
  vertical-align: middle;
}

.yl-booking-page .qty-btn {
  width: 52px;
  height: 50px;
  border: 0;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #2b2412;
}

.yl-booking-page .qty-input {
  width: 100%;
  height: 50px;
  border: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  color: #2b2412;
}

.yl-booking-page .booking-details-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.yl-booking-page .booking-field {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 22px;
}

.yl-booking-page .booking-field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2b2412;
  margin-bottom: 10px;
  line-height: 1.2;
}

.yl-booking-page .booking-field .form-control,
.yl-booking-page .booking-field .qty-box {
  width: 100%;
}

.yl-booking-page .booking-field .form-control {
  height: 52px;
  border-radius: 16px;
  border: 1px solid #cfc4a0;
  background: #fff;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 16px;
}

.yl-booking-page .booking-field .form-control:focus {
  border-color: #d8ae08;
  box-shadow: none;
}

.yl-booking-page .booking-field .qty-box {
  display: table;
  border: 1px solid #cfc4a0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 52px;
}

.yl-booking-page .booking-field .qty-cell {
  display: table-cell;
  vertical-align: middle;
}

.yl-booking-page .booking-field .qty-btn {
  width: 52px;
  height: 52px;
  border: 0;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #2b2412;
}

.yl-booking-page .booking-field .qty-input {
  width: 100%;
  height: 52px;
  border: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  color: #2b2412;
}

.yl-booking-page .size-grid {
  margin-top: 28px;
}

.yl-booking-page .locker-size-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.yl-booking-page .locker-size-col {
  width: 33.333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.yl-booking-page .size-option {
  border: 1px solid #d1c7a6;
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  min-height: 170px;
  cursor: pointer;
  transition: all .2s ease;
  margin-bottom: 20px;
}

.yl-booking-page .size-option:hover,
.yl-booking-page .size-option.active {
  border-color: #d8ae08;
  box-shadow: 0 10px 20px rgba(216,174,8,.16);
  margin-top: -2px;
}

.yl-booking-page .size-badge {
  display: inline-block;
  padding: 5px 10px;
  background: #efc94c;
  color: #8f760f;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.yl-booking-page .size-title {
  font-size: 22px;
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 10px;
  color: #2b2412;
}

.yl-booking-page .size-copy {
  color: #6e6547;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.yl-booking-page .summary-top {
  border-bottom: 1px dashed #cfc4a0;
  padding-bottom: 16px;
  margin-bottom: 14px;
}

.yl-booking-page .summary-kicker {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #6e6547;
  margin-bottom: 8px;
}

.yl-booking-page .price-xl {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #2b2412;
}

.yl-booking-page .price-note {
  margin-top: 8px;
  color: #6e6547;
  font-size: 13px;
}

.yl-booking-page .summary-row {
  overflow: hidden;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #d9d0b1;
}

.yl-booking-page .summary-row:last-child {
  border-bottom: 0;
}

.yl-booking-page .summary-row .label-left {
  float: left;
  color: #6e6547;
  font-weight: 600;
}

.yl-booking-page .summary-row .label-right {
  float: right;
  font-weight: 700;
  color: #2b2412;
  text-align: right;
  max-width: 60%;
}

.yl-booking-page .summary-total {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 2px solid #d1c7a6;
}


.yl-booking-page .cta-btn {
    
  display: block;
  width: 100%;
  height: 54px;
  margin-top: 22px;
  border: 0;
  border-radius: 8px;
  background: #0b83d9;
  color: #e8bf39;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .3px;
  border: 1px solid #e8bf39;
  border-radius: 18px;
  font-weight: 700;
}

.yl-booking-page .cta-btn:hover,
.yl-booking-page .cta-btn:focus {
    background: #086fb8;
    border-color: #086fb8;
    color: #e8bf39;
    outline: none;
}

.yl-booking-page .cta-btn:disabled {
  background: #0b83d9;
  opacity: 0.65;
  cursor: not-allowed;
  border-color: #e8bf39;
  color: #e8bf39;
  box-shadow: none;
  transform: scale(0.98);
}

.yl-booking-page .cta-btn:disabled:hover {
  background: #0b83d9;
  border-color: #e8bf39;
  color: #e8bf39;
}

.yl-booking-page .cta-btn.is-loading {
  pointer-events: none;
}

.yl-booking-page .cta-btn.is-loading::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #e8bf39;
  border-top: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

.yl-booking-page .step-list {
  margin-top: 22px;
}

.yl-booking-page .step-item {
  overflow: hidden;
  padding: 14px;
  background: #fffdf7;
  border: 1px solid #d1c7a6;
  border-radius: 16px;
  margin-bottom: 12px;
}

.yl-booking-page .step-number {
  float: left;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #efc94c;
  color: #2b2412;
  font-weight: 800;
  margin-right: 12px;
}

.yl-booking-page .step-content {
  overflow: hidden;
}

.yl-booking-page .step-content strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  color: #2b2412;
}

.yl-booking-page .mini-note {
  color: #6e6547;
  font-size: 13px;
  line-height: 1.6;
}

.yl-booking-page .location-card {
  margin-top: 18px;
  padding: 16px;
  background: #efc94c;
  border: 1px solid #d1c7a6;
  border-radius: 16px;
}

.yl-booking-page .location-title {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8f760f;
  margin-bottom: 8px;
}

.yl-booking-page .breadcrumb {
  background: transparent;
}

.yl-booking-page .breadcrumb > li,
.yl-booking-page .breadcrumb > li a {
  color: #fff;
}

.yl-booking-page #content > h2 {
  color: #fff !important;
}

.input-with-icons {
  position: relative;
  display: inline-block;
  width: 99% !important; 
}

.text-input {
  width: 100%;
  text-align: center;
  padding: 8px 25px;
  font-size: 16px;
  border: 2px solid gold;
  border-radius: 8px;
  height: 50px;
    
}

.input-with-icons i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
  cursor: pointer;
  user-select: none;
}

.input-with-icons .fa-minus {
  left: 8px;
}

.input-with-icons .fa-plus {
  right: 8px;
}


.section-size {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #2b2412;
}

.section-selected {
   background: rgba(255,255,255,.55);
   border: 1px solid rgba(43,36,18,.12);
   border-radius: 20px;
   padding: 8px 14px;
   font-size: 13px;
   font-weight: 700;
   color: #2b2412;
}


.size-option {
  position: relative;
  transition: all .25s ease;
}


.size-option.active {
  border: 2px solid #2b2412;
  background: #fff7db;

  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 20px 40px rgba(0, 0, 0, 0.25);

  transform: translateY(-3px);
}

.size-option.active::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: inherit;
  pointer-events: none;
}


.size-option.active .badge {
  background: #2b2412;
  color: #fff;
  transform: scale(1.05);
}


.size-option {
  position: relative;
}

.radio-right {
  position: absolute;
  top: 15px;
  right: 15px;

  width: 20px;
  height: 20px;

  cursor: pointer;
}

.disabled-qty {
    opacity: 0.6;
}

@media (max-width: 991px) {
 
  
  .yl-booking-page .booking-right {
    border-left: 0;
    border-top: 1px solid #f0dfaa;
  }

  .yl-booking-page .locker-size-col {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  
  
  .yl-booking-page .booking-left,
  .yl-booking-page .booking-right {
    padding: 22px;
  }

  .yl-booking-page .display-title {
    font-size: 32px;
  }

  .yl-booking-page .price-xl {
    font-size: 38px;
  }

  .yl-booking-page .booking-field,
  .yl-booking-page .locker-size-col {
    width: 100%;
    float: none;
  }
}


