/*
Theme Name:     Traveler ChildSites
Description:    Traveler ChildSites
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

:root {
  --main-color: #0102f9;
  --primary-theme-color: #0102f9;
  --white: #ffffff;
  --border-color: #dddddd;
  --text: #5e6d77;
  --error: #df5334;
  --custom-border:#dae1e7;
  --grey: #333;
    --black: #000;
    --extra-color:#4c8bf7;
}

html:root {
  --main-color: #0102f9;
}
.open-child{
  overflow: visible!important;
}
.sts-room-wrapper .item {
    margin-top: 0px!important;
}

.sts-room-wrapper.list .item {
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  gap: 20px;
}
 
.btn-booknow {
  border: 1px solid var(--main-color);
  color: var(--white);
  background: var(--main-color);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
 .sts-room-wrapper.list .thumb,
.sts-room-wrapper.list .thumb * {
  padding: 0 !important;
  border: 0 !important;
}
.sts-room-wrapper.list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}
.sts-room-wrapper.list .item > .content {
 width: 58% !important;
    padding: 0 !important;
    align-self: center;
    margin-left: 10px;
}
body .alert-warning {
    color: var(--black);
    background-color: #4c8bf738;
    border-color: #4c8bf7;
}
.item.img-gallery{
  width: 500px;
  height: auto;
}
 .sts-room-wrapper .item .thumb .owl-nav button.owl-prev {
    height: 25px;
    margin: 0;
    width: 35px;
    top: 50%;
}
 .sts-room-wrapper .item .thumb .owl-nav button.owl-next {
    height: 25px;
    margin: 0;
    width: 35px;
    top: 50%;
}
.dropdown-pa select {
  margin-left: 10px;
  border: 1px solid var(--border-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
 
.dropdown-menu .item label {
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 2px;
  padding-left: 10px;
}

body .st-filter {
    z-index: 1!important;
}
.children-age .close-container {
    display: none;
    margin-top: 20px;
    text-align: center;
    width: max-content;
}
.span_age{
  width: 100%!important;
}
.dropdown-menu {
 
  left: auto;
  right: auto;
}
header .dropdown-menu {
  min-width: auto !important;
      margin-left: 0px !important;
}
 
.passenger {
  position: relative;
}

.children-age {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 12px;
  z-index: 9999;
width: max-content;
    left: -20px;
}

.children-age-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .content-text .text-center {
    height: auto;
}
.children-age-container li.item {
  display: none;
  align-items: center;
  width: max-content;
  gap: 10px;
  margin-bottom: 10px;
}
body .content-text .text-center {
    height: auto !important;
}

.children-age-container li.item:last-child {
  margin-bottom: 0;
}

.children-age-container label {
  color: var(--grey);
 
}
 

.children-age select {
  width: 100%;
}

 
.children-age .btn-close-guest-form {
  cursor: pointer;
  padding: 6px 12px;
  background: var(--main-color, #3b71fe);
  color:var(--white);
  border-radius: 4px;
  font-size: 14px;
}


.sts-check-available-form 
.field-passengers {
    position: relative;
}

.sts-check-available-form 
.children-age {
    position: absolute;
    top: 100%;          /* debajo de Pasajeros */
    left: 0;
    margin-top: 8px;
    width: 220px;
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
}


.sts-check-available-form .children-age .item label {
  color: var(--black);
}
.sts-popup-search-form,
.sts-popup-search-form .modal-content,
.sts-check-available-form {
    overflow: visible !important;
}

.vc_row[data-vc-full-width] {
  overflow: visible !important;
}
 
body .st-filter form.template-hotel-activity_submit .row-5 .col5.passenger {
  display: inline-flex !important;
  gap: 20px;
  place-content: center;
}


.btn-close-ski-form {
  background-color: var(--primary-theme-color);
  width: max-content;
  color: var(--white) !important;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}


 
.my-switch {
  position: relative;
  display: inline-block;
    width: 35px;
    height: 20px;
  vertical-align: middle;
}

