body {
	background-image: url("../img/background.jpg");
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#fsc-spinner
{
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
}

#fsc-spinner img
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-name: fsb-fadeIn;
	animation-name: fsb-fadeIn;
	position: fixed;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 99999999;
}

.flare {
	background-image: url("../img/flare50.png");
	background-position-x: 50%;
	background-position-y: 50%;
	animation-name: flare;
	animation-iteration-count: infinite;
	animation-duration: 1.5s;
	max-width:22rem;
	background-color:#2c2340;
}

@keyframes flare {
	0% {
		background-size: 100%;
	}
	50% {
		background-size: 120%;
	}
	to {
		background-size: 100%;
	}
}

.card.shadow-lg, .shadow-lg {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 30px 20px 8px !important;
}

.offcanvas {
	background-color:#373149;
	color: white;
}
.offcanvas.offcanvas-end {
	width: 600px;
}

nav {
	background-image: url('../img/headergrad.png');
}

.modal-content {
	background-color:#373149;
	color:white;
}

.quantity-input {
	max-width:50px;
} 

.text-shadow {
	 text-shadow: 3px 3px rgba(0, 0, 0, .2), -3px -3px rgba(0, 0, 0, .2), 3px -3px rgba(0, 0, 0, .2),-3px 3px rgba(0, 0, 0, .2);
}

.scrollable::-webkit-scrollbar {
	width: 10px;
}

.scrollable::-webkit-scrollbar-track {
	border-radius: 1rem;
}

.scrollable::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	background: rgba(255, 255, 255, .5)
}

.scrollable::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, .75)
}
	
.btn-close {
	font-size:16px;
}
	
.item {
	    position:relative;
	    display:inline-block;
	}

.notify-badge{
    background:white;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    padding:0px 5px;
    font-size:12px;
}

 [ data-bs-toggle="collapse"][aria-expanded="false"].if-not-collapsed  {
	display: none;
}

[ data-bs-toggle="collapse"][aria-expanded="true"].if-collapsed {
	display: none;
}

.btn-game {
	border: 1px solid #AB7EE7;
	background: linear-gradient(271.34deg, #6939F9 -0.2%, #8438E0 100%);
	align-self: center;
	color: white;
	text-align: center;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.25), 0 0 4px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	transition: all 300ms;
}

.btn-game.disabled {
	background: linear-gradient(271.34deg, #6c757d -0.2%, #565e64 100%);
}

.btn-game:hover{
	color:white;
	transform:scale(.9);
}

.btn-dark, .dark {
	background-color:#2c2640;
}

.checkoutLeft {
	 height: 100%;
}

@media (max-width: 991.98px) {
	.checkoutLeft {
		height:auto;
	}
}

#checkout .modal-dialog .modal-content .modal-body{
	background-color: #2c2640 !important;
}

.modal-content, .offcanvas-footer {
	background-color: #373149;
}

#fsc-embedded-checkout-container {
	margin-top: 30px;
}

.luckiest {
	font-family: "Luckiest Guy", serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: 3px 3px rgba(0, 0, 0, .2), -3px -3px rgba(0, 0, 0, .2), 3px -3px rgba(0, 0, 0, .2),-3px 3px rgba(0, 0, 0, .1);
}
.wall {
	background-image:linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url('../img/wall.png'); 
	margin-top:-100px;
	display: none;
}
.wall .luckiest {
	text-shadow: 3px 3px rgba(0, 0, 0, .8), -3px -3px rgba(0, 0, 0, .8), 3px -3px rgba(0, 0, 0, .8),-3px 3px rgba(0, 0, 0, .8);
	font-size:calc(16px + 6vw);
}
.saletag {
	width:85px; 
	position: absolute;
	top:-5px;
	left:-5px;
}
.fs-7 {
	font-size:85%
}