.eskipass,
.eskipass #wrapper,
.eskipass #header,
.eskipass #content,
.eskipass .feature-box.media-box.fbox-bg .fbox-desc,
.eskipass #header.sticky-header #header-wrap{
    background-color: #fff;
}
.eskipass .content-wrap {
    padding: 10px 0 80px;
}
.eskipass #template-contactform{
    position: initial;
}
.eskipass .slider-col{
    padding-right: 9px;
}

.eskipass .footer-logo{
    max-width: 150px;
}
.eskipass .button.button-border{
    color: #fff;
}

.eskipass .top-links li {
    border-right: 1px solid #EEE;
}

.eskipass .top-links li:first-child {
    border-left: 1px solid #EEE !important;
}

.eskipass #header {
    border: none;
}

.eskipass .i-circled{
    cursor: default;
}

.eskipass #primary-menu {
    border: none;
}



.eskipass .feature-box.media-box.fbox-bg .fbox-media img {
    height: 100%;
}

.eskipass .feature-box.media-box.fbox-bg .fbox-desc {
    min-height: 160px;
}

.eskipass .important-blocks img {
    width: 100%;
}

.eskipass .important-blocks .bottommargin-sm {
    margin-bottom: 24px !important;
}

.eskipass .promo.parallax {
    background-size: cover;
}

.eskipass .background-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.eskipass #copyrights a:first-child{
    margin-left: 10px;
}
.eskipass .boksy-filters {
    font-size: 18px;
    margin-bottom: 40px;
}

.eskipass .boksy-filters #boksy-sort, .eskipass .boksy-filters #boksy-state {
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.eskipass .boksy-filters #boksy-sort {
    text-align: center;
    cursor: pointer;
}

.eskipass .boksy-filters #boksy-state .label {
    position: relative;
    cursor: pointer;
}

.eskipass .boksy-filters #boksy-sort .icon {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 12px;
}

.eskipass .boksy-filters #boksy-state .icon {
    right: -5px;
    top: 6px;
    font-size: 12px;
}

.eskipass .boksy-filters #boksy-state.collapsed .icon {
    transform: rotate(180deg);
}

.eskipass .boksy-filters #boksy-sort:hover, .eskipass .boksy-filters #boksy-state .label:hover {
    opacity: 0.7;
}

.eskipass .boksy-filters #boksy-sort .icon {
    display: none;
}

.eskipass .boksy-filters #boksy-sort[data-dir=asc] .icon {
    display: block;
}

.eskipass .boksy-filters #boksy-sort[data-dir=desc] .icon {
    display: block;
    transform: rotate(180deg);
}

.eskipass .boksy-filters #boksy-states-list {
    display: none;
    position: absolute;
    left: 10px;
    top: 25px;
    z-index: 200;
    list-style: none;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #eee;
    border-top: none;
}

.eskipass .boksy-filters #boksy-states-list li {
    font-size: 14px;
    cursor: pointer;
}
.eskipass .flex-viewport{
    transition: none;
}

.eskipass .boksy-filters #boksy-states-list li:hover {
    text-decoration: underline;
}

.eskipass .boksy-filters #boksy-states-list li.selected {
    pointer-events: none;
    opacity: 0.5;
}

.eskipass .boksy-filters #boksy-state #boksy-states-tabs {
    display: inline-block;
}

.eskipass .boksy-filters #boksy-state #boksy-states-tabs .tab {
    font-size: 14px;
    margin-right: 25px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.eskipass .boksy-filters #boksy-state #boksy-states-tabs #boksy-states-clear-all.tab{
    color: #C91212;
    display: none;
}

.eskipass .boksy-filters #boksy-state #boksy-states-tabs #boksy-states-clear-all.tab:hover{
    opacity: 0.7;
}

.eskipass .boksy-filters #boksy-state #boksy-states-tabs .tab:hover {
    color: #C91212;
}

.eskipass .boksy-filters #boksy-state #boksy-states-tabs .tab .icon {
    position: absolute;
    top: -1px;
    right: -20px;
    font-size: 16px;
    transform: rotate(0deg);
}

.eskipass .boks {
    order: 1;
}


.eskipass .boks {
    position: relative;
    overflow: hidden;
}

/* hover start */
.eskipass .boks .feature-box {
    transition: all 0.3s ease;
}

.eskipass .boks .feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
    z-index: 1;
}

.eskipass .boks:hover .feature-box::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.eskipass .boks .hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    width: 80%;
    padding: 20px;
}
.eskipass .boks .hover-content p {
    font-size: 16px;
    color: white;
}


.button-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.discount-badge {
    background-color: #ff4444;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9em;
}

/* Existing hover styles */
.eskipass .boks {
    position: relative;
    overflow: hidden;
}

