.mr-5 {
	margin-right: 5px;
}

.ml-5 {
	margin-left: 5px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mt-35 {
	margin-top: 35px;
}


body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	position: relative;
	margin: 0;
	min-height: 100%;
}

@media screen and (max-width: 767px) {
	body {
		background-color: #fcfcfc;
	}
}
.main-content{
	padding-bottom: 82px !important;
	
}
.fa {
	cursor: pointer;
}

.has-alcohol {
	display: flex;
	align-items: center;
	gap: 10px;
}

.predefined-theme {
	display: flex;
	gap: 10px;
	width: fit-content;
}

.predefined-theme input {
	margin-top: 0 !important;
}

.price-disabled {
	display: flex;
	gap: 10px;
}

.form-group {
	margin-bottom: 20px;
}

.show-on-front-page {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.form-group label {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	line-height: 16px;
	padding: 5px 0;
}

.form-group .form-control {
	border-radius: 2px;
	border: solid 1px #d7d7d7;
	background-color: #ffffff;
	padding: 10px 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}

.form-group .form-control:focus {
	box-shadow: 0 0 8px 0 #ccdef4;
	border: 1px solid #6fa7f0;
	background-color: #ffffff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
}


.help-block {
	margin-bottom: 0;
	font-size: 13px;
}

.checkbox {
	margin-top: 2px !important;
}

.backgroundColor {
	background-color: #4995f4;
	font-size: 16px;
}

.text-white {
	color: #fff;
}

.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

.navbar {
	border: none;
	border-radius: inherit;
}

.navbar-inverse {
	height: 0px;
}

.zeroPaddingRight {
	padding-right: 0px;
}

h1 {
	font-size: 26px;
}

blockquote {
	margin-bottom: 10px;
	border-left-color: #bbb;
}

form {
	margin-top: 10px;
}

label,
input {
	padding: 5px 0;
	margin-bottom: 0;
}
.label-messages-order-page{
	padding-left: 15px !important;
	margin-bottom: 10px !important;

}
.price-disable {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	gap: 5px;
	width: fit-content;
}

.delete-btn {
	font-size: 20px !important;
	color: #4995f4 !important;
}


a,
a label,
a span,
a:hover,
a:focus {
	cursor: pointer;
	color: #333333;
}

.btn {
	background-color: #4995f4 !important;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 2px;
	padding: 10px 35px;
	border: none;
	outline: 0;
}

.btn-nbgd {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 2px;
	padding: 10px 35px;
	border: none;
	outline: 0;
}

.btn:hover,
.btn:focus,
.btn:active {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
	color: #fff;
}

.nav-tabs {
	border: none;
}

.nav-tabs>li>a {
	border: none;
	color: #686868;
	font-weight: 600;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	background-color: #fff;
	color: #000000;
	border-bottom: 3px solid #4995f4;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: #fff;
}

.category-name-input {
	max-width: 400px;
	width: 100%;
}

.tab-content {
	padding-top: 20px;
}

.metaData {
	color: #000000 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.form-signin input[type="text"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.special-delivery-price {
	margin-bottom: 20px;
}

.special-delivery-price-border {
	padding: 15px 0;
	background-color: #F8F7F7;
	border-radius: 10px;
}

.leftBorder {
	border-left: 1px solid #d7d7d7;
}

.border {
	border: 1px solid #d7d7d7;
}

.topBorder {
	border-top: 1px solid #d7d7d7;
}

.bottomBorder {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 1px;
	padding-top: 2px;
}

.deleteButton {
	float: right;
	padding-left: 0px !important;
	padding-right: 2px !important;
}

.buttonSpace {
	padding-left: 10px;
}

.logo {
	float: right;
}

@media screen and (max-width: 767px) {
	.logo {
		display: none;
	}
	.price-disable {
	align-items: center;
	justify-content: start;
	width: fit-content;

}
}

.logo-img {
	margin: 0 20px 0px 15px;
}

.logo-img img {
	height: 35px;
	margin-top: 0px;
}

.download-button {
	background-color: #ff4e4e;
	color: white;
	font-size: 12px;
	padding: 7px;
	border-radius: 4px;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	.download-button {
		position: absolute;
		right: 5px;
	}

	.newOrder-button {
		position: absolute;
		right: 60px;
	}
	.newOrder-button img{
		margin-bottom: 2px;
	}
	.allsecure-button {
		position: absolute;
		right: 130px;
		padding: 4px;
	}
	.allsecure-button img {
		margin-bottom: 2px;
	}
}


.download-button img {
	width: 10px;
}

.download-button:hover,
.download-button:focus {
	color: white;
}
.allsecure-button {
	background-color: rgb(243, 245, 141);
	color: white;
	font-size: 12px;
	padding: 7px;
	border-radius: 4px;
	margin-left: 5px;
}
.allsecure-button img {
	width: 10px;
}

.allsecure-button:hover,
.allsecure-button:focus {
	color: white;
}
.pagination {
	display: inline-flex !important;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

.paginationBtn .btn {
	background-color: #ffffff !important;
	color: #000000;
	border: 1px solid #cdcdcd;
	border-left: none;
	border-radius: 0;
	font-size: 13px;
	padding: 10px 16px;
}

.paginationBtn:first-child .btn {
	border-left: 1px solid #cdcdcd !important;
}

@media screen and (max-width: 767px) {
	.paginationBtn .btn {
		padding: 8px 15px;
	}
}

.paginationBtn:first-child .btn {
	border-left: 1px solid #cdcdcd;
}

.toggle-hidden-button {
	float: left;
	margin: 5px 10px 5px 0;
	padding-left: 10px;
}

@media screen and (max-width: 991px) {
	.toggle-hidden-button {
		float: none;
		display: inline-block;
	}

	.toggle-hidden-button-wrapper {
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.toggle-hidden-button-wrapper {
		margin-bottom: 5px;
	}
	.all-orders-toggle{
		display: flex;
		gap: 15px;
		justify-content: space-between;
	}
	.all-orders-toggle .toggle-hidden-button{
		width: 50%;
		display: flex;
		justify-content: start;
		gap: 15px;
		align-items: center;
		padding-left: 8px;
	}
}

.toggle-hidden-button span {
	font-size: 16px;
	color: #818181;
}

@media screen and (max-width: 767px) {
	.toggle-hidden-button {
		margin: 0;
		margin-bottom: 10px;
		padding-left: 5px;
	}

	.toggle-hidden-button span {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.show-only-paid {
		display: inline-block !important;
	}
}

.activeElement {
	background-color: #63a8fd !important;
	border: 2px solid #4f5cb3 !important;
}

.paginationBtn .activeElement {
	background-color: #e3e3e3 !important;
	border: 1px solid #cdcdcd !important;
	border-left: none !important;
}

#ordersTableDiv .paginationBtn .activeElement {
	background-color: #e3e3e3 !important;
	border: 1px solid #cdcdcd !important;
}

.step-backward img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.fast-forward img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.listElement {
	margin-left: 0px !important;
	margin-right: 0px !important;
	border: 1px solid #eee;
	border-bottom: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.listElement:last-child {
	border-bottom: 1px solid #eee;
}

.listElement:nth-child(2n+1) {
	background-color: #e9e9e9;
}

.listElement>a {
	padding: 10px 15px;
}

#avaliableSites .listElement>a {
	padding: 5px 15px;
}

.entities .glyphicon-edit,
.entities .glyphicon-remove,
.entities .glyphicon-search {
	font-size: 20px;
	color: #4995f4;
	margin-right: 5px;
}

.buttonGroup {
	float: right;
}

#disablePrices {
	margin-top: 0 !important;
}

.labelRightAlign {
	text-align: right;
}

.labelCenterAlign {
	text-align: center;
}

.listElement:first-child {
	padding-top: 5px;
}

.buttonGroup {
	float: right;
	padding-top: 5px;
}

.sysConfig {
	margin: auto;
	padding-top: 70px;
}

.sysConfig input {
	margin: 10px;
}

.avaliableSitesDiv {
	display: none;
}

.isAdmin {
	display: none !important;
}

.visibleElement {
	display: block !important;
}

.categoriesDiv {
	padding: 5px;
}

.hiddenElement {
	display: none;
}

.openEntity {
	float: right;
}

.googleSign {
	margin-left: 5px;
}

.rightPart {
	float: right !important;
}

.logoutIcon {
	color: #fff;
	font-size: 16px;
	margin-right: 3px;
	margin-top: 3px;
}

/*	Footer fix	*/
html {
	height: 100%;
	box-sizing: border-box;
}

.footer {
	padding: 20px 35px 20px 0;
	background-color: #f1f1f1;
	/* margin-top: 50px; */
	z-index: 997;
	width: 100%;
	float: right;
	position: absolute;
	bottom: 0;
}

.footer p {
	color: #0b0a0a;
	margin-bottom: 0;
	float: right;
}

@media screen and (max-width: 1199px) {
	.footer {
		float: unset;
		text-align: center;
		padding: 20px;
	}

	.footer p {
		float: unset;
	}
}

/*************************************/
.gs2 {
	padding: 50px;
	padding-top: 35px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	height: 12em;
	margin-top: -6em;
	/*set to a negative number 1/2 of your height*/
	margin-left: -15em;
	/*set to a negative number 1/2 of your width*/
	border: none;
	background-color: transparent;
}

.gs2 label {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 10px;
}

.gs2 .g_id_signin {
	display: flex;
	justify-content: center;
}

.gs1 {
	text-align: center;
	position: fixed;
	top: 32%;
	left: 50%;
	width: 36em;
	height: 12em;
	margin-top: -6em;
	/*set to a negative number 1/2 of your height*/
	margin-left: -18em;
	/*set to a negative number 1/2 of your width*/
	border: 2px single black;
}

.gs1 label {
	font-weight: 300;
	font-size: 28px;
}

.gs1 .sotex {
	color: #f77128;
	font-weight: 700;
}

.bckgrnd {
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 56em;
	height: 60em;
	z-index: -1;
	opacity: 0.05;
	margin-top: -30em;
	/*set to a negative number 1/2 of your height*/
	margin-left: -28em;
	/*set to a negative number 1/2 of your width*/
	background-image: url(https://image.ibb.co/mtuCim/logo.png);
	background-size: cover;
}

@media screen and (max-width: 501px) {
	.gs1 label {
		font-size: 18px;
	}

	.bckgrnd {
		top: 50%;
		left: 50%;
		width: 30em;
		height: 36em;
		margin-top: -18em;
		/*set to a negative number 1/2 of your height*/
		margin-left: -15em;
		/*set to a negative number 1/2 of your width*/
	}
}

.cities {
	list-style-type: none;
	padding-left: 0;
	margin-top: -4px;
}

.delivery-price-city {
	background-color: #4072D1;
	color: #fff;
	padding: 4px 8px;
	padding-top: 5px;
	display: inline-block;
	border-radius: 3px;
	margin-right: 1px;
	margin-top: 5px;
}

.delete-city {
	padding-left: 5px;
	font-weight: 300;
	cursor: pointer;
	font-size: 17px;
}

.form-thumbnail-file {
	display: none !important;
}

.thumbnail-preview-container {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50%;
}

.thumbnail-preview {
	max-width: 100%;
}

.padding-right {
	padding-right: 15px !important;
}

.padding-left {
	padding-left: 15px !important;
}

.task-success span {
	background-color: #4995f4;
	border-radius: 11px;
	padding: 2px 13px;
	font-size: 13px;
	line-height: 21px;
	height: 21px;
	font-weight: 600;
	color: white;
}

.task-pending span {
	background-color: #f2f2f2;
	border-radius: 11px;
	padding: 2px 13px;
	font-size: 13px;
	line-height: 21px;
	height: 21px;
	font-weight: 600;
	color: #9c9c9c;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 100%;
	}
}

.modal-dialog .task-success span {
	padding: 3px 20px;
}

.modal-dialog .task-pending span {
	padding: 3px 20px;
}

.order-list-box {
	border-bottom: 1px solid #eee;
}

.order-list-box .orderTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #686868;
}

.blocked-users-form {
	max-width: 400px;
	width: 100%;
}

.blocked-users-head {
	margin-bottom: 0 !important;
}

.list-group .order-list-title {
	padding-top: 0 !important;
	margin-right: 0 !important;
	display: flex;
	background-color: #f2f2f3;
	border-radius: 2px;
	border: 1px solid #eee;
	border-bottom: unset;
}

.list-group .listTitle {
	background-color: #f2f2f3;
	border-radius: 2px;
	border: 1px solid #eee;
	border-bottom: none;
	padding: 0;
	color: #000000;
}
.log-modal{
	position: relative;

}
.log-modal button{
	width: 18px;
	height: 18px;
	position: absolute;
    top: 17px;
    right: 18px;
}
.listTitle label {
	padding: 10px 5px 10px 15px;
}

.order-list-title>div {
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	overflow-wrap: break-word;
	color: #000000;
}

.order-list-data {
	margin: 0 !important;
	display: flex;
	border-top: 1px solid #eee;
}

.order-list-data .glyphicon-remove {
	float: right;
}

.order-list-data:nth-child(2n+1) {
	background-color: #f9f9f9;
}

.order-list-data>a,
.order-list-data>div {
	padding-top: 10px;
	padding-bottom: 10px;
}

.order-list-data>a .orderNumber {
	color: #000000;
}

.order-list-data>a .orderDate {
	color: #000000;
	font-size: 14px;
}

.order-list-data>a .deliveryDate {
	color: #000000;
	font-size: 14px;
}

.order-list-data-mobile {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	padding-top: 10px;
	display: flex;
	align-items: center;
}

.order-list-data-mobile:first-child {
	border-top: 1px solid #f1f1f1;
	padding-top: 5px;
}

.order-list-data-mobile .order-image {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #eeeeee;
	padding: 7px;
	background-color: white;
	margin-right: 10px;
}

.order-list-data-mobile .order-image img {
	width: 55px;
}

.order-list-data-mobile .order-information {
	display: inline-block;
}

.order-list-data-mobile a {
	font-size: 14px;
}

.order-list-data-mobile .sender-name {
	font-weight: 15px;
	font-weight: 700;
}

.order-list-data-mobile .task-pending span {
	background-color: #f6f6f6;
	font-size: 10px;
	color: #a7a7a7;
}

.order-list-data-mobile .task-success span {
	font-size: 10px;
}

.delivery-date-mobile,
.is-paid-mobile,
.is-delivered-mobile,
.order-status-wrapper {
	display: inline-block;
}

.order-list-data-mobile .delivery-date-mobile {
	font-size: 15px;
}

.order-list-data-mobile .sender-email {
	color: #686868;
}

.deleted-order {
	background-color: #eee !important;
}

.deleted-order a {
	color: #888;
}

@media (max-width: 1199px) {

	.order-list-title>div,
	.order-list-data a,
	.order-list-data>div,
	.order-list-data label {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 767px) {

	.order-list-data a,
	.order-list-data label {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pagination {
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.order-data-details .col-sm-6 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.order-data-details .orderVal {
		width: 54%;
		float: left;
		margin-bottom: 0;
	}

	.order-data-details .textAlignRight {
		width: 46%;
		float: left;
		margin-bottom: 0;
	}
	.order-list-data-mobile .order-information {
		display: flex;
		flex-direction: column;
	}
	
}
.info-pages{
	margin-top: 25px;
}
@media (max-width: 479px) {
	.order-list-title>div {
		font-size: 14px;
	}
}

/*----------ORDER DATA----------*/
.modal-open {
	padding: 0 !important;
}

.modal {
	background: rgba(0, 0, 0, 0.12);
}

.order-data img {
	width: 100%;
}

.order-data .panel {
	border: none;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.order-data .panel-head {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
}

.order-data .ordered-product-image {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
}

.order-data .panel-head label {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	padding: 0;
	padding-bottom: 5px;
}

.order-data .panel-body {
	padding: 0;
}

.order-data .panel-body .panel-body-label {
	font-size: 14px;
	color: #000000;
	padding: 0 15px 10px 15px;
	line-height: 16px;
}

.order-data .panel-body .panel-body-label-input {
	font-size: 14px;
	color: #000000;
	padding: 10px 15px 10px 15px;
	line-height: 16px;
}

.order-data .panel-body .light-color-text {
	color: #999999;
	font-weight: 600;
}

.order-data .panel-body .panel-body-value {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	padding: 10px 15px 10px 15px;
	line-height: 16px;
	overflow-wrap: break-word;
}

.order-data .order-number-wrapper {
	border: 0;
	margin: 0;
}

.order-data .panel-head .order-number {
	border: 1px solid #eeeeee;
	border-bottom: none;
	background-color: #f9f9f9;
	padding: 7px 15px;
	text-align: center;
	margin: 0;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
}

.order-data .order-manage-button {
	width: 100%;
	border-radius: 2px;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 7px;
	outline: 0;
	border: none;
	font-size: 14px;
}

.order-data .order-manage-button:hover,
.order-data .order-manage-button:focus {
	color: #bbb;
	outline: 0;
	border: none;
}

.order-data .ordered-product-name {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.order-data .ordered-product-name {
		margin-bottom: 15px;
	}
}

.order-data .ordered-product-total-price {
	border-top: 1px solid #eeeeee;
	margin: 0 15px;
	padding-top: 10px;
}

.order-data .ordered-product-total-price .panel-body-label {
	padding-left: 0;
}

.order-data .ordered-product-description {
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 30px;
	font-weight: 300;
}

.order-data table tr {
	border: 1px solid #eeeeee;
}

.order-data table td {
	padding: 15px;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	line-height: 16px;
}

.order-data table tr td:nth-child(2) {
	background-color: #f9f9f9;
	border-left: 1px solid #eeeeee;
	font-weight: 300;
}

.order-data textarea {
	background-color: white;
	cursor: text;
}

.order-data ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

/*----------HEADER BAR----------*/
.top-bar {
	/* padding-bottom: 6px; */
	border-bottom: 1px solid #eeeeee;
	/* margin-top: 15px; */
	/* height: 45px; */
	/* padding-top: 7px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px; */
	display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
	.top-bar {
		/* margin-top: 15px; */
	}
}

@media screen and (max-width: 767px) {
	.top-bar {
		display: flex;
		align-items: center;
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: 1px solid #f1f1f1;
		background-color: white;
	}
}

/*----------SIDEBAR----------*/
.main-container {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height: 85vh;
}

#showSidebar {
	color: #fff;
	border-radius: 0;
	width: 71px;
	height: 71px;
	transition-delay: 0.3s;
	z-index: 998;
	cursor: pointer;
	padding: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#closeSidebar {
	cursor: pointer;
	float: right;
}

.sidebar-toggle .sidebar {
	left: 0;
}

.sidebar {
	background-color: #fafafa;
	width: 250px;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 19px 0 rgba(211, 211, 211, 0.5);
	-moz-box-shadow: 0 2px 19px 0 rgba(211, 211, 211, 0.5);
	box-shadow: 0 2px 19px 0 rgba(211, 211, 211, 0.5);
	overflow: auto;
}

.sidebar-site-name {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 22px 10px 22px 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background-color: #2c76d2;
}

.sidebar-site-name span {
	vertical-align: middle;
}

.sidebar-navigation {
	padding: 0;
	list-style: none;
	padding-top: 25px;
}

.sidebar-navigation .nav-item a {
	color: #818181;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 10px 12px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.sidebar-navigation .nav-item a p {
	margin-bottom: 0 !important;
}

.sidebar-navigation .nav-item .nav-arrow {
	/* display: none; */
	float: right;
}
.sidebar-navigation .nav-item .nav-arrow img {
	display: none;
	
}
.sidebar-navigation .nav-item a:hover,
.sidebar-navigation .nav-item a:focus {
	text-decoration: none;
	background-color: #f3f3f3;
	color: #000000;
}

.sidebar-navigation .nav-item a:hover .nav-arrow img,
.sidebar-navigation .nav-item a:focus .nav-arrow img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6px;
}

.sidebar-navigation .nav-item .fa {
	font-size: 16px;
	width: 18px;
	color: #555;
}

.nav-item-img-wrapper {
	display: flex;
	justify-content: center;
	width: 20px;
	align-items: center;
}

.sidebar-navigation .nav-sign-out {
	margin-top: 50px;
	width: 100%;
}

.sidebar-navigation .nav-sign-out a {
	color: #000000;
}

.page-title {
	font-size: 22px;
	color: #000000;
	padding-left: 15px;
	margin-top: 0;
	transition: all 0.3s ease;
	display: inline-block;
	margin-bottom: 0 !important;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.page-title {
		margin-bottom: 0;
		font-size: 20px;
		font-weight: 700;
	}
	#showSidebar {
	width: 55px;
	height: 55px;
	padding: 15px;
}
}

@media (min-width: 1200px) {
	.page-title-padding {
		padding-left: 200px;
	}
}

@media (min-width: 1200px) {
	.sidebar-toggle .main-container {
		padding-left: 260px;
	}
}

.mask {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(244, 244, 244, 0.3);
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	margin-left: 50%;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

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

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

	100% {
		transform: rotate(360deg);
	}
}

#availableSitesList {
	background-color: inherit;
	border: none;
	border-bottom: 2px solid #fff;
	width: 80%;
	font-size: 16px;
	cursor: pointer;
}

#availableSitesList:focus-visible {
	outline: none;
}

