.cancelBtn {
  color: white;
}

.form-consulta .iti {
  width: 100%;
  height: auto;
}

.form-consulta
  .form-group
  .select2
  .select2-selection
  .select2-selection__arrow
  b:after {
  display: none;
}
.form-consulta .form-group .select2 .select2-selection {
  height: 34px;
  border: 1px solid #ccc;
}
.form-consulta .is-invalid {
  border: 1px solid red !important;
}

.form-consulta .error-msg {
  color: red;
  font-size: 0.85em;
  margin-top: 5px;
  display: block;
  height: 10px;
}

.form-consulta
  .form-group
  .select2
  .select2-selection
  .select2-selection__rendered {
  line-height: 34px;
}
.form-consulta
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #555555;
}
.form-consulta .form-st-send-mail-2 {
  background: #5191fa12;
  padding: 10px;
  border: 1px solid #5191fa;
  text-align: center;
}
.edad-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
  padding: 6px 12px;
  margin: 5px 5px 0 0;
}

.edad-chip select {
  border: none;
  background: transparent;
  font-size: 14px;
}
#edades-menores-container span {
  font-weight: 600;
  min-width: max-content;
}
select.children {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  padding: 0 0 0 12px;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  width: 100%;
}

.checkout-text,
.payment-option {
  font-size: 14px;
  width: auto;
  display: inline-block;
  text-align: left;
  padding: 0;
  white-space: normal;
  line-height: 20px;
  font-weight: 400;
}
.hide-tabs ul {
  display: none;
}

.updated-price {
  font-weight: 600;
  font-size: 2rem;
}
.st-checkout-page .cart-info .service-section .service-right img {
  max-width: 100px !important;
}
.st-checkout-page .payment-form .payment-item .st-icheck .st-icheck-item img {
  display: none;
}
.card-js {
  background-color: #fff !important;
}
.form-group.form-date-search {
  padding: 16px 0 14px 2px;
  display: flex;
  align-items: center;
}
.custom-price {
  display: table;
  font-size: 2rem !important;
  font-weight: 600 !important;
}
.modal-backdrop.in {
  z-index: 999 !important;
}

._4z_6 ._4z_f {
  font-size: inherit !important;
}

.card-section {
  max-width: 350px;
}
.card-js input {
  font-size: 13px;
  height: 43px;
}
.card-data select,
.card-js input {
  font-size: 13px !important;
  height: 43px !important;
  padding: 6px 12px;
  padding-left: 40px;
  line-height: 1.42857143;
  color: #555;
  width: 100%;
  border: 1px solid #c7c7c7 !important;
  text-transform: uppercase;
}
.card-data select {
  margin-top: 15px;
  font-weight: 300;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fdfdfd;
  box-sizing: border-box;
  padding-left: 0px 10px;
}