.eskipass .boks .feature-box {
    transition: all 0.3s ease;
}

.eskipass .boks .feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
    z-index: 1;
}



.eskipass .boks .hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    width: 80%;
    padding: 20px;
}

.eskipass .boks:hover .hover-content {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.hover-content .hover-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hover-content .hover-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.hover-content .hover-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

/* Animation for list items */

.eskipass .boks:hover .hover-list li {
    opacity: 1;
}







/* hover end */
.eskipass .boks.show{
    animation: showBoks 0.1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.eskipass .boks.hide{
    animation: hideBoks 0.1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.eskipass .boksy-filters .icon-search{
    transform: rotate(-90deg);
    float: right;
    font-weight: 700;
    cursor: pointer;
}
.eskipass .boksy-filters .icon-search:hover{
    opacity: 0.7;
}
.eskipass .boksy-filters #boksy-search{
    display: none;
    position: absolute;
    right: 50px;
    top: -5px;
    width: 200px;
    z-index: 200;
}
.eskipass .fbox-icon i:before{
    margin: 0;
}
.eskipass .fancy-title.title-dotted-border{
    background: url('/themes/eskipass/images/icons/dotted.png') repeat-x center;
}

.eskipass .pagecontainer2 h2{
    margin-top: 20px;
}
.eskipass .pagecontainer2 .panel-heading{
    font-size: 16px;
    margin-bottom: 0px;
}
.eskipass .pagecontainer2 .panel-heading a{
    color: #444;
}
.eskipass .pagecontainer2 .panel-body{
    padding: 0 17px;
    margin: 10px 0;
    border: 1px solid transparent;
}
.eskipass .return-message{
    display: none;
    position: absolute;
    font-size: 16px;
    width: 100%;
    top: 10px;
    z-index: 200
}
.eskipass .return-message > *{
    position: absolute;
    width: 300px;
    left: calc(50% - 150px);
    padding: 10px;
}
.eskipass .pagecontainer2 .lato.size30.slim{
    display: none;
}
.eskipass .oc-item{
    opacity: 0.5;
}

.eskipass a[data-toggle="collapse"] .icon-chevron-right{
    font-size: 12px;
}
.eskipass a[data-toggle="collapse"].open .icon-chevron-right{
    transform: rotate(90deg);
}
.eskipass .collapse:not(.show) {
    display: block;
    height: 0;
    opacity: 0;
    margin: 2px 0;
    pointer-events: none;
}
.eskipass .collapsing{
    opacity: 0.2;
    transition: height 0.35s, opacity 0.35s, margin-top 0.15s, margin-bottom 0.15s;
}
@keyframes hideBoks {
    0%{
        flex-basis: 33.33%;
        width: inherit;
        height: inherit;
        opacity: 1;
    }
    100%{
        flex-basis: 0;
        width: 0;
        height: 0;
        opacity: 0;
    }
}

@keyframes showBoks {
    0%{
        flex-basis: 0;
        width: 0;
        height: 0;
        opacity: 0;
    }
    100%{
        flex-basis: 33.33%;;
        width: inherit;
        height: inherit;
        opacity: 1;
    }
}

@media (max-width: 992px){
    .eskipass .hidden-md{
        display: none !important;
    }
    .eskipass .boksy-filters #boksy-sort{
        text-align: left;
    }
}
@media (max-width: 768px) {
    .eskipass .hidden-sm{
        display: none !important;
    }
    .eskipass .feature-box.media-box.fbox-bg .fbox-media {
        height: auto;
    }

    .eskipass .feature-box.media-box.fbox-bg .fbox-media img {
        height: auto;
    }

    .eskipass #copyrights .col_half:last-child {
        display: block;
        margin-top: 10px;
    }

    .eskipass #copyrights .col_half:last-child > div {
        width: 100%;
        border-top: 1px solid #333;
        padding-top: 10px;
        text-align: center;
    }

    .eskipass #copyrights .col_half:last-child > div .social-icon {
        float: none;
        display: inline-block;
    }
    .eskipass #template-contactform{
        margin-bottom: 20px !important;
        text-align: center;
    }
    .eskipass #template-contactform div{
        text-align: left;
    }
    .eskipass .custom-pages p{
        margin-left: -30px;
    }
    .eskipass .custom-pages ol, .eskipass .custom-pages ul{
        padding-left: 15px;
    }
}