.my-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.my-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--border-color);
  transition: 0.4s;
  border-radius: 34px;
  display: block !important;
}

.my-switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: var(--white);
  transition: 0.4s;
  border-radius: 50%;
}

.my-switch input:checked + .my-switch-slider {
  background-color: var(--primary-theme-color);
}

.my-switch input:checked + .my-switch-slider:before {
  transform: translateX(22px);
}

.my-switch-label {
     margin-left: 2px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
}
body .st-filter form.template-hotel-activity_submit .row-5 .col5 {
    padding: 25px!important;
}

.passenger {
    position: relative;
    display: inline-flex;
    gap: 30px;
}

.fa-angle-down:before {
  content: "\f107";
}
.space-he {
  height: 1px;
} 

.btn-booknow2 .spinner {
    display: none;
    margin-left: 8px;
}

.btn-booknow2.is-loading .spinner {
    display: inline-block;
}

.btn-booknow2.is-loading .btn-label {
    opacity: 0.6;
}

.btn-booknow2.is-loading {
    pointer-events: none;
}



.thumb-fixed {
  height: 360px;
  position: relative;
  overflow: hidden;
}

.thumb-fixed .owl-stage,
.thumb-fixed .owl-stage-outer,
.thumb-fixed .owl-item,
.thumb-fixed .item {
  height: 100%;
}

.thumb-fixed img {
  width: 100%;
  object-fit: cover;
  display: block;
}

 
.price_detail span {
  font-size: 20px;
  color: var(--primary-theme-color);
}
.sts-room-wrapper .item .content .action {
  margin-top: 0px !important;
}
.action_price .text {
  font-size: 16px;
  color: var(--text);
  line-height: 26px;
}
.action_price {
  margin-right: 30px;
      line-height: 20px;
}
.sts-room-wrapper .item .content .action .btn {
  border-color: var(--primary-theme-color);
  background: var(--primary-theme-color);
   color: #fff!important;
}
 
.sts-check-available-form
  .st-room-check-available
  .sts-form-wrapper
  .item
  .item-search-content
  .st-number
  .num {
  color: var(--white) !important;
  min-width: 40px !important;
  font-size: 30px !important;
}
.sts-check-available-form
  .st-room-check-available
  .sts-form-wrapper
  .item
  .value {
  color: var(--white) !important;
  min-width: 60px !important;
  font-size: 30px !important;
}

 
.sts-check-available-form .st-room-check-available .sts-form-wrapper .item {
 
    overflow: visible!important;
}
.sts-check-available-form .children-age {
    position: absolute;
    top: 100%;          
    left: 0;
    margin-top: 8px;
    width: 220px;       
    background-color: var(--white);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    border-radius: 6px;
    z-index: 9999;
}

.sts-check-available-form .st-room-check-available .sts-form-wrapper .item {
  min-width: auto !important;
  display: block;
}

.extra-form-items-popup span {
  display: inline-block;
  color: var(--white);
  padding: 5px;
}
.subtotal-label {
  color: var(--link-color, #1a2b48) !important;
  font-size: 100%;
  padding: 0;
  text-align: left;
  width: 60%;
  font-weight: 450;
}
#field-st_phone {
  border: 1px solid var(--custom-border) ;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 30px;
}
.st-checkout-page .check-out-form .form-group label {
  width: 100%;
}
.st-checkout-page .check-out-form .iti {
  width: -webkit-fill-available;
}
.st-checkout-page .check-out-form .form-group .form-control.error {
  border-color: var(--error); !important;
}
#field-st_phone {
  margin-bottom: 30px !important;
  padding-bottom: 10px;
}
#field-st_email {
  margin-bottom: 30px;
}
body .st-checkout-page .check-out-form .col-6 {
  padding-right: 15px;
}
.error-message-checkout {
  color: var(--error);

}
.sts-banner {
    margin-bottom: 20px!important;
}
.st-checkout-page .booking-success-notice {
    margin-bottom: 20px!important;
}
.error-message-check {
  color: var(--error);
  display: block !important;
}
.error-message-check-full {
  background:var(--error);
  color: var(--white);
  padding: 8px;
  width: max-content;
  display: block;
}
input#phone.iti__tel-input.error-check {
  border-color: var(--error)!important;
}

