@charset "UTF-8";
/* colors */
/* break points */
/* colors */
/* break points */
.branches-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: white;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
}

.branches-popup .top {
    background: black;
    padding: 10.938vw 3.75vw 5.625vw;
}

.branches-popup .top .popup-close {
    position: absolute;
    width: 4.688vw;
    top: 4.063vw;
    left: 4.063vw;
}

.branches-popup .top .input-wrapper {
    position: relative;
}

.branches-popup .top .input-wrapper > img {
    width: 4.375vw;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.branches-popup .top .input-wrapper .input {
    margin-bottom: unset;
    padding-right: unset;
    padding-left: 6.25vw;
    border-color: #ff7d19;
}

.branches-popup .closest-branches-btn {
    display: -webkit-box;
    display: flex;
    color: #ff7d19;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    font-size: 4.375vw;
    padding: 5.625vw 5vw 0;
}

.branches-popup .closest-branches-btn > img {
    width: 5vw;
    margin-left: 1.563vw;
}

.branches-popup .all-branches-container{
    margin-top: 6.875vw;
}

.branches-popup .all-branches-container .airport-list,  .branches-popup .all-branches-container .list{
    margin-bottom: 6.25vw;
}

.branches-popup .all-branches-container .title {
    display: block;
    font-family: FbAlfi-Bold, Montserrat-Bold;
    font-size: 5vw;
    margin: 0 5vw 7.813vw;
}

.branches-popup .all-branches-container .branch-option {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 6.25vw 5.313vw 5.625vw 3.75vw;
    border-bottom: 1px solid #979797;
}

.branches-popup .all-branches-container .branch-option.selected {
    color: #ff7d19;
}

.branches-popup .all-branches-container .branch-option .branch-icons {
    width: 5vw;
    margin-left: 3.75vw;
}

.branches-popup .all-branches-container .branch-option .branch-name {
    font-size: 4.688vw;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    display: block;
}

.branches-popup .all-branches-container .branch-option .branch-address {
    font-size: 3.75vw;
}

.branches-popup .all-branches-container .branch-option .branch-data {
    width: 65.625vw;
}

.branches-popup .all-branches-container .branch-option .km-distance {
    color: #ff7d19;
    position: absolute;
    left: 3.75vw;
}

.branches-popup .all-branches-container .branch-option .share-details {
    display: block;
    font-family: FbAlfi-Bold, Montserrat-Bold;
    text-decoration: underline;
}

.branches-popup .map-side {
    display: none;
}

.branches-popup .share-layout-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    background: white;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.branches-popup .share-layout-mobile .share-top {
    background: black;
    position: relative;
    padding: 7.187vw 3.75vw 5.625vw;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.branches-popup .share-layout-mobile .share-top .close-x {
    width: 5.625vw;
    top: 7.187vw;
    left: 8.125vw;
    position: absolute;
}

.branches-popup .share-layout-mobile .share-top .share-title {
    color: white;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    font-size: 6.875vw;
    border-bottom: 1px solid #ff7d19;
    padding-bottom: 0.938vw;
}

.branches-popup .share-layout-mobile .share-content {
    padding: 5.625vw 0 28.75vw;
}

.branches-popup .share-layout-mobile .share-content .label {
    margin: 0 5vw 6.875vw;
    font-size: 4.375vw;
}

.branches-popup .share-layout-mobile .share-content .steps {
    margin-bottom: 8.75vw;
}

.branches-popup .share-layout-mobile .share-content .step {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 9.688vw;
    height: 18.75vw;
    font-size: 4.375vw;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    position: relative;
}

.branches-popup .share-layout-mobile .share-content .step .step-img {
    width: 3.75vw;
    margin-left: 3.438vw;
}

.branches-popup .share-layout-mobile .share-content .step .arrow {
    width: 3.125vw;
    position: absolute;
    top: 90%;
    right: 10.313vw;
}

.branches-popup .share-layout-mobile .share-content .step:nth-child(2) .step-img {
    width: 5.469vw;
}

.branches-popup .share-layout-mobile .share-content .step:nth-child(3) .step-img {
    width: 6.094vw;
}

.branches-popup .share-layout-mobile .share-content .step:nth-child(4) .step-img {
    width: 8.75vw;
}

.branches-popup .share-layout-mobile .share-content .step:not(:last-child):before {
    content: '';
    background: grey;
    height: 1px;
    width: 6.25vw;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.branches-popup .share-layout-mobile .share-content .step:not(:last-child):after {
    content: '';
    background: grey;
    height: 1px;
    width: 81.25vw;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.branches-popup .share-layout-mobile .share-content .share-image {
    width: 70.313vw;
    margin: 0 auto 11.875vw;
}

.branches-popup .share-layout-mobile .share-content .stores-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.branches-popup .share-layout-mobile .share-content .stores-container .store-icon {
    width: 23.125vw;
}

.branches-popup .share-layout-mobile .share-content .stores-container .store-icon:first-child {
    margin-left: 3.125vw;
}

.datepicker-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: white;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 44.063vw;
}

.datepicker-popup .top {
    position: relative;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    padding: 3.125vw 4.063vw;
    font-size: 6.875vw;
    border-bottom: 1px solid #979797;
}

.datepicker-popup .top .popup-close {
    position: absolute;
    width: 4.688vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4.063vw;
}

.datepicker-popup .content {
    padding: 5.625vw 5.313vw;
}

.datepicker-popup #container .pika-single {
    width: 100%;
    border: none;
}

.datepicker-popup #container .pika-prev, .datepicker-popup #container .pika-next {
    display: none;
}

.datepicker-popup #container .pika-day {
    background: transparent;
    text-align: center;
    font-family: FbAlfi-regular, Montserrat-Regular;
    color: black;
    font-size: 5vw;
    height: 12.5vw;
    pointer-events: none;
}

