body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.mobile-header,
.mobile-portal-block,
.mobile-menu-sidebar,
.mobile-cart__desc,
.logout-btn-mobile {
    display: none;
}

.submit-order__table-item:nth-of-type(2n) {
    background: #eceef6;
}

#desktop-cat-filter {
    padding: 15px 25px;
    border-radius: 15px;
    outline: none;
    border: 2px solid #33509a;
    color: #33509a;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    background: #fff;
    
}

.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group input[type='button'] {
    min-width: 50px;
    height: 40px;
    background: transparent;
    width: auto;
    transition: all 300ms ease;
    border-radius: 15px;
    margin: 0 5px;
    border-color: #33509a;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 100%;
    padding: 0;
    width: 38px;
    position: relative;
    outline: none;
    font-size: 22px;
}

.input-group .quantity-field {
    position: relative;
    text-align: center;
    width: 62px;
    display: inline-block;
    resize: vertical;
    margin-right: 15px;
    border-radius: 15px;
    border-color: #33509a;
    box-shadow: none;
    height: 40px;
    font-size: 20px;
    outline: none;
}

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}


.login-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c66a6;
}

.form-container {
    min-width: 450px;
    max-width: 460px;
}

.form-holder {
    border-radius: 15px;
    padding: 15px;
    background: #ffffff;
}

.form-holder__title {
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0 0 0;
}

.form-logo-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.form-logo-container__logo {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px 30px;
    width: 250px;
}

.form-logo-container__description {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    padding: 20px 0 50px 0;
}

.form-holder__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-holder__input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 10px 0;
    height: 45px;
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
}

.form-holder__input:focus{
    outline: none;
}

.form-holder__form-button {
    width: 35%;
    margin-top: 5px;
    align-self: center;
    min-width: 200px;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    border: none;
    background: #1a3b8d;
    color: #ffffff;
    border-radius: 10px;
    font-size: 22px;
}

.help-icon {
    display: inline-block;
    border-radius: 50%;
    background:#1a3b8d9c;
    width: 15px;
    font-size: 12px;
    color: white;
    text-align: center;
    /*height: 5px;*/
    vertical-align: middle;
}



