/*
 * JavaScript Load Image Demo CSS
 * https://github.com/blueimp/JavaScript-Load-Image
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */


 table {
 	width: 100%;
 	word-wrap: break-word;
 	table-layout: fixed;
 	border-collapse: collapse;
 }
 figure {
 	margin: 0;
 	padding: 0.75em;
 	border-radius: 5px;
 	display: inline-block;
 }
 table,
 figure {
 	margin-bottom: 1.25em;
 }
 tr,
 figure {
 	background: #363636;
 }
 tr:nth-child(odd) {
 	background: #414141;
 }
 td,
 th {
 	padding: 0.5em 0.75em;
 	text-align: left;
 }
 img,
 canvas {
 	max-width: 100%;
 	border: 0;
 	vertical-align: middle;
 }
 h1,
 h2,
 h3,
 h4,

 h6 {
 	margin-top: 1.5em;
 	margin-bottom: 0.5em;
 }
 h1 {
 	margin-top: 0.5em;
 }
 label {
 	display: inline-block;
 	margin-top: 0.5em;

 	font-size: large;
 }
 button,
 select,
 input,
 textarea {
 	cursor: pointer !important;
 	-webkit-appearance: none;
 	box-sizing: border-box;
 	margin: 0;
 	padding: 0.5em 0.75em;
 	font-family: inherit;
 	font-size: 100%;
 	line-height: 1.4;

 	color: black !important;
 	border: 1px solid #363636;
 	border-radius: 5px;
 }
 input,
 textarea {
 	width: 100%;
 	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.07);
 }
 textarea {
 	display: block;
 	overflow: auto;
 }
 button {
 	background: #3c76a7;
 	background: linear-gradient(180deg, #3c76a7, #225c8d);
 	border-color: #225c8d;
 	color: #fff;
 }
 button[type='submit'] {
 	background: #6fa349;
 	background: linear-gradient(180deg, #6fa349, #568a30);
 	border-color: #568a30;
 }
 button[type='reset'] {
 	background: #d79435;
 	background: linear-gradient(180deg, #d79435, #be7b1c);
 	border-color: #be7b1c;
 }
 select {
 	display: block;
 	padding-right: 2.25em;
 	background: #3c76a7;
 	background: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3E%3Cpath fill="%23fff" d="M2 0L0 2h4zm0 5L0 3h4z"/%3E%3C/svg%3E')
 	no-repeat right 0.75em center/0.75em,
 	linear-gradient(180deg, #3c76a7, #225c8d);
 	border-color: #225c8d;
 	color: white;
 }
 button:active,
 select:active {
 	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
 }
 select::-ms-expand {
 	display: none;
 }
 option {
 	color: black;
 }
 input[type='checkbox'] {
 	-webkit-appearance: checkbox;
 	width: auto;
 	padding: initial;
 	box-shadow: none;
 }
 input[type='file'] {
 	max-width: 100%;
 	padding: 0;
 	background: none;
 	border: 0;
 	border-radius: 0;
 	box-shadow: none;
 }

 input[type='file']::-webkit-file-upload-button {
 	-webkit-appearance: none;
 	box-sizing: border-box;
 	padding: 0.5em 0.75em;
 	font-family: inherit;
 	font-size: 100%;
 	line-height: 1.4;
 	background: linear-gradient(180deg, #3c76a7, #225c8d);
 	border: 1px solid #225c8d;
 	color: #fff;
 	border-radius: 5px;
 	box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
 }
 input[type='file']::-webkit-file-upload-button:active {
 	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
 }
 input[type='file']::-ms-browse {
 	box-sizing: border-box;
 	padding: 0.5em 0.75em;
 	font-family: inherit;
 	font-size: 100%;
 	line-height: 1.4;
 	background: linear-gradient(180deg, #3c76a7, #225c8d);
 	border: 1px solid #225c8d;
 	color: #fff;
 	border-radius: 5px;
 	box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
 }
 input[type='file']::-ms-browse:active {
 	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
 }



 @media (prefers-color-scheme: light) {
 	body {
 		background: #ececec;
 		color: #212121;

 	}
 	a {
 		color: #225c8d;
 	}
 	a:visited {
 		color: #378f9a;
 	}
 	a:hover {
 		color: #6fa349;
 	}
 	figure,
 	tr {
 		background: #fff;
 		color: #212121;
 	}
 	tr:nth-child(odd) {
 		background: #f6f6f6;
 	}
 	input,
 	textarea {
 		background: #fff;
 		border-color: #d1d1d1;
 		color: #212121;
 	}
 }

 #result {
 	display: block;
 }

 @media (min-width: 540px) {
 	#navigation {
 		list-style: none;
 		padding: 0;
 	}
 	#navigation li {
 		display: inline-block;
 	}
 	#navigation li:not(:first-child)::before {
 		content: ' | ';
 	}
 }

 #code {
 	opacity: 0;
 	margin-top: -30px;
 }
 #yandex{

 }
 #preqr {
 	position: relative;
 	z-index: 2;
 	display:none;
 	padding-left: 275px;
 	padding-top: 40px;
 	margin-top: 50px;
 	height: 730px;
 }
 #current_date_time_block {
 	color: rgb(255, 255, 255);
 	text-align: center;
 	font-size: 25px;
 	margin-left: 0px;
 	margin-top: 7px;
 }
 .names{
 	margin-left: -10px;
 	width: 185px;
 	height: 74px;
 	overflow-x: hidden;
 	overflow-y: hidden;

 	position: relative;
 }
 .picture{
 	margin-left: -10px;
 	width: 190px;
 	height: 90px;
 	overflow-x: hidden;
 	overflow-y: hidden;
 }
 .picture img {
 	width: 100%;
 	height: 100%;
 	object-fit: contain;
 }
 .goodName{
 	word-wrap: break-word;
 	width: 185px;
 	white-space: normal;
 	font-size: large;
 }
 .price{
 margin-top: 5px;
 color: black;
 margin-left: 50px;
 margin-top: -33px !important;
 position: relative;
 z-index: 1;
 }
 .add-to-cart{
 	margin-top: -10px !important;
 	outline:none;
 	background: transparent;
 	border:none !important;
 	font-size: 0;
 }
 .add-to-cart:focus {
 	margin-top: -10px;
 	outline:none !important;
 	background: transparent;
 	border:none !important;
 	font-size: 0;
 }

 #text {
 	display: none;
 }
 .main-cart{
 	color: white;
 	overflow-y:auto;
 	overflow-x: hidden;
 	width: 1650px;
 	height: 120px;
 }

 #summ {
 	color: white;
 }

 h3 {
 	color: white;
 }

 p {
 	color: white;
 }

 body {
 	background-color: black !important;
 	padding:0;
 	margin:0;
 	overflow-y: hidden;
 	min-height: 100%;
 	width: 100%;
 	position: relative;
 }

 .goods-out::after {
 	cursor: pointer;
 	content: "";
 	display: block;
 	clear: both;
 }

 .container-fluid{
 	position: relative;
 	z-index: 3;
 	width: 1920;
 	height: 1080px;   
 	z-index: 2;
 	background-color: black;
 	display: none;

 }

 .flashing2 {
 	height: 100px;
 }
 .flashing3 {
 	height: 150px;
 	padding-top: 90px;
 	position: relative;
 }
 .single-goods {
 	width: 195px;
 	height: 200px;
 	border: 1px solid black;
 	margin: 7px;
 	float: left;
 	text-align: center;
 	word-wrap: break-word;

 }
 .single-goods button {
 	display: block;
 	margin: 0px auto;
 	cursor: pointer !important;
 }
 .price{
 	margin-top: 5px;
 	color: black;
 }


 .visible{
 	color: green;
 }
 .single-goods {
 	background-color: rgba(255,255,255,1);
 	border-radius: 10px;
 }

 #cartPanel{
 	margin-bottom: 20px;
 }
 .hower:hover {
 	height: 60px;

 }
 a {
 	text-decoration-style: wavy;
 	color: black;
 	font-size: 20;
 	text-decoration-color: blue;
 }
 a:acive {
 	color: white;
 }
 #header {

 }
 #navpanel {
 	background-color: rgba(0,0,0,0.6);
 	position: relative;
 }
 #term{
 	display: none;
 	color: red;
 }

 #minicart {
 	margin-top: 15px;
 }
 .buttons {
 	white-space: nowrap;
 }
 .buttonsfield{
 	overflow-y: hidden;
 	overflow-x: hidden;
 	width: 400px;
 	height: 120px;
 	margin-left: 1475px; 
 	margin-top: -130px;
 }
 .yellow {


 	margin-left: : 3 px;
 	width: 100.4%; 

 }
 .delete {
 	margin-left: 3px;
 }
 #submit {
 	display: none;
 	background: rgba(32,98,154,0.2);
 }
 #footer {
 	overflow-y: hidden;
 	padding-top: 20px;
 	font-weight: bold;
 	display: none;
 	height: 130px;
 	overflow-x: hidden;
 	position: relative; 
 }
 .buttonField {
 	background: rgba(32,98,154,0.2);
 }
 #goodsImage {
 	border-radius: 10px;
 }
 .description {
 	font-size: large;
 }
 #back {
 	font-size: x-large;
 	padding-top: 10 px;
 }

 #spisoklist {
 	display: none;
 }
 .goodname {
 	font-size: large;
 }
 .goodname2 {
 	font-size: x-large;
 	vertical-align: middle;
 }
 a{color: black;}
 #txtRecv {
 	width: 600 px;
 }


 #goods{
 	overflow-y: scroll;
 	position: relative;
 	height: 880px;
 }
  #goods2{
    overflow-y: scroll;
    position: relative;
    height: 880px;
 }
  #goods7{
    overflow-y: scroll;
    position: relative;
    height: 880px;
 }
  #goods9{
    overflow-y: scroll;
    position: relative;
    height: 880px;
 }
 #tabl{
 	overflow-y: hidden;
 }

 #js-file{
 	display: none;
 	margin-top: 30px;
 }
 #login{
 	text-align: center;
 	margin-top: 350px;
 }
 #autnum{
 	width: 200px;
 }
 #save{
 	display: none;
 }
 #delgood{
 	display: none;
 	padding-left: 25px;
 	padding-right: 25px;
 }
 #addgoog{
 	padding-left: 15px;
 	padding-right: 15px;
 }
 #loadimg{
 	color: white;
 	margin-left: 10px;
 	margin-bottom: -65px;
 	display: none;
 }
 #js-file{
 	margin-left: 340px;
 	width: 130px;
 }
 
#goods2 #drink {
    display: none;
}
#goods2 #cofe{
    display: none;
}

#goods2 #snack {
    display: none;
}


#goods7 #dinner {
    display: none;
}
#goods7 #fresh {
    display: none;
}
#goods7 #cofe{
    display: none;
}

#goods7 #snack {
    display: none;
}

#goods9 #fresh {
    display: none;
}
#goods9 #drink {
    display: none;
}
#goods9 #cofe{
    display: none;
}

#goods_cof #fresh {
    display: none;
}
#goods_cof #drink {
    display: none;
}
#goods_cof #snack {
    display: none;
}
#goods #cofe {
    display: none;
}
.black {
    background-color: black;
    height: 40px;
    border-radius: 10px;
    border-style: solid;
    margin-left: 2px;
     position: relative;
 z-index: 3;
}
.position {
    font-size: x-large;
    color: white;
    margin-left: -7px;
    margin-top: -5px;
}