#main {
	padding-bottom: 200px;
}

#header {
	background-color: white;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	position: fixed;
	padding-bottom: 5px;
	width: 100%;
	z-index: 1
}

#title {
	background-color: #f3edf7;
	box-shadow: 0 0 5px gray;
	margin: 0 0 5px;
}

#burger, #back {
	cursor: pointer;
	height: 24px;
	left: 10px;
	position: absolute;
	top: 5px;
	width: 23px;
}

.glass {
	cursor: pointer;
	height: 24px;
	right: 92px;
	position: absolute;
	top: 5px;
	width: 24px;
}

.glass-cancel {
	cursor: pointer;
	height: 24px;
	right: 92px;
	position: absolute;
	top: 5px;
	width: 24px;
}

#cart {
	cursor: pointer;
	height: 24px;
	right: 62px;
	position: absolute;
	top: 5px;
	width: 24px;
}

#cartQuant {
	background: red;
	border-radius: 8px;
	color: white;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	right: 62px;
	position: absolute;
	text-align: center;
	top: 5px;
	vertical-align: middle;
	width: 16px;

}

.myHistory {
	cursor: pointer;
	height: 24px;
	right: 32px;
	position: absolute;
	top: 5px;
	width: 24px;
}

.kebab {
	cursor: pointer;
	height: 24px;
	right: 0px;
	position: absolute;
	top: 5px;
	width: 24px;
}

#myOrder, #myCart {
	font-weight: bold;
	padding: 4px 80px 4px 50px;
	text-align: left;
}

#myOrderValue {
	color: #00B058;
	font-size: 20px;
}

#myOrderMenu {
	border: 1px solid lightgreen;
	border-radius: 5px;
	background: white;
	display: none;
	position: absolute;
	right: 0;
	z-index: 9;
}

#mySearch {
	font-weight: bold;
	padding: 4px 80px 4px 50px;
	text-align: left;
}

#mySearch input {
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

.myOrderReset, .myJournal {
	cursor: pointer;
	padding: 10px 10px;
}


#dates {
	color: #00B058;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
}

#deliveryChange {
	color: #00B058;
	background: #00B05833;
	border: 0;
	border-radius: 12px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 6px;
	padding: 3px 12px;
}

#products {
	padding: 10px 10px 10px 10px;
}


.product {
	border: 1px solid #00B058;
	border-radius: 10px;
	margin: 10px 0;
	padding: 10px;
}

.squareCalc {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.square {
	position: relative;
	overflow: hidden;
}

.squareInner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;	
}

.productPhoto {
	border-radius: 7px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.squareInner video {
	border-radius: 7px;
	height: 100%;
	width: 100%;
}

.over {
	height: 100%;
	width: 100%;
}

.productParams {
	margin: 10px 0;
}

.productEach {
	display: none;
}

.productEachButton {
	background-color: #e2f6ed;
	border-radius: 15px;
	border-width: 0;
	color: #00B058;
	cursor: pointer;
	font-size: 18px;
	padding: 5px 15px;
}

.productParam {
	border-top: 1px solid lightgreen;
	margin: 10px 0 0 0;
}

.productName {
	font-weight: bold;
	padding: 5px 0;
}

.productMinus, .productPlus {
	cursor: pointer;
	height: 30px;
	vertical-align: middle;
	width: 30px;
	
}

.productOrder {
	float: left;
}

.productPromoText {
	color: red;
	font-size: 30px;
	font-style: italic;
}

.productQuant {
	background-color: white;
	border: 1px solid #00B058;
	border-radius: 5px;
	display: inline-block;
	font: bold 18px sans-serif;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	width: 45px;
}

.productMoney {
	float: right;
	text-align: right;
}

.productOldPrice {
	font-weight: bold;
	text-decoration: line-through;
	text-decoration-color: red;
}

.productPrice {
	color: #F8312C;
	font-size: 1.2em;
	font-weight: bold;
}

.productSum {
	font-weight: bold;
}

.productPromo {
	background: yellow;
}

.productToCart {
	background-color: #e2f6ed;
	border-radius: 15px;
	border-width: 0;
	color: #00B058;
	cursor: pointer;
	display: inline-block;
	font: bold 18px sans-serif;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	width: 130px;
}

.reenterPhone {
	position: fixed;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	
	border: none;
	background-color: inherit;
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.sidenav {
	border-radius: 0 15px 15px 0;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	background-color: #eee;
	overflow-x: hidden;
	transition: 0.5s;
	box-shadow: 0 0 10px gray;
}

.sidenavHeader {
	padding: 20px;
	background-color: #ddd;
	pointer-events:none;
}

.sidenavTitle {
	font-size: 23px;
	font-weight: bold;
	color: #818181;
	white-space: nowrap;
}

.sidenavUserInfo {
	font-size: 15px;
	white-space: nowrap;
	margin-top:5px;
	margin-bottom:5px;
	white-space: nowrap;
}

.sidenavItem {
	cursor: pointer;
	width: 60vw;
	margin: 20px;
	display: flex;
	font-size: 15px;
}

.sidenavBottomItem {
	font-size: 13px;
	position:absolute;
	margin: 20px;
	bottom:0px;
	color:#818181;
	white-space: nowrap;
	pointer-events:none;
}

.sidenavIcon {
	margin-right: 10px;
}

.catTop {
	font-weight: bold;
}

#catList {
	box-sizing: border-box;
	font-size: 16px;
	margin: 5px 0;
	width: 100%;
}

#myHistoryWrap {
	background: white;
	bottom: 0;
	font-size: 16px;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

#myHistoryDetailWrap {
	background: white;
	bottom: 0;
	font-size: 16px;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

#myHistoryDetailTitle {
	background-color: white;
	border-bottom: 1px solid silver;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	position: fixed;
	top: 45px;
	width: 100%;
	z-index: 6;
}

