/* CSS Header y Navegación -  */
body,
ul.avail_dates li.redcolor {background-color: rgb(255 255 255);}
.filtering-message { animation: fadeIn 0.3s ease-in-out;}
.center-content {  left: 50%; transform: translate(-50%, 0);}
.adapted-filter-message {  animation: slideIn 0.5s ease-in-out;    border-left: 5px solid var(--bs-success);}
.fade-out {  opacity: 0;  transition: opacity 0.5s ease-in-out;}
.shadow-1 { box-shadow: 0 .25rem 1.1rem rgba(0, 0, 0, .075) !important;}
.list-wrapper {
    display: flex;
    flex-wrap: wrap;  
    width: 100%;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
 }
.panel-left {
  width: 25%;
  padding-right: 15px;
  transition: all 0.4s ease-in-out;
  display: block;
}
.panel-right {
  width: 75%;
  transition: width 0.4s ease-in-out;
}
.get-list.active{
   background-color: var(--blue-color);
   border: unset;
   height: 42px;
}
.get-list:NOT(.active){ background-color: #fff;  border: 1px solid #eee;}
select#sort,
select#map-poi-filter,
select#map-price-filter,
select#map-category-filter { height: 42px;}
.blue-white-hover:hover{color:#fff!important;}

@media (max-width: 991px) {
  .list-wrapper {
    flex-direction: column;
  }
  .panel-left {
    width: 100%;
    order: 1; /* Coloca el panel izquierdo arriba */
    margin-bottom: 1.5rem;
    padding-right: 0;
    animation: slideDown 0.3s ease-in-out;
    display: none;
  }
  .panel-left.show {
     display: block;
   }
  .panel-right {
    width: 100%;
    order: 2; /* Coloca el panel derecho abajo */
  }
  .lg-controls {
     display: flex !important;
   }
   
   .lg-view-container {
     flex: 2;
     display: flex;
   }
   .lg-hamburger-container {
     flex: 1;
     display: flex;
     justify-content: flex-end;
   }
   .lg-view-container .view-toggle {
     width: 100%;
     display: flex;
   }
   .lg-view-container .view-toggle .btn {
     flex: 1;
   }

   #js-hamburger-panel {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 8px;
     height: 42px;
   }
}
@media (max-width: 767.98px) {
   .activity-filters-container {
     background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 1.5rem;
        padding: 1rem;
   }

   .results-count {
     margin-bottom: 12px !important;
     font-size: 1rem !important;
   }

   .mobile-controls {
     border-top: 1px solid #f1f5f9;
     padding-top: 12px;
     margin-top: 4px;
   }

   .view-toggle {
     flex: 1;
   }

   .sort-dropdown-mobile {
     margin-top: 12px;
   }

   .view-toggle .btn {
     flex: 1;
     padding: 6px 8px;
   }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 981px) {
  .panel-left {
    animation: slideRight 0.3s ease-in-out;
  }
}
.ph-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
}
@keyframes slideIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.btn-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    margin: 0 auto;
    height: 38px;
}
.custom-accordion .show-more {
    color: #333;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    line-height: 1rem;
    text-transform: lowercase;
   /* background-color: var(--base-blue);*/
}
button#points-interest-reset-btn {
    background-color: var(--blue-color);
    color: #fff;
}
.custom-accordion .show-more:hover {
   text-decoration: none;
   background-color: var(--base-blue-hover);
   color: #fff;
}
.custom-accordion .show-more .bi {
  transition: transform 0.3s ease;
}
.custom-accordion .show-more.active .bi {
  transform: rotate(180deg);
}
.gray-dark-color{color: var(--gray-dark-color);}

.ochenta_per {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
a.wrapper-rigth-secction-href {
display:flex; 
   text-decoration:none; 
   max-height:233px;
}
#grid_grid .product-header,
.pt-0 {
padding-top: 0 !important;
}
.fl {
float: left;
}
.wishlist-icon .wishAction.removeToWish .icon {
width: 24px;
   height: 24px;
   z-index: 9999;
   align-self: center;
   display: inline-flex;
   flex-shrink: 0;
   background-position: 0 0;
}
.wishlist-icon .wishAction.addToWish .icon {
background-position: -26px 0;
   width: 24px;
   height: 24px;
   z-index: 9999;
   align-self: center;
   display: inline-flex;
   flex-shrink: 0;
}
.wishBar .wishedItem,
.wishBar .wishedItem:first-child {
align-items: center;
   min-height: 115px;
   position: relative;
   display: flex;
}
.navigation__list-item .item-trigger:active:after,
.navigation__list-item .item-trigger:focus:after,
.navigation__list-item .item-trigger:hover:after {
width: 90%;
    background-color: var(--blue-color);
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
   transition: width 0.1s ease-in;
   will-change: width;
}
.grid-card-feature,
.tool-items a.tool-item:hover,
.wishAction.addToWish:hover {
text-decoration: none;
}
.wishAction.addToWish:hover span.icon {
color: rgb(255 0 0);
   font-weight: 600;
}
.wishBar .wishedItem:first-child {
margin-right: 0;
   padding-left: 0;
   border-width: 0;
   justify-content: center;
}
.wishBar .wishedItem {
float: left;
    margin-right: 5px;
    min-width: 150px;
    padding: 2px 0 2px 10px;
    margin-left: 5px;
    border-left: 1px solid rgb(153 153 153);
   justify-content: center;
}
.wishBar .wishedItem p {
padding: 5px 0;
   font-size: 12px;
   text-align: center;
   float: left;
   position: absolute;
   bottom: -4px;
   width: 140px;
   overflow: hidden;
   text-overflow: ellipsis;
}
.panel-rigth,
a.change-list.active i {
padding-left: 0;
}
.panel-rigth {
flex: 0 0 75%;
   padding-right: 0;
   max-width: 73%;
}
#datacouter-resumen {
padding: 0 10px;
    font-weight: 300;
    color: rgb(153 153 153);
   font-size: 22px;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 51px;
   float: left;
}
span.badge.avail_dates {
    width: 30px;
    height: 30px;
    font-weight: 600;
     display: flex;
    flex-direction: row;      
    justify-content: center;  
    align-items: center;
}
.bg-notactive {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0 / 20%);
    text-transform: uppercase;
}
.bg-disponible {
    border: 1px solid #0093d1;
    color: #0093d1;
    text-transform: uppercase;
}
.e-list.filters_listing,
.zonas-list {
display: flex;
   justify-content: center;
   align-items: center;
}
a.change-grid.active,
a.change-list.active {
color: var(--blue-color);
}
.product-grid-view.nav-filter.hidden-xs {
position: relative;
   float: left;
}
.reviews-content i {
/*width: 100%;*/
/*   text-align: center;*/
 /*  font-size: 22px !important;*/
}
.wishlist-icon-heart.selected {
border: 1px solid rgb(255 255 255);
}
.wishlist-icon-heart .hicon-heart3:before {
content: "\eadf";
   position: absolute;
   left: 0;
   right: 0;
   top: 25%;
}
.modal.copyModal.show .modal-content .modal-header {
padding: 0.1rem 0;
}
span.material-icons.share:before {
color: rgb(255 255 255);
   content: "\e80d";
   padding-top: 3px;
   display: flex;
}
span.material-icons.colorBlue.share {
width: 35px;
}
span.material-icons.colorBlue.share:before {
color: var(--blue-color) !important;
   width: 100%;
}
h5#exampleModalCenterTitle {
display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
}
.product-price-grid:before {
content: "";
    border-radius: 200px 0 0 200px;
    -moz-border-radius: 200px 0 0 200px;
    -webkit-border-radius: 200px 0px 0px 200px;
    border: 0 solid rgb(0 0 0);
    background-color: rgb(0 0 0 / 0%);
   width: 48px;
   display: block;
   position: absolute;
   right: -30px;
   top: 36%;
   vertical-align: middle;
}
.text-center {
text-align: center !important;
}
.product-price-grid .price-data {
font-size: 24px;
    color: var(--blue-color);
   line-height: 36px;
   padding: 0;
   width: 100%;
   text-align: center;
   float: right;
}
.product-price-grid .price-data strong {
font-size: 44px;
}
ul.avail_dates li.redcolor {
border-bottom: 2px solid rgb(247 7 89);
    border-top: 2px solid rgb(247 7 89);
    color: rgb(111 4 4);
}
#list_grid .view-category-list.list-content .inner-rigth-wrapper .ps-btn {
display: table;
   padding: 8px 22px;
   width: 80%;
}
.ps-product span.ps-product__price.sale.info {
font-size: 15px;
    text-align: right;
    float: right;
    padding-left: 10px;
    color: rgb(68 68 68) !important;
}
.ps-product span.ps-product__price.sale.info.discount {
font-size: 15px;
    text-align: right;
    float: right;
    width: auto;
    padding-left: 10px;
    color: rgb(68 68 68) !important;
}
div.btnwrapper small.fr {
position: absolute;
   right: 0;
   display: inline-block;
}
.categoria-page.flexslider ol.flex-control-nav.flex-control-paging {
display: none !important;
}
.categoria-page .flex-direction-nav a:before {
font-family: flexslider-icon;
   font-size: 30px;
}
.categoria-page.flexslider .slides img {
min-width: 332px;
   min-height: 249px;
}
.categoria-page.flexslider .flex-control-nav {
width: 100%;
   bottom: 0;
   overflow: hidden;
}
.categoria-page.flexslider .flex-viewport {
position: fixed;
   width: 332px;
   height: 249px;
}
.categoria-page.flexslider .slides,
.categoria-page.flexslider .slides > li {
height: 249px;
   width: 332px;
}
.categoria-page.flexslider .slides > li {
background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}
#grid_grid .product-grid-view .flex-control-nav,
.filters-applied,
.no-js img.lazyload,
.product-header-top,
.search-toolbar-filters {
display: none;
}
.center-line-panel.active,
.center-line.active,
.lazyload,
.lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
   transition: opacity 0.3s;
}
.grid-card .grid-card-price .ps-btn,
.view-category-list.list-content .inner-rigth-wrapper .ps-btn {
font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    text-align: center;
    padding: 5px 22px;
    line-height: 24px;
    display: table;
    border: 1px solid var(--blue-color);
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    color: rgb(255 255 255) !important;
    background-color: var(--blue-color);
   font-family: Roboto;
   position: relative;
   justify-content: center;
   align-items: center;
   width: 50%;
   margin: 0 auto;
}
.icon-button,
.sort-dropdown-selected {
position: relative;
    padding: 0.78125vw 4.6875vw 0.78125vw 3.125vw;
    border-radius: 8px;
    background-color: rgb(255 255 255);
}
.icon-menu-button-group .v_inner {
display: flex;
   height: 32px;
   line-height: 30px;
}
.sort-dropdown-selected {
color: rgb(51 51 51);
}
.sort-dropdown-selected:after,
.sort-dropdown-selected:before {
font-family: civ-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\E901";
    color: rgb(102 102 102);
   position: absolute;
   right: 10px;
   font-size: 4px;
}
.sort-dropdown-selected:before {
transform: scaleY(-1);
   top: 10px;
}
.sort-dropdown-selected:after {
bottom: 10px;
}
#grid_grid .product-grid-view .flex-direction-nav a:before {
font-size: 32px;
}
#grid_grid .product-grid-view .flex-direction-nav .flex-next,
#list_grid .flex-direction-nav .flex-next {
right: 14px;
   text-align: center;
   opacity: 1;
   border-radius: 50%;
}
#grid_grid .flex-direction-nav .flex-prev,
#list_grid .flex-direction-nav .flex-prev {
left: 22px;
   border-radius: 50%;
   text-align: center;
}
#grid_grid .grid-card-category,
.grid-card-category {
right: 5px;
    background: rgb(28 26 26 / 20%);
    color: rgb(255 255 255);
   padding: 0.499rem;
   position: absolute;
}
.grid-card .wishlist-icon-heart,
.wishlist-icon-heart {
border-radius: 50%;
   font-size: 25px !important;
   text-align: center;
   display: block;
}
.wishlist-icon-heart {
height: 25px;
    width: 30px;
    color: rgb(255 255 255);
}
.grid-card .wishlist-icon-heart {
height: 25px;
    width: 30px;
    color: rgb(252 252 252);
}
.grid-card a.activity-link {
flex-direction: column;
   height: 100%;
   display: block;
   transition: 0.6s;
   border-radius: 0;
   text-decoration: none;
   position: relative;
}
#grid_grid .grid-card-category {
display: flex;
   bottom: 0;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   top: unset;
   z-index: 2;
}
#grid_grid .grid-card-category-label {
display: block;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   top: 2px;
}
#grid_grid .grid-card-category-label i.icon {
font-size: 25px;
}
#grid_grid .grid-card-like {
display: flex;
   background: unset;
   font-size: 22px;
   top: 0;
}
#grid_grid span.tooltipElgrig.tooltipstered,
span.tooltipEl {
color: var(--orange-color);
   text-align: left;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   width: 100%;
   position: relative;
   height: 22px;
}
#grid_grid ul.slides,
#grid_grid ul.slides li,
div.share.settings-button .material-icons.share {
width: 100%;
   height: 100%;
}
#grid_grid ul.avail_dates li {
line-height: 26px;
   font-size: 0.875rem;
}
#grid_grid ul.avail_dates li.greencolor {
border-bottom: 2px solid var(--blue-color);
    color: var(--blue-color);
   border-radius: 0;
   border-top: unset;
}
.grid-card .mrating-text {
color: rgb(51 51 51);
   font-size: 13px;
   white-space: nowrap;
   position: relative;
   top: 1px;
}
.grid .text-rating-total {
white-space: nowrap;
   font-size: 13px;
   margin-left: 5px;
}
.discounter-label,
.product-header.grid .discount-wrapper {
text-align: center;
    width: 50px;
    color: rgb(255 255 255);
   font-size: 14px;
}
.product-header.grid .discount-wrapper {
position: absolute;
    top: 25px;
    background-color: var(--orange-color);
   right: -11px;
   height: 25px;
   padding-top: 2px;
}
.tool-container,
.tool-items {
padding: 5px;
    height: 50px !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
}
button.filter-item-button.btn {
text-align: center;
    color: rgb(117 117 117) !important;
    background-color: rgb(255 255 255);
    padding: 0.4vw 0.75vw;
    border-radius: 5rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 1vw;
    outline: 0;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    box-sizing: border-box;
    margin: 4px;
    align-items: center;
    display: inline-flex;
    font-weight: 400;
    line-height: 1.25rem;
    height: 35px;
    border: 1px solid rgb(202 202 202);
}
button.filter-item-button.btn span {
white-space: nowrap;
}
button.filter-item-button.btn:focus {
outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(196 200 206 / 25%);
}
button.filter-item-button.btn span.remove {
float: right;
   position: relative;
   right: 0;
   width: 20px;
   margin-left: 10px;
}
button.filter-item-button.btn:hover {
background-color: rgb(152 152 152 / 8%);
}
.sortx-dropdown
   .select2-container--default
   .select2-results
   > .select2-results__options {
max-height: 320px;
   overflow-y: auto;
}
button#js-hamburger-panel.hamburger-panel {
position: relative;
    margin-left: auto;
    width: 45px;
    height: 35px;
    z-index: 25;
    background-color: rgb(0 0 0 / 0%);
   border: unset;
}
button#js-hamburger-panel.hamburger-panel span {
position: absolute;
   left: 0;
   background-color: #fff;
   width: inherit;
   height: 5px;
   transition: transform 0.5s, opacity 0.5s;
}
span.center-line {
top: 15px;
}
.top-line.active {
transform: translateY(15px) rotate(45deg);
}
.bottom-line.active {
transform: translateY(-15px) rotate(-45deg);
}
.places__interest.is-render ul li {
display: inline-block;
   width: 100%;
   height: auto;
   overflow: hidden;
}
.places__interest .summary {
background-color: rgb(248 249 250);
}
.places__interest.is-render img {
object-fit: contain;
   object-position: 0% 0px;
}
.preventDefault:hover,
div.share.settings-button:hover,
li.duration label,
li.elmCaractr label,
li.elmCategory .btnwrapper label,
li.elmPinteres label,
li[class*="duration_"] label:hover,
li[class*="elmCategory_"] label:hover,
li[class*="pinteres_"] label:hover,
li[class*="zonaList_"] label:hover {
cursor: pointer;
}
.material-icons.tune:before {
color: var(--blue-color);
   content: "\e429";
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   font-size: 25px;
}
.evt-item.add-share,
div.share.settings-button {
flex-direction: column;
   display: flex;
   position: absolute;
}
#list_grid .inner-left-wrapper .item.add-share {
position: absolute;
   right: 0;
   top: 34px;
   z-index: 5;
   width: 40px;
   height: 40px;
}
.item.add-share {
position: absolute;
   right: 0;
   top: 34px;
   z-index: 5;
   width: 40px;
   height: 40px;
}
.evt-item.add-share {
width: 100%;
   height: 100%;
   right: 0;
   top: 0;
   justify-content: center;
   align-items: center;
   z-index: 1;
}
.grid-card-img .evt-item.add-share {
width: 44px;
   height: 44px;
   position: absolute;
   right: 0;
   top: 35px;
   z-index: 9;
}
div.share.settings-button {
width: 40px;
   height: 40px;
   justify-content: center;
   align-items: center;
   right: 2px;
   top: 80px;
   z-index: 22;
}
div.share.settings-button .material-icons.share:before {
color: rgb(255 255 255);
   content: "\e80d";
   padding-top: 3px;
   display: flex;
   width: 100%;
   height: 100%;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.tool-container.tool-top .arrow {
border-color: var(--blue-color) rgb(0 0 0 / 0%) rgb(0 0 0 / 0%);
}
.tool-items {
display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   position: absolute;
   z-index: 120;
   top: 38px;
   border-radius: 6px;
}
#grid_grid #touroffer .tool-items {
right: 0;
}
.tool-items.toolbar-icons.show {
display: flex !important;
}
.tool-items.toolbar-icons a.tool-item:hover {
background-color: transparent;
}
.tool-items.toolbar-icons a.tool-item:hover span {
color: var(--base-txt-blue);
}
.tool-items .tool-item {
width: 25%;
   height: 100%;
   transition: none;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   margin: 0;
   padding: 2px;
   float: unset !important;
   display: flex;
}
.evt-item.add-share .arrow {
display: none;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent var(--gray-dark) !important;
   top: 25px;
   margin-left: -7px;
}
.item.add-share .arrow.show,
.panel-left.show.js-nav-panel {
display: block !important;
}
.tool-items a.tool-item i {
display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
   color: #fff;
   height: 100%;
   padding: 0;
   margin: 0;
   border-radius: 5%;
   font-size: 28px;
}
.tool-items a.tool-item i.icofont-facebook {
background-color: rgb(59 89 152);
   color: #fff;
}
.tool-items a.tool-item i.icofont-twitter {
background-color: rgb(108 223 234);
}
.tool-items a.tool-item i.icofont-instagram {
background-color: rgb(52 58 64);
}
.tool-items a.tool-item i.icofont-whatsapp {
background-color: rgb(37 211 102);
}
div[id^="copyModal_"] .btn.copyLink,
div[id^="copyModalz_"] .btn.copyLink {
background-color: var(--blue-color);
   color: #fff;
}
div[id^="copyModal_"] .modal-header .close,
div[id^="copyModalz_"] .btn.copyLink {
margin-top: 0;
}
.computer.search-list-item a {
/* display: block;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  position: absolute;*/
  /*  z-index: 1;*/;
}
#grid_grid .item.wishItem.add-wishlist {
position: absolute;
   right: 15px;
   top: 14px;
   z-index: 99;
   width: 40px;
   height: 40px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   display: flex;
}
#grid_grid .product-grid-view .wishlist-icon {
cursor: pointer;
   position: relative;
   width: 100%;
   height: 100%;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   display: flex;
}
#grid_grid .item.wishItem .wishlist-icon .wishAction.addToWish,
#grid_grid a.wishAction.addToWish .wishlist--icon {
width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   z-index: 10;
}
#grid_grid a.wishAction.addToWish .wishlist--icon .fav_whiteborder:before,
#grid_grid a.wishAction.removeToWish .wishlist--icon .fav_orangeFill:before {
width: 40px;
   height: 40px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