.booking-card {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 25px;
  margin: 25px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.refundable {
  background: #000;
  color: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.refund-title {
  font-size: 1.5rem;
  font-weight: 300;
}
.total-cart-preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.item-cart {
  display: flex;
  width: 100%;
  font-size: 1.6rem;
}

.total-cart-preview .label {
  width: 60%;
  text-align: left;
  font-weight: bold;
}

.total-cart-preview .value {
  width: 40%;
  text-align: right;
  font-weight: bold;
}
.subtotal-items {
  font-size: 1.4rem;
}
.st-checkout-page .cart-info .info-section ul li.ad-info ul li span.value {
  text-align: end;
}

.recommended {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.icon-refundable {
  font-size: 1.9rem;
  font-weight: 100;
  margin: 0px 5px;
}
.non-refundable {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
  margin-top: 15px;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.check-list li {
  list-style: none;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 5px 0;
}

.check-list li i {
  color: #007aff;
  margin-right: 10px;
}
.modal-transicion {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-transicion .modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 50%;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.modal-transicion .modal-image {
  max-width: 100%;
  height: auto;
}

.modal-transicion .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.sts-popup-search-form .sts-check-available-form {
  background: #000;
  position: relative;
  overflow: hidden;
}

.sts-check-available-form .st-room-check-available .btn {
  z-index: 2;
}
.form-consulta .form-group,
.form-page-contact .form-group {
  position: relative;
  margin-bottom: 18px;
}

.form-consulta .form-control,
.form-page-contact .form-control {
  padding: 25px 16px 7px;
  position: relative;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 14px;
  color: rgb(22, 22, 22);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  border-radius: 8px !important;
}

.form-consulta .form-group label,
.form-page-contact .form-group label {
  position: absolute;
  left: 10px;
  top: 30%;
  font-size: 14px;
  color: #999;
  background: none;
  padding: 0 5px;
  display: block;
  text-overflow: ellipsis;
  z-index: 1;
  pointer-events: auto;
  user-select: none;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: calc(133% - 40px);
  white-space: nowrap;
  overflow: hidden;
}

.phone-label {
  margin-left: 40px;
}
.menores-group:focus-within label {
  top: 6px;
  transform: translateY(-25%);
}
.form-consulta label,
.form-page-contact label {
  transition:
    top 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.2s ease;
}

.form-page-contact .form-group:focus-within label,
.form-page-contact .form-group input.has-value ~ label,
.form-page-contact .form-group textarea.has-value ~ label {
  top: 10px;
  transform: translateY(-25%);
}
.form-consulta .form-control:focus + label,
.form-consulta .form-control.has-value + label,
.form-consulta textarea:focus + label,
.form-consulta .form-group:focus-within label,
.form-consulta textarea.has-value + label {
  top: 6px;
  transform: translateY(-25%);
}

.menores-group.has-value label,
.menores-group:focus-within label {
  top: 6px;
  transform: translateY(-25%);
}

.form-consulta .form-group.has-value label,
.form-consulta .form-group .form-control.has-value ~ label {
  top: 6px;
  transform: translateY(-25%);
}

.form-consulta .form-control:focus,
.form-page-contact .form-control:focus {
  border-color: #c2c2c2 !important;
}

.form-consulta .telefono-label {
  margin-left: 40px;
}

.form-consulta textarea.form-control {
  min-height: 90px;
}

.form-consulta .form-consulta-enviar {
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  color: #fff;
  text-transform: uppercase;
}

.form-page-contact .form-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  padding: 0 5px;
}
.form-page-contact .form-group label.label-textarea {
  top: 25%;
}
.form-page-contact .form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-page-contact .wpcf7-not-valid-tip {
  position: absolute;
  color: #dc3232;
  font-size: 1em !important;
  font-weight: normal;
  display: block;
  margin-top: 0px !important;
}
.st-contact-form .contact-form .form-group {
  margin-bottom: 40px !important;
}

.wpcf7-not-valid {
  border: 1px solid #e53935 !important;
  box-shadow: 0 0 0 1px #e53935;
}

.iti.hide-flag .iti__country-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  border: 2px solid #00a0d2;
  margin: 0px;
}
.iti.show-flag .iti__country-container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form-page-contact .form-control {
  padding-top: 18px;
}
.form-consulta .iti__selected-country {
  top: 0%;
}
.form-page-contact .form-group.has-value label {
  top: 8px;
  transform: translateY(-25%);
}
.form-page-contact .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
#contacto span.required {
  color: red;
}
#st-contact-extra span.required {
  color: red;
}
#contacto .iti {
  height: max-content;
}

.iti input {
  padding-left: 52px !important;
}
.panel-menores {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9999;
}

#panel-menores {
  position: fixed;
  z-index: 9999;
}