.wpcf7-not-valid {
  border-color: var(--error)!important;
  background-color: #ffffff;
}

.error-message-email {
  color:var(--error);
}
.error-check {
  border-color: var(--error)!important;
}
body .st-checkout-page .iti__selected-country {
  height: 40px;
  padding-left: 10px;
}

#demo-form > i {
  display: none;
}
#demo-form.loading > i {
  display: contents !important;
}

.st-checkout-page .btn-checkout {

    background: var(--main-color)!important;
 
}
.notice_pending_success {
    display: block;
    background-color: #e0f7fa;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    margin-top: 40px;
    border: 1px solid #bbedf3;
}
 
.btn.btn-primary {
    background-color: #0b0bff;
    color: white;
}
.st-checkout-page .info-form {
    border: 0px !important; 
    border-radius: 0px!important; 
    padding: 0px!important; 
}
.st-checkout-page .info-form ul li span.label {
    font-weight: 600!important;
}
 
.st-checkout-page .info-form ul li {
    padding-bottom: 8px!important;
}
.st-checkout-page .cart-info {
    background: #e3e3e3;
}

.st-checkout-page .cart-info .service-section {
    padding: 30px;
    border-bottom: 1px solid #EAEEF3;
    display: flex;
    justify-content: space-between;
}
.st-checkout-page h3.title,  .st-checkout-page h3.title a{
    color: #0b0bff !important;
    padding-bottom: 10px;
}
.message_important {
    padding-top: 20px;
    font-size: 1.2rem;
    color: #5e6d77;
}
#cc-form .st-icheck-item {
    font-size: 14px;
}
.payment-title-detail {
    min-width: 140px;
    display: inline-block;
    color: #1a2b48;
    font-weight: 500;
    min-height: auto;
    display: flex;
    align-items: center;
}
.st-checkout-page .check-out-form .form-group input {
    height: 40px;
}
.st-checkout-page .check-out-form .form-group .form-control {
    margin-bottom: 0px!important;
}
.icon-checkout {
    color: red;
    font-size: 14px;
    margin-right: 10px;
}
 .st-checkout-page .cart-info .service-section .service-left .address {
    color: var(--grey-color, #5E6D77);
    margin-bottom: 0px;
}
.st-checkout-page .cart-info .info-section ul li span.value {
    width: auto!important;
}

  .validation-guest, .validation-date {
    position: absolute;
    bottom: 1px;
    width: max-content;
    font-size: 12px;
    background-color:var(--error); 
    color: var(--white);
    padding: 3px 5px;
    margin-left: -20px;
      display: none;
} 
 
.st-room-check-available .validation-guest, .validation-date {
    bottom: auto;
    width: auto;
    margin-top: 10px;
}
body #main-content .container .row div .item-table .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-tb .st-item .padd-on .content-text h2 {
     align-content: center!important;
    height: 50px;
}
body .content-text .text-center {
 
    height: 30px;
}
 
  

 
 .sts-form-wrapper .item.sts-time {
    width: 110px !important;
}
 

.sts-form-wrapper .item.passenger {
    width: 210px !important;
}

.sts-form-wrapper .item.advance-search {
    width: 210px !important;
}

 
 

  
#sts-search-popup div.adult.children{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .passenger-search {
    display: flex;
    position: relative;
    place-content: center;
    gap: 30px;
}
.label-with-arrow {
    position: relative;
    padding-right: 15px!important;
    white-space: nowrap;
}

.label-with-arrow .toggle-pa {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
}
 
.dropdown-ski ul li {
    display: flex!important;
    width: 100%;
padding: 10px;

}
.dropdown-ski ul li > span{
    color: var(--grey);
    font-size: 14px;
    width: 100px;
}