@media (max-width: 575.98px){
    .eskipass .content-wrap{
        padding-top: 0;
    }
    .eskipass .container,
    .eskipass #header.full-header .container,
    .eskipass .container-fullwidth {
        padding: 0 15px !important;
    }
    .eskipass #header-wrap{
        margin-top: -20px;
    }
    .eskipass .button.button-xlarge{
        padding: 0 22px;
        font-size: 17px;
    }
    .eskipass .copyrights-menu a{
        font-size: 11px;
        margin: 0px;
    }
    .eskipass .footer-logo{
        margin-bottom: 0;
    }
    .eskipass .section{
        padding: 0;
        margin: 20px 0;
    }
    .eksipass .topmargin-lg{
        margin-top: 40px;
    }
    .eksipass .bottommargin-lg{
        margin-bottom: 40px;
    }
    .eskipass #boksy-search-input{
        height: 30px;
    }
}

/* Hover effect styles */
.eskipass .boks .feature-box {
    position: relative;
    overflow: hidden;
}

.eskipass .boks .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: stretch;
    z-index: 2;
}

.eskipass .boks:hover .hover-overlay {
    opacity: 1;
}

.eskipass .boks .hover-content {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eskipass .boks .hover-header {
    text-align: center;
}

.eskipass .boks .hover-header h3 {
    color: white;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

.eskipass .boks .hover-header .subtitle {
    display: block;
    font-size: 14px;
    color: #ccc;
    margin-top: 5px;
}

.eskipass .boks .hover-description {
    margin: 20px 0;
}

.eskipass .boks .hover-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.eskipass .boks .hover-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}

.eskipass .boks .hover-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4CAF50;
}

.eskipass .boks .hover-footer {
    margin-top: auto;
}


.eskipass .boks .hover-footer .button-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eskipass .boks .hover-btn {
    background: #1ABC9C;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.eskipass .boks .hover-btn:hover {
    background: #16a085;
    transform: translateY(-2px);
}

.eskipass .boks .hover-discount {
    background: #e74c3c;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}
.eskipass .boks .hover-discount, .eskipass .boks .hover-btn{
    font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .eskipass .boks .hover-header h3 {
        font-size: 16px;
    }
    
    .eskipass .boks .hover-header .subtitle {
        font-size: 13px;
    }
    
    .eskipass .boks .hover-list li {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .eskipass .boks .hover-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

/* Add these new styles */
.eskipass .feature-box.media-box.fbox-bg {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
}

.eskipass .feature-box .fbox-header {
    padding: 15px 20px;
    background: #fff;
}

.eskipass .feature-box .fbox-header h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.eskipass .feature-box .fbox-header .subtitle {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.eskipass .feature-box .button-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}

.eskipass .feature-box .fbox-media {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
}

.eskipass .feature-box .fbox-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eskipass .feature-box .discount-badge {
    background-color: #ff4444;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9em;
    display: inline-block;
}

/* Update existing hover styles to work with new layout */
.eskipass .boks .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .eskipass .feature-box .fbox-header h3 {
        font-size: 16px;
    }
    
    .eskipass .feature-box .fbox-header .subtitle {
        font-size: 13px;
    }
    
    .eskipass .feature-box .fbox-media {
        min-height: 200px;
    }
}

.eskipass .boks .no-offer-message {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-top: 20px;
}

.eskipass .boks:hover .no-offer-message {
    opacity: 1;
    transform: translateY(0);
}
.hover-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000 !important;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
}

.feature-box {
    position: relative;
}

.feature-box {
    position: relative;
}

.eskipass .boks .feature-box.inactive .btn.btn-secondary.hover-btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
}

.eskipass .boks .feature-box.inactive {
    
    pointer-events: none;
    cursor: default;
}




.feature-box.inactive .hover-overlay {
    pointer-events: none;
}



.boks[style*="cursor: default"] {
    pointer-events: none;
}

.boks[style*="cursor: default"] .hover-overlay {
    pointer-events: auto; 
}

.boks[style*="cursor: default"] a {
    pointer-events: none;
}


.eskipass .boks .hover-overlay {
    background: rgba(0, 0, 0, 0.4); 
}


.eskipass .boks .no-offers-text {
    color: #ff4444; 
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}


.eskipass .boks .hover-btn {
    background: #1ABC9C;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; 
    transition: all 0.3s ease;
    display: inline-block;
}

.eskipass .boks .hover-btn:hover {
    background: #16a085;
    transform: translateY(-2px);
}


.eskipass .boks .feature-box.inactive {
    opacity: 0.7; 
    filter: grayscale(30%); 
    pointer-events: none; 
    cursor: default;
}

.eskipass .boks .feature-box.inactive img {
    filter: grayscale(30%);
}


.eskipass .boks .feature-box.inactive .hover-overlay {
    background: rgba(0, 0, 0, 0.4);
}


.eskipass .boks .no-offers-text {
    color: #ff4444; 
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    background: none;
    border: none; 
    padding: 0; 
}


