﻿
@font-face {
    font-family: "openSansRegular";
    src: url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-regular-webfont.woff2") format("woff2"),
    url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-regular-webfont.woff") format("woff"),
    url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-regular-webfont.ttf") format("truetype");
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-display: swap;
}

@font-face {
    font-family: "openSansBold";
    src: url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-bold-webfont.woff2") format("woff2"),
    url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-bold-webfont.woff") format("woff"),
    url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-bold-webfont.ttf") format("truetype");
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-display: swap;
}

@font-face {
    font-family: "openSansSemiBold";
    src: url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-semibold-webfont.woff2") format("woff2"),
    url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-semibold-webfont.woff") format("woff"),
    url("https://cdn.beymen.com/assets/desktop/fonts/open-sans/opensans-semibold-webfont.ttf") format("truetype");
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-display: swap;
}

@font-face {
    font-family: "ralewayBold";
    src: url("https://cdn.beymen.com/assets/desktop/fonts/raleway/raleway-bold-webfont.woff2") format("woff2"),
    url("https://cdn.beymen.com/assets/desktop/fonts/raleway/raleway-bold-webfont.woff") format("woff"),
    url("https://cdn.beymen.com/assets/desktop/fonts/raleway/raleway-bold-webfont.ttf") format("truetype");
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-display: swap;
}

body {
    font-family: openSansRegular !important;
}

a {
    color: #000;
}

header {
    height: 98px;
    padding: 24px 0 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}

.logoWrapper {
    text-align: center;
}

.logo {
    margin: 0 auto;
    width: 154px;
    height: 50px;
    display: inline-block;
}

main {
    margin: 40px auto 0 auto;
}

.pageTitleWrapper {
    position: relative;
}

.pageTitle {
    width: 257px;
    height: 50px;
    line-height: 50px;
    background-color: #f4f7fa;
    text-align: center;
    margin: 0 auto 24px auto;
    font-family: openSansBold;
    font-size: 20px;
}