.dropdown-ski .dropdown-menu{
    margin-top: 10px;
    border-radius: 5px;

}

.sts-check-available-form .st-room-check-available .sts-form-wrapper .item.ski-detail{
    width: 100% !important;
 
}

 
.dropdown-menu .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
 
 .dropdown-ski .close-container{
    width: 100%;
}
.children-age select {
 
    width: 80px;
}

.sts-room-item {
    transition: opacity .2s ease;
    margin-bottom: 20px;
}

.sts-room-item.is-hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.st-load-more-wrapper {
    text-align: center;
    margin: 30px 0;
}

.st-load-more-rooms {
    padding: 10px 24px;
    cursor: pointer;
}

.st-load-more-rooms.loading {
    opacity: .7;
    pointer-events: none;
}
.sts-room-item.is-hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
 

.skiala-nav a {
    margin-left: 16px;
    font-size: 14px;
    color: #222;
    text-decoration: none;
}

 
 
body header .header-content .control-left .option-item .logo a img {
 
    width: auto!important;
 
}  

body header .header-content .control-left {
  width: 80%;
}
 
 
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #f8f8f8;
    background: #0606b9;
    color: white;
    margin-top: -15px;
    width: max-content;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
}
body .content-text h2.style-3 {
 
    text-align: left!important;
}
body .st-contact {
    font-size: 18px!important;
    padding-bottom: 10px;
}
 .contact-header{
  text-align: left;
 }
 
.iti {
    display: block;
    width: 100%!important;
}
body .content-text h2.style-4 {
    font-family: sans-serif;
    margin-bottom: 5px!important;
}
#contact-form .iti input {
    width: 100%;
    box-sizing: border-box;
}
.address{
  text-align: left;
}
/* body .content-text .box__separator {
    margin: 0px 0px 25px 0px !important;
} */
#skiala-subheader {
    transition: 
        transform .3s ease,
        opacity .3s ease,
        height .3s ease,
        margin .3s ease,
        padding .3s ease;
    overflow: hidden;
}

#skiala-subheader.hide-subheader {
    transform: translateY(-100%);
    opacity: 0;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.dropdown-floating {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    border-radius: 8px;
    pointer-events: auto;
}
.dropdown-menu.dropdown-floating{
  min-width: 100px!important;
}
 .close-container-ski{
    padding: 10px;
    text-align: center;}
/* sombra */
body header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 12px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.18),
        rgba(0,0,0,0)
    );
    opacity: 0;
    transition: opacity .3s ease;
}

/* cuando está sticky */
body header.sticky::after {
    opacity: 1;
}

/* Fix logo tema Traveler */
body header .header-content 
.control-left .option-item .logo a img {
    width: auto !important;
}



/* TEXTO DEL MENÚ */
#header-style-3 .nav > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
}
#header-style-3 .nav > li > a {
  letter-spacing: 0.2px;
}
#header-style-3 .logo img {
  max-height: 42px;
}


#skiala-subheader {
    position: relative;
  z-index: 100;
  color: var(--black);
  font-size: 12px;
  line-height: 1;
  padding: 8px 0;
  width: 100%;
      display: flex;
}

#skiala-subheader .control-left,
#skiala-subheader .control-right {
 display: flex;
    align-items: center;
    width: 50%;
 
}
#skiala-subheader .container{
    display: flex;
}

 #skiala-subheader .control-right {
 
    justify-content: flex-end;
}
 #skiala-subheader .control-left {
 
    justify-content: flex-start;
}
body header .header-content .control-right {
    padding-right: 0px!important;
}

#skiala-subheader .option-item::before {
    display: none!important;
}
body header .header-content .control-right .option-item.st-check-lang::after {

    bottom: 10px!important;

}
body header .header-content .control-left .option-item .logo {
    padding: 0px 40px 0px 0px!important;
}

.option-item-submenu{
      display: flex;
    gap: 10px;
    align-items: center;
}

.control-right .option-item-submenu {
    gap: 30px;
}
 