.invalid-feedback {
    color: red;
    font-size: 12px;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.logo-container {
    width: 17%;
    height: 100px;
    top: 0;
    background: #eaecf4;
    border-radius: 0 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container img{
    width: 70%;
}

.header-content {
    display: flex;
    position: absolute;
    align-items: center;
    right: 0;
    top: 0;
    padding: 30px;
    box-sizing: border-box;
    width: 80%;
    background: #eaecf4;
    height: 100px;
    border-radius: 0 0 0 50px;
    justify-content: space-between;
}

.sidebar{
    position: fixed;
    height: 86%;
    overflow: hidden;
    background: #eaecf4;
    bottom: 0;
    width: 17%;
    border-radius: 0 50px 0 0 ;
}
.sidebar-current-user {
    width: 100%;
    height: 100px;
    background: #33509a;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding: 0 25px;
    /*align-items: center;*/
    padding-top: 30px;
    box-sizing: border-box;
    justify-content: flex-start;
    color: #ffffff;
    font-weight: bold;
}

    .sidebar-current-user__avatar img{
        width: 35px;
        height: 35px;
        padding: 0 10px 0 0;
    }

.sidebar-current-user p{
    margin: 0;
}

.portal {
    position: fixed;
    width: 80%;
    height: 81%;
    background: #ffffff;
    overflow-y: auto;
    right: 0;
    bottom: 40px;
    z-index: 3;
    box-sizing: border-box;
    padding: 0 50px 0 0;
}

.logout-btn {
    border: none;
    background: transparent;
    text-decoration: underline;
    color: white;
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

/*****************    SIDEBAR  ******************/

.sidebar-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;

}
.sidebar-navigation a{
    color: #33509a;
    text-decoration: none;
}
.sidebar-navigation__item {
    padding: 25px 20%;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #33509a;
    transition: .1s;
}

.sidebar-navigation__link:first-of-type .sidebar-navigation__item {
    border-radius: 0 50px 0 0;
}

.sidebar-navigation__item:hover {
    background: #0000000d;
    color: #33509a;
    transition: .2s;
}

.sidebar-navigation__item.active{
    background: #33509a;
    color: #ffffff;
    transition: .2s;
}

.sidebar-admin-options {
    padding: 3px 0;
    margin: 20px 0 0 0;
    border: 1px solid #33509a;
    border-right: 1px solid transparent;
}

.sidebar-admin__option-link{
    text-decoration: none;
    color: #33509a;
    font-weight: bold;
    font-size: 18px;
}

.sidebar-admin__option-link:first-of-type .sidebar-admin__item {
    border-top: 1px solid #33509a;
}

.sidebar-admin__item {
    padding: 15px 10px;
    border-left: 15px solid transparent;
    border-bottom: 1px solid #33509a !important;
}

.sidebar-admin__item.green {
    border-color: #5aaaa4;
}
.sidebar-admin__item.green.active{
    background: #5aaaa4;
    color: #ffffff;
}
.sidebar-admin__item.purple {
    border-color: #a85cad;
}
.sidebar-admin__item.purple.active{
    background: #a85cad;
    color: #ffffff;
}
.sidebar-admin__item.brown {
    border-color: #a8855f;
}
.sidebar-admin__item.brown.active{
    background: #a8855f;
    color: #ffffff;
}
.sidebar-admin__item.dark-brown {
    border-color: #a85c5f;
}

.sidebar-admin__item.dark-brown.active{
    background: #a85c5f;
    color: #ffffff;
}
/*********************** ORDERS TABLE DASHBOARD    **************************/

.no-results {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
    font-weight: 600;
    color: #e50019;
    margin: auto;
}

.dashboard-orders {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
    .dashboard-description__title {
        color: #e50019;
        font-size: 22px;
        font-weight: 600;
        padding: 5px;
    }
    .dashboard-description__date {
        color: #33509a;
        font-size: 22px;
        font-weight: 600;
        padding: 5px;
    }

    .order-calendar-picker__title {
        color: #33509a;
        font-size: 22px;
        font-weight: 600;
        padding: 5px;
    }

.orders-table {
    width: 100%;
    border-radius: 15px;
    border-collapse: collapse;
    text-align: left;
}

.orders-table .orders-table__header tr:first-child td:first-child {
    border-top-left-radius: 15px;
}
.orders-table .orders-table__header tr:first-child td:last-child {
    border-top-right-radius: 15px;
}

.orders-table__header {
    background: #4d66a7;
    border-radius: 15px;
    padding: 30px;
}

.orders-table__header-row td{
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.orders-table__body-row {
    border-bottom: 1px solid #4d66a7;
}

.orders-table__body-row:nth-of-type(2n) {
    background: #eceef6;
}

.orders-table__body-row td {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 600;
}
    .order-status-delivered {
        width: 25px;
        margin: auto;
        display: flex;
    }

    .order-status-pending {
        width: 17px;
        height: 17px;
        border: 1px solid #FF5733;
        margin: auto;
        background: white;
        cursor: pointer;
        display: block;
    }
    .pdf-icon{
        width: 35px;
        cursor: pointer;
    }

    .orders-total-wrap {
        display: flex;
        justify-content: flex-end;
        padding: 25px;
        border-bottom: 1px solid #00000059;
        border-right: 1px solid #00000059;
        border-left: 1px solid #00000059;
        background: #33509a08;
        margin-bottom: 15px;
        margin-left: 0px;
    }
        .orders-total-wrap span {
            font-size: 22px;
            font-weight: bold;
            color: #33509a;
        }

/*********************** FACILITIES TABLE DASHBOARD    **************************/

.facilities-table {
    width: 100%;
    border-radius: 15px;
    border-collapse: collapse;
}

.facilities-table__header-row td{
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #e50019;
    border-bottom: 1px solid #4d66a7;
}

.facilities-table__body-row {
    border-bottom: 1px solid #4d66a7;
}

.facilities-table__body-row td {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 800;
    color: #002581;
}

/*********************** USERS TABLE DASHBOARD    **************************/

.users-table {
    width: 100%;
    border-radius: 15px;
    border-collapse: collapse;
}

.users-table__header-row td{
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #e50019;
    border-bottom: 1px solid #4d66a7;
}

.users-table__body-row {
    border-bottom: 1px solid #4d66a7;
}

.users-table__body-row td {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 800;
    color: #002581;
}

/*********************** PRODUCTS BY CATEGORY    **************************/

.categories-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products-container {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 99px;
}

    .category-holder__link {
        text-decoration: none;
        color: #33509a;
    }

.category-holder {
    position: relative;
    flex: 1 0 21%;
    border: 1px solid #33509a;
    text-align: center;
    border-radius: 15px;
    overflow: auto;
    min-height: 250px;
    margin: 10px;
    max-width: 300px;
}

    .category-image-holder {
        height: 230px;
        border-radius: 15px;
        width: 100%;
    }

    .category-image-holder__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        border-bottom: 1px solid #33509a;
    }

    .category-title-holder {
        font-size: 24px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        padding: 30px 23px;
        align-items: center;
    }

        .category-title__title{
            display: block;
        }

    .category-edit {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #e50019;
        padding: 5px 5px;
        border-radius: 10px;
        box-shadow: 1px 1px 11px 4px #00000030;
        transition: .2s;
    }

    .category-edit:hover + .category-image-holder__image{
        transition: .2s;
        font-size: 17px;
        filter: blur(8px);
    }
        .category-edit a{
            color: white;
            text-decoration: none;
        }
    .subcategories-holder {
        display: flex;
        width: 100%;
        background: white;
        position: fixed;
        z-index: 99;
        overflow: hidden;
        height: 90px;
    }

    .subcategory__link {
        text-decoration: none;
        font-size: 20px;
        color: #33509a;
    }

        .subcategory__link.active .subcategory-holder {
            background: #4d66a7;
            color: #ffffff;
        }
        .subcategory-holder {
            background: #cdd4e6;
            border-radius: 15px 15px 0 0;
            padding: 25px 15px;
            margin: 2px;
            text-align: center;
        }

    .product-holder {
        display: flex;
        border-bottom: 1px solid #8395c1;
        align-items: center;
    }

    .product-holder__image {
        max-width: 80px;
        min-width: 80px;
        max-height: 80px;
        min-height: 80px;
        padding: 10px 20px 10px 0;
        object-fit: cover;
    }

        .product-holder__image img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

    .product-info-holder {
        display: flex;
        max-width: 720px;
        flex-wrap: wrap;
    }

    .product-holder__info {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        padding: 0 0 15px 0;
    }

    .product-holder__info span{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1 33%;
        padding: 5px 0 3px 0;
        white-space: nowrap;
    }

    .product-title-holder{
        padding: 10px 0;
    }

    .product__title{
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color: #002581;
    }

    .product__value{
        color: #002581;
        font-weight: 500;
    }

    .product-attribute{
        color: #a7b4d4;
    }

    .product-holder__prices {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 116px;
        flex: 1;
    }
        .product-holder__prices .product-price__regular,
        .product-holder__prices .product-price__discount{
            display: flex;
            flex-direction: column;
            text-align: center;
            border-left: 1px solid black;
            padding: 0 0 20px;
            width: 150px;
            align-items: center;
            height: 100%;
            justify-content: center;
        }

        .product-price__regular,
        .product-price__discount{
            font-size: 20px;
            font-weight: 600;
        }
        .product-price__regular {
            color: #002581;
        }
        .product-price__discount {
            color: #418100;
        }
        .pro-price {
            font-size: 28px;
            font-weight: 700;
            color: #002581;
        }
        .pro-price.discount {
            color: #418100;
        }

    .edit-icon {
        width: 25px;
        height: 25px;
    }

    .product-holder__edit,
    .product-holder__remove{
        display: flex;
        align-items: center;
        width: 180px;
        border-left: 1px solid black;
        justify-content: center;
        height: 135px;
    }
    .product-holder__edit button,
    .product-holder__remove button {
        background: none;
        outline: none;
        border: none;
        cursor: pointer;
    }


/*********************** CREATE NEW USER **************************/

.label-input {
    display: block;
}

                
.submit-user-btn-holder {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    margin: auto;
    margin-top: 15px;
}

    .label-input__title {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #1a3b8d;
        padding: 5px 0 5px 0;
    }

    .label-input__input-role {
        font-size: 18px;
        font-weight: 600;
        color: #1a3b8d;
    }

    .label-input.facilities {
        display: none;
        flex-direction: column;
    }

    .label-input__input{
        border: 1px solid #1a3b8d;
        border-radius: 10px;
        background: transparent;
        padding: 5px;
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
        outline: none;
        font-weight: 700;
        font-size: 18px;
        color: #002581;
    }

    .label-input.role {
        display: flex;
        flex-direction: column;
    }
        .label-input.role input {
            width: 25px;
        }

            .role-options {
                display: flex;
                flex-direction: row;
                align-items: center;
            }

                .role-options input {
                    margin: 0 15px 0 15px;
                }

    .facilities-table-dropdown {
        display: flex;
        flex-direction: column;
        max-height: 250px;
        overflow: auto;
        margin-top:25px;
        box-shadow: 0px 0 14px 2px #0000000f;
    }
        .facilities-table-dropdown .label-input.facilities {
            width: 100%;
            border-radius: 15px;
        }

        .facility-entry-name {
            display: block;
        }

        .facility__input {
            margin: 0 15px 0 15px;
        }

        .label-input__facility-input{
            display: flex;
            flex-direction: row;
            padding: 15px 0;
            cursor: pointer;
        }

        .label-input__facility-input:nth-of-type(even) {
            background: #00000005;
        }

        .label-input__facility-input:hover{
            background: #00000008;
        }

/*********************** CREATE NEW PRODUCT **************************/

.product-label {
    display: block;
}
    .product-label input,
    .product-label select {
        border: 1px solid #1a3b8d;
        border-radius: 10px;
        background: transparent;
        padding: 5px;
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
        outline: none;
        font-weight: 700;
        font-size: 18px;
        color: #002581;
        box-sizing: border-box;
    }

.products-column,
.facilities-column {
    width: 35%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
}

.users-column {
    width: 40%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
}

    .product-label__title {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #1a3b8d;
        padding: 5px 0 5px 0;
    }

    .regular_price,
    .discount_price {
        width: 50px;
    }

    .product-label.prices{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .product-label-price-holder{
        display: flex;
        flex-direction: column;
        width: 45%;
    }

    .mk-product{
        display: flex;
        flex-direction: column;
    }
        .mk-product.options{
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        .product-label__option {
            display: block;
        }

        .mk-product input {
            padding: 0;
            width: 20px;
            border-radius: 15px;
            margin: 0 15px 0;
        }
        .product-label__option {
            font-size: 20px;
            font-weight: 600;
            color: #1a3b8d;
        }

        .submit-product,
        .submit-facility,
        .submit-category,
        .submit-user,
        .submit-order{
            font-size: 20px;
            background: #05772d;
            padding: 15px 35px;
            outline: none;
            border-radius: 10px;
            border: none;
            color: white;
            font-weight: 700;
            margin-top: 15px;
            cursor: pointer;
        }

        .remove-button {
            font-size: 18px;
            background: #dd0f25;
            padding: 15px 35px;
            outline: none;
            border-radius: 10px;
            border: none;
            color: white;
            font-weight: 700;
            margin-top: 15px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .submit-category {
            padding: 15px 27px;
        }
        .submit-facility{
            margin-top: 33px;
        }
        .product-img-upload {
            padding: 12px !important;
        }

        #discount_price,
        #date_from,
        #date_to{
            display: none;
        }

        .product-label.discount-price__label {
            display: none;
        }

/*********************** CREATE NEW FACILITY **************************/

.facility-label{
    display: block;
}
    .facility-label input,
    .facility-label select{
        border: 1px solid #1a3b8d;
        border-radius: 10px;
        background: transparent;
        padding: 5px;
        width: 100%;
        height: 50px;
        margin-bottom: 15px;
        outline: none;
        font-weight: 700;
        font-size: 18px;
        color: #002581;
    }

    .facility-label__title {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #1a3b8d;
        padding: 5px 0 5px 0;
    }

    #facility-location__table {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }
        #facility-location__table tr{
            padding: 5px;
            border-bottom: 1px solid #4d66a7;
        }

        #facility-location__table tr:nth-of-type(2n){
            background: #eceef6;
        }

        #facility-location__table tr td{
            padding: 14px 5px;
            margin: 11px;
            min-width: 120px;
            max-width: 160px;
            font-size: 16px;
            font-weight: bold;
        }

.facility-modal{
    position: fixed;
    border-radius: 15px;
    box-shadow: 0px 0 14px 3px #00000033;
    padding: 25px 25px;
    left: 45%;
    top: 15%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px;
}

.facility-modal.hidden{
    display: none;
}

    .facility-modal__title {
        display: block;
        color: #1a3b8d;
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
    }

    .facility-modal input{
        width: 100%;
        height: 45px;
        margin: 5px;
        border-radius: 15px;
        outline: none;
        font-size: 15px;
        padding: 5px;
        border: 1px solid black;
    }

    .facility-modal .modal-submit__button{
        margin-top: 25px;
        padding: 15px 25px;
        background: #05772d;
        color: white;
        width: 100%;
        border-radius: 15px;
        font-size: 18px;
        border: none;
        outline: none;
    }

    #close {
        position: absolute;
        right: 30px;
        font-size: 18px;
        font-weight: bold;
        top: 15px;
        color: silver;
        cursor: pointer;
    }

#add-new-location {
    display: block;
    font-weight: bold;
    color: #1a3b8d;
    font-size: 18px;
    cursor: pointer;
}

