html {
	scroll-behavior: smooth;
	scrollbar-width: thin;
	overflow: overlay;
}
.theme-dark {
	--bg-dark-green: linear-gradient(45deg, #0d5c05 0%, #073303 100%);
	--bg-green: linear-gradient(45deg, #106f07 0%, #129705 100%);
	--bg-gold:  linear-gradient(45deg, hsla(44, 100%, 50%, 1) 0%, hsla(55, 54%, 51%, 1) 100%);
	--bg-purple: linear-gradient(45deg, hsla(284, 31%, 52%, 1) 0%, hsla(302, 67%, 56%, 1) 100%);
	--bg-red: linear-gradient(45deg, hsla(358, 78%, 36%, 1) 0%, hsla(358, 73%, 46%, 1) 100%);
	--bg-gray-1: linear-gradient(180deg, hsla(0, 0%, 8%, 1) 0%, hsla(0, 0%, 15%, 1) 100%);
	--bg-gray-2: linear-gradient(45deg, hsla(0, 0%, 8%, 1) 0%, hsla(0, 0%, 15%, 1) 100%);
	--bg-gray-3: linear-gradient(45deg, hsla(0, 0%, 8%, 1) 0%, hsla(0, 0%, 15%, 1) 100%);
	--bg-gray-4: linear-gradient(45deg, hsla(0, 0%, 8%, 1) 0%, hsla(0, 0%, 15%, 1) 100%);
	--bg-gray-5: linear-gradient(45deg, hsla(0, 0%, 8%, 1) 0%, hsla(0, 0%, 15%, 1) 100%);
}
.bg-dark-green {
	background: #0d5c05;
	background: var(--bg-dark-green) !important; 
}
.bg-green {
	background: #106F07;
	background: var(--bg-green) !important;
}
.bg-green-card {
	background: #129705;
}
.bg-gray-card {
	background: #212121;
}
.bg-gold {
	background: hsla(45, 100%, 50%, 1);
	background: linear-gradient(0deg, hsla(45, 100%, 50%, 1) 0%, hsla(45, 82%, 44%, 1) 80%);
	background: -moz-linear-gradient(0deg, hsla(45, 100%, 50%, 1) 0%, hsla(45, 82%, 44%, 1) 80%);
	background: -webkit-linear-gradient(0deg, hsla(45, 100%, 50%, 1) 0%, hsla(45, 82%, 44%, 1) 80%);
}
.bg-purple {
	background: hsla(284, 31%, 52%, 1) !important;
	background: var(--bg-purple) !important;
}
.bg-purple-light {
	background: #E9B8EA !important;
	color: #000000 !important;
}
.bg-border {
	border: 5px solid #454545;
}
.bg-border-green {
	border: 5px solid #0d5c05;
}
.bg-border-gold {
	border: 5px solid #a78112;
}
.bg-red {
	background: hsla(358, 78%, 36%, 1) !important;
	background: var(--bg-red) !important;
}
.bg-gray-input {
	background: #242424 !important;
}
.bg-green-input {
	background: var(--f7-button-bg-color) !important;
}
.bg-gray {
	-webkit-box-shadow: 10px 10px 10px 0px #000000;
	-moz-box-shadow: 10px 10px 10px 0px #000000;
	box-shadow: 0px 5px 10px 0px #000000;
	background: -webkit-linear-gradient(43deg, #151515 0%, #000000 80%);
	background: -o-linear-gradient(43deg, #151515 0%, #000000 80%);
	background: -moz-linear-gradient(43deg, #151515 0%, #000000 80%);
	background: linear-gradient(43deg, #151515 0%, #000000 80%);
	border: 5px solid #151515;
}
.bg-gray1 {
	-webkit-box-shadow: 10px 10px 10px 0px #00000A;
	-moz-box-shadow: 10px 10px 10px 0px #00000A;
	box-shadow: 0px 5px 10px 0px #00000A;
	background: -webkit-linear-gradient(43deg, #151515 0%, #00000A 80%);
	background: -o-linear-gradient(43deg, #151515 0%, #00000A 80%);
	background: -moz-linear-gradient(43deg, #151515 0%, #00000A 80%);
	background: linear-gradient(43deg, #151515 0%, #00000A 80%);
	border: 5px solid #151515;
}
.bg-gray2 {
	-webkit-box-shadow: 10px 10px 10px 0px #1A1A25;
	-moz-box-shadow: 10px 10px 10px 0px #1A1A25;
	box-shadow: 0px 5px 10px 0px #000000;
	background: -webkit-linear-gradient(43deg, #151515 0%, #1A1A25 80%);
	background: -o-linear-gradient(43deg, #151515 0%, #1A1A25 80%);
	background: -moz-linear-gradient(43deg, #151515 0%, #1A1A25 80%);
	background: linear-gradient(43deg, #151515 0%, #1A1A25 80%);
	border: 5px solid #151515;
}
.bg-green-greeny {
	background: linear-gradient(45deg, #129405 0%, #129705 100%);
}
.preloadbg {

	background: linear-gradient(-45deg, #3bc739, #008000, #106f07, #008000);
	background-size: 400% 400%;
	animation: gradient 2s ease infinite;

}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.cl-white {
	color: white !important;
}
.cl-green {
	color: hsla(44, 100%, 50%, 1) !important;
}
.cl-gold {
	color: hsla(44, 100%, 50%, 1) !important;
}
.cl-purple {
	color: hsla(284, 31%, 52%, 1) !important;
}
.cl-red {
	color: hsla(358, 78%, 36%, 1) !important;
}
.cl-gray {
	color: hsla(0, 0%, 8%, 1) !important;
}
.cl-black {
	color: #000000 !important;
}
.categories-bx {
	cursor: pointer;
}
.stat-card {
	max-width: 85px;
	height: 85px;
	text-align: center;
	justify-content: center;
}
.stat-card-margin, .game-score-board-card-margin {
	margin-left: 5px;
}
@media screen and (max-width:368px) {
	.stat-card-container {
		margin: 20px -20px;
		justify-content: center !important;
	}
	.stat-card {
		flex-direction: column;
		text-align: center;
	}
}
.no-overflow-x {
	overflow-x: hidden;
}
.align-items-center {
	align-items: center !important;
}
#greeny {
	width: 140px;
	height: 140px;
	position: absolute;
	top: -30px;
	right: -15px;
	transform: rotate(20deg);
	z-index: 1;
}
#user-orders-container-profile, 
#user-referrals-container-profile, 
#user-credit-container-profile {
	display: none;
}
.floating-call-btn {
  position: fixed;
  top: 240px;
  right: 0px;
  width: 85px;
  height: 60px;
  border: 5px solid #151515;
  border-right: none;
  border-radius: 30px 0px 0px 30px;
  z-index: 210;
  transition: width 2s ease;
}
.floating-call-btn span {
  width: 36px;
  height: 36px;
  border-radius: 30px;
	animation: greenglowborder 2000ms infinite;
}
.floating-call-btn-colapsed {
	width: 60px;
}
.special-card {
	font-family: Raleway,sans-serif;
	text-align: center;
	padding: 0 0 0px;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	position: relative;
	height: 400px;
	z-index: 1;
}
.special-card .wrapper {
	border-radius: 10px;
	box-shadow:0 0 0 1px #ffbf00 inset, 0 0 0 2px #E5AB00 inset, 0 8px 0 0 #ffbf00, 0 8px 8px 1px rgba(0,0,0,.2);
	height: 97%;
	padding-left: 2px;
	padding-bottom: 5px;
	overflow: hidden;
}
.special-card .product-image {
	position: relative;
	transition: all .3s ease 0s;
	height: 80%;
	cursor: pointer;
}
.special-card .product-image a {
	display: block;
}
.special-card .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}
.product-name, .product-name-small {
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
}
.product-name-small {
	font-size: 1.2em;
}
.product-description {
	text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 55px #000000, 0 0 75px #000000;
	border-radius: 20px;
	font-size: 2em;
	width: auto;
	color: #FFFFFF;
}
.product-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 20%;
	background-color: #FEFDF7;
	color: #000000;
	border-top: 3px solid #ffbf00;
	border-radius: 0px 0px 8px 8px;
}
.special-card .social {
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 1;
	transition: all .3s ease 0s;
}
.product-image:hover .social {
	opacity: 1;
	top: 50%;
}
.special-card .social li {
	display: inline-block;
}
.special-card .product-quantity-label,
.special-card .product-type-label,
.special-card .product-cart-label {
	color: #fff;
	padding: 2px 7px;
	display: block;
	position: absolute;
	top: 12px;
	font-size: 1.5em;
}
.special-card .product-quantity-label {
	left: 2px;
	font-weight: bold;
	text-shadow: 2px 2px #DFA000;
	background-color: #ffbf00;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.special-card .product-type-label {
	background-color: #333;
	left: auto;
	right: 0px;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.special-card .product-cart-label {
	top: 60px;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}
.special-card .rating {
	color: #FFD200;
	font-size: 12px;
	padding: 12px 0 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: -1;
}

.special-card .rating li.disable {
	color: rgba(0,0,0,.2);
}

.special-card .product-content {
	background-color: #fff;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -27px;
	z-index: 1;
	transition: all .3s;
}

.special-card:hover .product-content {
	bottom: 0;
}

.special-card .title {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .5px;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all .3s ease 0s;
}

.special-card .title a {
	color: #000;
}

.special-card .title a:hover,.special-card:hover .title a {
	color: #ffbf00;
}

.special-card .product-offer {
	color: #000000;
	font-family: Montserrat,sans-serif;
	letter-spacing: .6px;
	margin-bottom: 8px;
	text-align: center;
	transition: all .3s;
	width:auto;
	padding-bottom:5px;
	font-weight:bold;
	font-size:1em;
}
.special-card .minimum-text {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 5px;
	border-radius: 10px;
}
.special-card .price span {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 3px;
	display: inline-block;
}

.special-card .add-to-cart {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.special-card .add-to-cart:hover {
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	padding: 4px;
	font-size: 14px;
	font-weight: 600;
}
.store-circle {
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 2px;
	animation: glow 1300ms infinite;

}
.store-circle.bg-red:after  {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid red;
	pointer-events: none;
	z-index: 201;
}
.edit-btn {
	margin-left: 10px;
	width: 12px;
	height: 12px;
}
.edit-btn:hover {
	color: hsla(45, 100%, 50%, 1);
}
.product-cat-icon {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.special-card {
	float: left;
	width: 32.33%;
	margin: 0 auto;
	padding: 0 0 10px 0.2rem;
}
@media screen and (max-width:968px) {
	.special-card {
		width: 49%;
	}
}
@media screen and (max-width:720px) {
	.special-card {
		width: 100%;
	}
}
.special-card .wrapper {
	border-radius: 15px;
	position: relative;
	object-fit: cover;
	overflow: hidden;
}
.special-card .special-button {
	background-color: #FFBB00;
	padding: .375rem .75rem;
	color: #FFFFFF;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto 25%;
	font-weight: 600;
	border-radius: 6px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
}
.special-card .special-button:hover {
	background-color: #FFAA00;
}
.product-info:hover ~ .special-button, .special-button:hover {
	opacity: 1;
	visibility: visible;
}
.overflow-hidden {
	overflow: hidden; 
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
#full-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
#video-wrapper {
	position: fixed;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	overflow: auto;
	z-index: 220;
}
#video-wrapper video {
	position: relative;
	object-fit: cover;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin-bottom: 5%;
	transform: translate(-50%,-150%);
	transition: transform 1s;
}
.animate-promo-video {
	transform: translate(-50%,-50%) !important;
}
.margin-5 {
	margin: 5px !important;
}
.item-ad-title-col-bypass {
	background-color: #FFFFFF;
	color: #000000 !important;
	padding: 10px;
	margin-bottom: 0px !important;
}
@media (min-width:720px) {
	.item-ad-col-bypass {
		margin: 0rem 10rem 0rem 10rem;
		border-radius: 6px;
	}
}
.item-ad-img-col-bypass {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
.panel-fixed-btn, .store-fixed-btn, .location-fixed-btn, .add-order-fixed-btn, .add-item-fixed-btn, .items-fixed-btn, .orders-fixed-btn, .online-fixed-btn, .pending-fixed-btn, .approved-fixed-btn, .primary-fixed-btn, .secondary-fixed-btn, .copy-table-data-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 10px;
	left: 10px;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	border: 5px solid #151515;
	background: var(--f7-theme-color);
	color: #FFFFFF !important;
	z-index: 202;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.location-fixed-btn {
	left: 75px;
	background:var(--bg-gray-2);
	border: 5px solid hsla(44, 100%, 50%, 1);
}
.store-fixed-btn {
	left: 140px;
	background:var(--bg-gray-2);
}
.store-icon-open {
	border: 5px solid var(--f7-theme-color);
}
.store-icon-closed {
	border: 5px solid hsla(358, 78%, 36%, 1);
}
.add-user-fixed-btn, .add-order-fixed-btn, .add-item-fixed-btn, .items-fixed-btn, .orders-fixed-btn, .online-fixed-btn, .pending-fixed-btn, .approved-fixed-btn {
	top: initial;
	bottom: 10px;
	background: var(--bg-gray-2);
	border: 5px solid hsla(284, 31%, 52%, 1);
	cursor: pointer;
}
.card-opened {
	background: hsla(284, 31%, 52%, 1) !important;
	border: 5px solid #151515 !important;
}
.add-item-fixed-btn {
	left: 10px;
	display: none;
}
.add-order-fixed-btn {
	left: 75px;
	display: none;
}
.items-fixed-btn {
	left: 10px;
}
.orders-fixed-btn {
	right: 10px;
	left: initial;
}
.approved-fixed-btn {
	top: 10px;
	right: 140px;
	left: initial;
}
.online-fixed-btn {
	top: 10px;
	right: 75px;
	left: initial;
}
.pending-fixed-btn {
	top: 10px;
	right: 10px;
	left: initial;
}
.primary-fixed-btn, .secondary-fixed-btn, .copy-table-data-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  left: initial;
  width: 30px;
  height: 30px;
  background: var(--bg-gray-2);
  border: 5px solid var(--f7-theme-color);
  cursor: pointer;
  z-index: 202;
}
.secondary-fixed-btn {
	right: 35px;
}
.copy-table-data-btn {
	top: -20px;
}
#pending-icon-otg {
	border: 5px solid hsla(44, 100%, 50%, 1);
}
#approved-icon-otg {
	border: 5px solid hsla(358, 78%, 36%, 1);
}
.add-user-fixed-btn input, .add-order-fixed-btn input, .add-item-fixed-btn input, .items-fixed-btn input, .orders-fixed-btn input, .online-fixed-btn input, .pending-fixed-btn input, .approved-fixed-btn input {
	display: none;
}
.pwa-overlay, .fadeContainer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	visibility: visible;
	opacity: 1;
	z-index: 9998;
}
.fadeContainer {
	z-index: 0;
}
.pwa-popup.special-card {
	height: 90%;
	transition: opacity 3s;
}
.pwa-overlay-close {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.pwa-overlay-close-btn {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	background-color: #000000;
	cursor: pointer;
}
.pwa-overlay-close-btn:hover {
	background-color: #ffbf00;
}
.pwa-popup {
	position: relative;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-height:100%;
	color: #000000;
	text-align: center;
	border-radius: 6px;
}
.pwa-overlay-button {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 30px;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF !important;
	border-radius: 6px;
	margin: auto;
	animation: glow 1300ms infinite;
	z-index: 9;
	cursor: pointer;
}
.pwa-popup-content {
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto 10%;
	background: #106f07;
	border-radius: 30px;
	padding: 20px;
	opacity: 1;
}
.pwa-popup-content .msg {
	position: relative;
	z-index: 9;
}
.pwa-popup-content .car {
	position: fixed;
	bottom: 0%;
	opacity: 0.8;
	transform: translateX(-50vw);
	animation: car 4000ms ease-in-out;
	z-index: 10;
}
.toggle-btn:hover {
	color: hsla(44, 100%, 50%, 1);
	cursor: pointer;
}
.elastic {
	animation: animation-Elastic 3s;
}
.fadeIn .wrapper {
	animation: fadein 1s;
}
.fadeOut .wrapper {
	animation: fadeout 1s;
}
@keyframes fadein {
	0% { 
		transform: scale(0.8);
	}
	100% { 
		transform: scale(1.0);
	}
}
@keyframes fadeout {
	0% { 
		transform: scale(1.0);
	}
	100% { 
		transform: scale(0.8);
	}
}
@keyframes animation-Elastic {
	0% {
		transform: scale(1);
	}
	90% {
		transform: scale(0.97);
	}
	95% {
		transform: scale(0.96);
	}
	100% {
		transform: scale(0.99);
	}
}
@keyframes glow {
	0% {
		background-color: #ECB101;
		box-shadow: 0 0 3px #ECB101;
	}
	50% {
		background-color: #EAB71F;
		box-shadow: 0 0 10px #EAB71F;
	}
	100% {
		background-color: #EEB91C;
		box-shadow: 0 0 3px #EEB91C;
	}
}
@keyframes greenglow {
	0% {
		background-color: #24d121;
		box-shadow: 0 0 3px #2AC528;
	}
	50% {
		background-color: #2AC528;
		box-shadow: 0 0 10px #24d121;
	}
	100% {
		background-color: #24d121;
		box-shadow: 0 0 3px #2AC528;
	}
}
@keyframes greenglowborder {
	0% {
		border-color: #24d121;
		box-shadow: 0 0 3px #2AC528;
	}
	50% {
		border-color: #2AC528;
		box-shadow: 0 0 10px #24d121;
	}
	100% {
		border-color: #24d121;
		box-shadow: 0 0 3px #2AC528;
	}
}
@keyframes redglow {
	0% {
		background-color: #ff0000;
		box-shadow: 0 0 3px #E60000;
	}
	50% {
		background-color: #E60000;
		box-shadow: 0 0 10px #ff0000;
	}
	100% {
		background-color: #ff0000;
		box-shadow: 0 0 3px #E60000;
	}
}
@keyframes car {
	30% {
		transform: translateX(0vw);

	}
	100% {
		transform: translateX(100vw);
	}
}
@keyframes rotateGreeny {
	0% {
		transform: rotate(-10deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(10deg) translate(5px, -10px);
	}
	100% {
		transform: rotate(-10deg) translate(0px, 0px);
	}
}
.bg-theme-left, .bg-theme-right {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	pointer-events: none;
	z-index: 20;
}
.bg-theme-left {
	left: 0;
	background-position: bottom left;
}
.bg-theme-right {
	right: 0;
	background-position: bottom right;
}
.theme-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -15px;
	right: -15px;
	z-index: 1;
}
.no-space {
	margin: 0;
	padding: 0;
}
.rounded {
	border-radius: 16px;
}
.rounded-input {
	border-radius: var(--f7-button-border-radius) !important;
}
.button-select {
	font-weight: var(--f7-button-font-weight);
	text-align: center;
	height: var(--f7-button-height) !important;
	font-size: var(--f7-button-font-size);
	cursor: pointer;
}
#indicator-msg, #preview-img-msg {	
	display: block;
	margin: auto;
	text-align: center;
}
#preview-img-msg img {
	width: 100px;
}
.pb-125 {
	padding-bottom: 125px;
}
.cart-wrapper, .cart-container, .pending-order-wrapper, .pending-order-container {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	display: flex;
	height: 100px;
	overflow-x: overlay;
	overflow-y: hidden;
	margin-right: 80px;
	padding: 10px;
	z-index: 1;
	pointer-events: none;
}
.cart-wrapper, .pending-order-wrapper {
	height: 20px;
	pointer-events: all;
}
.cart-product-card, .order-product-card {
	flex: 0 0 100px;
	width: 100px;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #ffbf00 inset, 0 0 0 2px #E5AB00 inset, 0 8px 0 0 #ffbf00, 0 8px 8px 1px rgba(0,0,0,.2);
	padding-left: 2px;
	padding-bottom: 5px;
	margin-left: 5px;
	overflow: hidden;
	pointer-events: all;
	transition: transform 500ms ease-in;
	transform: translateY(110px);
	animation: glow 1300ms infinite;
}
.cart-product-slideIn {
	transform: translateY(0px);
}
.cart-product-price, .order-product-price, .cart-product-remove {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 55px #000000, 0 0 75px #000000;
}
.cart-product-remove {
	opacity: 0;
	cursor: pointer;
}
.cart-product-info:hover .cart-product-remove {
	opacity: 1;
}
.cart-product-info:hover .cart-product-price {
	opacity: 0;
}
.cart-product-info, .order-product-info {
	position: relative;
	height: 80px;
}
.cart-product-img, .order-product-img {
	width: 100%;
	height: 80px;
}
.cart-product-name, .order-product-name {
	height: 20px;
	background-color: #FEFDF7;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cart-product-bring-it, .pending-order-car {
	position: fixed;
	width: 80px;
	height: 40px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.cart-product-bring-it-icon, .pending-order-car-icon, .pending-order-stop-watch-icon {
	width: 130px;
	height: 130px;
	position: relative;
	right: 60px;
	bottom: 90px;
	pointer-events: all;
	animation: rotateGreeny 4s ease-in-out infinite;
}
.pending-order-car-icon, .pending-order-stop-watch-icon {
	animation: none;
	width: 150px;
	height: auto;
	right: 100px;
	bottom: 40px;
	animation: car 4000ms ease-in-out;
}
.pending-order-stop-watch-msg {
	position: fixed;
	bottom: 150px;
	right: 0;
	width: 150px;
	height: 80px;
	border-radius: 5px 0px 0px 5px;
	display: flex;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}
.pending-order-stop-watch-msg h6 {
	text-align: center;
	bottom: 10px;
	position: absolute;
}
.pending-order-stop-watch-icon {
	animation: stopwatch 4000ms ease-in-out infinite;
	width: auto;
	bottom: 45px;
	right: 65px;
	height: 60px;
}
@keyframes stopwatch {
	0% {
		transform: rotate(0deg);
	}
	33.3% {
		transform: rotate(25deg);
	}
	66.6% {
		transform: rotate(-25deg);
	}
	99.9% {
		transform: rotate(0deg);
	}
}
.cart-product-bring-it-icon:hover {
	filter: brightness(0.5);
}
.product-bagged-icon {
	width: 35px;
	height: 35px;
	float: left;
	transform: rotate(-15deg);
}
.order-icon {
	width: 18px;
	height: 18px;
	margin-left: 4px;
	vertical-align: middle;
}
.order-toggle-btn {
	color: #FFFFFF;
	font-size: 10px;
	background: #151515;
	padding: 8px 6px;
	border-radius: 6px;
	font-weight: normal;
}
.order-toggle-btn img {
	opacity: 0.5;
}
.order-toggle-btn:hover img {
	opacity: 0.7;
}
.order-toggle-btn-selected {
	color: hsla(44, 100%, 50%, 1);
	font-weight: bold;
}
.order-toggle-btn-selected img {
	opacity: 1;
}
.toggle-container {
	width: 100%;
	display: inline-block;
}
#smart-button-container {
	border-radius: 0px 0px 12px 12px;
	overflow: hidden;
}
#size-options {
	margin: 0 auto;
}
.merch-card {
	overflow: visible;
}
.merch-item {
	width: 100%;
	padding: 0;
}
.smart-button-container {
	display: none;
}
.merch-card .smart-button-container {
	display: block;
}
#paypal-button-container-active {
	position: fixed;
	left: 50%;
	bottom: 2%;
	width: 75%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}
@media screen and (max-width:576px) {
	.merch-item {
		height: 150px;
	}
	.merch-item .wrapper {
		padding-bottom: 0;
	}
	.merch-item .product-quantity-label {
		top: 0px;
		font-size: 1em;
	}
	.merch-item .minimum-text {
		font-size: 8px;
		word-break: break-all;
	}
	.merch-item .product-name-small {
		font-size: .8rem;
	}
	h3.title-container {
		font-size: .70rem !important;
	}
	h5.winner-name {
		font-size: .50rem !important;
		margin: 5px -12px !important;
	}
	h6.points-container {
		font-size: .90rem !important;
	}
}
.merch-page {
	display: flex;
	flex-direction: column;
}
.merch-page .container {
	max-width: 100%;
}
.merch-page .ads-container {
	margin-top: auto;
}
.cart-wrapper, .item-ad-col-bypass {
	z-index: 21;
}
.panel-nested-fixed-close {
	position: fixed;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
.panel-card-container {
	padding: 0 5px;
}
.panel-card-column {
	margin-top: 5px;
}
.panel-card-input {
	width: 100%;
	height: 32px;
	padding: .375rem .75rem !important;
}
.panel-card-media {
	max-width: 200px;
	max-height: 200px;
	border-radius: 6px;
	margin: 0 auto 5px auto;	
	overflow: hidden;
}
.panel-card-media img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.panel-card-media-upload {
	max-width: 100%;
}
.panel-card-media-upload input {
	margin: 0 auto;
}
.panel-card-tag {
	position: absolute;
	top: 20px;
	left: 5px;
}
.panel-card-tag-second {
	top: 56px;
}
.panel-card-tag-third {
	top: 92px;
}
.panel-card-footer-actions {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	flex: 1;
}
.id-card-container #preview-video, .id-card-container #preview-img {
	width: 100%;
	height: 100%;
}
.id-card-container #preview-overlay {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.id-card-container #overlay-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	width: 50px;
	height: 50px;
	transform: translateY(50%);
	margin: auto;
	cursor: pointer;
	pointer-events: none;
}
.id-card-container #overlay-btn-text {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	text-align: center;
}
#capture-id-label-register {
	font-size: 12px;
}
.div-dotted {
	display: flex;
	padding: 20px;
	margin-bottom: 5px;
	border: 2px solid #151515;
	border-style: dashed;
	width: 100%;
	justify-content: space-around;
	flex-direction: column;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.div-dotted-gold {
	border: 2px solid hsla(45, 100%, 50%, 1);
	border-style: dashed;
}
.skeleton {
	background-color: var(--bg-gray);
	border-radius: 15px;
	transition: opacity .3s;
	animation: skeleton 1s ease infinite;
}
.skeleton-title, .skeleton-p {
	width: 90%;
	margin: 0 auto;
	background-color: var(--f7-area-chart-current-line-stroke);	
}
.skeleton-title {
	height: 32px;
}
.skeleton-p {
	width: 65% !important;
	height: 16px;
	margin-top: 5px;
}
.skeleton-tag {
	width: 32%;
	height: 24px;
	background: var(--f7-area-chart-current-line-stroke) !important;	
}
@keyframes skeleton {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.updating-content-container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	margin: 1rem auto;
	background: var(--bg-green);
	border-radius: 16px;
	z-index: 219;
}
.updating-content-msg {
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	animation: skeleton 1s ease infinite;
}
.game-score-section {
	background-image: url('/img/assets/game-score-section.png');
	background: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0, 100)), 
	url('/img/assets/game-score-section.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.game-score-section-title {
	width: 40%;
}
.game-score-board-card {
	box-sizing: content-box !important;
	min-width: 40px;
	min-height: 40px;
	max-width: 160px;
	max-height: 130px;
	text-align: center;
}
.float-right {
	text-align: center;
}
.float-right .download-icon {
	width: 160px;
	margin-left: 5px;
}
.float-right .download-icon:hover {
	opacity: 0.8;
}
.small-trophy-icon {
	width: 24px;
	margin-right: 6px;
	float: left;
}
.title-container {
	font-size: 1.4rem !important;	
}
.points-container {
	width: 50%;
	margin: 0 auto !important;
	background-color: #ffffff;
	color: #000000 !important;
	border-radius: 6px;
	font-size: 1.8rem !important;
	font-weight: 800 !important;
	padding: 6px 12px;
	opacity: 1 !important;
}
.winner-name {
	word-break: break-all;
	background-color: #00000045;
	color: #ffffff !important;
	border-radius: 6px;
	margin-bottom: 4px !important;
	padding: 6px 12px;
	opacity: 1 !important;
}
.flex-no-wrap {
	flex-wrap: nowrap;
}
.send-referral-container {
	cursor: pointer;
}
.send-referral-btn {
	font-size: 8px;
	height: 24px;
	background: #00000045;
}
.allow-area-alerts {
	position: absolute;
	width: 85%;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: 0 auto;
	padding: 4px 2px;
	text-align: center;
	background-color: #151515;
	border-radius: 6px;
}
.game-score-section-container-margin {
	margin: 0 -20px;
}
.loader {
	margin: 0 auto;
	width: 24px;
	height: 24px;
	animation: spinLoader .6s linear infinite;
	border: 2px double var(--color-button);
	border-radius: 50%;
	border-right: 2px solid var(--color-button);
	border-right-style: dotted;
	cursor: progress;
}
@keyframes spinLoader {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spinLoaderTable {
	0% {
		transform: translate(-50%, -50%);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.flex-break {
	flex-basis: 100%;
	font-weight: 800 !important;
}
.small-table {
	table-layout: fixed;
}
.small-table thead th {
	vertical-align: baseline;
	padding-top: 6px !important;
}
.small-table thead th, .small-table tbody td {
	padding: 0;
	margin: 0;
	text-align: center !important;
	font-size: 10px;
	word-break: break-word;
	overflow: visible;
	white-space: unset;
	text-overflow: unset;
	height: auto;
}
.small-table .label-cell:before, .small-table .label-cell:after, .small-table .numeric-cell:before, .small-table .numeric-cell:after {
	margin: 0;
}
.small-table .label-cell-small {
	font-size: 6px;
}
.small-table .label-cell-medium {
	font-size: 12px;
}
.small-table .small-cell {
	width: 25px;
}
.small-card-home {
	height: 50px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex: 1;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	margin: 1px;
	cursor: pointer;
}
.small-card-home:hover {
	opacity: 0.9;
}
.small-card-100 {
	margin: 0 !important;
}
.small-card-left {
	margin-right: -1px !important;
	border-radius: 10px 0px 0px 10px !important;
}
.small-card-right {
	margin-left: -1px !important;
	border-radius: 0px 10px 10px 0px !important;
}
.medium-horizontal-card {
	min-width: 25%;
}
.small-horizontal-card {
	min-width: 16%;
}
.table-media img {
	max-width: 25px;
	height: auto;
	transform-origin: center;
	transform: translateY(0%);
	transition: transform 1s ease;
}
.table-media-zoomed {
	position: fixed !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 203;
}
.table-media-zoomed img {
	position: relative;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translateY(-50%);
	transition: transform 1s ease;
}
.loader-table {
	position: absolute;
	top: 50%;
	left: 50%;
	animation: spinLoaderTable .6s linear infinite !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.text-bold {
	font-weight: bold;
	font-size: 20px;
}
.text-bold-normal {
	font-weight: bold;
}
.referral-link-container {
	width: auto;
	height: auto;
	position: relative;
}
.referral-link-container textarea {
	height: 230px;
}
.copy-referral-link {
	border-radius: 5px;
	color: #FFFFFF;
	position: absolute;
	top: 15px;
	right: 15px;
	height: 30px;
	width: 30px;
	display: flex;
	cursor: pointer;
	animation: greenglowborder 3s infinite;
	align-items: center;
	justify-content: center;
}
.copy-referral-link:hover {
	background: var(--color-button);
}
.child .table-quick-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}
.table-quick-menu a {
	display: flex;
	flex: 1;
}
.data-tables-card {
    border: 5px solid #151515;
    padding: 5px;
    border-radius: 20px;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
table.dataTable.no-wrap th {
	white-space: nowrap;
	vertical-align: top;
}
.dataTables_filter_wrapper {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.dataTables_filter_wrapper select, .dataTables_filter_wrapper input {
    padding: 5px;
    margin: calc(var(--f7-typography-margin) / 2) !important;
    height: 33px;
    border: 1px solid var(--f7-theme-color) !important;
    border-radius: 6px !important;
    text-align: center;
    flex: 1;
}
.dataTables_length label, .dataTables_filter label {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}
.dataTables_length label select, .dataTables_filter label input {
	margin: 0 .5em;
	border: 1px solid var(--f7-theme-color) !important;
	border-radius: 6px !important;
	text-align: center;
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
	color: var(--f7-theme-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: var(--f7-theme-color) !important;
	border: none !important;
	border-radius: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: var(--f7-theme-color) !important;
	border-radius: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
	box-shadow: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
	top: 50% !Important;
	left: 50% !Important;
	margin-top: 0 !important;
	border: 1px solid white !Important;
	border-radius: 4px !Important;
	transform: translate(-50%, -50%) !Important;
	content: '' !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody> tr > th.dtr-control {
	padding: 0 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
	width: 100%;
}
table.dataTable > tbody > tr.child span.dtr-title, table.dataTable > tbody > tr.child span.dtr-data {
	width: 50%;
}
table.dataTable tbody tr.selected > * {
    box-shadow: inset 0 0 0 9999px var(--f7-theme-color) !important;
}
table.dataTable tbody tr.selected .table-quick-menu a:not(.action-item-remove) {
	background-color: white !important;
}
.dataTables_wrapper .dataTables_filter input {
	width: 175px;
}
.dataTables_wrapper .dataTables_length select {
	padding: 5.5px !important;
	height: 33px;
}
@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0 !important;
	}
	.dataTables_wrapper .dataTables_length {
		float: left !important;
	}
	.dataTables_wrapper .dataTables_filter {
		float: right !important;
	}
}
.dt-hasChild.parent {
	background-color: #0a2201 !important;
}
.pending-order {
	background-color: #103402 !important;
}
.warning-low-stock td:first-child:before, .pending-order.unassigned-order td:first-child:before {
    content: "  \00a0\2757";
    position: relative;
    float: left;
    transform: translateX(-50%);
    list-style: none;
    background-color: transparent;
}
.warning-low-stock td:first-child:after, .pending-order.unassigned-order td:first-child:after {
    content: '';
    position: absolute;
    background-color: var(--f7-table-cell-border-color);
    display: block;
    z-index: 15;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: 50% 0%;
    transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
}
.text-medium-card {
	font-size: 12px;
	line-height: 12px;
}
.margin-bottom-card {
  margin-bottom: -0.1rem !important;
}
.input-file-column, .panel-card-column-100 {
	padding: 0px 10px !important;
}
@media (max-width: 768px) {
	.input-file-column, .panel-card-column-100 {
		padding: 0px !important;
	}
}