.datepicker-popup #container .pika-day:hover {

}

.datepicker-popup #container .pika-table > thead th abbr {
    color: black;
    text-decoration: none;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    font-size: 3.75vw;
}

.datepicker-popup #container .pika-table td{
    position: relative;
}

.datepicker-popup #container .pika-table td.is-empty{
    pointer-events: none;
}

.datepicker-popup #container .pika-table td .pika-button:hover{
    background: transparent !important;
    color: black !important;
}

.datepicker-popup #container .pika-table td .overly{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: block;
    pointer-events: all;
}

.datepicker-popup #container .pika-title {
    text-align: right;
    font-family: FbAlfi-Bold, Montserrat-Bold;
    pointer-events: none;
}

.datepicker-popup #container .pika-title .pika-label {
    font-size: 5.781vw;
}

.datepicker-popup #container .pika-lendar {
    margin-bottom: 8.125vw;
}

.datepicker-popup #container .pika-row .is-selected, .datepicker-popup #container .pika-row .is-inrange {
    background: #ff7d19;
}

.datepicker-popup #container .pika-row .is-inrange >button{
    color: white;
}

.datepicker-popup #container .pika-row .is-selected .pika-button, .datepicker-popup #container .pika-row .is-inrange .pika-button {
    box-shadow: none;
    font-weight: normal;
}

.datepicker-popup #container .pika-row .is-startrange {
    background: #ff7d19;
    position: relative;
}

.datepicker-popup #container .pika-row .is-startrange .pika-button {
    color: white;
}

.datepicker-popup #container .pika-row .is-startrange:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.34375vw 1.875vw 2.34375vw 0;
    border-color: transparent black transparent transparent;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.datepicker-popup #container .pika-row .is-endrange {
    position: relative;
    background: #ff7d19;
}

.datepicker-popup #container .pika-row .is-endrange .pika-day{
    color: white;
}

.datepicker-popup #container .pika-row .is-endrange:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.34375vw 0 2.34375vw 1.875vw;
    border-color: transparent transparent transparent black;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.datepicker-popup #container .holiday-desc {
    display: block;
    color: #ff7d19;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    font-size: 4.375vw;
    text-align: center;
}

.datepicker-popup #container .disabled button{
    pointer-events: none;
}

.datepicker-popup #container .disabled button {
    color: lightgrey !important;
}

.datepicker-popup .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    background: black;
    width: 100vw;
    z-index: 10000;
    padding: 3.438vw 5.313vw 6.563vw;
}

.datepicker-popup .bottom .dates-indicator {
    display: -webkit-box;
    display: flex;
    margin-bottom: 4.688vw;
}

.datepicker-popup .bottom .date-wrapper:first-child {
    margin-left: 42.188vw;
}

.datepicker-popup .bottom .date-indicator {
    color: white;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    font-size: 6.25vw;
}

.datepicker-popup .bottom .date-indicator.picked {
    color: #ff7d19;
}

.datepicker-popup .bottom .submit-btn {
    color: white;
    background: #ff7d19;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    width: 88.75vw;
    height: 14.063vw;
    font-size: 6.875vw;
}

.datepicker-popup .bottom .submit-btn.disabled{
    background: #8b8b8b;
    pointer-events: none;
    opacity: 1;
}

.timepicker-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: white;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction:column;
}

.timepicker-popup .top {
    position: relative;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    padding: 3.125vw 4.063vw;
    font-size: 6.875vw;
    border-bottom: 1px solid #979797;
    height: 7%;
    flex: 0 0 auto;
}

.timepicker-popup .top .popup-close {
    position: absolute;
    width: 4.688vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4.063vw;
}

.timepicker-popup .content {
    height: 66%;
    flex: 0 0 auto;
    overflow-y: auto;
    -webkit-overflow-scroll: touch;
    padding: 5.625vw 5.313vw 5.625vw;
}

.timepicker-popup .content .desktop-title{
    display: none;
}

