body {
	background: url(./bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: -webkit-fill-available;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
}

button,
a {
	cursor: pointer;
}

table {
	margin: 50px 0px;
	width: 100%
}

form {
	padding-right: 50px;
}

table thead tr td {
	padding: 20px 0px;
}

thead {
	font-weight: 500;
}

select,
input {
	width: 100%;
	background: none;
	outline: none;
}

td {
	padding: 5px;
	position: relative;
}

td>a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 200px;
}

td>a>img {
	width: 100%;
	padding: 5px;
	max-width: 200px;
	height: 150px;
	object-fit: cover;
	border: 1px solid #ceb381;
}

td>a .img-layer {
	position: absolute;
	bottom: 0px;
	height: 0%;
	left: 0px;
	width: auto;
	opacity: 0;
	background: orange;
	right: 0px;
	color: white;
}

td>a:hover .img-layer {
	opacity: 0.8;
	height: 100%;
}

button[disabled] {
	background: #b1b1b1;
	cursor: no-drop;
}

.table thead th {
	border: 0px !important;
}

.main-title {
	padding: 10px 15px;
	font-size: 1.5rem;
	border-bottom: 2px solid orange;
}

.img-layer span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.navbar {
	background: #f7b234;
}

.navbar-collapse {
	margin-left: 70px !important;
}

.navbar-nav a {
	text-transform: uppercase;
	color: white;
	margin-right: 10px;
	font-weight: 600;
	font-size: 14px;
	transition: all .3s ease-in-out;
}

.navbar-nav a.active {
	border-bottom: 1px solid white;
}

.navbar-nav a:hover {
	transition: transform .3s ease-in-out;
	transform: translateY(-5px);
}

.product_s {
	width: 150px;
	padding: 20px;
}

.card-header {
	background: transparent !important;
	border-width: 0px !important;
}

.card-header>button:hover {
	text-decoration: none;
}

.card-header>button>span {
	float: right;
}

.card {
	border-width: 0px !important;
}

input[readonly=""] {
	border: 0px;
}

input[type="number"] {
	border-color: darkgrey;
	border: 0px;
	border-bottom: 1px solid darkgrey;
	margin: 0px 10px;
	width: 70px;
}

input,
select {
	font-size: 14px !important;
}

input[type="search"] {
	width: 100%;
	padding: 10px;
	border: 0px;
	border-bottom: 1px solid #cacaca;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

tr:last-child {
	border: 0;
}

tr {
	border-bottom: 1px solid darkgrey;
}

button {
	color: white;
	border: 0px;
	outline: none;
	padding: 8px 15px;
}

.primary {
	background: #007eff;
}

.delete {
	background: #ce0404;
	font-size: 13px;
	min-width: 80px;
}

.add {
	background: orange;
}

.card-header {
	padding: 0px !important;
	background: orange !important;
}

.card-header>button {
	display: block;
	width: 100%;
	text-align: left;

	color: white !important;
}

.search-field {
	position: relative;
	width: 100%;
	display: block;
	margin: 8px 0px 80px;
}

/* width */
.search-field>ul::-webkit-scrollbar {
	width: 7px;
}

/* Track */
.search-field>ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #c5c5c5;
	border-radius: 10px;
}

/* Handle */
.search-field>ul::-webkit-scrollbar-thumb {
	background: #faa200;
	border-radius: 3px;
}

.help {
	/* background: orange; */
	font-size: 15px !important;
	margin: 0px 0px;
	color: black;
	font-weight: 400;
	/* text-shadow: 1px 1px 3px #7b7b7b; */
	border: 1px solid orange;
}

.h-title {
	font-size: 15px !important;
}

.search-field:after {
	content: '';
	position: absolute;
	/*width: 100%;*/
	height: 2px;
	width: 0%;
	background: #ffa500;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: 999999999;

}

input[type="search"] {
	width: 100%;
	padding: 10px;
	border: 0px;
	font-size: 18px !important;
	border-bottom: 2px solid orange;
	background: whitesmoke;
}

