
.gift-card-page-wrapper {
    background-image: url(/Resources/Shared/img/gift-card-page-background.png);
    background-position: 0 79%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 209px);
    padding-top: 50px;
}

.gift-card-container {
    background: white;
    width: 40%;
    border: 1px solid #2AAE54;
    border-radius: 19px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 9px 2px 0px #00000014;
    padding-top: 40px;
}

    .gift-card-container h4 {
        font-weight: 500;
    }

    .gift-card-container h6 {
        font-size: 16px;
        font-weight: normal;
    }

.gift-card-default {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 80px;
}

    .gift-card-default h5 {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 20px;
    }

    .gift-card-default .gift-card-btn {
        border-radius: 10px;
        box-shadow: none;
        font-weight: 500;
        text-shadow: none;       
        height: 48px;
        margin: 0 auto;
    }

.gift-card-btn {
    margin: 15px;
    border-radius: 19px;
}

.giftcard-input-container input {
    border-radius: 4px;
    border: 1px solid #CED3DA;
    padding: 10px 0 10px 40px;
    text-align: left;
    margin: 0 auto;
    direction: ltr;
    width: 65%;
    font-size: 18px;
    box-sizing: border-box;
    initial-letter-align: border-box;
    letter-spacing: 1px;
    caret-color: auto;
    position: relative;
}

    .giftcard-input-container input::placeholder {
        letter-spacing: 0.8px; 
        font-size: 18px;
        text-align: left;
    }

.input-error {
    border: 1px solid red;
}

.label-error {
    color: red;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 8px;
    width: 100%;
}

.giftcard-input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 55px;
}


.gift-card-balance-wrapper {
    margin-top: 40px;
    padding-bottom: 52px;
}

    .gift-card-balance-wrapper span {
        font-weight: 500;
        font-size: 18px;
    }

    .gift-card-balance-wrapper .gift-card-balance-amount {
        font-size: 50px;
        font-weight: 500;
        color: #098137;
    }

.gift-card-balance-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top:50px;
}


    .gift-card-balance-actions .redirect-btn {
        margin: 2px;
        border-radius: 10px;
        box-shadow: none;
        font-weight: 600;
        font-size: 20px;
        height: 48px;
        text-shadow: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 15px;
    }

    .gift-card-balance-actions .recheck-btn {
        text-decoration: underline;
        color: #098137;
        border: none;
        background: none;
        font-size: 16px;
    }

.loader {
    height: 15px;
    width: 38px;
    position: absolute;
    right: 20%;
    z-index: 100;
}


.gift-products-wrapper {
   
    display: flex;
    justify-content: center;
    gap: 6px;
    width: 75%;
    margin: 0 auto;
   
}

.gift-products-text {
    color: black;
    border-radius: 5px;
    font-size: 18px !important;
    position:absolute;
    white-space: nowrap;
}

.gift-products-items-wrapper {
    display: flex;
    gap: 4px;
    direction: rtl;
}


    .gift-products-items-wrapper ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .gift-products-items-wrapper ul li {
        padding: 4px 0;
        font-size: 18px;
        color: #333;
        font-weight: 500;
        list-style: none;
        padding: 0;
        margin-left: 2px;
        display: inline-block;
        white-space: nowrap;
        direction: rtl;
    }

        .gift-products-items-wrapper ul li:not(:first-child)::after {
            content: ", ";
        }

        .gift-products-items-wrapper ul li:last-child::after {
            content: "";
        }


@media (max-width:991px) {


    .gift-products-wrapper {
        width: 85% ;
    }
    .gift-card-page-wrapper {
        background-image: url(/Resources/Shared/img/gift-card-background-mobile.png);
        background-position-x: -510px;
        padding-bottom: 10px;
        padding-top: 35px;
    }

    .gift-card-balance-wrapper {
        padding-bottom: 10px;
    }

    .gift-card-container {
        width: 92%;
        padding: 30px 13px 10px 13px;
    }

        .gift-card-container h4 {
            font-size: 28px;
        }

        .gift-card-container h6 {
            font-size: 16px;
            padding-top: 15px;
        }

    .giftcard-input-container input {
        width: 95%;
        font-size: 16px;
        padding-left: 20px;
    }

        .giftcard-input-container input::placeholder {
            font-size: 16px;
        }

    .gift-card-default {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 100%;
    }

        .gift-card-default .gift-card-btn {
            width: 100%;
        }

    .loader {
        right: 2%;
    }
   
}