.enbPay-wrapper {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.enbPay-wrapper label {
	margin-right: 25px;
	display: flex;
	align-items: center;
}

.enbPay-wrapper .enbPay {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-top: -1px;
}

textarea.form-control {
	resize: none;
	height: auto !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.special-delivery-price-border .col-sm-4.input-wrapper {
	display: flex;
	min-width: 395px;
}

.special-delivery-price-border {
	display: flex;
	margin: 0;
}

.special-price-wrapper {
	width: 12.2%;
	min-width: 188px;
}

.city-wrapper {
	padding-left: 0;
	padding-right: 20px;
	width: 100%;
	flex: 1;
	min-width: 188px;
}

#basicsInfo label {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	line-height: 16px;
	padding: 5px 0;
}

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

	.special-delivery-price-border .input-wrapper,
	.special-delivery-price-border {
		flex-direction: column;
		min-width: auto !important;
	}

	.city-wrapper,
	.special-price-wrapper {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.is-relative {
	position: relative;
}

.add-city-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	background-color: #CBD1DC;
	position: absolute;
	right: 25px;
	top: 36px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

input.city-input {
	padding-right: 26px;
}

.city-input:focus~.add-city-icon {
	background-color: #4F6ED0;
}

.add-bill-btn {
	color: white;
	background-color: #9b2929;
	font-size: 10px;
	border-color: #cf0303;
	transition: .3s;
	border-radius: 11px;
}

.add-bill-btn:hover {
	background-color: #ff7979;
	color: black;
}

.pointer {
	cursor: pointer;
	transition: 0.4s;
}

.underline:hover {
	text-decoration: underline;
}

.pointer:hover {
	transform: scale(0.95);
}


#toast-container .toast-warning {
	background-image: none !important;
}

#toast-container .toast-warning button {
	border-radius: 7px;
}