.timepicker-popup .time-option {
    height: 12.5vw;
    font-size: 5.938vw;
    padding-right: 4.688vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.timepicker-popup .time-option.selected {
    background: #ff7d19;
    color: white;
}

.timepicker-popup .time-option.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.timepicker-popup .bottom {
    background: black;
    width: 100vw;
    padding: 3.438vw 5.313vw 6.563vw;
    position: fixed;
    bottom: 0;
    left: 0;
}

.safari-fix .timepicker-popup .content {
    height: 50%
}
.safari-fix .timepicker-popup .bottom {
    height: 35%;
    flex: 0 0 auto;
    z-index: 10000;
    position: relative;
    bottom: unset;
    left: unset;
}

.timepicker-popup .bottom .dates-indicator {
    display: -webkit-box;
    display: flex;
    margin-bottom: 4.688vw;
}

.timepicker-popup .bottom .date-wrapper:first-child {
    margin-left: 32.813vw;
}

.timepicker-popup .bottom .date-indicator {
    color: white;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    font-size: 4.375vw;
    display: block;
    margin-bottom: 3.125vw;
}

.timepicker-popup .bottom .date-wrapper .label{
    margin-bottom: 1vw;
}

.timepicker-popup .bottom .time-indicator {
    color: white;
    display: block;
    font-size: 6.25vw;
    font-family: FbAlfi-Medium, Montserrat-Medium;
}

.timepicker-popup .bottom .time-indicator.picked {
    color: #ff7d19;
}

.timepicker-popup .bottom .submit-btn {
    color: white;
    background: #ff7d19;
    font-family: FbAlfi-Medium, Montserrat-Medium;
    width: 88.75vw;
    height: 14.063vw;
    font-size: 6.875vw;
}

.datepicker-popup #container .pika-row .is-disabled{
    pointer-events: none;
}

