body {
	padding: 0;
	margin: 0;
	font-family: LatoBold;
}

ul,
ol,
li {
	list-style: none;
}

.hide {
	display: none !important;
}

.active {
	background-color: #e1eef5 !important;
}

.container-fluid {
	position: relative;
	/* background: gray; */
	background: white;
	height: 100vh;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

._1j_kmBI5JvmG6plBWRi0dM {
	margin-left: 5px;
}

.container {
	background: gray;
	height: 100vh;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content {
	background-color: white;
	width: 100%;
	max-width: 1300px;
	height: 95vh;
	overflow: scroll;
	position: relative;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
	background: transparent;
}


::-webkit-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 6px;
}



.appbar {
	display: flex;
	background-color: white;
	/* opacity: 0.8; */
	position: fixed;
	z-index: 999;
	width: 100%;
	max-width: 1300px;
	height: 60px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	font-size: 0;
}

.title-container {
	display: flex;
	align-items: center;
	height: 50px;
	width: 50%;
	padding: 0 15px;
	font-size: 20px;
	font-weight: 700;
	color: #4c4c4c;
	text-transform: uppercase;
}

.appbar-buttons {
	height: 60px;
	display: flex;
	align-items: center;
}

/* .title{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
} */

.AB-button {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-left: 1px lightgray solid;
	height: 100%;
	width: 70px;
	font-size: 20px;
	padding: 15px;
	position: relative;
	overflow: hidden;
	z-index: 99999;
	cursor: pointer;
}

#cart-track {
	position: absolute;
	top: 10px;
	left: 50%;
	color: white;
	background-color: red;
	border-radius: 100%;
	font-size: 12px;
	height: 18px;
	width: 18px;
}

.bounce-animation {
	animation-duration: .5s;
	animation-name: bouncein;
}

.content-body {
	/* background-color: #f7f7f7; */
	overflow-x: hidden;
	height: 100%;
	max-width: 800px;
	margin: auto;
}



@keyframes bouncein {
	from {
		top: -100%;
	}

	to {
		top: 10px;
	}
}



@media screen and (max-width: 900px) {
	/* 	.title{
		font-size:  12px;
	} */

	.AB-button {
		padding: 10px 15px;
	}
}

@media screen and (max-width: 1024px) {
	.content {
		width: 100%;
		height: 100%;
	}
}



/* 加载动画 */
.animation {
	z-index: 99999;
	opacity: 0.5;
	position: fixed;
	overflow: auto;
	height: 100%;
	width: 100%;
	display: block;
	background-color: white;
}

.animation>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.la-ball-spin-clockwise,
.la-ball-spin-clockwise>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-spin-clockwise {
	display: block;
	font-size: 0;
	color: #333;
}

.la-ball-spin-clockwise.la-dark {
	color: #fff;
}

.la-ball-spin-clockwise>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.la-ball-spin-clockwise {
	width: 32px;
	height: 32px;
}

.la-ball-spin-clockwise>div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 100%;
	-webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
	-moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
	-o-animation: ball-spin-clockwise 1s infinite ease-in-out;
	animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.la-ball-spin-clockwise>div:nth-child(1) {
	top: 5%;
	left: 50%;
	-webkit-animation-delay: -.875s;
	-moz-animation-delay: -.875s;
	-o-animation-delay: -.875s;
	animation-delay: -.875s;
}

.la-ball-spin-clockwise>div:nth-child(2) {
	top: 18.1801948466%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.75s;
	-moz-animation-delay: -.75s;
	-o-animation-delay: -.75s;
	animation-delay: -.75s;
}

.la-ball-spin-clockwise>div:nth-child(3) {
	top: 50%;
	left: 95%;
	-webkit-animation-delay: -.625s;
	-moz-animation-delay: -.625s;
	-o-animation-delay: -.625s;
	animation-delay: -.625s;
}

.la-ball-spin-clockwise>div:nth-child(4) {
	top: 81.8198051534%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.5s;
	-moz-animation-delay: -.5s;
	-o-animation-delay: -.5s;
	animation-delay: -.5s;
}

.la-ball-spin-clockwise>div:nth-child(5) {
	top: 94.9999999966%;
	left: 50.0000000005%;
	-webkit-animation-delay: -.375s;
	-moz-animation-delay: -.375s;
	-o-animation-delay: -.375s;
	animation-delay: -.375s;
}