@media(max-width:410px) {
    .gift-card-page-wrapper {
        background-position-x: -440px !important;
    }

   
}

@media (max-width: 380px) {
    .gift-card-page-wrapper {
        background-position-x: -335px !important;
    }
   
}


.loader-container {
    width: 100%;
    top: 0px;
    background-color:white;
}

.navigation-loader {
    margin: 0 0 -119px 0;
    background-image: url(/Resources/Mobile/Img/preloader_bg.png);
    background-repeat: repeat-x;
    height: 100%;
}

    .navigation-loader .loader-image {
        margin: 0 0 10px 0;
        text-align: center;
        left: 0;
        right: 0;
    }

    .navigation-loader .continer-logo {
        text-align: center;
    }

        .navigation-loader .continer-logo a img {
            /*//width:45px;*/
            margin-top: 8%;
            height: 80px;
        }

    .navigation-loader .loader-icons {
        margin: 0 0 25px 22px;
        text-align: center;
        height: 400px;
        padding-top: 100px;
    }
        .navigation-loader .loader-icons .loader-icon {
            color: var(--loader-icons-color);
            font-size: 55px;
        }

        .navigation-loader .loader-icons .icon-pnim.loader-icon,
        .navigation-loader .loader-icons .icon-hotels.loader-icon {
            width: 86px;
            display: inline-block;
        }

        /*.navigation-loader .loader-icons .icon-hotels.loader-icon{
            margin-right:20px;
        }*/

        .navigation-loader .loader-icons .loader-gif-center {
            width: 100px;
            height: 100px;
            margin: 20px;
        }



    .navigation-loader .loader-image img {
        padding-top: 72px;
        left: 0;
        right: 0;
        margin: auto;
    }

      .navigation-loader .promotion-section{
          background: none;
      }

.navigation-loader section.promotion-section ul li i {
    color: #fff;
    padding: 10px;
    font-size: 10px;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    width: 36px;
    height: 36px;
}



@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 25px -10px 30px

}

.la-ball-clip-rotate {
    display: inline-block;
    font-size: 0;
    color: #809eb8;
    /*width: 100px;*/
    height: 100px;
    margin: 20px 20px 27px 20px;
}

    .la-ball-clip-rotate.la-dark {
        color: #333;
    } 

    .la-ball-clip-rotate > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
        width: 80px;
        height: 80px;
        background: transparent; 
        border-bottom-color: transparent;
        border-radius: 100%;
        box-shadow: 0px 2px 0px rgba(128, 158, 184, 0.6);
        -moz-box-shadow: 0px 2px 0px rgba(128, 158, 184, 0.6);
        -webkit-box-shadow: 0px 2px 0px rgba(128, 158, 184, 0.6); 
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-name: rotate;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-duration: 1s;
        -moz-animation-timing-function: linear;
        -moz-animation-name: rotate;
        -moz-animation-iteration-count: infinite;
        -ms-animation-duration: 1s;
        -ms-animation-timing-function: linear;
        -ms-animation-name: rotate;
        -ms-animation-iteration-count: infinite;
        -o-animation-duration: 1s;
        -o-animation-timing-function: linear;
        -o-animation-name: rotate;
        -o-animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-name: rotate;
        animation-iteration-count: infinite;
    }

    .la-ball-clip-rotate.la-sm {
        width: 16px;
        height: 16px;
    }

        .la-ball-clip-rotate.la-sm > div {
            width: 16px;
            height: 16px;
            border-width: 1px;
        }

    .la-ball-clip-rotate.la-2x {
        width: 64px;
        height: 64px;
    }

        .la-ball-clip-rotate.la-2x > div {
            width: 64px;
            height: 64px;
            border-width: 4px;
        }

    .la-ball-clip-rotate.la-3x {
        width: 96px;
        height: 96px;
    }

        .la-ball-clip-rotate.la-3x > div {
            width: 96px;
            height: 96px;
            border-width: 6px;
        }