.form-frame {
	position: relative;
	margin: 20px 0px 0px;
	height: auto;
}

.form-frame label {
	/* position: absolute; */
	top: 5px;
	left: 5px;
	font-size: 14px;
	transition: all .3s ease-in-out;
}

.form-frame label.active {
	top: -25px;
	font-size: 13px;
}

.search-field:hover:after {
	-webkit-animation: widthIn 1s;
	animation: widthIn 1s;

	animation-fill-mode: both;
	animation-direction: all;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 10%;
	width: 100%;
	z-index: 9999;
	padding: 10px 20px;
	background: orange;
	border-bottom: 2px solid black;
	display: none;
}

.search-field>ul {
	position: absolute;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: white;
	max-height: 500px;
	overflow-y: auto;
	box-shadow: 0px 4px 6px 0px black;
	-webkit-animation: open 1s;
	animation: open 1s;

}

.catalog {
	padding: 5px;
	margin-right: 20px;
	border-bottom: 1px solid;
}

.c_n {
	font-weight: 300;
	font-size: 18px;
	font-style: italic;
	letter-spacing: -1px;
}

.search-field>ul {
	z-index: 999;
}

.search-field>ul>li {
	border-bottom: 1px solid #bbbbbb;
	position: relative;
	display: flex;
	font-size: 20px;
	cursor: pointer;
	padding: 5px 0px;
}

.search-field>ul>li>.s-text-frame {
	display: -webkit-inline-box;
	padding-left: 20px;
	position: relative;
	width: 100%;
}

.search-field>ul>li>.s-text-frame>.s-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.search-field>ul>li>img {
	padding: 5px;
	width: 100px;
	height: 70px;
	object-fit: cover;

}

.search-input {
	display: flex;
	position: relative;
}

.search-input>i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.search-product {
	background: #007eff;
	padding: 6px;
	border-radius: 15px;
	font-size: 13px;
	color: white;
	position: absolute;
	right: 25px;
	top: 10px;
}

.search-layer {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 0%;
	display: block;
	background: #ff7600;
	color: white;
	top: 0px;
	left: 0px;
}

.search-field>ul>li:hover {
	background: #faa200;
}

.search-field>ul>li:hover .search-layer {
	height: 100%;
	opacity: 0.96;
}

.search-layer>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.right {
	float: right
}

.left {
	float: left
}

.send-form {
	border: 1px solid grey;
	padding: 5px;
	width: 100%;
}

#section {
	padding: 50px 50px;
	background: #ffffff;
	display: block;
	box-shadow: 0px 0px 9px 5px #00000091;
	position: relative;
	top: 0px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	min-height: -webkit-fill-available;
}



#load {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffffad;
	display: none;
}

.block {
	display: block !important;
}


#form {
	width: 100%;
	float: left;
}

.form-block {
	display: inline-flex;
	width: 100%;
}

div,
input,
select,
#send {
	-webkit-animation: open 1s;
	animation: open 1s;
}

#send {
	display: none;
	padding: 50px;
	position: relative;
}

#send>h3 {
	border-bottom: 1px solid orange;
	padding: 15px;
	margin-bottom: 35px;
}

#loader {
	height: 3px;
	background: red;
	position: fixed;
	width: 0%;
	top: 0px;
	left: 0px;
	-webkit-animation: loader 2s cubic-bezier(0, 1.38, 1, -0.03);
	animation: loader 2s cubic-bezier(0, 1.38, 1, -0.03);
	/*animation-delay: 1s;*/
	z-index: 999999;
	box-shadow: 0px 0px 2px 0px red;
}

#page-loading {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999989;
	background: white;
}

#ok {
	background: transparent;
	border: 2px solid white;
	outline: none;
}

#ok:hover {
	border: 2px solid #c1c1c1;
	border-radius: 10px;
}

button:focus {
	outline: none;
}