@media (min-width: 768px) {
    .branches-popup {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        background: white;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
    }

    .branches-popup .top {
        background: black;
        padding: 4.557vw 1.563vw 2.344vw;
    }

    .branches-popup .top .popup-close {
        position: absolute;
        width: 1.953vw;
        top: 1.693vw;
        left: 1.693vw;
    }

    .branches-popup .top .input-wrapper {
        position: relative;
    }

    .branches-popup .top .input-wrapper > img {
        width: 1.823vw;
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    .branches-popup .top .input-wrapper .input {
        margin-bottom: unset;
        padding-right: unset;
        padding-left: 2.604vw;
        border-color: #ff7d19;
    }

    .branches-popup .closest-branches-btn {
        display: -webkit-box;
        display: flex;
        color: #ff7d19;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        font-size: 1.823vw;
        padding: 2.344vw 2.083vw 0;
    }

    .branches-popup .closest-branches-btn > img {
        width: 2.083vw;
        margin-left: 0.651vw;
    }

    .branches-popup .all-branches-container{
        margin-top: 2.865vw;
    }

    .branches-popup .all-branches-container .airport-list, .branches-popup .all-branches-container .list {
        margin-bottom: 2.604vw;
    }

    .branches-popup .all-branches-container .title {
        display: block;
        font-family: FbAlfi-Bold, Montserrat-Bold;
        font-size: 2.083vw;
        margin: 0 2.083vw 3.255vw;
    }

    .branches-popup .all-branches-container .branch-option {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        padding: 2.604vw 2.214vw 2.344vw 1.563vw;
        border-bottom: 1px solid #979797;
    }

    .branches-popup .all-branches-container .branch-option.selected {
        color: #ff7d19;
    }

    .branches-popup .all-branches-container .branch-option .branch-icons {
        width: 2.083vw;
        margin-left: 1.563vw;
    }

    .branches-popup .all-branches-container .branch-option .branch-name {
        font-size: 1.953vw;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        display: block;
    }

    .branches-popup .all-branches-container .branch-option .branch-address {
        font-size: 1.563vw;
    }

    .branches-popup .all-branches-container .branch-option .branch-data {
        width: 27.344vw;
    }

    .branches-popup .all-branches-container .branch-option .km-distance {
        color: #ff7d19;
        position: absolute;
        left: 1.563vw;
    }

    .branches-popup .share-layout-mobile .share-top {
        padding: 2.995vw 1.563vw 2.344vw;
    }

    .branches-popup .share-layout-mobile .share-top .close-x {
        width: 2.344vw;
        top: 2.995vw;
        left: 3.385vw;
    }

    .branches-popup .share-layout-mobile .share-top .share-title {
        font-size: 2.865vw;
        padding-bottom: 0.391vw;
    }

    .branches-popup .share-layout-mobile .share-content {
        padding: 2.344vw 0 5.729vw;
    }

    .branches-popup .share-layout-mobile .share-content .label {
        margin: 0 2.083vw 2.865vw;
        font-size: 1.823vw;
    }

    .branches-popup .share-layout-mobile .share-content .steps {
        margin-bottom: 3.646vw;
    }

    .branches-popup .share-layout-mobile .share-content .step {
        padding: 0 4.036vw;
        height: 7.813vw;
        font-size: 1.823vw;
    }

    .branches-popup .share-layout-mobile .share-content .step .step-img {
        width: 1.563vw;
        margin-left: 1.432vw;
    }

    .branches-popup .share-layout-mobile .share-content .step .arrow {
        width: 1.302vw;
        top: 90%;
        right: 4.297vw;
    }

    .branches-popup .share-layout-mobile .share-content .step:nth-child(2) .step-img {
        width: 2.279vw;
    }

    .branches-popup .share-layout-mobile .share-content .step:nth-child(3) .step-img {
        width: 2.539vw;
    }

    .branches-popup .share-layout-mobile .share-content .step:nth-child(4) .step-img {
        width: 3.646vw;
    }

    .branches-popup .share-layout-mobile .share-content .step:not(:last-child):before {
        width: 2.604vw;
    }

    .branches-popup .share-layout-mobile .share-content .step:not(:last-child):after {
        width: 92.839vw;
    }

    .branches-popup .share-layout-mobile .share-content .share-image {
        width: 29.297vw;
        margin: 0 auto 4.948vw;
    }

    .branches-popup .share-layout-mobile .share-content .stores-container .store-icon {
        width: 9.635vw;
    }

    .branches-popup .share-layout-mobile .share-content .stores-container .store-icon:first-child {
        margin-left: 1.302vw;
    }

    .datepicker-popup {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        background: white;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 18.359vw;
    }

    .datepicker-popup .top {
        position: relative;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        padding: 1.302vw 1.693vw;
        font-size: 2.865vw;
        border-bottom: 1px solid #979797;
    }

    .datepicker-popup .top .popup-close {
        position: absolute;
        width: 1.953vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1.693vw;
    }

    .datepicker-popup .content {
        padding: 2.344vw 2.214vw;
    }

    .datepicker-popup #container .pika-single {
        width: 100%;
        border: none;
    }

    .datepicker-popup #container .pika-prev, .datepicker-popup #container .pika-next {
        display: none;
    }

    .datepicker-popup #container .pika-day {
        background: transparent;
        text-align: center;
        font-family: FbAlfi-regular, Montserrat-Regular;
        color: black;
        font-size: 2.083vw;
        height: 5.208vw;
    }

    .datepicker-popup #container .pika-table > thead th abbr {
        color: black;
        text-decoration: none;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        font-size: 1.563vw;
    }

    .datepicker-popup #container .pika-title {
        text-align: right;
        font-family: FbAlfi-Bold, Montserrat-Bold;
        pointer-events: none;
    }

    .datepicker-popup #container .pika-title .pika-label {
        font-size: 2.409vw;
    }

    .datepicker-popup #container .pika-lendar {
        margin-bottom: 3.385vw;
    }

    .datepicker-popup #container .pika-row .is-selected, .datepicker-popup #container .pika-row .is-inrange {
        background: #ff7d19;
    }

    .datepicker-popup #container .pika-row .is-selected .pika-button, .datepicker-popup #container .pika-row .is-inrange .pika-button {
        box-shadow: none;
        color: white;
        font-weight: normal;
    }

    .datepicker-popup #container .pika-row .is-startrange {
        background: #ff7d19;
        position: relative;
    }

    .datepicker-popup #container .pika-row .is-startrange .pika-button {
        color: white;
    }

    .datepicker-popup #container .pika-row .is-startrange:before {
        border-width: 0.9765625vw 0.78125vw 0.9765625vw 0;
    }

    .datepicker-popup #container .pika-row .is-endrange {
        position: relative;
    }

    .datepicker-popup #container .pika-row .is-endrange:after {
        border-width: 0.9765625vw 0 0.9765625vw 0.78125vw;
    }

    .datepicker-popup #container .holiday-desc {
        font-size: 1.823vw;
    }

    .datepicker-popup .bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        background: black;
        width: 100vw;
        z-index: 10000;
        padding: 1.432vw 2.214vw 2.734vw;
    }

    .datepicker-popup .bottom .dates-indicator {
        display: -webkit-box;
        display: flex;
        margin-bottom: 1.953vw;
    }

    .datepicker-popup .bottom .date-wrapper:first-child {
        margin-left: 17.578vw;
    }

    .datepicker-popup .bottom .date-indicator {
        color: white;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        font-size: 2.604vw;
    }

    .datepicker-popup .bottom .date-indicator.picked {
        color: #ff7d19;
    }

    .datepicker-popup .bottom .submit-btn {
        color: white;
        background: #ff7d19;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        width: 36.979vw;
        height: 5.859vw;
        font-size: 2.865vw;
    }

    .timepicker-popup {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        background: white;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 18.359vw;
    }

    .timepicker-popup .top {
        position: relative;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        padding: 1.302vw 1.693vw;
        font-size: 2.865vw;
        border-bottom: 1px solid #979797;
    }

    .timepicker-popup .top .popup-close {
        position: absolute;
        width: 1.953vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1.693vw;
    }

    .timepicker-popup .content {
        padding: 2.344vw 2.214vw;
    }

    .timepicker-popup .time-option {
        height: 5.208vw;
        font-size: 2.474vw;
        padding-right: 1.953vw;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .timepicker-popup .time-option.selected {
        background: #ff7d19;
        color: white;
    }

    .timepicker-popup .time-option.disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    .timepicker-popup .bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        background: black;
        width: 100vw;
        z-index: 10000;
        padding: 1.432vw 2.214vw 2.734vw;
    }

    .timepicker-popup .bottom .dates-indicator {
        display: -webkit-box;
        display: flex;
        margin-bottom: 1.953vw;
    }

    .timepicker-popup .bottom .date-wrapper:first-child {
        margin-left: 13.672vw;
    }

    .timepicker-popup .bottom .date-indicator {
        color: white;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        font-size: 1.823vw;
        display: block;
        margin-bottom: 1.302vw;
    }

    .timepicker-popup .bottom .time-indicator {
        color: white;
        display: block;
        font-size: 2.604vw;
        font-family: FbAlfi-Medium, Montserrat-Medium;
    }

    .timepicker-popup .bottom .time-indicator.picked {
        color: #ff7d19;
    }

    .timepicker-popup .bottom .submit-btn {
        color: white;
        background: #ff7d19;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        width: 36.979vw;
        height: 5.859vw;
        font-size: 2.865vw;
    }
}