#add-new-location:hover{
    text-decoration: underline;
}

.blur-body,.blur-body *:not(.facility-modal) {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

/*********************** CREATE NEW CATEGORY **************************/


.create-category__title,
.create-subcategory__title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #1a3b8d;
    padding: 5px 0 5px 0;
    margin: 15px 0 10px 0;
}

.create-subcategory-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
}
    .new-subcategory-entry {
        font-size: 30px;
        border-radius: 50%;
        border: 1px solid #1a3b8d;
        color: #1a3b8d;
        margin-left: 15px;
        padding: 0 10px;
        cursor: pointer;
        display: block;
    }

    .create-subcategory__label {
        display: flex;
        flex-direction: column;
    }

    #create-subcategory-holder{
        display: flex;
        flex-direction: column;
        margin: 5px 0;
    }

        #create-subcategory-holder .subcategory-input {
            margin: 5px 0;
        }

.create-category__label {
    display: block;
}

        .create-category__label input,
        .create-subcategory__label input{
            border: 1px solid #1a3b8d;
            border-radius: 10px;
            background: transparent;
            padding: 5px;
            height: 50px;
            outline: none;
            font-weight: 700;
            font-size: 18px;
            width: 280px;
            color: #002581;
        }

        .category-img-upload {
            padding: 12px !important;
        }

