.app {
	min-height: 100%;
	flex-direction: column;
	box-sizing: border-box;
	display: flex;
	place-content: stretch flex-start;
	align-items: stretch;
	max-width: 100%;
}

/* header */
.app-header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	min-height: 60px;
	color: #fff;
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	place-content: flex-start center;
}
.main-header {
	height: 60px;
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	place-content: space-between;
	align-items: center;
	background-color: #6eb74b;
	flex: 1 1 100%;
	box-shadow: 5px 0 7px -4px #cccccc, -5px 0 7px -4px #cccccc;
	padding-right: 1rem;
	padding-left: 1rem;
}

/* body */
.app-body {
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	place-content: flex-start center;
	align-items: flex-start;
	min-height: 100vh;
	max-width: 100%;
}
.main-body {
	background-color: #fff;
	flex-direction: column;
	box-sizing: border-box;
	display: flex;
	/*place-content: flex-start space-between;*/
	align-items: flex-start;
	flex: 1 1 100%;
	max-width: 33%;
	box-shadow: 5px 0 7px -4px #cccccc, -5px 0 7px -4px #cccccc;
	min-height: 100vh;
}

/* menu */
.app-menu {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	place-content: flex-start center;
	align-items: flex-start;
}
.main-menu {
	background-color: #fff;
	flex-direction: row;
	display: flex;
	place-content: flex-start space-between;
	align-items: flex-start;
	box-sizing: border-box;
	flex: 1 1 100%;
	max-width: 33%;
	box-shadow: 5px 0 7px -4px #cccccc, -5px 0 7px -4px #cccccc;
}
.sb-menu {
	padding: 8px 0px;
	flex-direction: row;
	box-sizing: border-box;
	display: flex;
	place-content: center space-around;
	align-items: center;
	flex: 1 1 auto;
}
.sb-menu a {
	color: #aaaaaa;
}
.sb-menu a.active {
	color: #84c664;
	filter: unset;
}
.link-sb {
	filter: grayscale(1);
}

/* splash */
.link-log {
	position: absolute;
	right: 36%;
	top: 3%;
	z-index: 10;
}
#splash-1 {
	min-height: 100vh;
}
.box-splash-image {
	max-height: 48vh;
	min-height: 48vh;
}
.box-splash-desc {
	min-height: 18vh;
	max-height: 18vh;
}

/* login */
.pass-eye {
	position: absolute;
	right: 4%;
	color: #aaaaaa;
	cursor: pointer;
}

/* home */
.logo-sb img {
	width: 1.8rem;
}
.input-search {
	width: 100% !important;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.shop-card {
	background-color: #fff;
	border-radius: .5rem;
	overflow: hidden;
	min-height: 10.1rem;
}
.shop-card img {
	object-fit: cover;
	object-position: center;
	min-height: 6.25rem;
	max-height: 6.25rem;
	min-width: 100%;
	max-width: 100%;
}
.advertise .owl-dots {
	margin-top: -1.75rem !important;
	z-index: 1;
	position: relative;
}
.link-product {
	display: block;
	min-height: 10.1rem;
}

/* cart */
.img-title {
	width: 1.5rem;
	height: 1.5rem;
	object-fit: cover;
	object-position: center;
	border-radius: 2rem;
	margin-right: .5rem;
}
.box-send-order {
	padding-bottom: 1.5rem;
}
.img-send-order {
	width: 4rem;
	height: 4rem;
	border-radius: .5rem;
	object-fit: cover;
	object-position: center;
}
.input-send-location input {
	border-width: 2px;
	border-color: #84c664;
	border-bottom-left-radius: .5rem;
	border-top-left-radius: .5rem;
	padding-left: .75rem;
}
.input-send-location .input-group-text {
	background-color: #84c664;
	color: #fff;
	border-width: 2px;
	border-color: #84c664;
	border-bottom-right-radius: .5rem;
	border-top-right-radius: .5rem;
	border-left: none;
	font-size: 11pt;
}
.input-send-location input:focus {
	border-color: #84c664;
	box-shadow: none;
}

/* shop */
.desc-shop {
	height: 2.75rem;
	overflow: hidden;
	transition: width 1s;
}
.cart-in {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}
.carousel-shop img {
	max-height: 18rem;
	min-height: 18rem;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

/* order */
.order-nav.active {
	border-bottom: 2px solid #84c664;
}

/* account */
.edit-act {
	position: absolute;
	right: 4%;
	font-size: 9pt;
	cursor: pointer;
}
.img-profile {
	width: 7rem;
	height: 7rem;
	object-position: center;
	object-fit: cover;
	border-radius: 50%;
}
#upload {
	display:none
}

/* info */
.img-info {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: .25rem;
}

/* read more less desc */
.read-desc {
	height: 2.5rem;
	overflow: hidden;
}