.panel-content {
  position: relative;
  z-index: 10000;
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  animation: slideUp 0.25s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.panel-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cantidad-menores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.close-panel {
  background: white;
  border-color: #e6e6e6;
}
.edad-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.stepper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stepper button {
  width: 35px;
  height: 35px;
}

.btn-confirmar {
  width: 100%;
  padding: 12px;
  background: blue;
  color: white;
  border: none;
  border-radius: 8px;
  margin-top: 15px;
}
.panel-content {
  background: white;
  padding: 15px;
}

.panel-header {
  font-weight: bold;
}
.menores_contacto {
  pointer-events: none;
}
#panel-menores {
  display: none;
  position: absolute;
  z-index: 9999;
}

.fake-select-menores {
  position: relative;
  height: 48px;
  border: 1px solid #efefef;
  border-radius: 6px;
  padding: 12px 40px 6px 12px;
  background: #fff;
  display: flex;
  align-items: center;
}

.fake-select-menores:hover {
  border-color: #c2c2c2 !important;
}

.fake-select-menores:focus {
  outline: none;
  border-color: #c2c2c2 !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.fake-value {
  font-size: 14px;
  color: #000;
}

.fake-select-menores.empty .fake-value {
  color: #999;
}

.cantidad-menores button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  border-radius: 4px;
  border-color: #dedede;
}
.edad-item.error .edad {
  color: #ff4d4f;
}
.stepper {
  display: flex;
  align-items: center;
  gap: 10px;
}
#error-edades {
  color: #ff4d4f;
  font-size: 13px;
  margin-bottom: 10px;
  display: none;
}

#error-edades.active {
  display: block;
}
.stepper button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

.stepper button:hover {
  background: #f5f5f5;
}

.stepper button:active {
  transform: scale(0.95);
}

.stepper button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.edad {
  min-width: 20px;
  text-align: center;
  font-weight: 600;
}

.sk-prev {
  left: -15px;
}
.sk-next {
  right: -15px;
}

.sk-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sk-card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.sk-card-body {
  padding: 20px;
}

.sk-card-body h3 {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}

/* Stats dentro de la tarjeta */
.sk-stats div {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.9rem;
}

.sk-stats b {
  color: #333;
}

.sk-progress {
  height: 6px;
  background: #eee;
  border-radius: 10px;
  margin-top: 15px;
  overflow: hidden;
}

.sk-progress-bar {
  height: 100%;
  background: #2ecc71;
  transition: width 0.5s ease;
}

.is-hidden {
  display: none;
}
@keyframes sk-loading {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}

.sk-snow-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px !important;
  text-align: center;
}

.sk-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.sk-snow-main {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
}

.sk-snow-icon {
  font-size: 16px;
}
.sk-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 600;
}

.sk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.sk-snow-cm {
  font-weight: 700;
  font-size: 16px;
}

.sk-snow-label {
  color: #666;
  font-size: 13px;
}
/* --- BASE (Móvil primero) --- */
.sk-submenu-container {
  background: #fff;
  border-bottom: 1px solid #eee; /* Quitamos el border-top para un look más limpio */
  width: 100%;
  margin-top: 20px;
}

.sk-submenu-inner {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 0; 
  -webkit-overflow-scrolling: touch;
  max-width: 1200px; /* Alineado con tu contenedor principal */
  margin: 0 auto;
}

.sk-submenu-inner::-webkit-scrollbar {
  display: none; 
}

.sk-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 25px; /* Espaciado interno equilibrado */
  text-decoration: none !important;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  min-width: fit-content; /* Se ajusta al texto */
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
.sk-menu-item.is-active {
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.05));
}
.sk-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor; 
    fill: none;            
    stroke-width: 1.5;   
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sk-menu-item.is-active .sk-icon svg {
    stroke-width: 2;       
}
/* --- AJUSTES PARA DESKTOP (Pantallas grandes) --- */
@media (min-width: 768px) {
  .sk-submenu-container {
  margin-top: -20px;
}
  .sk-submenu-inner {
    overflow: hidden;
    margin-right: 10px;
  }
.sk-submenu-container {
    border-bottom: 1px solid #f2f2f2;  
}
  .sk-menu-item {
    font-size: 16px;
    gap: 8px;
    padding: 20px 25px;
  }

  .sk-menu-item:hover {
    color: #000;
  }
  .sk-icon {
    width: 20px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}
  
}