@media (min-width: 1200px) {
    .branches-popup {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 90;
        background: rgba(0, 0, 0, 0.7);
    }

    .branches-popup .top {
        display: none;
    }

    .branches-popup .content {
        display: -webkit-box;
        display: flex;
        height: 40vw;
        overflow: hidden;
        background: white;
    }

    .branches-popup .branches-side {
        width: 37.5vw;
        padding: 0 3.333vw;
        overflow-y: auto;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
        scrollbar-color: #ff7d19 #a1a1a1 !important;
    }

    .branches-popup .branches-side::-webkit-scrollbar {
        width: 5px;
    }

    .branches-popup .branches-side::-webkit-scrollbar-track {
        background: #a1a1a1;
    }

    .branches-popup .branches-side::-webkit-scrollbar-thumb {
        background: #ff7d19;
    }

    .branches-popup .branches-side::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .branches-popup .closest-branches-btn {
        font-size: 1.167vw;
        padding: 1.5vw 1.333vw 0;
        cursor: pointer;
    }

    .branches-popup .closest-branches-btn > img {
        width: 1.333vw;
        margin-left: 0.417vw;
    }

    .branches-popup .all-branches-container{
        margin-top: 1.833vw;
    }

    .branches-popup .all-branches-container .airport-list, .branches-popup .all-branches-container .list {
        margin-bottom: 1.667vw;
    }

    .branches-popup .all-branches-container .title {
        font-size: 1.333vw;
        margin: 0 1.333vw 2.083vw;
    }

    .branches-popup .all-branches-container .branch-option {
        padding: 1.667vw 1.417vw 1.5vw 1vw;
        border-bottom: none;
        cursor: pointer;
        align-items: center;
    }

    .branches-popup .all-branches-container .branch-option.hover {
        color: #ff7d19;
    }

    .branches-popup .all-branches-container .branch-option .branch-icons {
        width: 1.333vw;
        margin-left: 1vw;
    }

    .branches-popup .all-branches-container .branch-option .branch-name {
        font-size: 1.25vw;
    }

    .branches-popup .all-branches-container .branch-option .branch-address {
        display: none;
    }

    .branches-popup .all-branches-container .branch-option .branch-data {
        width: 17.5vw;
    }

    .branches-popup .all-branches-container .branch-option .km-distance {
        left: 1vw;
    }

    .branches-popup .all-branches-container .branch-option .share-details {
        display: none;
    }

    .branches-popup .map-side {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .branches-popup .map-side .branch-details {
        position: relative;
        width: 100%;
        background: #f8f8f8;
        padding: 0.833vw 3.333vw 0.833vw;
    }

    .branches-popup .map-side .branch-name {
        font-family: FbAlfi-Medium, Montserrat-Medium;
        font-size: 1.833vw;
    }

    .branches-popup .map-side .branch-address {
        display: block;
        font-size: 1.333vw;
        margin-bottom: 1.667vw;
        font-family: FbAlfi-Medium, Montserrat-Medium;
    }

    .branches-popup .map-side .row{
        font-family: FbAlfi-Medium;
    }

    .branches-popup .map-side .row {
        display: -webkit-box;
        display: flex;
        font-size: 1.333vw;
        margin-bottom: 0.833vw;
    }

    .branches-popup .map-side .day {
        width: 16.667vw;
    }

    .branches-popup .map-side .share-display {
        display: -webkit-box;
        display: flex;
    }

    .branches-popup .map-side .share-display .right-side {
        width: 40vw;
    }

    .branches-popup .map-side .share-display .left-side {
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .branches-popup .map-side .share-display .left-side > img {
        width: 9.167vw;
        margin: 0 auto;
    }

    .branches-popup .map-side .share-display .share-title {
        font-size: 1.833vw;
        font-family: FbAlfi-Medium, Montserrat-Medium;
    }

    .branches-popup .map-side .share-display .share-title:not(:first-child){
        margin-bottom: 1.25vw;
    }

    .branches-popup .map-side .share-display .download-wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-family: FbAlfi-regular, Montserrat-Regular;
        font-size: 1.167vw;
        margin-bottom: 0.417vw;
    }

    .branches-popup .map-side .share-display .download-wrapper > img {
        width: 1vw;
        margin-left: 0.667vw;
    }

    .branches-popup .map-side .share-display .qr-wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-family: FbAlfi-regular, Montserrat-Regular;
        font-size: 1.167vw;
        padding-right: 1.833vw;
        margin-bottom: 0.833vw;
    }

    .branches-popup .map-side .share-display .qr-wrapper .qr-image {
        width: 8.333vw;
        margin-right: 1vw;
    }

    .branches-popup .map-side .share-display .addresses-wrapper .label {
        font-family: FbAlfi-Medium, Montserrat-Medium;
        font-size: 1.167vw;
    }

    .branches-popup .map-side .share-display .addresses-wrapper .addresses-container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    .branches-popup .map-side .share-display .addresses-wrapper .addresses-container .address {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        font-size: 1.133vw;
        width: 19.583vw;
    }

    .branches-popup .map-side .share-display .addresses-wrapper .addresses-container .address .marker {
        width: 1vw;
        margin-left: 0.417vw;
        margin-bottom: 0.25vw;
    }

    .branches-popup .map-side .map-wrapper {
        -webkit-box-flex: 1;
        flex-grow: 1;
        overflow-y: hidden;
    }

    .branches-popup .share-layout-mobile {
        display: none;
    }

    .datepicker-popup {
        position: absolute;
        top: 100%;
        left: 0;
        padding-bottom: 11.75vw;
        background: rgba(0, 0, 0, 0.7);
        overflow: unset;
    }

    .datepicker-popup .top {
        display: none;
    }

    .datepicker-popup .content {
        padding: 1.5vw 1.417vw;
        height: 33.333vw;
        background: white;
        overflow-y: hidden;
    }

    .datepicker-popup .content:before{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0.8333333333333334vw 0.8333333333333334vw 0.8333333333333334vw;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        top: -0.8333333333333334vw;
        left: 39.083333333333336vw;
    }

    .datepicker-popup #container .pika-single {
        width: 100%;
        border: none;
    }

    .datepicker-popup #container .pika-prev, .datepicker-popup #container .pika-next {
        display: none;
    }

    .datepicker-popup #container .pika-day {
        background: transparent;
        text-align: center;
        font-family: FbAlfi-regular, Montserrat-Regular;
        color: black;
        font-size: 1.333vw;
        height: 3.333vw;
        pointer-events: none;
        z-index: -1;
    }

    .datepicker-popup #container .pika-table > thead th abbr {
        color: black;
        text-decoration: none;
        font-family: FbAlfi-Medium, Montserrat-Medium;
        font-size: 1vw;
    }

    .datepicker-popup #container .pika-table td:hover{
        background: #ff7d19 !important;
        color: white !important;
    }

    .datepicker-popup #container .pika-table td{
        cursor: pointer;
    }

    .datepicker-popup #container .pika-title {
        text-align: right;
        font-family: FbAlfi-Bold, Montserrat-Bold;
        pointer-events: none;
    }

    .datepicker-popup #container .pika-title .pika-label {
        font-size: 1.542vw;
    }

    .datepicker-popup #container .pika-lendar {
        margin-bottom: 2.167vw;
    }

    .datepicker-popup #container .pika-row .is-selected.is-inrange, .datepicker-popup #container .pika-row .is-selected.is-endrange, .datepicker-popup #container .pika-row .is-inrange {
        background: #ff7d19;
    }

    .datepicker-popup #container .pika-row .is-selected {
        background: unset;
    }

    .datepicker-popup #container .pika-row .is-selected.is-inrange .pika-button, .datepicker-popup #container .pika-row .is-inrange .pika-button {
        box-shadow: none;
        color: white;
        font-weight: normal;
    }

    .datepicker-popup #container .pika-row .is-selected .pika-button{
        color: black;
    }

    .datepicker-popup #container .pika-row .is-selected.is-endrange .pika-button{
        color: white;
    }

    .datepicker-popup #container .pika-row .is-startrange {
        background: #ff7d19;
        position: relative;
    }

    .datepicker-popup #container .pika-row .is-startrange .pika-button {
        color: white;
    }

    .datepicker-popup #container .pika-row .is-startrange:before {
        border-width: 0.625vw 0.5vw 0.625vw 0;
    }

    .datepicker-popup #container .pika-row .is-endrange {
        color: white;
        background: #ff7d19;
        position: relative;
    }

    .datepicker-popup #container .pika-row .disabled{
        cursor: unset;
    }

    .datepicker-popup #container .pika-row .disabled:hover {
        background: transparent !important;
        cursor: unset;
        pointer-events: none;
    }
    .datepicker-popup #container .pika-row .disabled.is-endrange:after{
        content: none;
    }



    .datepicker-popup #container .pika-row .is-endrange:after {
        border-width: 0.625vw 0 0.625vw 0.5vw;
        pointer-events: none;
    }

    .datepicker-popup #container .holiday-desc {
        font-size: 1.167vw;
    }

    .datepicker-popup .pika-single.slick-slider .slick-arrow {
        width: 0.833vw;
        position: absolute;
        top: 1.25vw;
        cursor: pointer;
        z-index: 10;
    }

    .datepicker-popup .pika-single.slick-slider .slick-arrow.slick-next {
        left: 1.25vw;
    }

    .datepicker-popup .pika-single.slick-slider .slick-arrow.slick-prev {
        right: 1.25vw;
    }

    .datepicker-popup .pika-single.slick-slider .slick-arrow.slick-disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    .datepicker-popup .pika-single.slick-slider .slick-track{
        display: flex;
    }

    .datepicker-popup .pika-single.slick-slider .pika-lendar {
        padding: 0 2.083vw;
    }

    .datepicker-popup .bottom {
        display: none;
    }

    .timepicker-popup {
        position: absolute;
        top: 100%;
        left: 0;
        overflow-y: unset;
        padding-bottom: 11.75vw;
        background: rgba(0, 0, 0, 0.7);
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

    .timepicker-popup.pickup .content{
        width: 50.8vw;
    }

    .timepicker-popup .content .desktop-title{
        display: block;
        font-size: 2.083333333333333vw;
        margin-bottom: 2.083333333333333vw;
        font-family: FbAlfi-Medium, Montserrat-Medium;
    }

    .timepicker-popup .content:before{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0.8333333333333334vw 0.8333333333333334vw 0.8333333333333334vw;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        top: -0.8333333333333334vw;
    }

    .timepicker-popup.drop .content{
        width: 40vw;
    }

    .timepicker-popup .top {
        display: none;
    }

    .timepicker-popup .content {
        padding: 1.5vw 1.417vw;
        height: 41.667vw;
        width: 41.667vw;
        overflow: hidden;
        background: white;
    }

    .timepicker-popup .times-container {
        height: 25vw;
        overflow-y: auto;
        width: 17.5vw;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }

    .timepicker-popup .times-container::-webkit-scrollbar {
        width: 5px;
    }

    .timepicker-popup .times-container::-webkit-scrollbar-track {
        background: #a1a1a1;
    }

    .timepicker-popup .times-container::-webkit-scrollbar-thumb {
        background: #ff7d19;
    }

    .timepicker-popup .times-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .timepicker-popup .time-option {
        height: 3.333vw;
        font-size: 1.583vw;
        padding-right: 1.25vw;
        width: 12.5vw;
        cursor: pointer;
    }

    .timepicker-popup .time-option:hover{
        background-color: rgba(255, 125, 25, 0.5);
    }

    .timepicker-popup .bottom {
        position: relative;
        bottom: unset;
        left: unset;
        background: #f8f8f8;
        -webkit-box-flex: 1;
        flex-grow: 1;
        width: auto;
        padding: unset;
        height: 41.667vw;
    }

    .timepicker-popup .bottom .dates-indicator {
        display: none;
    }

    .timepicker-popup .bottom .submit-btn {
        display: none;
    }
}

