.body {
	margin: 0;
	padding: 0;
	background-image: url("../images/backgrounds/mainbackground.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight: bold;
}
a {
  cursor: default;
}
.chaticon {
	display: none;
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	z-index: 9999;
	width: 13vw;
	max-width: 150px;
	min-width: 70px;
}
.livebanner {
	position: fixed;
	right: 45%;
	bottom: 0rem;
	z-index: 9999;
	width: 12vw;
	display: none;
}
.shopicon {
	display: none;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 9999;
	width: 13vw;
	max-width: 150px;
	min-width: 70px;
}
.topbannercontainer {
  width: 80%;
  height: auto;
  display: block;
  margin-left: 10%;
}
.topbanner {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  display: block;
}
.communitybuttons {
	width: 100%;
	height: auto;
	display: flex;
}
.firstbuttons {
	width: 100%;
}
.firstbuttonsinner {
	display: flex;
	width: 100%;
	height: 100%;
}
.liveschedule {
	margin-left: 10%;
	margin-right: 10%;
	display: block;
	width: 80%;
	height: auto;
	margin-top: 2%;
}
.livescheduleinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding-top: 3%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 8%;
	margin-bottom: 2%;
}
.embededyt {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}

.embededytwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.liveschedulebanner {
	margin: 5%;
	margin-bottom: 2%;
}
.schedulecontainer {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 2%;
}
.featuredclipcontainer {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	display: block;
	width: 80%;
	height: auto;
}
.featuredclipinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding-top: 4%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 5%;
	display:flex;
}
.featuredchibiside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
	margin-top: 10%;
}
.featuredembedside {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	width: 50%;
	justify-content: center;
}
.featuredchibi {
	width: 100%;
    height: auto;
    max-width: 25vw;
}
.featuredembedwrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}
.featuredembedwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featuredbanner {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 20px;
	margin-top: 2%;
}
.aboutdaddencontainer {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	margin-bottom: 2%;
	display: block;
	width: 80%;
	height: auto;
}
.aboutdaddeninner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding-top: 4%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 10%;
	display:flex;
}
.aboutdaddenchibiside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}
.aboutdaddeninfoside {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	width: 50%;
}
.aboutthedenbanner {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 20px;
	margin-top: 6%;
}
.cozycornertext {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
	margin-top: 2%;
}
.aboutchibi {
	width: 100%;
    height: auto;
    max-width: 35vw;
}
.abouttext {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	margin-bottom: 8%;
	font-size: large;
}
.membershiptierinfo {
	display: flex;
	margin-bottom: 12%
}
.memberrole {
	width: 33%;
	margin: 2%;
	border: thick;
	border-style: groove;
	padding: 2%;
	border-color: #c77501;
}
.membershiptierbadges {
	width: 100%;
    height: auto;
    max-width: 35vw;
}
.abouttextmemberships {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	margin-bottom: 2%;
}
.abouttextmembershipsthankyou {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	margin-bottom: 2%;
	font-size: 150%
}
.secondbuttons {
	width: 100%;
	height: 15vh;
}
.supporterthankyou {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	font-size: 200%;
	text-align: center;
	margin: 2%;
}
.supporterdisplay {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tier1names {
    color: #e5880c;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
}
.tier2names {
    color: #ffc464;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
}
.tier3names {
    color: #ffd98a;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
}
.supportwallname {
	height: auto;
	width: 20vw;
	display: flex;
	align-items: center;
	font-size: 200%;
	margin: 3%;
}
.badgesdisplay {
	max-width: 50px;
	height: auto;
}
.walltier1names {
    color: #e5880c;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
}
.walltier2names {
    color: #e3e3e3;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
}
.walltier3names {
    color: #fccd09;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
}
.viewallclipsbuttons {
	width: 75%;
	height: 10vh;
}
.featuredclipscontainer {
	height: auto;
	width: 100%;
	text-align: center;
	padding-bottom: 6%;
	word-wrap: break-word;
}
.featuredclip {
    position: relative;
    width: 80%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
.featuredclipwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featuredcliptitle {
    color: #fccd09;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	font-size: 200%;
}
.featuredclipdescription {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	font-size: 125%;
}
.highlightedclipsbanner {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  display: block;
  margin-top: 8%;
}
.threedots {
	display: none;
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 9999;
	max-height: 70px;
	min-height: 50px;
	height: 8%;
}
.options {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	font-size: 200%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	width: 30%;
}
.optionsinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	width: 100%;
	min-height: 200px;
	align-content: center;
	text-align: center;
	padding: 20%;
}
.tosreadout {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	overflow: scroll;
	height: 33vh;
	border: 5px solid #e5880c;
	padding: 2%;
}
.privacyreadout {
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	overflow: scroll;
	height: 33vh;
	border: 5px solid #e5880c;
	padding: 2%;
}
.tos {
	display: none;
	color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	z-index: 99999;
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: scroll;
}
.tosinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding-top: 10%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 10%;
	display: block;
}
.closex {
    position: absolute;
    top: 0;
    right: 0;
	width: 70px;
	height: auto;
	margin-top: 2%;
	margin-right: 6%;
}
.abouttos {
	font-size: 150%;
	text-align: center;
}
.agreetotoscontainer {
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
}
.agreetotos {
    width: 25%;
	height: auto;
}
.idinner {
    width: 100%;
	height: auto;
}
.closexregister {
    position: absolute;
    top: 0;
    right: 0;
	width: 5vw;
	height: auto;
	margin-top: 2%;
	margin-right: 6%;
}
.register {
	display: none;
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	z-index: 99999;
	position: fixed;
	width: 75vw;
	height: auto;
	top: 0;
	right: 0;
}
.registerinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding-top: 10%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 10%;
	display: block;
}
.registerinnerinner {
	width: 100%;
	height: 100%;
	display: flex;
}
.regsend {
    width: 100%;
	max-height: 200px;
	opacity: 50%;
}
.reginputside {
	width: 50%;
	height: 100%;
}
.sendregcontainer {
	width: 50%;
	height: auto;
}
.reginput1 {
	height: 30%;
	width: 90%;
	font-size: 150%;
}
.reginput2 {
	height: 30%;
	width: 90%;
	font-size: 150%;
}
.screenlock {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: black;
	opacity: 0.5;
	z-index: 9999999;
	position: fixed;
}
.screenlock2 {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: black;
	opacity: 0.5;
	z-index: 99999999;
	position: fixed;
}
.pleasewaittxt {
	display: none;
	align-content: center;
	text-align: center;
	width: 100vw;
	height: 100vh;
	font-size: 500%;
	color: #e5880c;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	z-index: 999999999;
	position: fixed;
	font-weight: bold;
}
.regstatus {
	height: auto;
	width: 100%;
	text-align: left;
}
.alertbox {
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 9999999999;
	position: fixed;
	font-size: 200%;
	min-height: 100vh;
	align-content: center;
	justify-content: center;
}
.alertboxinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding-top: 10%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 10%;
	display: block;
	color: #e5880c;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
}
.alertboxtxt {
	width: 100%;
	height: 100%;
	font-size: 100%;
	color: #E8E1D6;
	text-align: center;
}
.login {
	display: none;
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	z-index: 99999;
	position: fixed;
	width: 50vw;
	height: auto;
	top: 0;
	right: 0;
}
.logininner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding-top: 10%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 10%;
	display: block;
}
.nameStop {
	display: none;
    color: #E8E1D6;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	z-index: 99999999;
	position: fixed;
	width: 100%;
	height: auto;
	font-size: 200%;
	text-align: center;
}
.nameStopInner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding: 6%;
	padding-bottom: 2%;
	display: block;
}
.enternewnamescontainer {
	padding: 2%;
	width: 100%;
}
.enternewlogin {
    width: 50%;
	height: auto;
	padding: 2%;
}
.newnameinput {
	height: 30%;
	width: 90%;
	font-size: 300%;
	text-align: center;
}
.topalertbox {
    color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	z-index: 9999999999;
	position: fixed;
	width: 100%;
	height: auto;
	font-size: 200%;
	text-align: center;
}
.topalertboxinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto;
	min-height: 200px;
	padding: 6%;
	padding-bottom: 4%;
	padding-top: 2%;
	display: block;
}
.topalerttitle {
	color: #e5880c;
	font-size: 10vw;
}
.topalerttext {
	font-size: 100%;
}