/* --- ICONOS Y ESTADO ACTIVO --- */
.sk-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor; /* El icono toma el color del texto automáticamente */
  fill: none;
  stroke-width: 1.8;
  display: block;
}

.sk-menu-item.is-active {
  color: #000;
}

/* Línea indicadora moderna */
.sk-menu-item.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; /* Por defecto ocupa todo el ancho */
  height: 3px;
  background-color: #000;
}

/* En el primer ítem, la línea también debe estar alineada a la izquierda */
.sk-menu-item:first-child.is-active::after {
  left: 0;
}

.search-form input#location_name {
  background: #fafafa;
}

.search-form input#location_name:focus {
  background: #fff;
}
.sk-carousel-destinos {
  position: relative;
  padding: 20px 0;
}
.sk-card-container a:hover {
  text-decoration: none !important;
}

.sk-card-container a:focus {
  outline: none;
}

.sk-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  padding: 0 10px;
  overflow-x: auto;
}
.sk-tab {
  background: #f0f0f0;
  border: none;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
.sk-tab.active {
  background: #000;
  color: #fff;
}

.sk-card-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.sk-card-body {
  padding: 15px;
}

.sk-card-body h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #111;
}

.sk-status.sk-open {
  color: #27ae60;
}
.sk-status.sk-closed {
  color: #e74c3c;
}
.sk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.sk-stats-grid {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.sk-stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 13px;
}
.sk-icon {
  width: 20px;
  text-align: center;
  font-size: 16px;
}
.sk-label {
  flex-grow: 1;
  margin-left: 8px;
  color: #888;
  font-weight: 500;
  font-size: 15px;
}
.sk-value {
  color: #333;
}

.sk-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.sk-prev {
  left: -10px;
}
.sk-next {
  right: -10px;
}

.sk-card-stats {
  background: #f8f9fb;
  padding: 10px 20px 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.sk-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #e8ecf0;
}
.sk-stat-row:first-child {
  border-top: none;
}

.sk-stat-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sk-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  color: #1a1a1a;
}

.sk-value {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}
.sk-value b {
  font-weight: 800;
}

.sk-card-header {
  padding: 20px 20px 15px;
}
.sk-card-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.sk-carousel {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 20px 0px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 0;
}

.sk-carousel::-webkit-scrollbar {
  display: none;
}

.sk-card-container {
  scroll-snap-align: start;

  flex: 0 0 calc((100% - 75px) / 4);
  min-width: calc((100% - 75px) / 4);

  box-sizing: border-box;
}
.sk-carousel-wrapper {
  overflow: hidden;
  position: relative;
}
.sk-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sk-card-container:hover {
  transform: translateY(-5px);
}

.sk-nieve-carousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding: 10px 0;
}

.sk-nieve-item {
  flex: 0 0 calc(25% - 15px);
  box-sizing: border-box;
}
.sk-prev {
  display: none;
}
.sk-nieve-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eef1f4;
  border-radius: 14px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

.sk-nieve-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sk-nieve-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
}

.sk-nieve-logo {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  object-fit: cover;
}

.sk-nieve-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.sk-nieve-stat-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.sk-nieve-svg-icon {
  width: 20px;
  height: 20px;
  color: #1a1a38;
}

.sk-nieve-val-main {
  font-size: 14px;
  color: #444;
}

.sk-nieve-extra {
  border-top: 1px solid #f2f4f7;
  padding-top: 15px;
  color: black;
  font-weight: 500;
}

.sk-nieve-label {
  display: block;
  font-size: 11px;
  text-transform: none;
  margin-bottom: 4px;
}