#skiala-subheader .skiala-logo img {
       /* filter: brightness(0) invert(1); */
    height: 20px;
    margin-top: 0px;
    padding-top: 0px;
 
}

#skiala-subheader .skiala-context {
  opacity: 0.9;
}

#skiala-subheader .location-phone {
  display: flex;
  align-items: center;
  gap: 6px;
}

 .nav.et_disable_top_tier > li a:hover{
    color:var(--main-color)!important;
  }


#skiala-subheader a:hover {
  opacity: 0.85;
}


body header .header-content {
    min-height: 60px!important;
}
#header a.btn.btn-white.sts-popup{
  color: var(--white) !important;
}
/* separador visual opcional */
#skiala-subheader .option-item::before {
    content: "";
    display: inline-flex;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .3);
    margin-right: 14px;
    align-self: center;
}

    body .st-filter form.template-hotel-activity_submit .row-5 .col6 {
        place-items: center;
    }
 

 

body header {
 background-color: var(--white)!important;

}
    
    body .dropdown-currency > a {
    color: var(--black)!important;
    font-size: 12px!important;
}

body header .header-content .control-right .option-item .option-mid.book-your-tay a {
    color:var(--white)!important;
    background: var(--main-color)!important;
}


body .st-filter {
    bottom: 45%!important;
}
body{
    font-family: 'Poppins'!important;
}
 
body header .header-content .control-left .option-item .logo a img {
    height: 50px!important;
   
}
.st-checkout-page .payment-form .payment-item .dropdown-menu {
    margin-left: 5px !important;
}
 

.input-submit-wrapper {
  display: flex;
  align-items: center;
}

.custom-email-field {
  margin-right: 10px;
  flex-grow: 1;
}

.email-newsletter {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 55px !important;
  line-height: 53px !important;
  font-size: 14px !important;
  box-shadow: none;
  border-color: #d7dce3;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.f24 {
    font-size: 24px !important;
}
.custom-submit-button .wpcf7-submit {
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  line-height: 55px;
  color: #fff;
  background: var(--main-color, #5191fa);
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  border: none;
  cursor: pointer;
}

.newsletter-submit:hover {
  background-color: var(--main-color, #5191fa);
}

.distance-table-wrapper {
    margin: 30px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    overflow: hidden;
}

.distance-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #5e6d77;
}

.distance-table thead {
    background: #f7f8fa;
}

.distance-table th {
    text-align: left;
    padding: 14px 18px;
    font-weight: 600;
    color: #1a2b48;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.distance-table td {
    padding: 16px 18px;
    border-top: 1px solid #eee;
    vertical-align: middle;
}

.distance-table tbody tr:hover {
    background: #fafafa;
}

.distance-table td:nth-child(2) {
    font-weight: 600;
    color: var(--main-color);
}

.distance-table a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    background: #dddddd;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.distance-table a:hover {
    background: var(--main-color);
    color: #fff!important;
}
a.glink span {
    font-size: 12px!important;
}


.sts-room-item .item {
  display: flex;
  background: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.sts-room-item .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.sts-room-item .thumb {
  width: 45%;
  overflow: hidden;
}

.sts-room-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sts-room-item .content {
  display: flex;
  flex-direction: column;
}
.sts-room-item .max_discount {
    background: #ff5a1f;
    color: var(--white) !important;
    padding: 6px 20px;
    border-radius: 9px;
    font-size: 14px !important;
    font-weight: 700;
    display: inline-block;

}
.sts-room-wrapper .item .content .price {
    margin-bottom: 10px!important;
}
.sts-room-wrapper .item .content h2.title {
    margin-bottom: 15px!important;
    font-size:25px!important;
}

.sts-room-item .title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px;
}
 
