.os-order {
}

.os-order .error {
    color: #a40000;
}

.os-order .basket-properties {
    color: #919191;
}

.os-order table {
    border-collapse: collapse;
}

.os-order table th {
    background: #DFDFDF;
    padding: 5px;
    border: 1px solid #c9c9c9;
}

.os-order table td {
    padding: 5px;
    border: 1px solid #DFDFDF;
}

.os-order .location {
    min-width: 400px;
}

.enum-option {
    display:block;
}


.new_pharmacy-list__close {
    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;
    margin-left: 8px;
    padding: 0;
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.new_pharmacy-list__close > svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    color: #818181
}

.new_pharmacy-list__close:focus {
    outline: none
}

@media screen and (hover: hover) {
    .new_pharmacy-list__close:hover > svg {
        color: #69a81d
    }
}

@media screen and (max-width: 743px) {
    .new_pharmacy-list__close {
        min-width: 24px;
        width: 24px;
        height: 24px
    }
}

.new_pharmacy-list-filter__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 21.25px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #333;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.new_pharmacy-list-filter__input::-webkit-input-placeholder {
    opacity: 1;
    color: #818181
}

.new_pharmacy-list-filter__input::-moz-placeholder {
    opacity: 1;
    color: #818181
}

.new_pharmacy-list-filter__input:-ms-input-placeholder {
    opacity: 1;
    color: #818181
}

.new_pharmacy-list-filter__input::-ms-input-placeholder {
    opacity: 1;
    color: #818181
}

.new_pharmacy-list-filter__input::placeholder {
    opacity: 1;
    color: #818181
}

.new_pharmacy-list-filter__input:focus {
    outline: none
}

@media screen and (max-width: 743px) {
    .new_pharmacy-list-filter__input {
        padding: 19.75px 10px;
        font-size: 16px
    }
}

.basket-disclaimer {
    padding: 10px 25px;
    background: #F7F7F7;
    border-radius: 8px;
    margin: 25px 0 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}


.stock-disclaimer {
    padding: 10px 50px 10px 25px;
    background: #F7F7F7;
    border-radius: 8px;
    margin: 40px 0;
    color: #000;
}

.stock-disclaimer .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.stock-disclaimer .text {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.stock-disclaimer .text .orange {
    color: #F96E32;
    font-weight: 700;
}

.stock-disclaimer .text .bold {
    font-weight: 700;
}

.basket__info span.black {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
    display: block;
}


.totalinfo__form .input-field__input {
    font-feature-settings: "lnum";
}

.input-field-email {
    margin-top: 10px !important;
}

.input-field-email .email-description {
    display: inline-block;
    margin-top: 5px;
    color: #818189;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.pharmacy-btn.mobile {
    display: none !important;
}


/* LOADING */

.order-loading-overlay {
    display: none;
    background: rgba(90,86,86,.61);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.order-loading-overlay.is-active {
    display: flex;
}

.order-loading-overlay .content {
    background: white;
    border-radius: 20px;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}

.order-loading-overlay .text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.order-loading-overlay .spinner {
    position: relative;
    width: 72px;
    height: 72px;
    top: 0px;
    left: 0px;
    border: 10px solid transparent;
    border-top-color: #a1c44e;
    border-right-color: #a1c44e;
    border-radius: 50%;
    z-index: 10;
    animation: loading 2s ease 0s infinite;
}

.order-loading-overlay .spinner::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    top: -10px;
    left: -10px;
    border: 10px solid transparent;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-radius: 50%;
    animation: loading 2s ease 0s infinite;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@media (max-width: 768px) {
    .basket__inner--mobile {
        display: none !important;
    }

    .basket__inner {
        gap: 0 7px;
        flex-direction: row !important;
    }

    .basket__inner .basket__elem--desktop {
        display: block !important;
        margin-top: 0 !important;
    }

    .basket__inner .basket__elem--desktop:nth-child(2) {
        padding-left: 10px;
        border-left: 1px solid #eaeaea;
    }

    .stock-disclaimer {
        padding: 10px 25px;
    }

    #stock_items .basket__elem.ostatok {
        display: none !important;
    }

    .pharmacy-btn.mobile {
        display: flex !important;
    }
}



.pharmacy-list-card__status--stock {
    color: #333!important;
}

.pharmacy-list-card__status--stock::before {
    background: #fd0!important;
}