/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    overflow: auto;
}

.popup.open {
    visibility: visible;
    display: block;
    z-index: 9999 !important;
    opacity: 1;
}

.popup.open .popup__wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}

.popup.popup--lg .popup__wrap {
    max-width: 1140px;
}

.popup.popup--md .popup__wrap {
    max-width: 960px;
}

.popup.popup--sm .popup__wrap {
    max-width: 768px;
}

.popup.popup--xs .popup__wrap {
    max-width: 576px;
}

.popup__is-open {
    overflow: hidden;
}

.popup__wrap {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    max-width: 960px;
    margin: 50px auto;
    background: #fff;
    border-radius: 0px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3D(0, -105%, 0);
    -ms-transform: translate3D(0, -105%, 0);
    transform: translate3D(0, -105%, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.popup__title {
    margin: 0;
    font-size: 16px;
    float: left;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popup__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
}

.popup__close:after {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    content: "ï€";
    display: inline-block;
    font-weight: 900;
}

.popup__content {
    top: 50px;
    padding: 0px;
    overflow: hidden;
}

.popup__footer {
    padding: 20px 30px;
    text-align: right;
    background: #f1f1f1;
}

.popup.side {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    border-radius: 0;
    margin: 0;
    max-width: none;
    width: 800px;
}

.popup.side.open {
    top: 0;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}

.popup.side .popup_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.popup.side .popup_content {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 0;
    padding: 0 30px 30px 30px;
}

.popup.side .popup_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup_actions {
    float: right;
    line-height: normal;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #dadada;
}

.popup_actions > li {
    vertical-align: top;
    display: inline-block;
    border-left: 1px solid #dadada;
}

.popup_actions > li .p_button {
    display: block;
    padding: 0px 10px;
}

.popup_actions > li .p_button:hover {
    text-decoration: underline;
}

.popup__content {
    top: 50px;
    padding: 0px;
}

.video-responsive .map {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100% !important;
    height: 100% !important;
}

.popup_actions .button_small {
    margin-top: 12.5px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
}

.order-box__download {
    background: rgba(8, 8, 77, 1);
    padding: 10px 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    top: 98px;
    z-index: 999;
}

.order-box {
    font-family: "Almarai", sans-serif !important;
}

.btn-white {
    background: #fff;
    padding: 10px;
    line-height: 1;
    padding-top: 14px;
    font-weight: 700;
    font-size: 16px;
    color: rgba(8, 8, 77, 1);
    border-radius: 8px;
    display: block;
    text-align: center;
}

.order-box__content h4 {
    font-family: "Almarai", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    font-weight: 700;
}

.order-box__content p {
    font-family: "Almarai", sans-serif;
    color: rgba(162, 162, 186, 1);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.order-box__content {
    margin: 0 15px;
    font-family: "Almarai", sans-serif;
    display: block;
}

.order-box__action {
    font-family: "Almarai", sans-serif;
    margin-left: auto;
}

.order-box__details {
    background: #f2f3f7;
    font-family: "Almarai", sans-serif;
    padding: 18px;
    text-align: center;
}

.order__main-title {
    font-family: "Almarai", sans-serif;
    font-size: 22px;
    color: rgba(8, 8, 77, 1);
    text-align: left;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
}

.order-text {
    font-family: "Almarai", sans-serif;
    color: rgba(162, 162, 186, 1);
    font-size: 18px;
    line-height: 1;
    text-align: left;
}

.order-text-16 {
    font-size: 16px;
}

.order-card {
    padding: 15px 23px;
}

.order__confirmation-text {
    padding: 8px;
    font-family: "Almarai", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order__confirmation-text p {
    font-family: "Almarai", sans-serif;
    color: rgba(8, 8, 77, 1);
    font-size: 16px;
    line-height: 1;
    margin-left: 7px;
}

.order-card {
    background: #fff;
    border-radius: 12px;
}

.order-form-title {
    color: rgba(165, 164, 184, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "Almarai", sans-serif;
    line-height: 2;
    display: block;
    text-align: left;
}

.order-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Almarai", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.order-form__field:last-child:before {
    display: none;
}

.order-form__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 100%;
    font-family: "Almarai", sans-serif;
    margin-right: 7px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    background: #f6f6f6;
}

.button-blue {
    display: block;
    padding: 13px 7px 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 8px;
    background: rgba(115, 104, 251, 1);
    border: 1px solid transparent;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.button-blue:hover {
    background: rgba(255, 255, 255);
    color: rgba(115, 104, 251, 1);
    border-color: rgba(115, 104, 251, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.order-form__field:before {
    content: "";
    position: absolute;
    border: 1px dashed #ccc;
    height: 16px;
    width: 1px;
    top: auto;
    z-index: 99;
    bottom: -15px;
    left: 17px;
    right: auto;
    margin: auto;
}

.order-title-small {
    text-align: left;
    font-size: 18px;
    font-family: "Almarai", sans-serif;
    line-height: 1.5;
    font-weight: normal;
    font-weight: 700;
    color: rgba(8, 8, 77, 1);
}

.order-from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: left;
    -webkit-box-pack: justify;
    font-family: "Almarai", sans-serif;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-form-text {
    font-size: 16px;
    font-family: "Almarai", sans-serif;
    color: rgba(8, 8, 77, 1);
    font-weight: 500;
    text-transform: capitalize;
}

.order-text-blue {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgba(115, 104, 251, 1);
    text-align: left;
}

.button-blue-xl {
    background: rgba(115, 104, 251, 1);
    width: auto;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 16px;
    height: 50px;
    padding: 12px 50px 12px;
    display: flex;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    max-width: 270px;
}

.order-track.active .order-form-title {
    color: rgba(8, 8, 77, 1);
}

.button-blue-xl:hover {
    background: rgba(255, 255, 255) !important;
    color: rgba(115, 104, 251, 1);
    border-color: rgba(115, 104, 251, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.button-gray {
    padding: 9px 16px;
    color: rgba(8, 8, 77, 1);
    background: #f2f3f7;
    border-radius: 10px;
    font-size: 14px;
}

.button-gray:hover {
    background: rgba(255, 255, 255) !important;
    color: rgba(8, 8, 77, 1);
    border-color: rgba(8, 8, 77, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.location-search {
    font-size: 14px;
    color: rgba(196, 196, 196, 1);
    border-radius: 10px;
    padding: 10px 12px;
    width: 100%;
    outline: none;
}

.location-search:placeholder {
    color: rgba(196, 196, 196, 1);
}

.order-search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    -webkit-box-shadow: 15px 20px 45px 0 rgb(233 233 233);
    box-shadow: 15px 20px 45px 0 rgb(233 233 233);
    border-radius: 10px;
    width: 100%;
    padding: 0 12px;
}

.order-icon-white {
    background: white;
    -webkit-box-shadow: 15px 20px 45px 0 rgb(233 233 233);
    box-shadow: 15px 20px 45px 0 rgb(233 233 233);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}

.order-track-icon {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(165, 164, 184, 0.2);
}

.order-track-icon img {
    width: 20px;
    margin: auto;
}

.order-track {
    width: 70px;
    text-align: center;
    text-align: center;
    display: block;
    position: relative;
}

.order-track.active .order-track-icon {
    background: rgba(115, 104, 251, 1);
}

.order-track.active .order-track-icon {
    color: #fff;
}

.order-tracking {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-track .order-track-icon {
    color: rgba(194, 194, 194, 1);
}

.order-confirm-pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shipment-info div + div {
    margin: 0 10px;
}

.order-track .order-form-title {
    text-align: center;
    font-size: 14px;
}

.order-track.in-progress .order-track-icon {
    background: #7367fb;
}

.order-tracking .order-track .order-track-icon {
    margin-right: auto;
}

.payment-order-subtitle {
    font-size: 20px;
    margin-right: 5px;
    text-transform: capitalize;
    letter-spacing: 1.5;
    color: rgba(138, 148, 166, 1);
}

.payment-order-wrap {
    padding: 0 10px;
}

.payment-order-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment-order-wrap p {
    margin: 0;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    color: rgba(23, 23, 72, 1);
    font-weight: bold;
}

.order-box__download .order-box__action {
    margin-left: auto;
}

.button-blue-xl:disabled:hover {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #b0bacc -0.05%, #969eae 100.02%), #7368fb !important;
    color: #dadada;
    cursor: not-allowed;
}

.address-text {
    text-align: left;
}

/********** RTL *********/

.rtl .order-icon-white img {
    -webkit-transform: rotate(182deg);
    -ms-transform: rotate(182deg);
    transform: rotate(182deg);
}

.rtl .order-box__action {
    margin-right: auto;
    margin-left: 0;
}

.rtl .order-box__details,
.rtl .order-text-blue,
.rtl .order-text,
.rtl .order__main-title,
.rtl .order-title-small,
.rtl .order-form-text,
.rtl .order-card {
    text-align: right;
}

.rtl .order__confirmation-text p {
    margin-right: 10px;
    margin-left: 0px;
}

.rtl .order-form__field:before {
    right: 17px;
    left: auto;
}

.rtl .shipment-info div + div {
    margin-right: 10px;
}

.rtl .order-form__icon {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .order-track .order-track-icon + .order-form-title {
    margin-left: 0px;
}

.rtl .order-tracking .order-track .order-track-icon {
    margin-left: auto;
}

.rtl .payment-check-input:checked + span:before,
.rtl .payment-check-input:not(:checked) + span:before {
    right: 0;
}

.rtl .payment-check-input:checked + span:after,
.rtl .payment-check-input:not(:checked) + span:after {
    right: 5px;
}

.rtl .order-tracking .order-form-title {
    text-align: right;
}

.rtl .order-form-title {
    text-align: right;
}

.rtl .payment-check-input:checked + span,
.rtl .payment-check-input:not(:checked) + span {
    padding-right: 28px;
}

.rtl .order-tracking .order-track .order-form-title {
    text-align: center;
}

.rtl .order-track .order-track-icon:before {
    right: 65px;
}

.pac-container {
    z-index: 99999 !important;
}

.payment-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 13px;
    position: relative;
    border-radius: 13px;
}

.payment-label img {
    max-width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.payment-label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

.payment-check-input:checked,
.payment-check-input:not(:checked) {
    position: absolute;
    left: 0;
}

.payment-check-input:checked + span,
.payment-check-input:not(:checked) + span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.payment-check-input:checked + span:before {
    border: 4px solid rgba(115, 104, 251, 1);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    background: #fff;
}

.payment-check-input:not(:checked) + span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid rgb(107, 107, 107);
    border-radius: 100%;
    background: #fff;
}

.payment-check-input:checked + span:after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.payment-check-input:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.payment-check-input:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.payment-check-input {
    width: 100%;
    border: solid 1px #ececec;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 13px;
}

.payment-check-input:checked {
    border: solid 1px #7367fb;
}

.payment-by {
    margin-top: 20px;
}

.button-blue-xl:disabled {
    background: linear-gradient(90deg, #b0bacc -0.05%, #969eae 100.02%), #7368fb !important;
}

.login.row {
    height: 100vh;
}

.order-box--confirm .order-track .order-track-icon::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: auto;
    left: auto;
    right: -17px;
    border: 1px dashed #e7eaef;
    width: 25px;
    height: 1px;
    display: block;
}

.order-box--confirm .order-track:last-child .order-track-icon::before {
    display: none;
}

/* .order-box--confirm .order-track.active .order-track-icon::before {
    border: 1px solid #7367fb;
} */

.order-track.in-progress .order-track-icon {
    color: #7367fb;
    background: #ffffff;
    border: 1px solid #7367fb;
}

.order-box--confirm .order-track {
    display: block;
}

.order-box--confirm .order-from.order-tracking {
    display: flex;
    align-items: flex-start;
    overflow: auto;
    max-width: 100%;
    width: 100%;
}

.order-box--confirm .order-form-title {
    font-size: 12px !important;
    font-weight: 400;
    color: #a5a4b8;
}

.order-track.completed .order-track-icon {
    background: #7368fb;
}

.order-track.completed .order-track-icon img {
    filter: contrast(10) sepia(33);
}

.order-box--confirm .order-track.active .order-track-icon {
    background: #fff;
    border: 1px solid #7368fb;
}

.order-track.active .order-track-icon img {
    filter: sepia(4) hue-rotate(5deg) saturate(54.5) contrast(20) invert(15);
}

.order-box--confirm .order-track.active span.order-form-title {
    font-size: 10px !important;
    color: #000;
    font-weight: 700;
}

.order-box--confirm .order-track:last-child::after {
    display: none;
}

.order-track.completed .order-track-icon::after {
    content: "";
    background-image: url(/img/green-tick.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0px;
    right: 12px;
}

.order-track.completed .order-track-icon:before {
    border: 1px solid #7368fb;
}

.btn--track-order {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
}

.rtl .btn--track-order img {
    transform: scaleX(-1);
}

@media only screen and (max-width: 768px) {
    .order-card,
    .order-box__details {
        padding: 12px;
        text-align: left;
    }
    .order-from,
    .order-form {
        text-align: left;
    }
    .order-tracking {
        display: block;
    }
    .order-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .order-track-icon {
        margin: 0;
    }
    .order-card {
        overflow: auto;
    }
    .rtl .order-form-title {
        margin: 0 0px 0 0px;
    }
    .video-responsive {
        position: relative;
        padding-bottom: 120.25%;
    }
    .popup__content .order-card {
        padding: 12px 20px;
    }
    .order-tracking .order-track .order-track-icon {
        margin-right: 10px;
    }
    .order-box__download .order-box__content h4 {
        font-size: 17px;
        line-height: 1.2;
    }
    .order-track .order-track-icon:before {
        display: none;
    }
    .rtl .order-tracking .order-track .order-track-icon {
        margin-left: 10px;
        margin-right: 0px;
    }
    .order-track {
        width: 70px;
        max-width: 70px;
        flex: 0 0 70px;
    }
}

@media screen and (max-width: 480px) {
    .order-box--confirm .order-track {
        width: 70px;
        max-width: 70px;
        flex: 0 0 70px;
    }
    .order-box--confirm .order-track .order-track-icon::before {
        right: 2px;
    }
    .order-track.completed .order-track-icon::after {
        right: 25px;
    }
    .order-box--confirm .order-from.order-tracking {
        padding-left: 12px;
    }
    .order-track .order-form-title{
        text-align: left;
        margin-left: -3px;
    }
    .ml-track .order-form-title{
        margin-left: -7px;
    }
    .order-tracking{
        padding-bottom: 4px;
    }
}