.eskipass .feature-box .fbox-media {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Style for the default (non-hover) CTA */
.eskipass .feature-box .default-cta {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    text-align: center;
    margin-top: 20px;
}

.eskipass .feature-box .default-cta .btn {
    background-color: #1ABC9C;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.eskipass .feature-box .default-cta .btn:hover {
    background-color: #16a085;
    transform: translateY(-2px);
}


.eskipass .boks .hover-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 3;
}

.eskipass .boks .hover-footer .button-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.eskipass .boks .hover-btn {
    background: #1ABC9C;
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}


.eskipass .boks:hover .default-cta {
    opacity: 0;
    pointer-events: none;
}


.eskipass .boks .hover-overlay {
    z-index: 2;
}
.default-cta {
    margin-top: 10px;
}

.search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    display: none;
    z-index: 2;
}

.search-clear:hover {
    color: #333;
}

#boksy-search {
    position: relative;
}

#boksy-search-input {
    padding-right: 30px;
}


.eskipass .boks {
    margin-bottom: 30px !important;
    padding: 0 15px;
}


.eskipass .feature-box.center.media-box.fbox-bg {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}


.eskipass .feature-box .fbox-header {
    padding: 20px;
    margin: 0;
}


.eskipass .feature-box .fbox-media {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 20px;
    flex: 1;
}


.eskipass .feature-box .fbox-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.eskipass .feature-box .default-cta {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    text-align: center;
    margin: 0;
}

.eskipass .feature-box .fbox-media {
    padding-bottom: 80px;
}


.eskipass .boks .hover-overlay {
    padding: 20px;
}

.eskipass .boks .hover-content {
    padding: 20px;
    margin: 0;
    width: 100%;
}


.eskipass .boks .hover-header {
    margin-bottom: 20px;
}

.eskipass .boks .hover-description {
    margin: 20px 0;
}


.eskipass .feature-box .default-cta {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    text-align: center;
    margin: 0;
}

.eskipass .boks .hover-footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 3;
}

.eskipass .boks .hover-footer .button-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.eskipass .boks .hover-btn,
.eskipass .feature-box .default-cta .btn {
    width: auto;
    white-space: nowrap;
    padding: 12px 25px;
}


.eskipass .boks:hover .default-cta {
    opacity: 0;
    pointer-events: none;
}


.eskipass .boks .hover-overlay {
    z-index: 2;
}
.default-cta {
    margin-top: 10px;
}

.search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    display: none;
    z-index: 2;
}

.search-clear:hover {
    color: #333;
}

#boksy-search {
    position: relative;
}

#boksy-search-input {
    padding-right: 30px;
}


.eskipass .boks {
    margin-bottom: 30px !important;
    padding: 0 15px;
}


.eskipass .feature-box.center.media-box.fbox-bg {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}


.eskipass .feature-box .fbox-header {
    padding: 20px;
    margin: 0;
}


.eskipass .feature-box .fbox-media {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 20px;
    flex: 1;
}


.eskipass .feature-box .fbox-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.eskipass .feature-box .default-cta {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    text-align: center;
    margin: 0;
}


.eskipass .feature-box .fbox-media {
    padding-bottom: 80px;
}


.eskipass .boks .hover-overlay {
    padding: 20px;
}

.eskipass .boks .hover-content {
    padding: 20px;
    margin: 0;
    width: 100%;
}


.eskipass .boks .hover-header {
    margin-bottom: 20px;
}

.eskipass .boks .hover-description {
    margin: 20px 0;
}


.eskipass .feature-box .default-cta {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    text-align: center;
    margin: 0;
}

.eskipass .boks .hover-footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 3;
}

.eskipass .boks .hover-footer .button-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.eskipass .boks .hover-btn,
.eskipass .feature-box .default-cta .btn {
    width: auto;
    white-space: nowrap;
    padding: 12px 25px;
}


.eskipass .boks:hover .default-cta {
    opacity: 0;
    pointer-events: none;
}


.eskipass .boks .hover-overlay {
    z-index: 2;
}
.default-cta {
    margin-top: 10px;
}

.search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    display: none;
    z-index: 2;
}

.search-clear:hover {
    color: #333;
}

#boksy-search {
    position: relative;
}

#boksy-search-input {
    padding-right: 30px;
}


.eskipass #boksy .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}


.eskipass .boks .default-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}


.eskipass .boks .hover-description:has(.default-info) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.eskipass .boks .default-info {
    text-align: center;
    color: white;
}


.eskipass .boks .hover-description:has(.default-info) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.eskipass .boks .default-info {
    text-align: center;
    color: white;
}


.eskipass .boks .hover-description:not(:has(.default-info)) {
    margin-left: 20px;
    margin-right: 20px;
}