.swal2-html-container p {
	font-size: 18px;
    line-height: 16px;
    margin-bottom: 5px;
}
.btn-edit-menu .btn {
	display: flex;
    padding: 10px;
}
.btn-edit-menu .btn:before {
	display: none;
}
.btn-edit-menu .btn i {
	margin: auto;
}
.dropdown-item {
	cursor: pointer;
}
/*
.btn-edit {
	position: relative;
	max-width: max-content;
}
.btn-edit-menu {
	position: absolute;
	-webkit-box-shadow: 1px -1px 8px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 1px -1px 8px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 1px -1px 8px 2px rgba(34, 60, 80, 0.2);
	padding: 5px;
	border-radius: 4px;
	top: 30px;
    left: -45px;
	max-width: max-content;
	background: #fff;
	transition: 0.2s;
	visibility: hidden;
    opacity: 0;	
	z-index: 10;
}
.btn-edit:hover .btn-edit-menu {
	visibility: visible;
    opacity: 1;	
}
.btn-edit-menu ul {
	list-style: none;
	list-style: none;
    padding: 5px;
	margin-bottom: 0;
}
.btn-edit-menu ul li {
	cursor: pointer;
	padding: 0 5px 0 5px;
    border-radius: 3px;
	transition: 0.2s;
}
.btn-edit-menu ul li:hover {
	background: #6861ce;
	color: #fff;
}
.btn-edit-menu ul li.bg-green:hover {
	background: #31ce36;
	color: #fff;
}
*/
.modal-full-width {
	width: 100%!important;
    max-width: calc(100% - 60px)!important;
}
@media screen and (max-width: 577px) {
	.modal-full-width {
		max-width: calc(100% - 15px)!important;
	}
}
.modal-full-width .modal-body {
	padding-top: 0;
}
.loader {
	display: none;
}
.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}
.page-loader .overlay {
position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    width: 100%;
    height: 100vh;
    opacity: 0.2;
    z-index: 100;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 50;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1269db;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.locked td:not(:last-child) {
	opacity: 0.5;
}
.category-table .folder {
	display: flex;
    max-width: max-content;
    cursor: pointer;
}
.category-table .folder i {
	font-size: 26px;
    color: #ebeb00;
    margin-right: 10px;
}
.category-table .folder span {
	margin: 4px auto auto 0;
}
/*
.category-table tr th:first-child,
.category-table tr td:first-child {
	max-width: 30px;
	width: 30px;
}
*/
.category-nav .nav-home {
	font-size: 18px;
	cursor: pointer;
}
.category-nav .nav-item {
	font-size: 13px;
	cursor: pointer;
}
.category-nav {
	padding-left: 0;
    border-left: 0;
    margin-left: 0;
}
.incart-group {
	display: flex;
	flex-wrap: nowrap;
	max-width: max-content;
}
.incart-group  .input-group {
	display: flex;
	flex-wrap: nowrap;	
}
.incart-group input[type="number"],
.incart-group input[type="text"] {
	max-width: 70px;
	width: 70px;
    text-align: center;
}


.incart-group input[type="number"]::-webkit-inner-spin-button,
.incart-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Для Firefox */
.incart-group input[type="number"] {
  -moz-appearance: textfield;
}

/* Для IE и Edge */
.incart-group input[type="number"]::-ms-clear {
  display: none;
}
.incart-group button[type="submit"],
.incart-group .action-btn {
	margin-left: 20px;
}
.incart-group .action-btn i {
	margin-left: 0;
	margin-right: 0;
}

.nav-cart-add {
	cursor: pointer;
}
[data-notify="container"] {
	z-index: 999999!important;
}

.incart-group .product-row {
	display: flex;
	flex-wrap: nowrap;
    max-width: max-content;
}
.incart-group .product-row .input-group,
.incart-group .product-row .form-group {
	padding: 0;
}

.incart-group .product-row .selectgroup {
	display: flex;
    flex-wrap: nowrap;
}
.incart-group .product-row .selectgroup-item {
	padding: 0;
	margin: 0;
}
.selectgroup-item.disabled {
	opacity: 0.6;
}
.selectgroup-item.disabled .selectgroup-button {
	cursor: no-drop;
}
.incart-group .product-row .selectgroup-button {
	padding: 3px 7px;
    max-width: max-content;
}
.product-price {
	min-width: max-content;
	display: flex;
	flex-wrap: nowrap;
}
.category-table .product-price span {
	margin-right: 5px;
}
.check-block-items {
	height: 100px;
    overflow-y: auto;
    background: #f9f9f9;
    border: 1px solid #ebedf2;
    border-radius: 4px;
    padding: 6px 12px;
}
.category-nav-wrap {
	display: flex;
}
.category-nav-wrap .search-group {
	margin-left: auto;
    width: 400px;
    max-width: 50%;
}
.payform select {
	padding: 0.7rem;
} 

tr.haserror td {
	border-bottom: none;
}	
tr.error td {
	padding: 0 0 10px 25px !important;
    height: 20px !important;
    line-height: 15px;
    color: #ff0000;
}

.loader2 {
  color: #1572e8;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loader_wrap {
	height: 150px;
	width: 100%;
	display: flex;
}
.loader_wrap .loader2 {
	margin: auto;
}
.dropdown-profile {
	display: flex;
    justify-content: space-between;
}
.dropdown-profile .profile-text {
	margin: auto auto auto 0;
    max-width: calc(100% - 30px);
    white-space: break-spaces;
}
.dropdown-profile button {
	margin: auto 0 auto auto;
}

.loader3 {
    width: 20px;
    height: 20px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.loader-btn, .pay-btn {
	position: relative;
}
.loader-btn .loader3,
.pay-btn .loader3 {
	position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
	display: none;
}
.loader-btn:disabled .loader3,
.pay-btn.loading .loader3 {
	display: block;
}
.loader-btn:disabled .txt,
.pay-btn.loading .txt {
	visibility: hidden;
}

.move-buttons {
	display: none;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
}
@media screen and (max-width: 1100px) {
	.move-buttons {
		display: flex;
	}
}
.sameaddress-group {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}
.sameaddress-group input[type="checkbox"] {
	max-width: max-content;
	margin-right: 5px;
}
.sameaddress-group label {
	margin: 0;
	font-weight: normal;
}