/*********************** EDIT NEW CATEGORY **************************/

.delete-subcategory-entry {
    font-size: 20px;
    border-radius: 50%;
    color: #ffffff;
    background: #e50019;
    margin-left: 15px;
    padding: 0 8px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}


/********************************** MESSAGES STYLES **************************************/

.alert.alert-danger {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(248,39,39,0.6979385504201681) 0%);
    font-size: 18px;
    color: white;
    padding: 25px 0;
    margin-bottom: 25px;
    border-radius: 25px;
    font-weight: 600;
    width: 40%;
}
.alert.alert-success {
    background: #3ab967;
    font-size: 18px;
    color: white;
    padding: 25px 0;
    font-weight: 600;
    width: 20%;
    position: fixed;
    bottom: 50px;
    right: 40px;
    text-align: center;
    z-index: 99;
    display: none;
    border-radius: 15px;
}
.alert.alert-success-callback{
    background: #3ab967;
    font-size: 18px;
    color: white;
    padding: 25px 0;
    font-weight: 600;
    width: 20%;
    position: fixed;
    bottom: 50px;
    right: 40px;
    text-align: center;
    z-index: 99;
    display: none;
    border-radius: 15px;
}
/********************************** EDIT PRODUCT *****************************************/

.edit-product-preview__img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    object-fit: contain;
    opacity: .8;
}