#myHistoryDetailTitle div {
	font: bold 18px sans-serif;
	margin: 5px 10px;
}

#myHistory {
	margin-top: 60px;
}

#myHistoryDetail {
	margin-top: 130px;
}

#myProblemWrap {
	background: white;
	bottom: 0;
	font-size: 16px;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6;
}

#myJournalWrap {
	background: white;
	bottom: 0;
	cursor: pointer;
	font-size: 16px;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

.myJournalItem {
	padding: 10px 10px 30px 10px;
}

#footer {
	background: white;
	bottom: 0;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	padding: 10px;
	position: fixed;
	width: 100%;
}

.purchaseButton {
	background-color: #e2f6ed;
	border-radius: 15px;
	border-width: 0;
	color: #00B058;
	cursor: pointer;
	display: block;
	font: bold 18px sans-serif;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.btn {
	position: relative;
	background-color: lightgreen;
	border-radius: 5px;
	color: #00B058;
	cursor: pointer;
	display: block;
	font: bold 18px sans-serif;
	margin: 10px;
	padding: 7px;
	text-align: center;
	/*vertical-align: middle;*/
}

.btn-problem, .btn-cancel {
	position: relative;
	background-color: #f6e2f1;
	border-radius: 15px;
	border-width: 0;
	color: red;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin: 10px 0;
	padding: 5px 15px;
	text-align: center;
}

.frame-title {
	background-color: #f3edf7;
	box-shadow: 0 0 5px gray;
	font: bold 21px sans-serif;
	height: 45px;
	margin: 0 auto;
	max-width: 600px;
	min-width: 250px;
	position: fixed;
	vertical-align: middle;
	width: 100%;
	z-index: 100;
}

.back-button {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	position: relative;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.bold {
	font-weight: bold;
}

.slide {
	transition: 0.5s;
}

#confirm .trade-point, #confirm .person-point {
	padding: 10px;
}

.catBox {
	box-sizing: border-box;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	1white-space: nowrap;
	gap: 10px;
	padding: 10px;
	scrool-behavior: smooth;
	transition: transform 0.3s ease;

	scrollbar-color: seagreen transparent;
}

.catItem {
	flex: 0 0 auto;
	width: calc((100% - 40px)/3.2);
	border: 2px solid lightgray;
	border-radius: 10px;
	text-align: center;
}

.catImageWrap {
	position: relative;
	width: 100%;
}

.catImage {
	position: relarive;
	width: 100%;
}

.catName {
	font: normal 14px sans-serif;
	overflow: hidden;
	word-wrap: break-word;
	position: relative;
	width: 100%;
}

.orderBox {
	background-color: #f3edf7;
	border: 0;
	border-radius: 14px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding: 0 6px;
}

.orderBox img {
	height: 24px;
	margin-top: 2px;
	width: 24px;
}

.orderBox select {
	appearance: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	font: normal 14px sans-serif;
	line-height: 28px;
	margin-right: 6px;
	position: relative;
	top: -6px;
}

.priceBox {
	background-color: #f3edf7;
	border-radius: 14px;
	cursor: pointer;
	display: inline-block;
	font: normal 14px sans-serif;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	position: relative;
	top: -6px;
}