.sts-room-wrapper .item .content .desc {
    font-size: 14px!important;
    color: var(--grey-color, #5E6D77);
    line-height: 20px!important;;
}
.sts-room-wrapper .item .content .facility {
    margin-top: 0px!important;
}
 
.sts-room-item .desc {
margin-top: 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

.sts-room-item .desc strong {
  font-weight: 600;
}
.sts-room-item .facility ul {
  padding: 0;
  margin: 10px 0;
  display: flex;
}

.text-before{
      display: flex;
    align-items: anchor-center;
    font-size: 16px;
    font-weight: 500;
    gap: 5px;

}
.price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
      margin-top: 40px;
}
 
.action_price .text {
  color: #888;
      font-size: 16px;
    font-weight: 500;
}
.sts-room-wrapper.list .owl-stage {
  display: flex;
}

 
 .sts-room-wrapper.list .thumb .owl-carousel,
.sts-room-wrapper.list .thumb .owl-stage-outer,
.sts-room-wrapper.list .thumb .owl-stage,
.sts-room-wrapper.list .thumb .owl-item,
.sts-room-wrapper.list .thumb .owl-item .item {
  height: 100%;
}
.sts-room-wrapper.list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.price_detail span {
    font-size: 25px;
    font-weight: 600;
    color: #1e40ff !important;
    display: block;
}
.sts-room-item .item {
  position: relative;
}

.sts-room-item .thumb {
  position: relative;
  overflow: hidden;
}

.sts-room-item .content h4 {
    background:  var(--extra-color);
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: capitalize;
    width: fit-content;
}
 
.extras{
  display: inline-flex;
  gap:7px;
}
.sts-room-item .btn-booknow2 {
    font-size: 15px !important;
    padding: 8px 30px !important;
    border-radius: 3px;
    background: var(--main-color) !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
     transition: background .2s ease, transform .2s ease;
}
.sts-room-item .btn-booknow2:hover {
  background: #1634cc !important;
  transform: translateY(-1px);
}


#skiala-subheader .dropdown-menu {
  min-width: 50px !important;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  margin-left: 0 !important;
}

#sts-search-popup .children-age ul li {
  width: 100% !important;
}
 
 
body .st-filter form.template-hotel-activity_submit .row-5 .col5:last-child {
    padding: 0px !important;
}
.sts-room-wrapper.list .item .content .desc {
        display: block!important;
    }

        .sts-toolbar.search_page .item-param {
 
        align-items: anchor-center;
    }
    .sts-toolbar.search_page {
    background: #f9f9f9;
}
/* =====================================================
   MOBILE MUY CHICO (≤ 400px)
===================================================== */
@media (max-width: 575px) {
    .sts-check-available-form .st-room-check-available .sts-form-wrapper .item {
        width: 50% !important;
    }
  
 
    .sts-check-available-form .st-room-check-available .sts-form-wrapper {
       width: 100% !important;
   
}}
@media (max-width: 400px) {
  .my-switch-label {
    font-size: 1rem !important;
  }
}

/* =====================================================
   MOBILE (≤ 480px)
===================================================== */