.sk-nieve-range {
  font-size: 14px;
  font-weight: 500;
  color: #0b0bff;
}
.sk-nieve-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.sk-nieve-carousel::-webkit-scrollbar {
  display: none;
}
.sk-nieve-item {
  scroll-snap-align: start;
}
.sk-table-responsive {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.sk-table {
  border-spacing: 0;
  table-layout: auto;
}

.sk-table .col-altura,
.sk-table .row-title {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 99;
  background-color: #ffffff !important;
  border-right: 2px solid #333;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.sk-table thead tr:first-child th:first-child {
  position: sticky;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.sk-table td,
.sk-table th {
  white-space: nowrap;
}

.single-location form > .row > div {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.2);
  border-radius: 0;
  border-right: 1px solid #eee;
}

.single-location form > .row > div:first-child {
  border-radius: 5px 0 0 5px;
}

.single-location form > .row > div:last-child {
  border-radius: 0 5px 5px 0;
  border-right: none;
}

.sk-card-container,
.sk-nieve-item {
  scroll-snap-stop: always;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .search-result-page .search-form-wrapper .search-form .form-date-field {
    height: 82px !important;
  }
  .search-custom {
    width: 32% !important;
  }
}
@media (max-width: 1024px) {
  .sk-card-container,
  .sk-nieve-item {
    flex: 0 0 calc(50% - 12px);
    min-width: calc(50% - 12px);
  }
  .search-form.hotel-search-form
    .form-date-field
    .date-wrapper
    .check-in-wrapper {
    padding-left: 0px !important;
  }
}

@media (max-width: 600px) {
  .sk-prev {
    left: -12px;
  }

  .sk-next {
    right: -12px;
  }
  .sk-arrow {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border: none;
  }
  .sk-card-header {
    padding: 20px 20px 15px;
  }
  .sk-card-stats {
    padding: 20px 20px 15px;
  }
  .sk-card-container {
    flex: 0 0 98%;
    min-width: 98%;
  }
  .sk-next {
    right: 10px;
  }
  .sk-prev {
    left: 0px;
  }
  .sk-card-header h3 {
    font-size: 18px;
  }
  .sk-stat-row {
    padding: 5px 0;
  }

  .sk-icon,
  .sk-label,
  .sk-value {
    font-size: 13px;
  }

  .sk-nieve-title {
    font-size: 15px !important;
    font-weight: 700;
  }

  .sk-nieve-val-main {
    font-size: 13px;
  }

  .sk-nieve-label {
    font-size: 10px;
  }

  .sk-nieve-range {
    font-size: 13px;
  }

  .sk-nieve-logo {
    width: 30px;
    height: 30px;
  }

  .sk-nieve-header {
    margin-bottom: 12px;
  }

  .sk-nieve-stat-row {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .sk-tabs {
    gap: 10px;
  }
  .sk-tab {
    font-size: 11px;
    padding: 6px 12px;
  }
}
@media (max-width: 768px) {
  .sk-card-container {
    scroll-snap-stop: always;
  }
  .sk-carousel {
    gap: 16px;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .sk-card-container {
    box-sizing: border-box;
    flex: 0 0 100%;
    min-width: 100%;
  }

  .sk-nieve-card {
    padding: 15px;
    border-radius: 12px;
  }
}

@media (min-width: 768px) {
  #panel-menores {
    position: absolute;
    background: transparent;
  }

  .panel-content {
    width: 320px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .panel-menores {
    background: transparent;
  }

  .panel-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .search-result-page
    .search-form-wrapper
    .search-form
    .form-date-field
    .date-wrapper
    .check-in-wrapper {
    padding-left: 13px !important;
  }
  #panel-menores {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.4);
  }

  .panel-content {
    position: absolute;
    bottom: 0;
    width: 100%;

    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 20px;
  }

  .panel-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
  }

  .modal-transicion .modal-content {
    width: 100%;
  }

  .search-result-page
    .search-form-wrapper
    .search-form
    .form-date-field
    .date-wrapper
    .render {
    display: block !important;
  }

  .page-half-map .col-left .list-style .item-service {
    width: 100% !important;
  }
  .footer-first .media-body {
    text-align: center;
  }
}