/********************************** COMMERCIALIST STYLES *****************************************/

.add-to-cart-img {
    display: flex;
    width: 35px;
    align-self: center;
}

.header-cart {
    width: 35px;
    display: flex;
}

.cart-items-counter{
    background: #33509a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.product-holder__set-quantity{
    border-left: 1px solid black;
    padding: 20px;
}

.product-holder__cart{
    border-left: 1px solid black;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-holder__cart button{
    background: transparent;
    border: none;
}

.send-message-central__form {
    width: 500px;
}

.send-message-central__form label{
    display: block;
    margin: 25px 0;
}

.send-message-central__form input,
.send-message-central__form textarea {
    padding: 15px 25px;
    border-radius: 15px;
    outline: none;
    border: 2px solid #33509a;
    box-sizing: border-box;
    width: 100%;
}

.send-message-central__form textarea {
    height: 300px;
}

.send-message-central__heading {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #002581;
    padding: 10px 0;
}

#search-orders-commercialist {
    background: #33509a;
    color: white;
    border: none;
    outline: none;
    margin: 5px;
    box-sizing: border-box;
    /* height: 25px; */
    padding: 15px 15px;
    border-radius: 5px;
}


/********************************** EDIT FACILITY STYLES *****************************************/

.delete-location-entry,
.cart-item-delete{
    font-size: 20px;
    border-radius: 50%;
    color: #ffffff;
    background: #e50019;
    margin-left: 15px;
    padding: 0 8px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}