@media (max-width: 480px) {

 
    .sts-check-available-form .st-room-check-available .sts-form-wrapper .item.passenger {
        width: 100%!important;
    }
     .sts-check-available-form .st-room-check-available .sts-form-wrapper .item.advance-search {
        width: 100%!important;
    }
  body .st-filter form.template-hotel-activity_submit .row-5 .col5.passenger {
  width: 100%;
  }
   body .st-filter form.template-hotel-activity_submit .row-5 .col5.advance-search{
  width: 100%;
  }
body .st-filter form.template-hotel-activity_submit .row-5 .col5 {
    padding: 10px !important;
}
  .my-switch-label {
    font-size: 1.4rem !important;
  }

  #skiala-subheader {
    flex-wrap: wrap;
    gap: 6px;
  }

  .control-left,
  .control-right {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
 
/* =====================================================
   TABLET & MOBILE GRANDE (≤ 768px)
===================================================== */

@media (max-width: 768px) {
  .sts-room-wrapper.list .item > .content {
    width: 100% !important;
    margin-left: 0px;   
     padding: 10px !important;
}
  .sts-toolbar.search_page .item-param {
    font-size: 14px!important;
      display: flex;
}
 .sts-toolbar.search_page .item-param .label {
       font-size: 14px!important;
}
 .footer-first .media-body {
      
        padding-bottom: 20px;
    }
    .custom-submit-button .wpcf7-submit {
    margin-right: 10px;
}
  #skiala-subheader {
    padding: 10px 4px;
    background: #efefef;
  }

  #skiala-subheader .container {
    width: 100%;
  }

  .skiala-context {
    font-size: 12px;
  }

  #skiala-subheader .control-left {
    width: 80%;
  }

  #skiala-subheader .control-right {
    width: 20%;
  }

  .skiala-logo img {
    height: 18px !important;
  }

  /* Tabla responsive */
  .distance-table thead {
    display: none;
  }

  .distance-table,
  .distance-table tbody,
  .distance-table tr,
  .distance-table td {
    display: block;
    width: 100%;
  }

  .distance-table tr {
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .distance-table td {
    padding: 10px 16px;
    border: none;
  }

  .distance-table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    color: #1a2b48;
    font-size: 13px;
  }

  /* Rooms */
  .sts-room-item .item {
    flex-direction: column;
  }

  .sts-room-item .thumb,
  .sts-room-item .content {
    width: 100%;
  }

  .price-wrapper {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
}

/* =====================================================
   TABLET (768px – 1024px)
===================================================== */

@media (min-width: 768px) and (max-width: 1024px) {

  .my-switch-label {
    font-size: 1.3rem !important;
  }

  .span_age {
    width: 130px;
  }

  .close-container {
    display: flex;
  }

  .dropdown-menu {
    margin-left: -30px !important;
  }

  body .st-filter {
    font-size: 1.3rem !important;
  }

  body .st-filter form.template-hotel-activity_submit .row-5 {
    width: 100% !important;
    min-width: 750px;
  }


  

  body .st-filter form.template-hotel-activity_submit .choose-date label,
  body .st-filter .type-person span,
  body .st-filter .month-year span {
    font-size: 1.3rem !important;
  }

 
}
 
/* =====================================================
   DESKTOP (≥ 992px)
===================================================== */

@media (min-width: 992px) {

  #booking-detail {
    position: sticky !important;
    top: 100px !important;
    z-index: 999 !important;
    background: var(--white) !important;
    overflow: hidden;
  }

  .tb_cart_customer {
    margin-top: 20px !important;
  }

  .notice_pending_success {
    margin-top: -50px !important;
  }

  .st-checkout-page .cart-info .total-section {
    padding: 10px 30px !important;
  }
}

/* =====================================================
   DESKTOP GRANDE (≥ 1200px)
===================================================== */

@media (min-width: 1200px) {
.nav.et_disable_top_tier > li a {
        font-size: 14px;
        padding: 8px 20px !important;
        color: var(--grey) !important;
}
  body header .control-left .content-menu {
    align-items: flex-end !important;
  }

  
 }
  @media (min-width: 767px) {

  .advance-search{
    min-width: 27%;
  }
  .search-btn{
    width: 15%;
  }
  body .st-filter form.template-hotel-activity_submit .row-5 .col5:last-child {
    width: 15%;
}
body .st-filter form.template-hotel-activity_submit .row-5 .col5 .control .btn {
    padding: 64px 10px!important;
}
body .st-filter form.template-hotel-activity_submit .row-5 .col5.passenger {
    width: 25%!important;
 
}
body .st-filter form.template-hotel-activity_submit .row-5 .col5{
     width: 16% !important;

}

}
 
@media (min-width: 768px) and (max-width: 1200px) {
      .nav.et_disable_top_tier > li a {
        font-size: 12px;
        padding: 8px !important;
        color: var(--grey) !important;
}
 
    body .filter-search form.template-hotel-activity_submit .row-5 {
        margin-top: 50px;
    }}
@media (max-width: 1199px) {
    .sts-room-wrapper.list .item .content .action {
        position: relative!important;
        bottom: 0!important;
    }
}