.pageTitle:before {
    height: 2px;
    background-color: #f4f7fa;
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.pageTitle span {
    z-index: 9;
}

.cargoStatus {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 50px 40px 50px;
}

.cargoStatus li {
    text-align: center;
    position: relative;
    width: 20%;
}

.cargoStatus li:nth-child(1n+2):before {

    content: "";
    position: absolute;
    top: 40px;
    width: 100%;
    height: 4px;
    background-color: #857650;
    z-index: -1;
    left: -80px;
}

.cargoStatus li.active:before {
    background-color: #000;
}

.cargoStatus li.active .iconWrapper {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.cargoStatus li.active .titleWrapper {
    color: #000;
}

.cargoStatus .iconWrapper {
    color: #857650;
    border: solid 3px #857650;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cargoStatus li .iconWrapper .isActive {
    display: none;
}

.cargoStatus li.active .iconWrapper .isActive {
    display: block;
}

.cargoStatus li.active .iconWrapper .isPassive {
    display: none;
}

.cargoStatus li .titleWrapper {
    font-family: openSansSemiBold;
    font-size: 14px;
    margin-top: 8px;
    color: #857650;
}


.infoWrapper {
    background-color: #f4f7fa;
    width: 100%;
    padding: 16px;
}

.infoStatus {
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 32px 24px 24px;
}

.infoStatus__trackingNumber {
    margin: 0 auto;
    text-align: center;
}

.trackingNumber__title {

}

.trackingNumber__number {
    font-family: openSansBold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #857650;
}

.infoStatus__customer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 1rem;
}

.customer__nameWrapper {
    width: 280px;
    display: flex;
    line-height: 20px;
}

.customer__nameIcon {
    margin-right: 8px;
    padding-top: 8px;
}

.customer__name span {
    display: block;
    font-family: openSansBold;
}

.customer__name a {
    display: block;
    font-family: openSansBold;
}

.customer__orderWrapper {
    width: 280px;
    display: flex;
    line-height: 20px;
}

.customer__trackingLinkWrapper {
    width: 280px;
    display: flex;
    line-height: 20px;
}

.customer__addressWrapper {
    width: 100%;
    display: flex;
    line-height: 20px;
}

.customer__manualTrackingLinkWrapper {
    width: 100%;
    display: flex;
    line-height: 20px;
}

.infoDetails__header {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
}

.infoDetails__header > div {
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    padding-left: 24px;
    color: #fff;
    font-family: openSansBold;
    border-right: 1px solid #d8d8d8;
    font-size: 12px;
}

.infoDetails__row {
    display: flex;
    flex-wrap: wrap;
}

    .infoDetails__row > div {
        display: flex;
        align-items: center;
        width: 33.33%;
        padding-top: 16px;
        padding-bottom: 16px;
        line-height: 18px;
        background-color: #fff;
        padding-left: 24px;
        color: #000;
        font-family: openSansBold;
        border-right: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        font-size: 14px;
    }

.infoDetails__row > div .infoDetails__content {
    display: flex;
    align-items: center;
}
.infoDetails__row > div:nth-child(3n+3) {
    border-right: none;
}

.infoDetails__title {
    display: none;
}

.infoDetails__content svg {
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.loadmore {
    width: 240px;
    height: 48px;
    border: solid 1px #000000;
    background-color: #fff;
    margin: 24px auto 8px auto;
    display: block;
    outline: 0 !important;
    font-size: 14px;
    font-family: ralewayBold;
    cursor: pointer;
}

.trackingWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 88px;
    background-color: #f4f7fa;
    margin-top: 32px;
}

.trackingWrapper__input {
    width: 100%;
    max-width: 450px;
    height: 40px;
    padding: 12px 0 12px 16px;
    border: solid 1px #111111;
    outline: 0 !important;
    font-size: 14px;
}

.trackingWrapper__input::placeholder {
    color: #9b9b9b;
}

.trackingWrapper__submit {
    width: 95px;
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    outline: none !important;
    color: #fff;
    border: none;
}

footer {
    margin: 32px 0;
    padding: 0px 12px;
    text-align: center;
}

.contactWrapper {
    font-family: openSansBold;
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 16px;
}

.contactMail {
    font-family: openSansRegular;
    font-size: 18px;
    line-height: 1.78;
}

.mersis {
    font-size: 16px;
    font-family: openSansSemiBold;
    margin-bottom: 8px;
}

.mersisNumber {
    font-family: openSansBold;
}

.footerInfo {
    font-size: 12px;
}

@media screen and (max-width: 767px) {

    header {
        height: 72px;
        padding: 15px 0 0 0;
    }

    .logo {
        width: 123px;
        height: 40px;
    }

    .cargoStatus {
        margin: 0 0 24px 0;
    }

    .cargoStatus .iconWrapper {
        width: 54px;
        height: 54px;
        border: 2px solid #857650;
    }

    .cargoStatus li svg {
        width: 30px;
    }

    .cargoStatus li:nth-child(1n+2):before {
        top: 27px;
        left: -54px;
        height: 2px;
    }

    .cargoStatus li .titleWrapper {
        padding: 0 5px;
        font-size: 10px;
    }

    .infoDetails__header {
        display: none;
    }

    .infoDetails__row {
        margin-bottom: 8px;
        border: 1px solid #d8d8d8;
    }

    .infoDetails__row > div {
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
        border-right: none;
        display: flex;
        justify-content: space-between;
        height: auto;
        line-height: 20px;
        padding: 16px;
    }

    .infoDetails__row > div:last-child {
        border-bottom: none;
    }

    .infoDetails__title {
        display: flex;
        font-size: 12px;
        font-family: openSansBold;
        color: #857650;
        padding-right: 10px;
    }

    .infoDetails__content {
        text-align: right;
        font-family: openSansRegular;
    }

    .infoWrapper {
        padding: 8px;
    }
    .infoStatus {
        margin-bottom: 24px;
    }

    .infoDetails__content svg {
        height: 15px;
    }

    .infoButton {
        width: 200px;
        height: 40px;
        font-size: 12px;
    }

    .trackingWrapper {
        padding: 0 16px;
    }

    .trackingWrapper__input {
        font-size: 12px;
        padding-left: 10px;
        width: calc(100% - 90px);
    }

    .trackingWrapper__submit {
        width: 90px;
    }

    .contactWrapper {
        font-size: 20px;
    }

    .contactMail {
        font-size: 14px;
    }

    .footerInfo {
        line-height: 20px;
    }

    .loadmore {
        width: 200px;
        height: 40px;
        font-size: 12px;
    }
}

.hidden {
    display: none !important;
}
.o-modal{position:fixed;z-index:6;top:0;left:0;display:none;justify-content:center;align-items:center;width:100%;height:100%;background-color:rgba(17,17,17,.5);transition:opacity .3s ease}.o-modal.-active{display:flex}.o-modal__close{padding:.625rem;margin-right:-0.625rem;cursor:pointer;-webkit-appearance:button;background-color:transparent;border:0;outline:none}.o-modal__container{width:100%;max-width:800px;min-width:370px;background-color:#fff;box-shadow:0 2px 8px rgba(17,17,17,.33);transition:all .3s ease}.o-modal__container.-w386{max-width:386px}.o-modal__header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1.625rem;border-bottom:1px solid #ededed}.o-modal__header .o-modal__title{font-family:"openSansSemiBold";font-size:1.125rem;letter-spacing:.6px;color:#111}.o-modal__header .o-modal__title.-secure3d{font-family:"openSansSemiBold"}.o-modal__header .o-modal__closeButton{cursor:pointer}.o-modal__header .o-modal__closeButton::before{font-size:1rem}.o-modal__body{padding:1rem 1.625rem 1.625rem;background-color:#f9f9f9}.o-modal__body .o-modal__scroller{overflow-y:auto;width:100%;max-height:70vh;padding-right:1.625rem;-webkit-overflow-scrolling:touch}.o-modal__body .o-modal__scroller::-webkit-scrollbar{width:5px}.o-modal__body .o-modal__scroller::-webkit-scrollbar-track{background-color:#111;border-color:#fff;border-style:solid;border-width:0 2px 0 1px}.o-modal__body .o-modal__scroller::-webkit-scrollbar-thumb{background-color:#ababab;border-radius:2px;outline:none}.o-modal__footer{padding:1rem 1.625rem}.modal-enter{opacity:0}.modal-leave-active{opacity:0}.modal-enter .o-modal__container,.modal-leave-active .o-modal__container{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,select,textarea{color:#111}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.-errorMessage{margin-top:.5rem;color:#ec2c2c;font-family:"openSansRegular";font-size:.75rem;letter-spacing:1px}.m-form__group{display:flex;flex-direction:column;margin-bottom:1.5rem}.m-form__group.-relative{position:relative}.m-form__group .-link{text-decoration:underline;cursor:pointer;font-family:"openSansSemiBold"}.m-form__group .-link:hover{text-decoration:none}.m-form .mb-0{margin-bottom:0}.m-form__label,.m-form__title{margin-bottom:8px;font-family:"openSansSemiBold";font-size:.75rem;letter-spacing:1px}.m-form__requiredStar{font-size:.75rem;line-height:0}.m-form__title{margin-bottom:1.5rem}.m-form__editBtn{position:absolute;top:35px;right:1rem;cursor:pointer;text-decoration:underline;color:#4a90e2}.m-form__editBtn:hover{text-decoration:none}.m-form .-inputLoading{width:20px;height:20px;position:absolute;top:33px;right:10px;z-index:1}.a-textboxControl{width:100%;height:40px;padding:0 1rem;border:1px solid #c1c1c1;background-color:#fff;color:#9b9b9b;font-family:"openSansSemiBold";font-size:.875rem;border-radius:2px;-webkit-appearance:none}.a-textboxControl.-error{border:1px solid #ec2c2c}.a-textboxControl:focus{border-color:#111}.a-textboxControl::-webkit-input-placeholder{color:#9b9b9b;font-family:"openSansRegular"}.a-textboxControl::-moz-placeholder{color:#9b9b9b;font-family:"openSansRegular"}.a-textboxControl::-ms-input-placeholder{color:#9b9b9b;font-family:"openSansRegular"}.a-textboxControl::placeholder{color:#9b9b9b;font-family:"openSansRegular"}.m-select{position:relative;width:100%;background:#fcfcfc}.m-select .-errorMessage{padding-top:.5rem;margin-top:0;background:#f9f9f9}.m-select::after{content:"";position:absolute;width:10px;height:10px;margin-top:2px;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjx0aXRsZT5kb3duLWFycm93PC90aXRsZT48cGF0aCBkPSJNMzIgMTAuNjY3bC0xNiAxNi0xNi0xNnoiPjwvcGF0aD48L3N2Zz4=);background-size:10px}.m-select .a-selectControl{position:relative;z-index:1;width:100%;border:1px solid #ededed;background:transparent;color:#111;border-radius:2px;box-shadow:none;outline:none;-moz-appearance:none;-webkit-appearance:none}.m-select .a-selectControl:select:focus{outline:none}.m-select .a-selectControl.-error{border:1px solid #ec2c2c !important}.m-select .a-selectControl.-error{border:1px solid #ec2c2c}.m-select .a-selectControl:invalid{color:#9b9b9b;font-family:"openSansRegular"}.m-select.-small .a-selectControl{height:2.125rem;padding:.5rem 2rem .5rem .625rem;font-size:.875rem}.m-select.-small .a-selectControl option{font-family:"openSansSemiBold",Verdana}.m-select.-small .a-selectControl option:not(:disabled){color:#111}.m-select.-small::after{top:.625rem;right:1rem}.m-select.-medium{background-color:#fff}.m-select.-medium .a-selectControl{height:2.5rem;padding:.625rem 40px .625rem 1rem;border:1px solid #c1c1c1;font-family:"openSansSemiBold";font-size:.875rem}.m-select.-medium .a-selectControl option{font-family:"openSansSemiBold",Verdana}.m-select.-medium .a-selectControl option:not(:disabled){color:#111}.m-select.-medium .a-selectControl:invalid{color:#9b9b9b;font-family:"openSansRegular"}.m-select.-medium .a-selectControl:focus{border-color:#111}.m-select.-medium::after{top:1rem;right:1rem}.m-radio{display:flex;color:#111;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m-radio__input{display:none}.m-radio__input:checked~.m-radio__label::before{display:block}.m-radio__input:checked~.m-radio__label::after{display:block}.m-radio__label{position:relative;padding-left:1.5rem;cursor:pointer;font-family:"openSansSemiBold";min-height:16px}.m-radio__label::after{content:"";position:absolute;top:0;left:0;width:16px;height:16px;border:1px solid #111;border-radius:50%}.m-radio__label::before{content:"";position:absolute;z-index:z("page-wrapper");top:4px;left:4px;display:none;width:8px;height:8px;background-color:#111;border-radius:50%}.textarea{overflow:auto;width:100%;height:80px;padding:1rem;border:1px solid #c1c1c1;background-color:#fff;color:#111;font-family:"openSansSemiBold";font-size:.875rem;line-height:1.5;resize:vertical;border-radius:2px;-webkit-appearance:none;-webkit-overflow-scrolling:touch}.textarea.-error{border:1px solid #ec2c2c}.textarea::-webkit-input-placeholder{color:#9b9b9b;font-family:"openSansRegular"}.textarea::-moz-placeholder{color:#9b9b9b;font-family:"openSansRegular"}.textarea::-ms-input-placeholder{color:#9b9b9b;font-family:"openSansRegular"}.textarea::placeholder{color:#9b9b9b;font-family:"openSansRegular"}.btn{height:48px;line-height:48px;background-color:#111;outline:none;color:#fff;border:none;font-size:.75rem;font-family:"openSansBold";cursor:pointer}.btnBorder{height:48px;line-height:48px;background-color:#fff;outline:none;color:#111;border:none;font-size:.75rem;font-family:"openSansBold";cursor:pointer;border:solid 1px #4a4a4a}.-pl-7{padding-left:5px}.-pr-7{padding-right:5px}.-prl-7{padding-right:5px;padding-left:5px}.m-notification{position:fixed;z-index:9;top:72px;right:0;width:370px;background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.3);transition:opacity .3s ease;display:none}.m-notification.-active{display:flex}.m-notification__close{position:absolute;top:1rem;right:1rem;cursor:pointer;background-color:transparent;border:0;outline:none}.m-notification__content{display:flex;padding:2rem}.m-notification__icon{display:flex;margin-right:1rem;width:56px;height:56px}.m-notification__icon.-error{fill:#ec2c2c}.m-notification__icon.-success{fill:#50e3c2}.m-notification__icon.-warning{fill:#f7941e}.m-notification__detail{display:flex;flex-direction:column;width:80%}.m-notification__title{margin-bottom:.625rem;font-family:"openSansSemiBold";font-size:1.125rem}.m-notification__message{font-family:"openSansRegular";font-size:.875rem}.m-notification__message a{color:#4a90e2;text-decoration:underline}.m-notification__list{display:flex;flex-direction:column}.m-notification__listItem{font-size:.875rem}.m-notification__button{width:100%;padding:1rem 2rem;margin-right:1rem;background-color:#111;color:#fff;font-family:"openSansBold"}.notification-enter{opacity:0}.notification-leave-active{opacity:0}.notification-enter .o-notification,.notification-leave-active .o-notification{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.delivery{display:flex;flex-direction:column;background-color:#fff;padding:0 1.5rem 1.5rem}.delivery__map{height:360px;border:solid 1px #ededed;border-bottom:0}.delivery__options{border:solid 1px #ededed;padding:1rem;margin-bottom:1rem}.delivery__differentPerson{padding:1rem;background-color:#f9f9f9;width:386px}.delivery__differentPerson .m-radio{margin-bottom:.75rem}.delivery__differentPerson .m-radio:last-child{margin-bottom:0}.delivery__differentPersonContent{display:none}.delivery__differentPersonContent.-active{display:block}.delivery__daySelection{border:solid 1px #ededed;padding:1rem}.expert{display:flex;color:#111;align-items:center}.expert__img{width:60px;height:60px;border-radius:100%;margin-right:.5rem}.expert__info{display:flex;flex-direction:column}.expert__title{font-family:"openSansSemiBold";font-size:.875rem;margin-bottom:4px}.expert__name{font-family:"openSansRegular";font-size:.75rem}.contact{display:flex;flex-direction:column}.contact__btn{display:flex;align-items:center;background-color:transparent;border:0;outline:none;padding:0;color:#111;cursor:pointer;margin-bottom:12px}.contact__btn span{font-family:"openSansSemiBold";font-size:.875rem;text-decoration:underline;margin-left:.5rem}.contact__btn:hover span{text-decoration:none}.contact__btn:last-child{margin-bottom:0}.settings{display:flex;flex-direction:column;align-items:flex-end}.settings .checkbox{margin-bottom:12px}.settings .checkbox:last-child{margin-bottom:0}.checkbox{display:flex;color:#111;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox__input{display:none}.checkbox__input:checked~.checkbox__label::before{left:22px}.checkbox__input:checked~.checkbox__label::after{background-color:#111}.checkbox__input:disabled~.checkbox__label{color:#aaa}.checkbox__input:disabled~.checkbox__label::before{background-color:#aaa}.checkbox__input:disabled~.checkbox__label::after{border-color:#aaa}.checkbox__input.-error~.checkbox__label::after{border-color:#ec2c2c}.checkbox__label{display:flex;align-items:center;position:relative;padding-left:48px;cursor:pointer;min-height:20px;font-family:openSansSemiBold;font-size:.875rem;color:#111}.checkbox__label::after{content:"";position:absolute;top:0;left:0;width:40px;height:20px;background-color:#ababab;border-radius:40px}.checkbox__label::before{content:"";position:absolute;z-index:1;top:2px;left:2px;width:16px;height:16px;border-radius:20px;background-color:#fff;transition:left .1s,-webkit-transform .1s;transition:left .1s,transform .1s;transition:left .1s,transform .1s,-webkit-transform .1s}.checkbox__label .-underline{text-decoration:underline;cursor:pointer}.checkbox__label .-underline:hover{text-decoration:none}.accordion{margin-bottom:1rem}.accordion__header{display:flex;justify-content:space-between;align-items:center;border:solid 1px #ededed;padding:1rem;font-size:.875rem;font-family:"openSansSemiBold";color:#111}.accordion__header span{font-family:"openSansRegular";color:#6d6d6d}.accordion__header::after{content:"";background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI5Mi4zNjJweCIgaGVpZ2h0PSIyOTIuMzYycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0DQoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4DQoJCXM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);background-size:10px;width:10px;height:10px}.accordion__header.-active::after{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI5Mi4zNjJweCIgaGVpZ2h0PSIyOTIuMzYxcHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI4Ni45MzUsMTk3LjI4N0wxNTkuMDI4LDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMywxLjgwNy0xMi44NSw1LjQyNEw1LjQyNCwxOTcuMjg3DQoJCUMxLjgwNywyMDAuOTA0LDAsMjA1LjE4NiwwLDIxMC4xMzRzMS44MDcsOS4yMzMsNS40MjQsMTIuODQ3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI1LDEyLjg1LDUuNDI1aDI1NS44MTMNCgkJYzQuOTQ5LDAsOS4yMzMtMS44MDgsMTIuODQ4LTUuNDI1YzMuNjEzLTMuNjEzLDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N1MyOTAuNTQ4LDIwMC45MDQsMjg2LjkzNSwxOTcuMjg3eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}.accordion__content{border:solid 1px #ededed;border-top:0;padding:1rem;display:none}.accordion__content.-active{display:flex}.daySelection{display:flex}.daySelection__item{display:flex;color:#111;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:.5rem}.daySelection__item .daySelection__input{display:none}.daySelection__item .daySelection__input:checked~.daySelection__label::before{display:block}.daySelection__item .daySelection__input:checked~.daySelection__label::after{display:block}.daySelection__item:last-child{margin-right:0}.daySelection__label{position:relative;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;width:78px;height:40px;cursor:pointer}.daySelection__label strong{font-family:"openSansSemiBold";font-size:.75rem;color:#111;margin-bottom:2px}.daySelection__label span{font-family:"openSansRegular";font-size:.75rem;color:#ababab}.daySelection__label::after{content:"";position:absolute;top:0;left:0;width:78px;height:40px;border:1px solid #e5e5e5;border-radius:4px}.daySelection__label::before{content:"";position:absolute;z-index:1;top:0;left:0;display:none;width:8px;height:8px;width:78px;height:40px;border:1px solid #111;border-radius:4px}.otp{display:flex;flex-direction:column}.otp__message{font-family:"openSansSemiBold";margin-bottom:1rem;font-size:.75rem;line-height:1.7;letter-spacing:.43px}.otp__timer{margin-top:1rem;font-family:"openSansSemiBold";font-size:.875rem;text-transform:uppercase}.otp__footer{display:flex;flex-direction:column}.otp__footer .btn{margin-bottom:1rem}.edit{display:flex;flex-direction:column;padding:.5rem}.edit__title{font-size:.875rem;font-family:"openSansSemiBold";color:#111;letter-spacing:.93px;margin-bottom:1rem}.edit__content{display:flex;flex-direction:column;font-family:"openSansRegular"}.edit__content span{font-size:.875rem;color:#111;letter-spacing:.93px;margin-bottom:.5rem}.edit__footer{display:flex;justify-content:flex-end}.edit__deleteBtn,.edit__editBtn{font-family:"openSansSemiBold";font-size:.8125rem;outline:none;border:0;background-color:transparent;cursor:pointer;min-width:70px}.edit__editBtn{color:#111;border-bottom:solid 1px #111}.edit__deleteBtn{color:#ec2c2c;border-bottom:solid 1px #ec2c2c;margin-right:1rem}@media screen and (max-width: 767px){.delivery{padding:0 1rem 1rem}.delivery__options .col-5,.delivery__options .col-6,.delivery__options .col-7,.delivery__options .col-12{padding-left:.5rem;padding-right:.5rem}.delivery__differentPerson{width:100%}.expert__img{width:40px;height:40px}.expert__title{font-size:.75rem}.expert__name{font-size:.6875rem}.contact__btn{margin-bottom:1rem;justify-content:flex-end}.contact__btn span{font-size:.75rem}.settings{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:solid 1px #ededed}.settings .checkbox{margin-bottom:0}.settings .checkbox__label{font-size:.75rem}.accordion__header{padding:20px .5rem}.daySelection{flex-wrap:wrap}.daySelection__item{margin-bottom:.625rem}}



#loadingDiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loadingDiv::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}