.one-quarter.switch .checkbox {
    opacity: 0;
    position: absolute;
}

.one-quarter.switch .label {
    background-color: #717171;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 26px;
    width: 40px;
    transform: scale(1.5);
}

.one-quarter.switch .label .ball {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
}

.one-quarter.switch .checkbox:checked+.label .ball {
    transform: translateX(14px);
}

.one-quarter.switch .fa-moon {
    color: #f1c40f;
}

.one-quarter.switch .fa-sun {
    color: #f39c12;
}

.box .col-lg-12.row div:nth-child(2) {
    text-align: right !important;
}


.place__box.place__box-overview.your__trip .box {
    /*margin: 25px 0 30px 0;*/
    padding: 10px 15px;
}

.place__box.place__box-overview.your__trip .box p.selected__dates {
    font-size: 15px;
    color: #717171 !important;
    margin-top: 5px;
}

.place__box.place__box-overview.your__trip .box .date,
.place__box.place__box-overview.your__trip .box .edit {
    font-size: 18px;
    font-weight: 700;
}

.place__box.place__box-overview.your__trip .box .edit {
    text-decoration: underline;
}

div#switch {
    transform: scale(0.9);
    float: right;
}

.one-quarter .checkbox:checked~.label {
    background-color: #000 !important;
}

.place__box.place__box-overview.your__trip.pay__block .box .edit {
    text-decoration: auto;
}

.place__box.place__box-overview.your__trip.pay__block .box {
    margin: 0;
}

.pay__block .c_box {
    margin-top: 20px;
}

.pay__block .box {
    /*border: 2px solid #000 !important;*/
    border-radius: 10px;

}

/*.pay__block .c_box .box {
    border: 2px solid #000;
}*/

.pay__block .c_box .box:nth-child(2) {
    border-radius: 0 0px 10px 10px;
}

.pay__block .c_box .box:nth-child(1) {
    border-radius: 10px 10px 0px 0px;
}

.c_box input:checked {
    appearance: none !important;
    border-style: solid !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    vertical-align: top !important;
    outline: none !important;
    border-color: #222222 !important;
    border-width: 7px !important;
    background: white !important;
    width: 22px;
    height: 22px;
}


.c_box input {
    appearance: none !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #B0B0B0 !important;
    background: #FFFFFF !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    vertical-align: top !important;
    outline: none !important;
    width: 22px;
    height: 22px;
}

.c_box .edit_box {
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
}

.c_box .edit_box input {
    margin: 1px 10px 0px 35px;
}

.pay__block .box_unselected {
    box-shadow: inset 0 0 0 1px #dddddd !important;
}

.box_selected {
    box-shadow: inset 0 0 0 2px #222222 !important;
}

ul img {
    width: 30px;
}

ul li {
    display: inline-block;
}


.card_data input {
    height: 56px !important;
    width: 100% !important;
    border-radius: 8px !important;
    margin: 8px 0 !important;
}

.card_data .form-group {
    margin: 8px 0px !important
}

.card_data .form-group>div input {
    border-radius: 8px 8px 0px 0px !important;
}

.card_data .form-group div:nth-child(2) input:nth-child(2) {
    border-radius: 0px 0px 8px 0px !important;
}

.card_data .form-group div:nth-child(2) input:nth-child(1) {
    border-radius: 0px 0px 0px 8px !important;
}

.card_data .form-group div:nth-child(2) input:nth-child(1),
.card_data .form-group div:nth-child(2) input:nth-child(2) {
    width: 50% !important;

}

.card_data .form-group div:nth-child(2) {
    display: flex;
}

.card_data .form-group div input {
    margin: 0px !important;
    /*padding: 0px !important;*/
}

.card_data .form-group input {
    font-size: 16px;
    font-style: normal;
}


.req__trip__box button,
.req__trip__box a {
    cursor: pointer !important;
    display: inline-block !important;
    margin: 0px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    width: auto !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    border-width: 1px !important;
    border-style: solid !important;
    outline: none !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.1s ease, transform 0.1s ease !important;
    -moz-transition: box-shadow 0.2s ease, transform 0.1s ease !important;
    transition: box-shadow 0.2s ease, -ms-transform 0.1s ease, -webkit-transform 0.1s ease, transform 0.1s ease !important;
    border-color: #222222 !important;
    background: #FFFFFF !important;
    color: #222222 !important;
}

.req__trip__box button:hover {
    border-color: #000000 !important;
    background: #F7F7F7 !important;
    color: #222222 !important;
}

.req__trip__box .col-md-8 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 5px 0;
}

.req__trip__box .col-md-12 {
    color: #717171 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.req__trip__box {
    padding: 10px 0px !important;
}

.place__box.place__box-overview.your__trip.pay__block h2 {
    margin-bottom: 15px;
}

.req__trip__box>div {
    align-items: center;
}

.req__trip__box.terms__condition button {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    text-decoration: underline !important;
}


/*@media (min-width: 1440px) {
    .row__main__box {
        max-width: 1280px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}*/

.row.restaurant__card img {
    border-radius: 8px;
    max-height: 120px;
    width: 100%;
    object-fit: cover;
}

.restaurant__card .details {
    font-size: 12px;
    padding-left: 15px;
}

.restaurant__card .details div {
    padding: 3px;
}

.col-md-12.details {
    margin: -30px -10px;
    text-align: right;
    color: #fff;
    font-weight: 900;
}

.col-md-12.details div {
    background: linear-gradient(to right, #ffffff00, black);
}

.c_box.card_data input {
    color: #000;
}