body {
    background-color: #EDEDED;
}

.header-top-spacer {
    height: 105px;
}

.breadcrumb {
    text-decoration: none;
    margin-bottom: 23px;
}

.breadcrumb .index_redirect {
    margin-right: 2px;
}

.header-promotions {
    margin-bottom: 30px;
}

.search-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title {
    font-size: 20px;
    font-weight: bold;
}

#search-input {
    font-size: 14px;
    width: 385px;
    height: 42px;
    border-radius: 4px;
    border: solid 1px #C5C5C5;
    font-size: 14px;
    padding: 11px 13px 12px 12px;
    background-image: url(/icons/icon_Search.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
    transition: 0.15s;
}

#search-input:hover {
    border: 1px solid #273240;
}

.card-holder-hidden, .title-holder-hidden, .package-wrap-hidden {
    display: none;
}

.hotel_name {
    font-size: 20px;
    color: #273240;
    font-weight: bold;
}

.hotel-wrapper {
    margin-top: 20px;
}

.hotel-wrapper:first-child {
    margin-top: 0px;
}

.hotel-wrapper:last-child {
    margin-bottom: 30px;
}

.custom-card {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: unset;
    border-radius: 4px;
    margin-bottom: 20px;
}

.card-img-top {
    width: 270px;
    height: 209px;
}

.custom-promotion-bg {
    width: 270px;
    height: 209px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    object-fit: cover;
}

.custom-promotion-bg.no-image {
    border: 3px solid #fff;
    border-right: unset;
}

.promotions-body {
    padding: 20px;
    height: 209px;
    position: relative;
}

.card-title {
    font-size: 22px;
    line-height: 30px;
    color: #273240;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
}

.card-title:hover {
    color: #273240;
}

.card-title-mobile, .card-text-mobile {
    display: none;
}

.card-text {
    font-size: 14px;
    line-height: 20px;
    color: #273240;
}

.promotions-hr-line {
    background-color: #C5C5C5;
    opacity: 1;
    margin: 20px 0px 12px 0px;
}

.button-text-holder {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    right: 20px;
    border-top: 1px solid #cecece;
    padding-top: 10px;
}

.price {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price_up {
    display: flex;
    align-items: baseline;
}

.small-text {
    margin-right: 5px;
    font-size: 12px;
    line-height: 17px;
}

.property-price-holder {
    display: flex;
    align-items: baseline;
}

.property-price {
    font-size: 20px;
    color: #008009;
    font-weight: bold;
    line-height: 27px;
}

.property-price .currency_symbol_price {
    font-weight: 400;
}

.per_night {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.MaxPartialPaymentParcel {
    font-size: 12px;
    line-height: 17px;
}

.MaxPartialPaymentParcel span {
    font-weight: bold;
}

.button-promotions {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 37.5px 9px 25.5px;
    height: 36px;
    line-height: 19px;
    background-image: url(../icons/chevron-right.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: 13px;
    background-size: 11px;
    border-radius: 4px;
}

.button-promotions:hover {
    background-position-x: calc(100% - 15px);
}

.button-promotions:focus {
    box-shadow: unset;
}

.no-results {
    display: none;
}

.show-more-packages-holder {
    justify-content: flex-end;
    margin-bottom: 50px;
}

.show-more-packages {
    display: flex;
    justify-content: center;
}

.show-more-packages-btn {
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 20px 15px 20px;
}

.offer-hotel-mobile {
    display: none;
}

.card-text-mobile {
    display: none;
}

.offer_indicators {
    display: none;
}





/* MOBILE */

@media (max-width: 1279px) {


    .breadcrumb {
        display: none;
    }

    .section-title {
        display: none;
    }

    .offer-search-holder {
        width: 100%;
    }

    #search-input {
        width: 100%;
    }

    .offer_promotions_holder {
        max-width: unset;
        width: 100%;
    }

    .header-promotions {
        margin-bottom: 20px;
        padding: 17px 20px 0px 20px;
    }

    .offer-hotel-mobile {
        display: block;
        font-size: 14px;
    }

    .title-holder {
        padding: 0px 20px;
        margin-bottom: 20px;
    }

    .hotel_name {
        font-size: 18px;
    }
    
    .card-holder {
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .card-holder::-webkit-scrollbar {
        display: none;
    }

    .card-alignment {
        flex-direction: column;
    }

    .card-holder-hidden, .title-holder-hidden, .package-wrap-hidden {
        display: block;
    }

    .show-more-packages-holder {
        display: none;
    }

    .mobile-card-row {
        flex-wrap: nowrap;
        width: max-content;
    }
    
    .mobile-card-row > div {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 15px;
        width: 305px;
    }

    .mobile-card-row > div:first-child {
        margin-left: 20px;
    }

    .mobile-card-row > div:last-child {
        margin-right: calc(100vw - 325px);
    }

    .custom-card {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .card-img-top {
        width: 100%;
        height: 150px;
    }

    .custom-promotion-bg {
        width: 100%;
        height: 150px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0px;
    }

    .custom-promotion-bg.no-image {
        border-right: 3px solid #fff;
    }

    .promotions-body {
        padding: 15px 15px 19px 15px;
        height: 204px;
    }

    .card-title-mobile {
        display: block;
        font-family: 'Manrope', sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .card-title-desktop {
        display: none;
    }

    .card-text-desktop {
        display: none;
    }

    .card-text-mobile {
        display: block;
        font-size: 12px;
        line-height: 16px;
    }

    .promotions-hr-line {
        margin-top: 19px;
        margin-bottom: 20px;
    }

    .button-text-holder {
        justify-content: space-between;
    }

    .price {
        margin-right: 0px;
        align-items: flex-start;
    }

    .price_up {
        flex-direction: column;
    }

    .small-text {
        font-size: 11px;
        margin-right: 0px;
        line-height: 15px;
    }

    .property-price {
        font-size: 16px;
        line-height: 20px;
    }

    .property-price .currency_symbol_price {
        font-size: 10px;
    }

    .per_night {
        font-size: 11px;
        line-height: 15px;
        color: #008009;
    }

    .MaxPartialPaymentParcel {
        font-size: 11px;
        line-height: 15px;
    }

    .offer_indicators {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .offer_indicator {
        width: 20px;
        height: 3px;
        background-color: #B1B4B8;
        border-radius: 4px;
        margin-right: 5px;
    }

    .offer_indicator.active {
        background-color: #273240;
    }

    .card-alignment.hidden .offer_indicators {
        display: none;
    }
}