#grid_grid .product-grid-view .item.add-share {
position: absolute;
   right: 50px;
   top: 12px;
   z-index: 99;
   width: 40px;
   height: 40px;
}
#grid_grid .product-grid-view .evt-item.add-share {
width: 100%;
   height: 100%;
   position: relative;
   right: 0;
   top: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   z-index: 1;
}
#grid_grid .product-grid-view .discount-label.red {
/*top: unset;*/
   /*left: unset;*/
   /*border-radius: unset;*/;
}
#grid_grid .product-grid-view div.share.settings-button {
flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   right: unset;
   top: unset;
   z-index: 22;
}
#grid_grid ul li a.track-element.activity-link {
display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   bottom: 0;
}
button#js-hamburger-panel-close {
display: block;
   position: relative;
   margin-left: auto;
   width: 30px;
   height: 30px;
   z-index: 1;
   float: right;
   border: unset;
   cursor: pointer;
   background-color: unset;
}
button#js-hamburger-panel-close .center-line-panel {
top: 5px;
}
button#js-hamburger-panel-close .bottom-line-panel {
bottom: unset;
}
.top-line-panel.active {
transform: translateY(-15px) rotate(45deg);
   width: 25px;
   left: 10px;
   top: 28px;
}
.bottom-line-panel.active {
width: 25px;
    left: 10px;
    top: 28px;
    transform: translateY(-15px) rotate(-45deg);
}
.tool-container, .tool-items {
    background-color: var(--gray-dark);
}
.content-wrapper p {
    text-align: left;
    margin-bottom: 0;

}
.content-wrapper p.card-text.text-secondary{
    max-height: 52px;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.duration-filter-reset {
    display: none; 
}
.duration-filter-reset.active {
    display: block; 
}
/* price-btn-wrapper */
.price-btn-wrapper .text-decoration-line-through {
 font-size: 1rem; 
 margin: 0; 
}
.price-btn-wrapper .fs-2 {
 font-size: 18px; 
 font-weight: bold; 
   margin: 6px 0 0;
    line-height: 1.3rem;
}
.price-btn-wrapper .ms-md-2 {
 margin-left: 4px; 
 line-height: 1.3rem;
}
.price-btn-wrapper {
display: flex;
 flex-direction: column;
 gap: 0px;
 align-items: flex-end;
 margin-top: 5px;
}

@media (max-width: 768px) {
 .price-btn-wrapper {
   gap: 2px;
 }
 .price-btn-wrapper .fs-2 {
   font-size: 16px;
 }
}
span.badge.bg-success.rounded-pill.cancel-tooltip:hover {
    cursor: pointer;
}
.base-blue-hover:hover{
   background-color: var(--base-blue-hover)!important;
}
/* Estilos para el menú de compartir */
.share-container {
  display: inline-block;
}
.share-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.share-btn:hover {
  background-color: #e9ecef;
}
.share-menu {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 8px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease-in-out;
}
.share-container:hover .share-menu,
.share-btn:focus + .share-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.share-menu-items {
  display: flex;
  gap: 10px;
}
.share-item {
   width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: white;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
    border: unset;
    background-color: transparent;
}
.share-item:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.share-item:hover i:before {
    color: #ff9a00;
}
.share-container.position-relative:hover {
    /*background-color: #0093d1;*/
    border-radius: 50%;
}

.share-container button span {
    text-align: center;
    left: -2px;
    position: absolute;
}
.share-menu-arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  top: -6px;
  right: 10px;
  transform: rotate(45deg);
  box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.08);
}

.share-item {
  animation: shareItemFadeIn 0.2s ease backwards;
}
.share-item:nth-child(1) { animation-delay: 0.05s; }
.share-item:nth-child(2) { animation-delay: 0.1s; }
.share-item:nth-child(3) { animation-delay: 0.15s; }
.share-item:nth-child(4) { animation-delay: 0.2s; }
.share-item:nth-child(5) { animation-delay: 0.25s; }
@keyframes shareItemFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.share-item.copy-success {
  background-color: #28a745;
}

.swal2-popup {
  border-radius: 12px;
  padding: 1.5em;
  font-family: 'Roboto', sans-serif;
}
.swal2-title {
  font-weight: 600;
  color: #333;
  font-size: 1.5rem;
}
#copy-link-input {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 100%;
}
.swal2-confirm, .swal2-cancel {
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 6px;
}
.swal2-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
  transition: all 0.2s;
}

 .view-toggle .btn:first-child {
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
 }
 
 .view-toggle .btn:last-child {
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
 }
 .form-select-md {
    padding-top: .35rem;
    padding-bottom: .35rem;
    padding-left: 1rem;
    font-size: 1.2rem;
}
 @media (max-width: 767.98px) {
   .activity-filters-container {
     padding: 12px 16px;
   }
   .results-count {
     margin-bottom: 12px !important;
     font-size: 1rem !important;
   }
   .mobile-controls {
     border-top: 1px solid #f1f5f9;
     padding-top: 12px;
     margin-top: 4px;
   }
   .view-toggle {
     flex: 1;
     margin-top: 0.5rem;
     height: 42px;
   }
   .sort-dropdown-mobile {
     margin-top: 12px;
   }
   .view-toggle .btn {
   flex: 1;
   padding: 6px 8px;
   }
}
.demo-controls {
margin-bottom: 20px;
}
.viewport-slider {
width: 100%;
}
.viewport-width {
font-weight: bold;
color: #2563eb;
}
.demo-frame {
resize: horizontal;
overflow: auto;
min-width: 320px;
max-width: 100%;
height: auto;
border: 2px dashed #cbd5e1;
border-radius: 8px;
padding: 0;
background-color: white;
}