/********************************** DISPLAY CART STYLES *****************************************/

     #submit-order__notes {
            padding: 15px;
            box-sizing: border-box;
            font-family: inherit;
        }

.submit-order-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .submit-order__title{
        font-size: 22px;
        font-weight: bold;
        padding: 10px;
        color: #33509a;
    }

    .submit-order__date,
    .submit-order__facility{
        width: 300px;
        border-radius: 15px;
        padding: 5px 15px;
        background: transparent;
        box-sizing: border-box;
        box-shadow: none;
        outline: none;
        border: 2px solid #33509a;
        font-size: 16px;
    }

.submit-order-items {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
    .submit-order-form {
        display: flex;
        width: 100%;
    }

    .submit-order__table {
        border-bottom: 1px solid black;
        width: 100%;
        border-collapse: collapse;
    }

    .submit-order-items__title {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 15px 0;
        color: #33509a;
    }

    .submit-order__table-title {
        font-size: 16px;
        font-weight: bold;
        color: #33509a;
    }

    .submit-order__table-item {
        font-size: 16px;
        padding: 15px 0;
        font-weight: bold;
    }

    .submit-order__table-item td {
        padding: 10px 0;
    }

.submit-order-price-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submit-order-total-price {
    float: right;
    align-self: flex-end;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
}
.submit-order-facility-discount {
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
}
    .total-price {
        color: #33509a;
    }

    .sidebar-content::-webkit-scrollbar {
        width: .2em;
    }

    .sidebar-content::-webkit-scrollbar-thumb {
        background-color: #2f31926e;
        outline: 1px solid slategrey;
    }


.search-holder {
    position: fixed;
    right: 50px;
    top: 155px;
    z-index: 99;
}

#search-product {
    padding: 15px 25px;
    border-radius: 15px;
    outline: none;
    border: 2px solid #33509a;
}

#cancel-order-btn {
    font-size: 20px;
}

.submit-order-back {
    display: none;
}

.mobile-category-filter {
    display: none;
}