@media (min-width: 1500px) {
    .branches-popup .content {
        height: 33.854vw;
    }

    .branches-popup .branches-side {
        width: 45vw;
        padding: 0 2.083vw;
    }

    .branches-popup .closest-branches-btn {
        font-size: 1.198vw;
        padding: 2.448vw 3.49vw 0;
    }

    .branches-popup .closest-branches-btn > img {
        width: 0.833vw;
        margin-left: 0.625vw;
    }

    .branches-popup .all-branches-container{
        margin-top: 2.24vw;
    }


    .branches-popup .all-branches-container .airport-list, .branches-popup .all-branches-container .list {
        margin-bottom: 1.042vw;
    }

    .branches-popup .all-branches-container .title {
        font-size: 1.51vw;
        margin: 0 3.49vw 2.031vw;
    }

    .branches-popup .all-branches-container .branch-option {
        padding: 1.042vw 3.49vw 0.938vw 7.813vw;
    }

    .branches-popup .all-branches-container .branch-option .branch-icons {
        width: 1.4583333333333333vw;
        margin-left: 0.938vw;
    }

    .branches-popup .all-branches-container .branch-option .branch-name {
        font-size: 1.198vw;
    }

    .branches-popup .all-branches-container .branch-option .branch-data {
        width: 26.042vw;
    }

    .branches-popup .all-branches-container .branch-option .km-distance {
        left: 0.625vw;
    }

    .branches-popup .map-side .branch-details {
        padding: 2.24vw 3.438vw 1.042vw;
    }

    .branches-popup .map-side .branch-name {
        font-size: 1.823vw;
    }

    .branches-popup .map-side .branch-address {
        font-size: 1.146vw;
        margin-bottom: 1.51vw;
    }

    .branches-popup .map-side .row {
        font-size: 1.042vw;
        margin-bottom: 0.26vw;
    }

    .branches-popup .map-side .day {
        display: block;
        width: 7.813vw;
    }

    .branches-popup .map-side .share-display .right-side {
        width: 34.896vw;
    }

    .branches-popup .map-side .share-display .left-side > img {
        width: 7.292vw;
    }

    .branches-popup .map-side .share-display .share-title {
        font-size: 1.823vw;
    }

    .branches-popup .map-side .share-display .share-title:not(:first-child){
        margin-bottom: 1.406vw;
    }

    .branches-popup .map-side .share-display .download-wrapper {
        font-size: 1.094vw;
        margin-bottom: 0.417vw;
    }

    .branches-popup .map-side .share-display .download-wrapper > img {
        width: 0.885vw;
        margin-left: 0.417vw;
    }

    .branches-popup .map-side .share-display .qr-wrapper {
        font-size: 1.094vw;
        padding-right: 1.146vw;
        margin-bottom: 0.677vw;
    }

    .branches-popup .map-side .share-display .qr-wrapper .qr-image {
        width: 7.865vw;
        margin-right: 0.885vw;
    }

    .branches-popup .map-side .share-display .addresses-wrapper .label {
        font-size: 1.198vw;
    }

    .branches-popup .map-side .share-display .addresses-wrapper .addresses-container .address {
        font-size: 1.146vw;
        width: 17.188vw;
        margin-bottom: 0.26041666666666663vw;
    }

    .branches-popup .map-side .share-display .addresses-wrapper .addresses-container .address .marker {
        width: 0.833vw;
        margin-left: 0.469vw;
        margin-top: 3px;
    }

    .datepicker-popup {
        padding-bottom: 7.344vw;
    }

    .datepicker-popup .content {
        padding: 0.938vw 5.573vw;
        height: 34.25vw;
    }

    .datepicker-popup.pickup .content:before{
        left: 46.083333333333336vw;
    }

    .datepicker-popup.drop .content:before{
        left: 33vw;
    }

    .datepicker-popup #container .pika-day {
        font-size: 1.563vw;
        height: 3.854vw;
    }

    .datepicker-popup #container .pika-table > thead th abbr {
        font-size: 1.094vw;
    }

    .datepicker-popup #container .pika-title {
        margin-bottom: 1.875vw;
    }

    .datepicker-popup #container .pika-title .pika-label {
        font-size: 2.083vw;
    }

    .datepicker-popup #container .pika-lendar {
        margin-bottom: 1.354vw;
    }

    .datepicker-popup #container .holiday-desc {
        font-size: 1.354vw;
        margin-top: unset;
    }

    .datepicker-popup .pika-single.slick-slider .slick-arrow {
        width: 0.521vw;
        top: 0.781vw;
    }

    .datepicker-popup .pika-single.slick-slider .slick-arrow.slick-next {
        left: 0.781vw;
    }

    .datepicker-popup .pika-single.slick-slider .slick-arrow.slick-prev {
        right: 0.781vw;
    }

    .datepicker-popup .pika-single.slick-slider .pika-lendar {
        padding: 0 1.302vw;
    }

    .timepicker-popup {
        padding-bottom: 7.344vw;
    }

    .timepicker-popup.pickup .content{
        width: 44vw;
    }

    .timepicker-popup .content .desktop-title{
        font-size: 2.083333333333333vw;
        margin-bottom: 2.604166666666667vw;
    }


    .timepicker-popup.drop .content{
        width: 31vw;
    }

    .timepicker-popup .content {
        padding: 0.938vw 0.885vw;
        height: 31.25vw;
        width: 44.844vw;
    }

    .timepicker-popup .times-container {
        height: 21.615vw;
        width: 17.188vw;
    }

    .timepicker-popup .time-option {
        height: 3.021vw;
        font-size: 1.667vw;
        padding-right: 1.094vw;
        width: 11.719vw;
    }

    .timepicker-popup .bottom {
        height: 31.25vw;
    }
}