.demo-frame-inner {
padding: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width: 465px) {
    .product-info {
    min-height: 198px;
    }
    .product-desc.center {
    height: 48px;
      width: 100%;
      margin-bottom: 5px;
    }
    .abutton-filters {
    height: 7.5vw;
      font-size: 4.75vw;
    }
    .title-search-result {
    font-size: 3.75vw;
    }
    .select2-container .select2-selection--single {
    height: 34px;
      width: 198px;
    }
    .activity-card_attributes {
    margin-top: 10px;
      margin-bottom: 10px;
    }
    .product-grid-view .dispo-dates {
    position: relative;
      padding-top: 5px;
    }
    .inner-rigth-wrapper .product-price-grid {
    min-height: 50px !important;
    }
    .ps-product span.ps-product__price.sale.info.discount {
    line-height: 20px;
      margin-bottom: 0;
    }
    .ps-product span.ps-product__price.sale.info {
    text-align: left !important;
      width: 40% !important;
    }
}
@media only screen and (max-width: 468px) {
    ul#catlist_wrapper > li {
    border: 1px solid rgb(229 229 229);
      width: 100%;
    }
    .product-desc.center {
    display: block;
      position: relative;
      float: left;
      margin-top: 0;
      height: 48px;
      width: 90%;
    }
    .product-price-grid {
    min-height: 150px !important;
      height: unset !important;
    }
    .product-grid-view .dispo-dates {
    left: 0;
      padding-top: 10px;
      height: 40px;
      position: relative;
    }
    .ps-product .ps-product__meta {
    padding-right: 10px;
      bottom: 10px;
      right: 5px !important;
    }
    ul.activity-attributes_container li {
    width: auto !important;
      float: left;
      padding-left: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      height: 24px;
    }
    .categoria-title.text-center {
    padding-top: 5px;
      text-align: left !important;
      padding-left: 15px;
    }
    .activity-card_attributes {
    margin-top: 0 !important;
    }
    .ps-product .ps-product__price {
    margin-bottom: 0;
      font-size: 20px;
    }
    .ps-product .ps-product__price.sale {
    color: rgb(49 130 0) !important;
      font-size: 20px;
    }
    .product-grid-view ul.avail_dates {
    width: 100%;
    }
    .product-grid-view ul.avail_dates li {
    min-width: 8%;
      margin-left: 0.825rem;
    }
}
@media only screen and(max-width:568px) {
    #list_grid .product-grid-view .product-header {
    height: 30px;
      padding: 5px 0 0 5px;
    }
    #list_grid .categoria-page ul.slides li img {
    height: 195px !important;
      min-height: 195px !important;
      min-width: 100% !important;
      width: 100%;
      object-fit: cover;
      object-position: 100% 80%;
    }
    #list_grid .product-price-grid .mrating {
    justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 0;
      display: none;
    }
    #list_grid .reviews--wrapper {
    display: flex;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
      left: 10px;
    }
    #list_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    #list_grid .ps-product__meta table[rel="a"] {
    width: 52%;
      display: table;
      position: relative;
      float: right;
      justify-content: center;
      align-items: center;
      margin-bottom: 5px;
      margin-top: 0;
    }
    #list_grid .ps-product__meta table.hiden-big-table.ist-discount[rel="a"] {
    width: 80%;
      display: inline-flex;
      position: relative;
      float: unset;
      justify-content: center;
      align-items: center;
      margin: 8px auto 0;
      text-align: center;
      align-items: flex-start;
      align-self: flex-start;
      flex-direction: column;
    }
    #list_grid .ps-product__meta table.hiden-big-table.ist-discount tbody {
    width: 100%;
    }
    #list_grid .ps-product__meta table.hiden-big-table.ist-discount[rel="a"] tr {
    height: 15px;
      display: table;
      width: 100%;
    }
    #list_grid .ps-product__meta table[rel="a"] tr,
   #list_grid .ps-product__meta table[rel="a"] tr > td {
    height: 15px;
    }
    #list_grid table[rel="a"] span.ps-product__price.sale.fromc {
    width: 100% !important;
      text-align: left;
      float: left;
      display: inline-block;
    }
    #list_grid
      table[rel="a"]
      .ps-product
      span.ps-product__price.sale.info.discount {
    float: left;
      width: 35px !important;
      margin-bottom: 0;
    }
    #list_grid .inner-rigth-wrapper .product-price-grid[rel="simple-price"] {
    min-height: unset;
      height: unset;
    }
    #list_grid table[rel="a"] span.ps-product__price.sale.discount.info {
    display: inline-block;
      float: unset;
      width: 35px;
    }
    #list_grid
      .ps-product
      table[rel="b"]
      span.ps-product__price.sale.info.discount {
    width: 35px !important;
    }
    #list_grid .ps-product table[rel="b"] .ps-product__price.sale.notdiscount {
    text-align: center;
      padding-top: 5px;
      width: 100% !important;
    }
    #list_grid .ps-product table[rel="b"] span.ps-product__price.sale.info {
    font-size: 15px;
    text-align: left;
    float: none;
    padding-left: 10px;
    color: rgb(68 68 68) !important;
    }
}
@media only screen and (max-width: 768px) {
    .removeToWish .ph-duotone.ph-heart-straight{
        font-size: 1.3rem;
    }
    #list_grid
      .ps-product__meta
      .hiden-big.price-wrapper
      table[rel="b"]
      .ps-product__price.sale.notdiscount {
    text-align: left;
      float: left;
      padding-left: 10px;
    }
    #list_grid .view-category-list.list-content .inner-rigth-wrapper .ps-btn {
    margin-bottom: 10px;
      padding: 8px 22px !important;
      display: inline-table;
      top: 4px;
    }
    .hide-for-small-large,
   .hide-for-xlarge,
   .search-toolbar.hide-for-small {
    display: none !important;
    }
    .right-bg.only-small,
   .search-toolbar-filters {
    display: block;
    }
    .select2-container {
    width: 100% !important;
    }
    #grid_grid .mrating {
    display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 8px;
      left: 10px;
      z-index: 2;
    }
    #list_grid .categoria-page .reviews--wrapper,
   .reviews--wrapper {
    display: flex;
      position: relative;
      width: 100%;
    }
    #list_grid .categoria-page .text-rating-total,
   .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 74px;
    }
    #list_grid .categoria-page span.m-rating-text,
   span.m-rating-text {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    top: 0;
    color: rgb(255 255 255);
      float: left;
      padding-left: 3px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 75px;
      text-align: left;
      display: block;
    }
    #list_grid .ps-product__meta .mrating .reviews--wrapper {
    position: absolute;
      width: 100%;
      bottom: 11px;
      z-index: 2;
      left: 10px;
      display: none;
      opacity: 0;
      height: 0;
      opacity: 1;
    }
    #list_grid .categoria-page .mrating .reviews--wrapper {
    display: flex;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
      left: 10px;
    }
    #list_grid .categoria-page .mrating .reviews-content i {
    width: 100%;
      text-align: left;
      font-size: 16px !important;
    }
    #list_grid .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 120px;
    }
    #grid_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .grid-card-content .grid-card-text.product-desc {
    margin-top: 0;
    }
    .center .grid-card-text {
    min-height: 4.4rem;
    }
    .grid-card-content .grid-card-text.product-desc p {
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 15px;
      margin: 2px 0 0;
    }
    .center .dispo-dates {
    position: relative;
      bottom: 0;
    }
    .grid-card-price-text-wrapper .ps-product__meta {
    position: relative;
      margin: 0 auto;
      bottom: 0;
      width: 100% !important;
      text-align: center;
      height: unset;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .grid-card-price .ps-product__price.sale.notdiscount {
    font-size: 22px;
      margin-bottom: unset;
      float: left;
      width: 100%;
    }
    .list-wrapper .panel-rigth {
    flex: 0 0 100%;
      max-width: 100%;
    }
    .panel-rigth .search-toolbar {
    display: flex;
      align-items: center !important;
    }
    .filters-applied-small {
    float: left;
      margin-right: 1.25rem;
      width: 100%;
    }
    .search-toolbar .icon-menu {
    order: 4;
      transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0.9rem;
      margin-right: 0;
    }
    .sortx-dropdown.closed.with-selection {
    order: 8;
    }
    .panel-rigth .sort-dropdown {
    transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.13rem 0.2rem 0.1rem;
    }
    #list_grid .categoria-page .flexslider {
    width: 100%;
      height: 380px !important;
      max-height: 380px;
      position: relative;
      min-height: 300px;
    }
    #list_grid .categoria-page ul.slides li img {
    height: 100% !important;
    }
    ul.activity-attributes_container li {
    padding-left: 6px;
    }
    #list_grid .product-info {
    min-height: 155px;
    }
    #list_grid .ps-product .ps-product__meta[rel="simple-price"] {
    flex: 0 0 100%;
      max-width: 100%;
      right: 0 !important;
      margin: unset;
      float: right;
      text-align: right;
      width: 100% !important;
      height: unset;
      opacity: 1;
    }
    #list_grid .ps-product__meta table.hiden-big-table.ist-discount[rel="a"] {
    width: 85%;
    }
    #list_grid .grid-card-category {
    display: flex;
    position: absolute;
    bottom: 1px;
    right: 10px;
    border-radius: 50%;
    background: rgb(28 26 26);
    color: rgb(255 255 255);
      padding: 1.13rem;
      justify-content: center;
      align-items: center;
      top: unset;
      z-index: 2;
    }
    #list_grid .grid-card-category-label {
    display: block;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      font-size: 23px;
    }
    .abutton-filters {
    width: 100%;
    }
    .categoria-page.flexslider .slides,
   .categoria-page.flexslider .slides > li {
    height: 100%;
      width: 100%;
      max-height: 270px !important;
    }
    .categoria-page.flexslider .slides > li img {
    object-fit: cover;
    }
    .product-price-grid .reviews-wrapper {
    top: 10px;
    }
    .inner-rigth-wrapper .product-price-grid {
    display: flex;
      min-height: 215px;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
}
@media only screen and (min-width: 1024px) {
    #grid_grid .search-list-item,
   .search-list-item {
    margin-bottom: 20px;
      width: 33.33333333%;
      max-width: 33.33333333%;
    }
    .grid-card-category.only-small,
   .icon-button.map-filter-button,
   .right-bg.only-small {
    display: none;
    }
    #grid_grid.result-list {
    display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      display: flex;
      padding-left: 0;
      padding-right: 0;
      min-height: 432px;
    }
}
@media (max-width: 47.875em) and (min-aspect-ratio: 13 / 9),
   screen and (min-width: 47.9375em) {
    .categoria-page.flexslider .slides,
   .categoria-page.flexslider .slides > li {
    height: 100%;
      width: 100%;
    }
    #list_grid .product-grid-view .categoria-page.flexslider {
    border: unset;
      border-radius: unset;
      box-shadow: unset;
      -webkit-box-shadow: unset;
      height: 100%;
      overflow: hidden;
      display: flex;
      width: 100%;
    }
    #list_grid .categoria-page.flexslider .slides img {
    width: 100%;
      height: 100%;
      min-width: unset;
      min-height: unset;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
   .ochenta_per {
        max-width: 100% !important;
        width: 95%;
    }
}
@media only screen and (max-width: 912px) {
    .panel-left,
   .panel-rigth {
    flex: 0 0 100%;
      max-width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    .ochenta_per {
        width: 100% !important;
    }
}
@media only screen and(max-width:991px) {
    #grid_grid.result-list {
        display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    .wishAction  .ph-duotone {
        font-size: 1.2rem;
    }

}
@media only screen and (max-width: 1024px) {
    .panel-rigth {
    padding-right: 0;
      padding-left: 5px;
    }
    #datacouter-resumen {
    font-weight: 400;
      font-size: 20px;
    }
    .categoria-page.flexslider .slides img {
    -ms-interpolation-mode: bicubic;
      width: unset;
      height: unset;
      max-width: 100%;
    }
    .categoria-page.flexslider .slides,
   .categoria-page.flexslider .slides > li {
    height: 100%;
      height: unset;
      width: 332px;
    }
    #list_grid ul.activity-attributes_container li {
    width: 50%;
    }
    .categoria-title.text-center {
    padding-top: 20px;
    }
    .product-info {
    position: relative;
    display: inline-block;
    min-height: 210px;
    background-color: rgb(255 255 255);
      margin-bottom: 0;
    }
    h5.catName {
    font-size: 14px;
    }
}
@media only screen and (max-width: 47.875em) and (min-width: 47.9375em) and (max-width: 63.9375em) {
    .panel-rigth {
    flex: 0 0 100%;
      max-width: 100%;
    }
    .inner-left-wrapper {
    -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .inner-rigth-wrapper {
    -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .inner-rigth-wrapper .product-header {
    padding-top: 5px;
    }
    .inner-rigth-wrapper .product-info {
    position: relative;
    display: inline-block;
    min-height: 253px;
    background-color: rgb(255 255 255);
      margin-bottom: 0;
    }
    .inner-rigth-wrapper .activity-card_attributes {
    margin-top: 0;
    }
    .inner-rigth-wrapper .product-price-grid .reviews-wrapper {
    top: 10px;
    }
    .categoria-page.flexslider .slides > li {
    min-width: 316px;
    }
    .ps-product .ps-product__price {
    margin-bottom: 8px;
    }
    #activity-filters-applied {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    clear: both;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgb(229 229 229);
      margin-bottom: 5px;
    }
    .panel-rigth .search-toolbar {
    display: flex;
      align-items: center !important;
    }
}
@media only screen and (max-width: 47.875em) {
    .search-toolbar {
    padding-bottom: 3.125vw;
      display: none;
    }
    .abutton-filters {
    background-color: rgb(253 253 253);
    color: rgb(0 0 0);
    padding: 0.5625vw;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid rgb(238 238 238);
    }
    .abutton-filters:before {
    color: rgb(0 0 0);
      opacity: 1;
    }
    .sort-dropdown {
    cursor: pointer;
      position: absolute;
      top: unset;
      transform: unset;
      right: 10px;
      z-index: 2;
      width: 100%;
    }
    .reviews-wrapper,
   .search-toolbar-title {
    top: 2px;
      position: relative;
      display: block;
    }
    .search-toolbar-title {
    padding: 1.2vw 2.125vw;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .title-search-result {
    font-weight: 400;
      font-size: 2.75vw;
    }
    h5.catName {
    font-size: 14px;
    }
    #touroffer.view-category-list.list-content {
    list-style: none;
      width: 100%;
    }
    #list_grid .inner-rigth-wrapper .product-info {
    min-height: unset;
      margin-bottom: 0;
      height: 100%;
    }
    .inner-rigth-wrapper .product-price-grid[rel="simple-price"] {
    height: unset;
      min-height: unset;
    }
    .product-price-grid .reviews-wrapper {
    top: 10px;
      -ms-flex: 0 0 50%;
      flex: 0 0 35%;
      max-width: 35%;
      left: 0;
      margin: unset;
      float: left;
      position: relative;
    }
    .reviews-content {
    display: block;
      position: relative;
      width: 100%;
    }
    .cat-title.text-center {
    top: 15px;
      display: none;
      position: relative;
      float: left;
      width: 100%;
      text-align: left !important;
    }
    .ps-product span.ps-product__price.sale.info.discount {
    font-size: 15px;
    width: 35px;
    color: rgb(68 68 68) !important;
      display: block;
      line-height: 30px;
      margin-bottom: 0;
    }
}
@media only screen and (max-width: 47.875em) and (min-width: 47.9375em) {
    #grid_grid .grid-card {
    width: 100%;
      margin: 0 5px;
    }
    .grid-card .rating-list-container .mrating {
    margin-left: 0;
      margin-right: 0;
      position: relative;
      display: flex;
      float: left;
      width: 100%;
    }
    #list_grid .ps-product__meta .mrating .text-rating-total span.m-rating-text {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    color: rgb(59 57 57);
      padding-left: 3px;
      text-overflow: ellipsis;
      width: 75px;
      text-align: left;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .rating-list-container .reviews-content {
    width: auto;
    }
    .rating-list-container .reviews-content i {
    text-align: left;
    }
    #grid_grid .ps-product__meta .mrating span.m-rating-text {
    color: rgb(39 39 39);
    }
    #grid_grid .reviews-content i,
   #list_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .center .grid-card-text {
    min-height: 3rem;
    }
    .center .dispo-dates {
    position: relative;
      bottom: 0;
    }
    .ps-product__meta table {
    width: 100%;
      display: flex;
      position: relative;
      float: left;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content .grid-card-text.product-desc {
    margin-top: 0;
    }
    .grid-card-content .grid-card-text.product-desc p {
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 15px;
      margin: 2px 0 0;
    }
    .grid-card-price-text-wrapper .ps-product .ps-product__meta {
    height: 44px;
    }
    #list_grid table[rel="a"] .ps-product__meta .ps-product__price.sale {
    margin-top: 10px;
    }
    #list_grid .ps-product__meta table[rel="a"] .ps-product__del {
    font-size: 22px;
      line-height: 25px;
    }
    #list_grid .ps-product__meta table[rel="a"] .ps-product__price.sale.fromc {
    text-align: left;
      float: left;
      margin-bottom: 5px;
      padding-left: 5px;
      font-size: 36px;
      margin-top: 10px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #list_grid .ps-product__meta table[rel="a"] .ps-product__del small {
    display: inline-block;
    color: rgb(153 153 153);
      font-size: 22px;
      line-height: 25px;
      padding-left: 15px;
    }
}
@media only screen and (min-width: 2200px) and (max-width: 2400px) {
    .places__interest.is-render img {
    object-fit: contain;
      object-position: 0% 0px;
    }
    .categoria-page.flexslider .slides > li {
    height: 100%;
      width: 350px !important;
    }
}
@media only screen and (min-width: 2000px) and (max-width: 2200px) {
    .places__interest.is-render img {
    object-fit: contain;
      object-position: 0% -215px;
    }
    .categoria-page.flexslider .slides > li {
    height: 100%;
      width: 350px !important;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 2000px) {
    .places__interest.is-render ul li {
    display: inline-block;
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .places__interest.is-render img {
    object-fit: contain;
      object-position: 0% -0px;
    }
    .categoria-page.flexslider .slides > li {
    width: 100%;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .categoria-page.flexslider .slides > li {
    width: 100%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .categoria-page.flexslider .slides > li {
    width: 100%;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .categoria-page.flexslider .slides > li {
    width: 100%;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1200px) {
    .categoria-page.flexslider .slides > li {
    width: 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #list_grid .categoria-page.flexslider .slides img,
   ul.slidesx li,
   ul.slidesx li a img {
    height: 100%;
    }
    .categoria-page.flexslider .slides > li {
    height: 100%;
      width: 340px !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .product-desc p {
    min-height: 58px;
      font-size: 14px;
      line-height: 1.2rem;
      margin: 2px 0 4px;
    }
    #list_grid .inner-rigth-wrapper .product-info {
    min-height: 204px;
    }
    #list_grid .ps-product .ps-product__meta {
    top: calc(50% - 110px);
    }
    #list_grid .categoria-page.flexslider .slides img {
    width: 100%;
      height: 100%;
    }
    .categoria-page.flexslider .slides > li {
    width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #list_grid .inner-rigth-wrapper .product-info {
    min-height: 204px;
    }
    .product-grid-view .dispo-dates {
    bottom: 5px;
    }
    .activity-attributes_attribute {
    font-size: 13px;
      margin: 2px 0;
    }
    .inner-rigth-wrapper .activity-card_attributes {
    margin-top: 5px;
    }
    #list_grid .product-desc.center p {
    min-height: 60px;
      -webkit-line-clamp: 3;
      font-size: 14px;
    }
    .title-search-result {
    font-size: 1rem;
    }
    .search-toolbar .icon-menu {
    order: 3;
      padding: 0 0.9rem;
      flex: 0 0 18% !important;
    }
    .categoria-page.flexslider .slides > li {
    width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .title-search-result {
    font-size: 1rem;
    }
    .search-toolbar .icon-menu {
    order: 3;
      padding: 0 0.9rem;
      flex: 0 0 16% !important;
    }
    .sortx-dropdown.closed.with-selection {
    flex: 0 0 28% !important;
    }
    .search-toolbar-title {
    flex: 1;
      padding: 0.125vw 0.125vw 0;
      max-width: 50%;
      order: 1;
    }
    .filters-applied-small {
    float: left;
      margin-right: 0.5rem;
      flex: 0 0 15% !important;
      margin-left: 0.5rem;
      order: 4;
    }
    #list_grid .product-grid-view .product-header {
    position: relative;
      top: 0;
      z-index: 2;
      padding-left: 0;
    }
    #list_grid .product-grid-view .product-header h4 {
    color: var(--blue-color);
    }
    ul.activity-attributes_container li {
    padding-left: 5px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
    .right-bg,
   a.wrapper-rigth-secction-href {
    height: 100%;
    }
    a.wrapper-rigth-secction-href {
    display:block; 
     text-decoration:none; 
     max-height:none !important;
    }
    .item.add-share .tool-items {
    left: auto;
      right: 0;
      position: absolute;
      z-index: 120;
    }
    .panel-rigth {
    padding-right: 0;
      padding-left: 0;
    }
    .inner-left-wrapper .discount-label.red.right {
    padding: 5px;
      position: absolute;
      float: right;
      bottom: 0;
      right: 0;
      width: 60px;
      z-index: 999;
      left: unset;
      top: unset;
      height: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .search-toolbar .icon-menu {
    display: none !important;
    }
    .sortx-dropdown.closed.with-selection {
    display: none;
    }
    .search-toolbar-title {
    flex: 1;
      order: 1;
    }
    .filters-applied-small {
    float: left;
      margin-right: 0.5rem;
      flex: 0 0 25% !important;
      margin-left: 0.5rem;
      order: 4;
      height: 30px;
    }
    .search-toolbar-title {
    flex: 1;
      padding: 0.125vw 0.125vw 0;
      max-width: 70%;
      order: 1;
    }
    .filters-applied-small.hide-for-xlarge {
    display: flex !important;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .title-search-result {
    font-size: 4.5vw;
      padding-left: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
   section.breadcrumb-section  {display: none;}
   .d-sm-none{ display: none!important; }
   .activity-filters,
   .collapse,
   .filters__container,
   .ulList_wrapper,
   ul#catlist_wrapper > li {
    background-color: rgb(255 255 255);
    }
    #list_grid .categoria-page span.m-rating-text,
   .activity-attributes_attribute .label,
   .product-header-top h4,
   span.m-rating-text {
    white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .hidden-sm,
   .hiden-small {
    display: none !important;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      display: flex;
    }
    .m-date-selector__header span.a-button.active {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6) {
    display: none;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    #touroffer.view-category-list.list-content {
    list-style: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    ul#catlist_wrapper {
    display: block !important;
      text-align: center;
      z-index: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 0;
    }
    ul#catlist_wrapper > li {
    margin-bottom: 15px;
      padding-bottom: 0;
      border-radius: 5px;
      box-sizing: border-box;
      outline: 0;
      height: auto !important;
      width: 100%;
      float: left;
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      position: relative;

    }
    .nav-filter {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    }
    #list_grid .ps-product.product-grid-view.nav-filter {
    display: inline-block;
    position: relative;
    height: 100%;
    border: 0 solid rgb(229 229 229);
    }
    .product-grid-view .wrapper-item {
    position: relative;
    }
    .switch-img.hover-item {
    position: relative;
      display: inline-block;
      overflow: hidden;
      float: left;
      padding: 0;
      flex: 0 0 100%;
      max-width: 100%;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
    }
    .evt-item.add-share {
    position: absolute;
      right: 5px;
      top: 40px;
    }
    .ps-product.product-grid-view .add-wishlist {
    position: absolute;
      right: 12px;
      top: 10px;
      z-index: 22;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .ps-product.product-grid-view .wishlist-icon {
    margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
    }
    .ps-product.product-grid-view a.wishAction.addToWish {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
    }
    .ps-product.product-grid-view span.material-icons.fav_orangeFill,
   .ps-product.product-grid-view span.material-icons.fav_whiteborder {
    width: 40px;
      height: 40px;
    }
    .ps-product.product-grid-view span.material-icons.fav_orangeFill:before,
   .ps-product.product-grid-view span.material-icons.fav_whiteborder:before {
    height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a#addShare {
    position: absolute;
      right: 15px;
      top: 45px;
      z-index: 5;
    }
    #list_grid .item.add-share {
    position: absolute;
      right: 50px;
      top: 10px;
      z-index: 99;
      width: 40px;
      height: 40px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .add-share {
    position: absolute;
      right: 50px;
      top: 10px;
      z-index: 99;
      width: 40px;
      height: 40px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #list_grid .evt-item.add-share {
    width: 100%;
      height: 100%;
      position: relative;
      right: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    #list_grid div.share.settings-button {
    flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      right: unset;
      top: unset;
      z-index: 22;
    }
    #list_grid .categoria-page .mrating {
    display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 50%;
      height: 40px;
    }
    #list_grid .categoria-page .mrating .reviews--wrapper {
    display: flex;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
      left: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    #list_grid .categoria-page .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 160px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #list_grid .categoria-page span.m-rating-text {
    font-size: 16px;
    position: relative;
    top: 1px;
    color: rgb(255 255 255);
      float: left;
      padding-left: 3px;
      width: 75px;
      height: 100%;
      text-align: left;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .categoria-page.flexslider .mrating .reviews--wrapper {
    display: flex;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
      left: 10px;
    }
    #list_grid .categoria-page.flexslider .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 74px;
    }
    #list_grid .categoria-page.flexslider .mrating .reviews-content i {
    width: 100%;
      text-align: left;
      font-size: 16px !important;
    }
    .categoria-page .slides img {
    height: 195px !important;
      min-height: 195px !important;
      min-width: 100% !important;
      width: 100%;
      object-fit: cover;
      object-position: 100% 80%;
    }
    #grid_grid .grid-card,
   .product-info {
    background-color: rgb(255 255 255);
      position: relative;
    }
    .product-info {
    display: inline-block;
      min-height: 210px;
      flex: 0 0 100%;
      max-width: 100%;
      min-height: unset;
      margin-bottom: 0;
      height: 100%;
    }
    #list_grid .inner-rigth-wrapper .product-header h4 {
    width: 100%;
      text-align: left;
    }
    #list_grid .wrapper-item .inner-rigth-wrapper.act {
    padding: 0 10px;
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .inner-rigth-wrapper .product-price-grid {
    min-height: 40px !important;
      height: unset;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      float: left;
      position: relative;
    }
    #list_grid .product-grid-view .product-header {
    padding: 0;
      padding-top: 5px !important;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      height: 30px;
    }
    .product-desc.center {
    display: block;
      position: relative;
      float: left;
      margin-top: 0;
      height: 48px;
      width: 100%;
    }
    #list_grid .product-desc.center {
    height: unset;
      margin-bottom: 0;
    }
    #list_grid .product-desc.center p,
   .grid-card-content .grid-card-text.product-desc p {
    padding-left: 0;
    margin: 0;
    min-height: unset;
    font-weight: 500;
    color: rgb(0 0 0);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left;
    }
    .mrating.only-small {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 50%;
      height: 100%;
    }
    .cancel_wrapper {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      height: 30px;
    }
    #list_grid .activity-card_attributes {
    position: relative;
      display: block;
      float: unset;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0 auto;
    }
    #list_grid .ps-product .ps-product__meta .hiden-big.price-wrapper {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .grid-card-price,
   .hiden-big-table.not-discount {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 0 25px;
    }
    span.small.uppercase.pt-20.fromb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 1;
    color: rgb(68 68 68);
      font-size: 15px;
    }
    .ps-product .ps-product__del {
    text-align: center;
    position: relative;
    font-size: 20px;
    margin: 0 15px;
    color: rgb(153 153 153);
      text-decoration: line-through;
      font-weight: 400;
      order: 2;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .ps-product__meta .ps-product__price.sale {
    color: rgb(88 88 88) !important;
      font-size: 28px;
      font-weight: 800;
      text-align: right;
      margin-bottom: unset;
      margin-top: 0;
      line-height: 30px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      order: 3;
    }
    .ps-product__price.sale i {
    font-size: 16px !important;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      font-weight: 500;
    }
    #list_grid .activity-card_attributes > ul {
    display: block;
    }
    ul.activity-attributes_container li {
    padding-left: 6px;
      width: 50% !important;
      float: left;
    }
    .product-grid-view .dispo-dates {
    left: unset;
      right: unset;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #list_grid .product-info .dispo-dates {
    padding-top: 0;
      margin-bottom: 0;
      margin-top: 0;
      height: 30px;
    }
    #list_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      display: inline-block;
      position: relative;
      margin: 0 auto;
    }
    #list_grid .product-grid-view ul.avail_dates li {
    border-radius: 0.3125vw;
      float: left;
      min-width: 1.25rem;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      max-width: 1.5625rem;
      margin-left: 0.65rem;
      font-size: 1rem;
    }
    ul.avail_dates li.greencolor {
    border-bottom: 2px solid var(--orange-color);
    color: var(--blue-color);
      border-radius: 0;
      border-top: unset;
    }
    .activity-attributes_attribute,
   .activity-attributes_attribute .c-icon {
    border: 0;
      display: flex;
      padding: 0;
      vertical-align: baseline;
      font-style: normal;
      font-weight: inherit;
    }
    #grid_grid ul.avail_dates li.greycolor,
   #list_grid ul.avail_dates li.greycolor {
    color: rgb(204 204 204);
    }
    .activity-attributes_attribute {
    align-items: center;
    color: rgb(15 15 15);
      font-size: 14px;
      margin: 10px auto 0;
    }
    .activity-attributes_attribute .c-icon {
    align-self: start;
    height: 17.5px;
    width: 17.5px;
    flex-shrink: 0;
    font-family: inherit;
    font-size: 20px;
    margin: 0;
    color: rgb(146 145 145);
    }
    .activity-attributes_attribute .label {
    color: rgb(88 88 88);
      margin-left: 8px;
      position: relative;
      margin-bottom: 0;
      line-height: 22px;
      font-size: 16px;
    }
    .material-icons.star.star-15:before,
   .material-icons.star.star-25:before,
   .material-icons.star.star-2:before,
   .material-icons.star.star-3:before,
   .material-icons.star.star-45:before,
   .material-icons.star.star-4:before,
   .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 22px;
    }
    #grid_grid.result-list {
    display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      margin-bottom: 20px;
      display: flex;
      width: 33.33333333%;
      max-width: 33.33333333%;
      padding-left: 0;
      padding-right: 0;
      min-height: 432px;
    }
    #grid_grid .grid-card {
    width: 100%;
    margin: 0 5px;
    box-shadow: 0 0 0.3rem 0.03rem rgb(0 0 0 / 20%);
      overflow: hidden;
      padding: 0;
    }
    #grid_grid .grid-card-category,
   #grid_grid .grid-card-like {
    display: flex;
    position: absolute;
    right: 5px;
    padding: 0.499rem;
    width: 20px;
    height: 20px;
    color: rgb(255 255 255);
      text-align: center;
    }
    #grid_grid .grid-card-like {
    background: unset;
      font-size: 22px;
      top: 5px;
      border-radius: 50%;
      z-index: 1;
    }
    #grid_grid .grid-card-category {
    bottom: 0;
    border-radius: 50%;
    background: rgb(28 26 26 / 20%);
      justify-content: center;
      align-items: center;
      top: unset;
      z-index: 2;
      font-size: 0;
    }
    #grid_grid .grid-card-category-label {
    display: block;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 2px;
    }
    #grid_grid .grid-card-category-label i.icon {
    font-size: 25px;
    }
    #grid_grid .mrating {
    display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      position: absolute;
      bottom: 0;
      left: 10px;
      z-index: 2;
      width: 50%;
    }
    .reviews--wrapper {
    width: 100%;
      bottom: unset;
      z-index: 2;
      left: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 38px;
    }
    span.reviews-content.text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 130px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    span.m-rating-text {
    font-size: 12px;
    position: relative;
    top: 0;
    color: rgb(255 255 255);
      float: left;
      padding-left: 3px;
      width: 75px;
      text-align: left;
      display: block;
    }
    #grid_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: revert;
      align-items: stretch;
      min-height: 100%;
    }
    .product-grid-view .product-header {
    position: relative;
      display: block;
      padding-top: 15px;
    }
    #grid_grid .product-header {
    padding-top: 0 !important;
    }
    .grid-card .right.price-wrapper,
   .product-grid-view .dispo-dates {
    border-top: unset;
      padding-top: 0;
      float: unset;
      position: relative;
      margin: 0 auto;
      width: 100%;
    }
    .grid-card-content .center {
    position: relative;
      display: block;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .product-grid-view .dispo-dates {
    display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      height: 25px;
    }
    #grid_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      margin-bottom: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content ul.avail_dates.center li {
    height: 20px !important;
    }
    #grid_grid ul.avail_dates li {
    border-radius: 0;
      border: none;
      float: left;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0.45rem;
      font-size: 0.9rem;
      min-width: unset;
      max-width: unset;
    }
    #list_grid .activity-attributes_attribute {
    color: rgb(15 15 15);
      font-size: 14px;
      padding: 0;
      vertical-align: baseline;
      border: 0;
      font-style: normal;
      font-weight: inherit;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
    }
    .grid-card .right.price-wrapper {
    display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .grid-card-price-text-wrapper .ps-product__meta {
    position: relative;
      margin: 0 auto;
      bottom: 0;
      text-align: center;
      height: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 0 25px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .activity-attributes_attribute .label,
   .product-header-top h4,
   span.m-rating-text {
    white-space: nowrap;
      text-overflow: ellipsis;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      display: flex;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
    .list-wrapper .panel-rigth {
    flex: 0 0 100%;
      max-width: 100%;
    }
    .panel-rigth .search-toolbar {
    display: flex;
      align-items: center !important;
    }
    .search-toolbar-title {
    flex: 1;
      padding: 0.125vw 0.125vw 0;
      max-width: 70%;
      order: 1;
      position: relative;
      top: 2px;
      display: flex;
    }
    .title-search-result {
    font-size: 3.5vw;
      padding-left: 10px;
    }
    .search-toolbar .icon-menu {
    order: 4;
      transform: none;
      justify-content: center;
      align-items: center;
      padding: 0 0.9rem;
      margin-right: 0;
      display: none !important;
    }
    .sortx-dropdown.closed.with-selection,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6) {
    display: none;
    }
    .filters-applied-small {
    float: left;
      margin-right: 0.5rem;
      flex: 0 0 15%;
      margin-left: 0.5rem;
      order: 4;
    }
    .abutton-filters {
    color: rgb(51 51 51);
    display: flex;
    align-items: center;
    height: auto;
    padding: 0.2rem;
    margin: 0.25rem 0.25rem 0.25rem 0;
    font-size: 1rem;
    border: 1px solid rgb(238 238 238);
      font-weight: 400;
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .m-date-selector__header span.a-button.active {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    #touroffer.view-category-list.list-content {
    list-style: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    ul#catlist_wrapper {
    display: block !important;
      text-align: center;
      z-index: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 10px;
    }
    ul#catlist_wrapper > li {
    margin-bottom: 15px;
      padding-bottom: 0;
      border-radius: 5px;
      box-sizing: border-box;
      outline: 0;
      width: 100%;
      float: left;
      padding-left: 4px !important;
      padding-right: 4px !important;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      position: relative;
      height: auto!important;
    }
    #list_grid .evt-item.add-share {
    position: relative;
      right: unset;
      top: unset;
    }
    div.share.settings-button {
    width: 100%;
      height: 100%;
      right: unset;
      top: unset;
      z-index: 22;
    }
    .nav-filter {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    }
    #list_grid .ps-product.product-grid-view.nav-filter {
    display: inline-block;
    position: relative;
    height: 100%;
    border: 1px solid rgb(229 229 229);
    }
    .product-grid-view .wrapper-item {
    position: relative;
    }
    .switch-img.hover-item {
    position: relative;
      display: inline-block;
      overflow: hidden;
      float: left;
      padding: 0;
      flex: 0 0 100%;
      max-width: 100%;
      min-height: 165px;
    }
    #list_grid .add-wishlist {
    position: absolute;
      right: 15px;
      top: 10px;
      z-index: 5;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
      width: 40px;
      height: 40px;
    }
    #list_grid .item.add-share {
    position: absolute;
      right: 46px;
      top: 7px;
      z-index: 99;
      width: 40px;
      height: 40px;
    }
    #list_grid .item.wishItem .wishlist-icon {
    cursor: pointer;
      position: relative;
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
    #list_grid .item.wishItem .wishlist-icon .wishAction.addToWish,
   #list_grid a.wishAction.addToWish .wishlist--icon {
    width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wishAction.addToWish .wishlist--icon .fav_whiteborder:before,
   #list_grid a.wishAction.removeToWish .wishlist--icon .fav_orangeFill:before {
    width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .categoria-page .slides img {
    height: 195px !important;
      min-height: 195px !important;
      min-width: 100% !important;
      width: 100%;
      object-fit: cover;
      object-position: 100% 80%;
    }
    span.badge.avail_dates {
        width: 25px;
        height: 25px;
        font-weight: 500;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    #list_grid .categoria-page.flexslider .mrating {
    display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 8px;
      left: 10px;
      z-index: 2;
      width: 50%;
      height: 25px;
      flex-direction: row;
      flex-wrap: wrap;
    }
    #list_grid .categoria-page .mrating {
    display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      position: absolute;
      bottom: 0;
      left: 18px;
      z-index: 2;
      width: 50%;
      height: 25px;
    }
    #list_grid .categoria-page .mrating .reviews--wrapper {
    display: flex;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
      left: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .categoria-page .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 130px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #list_grid .categoria-page span.m-rating-text {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    top: 0;
    color: rgb(255 255 255);
      float: left;
      padding-left: 3px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 75px;
      text-align: left;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .product-desc.center p,
   .grid-card-content .grid-card-text.product-desc p {
    padding-left: 0;
    font-weight: 500;
    color: rgb(0 0 0);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left;
    }
    #list_grid .categoria-page.flexslider .mrating .reviews--wrapper {
    display: flex;
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 2;
      left: 10px;
    }
    #list_grid .categoria-page.flexslider .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 74px;
    }
    #list_grid .categoria-page.flexslider .mrating .reviews-content i {
    width: 100%;
      text-align: left;
      font-size: 16px !important;
    }
    .product-info {
    position: relative;
    display: inline-block;
    min-height: 210px;
    background-color: rgb(255 255 255);
      flex: 0 0 100%;
      max-width: 100%;
      min-height: unset;
      margin-bottom: 0;
      height: 100%;
    }
    .inner-rigth-wrapper .product-price-grid {
    min-height: 40px !important;
      height: unset;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      float: left;
      position: relative;
      display: flex;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .product-price-grid:before {
    content: "";
    border-radius: 200px 0 0 200px;
    -moz-border-radius: 200px 0 0 200px;
    -webkit-border-radius: 200px 0px 0px 200px;
    border: 0 solid rgb(0 0 0);
    background-color: rgb(0 0 0 / 0%);
      width: 48px;
      display: block;
      position: absolute;
      right: -30px;
      top: 36%;
      vertical-align: middle;
    }
    #list_grid .ps-product .ps-product__meta[rel="discount-price"] {
    top: unset;
      flex: 0 0 100%;
      max-width: 100%;
      right: 0 !important;
      margin: unset;
      float: right;
      text-align: right;
      width: 100% !important;
      height: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    #list_grid .product-price-grid .mrating {
    justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 0;
      display: none;
    }
    #list_grid .ps-product__meta .mrating .reviews--wrapper {
    position: absolute;
      width: 100%;
      bottom: 11px;
      z-index: 2;
      left: 10px;
      display: none;
      opacity: 0;
      height: 0;
    }
    #list_grid .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 105px;
    }
    .cat-title.text-center {
    top: 15px;
      display: none;
      position: relative;
      float: left;
      width: 100%;
      text-align: left !important;
    }
    .hidden-sm,
   .hiden-small {
    display: none !important;
    }
    #list_grid .ps-product .ps-product__meta .hiden-big.price-wrapper,
   .grid-card-price {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    #grid_grid .hiden-big.price-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    }
    #list_grid
      .ps-product
      .ps-product__meta
      .hiden-big.price-wrapper
      table[rel="b"] {
    margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      float: none;
      position: relative;
    }
    .hiden-big-table.not-discount {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 0 25px;
    }
    span.small.uppercase.pt-20.fromb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 1;
    color: rgb(68 68 68);
    }
    #list_grid
      .ps-product__meta
      .hiden-big.price-wrapper
      table[rel="b"]
      .small.uppercase {
    color: rgb(51 51 51);
      font-size: 14px;
      display: block;
      position: relative;
      float: unset;
      text-align: right;
      line-height: 33px;
      width: 75px;
      justify-content: center;
      align-items: center;
    }
    .ps-product .ps-product__del {
    text-align: center;
    position: relative;
    font-size: 20px;
    margin: 0 15px;
    color: rgb(153 153 153);
      text-decoration: line-through;
      font-weight: 400;
      order: 2;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .ps-product__meta .ps-product__price.sale {
    color: rgb(88 88 88) !important;
      font-size: 30px;
      text-align: right;
      margin-bottom: unset;
      margin-top: 0;
      line-height: 30px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      order: 3;
      font-weight: 600;
    }
    span.ps-product__price.sale i {
    font-size: 15px !important;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 4px;
      font-weight: 500;
    }
    #list_grid
      .ps-product__meta
      .hiden-big.price-wrapper
      table[rel="b"]
      .ps-product__price.sale.notdiscount {
    text-align: left;
      float: left;
      padding-left: 10px;
    }
    #list_grid .product-grid-view .product-header {
    height: 30px;
      padding: 0;
      float: left;
      text-align: left;
    }
    .product-header h4 {
    font-size: 1.1rem;
      line-height: 30px;
    }
    .product-desc.center {
    display: block;
      position: relative;
      float: left;
      margin-top: 0;
      height: 48px;
      width: 100%;
    }
    #list_grid .product-desc.center {
    height: unset;
      margin-bottom: 5px;
    }
    span.tooltipEl {
    color: var(--orange-color);
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
    }
    #list_grid .product-desc.center p {
    margin: 0;
      min-height: unset;
      font-size: 14px;
    }
    #list_grid .activity-card_attributes {
    position: relative;
      display: block;
      float: unset;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0 auto;
    }
    #list_grid .activity-card_attributes > ul {
    display: block;
    }
    ul.activity-attributes_container li {
    padding-left: 6px;
      width: 50% !important;
      float: left;
    }
    #list_grid .product-info .dispo-dates,
   .grid-card .right.price-wrapper {
    width: 100%;
      border-top: unset;
      position: relative;
      margin: 0 auto;
      padding-top: 0;
      float: unset;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
    }
    #list_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      display: inline-block;
      position: relative;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    }
    #list_grid .product-grid-view ul.avail_dates li {
    border-radius: 0;
      border: none;
      float: left;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0.45rem;
      font-size: 0.8rem;
    }
    ul.avail_dates li.greencolor {
    border-bottom: 2px solid var(--orange-color);
    color: var(--blue-color);
      border-radius: 0;
      border-top: unset;
    }
    #grid_grid ul.avail_dates li.greycolor,
   #list_grid ul.avail_dates li.greycolor {
    color: rgb(204 204 204);
    }
    ul.avail_dates li:first-child {
    margin-left: 0 !important;
    }
    .activity-attributes_attribute .c-icon {
    align-self: start;
    display: flex;
    height: 17.5px;
    width: 17.5px;
    flex-shrink: 0;
    font-style: normal;
    border: 0;
    font-family: inherit;
    font-size: 20px;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: rgb(146 145 145);
    }
    .activity-attributes_attribute .label {
    color: rgb(88 88 88);
      margin-left: 8px;
      position: relative;
      overflow: hidden;
      margin-bottom: 0;
      line-height: 22px;
      font-size: 14px;
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
    .material-icons.star.star-4:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e885";
    }
    #grid_grid.result-list {
    display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      margin-bottom: 20px;
      display: flex;
      width: 50%;
      max-width: 50%;
      padding-left: 0;
      padding-right: 0;
      min-height: 432px;
    }
    #grid_grid .grid-card {
    width: 100%;
    margin: 0 5px;
    position: relative;
    box-shadow: 0 0 0.3rem 0.03rem rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255);
      overflow: hidden;
      padding: 0;
    }
    #grid_grid .grid-card-category,
   #grid_grid .grid-card-like {
    display: flex;
    position: absolute;
    padding: 0.499rem;
    width: 20px;
    height: 20px;
    color: rgb(255 255 255);
      text-align: center;
    }
    #grid_grid .grid-card-like {
    background: unset;
      font-size: 22px;
      top: 5px;
      right: 5px;
      border-radius: 50%;
      z-index: 1;
    }
    #grid_grid .grid-card-category {
    top: 90px;
    right: 8px;
    border-radius: 50%;
    background: rgb(28 26 26 / 20%);
      justify-content: center;
      align-items: center;
      z-index: 2;
      font-size: 0;
    }
    #grid_grid .mrating,
   .reviews--wrapper {
    width: 100%;
      bottom: unset;
      z-index: 2;
      left: 0;
      position: relative;
    }
    #grid_grid .grid-card-category-label {
    display: block;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 2px;
    }
    #grid_grid .grid-card-category-label i.icon {
    font-size: 25px;
    }
    #grid_grid .mrating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 25px;
    width: 100%;
    background: linear-gradient(180deg, rgba(249,249,249,0) 0%, rgba(0,0,0,0.3085609243697479) 41%, rgba(0,0,0,0.6699054621848739) 100%);
    }
    #grid_grid .reviews--wrapper {
    display: flex;
       flex-direction: row;
       justify-content: flex-end;
       align-items: center;
       height: 100%;
       width: 140px;
    }
    .reviews--wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
    }
    span.reviews-content.text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 130px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    span.m-rating-text {
    font-size: 12px;
    position: relative;
    top: 0;
    color: rgb(255 255 255);
      float: left;
      padding-left: 3px;
      overflow: hidden;
      width: 75px;
      text-align: left;
      display: block;
    }
    #grid_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      justify-content: revert;
      align-items: stretch;
      min-height: 100%;
    }
    .product-grid-view .product-header {
    position: relative;
      display: block;
      padding-top: 15px;
    }
    #grid_grid .product-header {
    padding-top: 0 !important;
      width: 100%;
    }
    .grid-card-content .center {
    position: relative;
      display: block;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      min-height: unset;
    }
    .grid-card-content .grid-card-text.product-desc p {
    margin: 0;
      min-height: unset;
    }
    .product-grid-view .dispo-dates {
    width: 100%;
      border-top: unset;
      position: relative;
      margin: 0 auto;
      padding-top: 0;
      float: unset;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      height: 25px;
    }
    #grid_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      margin-bottom: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content ul.avail_dates.center li {
    height: 20px !important;
    }
    #grid_grid ul.avail_dates li {
    border-radius: 0;
      border: none;
      float: left;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0.45rem;
      font-size: 0.9rem;
      min-width: unset;
      max-width: unset;
    }
    .activity-attributes_attribute {
    color: rgb(15 15 15);
      font-size: 14px;
      padding: 0;
      vertical-align: baseline;
      border: 0;
      font-style: normal;
      font-weight: inherit;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
    }
    #grid_grid .grid-card-content .right {
    flex-direction: row;
      align-items: unset;
      clear: both;
      display: flex;
      align-items: center;
      align-self: center;
      margin-top: 0;
      position: relative;
      bottom: 0;
      height: 40px;
    }
    .grid-card-price-text-wrapper .ps-product__meta {
    position: relative;
      margin: 0 auto;
      bottom: 0;
      text-align: center;
      height: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center {
    text-align: center;
    }
    #activity-filters-applied,
   .activity-filters,
   .collapse,
   .filters__container,
   .ulList_wrapper {
    background-color: rgb(255 255 255);
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .top-line-panel.active {
    transform: translateY(-15px) rotate(45deg);
    }
    .center-line-panel.active {
    opacity: 0;
    }
    .bottom-line-panel.active {
    transform: translateY(-15px) rotate(-45deg);
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .icon-menu-button-group,
   .sort-dropdown {
    position: relative;
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6) {
    display: none;
    }
    #list_grid .ps-product .ps-product__meta .hiden-big.price-wrapper,
   .scrollToTop {
    display: none !important;
    }
    li[class*="duration_"] label:hover,
   li[class*="elmCategory_"] label:hover,
   li[class*="features_"] label:hover,
   li[class*="pinteres_"] label:hover,
   li[class*="zonaList_"] label:hover,
   span#js-hamburger-panel:hover {
    cursor: pointer;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .list-wrapper .panel-rigth {
    flex: 0 0 100%;
      padding-right: 0;
      padding-left: 0;
      max-width: 100%;
    }
    #activity-filters-applied {
      min-height: unset;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 5px;
      width: 100%;
      flex: 0 0 100%;
      background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 1.5rem;
        padding: 1rem;
    }
    .search-toolbar {
    display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    .search-toolbar-title {
    flex: 1;
      padding: 0.5rem 0;
      max-width: 50%;
      order: 1;
    }
    .title-search-result {
    color: rgb(51 51 51);
      font-size: 1.2rem;
      font-weight: 400;
      font-family: Roboto, Helvetica, Arial, sans-serif;
    }
    .datacouter-resumen span {
    color: rgb(0 123 192);
    }
    .search-toolbar .icon-menu {
    order: 2;
      transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0.9rem;
      margin-right: 0;
      flex: 0 0 20% !important;
    }
    .icon-menu-button-group .icon-inner.filters_listing {
    display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .filters_listing ul {
    margin: 0;
      list-style: none;
      padding: 0;
      left: 0;
      z-index: 2;
      position: relative;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .clearfix {
    clear: both;
    }
    .icon-inner.filters_listing ul li {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .filters_listing ul li:first-child {
    float: left;
      margin-right: 10px;
    }
    .layout_view {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 0 2px;
    }
    .layout_view a {
    color: rgb(0 0 0 / 80%);
      text-decoration: none;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      outline: 0;
      display: inline-block;
    }
    .layout_view a.change-grid,
   .layout_view a.change-list {
    padding-left: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .layout_view a:first-of-type {
    padding-right: 8px;
    }
    .sortx-dropdown.closed.with-selection {
    order: 8;
      flex: 0 0 22% !important;
      display: flex;
      justify-content: end;
      align-items: end;
      order: 3;
    }
    .filters-applied-small {
    float: left;
      margin-right: 0.5rem;
      flex: 0 0 15% !important;
      margin-left: 0.5rem;
      order: 4;
    }
    .abutton-filters {
    color: rgb(255 255 255);
    display: flex;
    align-items: center;
    height: auto;
    padding: 0.2rem 1.2rem 0.2rem 0.2rem;
    margin: 0.25rem 0.25rem 0.25rem 0;
    font-size: 1rem;
    border: 1px solid rgb(238 238 238);
    font-weight: 400;
    background-color: var(--blue-color);
    }
    .sort-dropdown {
    transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.13rem 0.2rem 0.1rem;
      width: 100%;
      order: 4;
      margin-left: auto;
      cursor: pointer;
      vertical-align: middle;
      top: 50%;
      right: 0;
      z-index: 2;
    }
    .sort-dropdown-list {
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: rgb(255 255 255);
    box-shadow: 0 12px 15px -5px rgb(0 0 0 / 18%);
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      display: none;
    }
    .select2-container {
    width: 100% !important;
    }
    .select2-container .select2-selection--single {
    background-color: rgb(255 255 255);
    border: 1px solid rgb(238 238 238);
      border-radius: 4px;
      height: 34px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__rendered {
    line-height: 32px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__arrow {
    height: 32px;
      top: 1px;
      width: 20px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__clear {
    font-size: 24px;
    }
    .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
      overflow-y: auto;
    }
    div#results {
    width: 100%;
      display: block;
    }
    .places__interest {
    position: relative;
      margin-bottom: 40px;
      display: flex;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .places__interest.is-render ul li {
    display: inline-block;
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .places__interest.is-render img {
    object-fit: contain;
      object-position: 0% 0px;
    }
    .places__interest .summary {
    background-color: rgb(248 249 250);
    }
    #list_grid #touroffer.view-category-list.list-content {
    display: inline-block;
      list-style: none;
    }
    #list_grid #touroffer ul#catlist_wrapper {
    display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #list_grid #touroffer ul#catlist_wrapper > li {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    outline: 0;
    width: 100%;
    /*height: 215px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(229 229 229);
    background-color: rgb(255 255 255);
    }
    #list_grid .ps-product.product-grid-view.nav-filter {
    height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    .nav-filter {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    }
    #list_grid .ps-product .ps-product__meta {
    flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .ps-product__meta .mrating {
    top: 0;
      z-index: 2;
      width: 100%;
      height: 28px;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      position: relative;
    }
    #list_grid .ps-product__meta .mrating .reviews--wrapper {
    display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 100%;
      width: 100%;
    }
    #list_grid .ps-product__meta .mrating .text-rating-total {
    height: 100%;
      line-height: 100%;
      font-size: 0.875rem;
      width: 70%;
      float: left;
      display: flex;
    }
    #list_grid .ps-product .cat-title.text-center {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 35px;
      width: 100%;
    }
    #list_grid .product-grid-view .wrapper-item {
    position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wrapper-rigth-secction-href {
    height: 100%;
      width: 100%;
    }
    #list_grid a.wrapper-rigth-secction-href .categoria-page.discount-label {
    float: right;
      top: unset;
      left: unset;
      z-index: 999;
      right: 0;
      bottom: 0;
    }
    #list_grid .inner-left-wrapper.switch-img.hover-item {
    height: 100%;
      max-width: 33.333333%;
      position: relative;
      overflow: hidden;
      float: left;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wrapper-rigth-secction {
    height: 100%;
      position: relative;
      background-clip: border-box;
      display: inline-block;
      float: left;
      max-width: 70%;
      flex: 0 0 70%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .inner-rigth-wrapper {
    width: 66.666667%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
      height: 215px;
    }
    #list_grid .inner-left-wrapper a.wrapper-rigth-secction-href {
    position: absolute;
      display: flex;
      z-index: 1;
      height: 78%;
      width: 100%;
      padding: 0;
      margin: 0;
      bottom: 0;
    }
    #list_grid .item.wishItem.add-wishlist {
    position: absolute;
      left: 28%;
      top: 15px;
      z-index: 99;
      width: 40px;
      height: 40px;
    }
    #list_grid .item.add-share {
    position: absolute;
      left: 24%;
      top: 13px;
      z-index: 99;
      width: 40px;
      height: 40px;
    }
    #list_grid .evt-item.add-share {
    width: 100%;
      height: 100%;
      position: relative;
      right: unset;
      top: unset;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    #list_grid div.share.settings-button {
    width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      right: unset;
      top: unset;
      z-index: 22;
    }
    #list_grid .inner-left-wrapper .categoria-page {
    margin: 0 !important;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    border: unset;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%;
    }
    #list_grid .inner-left-wrapper .categoria-page .discount-label {
    /*top: unset;*/
      /*bottom: 0;*/
      /*right: 0;*/
      /*left: unset;*/;
    }
    .categoria-page .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      min-height: 100%;
      width: 100%;
      height: 100%;
      position: absolute;
    }
    .categoria-page .slides img {
    object-fit: cover;
      min-width: 100%;
      height: 100%;
    }
    #list_grid .inner-left-wrapper .add-wishlist {
    position: absolute;
      right: 8px;
      top: 8px;
      z-index: 5;
    }
    #list_grid .item.wishItem .wishlist-icon {
    cursor: pointer;
      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wishAction.addToWish {
    width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .item.add-share a#addShare {
    position: absolute;
      right: 49px;
      top: 5px;
    }
    #list_grid .mrating .reviews--wrapper {
    display: flex;
      position: relative;
      width: 100%;
    }
    #list_grid .mrating .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 74px;
    }
    #list_grid .mrating .reviews-content,
   .reviews-content {
      display: block;
      position: relative;
      /*width: 100%;*/
    }
    #list_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .dropdown-list-item,
   .dropdown-list-item a,
   .dropdown-selected,
   .dropdown-selected a {
    color: rgb(51 51 51);
    }
    .dropdown-list-item {
    padding: 8px 20px;
      white-space: nowrap;
    }
    .dropdown-list-item.selected,
   .dropdown-list-item:hover {
    background-color: rgb(239 239 239);
    }
    .ps-product__meta h5.catName {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: var(--blue-color);
      font-size: 16px;
    }
    .hiden-small.price-wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      position: relative;
    }
    .product-price-grid .small {
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(100 100 100);
    }
    .ps-product__meta span.small.uppercase {
    color: rgb(51 51 51);
      font-size: 14px;
      display: block;
      position: relative;
    }
    .grid-card-content .grid-card-text.product-desc p,
   .product-info .product-desc p {
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .ps-shop__product.list_grid .ps-product__meta small {
    font-size: 70%;
      font-weight: 600;
      padding-top: 5px;
    }
    #list_grid .ps-product__meta span.small.uppercase.froma {
    line-height: 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .ps-product__meta .ps-product__del {
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(153 153 153);
      text-decoration: line-through;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      font-family: Roboto;
      font-weight: 400;
    }
    span.small.uppercase.froma,
   span.small.uppercase.fromb,
   span.small.uppercase.fromc {
    float: left;
      line-height: 30px;
      width: 100%;
    }
    .ps-product .ps-product__price {
    color: rgb(25 25 25);
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 20px;
    }
    .ps-product .ps-product__price.sale {
    font-size: 20px;
      text-align: right;
      float: right;
    }
    .ps-product__meta .ps-product__price.sale {
    font-weight: 700;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(88 88 88) !important;
      font-size: 30px;
      text-align: right;
      float: right;
      margin-bottom: 5px;
    }
    span.ps-product__price.sale i {
    font-size: 15px !important;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 4px;
      font-weight: 500;
    }
    #list_grid .inner-rigth-wrapper .product-info {
    position: relative;
    display: inline-block;
    min-height: 100%;
    background-color: rgb(255 255 255);
      padding: 0;
      height: 100%;
    }
    .categoria-page .product-header h4,
   .product-info .product-header h4 {
    width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 22px;
      font-weight: 600;
      font-family: Roboto, sans-serif;
    }
    #list_grid .text-canTitle .tooltipEl {
    color: var(--orange-color);
      font-weight: 400;
      font-size: 16px;
      cursor: pointer;
    }
    span.tooltipEl {
    color: var(--orange-color);
      text-align: left;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      position: relative;
      height: 100%;
    }
    #list_grid .product-desc {
    margin-top: 0;
      position: relative;
    }
    #list_grid .product-desc p {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    min-height: 45px;
    width: 100%;
    color: rgb(41 41 41);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375rem;
      margin: 2px 0 4px;
    }
    .inner-rigth-wrapper .cancel_wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 18px;
    }
    .activity-card_attributes {
    list-style: none;
      display: flex;
      margin-top: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      height: 78px;
    }
    .activity-card_attributes > ul {
    flex-grow: 1;
      list-style: none;
    }
    .activity-attributes_attribute {
    align-items: center;
      display: flex;
      font-weight: inherit;
    }
    .activity-attributes_attribute .c-icon {
    display: flex;
    align-self: start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 17.5px;
    width: 17.5px;
    border: 0;
    font-family: inherit;
    font-size: 20px;
    font-weight: inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: rgb(146 145 145);
    }
    .activity-attributes_attribute .label {
    color: rgb(0 0 0);
      line-height: normal;
      margin-left: 8px;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    ul.activity-attributes_container li {
    width: 70% !important;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 25px;
    }
    .product-grid-view .dispo-dates {
    display: inline-block;
      text-align: left;
      left: 0;
    }
    #list_grid .product-grid-view .dispo-dates {
    display: flex;
    }
    .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      display: inline-block;
      position: absolute;
      margin: 0;
      padding-left: 0;
    }
    .product-grid-view ul.avail_dates li {
    border-radius: 0.3125vw;
      border: none;
      float: left;
      min-width: 1.5625rem;
      max-width: 1.5625rem;
      margin-left: 0.625rem;
      font-size: 0.775rem;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      height: 25px;
      font-weight: 600;
    }
    ul.avail_dates li:first-child {
    margin-left: 0 !important;
    }
    ul.avail_dates li.greencolor {
    border-bottom: 2px solid var(--orange-color);
    color: var(--blue-color);
      border-radius: 0;
      border-top: unset;
    }
    #list_grid .product-grid-view ul.avail_dates li {
    font-size: 0.9rem;
      min-width: 1.25rem;
      max-width: 1.5625rem;
      margin-left: 0.5rem;
      font-weight: 600;
      font-family: "Roboto Condensed";
    }
    #grid_grid ul.avail_dates li.greycolor,
   #list_grid ul.avail_dates li.greycolor {
    color: rgb(204 204 204);
    }
    span.activity-attributes_attribute.hours span.label {
    margin-bottom: 0;
      line-height: 22px;
    }
    #list_grid .inner-rigth-wrapper .product-price-grid {
    position: relative;
    background-color: rgb(249 249 249);
      padding: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .ps-product .ps-product__meta {
    position: relative;
      width: 100%;
      height: 100%;
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      bottom: 0;
      top: unset;
      margin: 0 auto;
      right: 0;
      left: 0;
      float: none;
      padding: 0;
      text-align: center;
    }
    .material-icons.incluidos:before {
    color: var(--gray-color);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 25px;
    }
    .material-icons.incluidos.groups:before {
    content: "\f233";
    }
    .material-icons.incluidos.bus:before {
    content: "\e530";
    }
    .material-icons.incluidos.accessible:before {
    content: "\e914";
    }
    .material-icons.incluidos.alarm_on:before {
    content: "\e858";
    }
    .material-icons.star.star-1:before,
   .material-icons.star.star-2:before,
   .material-icons.star.star-35:before,
   .material-icons.star.star-3:before,
   .material-icons.star.star-45:before,
   .material-icons.star.star-4:before,
   .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
    }
    #grid_grid.result-list {
    display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      margin-bottom: 20px;
      display: flex;
      width: 50%;
      max-width: 50%;
      padding-left: 0;
      padding-right: 0;
      min-height: 432px;
    }
    #grid_grid .grid-card {
    width: 100%;
    margin: 0 5px;
    position: relative;
    box-shadow: 0 0 0.3rem 0.03rem rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255);
      overflow: hidden;
      padding: 0;
    }
    #grid_grid .grid-card-category,
   #grid_grid .grid-card-like {
    display: flex;
    padding: 0.499rem;
    width: 20px;
    height: 20px;
    text-align: center;
    color: rgb(255 255 255);
      position: absolute;
    }
    #grid_grid .grid-card-like {
    background: unset;
      font-size: 22px;
      top: 5px;
      right: 5px;
      border-radius: 50%;
      z-index: 1;
    }
    #grid_grid .grid-card-category {
    top: 22px;
      right: 8px;
      border-radius: 50%;
      background: unset;
      justify-content: center;
      align-items: center;
      z-index: 2;
      font-size: 0;
    }
    #grid_grid .grid-card-category-label {
    display: block;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 2px;
    }
    #grid_grid .grid-card-category-label i.icon {
    font-size: 25px;
    }
    #grid_grid .mrating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 25px;
    width: 100%;
    background: linear-gradient(180deg, rgba(249,249,249,0) 0%, rgba(0,0,0,0.3085609243697479) 41%, rgba(0,0,0,0.6699054621848739) 100%);
    z-index: 99;
    }
    #grid_grid .mrating {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    bottom: 0;
    position: absolute;
    }
    #grid_grid .mrating .reviews--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 25px;
    padding-left: 20px;
    background: linear-gradient(180deg, rgba(249,249,249,0) 0%, rgba(0,0,0,0.3085609243697479) 41%, rgba(0,0,0,0.6699054621848739) 100%);
    }
    span.reviews-content.text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 130px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    span.m-rating-text {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    top: 0;
    color: rgb(255 255 255);
      float: left;
      padding-left: 3px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 75px;
      text-align: left;
      display: block;
    }
    #grid_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: revert;
      align-items: stretch;
      min-height: 100%;
    }
    .product-grid-view .product-header {
    position: relative;
      display: block;
      padding-top: 5px;
    }
    #grid_grid .product-header {
    padding-top: 0 !important;
      width: 100%;
    }
    #grid_grid h4.product-grid-header-title {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
       font-size: 1.3rem;
    }
    #grid_grid span.cancel_wrapper {
    height: 30px;
       display: flex;
    }
    #grid_grid .discounter-label,
   .product-header.grid .discount-wrapper {
    background-color: var(--orange-color);
    width: 50px;
    color: rgb(255 255 255);
      font-size: 14px;
      height: 25px;
      position: absolute;
      text-align: center;
    }
    #grid_grid .discounter-label {
    top: 30px;
      right: -10px;
      padding-top: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content .center {
    position: relative;
      display: block;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content .grid-card-text.product-desc p {
    padding-left: 0;
    margin: 0;
    min-height: unset;
    font-weight: 500;
    color: rgb(0 0 0);
      text-align: left;
    }
    .product-grid-view .dispo-dates {
    width: 100%;
      border-top: unset;
      position: relative;
      bottom: 0;
      margin: 10px auto;
      padding-top: 0;
      float: unset;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      height: 25px;
    }
    #grid_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      margin-bottom: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content ul.avail_dates.center li {
    height: 20px !important;
    }
    #grid_grid ul.avail_dates li {
    border-radius: 0;
      border: none;
      float: left;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0.45rem;
      font-size: 0.9rem;
      min-width: unset;
      max-width: unset;
    }
    .activity-attributes_attribute {
    color: rgb(15 15 15);
      font-size: 14px;
      padding: 0 10px 0 0;
      vertical-align: baseline;
      border: 0;
      font-style: normal;
      font-weight: inherit;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
    }
    span.activity-attributes_attribute.hours {
    justify-content: flex-end;
    }
    .grid-card .right.price-wrapper {
    width: 100%;
      border-top: unset;
      position: relative;
      margin: 0 auto;
      padding-top: 0;
      float: unset;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .grid-card-price-text-wrapper .ps-product__meta {
    position: relative;
      margin: 0 auto;
      bottom: 0;
      text-align: center;
      height: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 0 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
    .activity-attributes_attribute .label,
   .product-header.grid h4,
   span.m-rating-text {
    white-space: nowrap;
      text-overflow: ellipsis;
    }
    .text-center {
    text-align: center;
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6),
   button#js-hamburger-panel-close {
    display: none;
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .icon-menu-button-group,
   .sort-dropdown {
    position: relative;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .list-wrapper .panel-rigth {
    flex: 0 0 75%;
      padding-right: 10px;
      padding-left: 10px;
      max-width: 75%;
    }
    #activity-filters-applied {
    min-height: unset;
    background-color: rgb(255 255 255);
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 5px;
      height: 45px;
      width: 100%;
      flex: 0 0 100%;
      padding-top: 0;
    }
    .search-toolbar {
    display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    .search-toolbar-title {
    flex: 1;
      padding: 0.5rem 0;
      max-width: 50%;
      order: 1;
    }
    .title-search-result {
    color: rgb(51 51 51);
      font-size: 1.2rem;
      font-weight: 400;
      font-family: Roboto, Helvetica, Arial, sans-serif;
    }
    .datacouter-resumen span {
    color: rgb(0 123 192);
    }
    .search-toolbar .icon-menu {
    order: 2;
      transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0.9rem;
      margin-right: 0;
      flex: 0 0 20% !important;
    }
    .icon-menu-button-group .icon-inner.filters_listing {
    display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .filters_listing ul {
    margin: 0;
      list-style: none;
      padding: 0;
      left: 0;
      z-index: 2;
      position: relative;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .clearfix {
    clear: both;
    }
    .icon-inner.filters_listing ul li {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .filters_listing ul li:first-child {
    float: left;
      margin-right: 10px;
    }
    .layout_view {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 0 2px;
    }
    .layout_view a {
    color: rgb(0 0 0 / 80%);
      text-decoration: none;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      outline: 0;
      display: inline-block;
    }
    .layout_view a.change-grid,
   .layout_view a.change-list {
    padding-left: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .layout_view a:first-of-type {
    padding-right: 8px;
    }
    .sortx-dropdown.closed.with-selection {
    order: 8;
      flex: 0 0 30% !important;
      display: flex;
      justify-content: end;
      align-items: end;
      order: 3;
    }
    .sort-dropdown {
    transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.13rem 0.2rem 0.1rem;
      width: 100%;
      order: 4;
      margin-left: auto;
      cursor: pointer;
      vertical-align: middle;
      top: 50%;
      right: 0;
      z-index: 2;
    }
    .sort-dropdown-list {
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: rgb(255 255 255);
    box-shadow: 0 12px 15px -5px rgb(0 0 0 / 18%);
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      display: none;
    }
    #list_grid .ps-product .ps-product__meta .hiden-big.price-wrapper,
   .hide-for-xlarge {
    display: none !important;
    }
    .select2-container {
    width: 100% !important;
    }
    .select2-container .select2-selection--single {
    background-color: rgb(255 255 255);
    border: 1px solid rgb(238 238 238);
      border-radius: 4px;
      height: 34px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__rendered {
    line-height: 32px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__arrow {
    height: 32px;
      top: 1px;
      width: 20px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__clear {
    font-size: 24px;
    }
    .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
      overflow-y: auto;
    }
    div#results {
    width: 100%;
      display: block;
    }
    .places__interest {
    position: relative;
      margin-bottom: 40px;
      display: flex;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .places__interest.is-render ul li {
    display: inline-block;
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .places__interest.is-render img {
    object-fit: contain;
      object-position: 0% 0px;
    }
    .places__interest .summary {
    background-color: rgb(248 249 250);
    }
    #list_grid #touroffer.view-category-list.list-content {
    display: inline-block;
      list-style: none;
    }
    #list_grid #touroffer ul#catlist_wrapper {
    display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #list_grid #touroffer ul#catlist_wrapper > li {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    outline: 0;
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(229 229 229);
    background-color: rgb(255 255 255);
    }
    #list_grid .ps-product.product-grid-view.nav-filter {
    height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    .nav-filter {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    }
    #list_grid .ps-product .ps-product__meta {
    position: relative;
      width: 100%;
      height: 100%;
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      bottom: 0;
      top: unset;
    }
    #list_grid .ps-product__meta .mrating {
    top: 5px;
      z-index: 2;
      width: 100%;
      height: 28px;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      position: relative;
    }
    #list_grid .ps-product__meta .mrating .reviews--wrapper {
    display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 100%;
      width: 100%;
    }
    #list_grid .ps-product__meta .mrating .text-rating-total {
    height: 100%;
      line-height: 100%;
      font-size: 0.875rem;
      width: 85%;
      float: left;
      display: flex;
    }
    #list_grid .ps-product .cat-title.text-center {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 35px;
      width: 100%;
    }
    #list_grid .product-grid-view .wrapper-item {
    position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .item.wishItem.add-wishlist {
    position: absolute;
      left: 27%;
      top: 4px;
      z-index: 99;
      width: 40px;
      height: 40px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
    #list_grid .item.wishItem .wishlist-icon {
    width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
      cursor: pointer;
      position: relative;
    }
    #list_grid a.wishAction.addToWish,
   #list_grid a.wishAction.addToWish .wishlist--icon {
    width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wishAction.addToWish .wishlist--icon .fav_whiteborder:before {
    width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .item.add-share {
    position: absolute;
      left: 22%;
      top: 2px;
      z-index: 99;
      width: 40px;
      height: 40px;
    }
    #list_grid .evt-item.add-share {
    width: 100%;
      height: 100%;
      position: relative;
      right: unset;
      top: unset;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    #list_grid div.share.settings-button {
    width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      right: unset;
      top: unset;
      z-index: 22;
    }
    #list_grid .inner-left-wrapper.switch-img.hover-item {
    height: 100%;
      max-width: 33.333333%;
      flex: 0 0 33.333333%;
      position: relative;
      overflow: hidden;
      float: left;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    }
    #list_grid span.bg-gradiente-top {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(
         180deg,
         rgb(0 0 0 / 0%) 70%,
         rgb(0 0 0 / 70%) 100%
      );
    background: -moz-linear-gradient(
         180deg,
         rgba(0, 0, 0, 0) 70%,
         rgba(0, 0, 0, 0.7) 100%
      );
    background: -ms-linear-gradient(
         180deg,
         rgba(0, 0, 0, 0) 70%,
         rgba(0, 0, 0, 0.7) 100%
      );
    background: -o-linear-gradient(
         180deg,
         rgba(0, 0, 0, 0) 70%,
         rgba(0, 0, 0, 0.7) 100%
      );
    background: linear-gradient(
         2deg,
         rgb(0 0 0 / 0%) 70%,
         rgb(0 0 0 / 70%) 100%
      );
      border-radius: 5px;
    }
    #list_grid .discount-label {
    /*  float: right; */
    /* bottom: 0; */
    /* right: 0; */
    /* top: unset; */
    /* left: unset; */
    /* padding-right: 15px; */
    /* z-index: 999;*/;
    }
    #list_grid a.wrapper-rigth-secction {
    height: 100%;
      position: relative;
      background-clip: border-box;
      display: inline-block;
      float: left;
      max-width: 66.666667%;
      flex: 0 0 66.666667%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .inner-rigth-wrapper {
    width: 66.666667%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    #list_grid .inner-left-wrapper a.wrapper-rigth-secction-href {
    position: absolute;
      display: flex;
      z-index: 1;
      height: 78%;
      width: 100%;
      padding: 0;
      margin: 0;
      bottom: 0;
    }
    #list_grid .inner-left-wrapper .categoria-page {
    margin: 0 !important;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    border: unset;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      height: 100%;
    }
    .categoria-page .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    }
    #list_grid .inner-left-wrapper .add-wishlist {
    position: absolute;
      right: 8px;
      top: 8px;
      z-index: 5;
    }
    #list_grid .item.add-share a#addShare {
    position: absolute;
      right: 49px;
      top: 5px;
    }
    #list_grid .mrating .reviews--wrapper {
    display: flex;
      position: relative;
      width: 100%;
    }
    #list_grid .mrating .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 74px;
    }
    #list_grid .mrating .reviews-content,
   .reviews-content {
    display: block;
      position: relative;
      /*width: 100%;*/
    }
    #list_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .dropdown-list-item,
   .dropdown-list-item a,
   .dropdown-selected,
   .dropdown-selected a {
    color: rgb(51 51 51);
    }
    .dropdown-list-item {
    padding: 8px 20px;
      white-space: nowrap;
    }
    .dropdown-list-item.selected,
   .dropdown-list-item:hover {
    background-color: rgb(239 239 239);
    }
    .ps-product__meta h5.catName {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: var(--blue-color);
      font-size: 16px;
    }
    .hiden-small.price-wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      position: relative;
    }
    .product-price-grid .small {
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(100 100 100);
    }
    .ps-product__meta span.small.uppercase {
    color: rgb(51 51 51);
      font-size: 14px;
      display: block;
      position: relative;
    }
    .grid-card-content .grid-card-text.product-desc p,
   .product-info .product-desc p {
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .ps-shop__product.list_grid .ps-product__meta small {
    font-size: 70%;
      font-weight: 600;
      padding-top: 5px;
    }
    #list_grid .ps-product__meta span.small.uppercase.froma {
    line-height: 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .ps-product__meta .ps-product__del {
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(153 153 153);
      text-decoration: line-through;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      font-family: Roboto;
      font-weight: 400;
    }
    span.small.uppercase.froma,
   span.small.uppercase.fromb,
   span.small.uppercase.fromc {
    float: left;
      line-height: 30px;
      width: 100%;
    }
    .ps-product .ps-product__price {
    color: rgb(25 25 25);
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 20px;
    }
    .ps-product .ps-product__price.sale {
    font-size: 20px;
      text-align: right;
      float: right;
    }
    .ps-product__meta .ps-product__price.sale {
    font-weight: 700;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(88 88 88) !important;
      font-size: 30px;
      text-align: right;
      float: right;
      margin-bottom: 5px;
    }
    span.ps-product__price.sale i {
    font-size: 15px !important;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 4px;
      font-weight: 500;
    }
    #list_grid .inner-rigth-wrapper .product-info {
    position: relative;
    display: inline-block;
    min-height: 100%;
    background-color: rgb(255 255 255);
    }
    .categoria-page .product-header h4,
   .product-info .product-header h4 {
    width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 22px;
      font-weight: 600;
      font-family: Roboto, sans-serif;
    }
    #list_grid .text-canTitle .tooltipEl {
    color: var(--orange-color);
      font-weight: 400;
      font-size: 16px;
      cursor: pointer;
    }
    #list_grid .product-desc {
    margin-top: 0;
    }
    #list_grid .product-desc.center p {
    min-height: 44px;
      -webkit-line-clamp: 2;
      font-size: 14px;
    }
    #list_grid .product-desc p {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    min-height: 68px;
    width: 100%;
    color: rgb(0 0 0);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375rem;
      margin: 2px 0 4px;
    }
    .activity-card_attributes {
    list-style: none;
      margin-top: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      height: 50px;
    }
    .activity-card_attributes > ul {
    flex-grow: 1;
      list-style: none;
    }
    .activity-attributes_attribute {
    align-items: center;
      display: flex;
      font-weight: inherit;
    }
    .activity-attributes_attribute .c-icon {
    display: flex;
    align-self: start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 17.5px;
    width: 17.5px;
    border: 0;
    font-family: inherit;
    font-size: 20px;
    font-weight: inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: rgb(146 145 145);
    }
    .activity-attributes_attribute .label {
    color: rgb(0 0 0);
      line-height: normal;
      margin-left: 8px;
      position: relative;
      overflow: hidden;
    }
    ul.activity-attributes_container li {
    width: 50%;
      float: left;
      line-height: 25px;
      height: 25px;
    }
    .product-grid-view .dispo-dates {
    display: inline-block;
      text-align: left;
      left: 0;
    }
    #list_grid .product-grid-view .dispo-dates {
    display: flex;
    }
    .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      display: inline-block;
      position: absolute;
      margin: 0;
      padding-left: 6px;
    }
    .product-grid-view ul.avail_dates li {
    border-radius: 0.3125vw;
      border: none;
      float: left;
      min-width: 1.5625rem;
      max-width: 1.5625rem;
      margin-left: 0.625rem;
      font-size: 0.775rem;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      height: 25px;
      font-weight: 600;
    }
    ul.avail_dates li:first-child {
    margin-left: 0 !important;
    }
    ul.avail_dates li.greencolor {
    border-bottom: 2px solid var(--orange-color);
    color: var(--blue-color);
      border-radius: 0;
      border-top: unset;
    }
    #list_grid .product-grid-view ul.avail_dates li {
    font-size: 0.9rem;
      min-width: 1.5625rem;
      max-width: 1.5625rem;
      margin-left: 0.5rem;
      font-weight: 600;
      font-family: "Roboto Condensed";
    }
    #grid_grid ul.avail_dates li.greycolor,
   #list_grid ul.avail_dates li.greycolor {
    color: rgb(204 204 204);
    }
    span.activity-attributes_attribute.hours span.label {
    margin-bottom: 0;
      line-height: 22px;
    }
    #list_grid .inner-rigth-wrapper .product-price-grid {
    position: relative;
    background-color: rgb(249 249 249);
      padding: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .material-icons.incluidos:before {
    color: var(--gray-color);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 25px;
    }
    .material-icons.incluidos.groups:before {
    content: "\f233";
    }
    .material-icons.incluidos.bus:before {
    content: "\e530";
    }
    .material-icons.incluidos.accessible:before {
    content: "\e914";
    }
    .material-icons.incluidos.alarm_on:before {
    content: "\e858";
      font-size: 20px;
      padding-left: 12px;
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
    .material-icons.star.star-4:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e885";
    }
    #grid_grid.result-list {
    display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      margin-bottom: 20px;
      display: flex;
      width: 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 0;
      padding-right: 0;
      min-height: 432px;
    }
    #grid_grid .grid-card {
    width: 100%;
    margin: 0 5px;
    position: relative;
    box-shadow: 0 0 0.3rem 0.03rem rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255);
      overflow: hidden;
      padding: 0;
    }
    #grid_grid .grid-card-category,
   #grid_grid .grid-card-like {
    display: flex;
    position: absolute;
    background: unset;
    padding: 0.499rem;
    width: 20px;
    height: 20px;
    color: rgb(255 255 255);
      text-align: center;
    }
    #grid_grid .grid-card-like {
    font-size: 22px;
      top: 5px;
      right: 5px;
      border-radius: 50%;
      z-index: 1;
    }
    #grid_grid .grid-card-category {
    top: 22px;
      right: 8px;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      z-index: 2;
      font-size: 0;
    }
    #grid_grid .mrating,
   .reviews--wrapper {
    width: 100%;
      bottom: unset;
      z-index: 2;
      position: relative;
      left: 0;
    }
    #grid_grid .grid-card-category-label {
    display: block;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 2px;
    }
    #grid_grid .grid-card-category-label i.icon {
    font-size: 25px;
    }
    #grid_grid .mrating {
    display: flex;
       justify-content: flex-start;
       align-items: flex-end;
       flex-direction: row;
       flex-wrap: wrap;
       bottom: 0;
       position: absolute;
    }
    #grid_grid .mrating .reviews--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 25px;
    padding-left: 20px;
    background: linear-gradient(180deg, rgba(249,249,249,0) 0%, rgba(0,0,0,0.3085609243697479) 41%, rgba(0,0,0,0.6699054621848739) 100%);
    }
    #grid_grid .mrating span.reviews-content.text-rating-total {
    height: 1.1rem;
       line-height: 0.75rem;
       margin-left: 0;
       font-size: 0.875rem;
       width: 95px;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }
    #grid_grid .mrating span.m-rating-text {
    color: rgb(255 255 255);
    }
    .reviews--wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 25px;
      padding-left: 20px;
    }
    span.reviews-content.text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 130px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    span.m-rating-text {
    font-size: 12px;
    position: relative;
    top: 2px;
    color: rgb(33 37 41);
      float: left;
      padding-left: 3px;
      overflow: hidden;
      width: 75px;
      display: none;
      text-align: center;
    }
    #grid_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: revert;
      align-items: stretch;
      min-height: 100%;
      width: 100%;
    }
    .product-grid-view .product-header {
    position: relative;
      display: block;
      padding-top: 8px;
    }
    #grid_grid .product-header {
    padding-top: 0 !important;
      width: 100%;
    }
    span.tooltipElgrig.tooltipstered {
    color: var(--orange-color);
    }
    .grid-card .right.price-wrapper,
   .product-grid-view .dispo-dates {
    border-top: unset;
      padding-top: 0;
      float: unset;
      margin: 0 auto;
      width: 100%;
      position: relative;
    }
    .grid-card-content .center {
    position: relative;
      display: block;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      min-height: unset;
    }
    .grid-card-content .grid-card-text.product-desc p {
    padding-left: 0;
    margin: 0;
    min-height: unset;
    font-weight: 500;
    color: rgb(0 0 0);
      text-align: left;
    }
    .product-grid-view .dispo-dates {
    bottom: 0;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      height: 25px;
    }
    #grid_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      margin-bottom: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content ul.avail_dates.center li {
    height: 20px !important;
    }
    #grid_grid ul.avail_dates li {
    border-radius: 0;
      border: none;
      float: left;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0.45rem;
      font-size: 0.9rem;
      min-width: unset;
      max-width: unset;
    }
    .activity-attributes_attribute {
    color: rgb(15 15 15);
      font-size: 14px;
      padding: 0 10px 0 0;
      vertical-align: baseline;
      border: 0;
      font-style: normal;
      font-weight: inherit;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
    }
    span.activity-attributes_attribute.hours {
    justify-content: flex-end;
    }
    .grid-card .right.price-wrapper {
    display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .grid-card-price-text-wrapper .ps-product__meta {
    position: relative;
      margin: 0 auto;
      bottom: 0;
      text-align: center;
      height: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .text-center {
    text-align: center;
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .categoria-page .slides,
   .slides {
    list-style: none;
      min-height: 100%;
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6),
   button#js-hamburger-panel-close {
    display: none;
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .icon-menu-button-group,
   .sort-dropdown {
    position: relative;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .list-wrapper .panel-rigth {
    flex: 0 0 75%;
      padding-right: 10px;
      padding-left: 10px;
      max-width: 75%;
    }
    #activity-filters-applied {
    min-height: unset;
    background-color: rgb(255 255 255);
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      flex: 0 0 100%;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 1.5rem;
        padding: 1rem;
    }
    .search-toolbar {
    display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    .search-toolbar-title {
    flex: 1;
      padding: 0.5rem 0;
      max-width: 50%;
      order: 1;
    }
    .title-search-result {
    color: rgb(51 51 51);
      font-size: 1.2rem;
      font-weight: 400;
      font-family: Roboto, Helvetica, Arial, sans-serif;
    }
    .datacouter-resumen span {
    color: rgb(0 123 192);
    }
    .search-toolbar .icon-menu {
    order: 2;
      transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0.9rem;
      margin-right: 0;
      flex: 0 0 20% !important;
    }
    .icon-menu-button-group .icon-inner.filters_listing {
    display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .filters_listing ul {
    margin: 0;
      list-style: none;
      padding: 0;
      left: 0;
      z-index: 2;
      position: relative;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .clearfix {
    clear: both;
    }
    .icon-inner.filters_listing ul li {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .filters_listing ul li:first-child {
    float: left;
      margin-right: 10px;
    }
    .layout_view {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 0 2px;
    }
    .layout_view a {
    color: rgb(0 0 0 / 80%);
      text-decoration: none;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      outline: 0;
      display: inline-block;
    }
    .layout_view a.change-grid,
   .layout_view a.change-list {
    padding-left: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .layout_view a:first-of-type {
    padding-right: 8px;
    }
    .sortx-dropdown.closed.with-selection {
    order: 8;
      flex: 0 0 30% !important;
      display: flex;
      justify-content: end;
      align-items: end;
      order: 3;
    }
    .sort-dropdown {
    transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.13rem 0.2rem 0.1rem;
      width: 100%;
      order: 4;
      margin-left: auto;
      cursor: pointer;
      vertical-align: middle;
      top: 50%;
      right: 0;
      z-index: 2;
    }
    .sort-dropdown-list {
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: rgb(255 255 255);
    box-shadow: 0 12px 15px -5px rgb(0 0 0 / 18%);
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      display: none;
    }
    #list_grid .ps-product .ps-product__meta .hiden-big.price-wrapper,
   .hide-for-xlarge {
    display: none !important;
    }
    .select2-container {
    width: 100% !important;
    }
    .select2-container .select2-selection--single {
    background-color: rgb(255 255 255);
    border: 1px solid rgb(238 238 238);
      border-radius: 4px;
      height: 34px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__rendered {
    line-height: 32px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__arrow {
    height: 32px;
      top: 1px;
      width: 20px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__clear {
    font-size: 24px;
    }
    .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
      overflow-y: auto;
    }
    div#results {
    width: 100%;
      display: block;
    }
    .places__interest {
    position: relative;
      margin-bottom: 40px;
      display: flex;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .places__interest.is-render ul li {
    display: inline-block;
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .places__interest.is-render img {
    object-fit: contain;
      object-position: 0% 0px;
    }
    .places__interest .summary {
    background-color: rgb(248 249 250);
    }
    #list_grid #touroffer.view-category-list.list-content {
    display: inline-block;
      list-style: none;
    }
    #list_grid #touroffer ul#catlist_wrapper {
    display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #list_grid #touroffer ul#catlist_wrapper > li {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    outline: 0;
    width: 100%;
   /* height: 225px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(229 229 229);
    background-color: rgb(255 255 255);
    }
    #list_grid .ps-product.product-grid-view.nav-filter {
    height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    .nav-filter {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    }
    #list_grid .ps-product .ps-product__meta {
    position: relative;
      width: 100%;
      height: 100%;
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      bottom: 0;
      top: unset;
    }
    #list_grid .ps-product__meta .mrating {
    top: 0;
      z-index: 2;
      width: 100%;
      height: 28px;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      position: relative;
    }
    #list_grid .ps-product__meta .mrating .reviews--wrapper {
    display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 100%;
      width: 100%;
    }
    #list_grid .ps-product__meta .mrating .text-rating-total {
    height: 100%;
      line-height: 100%;
      font-size: 0.875rem;
      width: 70%;
      float: left;
      display: flex;
    }
    #list_grid .ps-product .cat-title.text-center {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 35px;
      width: 100%;
    }
    #list_grid .product-grid-view .wrapper-item {
    position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #list_grid .item.wishItem.add-wishlist {
    position: absolute;
      left: 28%;
      top: 4px;
      z-index: 99;
      width: 40px;
      height: 40px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
    #list_grid .item.add-share {
    position: absolute;
      left: 24%;
      top: 2px;
      z-index: 99;
      width: 40px;
      height: 40px;
    }
    #list_grid .evt-item.add-share {
    width: 100%;
      height: 100%;
      position: relative;
      right: unset;
      top: unset;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    #list_grid .discount-label {
    /*float: right;*/
      /*bottom: 0;*/
      /*right: 0;*/
      /*left: unset;*/
      /*top: unset;*/;
    }
    #list_grid div.share.settings-button {
    width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      right: unset;
      top: unset;
      z-index: 22;
    }
    #list_grid .inner-left-wrapper.switch-img.hover-item {
    height: 100%;
      max-width: 33.333333%;
      position: relative;
      overflow: hidden;
      float: left;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wrapper-rigth-secction {
    height: 100%;
      position: relative;
      background-clip: border-box;
      display: inline-block;
      float: left;
      max-width: 66.666667%;
      flex: 0 0 66.666667%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .inner-rigth-wrapper {
    width: 66.666667%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    #list_grid .inner-left-wrapper a.wrapper-rigth-secction-href {
    position: absolute;
      display: flex;
      z-index: 1;
      height: 78%;
      width: 100%;
      padding: 0;
      margin: 0;
      bottom: 0;
    }
    #list_grid .inner-left-wrapper .categoria-page {
    margin: 0 !important;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    border: unset;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      height: 100%;
    }
    .categoria-page .slides {
    margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: revert;
      align-items: stretch;
    }
    .categoria-page .slides img {
    object-fit: cover;
      height: 235px;
    }
    #list_grid .inner-left-wrapper .add-wishlist {
    position: absolute;
      right: 8px;
      top: 8px;
      z-index: 5;
    }
    #list_grid .item.wishItem .wishlist-icon {
    cursor: pointer;
      position: relative;
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
    #list_grid a.wishAction.addToWish,
   #list_grid a.wishAction.addToWish .wishlist--icon {
    width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wishAction.addToWish .wishlist--icon .fav_whiteborder:before,
   #list_grid a.wishAction.removeToWish .wishlist--icon .fav_orangeFill:before {
    width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .item.add-share a#addShare {
    position: absolute;
      right: 49px;
      top: 5px;
    }
    #list_grid .mrating .reviews--wrapper {
    display: flex;
      position: relative;
      width: 100%;
      height: 1rem;
    }
    #list_grid .mrating .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 74px;
    }
    #list_grid .mrating .reviews-content,
   .reviews-content {
    display: block;
      position: relative;
      /*width: 100%;*/
    }
    #list_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .dropdown-list-item,
   .dropdown-list-item a,
   .dropdown-selected,
   .dropdown-selected a {
    color: rgb(51 51 51);
    }
    .dropdown-list-item {
    padding: 8px 20px;
      white-space: nowrap;
    }
    .dropdown-list-item.selected,
   .dropdown-list-item:hover {
    background-color: rgb(239 239 239);
    }
    .ps-product__meta h5.catName {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: var(--blue-color);
      font-size: 16px;
    }
    .hiden-small.price-wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      position: relative;
    }
    .product-price-grid .small {
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(100 100 100);
    }
    .ps-product__meta span.small.uppercase {
    color: rgb(51 51 51);
      font-size: 14px;
      display: block;
      position: relative;
    }
    .grid-card-content .grid-card-text.product-desc p,
   .product-info .product-desc p {
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .ps-shop__product.list_grid .ps-product__meta small {
    font-size: 70%;
      font-weight: 600;
      padding-top: 5px;
    }
    #list_grid .ps-product__meta span.small.uppercase.froma {
    line-height: 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .ps-product__meta .ps-product__del {
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(153 153 153);
      text-decoration: line-through;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      font-family: Roboto;
      font-weight: 400;
    }
    span.small.uppercase.froma,
   span.small.uppercase.fromb,
   span.small.uppercase.fromc {
    float: left;
      line-height: 30px;
      width: 100%;
    }
    .ps-product .ps-product__price {
    color: rgb(25 25 25);
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 20px;
    }
    .ps-product .ps-product__price.sale {
    font-size: 20px;
      text-align: right;
      float: right;
    }
    .ps-product__meta .ps-product__price.sale {
    font-weight: 700;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(88 88 88) !important;
      font-size: 30px;
      text-align: right;
      float: right;
      margin-bottom: 5px;
    }
    span.ps-product__price.sale i {
    font-size: 15px !important;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 4px;
      font-weight: 500;
    }
    #list_grid .inner-rigth-wrapper .product-info {
    position: relative;
    display: inline-block;
    min-height: 232px;
    background-color: rgb(255 255 255);
    }
    .categoria-page .product-header h4,
   .product-info .product-header h4 {
    width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 22px;
      font-weight: 600;
      font-family: Roboto, sans-serif;
    }
    #list_grid .text-canTitle .tooltipEl {
    color: var(--orange-color);
      font-weight: 400;
      font-size: 16px;
      cursor: pointer;
    }
    span.tooltipEl {
    color: var(--orange-color);
      text-align: left;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      position: relative;
      height: 22px;
    }
    #list_grid .product-desc {
    margin-top: 0;
    }
    #list_grid .product-desc p {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    min-height: 55px;
    width: 100%;
    color: rgb(41 41 41);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2rem;
      margin: 2px 0 5px;
    }
    .activity-card_attributes {
    list-style: none;
      display: flex;
      margin-top: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      height: 75px;
    }
    .activity-card_attributes > ul {
    flex-grow: 1;
      list-style: none;
    }
    .activity-attributes_attribute {
    align-items: center;
      display: flex;
      font-weight: inherit;
    }
    .activity-attributes_attribute .c-icon {
    display: flex;
    align-self: start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 17.5px;
    width: 17.5px;
    border: 0;
    font-family: inherit;
    font-size: 20px;
    font-weight: inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: rgb(146 145 145);
    }
    .activity-attributes_attribute .label {
    color: rgb(0 0 0);
      line-height: normal;
      margin-left: 8px;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    ul.activity-attributes_container li {
    width: 70%;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 25px;
    }
    .product-grid-view .dispo-dates {
    display: inline-block;
      text-align: left;
      left: 0;
    }
    #list_grid .product-grid-view .dispo-dates {
    display: flex;
    }
    .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      display: inline-block;
      position: absolute;
      margin: 0;
    }
    .product-grid-view ul.avail_dates li {
    border-radius: 0.3125vw;
      border: none;
      float: left;
      min-width: 1.5625rem;
      max-width: 1.5625rem;
      margin-left: 0.625rem;
      font-size: 0.775rem;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      height: 25px;
      font-weight: 600;
    }
    ul.avail_dates li:first-child {
    margin-left: 0 !important;
    }
    ul.avail_dates li.greencolor {
    border-bottom: 2px solid var(--orange-color);
    color: var(--blue-color);
      border-radius: 0;
      border-top: unset;
    }
    #list_grid .product-grid-view ul.avail_dates li {
    font-size: 0.9rem;
      min-width: 1.5625rem;
      max-width: 1.5625rem;
      margin-left: 0.5rem;
      font-weight: 600;
      font-family: "Roboto Condensed";
    }
    #grid_grid ul.avail_dates li.greycolor,
   #list_grid ul.avail_dates li.greycolor {
    color: rgb(204 204 204);
    }
    span.activity-attributes_attribute.hours span.label {
    margin-bottom: 0;
      line-height: 22px;
    }
    #list_grid .inner-rigth-wrapper .product-price-grid {
    position: relative;
    background-color: rgb(249 249 249);
      padding: 0;
      height: 232px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .material-icons.incluidos:before {
    color: var(--gray-color);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 25px;
    }
    .material-icons.incluidos.groups:before {
    content: "\f233";
    }
    .material-icons.incluidos.bus:before {
    content: "\e530";
    }
    .material-icons.incluidos.accessible:before {
    content: "\e914";
    }
    .material-icons.incluidos.alarm_on:before {
    content: "\e858";
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
    .material-icons.star.star-4:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e885";
    }
    #grid_grid.result-list {
    display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      margin-bottom: 20px;
      display: flex;
      width: 50%;
      max-width: 50%;
      padding-left: 0;
      padding-right: 0;
      min-height: 432px;
    }
    #grid_grid .grid-card {
    width: 100%;
    margin: 0 5px;
    position: relative;
    box-shadow: 0 0 0.3rem 0.03rem rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255);
      overflow: hidden;
      padding: 0;
    }
    #grid_grid .grid-card-category,
   #grid_grid .grid-card-like {
    position: absolute;
    padding: 0.499rem;
    width: 20px;
    height: 20px;
    display: flex;
    color: rgb(255 255 255);
      text-align: center;
    }
    #grid_grid .grid-card-like {
    background: unset;
      font-size: 22px;
      top: 5px;
      right: 5px;
      border-radius: 50%;
      z-index: 1;
    }
    #grid_grid .grid-card-category {
    top: 22px;
      right: 8px;
      border-radius: 50%;
      background: unset;
      justify-content: center;
      align-items: center;
      z-index: 2;
      font-size: 0;
    }
    #grid_grid .mrating,
   .reviews--wrapper {
    width: 100%;
      bottom: unset;
      z-index: 2;
      position: relative;
      left: 0;
    }
    #grid_grid .grid-card-category-label {
    display: block;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 2px;
    }
    #grid_grid .grid-card-category-label i.icon {
    font-size: 25px;
    }
    #grid_grid .mrating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 25px;
    width: 100%;
    background: linear-gradient(180deg, rgba(249,249,249,0) 0%, rgba(0,0,0,0.3085609243697479) 41%, rgba(0,0,0,0.6699054621848739) 100%);
    }
    .reviews--wrapper,
   .slides {
    flex-direction: column;
      display: flex;
    }
    #grid_grid .reviews--wrapper {
    display: flex;
       flex-direction: row;
       justify-content: flex-end;
       align-items: center;
       height: 100%;
       width: 140px;
    }
    .reviews--wrapper {
    justify-content: center;
      align-items: flex-start;
      height: 100%;
    }
    span.reviews-content.text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 130px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    span.m-rating-text {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    top: 0;
    color: rgb(255 255 255);
      float: left;
      padding-left: 3px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 75px;
      text-align: left;
      display: block;
    }
    #grid_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .slides {
    margin: 0;
      padding: 0;
      justify-content: center;
      align-items: stretch;
    }
    div#grid_grid .grid-card .slides span {
    display: block;
    }
    .product-grid-view .product-header {
    position: relative;
      display: block;
      padding-top: 15px;
    }
    #grid_grid .product-header {
    padding-top: 0 !important;
      width: 100%;
    }
    .grid-card .right.price-wrapper,
   .product-grid-view .dispo-dates {
    border-top: unset;
      padding-top: 0;
      float: unset;
      position: relative;
      margin: 0 auto;
      width: 100%;
    }
    .grid-card-content .center {
    position: relative;
      display: block;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content .grid-card-text.product-desc p {
    padding-left: 0;
    margin: 0;
    min-height: unset;
    font-weight: 500;
    color: rgb(0 0 0);
      text-align: left;
    }
    .product-grid-view .dispo-dates {
    display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      height: 25px;
      bottom: 0;
    }
    #grid_grid .grid-card-content .right {
    flex-direction: row;
      align-items: unset;
      clear: both;
      display: flex;
      align-items: center;
      align-self: center;
      margin-top: 0;
      position: relative;
      bottom: 0;
      height: 40px;
    }
    #grid_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      margin-bottom: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content ul.avail_dates.center li {
    height: 20px !important;
    }
    #grid_grid ul.avail_dates li {
    border-radius: 0;
      border: none;
      float: left;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0.45rem;
      font-size: 0.9rem;
      min-width: unset;
      max-width: unset;
    }
    .activity-attributes_attribute {
    color: rgb(15 15 15);
      font-size: 14px;
      padding: 0;
      vertical-align: baseline;
      border: 0;
      font-style: normal;
      font-weight: inherit;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
    }
    span.activity-attributes_attribute.hours {
    padding: 2px 0 0;
      justify-content: flex-end;
    }
    .grid-card .right.price-wrapper {
    display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .grid-card-price-text-wrapper .ps-product__meta {
    position: relative;
      margin: 0 auto;
      bottom: 0;
      text-align: center;
      height: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
}
@media (max-width: 992px) {
   .desktop-controls {
     margin-top: 1rem;
   }
}

@media (max-width: 768px) {
   .sort-dropdown .form-select {
     min-width: unset;
   }

   .results-count {
     font-size: 1.1rem;
   }
}
@media only screen and (min-width: 1281px) {
    .text-center {
    text-align: center;
    }
   .main-content {
        max-width: 100%;
        position: relative;
        width: 100%;
    }
   .divider, .parallax {
        background-repeat: repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6),
   button#js-hamburger-panel-close {
    display: none;
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .icon-menu-button-group,
   .sort-dropdown {
    position: relative;
    }
    .activity-filters-container {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      margin-bottom: 1.0rem;
      padding: 1rem 0rem;
    }
    .view-toggle .btn {
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--light-text);
      background-color: transparent;
      border: 1px solid #dee2e6;
      height: 42px;
      transition: all 0.2s ease;
    }
    .view-toggle .btn.active {
      background-color: var(--primary-color);
      color: white;
      border-color: var(--primary-color);
      box-shadow: unset;
    }
    
    .sort-dropdown .form-select {
      border-radius: 4px;
      font-size: 0.9rem;
      min-width: 220px;
      height: 42px;
      padding: 8px 32px 8px 12px;
       border: 1px solid #e2e8f0;
       background-color: #f8fafc;
       cursor: pointer;
       background-position: right 10px center;
    }
    
    .filter-button {
      background-color: var(--primary-color);
      color: white;
      border-radius: 4px;
      padding: 0.5rem 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      transition: all 0.2s;
    }
    
    .filter-button:hover {
      background-color: #0077b6;
      color: white;
    }
    .results-count {
      font-weight: 500;
      color: var(--dark-text);
      padding-left: 15px;
    }
    .results-count span {
      font-weight: 700;
      color: var(--primary-color);
      margin-right: 0.25rem;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .list-wrapper .panel-rigth {
    flex: 0 0 75%;
      padding-right: 10px;
      padding-left: 10px;
      max-width: 75%;
    }
    .search-toolbar {
    display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    .search-toolbar-title {
    flex: 1;
      padding: 0.5rem 0;
      max-width: 50%;
      order: 1;
    }
    .title-search-result {
    color: rgb(51 51 51);
      font-size: 1.2rem;
      font-weight: 400;
      font-family: Roboto, Helvetica, Arial, sans-serif;
    }
    .datacouter-resumen span {
    color: rgb(0 123 192);
    }
    .search-toolbar .icon-menu {
    order: 2;
      transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0.9rem;
      margin-right: 0;
      flex: 0 0 20% !important;
    }
    .icon-menu-button-group .icon-inner.filters_listing {
    display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .filters_listing ul {
    margin: 0;
      list-style: none;
      padding: 0;
      left: 0;
      z-index: 2;
      position: relative;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .clearfix {
    clear: both;
    }
    .icon-inner.filters_listing ul li {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .filters_listing ul li:first-child {
    float: left;
      margin-right: 10px;
    }
    .layout_view {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 0 2px;
    }
    .layout_view a {
    color: rgb(98 98 98 / 80%);
      text-decoration: none;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      outline: 0;
      display: inline-block;
    }
    .layout_view a.change-grid,
   .layout_view a.change-list {
    padding-left: 3px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .sortx-dropdown.closed.with-selection {
    order: 8;
      flex: 0 0 30% !important;
      display: flex;
      justify-content: end;
      align-items: end;
      order: 3;
    }
    .sort-dropdown {
    transform: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.13rem 0.2rem 0.1rem;
      width: 100%;
      order: 4;
      margin-left: auto;
      cursor: pointer;
      vertical-align: middle;
      top: 50%;
      right: 0;
      z-index: 2;
    }
    .sort-dropdown-list {
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: rgb(255 255 255);
    box-shadow: 0 12px 15px -5px rgb(0 0 0 / 18%);
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      display: none;
    }
    #list_grid .ps-product .ps-product__meta .hiden-big.price-wrapper,
   .hide-for-xlarge {
    display: none !important;
    }
    .select2-container {
    width: 100% !important;
    }
    .select2-container .select2-selection--single {
    background-color: rgb(255 255 255);
    border: 1px solid rgb(238 238 238);
      border-radius: 4px;
      height: 34px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__rendered {
    line-height: 32px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__arrow {
    height: 32px;
      top: 1px;
      width: 20px;
    }
    .select2-container--default
      .select2-selection--single
      .select2-selection__clear {
    font-size: 24px;
    }
    .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
      overflow-y: auto;
    }
    div#results {
    width: 100%;
      display: block;
    }
    .places__interest {
    position: relative;
      margin-bottom: 40px;
      display: flex;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .places__interest.is-render ul li {
    display: inline-block;
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .places__interest.is-render img {
    object-fit: contain;
      object-position: 0% 0px;
    }
    .places__interest .summary {
    background-color: rgb(248 249 250);
    }
    #list_grid #touroffer.view-category-list.list-content {
    display: inline-block;
      list-style: none;
    }
    #list_grid #touroffer ul#catlist_wrapper {
    display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #list_grid #touroffer ul#catlist_wrapper > li {
        margin-bottom: 15px;
        padding-bottom: 0;
        border-radius: 5px;
        outline: 0;
        width: 100%;
        /*height: 233px;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-color: rgb(0 0 0 / 8%);
        background-color: rgb(255 255 255);
      overflow: hidden;
    }
    #list_grid .ps-product.product-grid-view.nav-filter {
    height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    .nav-filter {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    }
    #list_grid .ps-product .ps-product__meta {
    position: relative;
      width: 100%;
      height: 100%;
      flex-wrap: wrap;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      bottom: 0;
      top: unset;
    }
    #list_grid .ps-product__meta .mrating {
    top: 0;
      z-index: 2;
      width: 100%;
      height: 28px;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      position: relative;
    }
    #list_grid .ps-product__meta .mrating .reviews--wrapper {
    display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 100%;
      width: 100%;
    }
    #list_grid .ps-product__meta .mrating .text-rating-total {
    height: 100%;
      line-height: 100%;
      font-size: 0.875rem;
      float: unset;
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 70%;
    }
    #list_grid .ps-product .cat-title.text-center {
    display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 35px;
      width: 100%;
    }
    #list_grid .product-grid-view .wrapper-item {
    position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #list_grid .inner-left-wrapper.switch-img.hover-item {
    height: 100%;
      position: relative;
      overflow: hidden;
      float: left;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 100% !important;
    }
    #list_grid .item.wishItem.add-wishlist {
    position: absolute;
      left: 28%;
      top: 8px;
      z-index: 99;
      width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .item.add-share {
    position: absolute;
      left: 24%;
      top: 8px;
      z-index: 99;
      width: 40px;
      height: 40px;
    }
    #list_grid .discount-label {
    top: 0;
      left: 0;
    }
    #list_grid .evt-item.add-share {
    width: 100%;
      height: 100%;
      position: relative;
      right: unset;
      top: unset;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    #list_grid div.share.settings-button {
    width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      right: unset;
      top: unset;
      z-index: 22;
    }
    #list_grid a.wrapper-rigth-secction {
    height: 100%;
      position: relative;
      background-clip: border-box;
      display: inline-block;
      float: left;
      max-width: 66.666667%;
      flex: 0 0 66.666667%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .inner-rigth-wrapper {
    width: 66.666667%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    #list_grid .inner-left-wrapper a.wrapper-rigth-secction-href {
    position: absolute;
      display: flex;
      z-index: 1;
      height: 78%;
      width: 100%;
      padding: 0;
      margin: 0;
      bottom: 0;
    }
    #list_grid .inner-left-wrapper .categoria-page {
    margin: 0 !important;
    background: rgb(255 255 255);
    border: unset;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 100%;
    }
    #list_grid .inner-left-wrapper .add-wishlist {
    position: absolute;
      right: 8px;
      top: 8px;
      z-index: 5;
    }
    #list_grid .item.wishItem .wishlist-icon {
    cursor: pointer;
      position: relative;
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
    }
    #list_grid a.wishAction.addToWish,
   #list_grid a.wishAction.addToWish .wishlist--icon {
    width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid a.wishAction.addToWish .wishlist--icon .fav_whiteborder:before,
   #list_grid a.wishAction.removeToWish .wishlist--icon .fav_orangeFill:before {
    width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #list_grid .item.wishItem .wishlist-icon .wishAction.addToWish {
    width: 100%;
      height: 100%;
    }
    .categoria-page .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: revert;
      align-items: stretch;
      min-height: 232px;
      height: 100%;
    }
    .categoria-page .slides img {
    object-fit: cover;
      height: 100%;
    }
    #list_grid .inner-left-wrapper .item.add-share {
    position: absolute;
      right: 0;
      top: 40px;
      z-index: 5;
    }
    #list_grid .item.add-share a#addShare {
    position: absolute;
      right: 49px;
      top: 5px;
    }
    #list_grid .mrating .reviews--wrapper {
    display: flex;
      position: relative;
      width: 100%;
    }
    #list_grid .mrating .text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 74px;
    }
    #list_grid .mrating .reviews-content,
   .reviews-content {
    display: block;
      position: relative;
      /*width: 100%;*/
    }

    .dropdown-list-item,
   .dropdown-list-item a,
   .dropdown-selected,
   .dropdown-selected a {
    color: rgb(51 51 51);
    }
    .dropdown-list-item {
    padding: 8px 20px;
      white-space: nowrap;
    }
    .dropdown-list-item.selected,
   .dropdown-list-item:hover {
    background-color: rgb(239 239 239);
    }
    .ps-product__meta h5.catName {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: var(--blue-color);
      font-size: 16px;
    }
    .hiden-small.price-wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      position: relative;
    }
    .product-price-grid .small {
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(100 100 100);
    }
    .ps-product__meta span.small.uppercase {
    color: rgb(51 51 51);
      font-size: 14px;
      display: block;
      position: relative;
    }
    .grid-card-content .grid-card-text.product-desc p,
   .product-info .product-desc p {
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .ps-shop__product.list_grid .ps-product__meta small {
    font-size: 70%;
      font-weight: 600;
      padding-top: 5px;
    }
    #list_grid .ps-product__meta span.small.uppercase.froma {
    line-height: 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .ps-product__meta .ps-product__del {
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: rgb(153 153 153);
      text-decoration: line-through;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      font-family: Roboto;
      font-weight: 400;
    }
    span.small.uppercase.froma,
   span.small.uppercase.fromb,
   span.small.uppercase.fromc {
    float: left;
      line-height: 30px;
      width: 100%;
    }
    .ps-product .ps-product__price {
    color: rgb(25 25 25);
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 20px;
    }
    .ps-product .ps-product__price.sale {
    font-size: 20px;
      text-align: right;
      float: right;
    }
    .ps-product__meta .ps-product__price.sale {
    font-weight: 700;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(88 88 88) !important;
      font-size: 34px;
      text-align: right;
      float: right;
      margin-bottom: 0;
    }
    span.ps-product__price.sale i {
    font-size: 16px !important;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      font-weight: 500;
    }
    #list_grid .inner-rigth-wrapper .product-info {
    position: relative;
    display: inline-block;
    min-height: 232px;
    background-color: rgb(255 255 255);
    }
    .categoria-page .product-header h4,
   .product-info .product-header h4 {
    width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 22px;
      font-weight: 600;
      font-family: Roboto, sans-serif;
    }
    #list_grid .text-canTitle .tooltipEl {
    color: var(--orange-color);
      font-weight: 400;
      font-size: 16px;
      cursor: pointer;
    }
    #list_grid .product-desc {
    margin-top: 0;
      margin-bottom: 0;
    }
    #list_grid .product-desc p {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    min-height: auto;
    width: 100%;
    color: rgb(41 41 41);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.375rem;
      margin: 2px 0 4px;
    }
    .activity-card_attributes {
    list-style: none;
      display: flex;
      margin-top: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      height: 82px;
    }
    .activity-card_attributes > ul {
    flex-grow: 1;
      list-style: none;
    }
    .activity-attributes_attribute {
    align-items: center;
      display: flex;
      font-weight: inherit;
    }
    ul.activity-attributes_container li {
    width: 70%;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 25px;
    }
    .activity-attributes_attribute .c-icon {
    display: flex;
    align-self: start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 17.5px;
    width: 17.5px;
    border: 0;
    font-family: inherit;
    font-size: 20px;
    font-weight: inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: rgb(146 145 145);
    }
    .activity-attributes_attribute .label {
    color: rgb(0 0 0);
      line-height: normal;
      margin-left: 8px;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    #list_grid .product-grid-view .dispo-dates {
    display: flex;
    }
    .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      display: inline-block;
      position: absolute;
      margin: 0;
    }
    .product-grid-view ul.avail_dates li {
    border-radius: 0.3125vw;
      border: none;
      float: left;
      min-width: 1.5625rem;
      max-width: 1.5625rem;
      margin-left: 0.625rem;
      font-size: 0.775rem;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      height: 25px;
      font-weight: 600;
    }
    ul.avail_dates li:first-child {
    margin-left: 0 !important;
    }
    ul.avail_dates li.greencolor {
    border-bottom: 2px solid var(--orange-color);
    color: var(--blue-color);
      border-radius: 0;
      border-top: unset;
    }
    #list_grid .product-grid-view ul.avail_dates li {
    font-size: 0.9rem;
      min-width: 1.5625rem;
      max-width: 1.5625rem;
      margin-left: 0.5rem;
      font-weight: 600;
      font-family: "Roboto Condensed";
    }
    #grid_grid ul.avail_dates li.greycolor,
   #list_grid ul.avail_dates li.greycolor {
    color: rgb(204 204 204);
    }
    span.activity-attributes_attribute.hours span.label {
    margin-bottom: 0;
      line-height: 22px;
    }
    #list_grid .inner-rigth-wrapper .product-price-grid {
    position: relative;
    background-color: rgb(249 249 249);
      padding: 0;
      height: 232px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .material-icons.incluidos:before {
    color: var(--gray-color);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 25px;
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
    .material-icons.star.star-4:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e885";
    }
    #grid_grid.result-list {
    display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
    }
    #grid_grid .search-list-item {
    flex-grow: 1;
      margin-bottom: 20px;
      display: flex;
      width: 33.33333333%;
      max-width: 33.33333333%;
      padding-left: 0;
      padding-right: 0;
      min-height: 415px;
    }
    #grid_grid .grid-card {
    width: 100%;
    margin: 0 5px;
    position: relative;
    box-shadow: 0 0 0.3rem 0.03rem rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255);
      overflow: hidden;
      padding: 0;
    }
    #grid_grid .grid-card-category,
   #grid_grid .grid-card-like {
    display: flex;
    position: absolute;
    padding: 0.499rem;
    width: 20px;
    height: 20px;
    color: rgb(255 255 255);
      text-align: center;
    }
    #grid_grid .grid-card-like {
    background: unset;
      font-size: 22px;
      top: 5px;
      right: 5px;
      border-radius: 50%;
      z-index: 1;
    }
    #grid_grid .grid-card-category {
    top: 22px;
      right: 8px;
      border-radius: 50%;
      background: none;
      justify-content: center;
      align-items: center;
      z-index: 2;
      font-size: 0;
    }
    .reviews--wrapper {
    width: 100%;
      z-index: 2;
      position: relative;
      bottom: unset;
      left: 0;
    }
    #grid_grid .mrating {
    width: 100%;
      z-index: 2;
      position: relative;
      bottom: unset;
      left: 0;
    }
    #grid_grid .grid-card-category-label {
    display: block;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 2px;
    }
    #grid_grid .mrating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 25px;
    width: 100%;
    background: linear-gradient(180deg, rgba(249,249,249,0) 0%, rgba(0,0,0,0.3085609243697479) 41%, rgba(0,0,0,0.6699054621848739) 100%);
    }
    #grid_grid .reviews--wrapper {
    display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      height: 100%;
      width: 140px;
    }
    #grid_grid span.m-rating-text {
    color: rgb(255 255 255);
    }
    .reviews--wrapper {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 100%;
    }
    span.reviews-content.text-rating-total {
    height: 1.1rem;
      line-height: 0.75rem;
      margin-left: 0;
      font-size: 0.875rem;
      width: 130px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    span.m-rating-text {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    top: 2px;
    color: rgb(8 8 8);
      float: left;
      padding-left: 3px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      text-align: center;
      display: block;
    }
    #grid_grid .reviews-content i {
    width: 100%;
      font-size: 15px !important;
      text-align: left;
    }
    .slides {
    margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: revert;
      align-items: stretch;
      min-height: 100%;
      width: 100%;
    }
    .product-grid-view .product-header {
    position: relative;
      display: block;
      padding-top: 15px;
    }
    #grid_grid .product-header {
    padding-top: 10px!important;
      width: 100%;
    }
    #grid_grid .product-header h4 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.3rem;
    }
    .grid-card .right.price-wrapper,
   .product-grid-view .dispo-dates {
    border-top: unset;
      padding-top: 0;
      float: unset;
      position: relative;
      margin: 0 auto;
      width: 100%;
    }
    .grid-card-content .center {
    position: relative;
      display: block;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content .grid-card-text.product-desc p {
    padding-left: 0;
    margin: 0;
    min-height: unset;
    font-weight: 500;
    color: rgb(0 0 0);
      text-align: left;
    }
    .product-grid-view .dispo-dates {
    bottom: unset;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      height: 25px;
    }
    #grid_grid .product-grid-view ul.avail_dates {
    border-top: 0 solid rgb(237 237 237);
      margin-bottom: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .grid-card-content ul.avail_dates.center li {
    height: 20px !important;
    }
    #grid_grid ul.avail_dates li {
    border-radius: 0;
      border: none;
      float: left;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      line-height: 22px;
      font-weight: 600;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 0.45rem;
      font-size: 0.9rem;
      min-width: unset;
      max-width: unset;
    }
    .activity-attributes_attribute {
    color: rgb(15 15 15);
      font-size: 14px;
      padding: 0 10px 0 0;
      vertical-align: baseline;
      border: 0;
      font-style: normal;
      font-weight: inherit;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
    }
    span.activity-attributes_attribute.hours {
    padding: px 10px 0;
      justify-content: flex-end;
    }
    .grid-card .right.price-wrapper {
    display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .grid-card-price-text-wrapper .ps-product__meta {
    position: relative;
      margin: 0 auto;
      bottom: 0;
      text-align: center;
      height: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .list-wrapper .panel-rigth {
    flex: 0 0 74%;
      padding-right: 10px;
      padding-left: 10px;
      max-width: 74%;
    }
    #list_grid #touroffer ul#catlist_wrapper > li {
    /*height: 190px;*/
    }
    #list_grid .inner-rigth-wrapper .product-info {
    min-height: 180px;
      flex: 0 0 70%;
      max-width: 70%;
    }
    #list_grid .inner-rigth-wrapper .product-price-grid {
    height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 0 0 30%;
      max-width: 30%;
    }
    .product-grid-view .product-header {
    padding-top: 8px;
    }
    #list_grid .product-desc.center p {
    font-size: 15px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 44px;
    }
    .product-grid-view .dispo-dates {
    bottom: 0;
      margin: 2px auto;
    }
    #list_grid .product-desc.center p,
   .activity-attributes_attribute .label,
   .m-checklist label,
   .search-filters-price-item__form-field .gyg-form-label {
    color: #000;
    }
    ul.activity-attributes_container li span.label {
    font-weight: 600;
    }
    .activity-attributes_attribute {
    color: rgb(15 15 15);
      font-size: 12px;
    }
    .material-icons.incluidos.accessible:before,
   .material-icons.incluidos.bus:before,
   .material-icons.incluidos.groups:before {
    font-size: 20px;
    }
    span.tooltipElgrig.tooltipstered {
    color: var(--orange-color);
    }
    #grid_grid .search-list-item {
    min-height: 365px;
    }
    #grid_grid .grid-card-like {
    right: 30px;
    }
    .material-icons.incluidos.alarm_on:before {
    content: "\e858";
      font-size: 20px;
      padding-left: 12px;
    }
    .grid-card-content .center {
    float: left;
    }
}