/*
 * Animation
 */


@font-face {
}

@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes ball-clip-rotate {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


    .navigation-loader section.promotion-section { background: none; margin-top: 60px;}
    .navigation-loader section.promotion-section ul li {display:flex;  padding: 0 2px; margin: 0 10px 0 10px;}
        .navigation-loader section.promotion-section ul li i {
            background-color: var(--loader-bullet-background);
            font-size: 24px;
            height: 50px;
            width: 50px;
            margin-left:8px;
        }
            .navigation-loader section.promotion-section ul li i:before{vertical-align:middle;}
            /*.navigation-loader section.promotion-section ul li i.icon-7 { font-size: 30px; padding: 17px;}*/
        .navigation-loader section.promotion-section ul li .text-content {
            font-size: 22px;
            color: #3D495D;
            word-wrap: break-word;
            vertical-align: middle;
            text-align: right;
            line-height: 1;
            width: auto;
            display: flex;
            flex-flow: column;
            justify-content: center;
        }
     .navigation-loader section.promotion-section ul li .text-content span{display:block}
        /*.navigation-loader section.promotion-section ul li .text-content span.first-text{font-weight:bold}*/
        .navigation-loader section.promotion-section ul li .text-content span.second-text {
            
        }

        .navigation-loader section.promotion-section ul {
            list-style-type: none;
            display: flex;
            width: 100%;
            font-size: 19px;
            align-items: center;
            justify-content: center;
        }


@media screen and (max-width: 900px){
    .loader-container section.promotion-section ul li{line-height: 5;}
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn-block-height { height: 38px;}/**/

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; }

/*  Button Block  */

.btn-block { width: 100%; display: block; padding-left: 0; padding-right: 0; }

 

/*  Button Primary  */

.btn-primary {
    font-size: 21px;
    line-height: 1.24;
    color: var(--primary-button-text-color);
    font-weight: normal;
    text-shadow: 0 2px 0 var(--primary-button-text-shadow);
    /*letter-spacing: -0.02em;*/
    text-decoration: none;
    padding: 6px 28px;
    border: 0;
    background: var(--primary-button-background);
    border-radius: 1px;
    box-shadow: 0 3px 0 var(--primary-button-background-dark);
}
    .btn-primary.btn-details {
        font-size: 22px;
        font-weight: 600;
        margin: auto;
        width: 160px;
        border-radius: 3px;
    }
.flight-search-result-list .btn-primary.btn-details {
    border-radius: 3px;
    width: 160px;
    margin: auto;
}

/*.btn-primary:hover { box-shadow: 0 1px 0 #0a6714;margin-top: 2px;}*/
    .btn-primary:hover {
        box-shadow: 0 2px 0 var(--primary-button-hover-color);
    }

    .form-foot .btn-primary:hover {
        box-shadow: none;
    }
/*  Button blue  */

.btn-blue { font-size: 34px; line-height: 1.24; color: #fff; font-weight: 400; text-shadow: 0 2px 0 #044c73; letter-spacing: -0.02em; text-decoration: none; padding: 9px 28px; border: 0; background: #166f9f; border-radius: 2px; box-shadow: 0 3px 0 #034C75; }

.btn-blue:hover { background-color: #034C75; }

/*  Button Add  */

.btn-add { font-size: 25px; line-height: 33px; color: #647283; font-weight: 400; padding: 15px; border: 1px solid #c5ced9; margin-bottom: 21px; background: #fff; border-radius: 3px; box-shadow: none; }
    .btn-add span {
        width: 33px;
        height: 33px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: -1px 0 0 2px;
        background-color: var(--secondary-search-primary-color);
        border-radius: 50%;
        transition: all .4s ease;
    }
.btn-add span:before { width: 20px; height: 2px; }
.btn-add span:after { width: 2px; height: 20px; }
.btn-add span:before,
.btn-add span:after { content: ''; background-color: #fff; border-radius: 2px; transition: all .4s ease; }
    .btn-add:hover {
        color: var(--primary-button-text-color);
        border-color: var(--primary-button-background);
        background-color: var(--primary-button-background);
    }
.btn-add:hover span { background-color: #fff; }
.btn-add:hover span:before,
.btn-add:hover span:after { background-color: var(--secondary-search-primary-color); }

.room-selection .btn-add span { width:24px; height: 24px;  }
.room-selection .btn-add span:before { width: 14px; height: 2px; }
.room-selection .btn-add span:after { width: 2px; height: 14px; }
/* ------------------------------------------------------------ *\
	Button Remove
\* ------------------------------------------------------------ */

.btn-remove { font-size: 16px; line-height: 27px; color: #2a3335; font-weight: 400; padding: 0; border: 0; margin: 0; background: none; border-radius: 0; box-shadow: none; }

.btn-remove span { width: 27px; height: 27px; float: left; position: relative; margin-right: 5px; background-color: #8b909e; border-radius: 50%; -ms-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .4s ease; }

.btn-remove span:before { width: 16px; height: 2px; }

.btn-remove span:after { width: 2px; height: 16px; }

.btn-remove span:before,
.btn-remove span:after { content: ''; background-color: #fff; border-radius: 2px; }

.btn-remove:hover { text-decoration: underline; }

.btn-remove:hover span { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Search
\* ------------------------------------------------------------ */

.btn-search,
.results-head .btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 18px 10px 17px; border: 0; background-color: rgba(255,255,255,.05); border-radius: 5px; box-shadow: none; }

.btn-search i { margin-left: 7px; }

.btn-search:hover { background-color: rgba(0,0,0,.2); }

/* ------------------------------------------------------------ *\
	Button Primary Small
\* ------------------------------------------------------------ */

.btn-primary-small { font-size: 20px; line-height: 1.2; color: #fff; font-weight: 400; text-align: center; padding: 3px 15px; border: 0; background: #178723; border-radius: 4px; box-shadow: none; }

.btn-primary-small:hover { background-color: #0a6714; }

/* ------------------------------------------------------------ *\
	Button Return
\* ------------------------------------------------------------ */

.btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 14px; background-color: rgba(0,0,0,.5); border-radius: 5px; }

.btn-return i { float: right; margin-left: 13px; }

.btn-return:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Location
\* ------------------------------------------------------------ */

.btn-location { font-size: 21px; line-height: 1.57; color: #53a6dc; font-weight: 400; text-decoration: none; padding: 10px 20px; background-color: rgba(0,0,0,.6); border-radius: 5px; }

.btn-location i { float: right; margin-left: 10px; }

.btn-location:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.green-button{color: var(--primary-button-text-color);text-shadow: 0 2px var(--primary-button-text-shadow);background-color: var(--primary-button-background);box-shadow: 0 3px var( --primary-button-background-dark);text-decoration: none;border-radius: 3px;}
.gray-button {
    background: #D4D4D4 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;

    text-align: center;
    font: Regular 18px/32px Rubik;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;

    color: #000000;
    box-shadow: 0 0;
    text-shadow: 0 1px #586a81;
    text-decoration: none;
    /*background: #93a4ba;
    border-radius: 3px;*/
}

.button.red {color:#e04955;background-color:#fff2f3}
.button.blue {color:#48a0dc;background-color:#ebf4fa}
.button.green {color:#51ad00;background-color:#e7f3e9}

.btn.disabled,.btn[disabled]{background-color:#9a9a9a!important;box-shadow: 0 3px #565656!important; pointer-events: none; cursor: default;color:#fff;text-shadow:unset}

/* ------------------------------------------------------------ *\
	Button Promo
\* ------------------------------------------------------------ */

.section-promo-button .btn-promo { font-size: 23.1px; line-height: 1.24; color: #fff; font-weight: normal; text-shadow: 0 2px 0 #14721d; letter-spacing: -0.02em; text-decoration: none; padding: 6px 28px; border: 0; background: #178723; border-radius: 1px; box-shadow: 0 3px 0 #0a6714;}
