body{
    background-color: #FFF;

    overflow-x: hidden;
    overflow-y: auto!important;

    font-family: 'Red Hat Display', sans-serif!important;

}
body * {
    font-family: 'Red Hat Display', sans-serif!important;
  color: var(--blue)!important;

}

li>*:first-child:before {
    color: var(--blue)!important;
    font-family: 'Red Hat Display', sans-serif!important;
    font-weight: bold!important;
}

.logo-checkout{

}

.chekout{
    width: 100%;

}
 .container{
    width: calc(100% - 40px); margin: auto;
}

 h1{
     font-size: 20px!important;
     line-height: 30px!important;
 }

p{font-size: 18px!important;; line-height: 26px!important;;}
.logo{
    position: relative;

    margin-top: 30px;
    margin-bottom: 80px;

}

.logo  img{

    position: relative;
    height: 42px;
    left: 0; top:0;
    display: block;


}

.form-title{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 48px;
}


.form{
    width: 100%;
    max-width: 630px;


    overflow: hidden;
}

.form-item{
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;

    position: relative;
}



.form-item.form-text-area{
    width: calc(100% - 10px);
    margin-right: 0;
}

.form-item p{
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}


input, textarea{
    border: 1px solid var(--blue);
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    padding: 12px;
    width: calc(100% - 25px);
    font-size: 18px;
    line-height: 18px;
    position: relative;

    resize: none;
}

input#userPhone{
    width:  100%!important;
}

.one-side-content{
    float: left;
}


.switch-pickup{
    position: absolute;


    width: 36px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid rgba(7, 68, 104, 1);
    right: 0px;
    background-color: #EEE;

    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    cursor: pointer;
}

.switch-pickup::after{
    content: ''; display: block; position: absolute;
    background-color :  rgba(7, 68, 104, 1);
    border-radius: 50%;
    width: 12px; height: 12px;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.12);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.12);

    border: 1px solid rgba(0, 0, 0, 0.2);
    top: 3px;
    left: 3px;
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transform: translateZ(0) translateX(0);

}

.disabled .switch-pickup::after{
    transform: translateZ(0) translateX(0px);
}
.disabled .switch-pickup{
    background-color: #EEE;
}

.switch-pickup::after{
    transform: translateZ(0) translateX(16px);
}
.switch-pickup{
    background-color: lawngreen;
}

.msg-pickup{
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    font-size: 12px; line-height: 20px;
    pointer-events: none;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 14px;
}
.disabled .msg-pickup {
    opacity: 0;

}

.form-item.disabled input{
    pointer-events: none;
    background: #EEE;
    opacity: 0.7;

}






.box-checkout{
    width: 360px;
    height: 500px;

    float: left;
    margin-left: 40px;
    border: 5px;
    position: relative;
}
.img-driver-chk{
    width: 100px;
    height: 100px;
    top:0; left: 0; right: 0;
    margin: auto;
    border: 4px solid var(--orange);
    border-radius: 50%;
    position: absolute;
}




.box-checkout-content{
    margin-top: 54px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.1);
    background-color: white;
}

.box-checkout img{
    pointer-events: none;
    object-fit: cover;
    display: block;
}

.img-tour-chk{
    width: 100%;
    height: 200px;

}

.box-checkout-info{
    padding: 20px;
    position: relative;
}
.box-checkout-tour-name{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 31px;
}
.box-checkout-driver-name{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
}
.box-checkout-driver-name span{color: var(--orange)}


.box-checkout-dtp{

    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;

}

.box-checkout-time,
.box-checkout-date,
.box-checkout-people{
     position: relative;
    display: inline-block;


    padding-left: 24px;


    font-size: 14px;
    font-weight: 700;
    line-height: 18px;






}
.box-checkout-date::before,
.box-checkout-time::before,
.box-checkout-people::before{
    transform: scale(.45) translateY(-22px) translateX(-20px);
    content: ''; display: block; position: absolute;
    background: url("../images/tours/icon-access_time.png");
    width: 36px; height: 36px; top: 0px; left: 0px;


}



.box-checkout-date::before {   background: url("../images/tours/icon-date_range.png");  width: 33px; height: 36px; }
.box-checkout-people::before {   background: url("../images/drivers/preson.png"); width: 33px; height: 36px; }
/*

    background: url("../images/tours/check.png");
 */


.box-checkout-line{
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.3;

}

.price-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    position: relative;


}

.price-label{
    display: inline-block;

}
.price-value{
    display: inline-block;
    font-weight: 600;
}

.check-btn{

    position: absolute;
    right:0px;
    width: 50px;
    top: 28px;
    padding: 7px 3px;
    line-height: 0;
    margin: 0;


}

.check-btn svg path{
    fill: white;
}
.check-btn svg{
    width: 24px;


}

.form-item.promo-code{
    width: calc(100% - 70px);
    margin-bottom: 0px;
    margin-top: 0px;


}
.form-item.promo-code input{
    padding: 8px 12px;
}


.form-item p.invalid-code{
    color: #be3631;
    display: none;

}

.box-checkout-info .common-cta{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
}


.box-checkout-info._pay{


}

.box-checkout-info._pay .price-row{
    display: block;
}

.price-row._driver{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
}


.price-row._total{
    margin-top: 10px;
    font-size: 20px;
}

.price-row._pickup,
.price-row._dropoff,
.price-row._promo{
   font-size: 14px;


}


.price-row._promo{
    font-weight: bold;
    color: var(--orange2);
    display: none;
}


.price-row._promo.vis{
    display: flex;
    animation: showPromo 0.4s ease-in-out;
}

@keyframes showPromo {
    0% {  transform: translateZ(0) scale(0.9); }
    33% { transform:  translateZ(0) scale(1.1); }
    66% { transform:  translateZ(0) scale(0.9); }
    100% { transform:  translateZ(0) scale(1); }
}


.error-msg{

    position: absolute;
    font-size: 12px;
    color: #be3631;
    line-height: 22px;
    text-align: right;
    padding-right: 10px;
    width: 100%;

    display: none;

}

@media all and (min-width: 0px) and (max-width: 800px) {
    .one-side-content{
        width: 100%;
        float: none;
    }
    .form-item {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    input{
        width: calc(100% - 26px);
    }

    .switch-pickup{
        transform: translateY(-4px);
    }

    .box-checkout{
        width: 100%;
        height: auto;
        margin: auto;
    }
}