.la-ball-spin-clockwise>div:nth-child(6) {
	top: 81.8198046966%;
	left: 18.1801949248%;
	-webkit-animation-delay: -.25s;
	-moz-animation-delay: -.25s;
	-o-animation-delay: -.25s;
	animation-delay: -.25s;
}

.la-ball-spin-clockwise>div:nth-child(7) {
	top: 49.9999750815%;
	left: 5.0000051215%;
	-webkit-animation-delay: -.125s;
	-moz-animation-delay: -.125s;
	-o-animation-delay: -.125s;
	animation-delay: -.125s;
}

.la-ball-spin-clockwise>div:nth-child(8) {
	top: 18.179464974%;
	left: 18.1803700518%;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm {
	width: 16px;
	height: 16px;
}

.la-ball-spin-clockwise.la-sm>div {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	margin-left: -2px;
}

.la-ball-spin-clockwise.la-2x {
	width: 64px;
	height: 64px;
}

.la-ball-spin-clockwise.la-2x>div {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
}

.la-ball-spin-clockwise.la-3x {
	width: 96px;
	height: 96px;
}

.la-ball-spin-clockwise.la-3x>div {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
}

.disabled {
	cursor: not-allowed !important;
	opacity: 0.6;
}

/*
 * Animation
 */
@-webkit-keyframes ball-spin-clockwise {

	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-moz-keyframes ball-spin-clockwise {

	0%,
	100% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
}

@-o-keyframes ball-spin-clockwise {

	0%,
	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes ball-spin-clockwise {

	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

/* ↑加载动画↑ */



/* 购物车显示动画 */
.show_cartlist {
	animation: rotate1 0.5s ease;
	/* 动画执行一次 */
	animation-iteration-count: 1;
	/* 停留在最后一帧 */
	animation-fill-mode: both;
}

.hide_cartlist {
	animation: rotate2 0.5s ease;
	/* 动画执行一次 */
	animation-iteration-count: 1;
	/* 停留在最后一帧 */
	animation-fill-mode: both;
}

@keyframes rotate1 {
	from {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0%);
	}
}

@keyframes rotate2 {
	from {
		transform: translateY(0%);
	}

	to {
		transform: translateY(100%);
	}
}


/* 加载动画 */
.animation_address {
	z-index: 99999;
	opacity: 0.5;
	position: fixed;
	overflow: auto;
	height: 100%;
	width: 100%;
	display: block;
	background-color: white;
}

	.animation_address > div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

.la-ball-beat,
.la-ball-beat > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-beat {
	display: block;
	font-size: 0;
	color: #fff;
}

	.la-ball-beat.la-dark {
		color: #333;
	}

	.la-ball-beat > div {
		display: inline-block;
		float: none;
		background-color: currentColor;
		border: 0 solid currentColor;
	}

.la-ball-beat {
	width: 54px;
	height: 18px;
}

	.la-ball-beat > div {
		width: 10px;
		height: 10px;
		margin: 4px;
		border-radius: 100%;
		-webkit-animation: ball-beat .7s -.15s infinite linear;
		-moz-animation: ball-beat .7s -.15s infinite linear;
		-o-animation: ball-beat .7s -.15s infinite linear;
		animation: ball-beat .7s -.15s infinite linear;
	}

		.la-ball-beat > div:nth-child(2n-1) {
			-webkit-animation-delay: -.5s;
			-moz-animation-delay: -.5s;
			-o-animation-delay: -.5s;
			animation-delay: -.5s;
		}

	.la-ball-beat.la-sm {
		width: 26px;
		height: 8px;
	}

		.la-ball-beat.la-sm > div {
			width: 4px;
			height: 4px;
			margin: 2px;
		}

	.la-ball-beat.la-2x {
		width: 108px;
		height: 36px;
	}

		.la-ball-beat.la-2x > div {
			width: 20px;
			height: 20px;
			margin: 8px;
		}

	.la-ball-beat.la-3x {
		width: 162px;
		height: 54px;
	}

		.la-ball-beat.la-3x > div {
			width: 30px;
			height: 30px;
			margin: 12px;
		}

.ordertype-close {
	width: 100%;
	background: antiquewhite;
}

/*
 * Animation
 */
@-webkit-keyframes ball-beat {
	50% {
		opacity: .2;
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes ball-beat {
	50% {
		opacity: .2;
		-moz-transform: scale(.75);
		transform: scale(.75);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes ball-beat {
	50% {
		opacity: .2;
		-o-transform: scale(.75);
		transform: scale(.75);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-beat {
	50% {
		opacity: .2;
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