.enbPay-wrapper .enbNotification {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-top: -1px;
}

.margin-right-xs {
	padding-right: 0.5em !important;
}


.chosen-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.red-button {
	background-color: #ff4e4e !important;

}

.fa-plus {
	position: relative;
	right: 0;
	top: 1px;
	margin-right: 10px;
}

.btn-group {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.send-payment-receipt-btn{
	display: none !important;
}

.openEntity {
	float: right;
}

.leftAlign {
	text-align: right;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.gap-2 {
	gap: 2px;
}

.gap-3 {
	gap: 3px;
}

.gap-4 {
	gap: 4px;
}

.gap-5 {
	gap: 5px;
}

.gap-6 {
	gap: 6px;
}

.gap-7 {
	gap: 7px;
}

.gap-8 {
	gap: 8px;
}
.cke_notification{
	display: none !important;
}
.items-center{
	align-items: center;
}
.max-w-160px{
	max-width: 150px;
}
.max-w-555px{
	max-width: 555px;
}
.flex-wrap{
	flex-wrap: wrap;
}

.p-8 {
	padding: 8px;
}
#pagination-row{
	height: 37px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}
#galleryTableDivv {
    margin-right: 20%;
    margin-top: 2%;
}

@media (max-width: 1200px) {
    #galleryTableDivv {
        margin-right: 18%;
    }
}