.pop-up-bind {
	font-weight: 500;
	padding: 5px;
	/* text-decoration: underline; */
	border: 1px solid white;
	margin: 10px;
}








@keyframes open {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes loader {
	form {
		width: 70%;
		opacity: 1;
	}

	to {
		width: 100%;
	}
}



@keyframes widthIn {
	form {
		width: 0%;
		opacity: 1;
	}

	to {
		width: 100%;
	}
}

@keyframes widthOut {
	form {
		width: 100%;
		opacity: 1;
	}

	to {
		width: 0%;
	}
}

.animated {
	transition: all .2s ease-in-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@media screen and (max-width: 450px) {
	.popup {
		padding: 10px !important;
		width: 95% !important;
		text-align: center !important;
	}
}

@media screen and (max-width: 900px) {
	#section {
		right: 0px;
		width: 95%;
		transform: translateX(0%);
		padding: 20px 5px;
	}

	#send {
		padding: 0px;
	}

	form {
		padding-right: 0px;
	}

	button[type="submit"] {
		float: right;
	}

	.main-title {
		font-size: 1.5rem;
	}

	.help {
		font-size: 12px !important;
	}

	td {
		display: block;
		border-top: 0px solid white !important;
	}

	td>a {
		margin-right: auto;
		margin-left: auto;
	}

	tr {
		display: flow-root;
		/* border-bottom: 2px solid darkgrey; */
		margin: 30px 10px;
		background: white;
		text-align: center;
	}

	thead {
		display: none;
	}
}

.popup-layer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #0000008a;
	z-index: 999999;
	display: none;

}

.popup {
	position: absolute;
	background: green;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
	color: white;
	width: 70%;
}


.block {
	display: block !important;
	height: auto;
}

.info-lbl:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 75%;
	margin-left: -5px;
	border-width: 11px;
	border-style: solid;
	border-color: transparent transparent #76a900 transparent;
	z-index: 9000;
}

.info-lbl {
	position: absolute;
	z-index: 9999;
	background: #76a900;
	border-radius: 10px;
	color: white;
	padding: 6px;
	top: calc(100% + 5px);
	width: auto;
	font-weight: 400;
	right: 0;
	font-size: 17px;
	white-space: nowrap;
	-webkit-animation: animation 1800ms linear both;
	animation: animation 1800ms linear both;
	z-index: 9000;
}

@-webkit-keyframes animation {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	44.34% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	44.44% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	46.45% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.782, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.782, 0, 0, 1)
	}

	48.39% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.354, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.354, 0, 0, 1)
	}

	49.78% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.084, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.084, 0, 0, 1)
	}

	51.17% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.659, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.659, 0, 0, 1)
	}

	53.95% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.913, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.913, 0, 0, 1)
	}

	56.73% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.09, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.09, 0, 0, 1)
	}

	59.52% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.45, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.45, 0, 0, 1)
	}

	65.08% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.585, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.585, 0, 0, 1)
	}

	70.64% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.504, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.504, 0, 0, 1)
	}

	81.76% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -.548, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -.548, 0, 0, 1)
	}

	92.88% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, .12, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, .12, 0, 0, 1)
	}

	100% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
}

@keyframes animation {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	44.34% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	44.44% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	46.45% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.782, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.782, 0, 0, 1)
	}

	48.39% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.354, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 52.354, 0, 0, 1)
	}

	49.78% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.084, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 48.084, 0, 0, 1)
	}

	51.17% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.659, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.659, 0, 0, 1)
	}

	53.95% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.913, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.913, 0, 0, 1)
	}

	56.73% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.09, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.09, 0, 0, 1)
	}

	59.52% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.45, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.45, 0, 0, 1)
	}

	65.08% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.585, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.585, 0, 0, 1)
	}

	70.64% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.504, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.504, 0, 0, 1)
	}

	81.76% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -.548, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -.548, 0, 0, 1)
	}

	92.88% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, .12, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, .12, 0, 0, 1)
	}

	100% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
}