.footer-wrapper{
    margin-left: 150px
}

input.error, select.error{
    border-color:red;
}
.items.kk .item-content {
    background-color: #fff;
    padding: 13px 18px;
    -webkit-box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
    box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
    border-radius: 6px;
    margin-right: 20px;
}

.searchable-items.days .items {
    background: none;
    box-shadow: none;
    min-width: 0;
}

.searchable-items.days .items a,
.searchable-items.days .items .item-content,
.searchable-items.days .items .user-profile,
.searchable-items.days .items .user-meta-info{
    margin: 0;
    width: 100%;
    text-align: center;
}
.searchable-container{
    max-width: 100%;
}
.filtered-list-search{
    margin-bottom: 0;
}

.searchable-container.users .items{
    background: none;
    box-shadow: none;
    min-width: 0;
}
.searchable-container.users .items .item-content{
    width: 100%;
}

.searchable-items.days,
.users .searchable-items{
    padding: 0;
    border: 0;
}

.profile-header{
    margin-left: auto;
}

.position {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    border-radius: 6px;
    padding: 13px 18px;
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
}

.nazv {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333333;
    line-height: 20px;
}

.grkl {
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
}

.widget-one {

}

.widget-one h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 22px;
}

.price {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
}

.widget-one p {
    font-size: 15px;
    margin-bottom: 0;
}

.account-settings-footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 150px);
    background: #ffffff;
    padding: 12px 20px;
    -webkit-box-shadow: -1px -5px 20px 0px rgb(0 0 0 / 12%);
    -moz-box-shadow: -1px -5px 20px 0px rgb(0 0 0 / 12%);
    box-shadow: -1px -5px 20px 0px rgb(0 0 0 / 12%);
    border-radius: 6px 6px 0 0;
    z-index: 5;
}

.sidebar-closed .account-settings-footer {
    width: 100%;
    margin-left: -20px;
}

@media (max-width: 991px) {
    .sidebar-closed .account-settings-footer, .account-settings-footer {
        width: 100%;
    }
}

.account-settings-footer .as-footer-container {
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 1000px) {
    .position {
        flex-wrap: wrap;
    }

    .sost {
        width: 33%;
        text-align: center;
    }

    .opis {
        width: 33%;
        text-align: center;
    }

    .prc {
        display: inline-flex;
        width: 33%;
        justify-content: center;
    }

    .mainnazv {
        margin-left: 20px;
        width: 40%;
    }

    .minplus {
        width: 100%;
    }
}

@media screen and (min-width: 1001px) {
    .minplus {
        width: 26%;
    }

    .sost {
        width: 10%;
        text-align: center;
    }

    .opis {
        width: 10%;
        text-align: center;
    }

    .prc {
        display: inline-flex;
        width: 5%;
        justify-content: center;
    }

    .mainnazv {
        margin-left: 20px;
        width: 40%;
    }
}
.prod-container{
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
}
.prod-container-title{
    color: black; font-size: 20px; font-weight: 500; margin-top: 20px;
}


.counter-btn{
    display: inline-block;
    color: #fff !important;
    background-color: #1b55e2!important;
    border-color: #1b55e2;
    box-shadow: 0 10px 20px -10px #1b55e2;
    width: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 7px;
}
.counter-btn:hover{
    opacity: 0.7;
}
.counter-input{
    font-size: 15px;
    border: none;
    width: 70px;
}
.uppercase{
    text-transform: uppercase;
}

.im-popup {
   background-color: rgba(11,24,45,0.35);
}
.modal.im-popup{
    display: block;
}

.loading{
	color: transparent!important;
    min-height: .8rem;
    pointer-events: none;
    position: relative;
}

.loading::after {
	animation: loading .5s infinite linear;
	border: .1rem solid #000;
	border-radius: 50%;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: .8rem;
	left: 50%;
	margin-left: -.4rem;
	margin-top: -.4rem;
	position: absolute;
	top: 50%;
	width: .8rem;
	z-index: 1;
}

@keyframes loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
.btn-outline-success.loading::after {
    border-left-color: #8dbf42;
    border-bottom-color: #8dbf42;
}
.js-calendar-create-menu{
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 50%;
    color: green;
    font-size: 17px;
    cursor: pointer;
}
.js-calendar-create-menu:hover{
    opacity: 0.5;
}

.multi-wrapper + .menu-fields-group{
    margin-top: 40px;
}
.menu-fields-group{
    padding: 15px 10px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.js-menu-fields-group{
    background-color: #ededed;
}

.js-remove-menu{
    cursor: pointer;
}
.im-popup.modal {
    overflow: auto;
}
.js-order-day.has-orders{
    position: relative;
}
.js-order-day.has-orders:after{
    content: '✓';
    color: green;
    top: 0px;
    right: 10px;
    position: absolute;
    font-size: 24px;
}
.alert-area a.js-remove-order{
    text-decoration: underline;
    cursor: pointer;
}
.alert-area a.js-remove-order:hover{
    color: #0056b3;
    text-decoration: underline;
}

.product-file-icon-wrap{
    display: flex;
}

.product-file-icon-image{
    max-width: 100px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

/*.im-popup {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    text-align: center;*/
/*    z-index: 25;*/
/*    font-size: 0;*/
/*    overflow-y: auto;*/
/*    padding: 65px 0;*/
/*    background-color: rgba(11, 24, 45, .35);*/
/*    pointer-events: none;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    -webkit-transition: visibility ease-in-out .3s, opacity ease-in-out .3s;*/
/*    -o-transition: visibility ease-in-out .3s, opacity ease-in-out .3s;*/
/*    transition: visibility ease-in-out .3s, opacity ease-in-out .3s*/
/*}*/

/*.im-popup:before {*/
/*    content: '';*/
/*    height: 100%;*/
/*    display: inline-block;*/
/*    vertical-align: middle*/
/*}*/

/*.im-popup .im-popup-inside {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    font-size: 16px*/
/*}*/

/*.im-popup._visible {*/
/*    pointer-events: auto;*/
/*    opacity: 1;*/
/*    visibility: visible*/
/*}*/

/*.b-popup {*/
/*    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;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    padding: 40px;*/
/*    background-color: #fff;*/
/*    border-radius: 16px;*/
/*    position: relative*/
/*}*/

/*.b-popup__close {*/
/*    position: absolute;*/
/*    top: -60px;*/
/*    right: 0;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background-color: #000;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    display: -webkit-inline-box;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    text-decoration: none*/
/*}*/

.p-registration .alert-box.gray,
.p-login .alert-box.gray{
	display: none;
}