﻿@font-face {
    font-family: 'Lexend';
    src: url('/fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/CenturyGothic/centurygothic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/fonts/CenturyGothic/centurygothic_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Lexend', 'Century Gothic', sans-serif !important;
}

:root {
    --header_background: #EA2127;
    --navigation-color: #303791;
}
nav.main-navi-spr {
    border-top: 1px solid var(--navigation-color);
    background-color: var(--navigation-color) !important;
}

footer {
    background: var(--header_background) !important;
}

    footer .container {
        background: var(--header_background) !important;
    }

main .mainContent .hotelSection .infoButton {
    background: #3eafc2 !important;
}

.headerDesktop .partner-logo-sb {
    position: absolute !important;
    left: 23% !important;
    width: auto;
    margin-top: 12px !important;
}

    .headerDesktop .partner-logo-sb img {
        width: 175px;
    }

    .headerDesktop .partner-logo-sb span {
        display: block;
        color: #fff;
    }

.header .abtaAtol {
    left: 42% !important;
}

.header .feefo {
    left: 54% !important;
}

.trustpilot-widget-hdr-wrapper {
    margin: 8px 0 0 760px !important;
}

.header .phoneNo {
    margin: 38px 0% 0 0 !important;
}

a.phoneNo-contact-us {
    margin-right: 50px !important;
}

.AccommodationMain {
    display: flex;
    margin: 5px;
}

#BoxMiddle {
    display: flex;
}

.qmarkbluePaymentMethod {
    width: 20px;
    opacity: .85;
    margin-left: 5px;
    top: -16px;
    position: absolute;
}
.icoverpaymentmethod {
    background-color: rgba(53, 165, 222, .94);
    color: #fff;
    position: absolute;
    top: -105px;
    left: -138.5px;
    width: 278px;
    text-align: left;
    padding: 8px 10px 8px 10px;
    box-shadow: 0px 0px 1px #8e8e8e;
    font-size: 14px;
    display: none;
}

    .icoverpaymentmethod:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: rgba(53, 165, 222, .94);
        border-width: 6px;
        margin-left: 0px;
    }

@media (max-width: 768px) {
    .header-new-ux-design {
        display: flex;
        flex-wrap: wrap;
    }
    .header {
        height: auto !important;
    }

    .partner-logo-sb span {
        font-size: 15px !important;
        color: #000 !important;
        display: inline;
    }

    .partner-logo-sb {
        border-top: 1px solid #079ee3 !important;
        margin: 5px 0 !important;
    }

        .partner-logo-sb img {
            width: 150px !important;
        }
}

.MainHeader {
    width: 100%;
    height: auto;
    background: none;
}

    .MainHeader .HeaderInner {
        max-width: initial !important;
        height: auto !important;
        margin: auto !important;
        background: none !important;
    }

.MainMenu {
    background: #1b1464;
    border: none;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Start cart abandonment @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.cam-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 100000;
    display: none;
}

    .cam-popup-container .cam-popup-body {
        position: relative;
        width: 474px;
        height: auto;
        background: #ffffff;
        min-height: 174px;
        display: block;
        top: 15%;
        margin: 0 auto;
        border-radius: 4px;
        box-shadow: 0px 0px 4px #7b7b7b;
        padding-bottom: 10px;
    }

    .cam-popup-container .cam-popup-title {
        text-align: center;
        font-size: 17px;
        padding: 6px 0 8px 0;
        color: #000;
        letter-spacing: 1.2px;
    }

    .cam-popup-container .cam-popup-message {
        font-size: 14px;
        padding: 0px 5px;
        color: #fff;
        /* text-align: center; */
        position: relative;
        height: 170px;
        /* box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .7); */
    }

    .cam-popup-container .cam-popup-button-back {
        width: 221px;
        height: auto;
        padding: 10px;
        text-align: center;
        color: #fff;
        background-color: #449d44;
        border: 1px solid #398439;
        font-size: 14px;
        margin: 0 auto 0 16px;
        border-radius: 4px;
        font-weight: bold;
        display: inline-block;
        cursor: pointer;
    }

    .cam-popup-container .cam-popup-button-continue {
        width: 180px;
        height: auto;
        padding: 10px;
        text-align: center;
        color: #000000;
        font-size: 12px;
        margin: 0 auto 0 5px;
        border-radius: 4px;
        display: inline-block;
        border: 1px solid #3c3c3c;
        cursor: pointer;
        text-shadow: none;
    }

    .cam-popup-container .cam-popup-buttons-container {
        padding: 0 0 5px 0;
    }

    .cam-popup-container .cam-popup-message img {
        height: 155px;
        width: 100%;
        border-radius: 4px;
        opacity: 0.7;
    }

    .cam-popup-container .cam-popup-message span {
        position: relative;
        width: 95%;
        top: -112px;
        display: block;
        font-weight: bold;
        left: 17px;
        font-size: 16px;
        text-shadow: 1px 1.2px 1px #000000;
    }

    .cam-popup-container .cam-popup-close {
        right: -6px;
        background-color: white;
        border: 0px solid #aeaeae;
        border-radius: 18px;
        height: 20px;
        width: 20px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #555555;
        position: absolute;
        top: -6px;
        cursor: pointer;
        line-height: 20px;
        box-shadow: 0px 0px 4px #7b7b7b;
    }
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ END cart abandonment @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