@media (max-width: 991px) {
    #galleryTableDivv {
        margin-right: 10%;
    }
}

@media (max-width: 768px) {
    #galleryTableDivv {
        margin-right: 5%;
        margin-top: 1.5%;
    }
	.price-disable{
		justify-content: start;
	}
}

@media (max-width: 576px) {
    #galleryTableDivv {
        margin-right: 0;
        margin-top: 1%;
    }
}
.nav-item.admin-active-menu a{

    background-color: #f3f3f3 !important;
    color: black !important;
}
.nav-item.admin-active-menu .nav-arrow img {
    display: flex;
}
.price-disable{

}
@media (max-width: 767px) {
	#blacklist-table .listElement {
		flex-direction: column !important;
		align-items: start;
		position: relative;
	}
	.black-list-delete{
		position: absolute;
		right: -5px;
		top: 10px;
	}
	.blocked-users-head{
		display: none;
	}
	#postsTableDiv{
		margin-top: 85px;
	}
	#cart-button{
		margin-top: 20px;
	}
}
@media (min-width: 767px) {
	.blocked-users-head-mobile{
		display: none;
	}
}
.post-delete-label{
	padding-right: 20px !important;
}
.custom-select-admin{
	appearance: none;         
    -webkit-appearance: none;
    -moz-appearance: none;   
 	background: url('/static/multishop_admin/img/arrow-down.svg') no-repeat right 1rem center !important;
	background-size: 16px;
   	padding-right: 30px;
}
/* select{
	appearance: none;         
    -webkit-appearance: none;
    -moz-appearance: none;   
 	background: url('/static/multishop_admin/img/arrow-down.svg') no-repeat right 1rem center !important;
	background-size: 16px;
   	padding-right: 30px;
} */
 .margin-bottom-0-price{
	margin-bottom: 0 !important;
 }
 @media only screen and (min-width:768px){
	.predefined-theme{
		margin-bottom: 0 !important;
	}
 }
 .heading-system-components{
	margin-bottom: 30px;
 }
 .btn-galery-save-wrapper{
	display: flex;
	justify-content: end;
 }
.modal-open{
	overflow: hidden !important;
}