.shop {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 999999;
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.shopinner {
	width: 90vw;
	height: 88vh;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 6vh;
	margin-bottom: 6vh;
	overflow: hidden;
}
.shopbannercontainer {
	height: 20vh;
	display: flex;
	justify-content: center;
	align-content: center;
	max-height: 400px;
}
.shopbar {
	height: 5vh;
	display: grid;
}
.shopselves {
	height: 62vh;
	background: transparent url("../images/backgrounds/shopshelves.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.shopbanner {
	width: 55%;
	height: 90%;
	max-width: 500px;
}
.shopoptions {
	border-radius:5px;
	text-align:center;
}
.catselect {
	text-align:center;
	font-size: 200%;
}
.cartbutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	margin-top: 3%;
	margin-left: 4%;
	z-index: 999999;
}
.stock {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	overflow: scroll;
	text-align: center;
	position: relative;
}
.shopitemcount {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #007bff;
	color: #E8E1D6;
	border: 2px solid #0056b3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	font-weight: bold;  
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9999999;
	margin-top: 3%;
	margin-left: 4%;
}
.shopitem {
	background-color: rgba(232, 225, 214, 0.5);
	width: 16vh;
	margin: 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 20px;
	align-content: center;
}
.shopiteminner {
	margin: 5px;
}
.shopitemsmall {
	width: 100%;
	height: auto;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.shopprices {
	font-size: 200%;
    color: #e5880c;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
}
.featureditembanner {
	position: absolute;
	width: 15vh;
}
.limiteditembanner {
	position: absolute;
	width: 15vh;
}
.shopinfo {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 999999;
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	top: 0;
	left: 0;
}
.shopinfoinner {
	display: flex;
	flex-wrap: wrap;
	width: 90vw;
	height: 88vh;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 6vh;
	margin-bottom: 6vh;
	overflow: hidden;
	justify-content: center;
	text-align: center;
	align-content: center;
}
.leftshopinfo {
	width: 100%;
	height: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
}
.rightshopinfo {
	width: 100%;
	height: 30%;
	color: #F4EFE8;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px 0px 4px #000;
	font-size: 200%;
	max-height: 50%;
	overflow: scroll;
}
.shopitembuttons {
	width: 100%;
	height: 8%;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	align-items: center;
}
.shopinfoimg {
	height: 100%;
	border-radius: 2px;
	border: 1px solid #ccc;
}
.shopinfoprice {
    color: #e5880c;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 4px #000;
	font-size: 300%;
}
.addtocart {
	height: 100%;
	width: 30%;
}
.shopitemamt {
	color: black;
	background-color: #E8E1D6;
	width: 8%;
	height: 100%;
	text-align: center;
	font-size: 300%;
}
.minusshop {
	height: 100%;
}
.plusshop {
	height: 100%;
}
.itemsizecolor {
	width: 96%;
	height: 6%;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	align-items: center;
	margin: 2%;
}
.shopinfoprice {
	display: flex;
	align-items: center;
	font-size: 400%;
}
.itemsize {
	width: 50%;
	height: 100%;
	text-align: center;
}
.itemcolor {
	width: 50%;
	height: 100%;
	text-align: center;
}
.floatingnumber {
	position: fixed;
	pointer-events: none;
	font-weight: bold;
	color: gold;
	font-size: 500%;
	transform: translate(-50%, -50%);
	transition:
		transform 2.2s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 2.2s ease-out;
	z-index: 99999999999;
}
.cartdis {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 99999999;
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	top: 0;
	left: 0;
}
.cartdisinner {
	display: flex;
	flex-wrap: wrap;
	width: 90vw;
	height: 88vh;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 6vh;
	margin-bottom: 6vh;
	overflow: hidden;
	justify-content: center;
	text-align: center;
	align-content: center;
}
.cartitemlist {
	background-color: rgba(232, 225, 214, 0.5);
	width: 90%;
	height: 45%;
	margin: 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
	overflow: scroll;
}
.checkoutarea {
	width: 35%;
	height: 50%;
	margin: 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
	align-content: center;
}
.shopcartitem {
	width: 96%;
	background-color: rgba(232, 225, 214, 0.5);
	height: auto;
	margin: 2%;
	border-radius: 10px;
	border: 1px solid #ccc;
	align-content: center;
	align-items: center;
	display: block;
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
}
.shopcartiteminner {
	margin:	2%;
	height: 96%;
	width: 96%;
}
.cartinfoimg {
	width: 15%;
	margin-right: 40%;
	margin-top: 2%;
}
.deleteitem {
	width: 5vw;
	height: auto;
	margin-right: 33%;
	margin-bottom: 5%;
}
.topshopcartitem {
	height: 50%;
	width: 100%;
    color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
}
.bottomshopcartitem {
	height: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.itempriceread {
    color: #e5880c;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 200%;
}
.minuscartitem {
	width: 5vw;
}
.cartitemamt {
	width: 5vw;
	font-size: 200%;
	text-align: center;
	color: black;
	background-color: #E8E1D6;
}
.pluscartitem {
	width: 5vw;
}
.checkoutareainner {
	background-color: #E8E1D6;
	height: 90%;
	margin: 2%;
}
.subtotalarea {
	height: 25%;
	width: 50%;
	font-size: 200%;
    color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 150%;
	text-align: right;
	margin-right: 5%;
	align-content: center;
}
.checkoutbutton {
	height: 25%;
	width: 33%;
}
.cartbannercontainer {
	width: 100%;
	height: 20%;
}
.shopshoploginregister {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 999999999;
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.shoploginregisterinner {
	width: 90vw;
	height: 88vh;
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 6vh;
	margin-bottom: 6vh;
	overflow: hidden;
	font-size: 200%;
    color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	align-content: center;
	text-align: center;
	overflow: scroll;
}
.checkoutlogintitle {
    color: #e5880c;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 250%;
}
.checkoutbuttonholder {
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkoutbuttonfinal {
	height: 100%;
	width: 100%;
}
.shoploginbutton {
	width: 50%;
	height: 8vh;
}
.accountsettings {
	display: none;
	z-index: 99999;
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.accountsettingsinner {
	background: transparent url("../images/backgrounds/boxbackground.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 88%;
	height: 74%;
	padding-top: 5%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 5%;
	overflow: hidden;
	display: block;
	align-content: center;
}
.accountsettingsleft{
	width: 33%;
	height: 80%;
	background-color: rgba(232, 225, 214, 0.5);
	margin: 2%;
	border-radius: 10px;
	border: 1px solid #ccc;
	align-items: center;
	display: block;
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
}
.accountsettingsright{
	width: 50%;
	height: 80%;
	background-color: rgba(232, 225, 214, 0.5);
	margin: 2%;
	border-radius: 10px;
	border: 1px solid #ccc;
	display: block;
}
.accountoptions {
	width: 95%;
	height: 10%;
	background-color: rgba(232, 225, 214, 0.5);
	margin: 2%;
	border-radius: 10px;
	border: 1px solid #ccc;
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	text-align: center;
	align-content: center;
	font-size: 150%;
}
.accountsettingsrightinner {
	height: 63%;
	width: 94%;
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	margin-top: 2%;
	margin-left: 3%;
	margin-bottom: 4%;
	overflow: scroll;
}
.pagebuttons {
	height: 12%;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}
.transdis {
	display: none;
	height: 100%;
	width: 100%;
	margin-top: -2%;
}
.disdis {
	display: none;
	height: 100%;
	width: 100%;
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 150%;
	margin-top: -2%;
}
.disdisinner {
	height: 96%;
	width: 96%;
	margin: 2%;
	overflow: scroll;
}
.discordidinput {
	height: 10%;
	width: 94%;
	margin: 2%;
	text-align: center;
	font-size: 150%;
}
.disconnect {
	width: 50%;
	margin-left: 25%;
}
.accountsettingsbelow {
	width: 100%;
	height: 75%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accountsettingsbannercontainer {
	width: 100%;
	height: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accountsettingsbanner {
	height: 100%;
	width: auto;
}
.disdisdisinner {
	height: 100%;
	width: 95%;
	margin: 2%;
	overflow: scroll;
	text-align: center;
	align-content: center;
}
.discorddisconnect {
	width: 40%;
}
.transout {
	width: 100%;
	height: auto;
}
.transinner {
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 2%;
}
.transinfo {
	margin: 2%;
}
.transcartinner {
	margin: 2%;
}
.badgesoptions {
	max-width: 50%;
	max-height: 50%;
}
.avadis {
	position: relative;
	width: 100%;
	height: 180px;
	align-items: center;
	align-content: center;
	justify-content: center;
	display: flex;
}
.borderimg {
	position: absolute;
	top: 15px;
	height: 150px;
}
.avaimg {
	position: absolute;
	height: 120px;
}
.avabordbannercontainer {
	height: 20%;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.avaselhold {
	height: 32%;
	width: 96%;
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 2%;
	display: flex;
	overflow: scroll;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.abselectinner {
	height: 150px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 10px solid #ccc;
	margin: 2%;
}
.abselectinner2 {
	height: 150px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 140, 40, 0.5);
	border-radius: 10px;
	border: 10px solid #ccc;
	margin: 2%;
}
.abselectinner3 {
	height: 150px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 180, 60, 0.5);
	border-radius: 10px;
	border: 10px solid #ccc;
	margin: 2%;
}
.abselect {
	margin: 10px;
}
.abselectimg {
	height: 80%;
	width: 80%;
}
.chatwindow {
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	height: 80%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.chatinput {
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	height: 100%;
	width: 100%;
	font-size: 300%;
	resize: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.chatsend {
	height: 100%;
	width: 40%;
}
.chatinputcontain {
	height: 15%;
	width: 96%;
	margin: 2%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.chatholder {
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
	display: flex;
}
.emojiclick {
	position: absolute;
	top: 60%;
	height: 40%;
	left: 0.5%;
	opacity: 0.7;
}
.chatmsg {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	padding: 10px;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	display: block;
	text-align: left;
	font-size: 100%;
	margin-top: -3%;
}
.chatmsginner {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 5%;
}
.chatava {
	position: relative;
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	bottom: 30px;
}
.chatborderimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.chatavaimg {
	position: absolute;
	width: 80%;
	height: 80%;
}
.msgtext {
	background: #743200;
	padding: 6px 10px;
	border-radius: 6px;
	border: 2px solid #f99608;
	color: #E8E1D6;
	top: 50%;
	position: relative;
	display: block;
	text-shadow: 0 0 6px rgba(0,0,0,0.8), 0 0 12px rgba(0,0,0,0.6), 0 0 18px rgba(0,0,0,0.4);
	width: 97%;
	text-align: left;
}
.msgcontent {
	font-size: 200%;
}
.chatusername {
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
	color: #e5880c;
}
.chatnamedis {
	text-shadow: 0 0 6px rgba(0,0,0,0.8), 0 0 12px rgba(0,0,0,0.6), 0 0 18px rgba(0,0,0,0.4);
	background-color: rgba(153, 92, 0, 1);
	border-radius: 10px;
	border: 1px solid #ccc;
	top: 7px;
	position: relative;
	left: -5px;
	max-height: 40px;
	z-index: 10;
	width: fit-content;
}
.emojiselect {
	display: none;
	height: 70vh;
	width: 80vw;
	position: absolute;
	bottom: 12px;
	left: 0px;
}
.emojiselectinner {
	background: #743200;
	padding: 6px 10px;
	border-radius: 6px;
	border: 2px solid #f99608;
	display: flex;
	height: 91%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 10;
	position: absolute;
}
.emojiholder {
	width: 100%;
	height: 92%;
	background-color: rgba(232, 225, 214, 0.5);
	margin: 2%;
	border-radius: 2px;
	border: 1px solid #ccc;
	color: #E8E1D6;
	text-shadow: 0 0 6px rgba(0,0,0,0.8), 0 0 12px rgba(0,0,0,0.6), 0 0 18px rgba(0,0,0,0.4);
	text-align: center;
	align-content: center;
	font-size: 150%;
}
.emojiholderinner {
	height: 93%;
	width: 96%;
	margin: 2%;
	overflow: scroll;
	display: flex;
	flex-wrap: wrap;
}
.invisclose {
	height: 10%;
	position: absolute;
	top: 100%;
	height: 40%;
	left: -0.5%;
	height: 10%;
	width: 100px;
}
.closexchat {
	position: absolute;
	top: 0;
	right: 0;
	width: 5vw;
	height: auto;
	margin-top: 0.5%;
	margin-right: 1%;
}
.emoji {
	height: fit-content;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 10px solid #ccc;
	margin: 2%;
}
.emojiinner {
	position: relative;
	width: 100%;
	height: 70px;
	align-items: center;
	align-content: center;
	justify-content: center;
	display: flex;
}
.emojiimg {
	position: absolute;
	top: 5%;
	height: 60px;
}
.memberlock {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 10px solid grey;
	font-size: 75%;
}
.chatemoji {
	height: 60px;
	margin-left: 6px;
	margin-right: 6px;
}
.infoanswer {
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 150%;
}
.transobj {
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 150%;
}
.refunds {
	height: 100%;
	width: 100%;
	display: none;
}
.refundsinner {
	margin: 2%;
	height: 96%;
	width: 96%;
	overflow: hidden;
	align-items: center;
	align-content: start;
	text-align: center;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
}
.refundableitems {
	width: 100%;
	height: 55%;
	overflow: scroll;
	display: block;
}
.refundobj {
	width: 95%;
	background-color: rgba(232, 225, 214, 0.5);
	margin: 2%;
	border-radius: 2px;
	border: 1px solid #ccc;
	color: #E8E1D6;
	text-shadow: 0 0 6px rgba(0,0,0,0.8), 0 0 12px rgba(0,0,0,0.6), 0 0 18px rgba(0,0,0,0.4);
	text-align: left;
	align-content: center;
	font-size: 150%;
}
.refundbuttons {
	width: 100%;
	height: 20%;
	overflow: hidden;
	display: block;
	justify-content: center;
	align-items: center;
}
.refundbutton {
	height: 70%;
	width: 50%
}
.volslider {
  -webkit-appearance: none;
  width: 75%;
  height: 30px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.volslide {
	color: #ffaa00;
    font-size :150%;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
	transform: scale(1.0);
	overflow:auto;
	padding:2%;
	word-wrap: break-word;
	text-align: center;
	width:100%;
	height:5%;
}
.muteswitch {
	margin-left: -2%;
	color: #ffaa00;
    font-size :150%;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
	transform: scale(1.0);
	overflow:auto;
	padding:2%;
	word-wrap: break-word;
	justify-content: center;
	align-items: center;
	text-align: center;
	width:100%;
	height:10%;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: red;
	-webkit-transition: .4s;
	transition: .4s;
	font-size: 150%;
}

.slider:before {
	position: absolute;
	font-size: 50%;
	content: "MUTED";
	height: 75%;
	width: 50%;
	left: 5%;
	bottom: 15%;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	display: flex;
	justify-content: center;
	align-items: center;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	font-size: 50%;
	content: "UN-MUTED";
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(75%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.volumecon {
	display: none;
	height: 100%;
	width: 100%;
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 150%;
	margin-top: -2%;
	align-content: center;
	text-align: center;
}
.volumeconinner {
	height: 96%;
	width: 96%;
	margin-top: 5%;
	overflow: hidden;
	margin-left: 2%;
}
.humancheck {
	display: none;
	border: 5px solid orange;
	text-align: center;
	width: 99vw;
	height: 99vh;
	overflow: hidden;
	align-content: center;
	justify-content: center;
	position: fixed;
	z-index: 9999999999;
	background-color: rgba(0, 0, 0, 0.5);
}
.correct-color-box {
	display: flex;
	border-radius: 10px;
	height: 15vh;
	box-shadow: 0 0 1px 2px var(--black);
	border: 5px solid orange;
	margin-bottom: 2%;
}
.color-box {
    cursor: pointer;
    width: 16vh;
    height: 20vh;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 1px 2px var(--black);
}
.color-boxes-container {
	display: grid;
	width: 99%;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.colorselectn {
	text-align: center;
	height: 85vh;
	overflow: hidden;
	display: grid;
	justify-content: center;
	align-content: center;
}
.adminchatwindow {
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	height: 98%;
	width: 50%;
}
.adminmembers {
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	height: 98%;
	width: 30%;
}
.adminsupport {
	background-color: rgba(232, 225, 214, 0.5);
	border-radius: 10px;
	border: 1px solid #ccc;
	height: 98%;
	width: 15%;
	color: #E8E1D6;
	text-shadow:
		0 0 6px rgba(0,0,0,0.8),
		0 0 12px rgba(0,0,0,0.6),
		0 0 18px rgba(0,0,0,0.4);
	font-size: 150%;
}
.admininner {
	height: 93%;
	width: 90%;
	margin: 5%;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
}