body{
    /*background-color: navy;
    background-image: linear-gradient(navy,blue,navy);
	background-image:url('../images/bluegradient.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;*/
	color:#000000;
    /*user-select: none;*/  /*Uncoment this to prevent people from selecting text to copy and paste*/
    display:flex;
    flex-direction:column;
	font-size:1em;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    min-height:100vh;
	padding:0;
	text-align:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/*Start Gummy Background Colors*/
.gummyRed{
    background: linear-gradient(#bf2e2e, #ef3a3a, #bf2e2e);
    /*border-radius: 10px;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.gummyOrange{
    background: linear-gradient(#ff7002, #ff8c34, #ff7002);
    /*border-radius: 10px;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.gummyGreen{
    background: linear-gradient(#1e9e2a, #27cb36, #1e9e2a);
    /*border-radius: 10px;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.gummyPurple{
    background: linear-gradient(#760c4c, #913c6f, #760c4c);
    /*border-radius: 10px;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*End Gummy Background Colors*/

.vAlign{
    margin-bottom:0;
    margin-top:0;
    position:relative;
    text-align:center;
    top:50%;
    transform: translateY(-50%);
}

.dropdown-toggle::after {
    display: none;
}

.copy{
	font-size:.7em;
	text-align:center;
}

.greentext{
	color:#006400;
}

#orderhisttable{
	border-collapse: collapse;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	text-align:center;
	width:75%;
}

#orderhisttablediv{
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:33.3%;
}

#orderhisttable:first-child{
	margin-top:1em;
}

#orderhisttable:last-child{
	margin-bottom:1em;
}

#orderhisttable tr:first-child{
    background:-moz-linear-gradient(#9500ff, #7700cc);
    background:-ms-linear-gradient(#9500ff, #7700cc);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9500ff), color-stop(100%, #7700cc));
    background:-webkit-linear-gradient(#9500ff, #7700cc);
    background:-o-linear-gradient(#9500ff, #7700cc);
    background:linear-gradient(#9500ff, #7700cc);
}

.resetpassword{
	text-align:center;
	margin-bottom:10%;
	margin-top:10%;
}

.errors{
	color:red;
	margin:3%;
	text-align:center;
}

.success{
	color:#66CC00;
	text-align:center;
}

/* Header */

header{
    /*background-color:forestgreen;
    background-image: url("../images/CottonCandy1small.png");
	background-size:100% 100%;
	background-repeat:no-repeat;*/
    align-items:center;
    background:linear-gradient(#0000ec,#3232ff,#0000ec); /* https://www.color-hex.com/color/0000ff */
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:fit-content;/*23vh*/
	padding:10px 0 10px 0;
    position:relative;
	top:0;
	width:100%;
}

header>div{
    align-items: center;
    display: flex;
    flex-direction:column;
    position:relative;
    width:fit-content;
}

.h1{/*header>div>span{*/
    background:linear-gradient(rgb(0, 206, 209),rgb(127, 255, 212));
    background-clip:text;
    color:transparent;
    font-size:2em;/* 32px */
    font-weight:700;
}

.logo{
    border-radius:50%;
    height:110px;
    position:relative;
}

.heart { /* heart image to save a product to Favorites */
    /*background-color: crimson;*/
    fill: crimson;
    width:35px;
}

.heartContainer{
    background:transparent;
    border:none;
    padding:0;
    width:40px;
}

#headerh2{
	display: inline-block;
	margin:4.5vh auto 2vw auto;
	width:20vw;
}

#navtop{
    background:-moz-linear-gradient(#8600e6, #6800b3);
    background:-ms-linear-gradient(#8600e6, #6800b3);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8600e6), color-stop(100%, #6800b3));
    background:-webkit-linear-gradient(#8600e6, #6800b3);
    background:-o-linear-gradient(#8600e6, #6800b3);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#8600e6', endColorstr='#6800b3')";
    background:linear-gradient(#8600e6, #6800b3);
	box-shadow:0px 4px 10px rgba(0,0,0,0.8);
	color:#F8F2C6;
	font-size:1em;
	height:3vw;
	margin:0;
	margin-bottom:1vw;
	position:fixed;
	width:100%;
	z-index:151;
}

#navtop a{
	color:#F0E68C;
}

#navtop form{
	height:auto;
	margin-bottom:0;
	margin-left:1.5%;
	width:auto;
}

#navtop p{
	margin-bottom:0;
	padding-left:1.5%;
}

.orderheader{
	background-color:#00e600;
}

.tealBluePurpleMystery{
    background:linear-gradient(rgb(0, 206, 209),#0000ec,#660066);
    background-clip:text;
    color:transparent;
    font-size:2em;
    width:fit-content;
}

#register{
	text-align:center;
}

#register h1{
	margin:0;
	text-align:center;
}

/* account.php */
.profileform{
	margin-left:auto;
	margin-right:auto;
	width:17em;
}

.profileform h3{
	padding-top:20px;;
	padding-bottom:12px;
}

.profileform input:last-child{
	margin-left:45%;
	text-align:center;
	width:5vw;
}

/*<prod category.php categorysub.php categorysubsub.php pages>*/
#productContainer{
	display: flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:5px 0 5px 0;
    width:100%;
}

.individualProd {
    align-items:center;
    display:flex;
    flex-direction:column;
    margin:5px;
    position:relative;
	text-decoration:none;
    text-align:center;
    text-decoration:none;
    width:250px;
}

/*.individualProd:hover {
	background-color:#98e698;
}*/

.individualProd>div>img{
    width:100%;
}

.prodTitle{
	margin-bottom:2vh;
	margin-top:2vh;
}
/* </category.php categorysub.php categorysubsub.php pages>*/


/* <Item / Product Page> */

.addToCartButton{
    margin:10px auto 0 auto;
    width:100%;
}

.ProdButton{
    background-color:#0000ec;
    width:100%;
}

.prodDesc{ /* Product Description on item.php */
    display:flex;
    flex-direction:column;
    margin:10px auto 10px auto;
    width:96vw;
}

.prodDescParagraphHeader{ /* Product Description on item.php */
    font-size: 1.5rem;
    margin:10px auto 10px auto;
}

.prodDesc h3{
	margin-bottom:0;
}

.prodDesc p{
	margin-top:0;
}

.prodimgAndPrice{
    display:flex;
    flex-wrap:wrap;
    /*flex-direction:row;*/
    width:100%;
}

.prodImgDiv{
    display:inline-block;
    /*flex-grow:1;
    flex-direction:column;*/
    position:relative;
    width:500px;
}

.prodImgDiv>img{
    width:100%;
}

.ProdPicAndPrice{ /* for Div in item.php */
    display:flex;
    /*flex-wrap:wrap;*/
    width:100%;
}

.productForm{ /* For product quantity on item.php INSIDE tag with ProdPicAndPrice class */
    align-items:center;
    display:flex;
    flex-direction:column;
    /*padding:0 10px 10px 10px;
    text-align: center;*/
}

.prodShortDescription { /* For short description underneath the price on item.php */
	margin:0 auto 0 auto;
	text-align:center;
	width:90%
}

.prodPrice{ /* for Div with price and quantity dropdown on item.php */
    align-items:center;
    display:inline-flex;/*flex*/
    flex-direction:column;
    flex-grow:1;
    margin:0 auto 0 auto;
    max-width:45%;
    padding:25px 10px 0 10px;
}

.prodPrice>*{
    text-align:center;
}

/* </ Item/Product Page>*/

.

/* Main */

main{
	/*-webkit-box-shadow:0px 6px 10px rgba(0,0,0,0.8);
    -moz-box-shadow:0px 6px 10px rgba(0,0,0,0.8);
    box-shadow:0px 6px 15px rgba(0,0,0,0.8);
    background-color:white;
	height:79vh;*/
	/*overflow:scroll;
	padding:0;
	text-align:left;*/
    flex-grow:1;
	width:100%;
	/*margin:0 20px 0 26%;  the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}

main a{
	color:#006400;
	text-decoration:underline;
}

/*main #content{
	width:80%;
}*/

main h2{
	clear:both;
	color:#006400;
	margin-bottom:1%;
	padding-left:1%;
	padding-right:1%;
}

main h3{
	color:#006400;
	margin-top:0px;
}

.slider-home{
	min-height:250px;
	margin-bottom:2%;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.ordertable{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:99%;
}

.ordertable th, td{
	border:1px solid black;
}

/* contact_us_responder.php */
.ContactUsPreviousMessages{
    align-items:center;
    display:flex;
    flex-direction:column;
    /*height:375px;*/
    margin-bottom:10px;
    max-width:400px;
    min-width:400px;
    /*overflow: auto;*/
    position:relative;
    width:55vw;
}

@media only screen and (max-width: 400px){ /* For some reason this CSS doesn't kick in when this code is at the bottom of the page*/
    .ContactUsPreviousMessages{
        min-width:100%;
    }
    #floatingMessageTextarea{
        width:90%;
    }
    #captchaInput{
        width:90%;
    }
}

/* END contact_us_responder.php*/

/* Footer */

footer{
    align-items:center;
    background: linear-gradient(#660066, #8c198c, #660066); /* https://www.color-hex.com/color/800080*/
    bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:95px;
    position:relative;
    width:100%
}

footer div{
	color:rgba(248,242,196,0.8); /* rgb 248,242,196 = #F8F2C6 */
	/*float:left;*/
	margin:0 auto 0 auto;
	padding:0;
	/*width:33.33%;*/
	text-align:center;
}

footer div div{
	margin:0;
	padding-bottom:.1%;
	font-size:large;
	width:100%;
}

/*footer div div:hover{
	box-shadow:inset 1px 1px 1px 2.75px rgba(0,0,0,0.8);
}*/

footer p{
    color:#FFFDD0;
	font-size:1.25em;
    font-size:.85em;
	font-weight:bold;
    margin:20px 0 0 0;
    text-align:center;
    width:100%;
}

/* Cart */
@media only screen and (min-width: 371px){
	#mobileitems{
		display:none;
	}
}

.gridContainer{
    display:grid;
    /*gap:0; /* space between rows */
    padding:10px 0 10px 0;
}

.grid-row {
    border-bottom: 2px solid #ccc;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns */
}

.grid-column {
    /*border: 1px solid #ccc;*/
    display:inline-flex;
    justify-content: center;
    padding: 5px 0 5px 0;
    text-align: center;
    /*font-weight: bold;*/
    /*gap:5px; /* space between columns */
}

#cart{
	background: #590099; /* For browsers that do not support gradients */    
	background: -webkit-linear-gradient(left, #590099, #3b0066); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #590099, #3b0066); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #590099, #3b0066); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #590099, #3b0066); /* Standard syntax (must be last) */
	color:#F8F2C6;
	/*height:80vh;*/
	padding:0 0 0 0;
	position:fixed;
	right:0;
	text-align:center;
	transition:1s;
	z-index:100;
}

#cart #content{
	background-color:#E6E6E6;
	color:#000000;
	text-align:center;
	margin:0 0 0 3.25vw;
	padding:3% 0 0 0;
	/*width:81%;*/
}

.cart_items{
	/*border:3px solid #6800b3;*/
	height:40%;
	overflow:auto;
}

.cart_items hr{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	border: 0;
    height: 1px;
	margin-bottom:.25em;
	margin-top:.25em;
}

.add_cart{
    background:-moz-linear-gradient(#9500ff, #7700cc);
    background:-ms-linear-gradient(#9500ff, #7700cc);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9500ff), color-stop(100%, #7700cc));
    background:-webkit-linear-gradient(#9500ff, #7700cc);
    background:-o-linear-gradient(#9500ff, #7700cc);
    background:linear-gradient(#9500ff, #7700cc);
	border-radius:13px;
	font-size:1vw;
    height:4.5vh;
	margin-left:auto;
	margin-right:auto;
    padding:.5%;
    width:20vw;
}

.add_cart:hover{
    background:-moz-linear-gradient(#8600e6, #6800b3);
    background:-ms-linear-gradient(#8600e6, #6800b3);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8600e6), color-stop(100%, #6800b3));
    background:-webkit-linear-gradient(#8600e6, #6800b3);
    background:-o-linear-gradient(#8600e6, #6800b3);
    background:linear-gradient(#8600e6, #6800b3);
}

.cart_button{
    background:-moz-linear-gradient(#9500ff, #7700cc);
    background:-ms-linear-gradient(#9500ff, #7700cc);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9500ff), color-stop(100%, #7700cc));
    background:-webkit-linear-gradient(#9500ff, #7700cc);
    background:-o-linear-gradient(#9500ff, #7700cc);
    background:linear-gradient(#9500ff, #7700cc);
	border-radius:13px;
	display:inline;
	font-size:1vw;
    height:5%;
	margin-left:.5vw;
	margin-right:.5vw;
    padding:.5%;
    width:35%;
}

.cart_button:hover{
    background:-moz-linear-gradient(#8600e6, #6800b3);
    background:-ms-linear-gradient(#8600e6, #6800b3);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8600e6), color-stop(100%, #6800b3));
    background:-webkit-linear-gradient(#8600e6, #6800b3);
    background:-o-linear-gradient(#8600e6, #6800b3);
    background:linear-gradient(#8600e6, #6800b3);
}

.view_cart{
    background:-moz-linear-gradient(#9500ff, #7700cc);
    background:-ms-linear-gradient(#9500ff, #7700cc);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9500ff), color-stop(100%, #7700cc));
    background:-webkit-linear-gradient(#9500ff, #7700cc);
    background:-o-linear-gradient(#9500ff, #7700cc);
    background:linear-gradient(#9500ff, #7700cc);
	border-radius:13px;
	font-size:1vw;
    height:5%;
	margin:3% auto 0 auto;
    padding:5% 1% 1% 1%;
    width:50%;
}

.view_cart:hover{
    background:-moz-linear-gradient(#7700cc, #590099);
    background:-ms-linear-gradient(#7700cc, #590099);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7700cc), color-stop(100%, #590099));
    background:-webkit-linear-gradient(#7700cc, #590099);
    background:-o-linear-gradient(#7700cc, #590099);
    background:linear-gradient(#7700cc, #590099);
}

.cart_quant{
    background:-moz-linear-gradient(#9500ff, #7700cc);
    background:-ms-linear-gradient(#9500ff, #7700cc);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9500ff), color-stop(100%, #7700cc));
    background:-webkit-linear-gradient(#9500ff, #7700cc);
    background:-o-linear-gradient(#9500ff, #7700cc);
    background:linear-gradient(#9500ff, #7700cc);
	border-radius:13px;
	display:inline;
	font-size:1vw;
    height:5%;
	margin-left:auto;
	margin-right:auto;
    padding:.5%;
    width:35%;
}

.cart_quant:hover{
    background:-moz-linear-gradient(#8600e6, #6800b3);
    background:-ms-linear-gradient(#8600e6, #6800b3);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8600e6), color-stop(100%, #6800b3));
    background:-webkit-linear-gradient(#8600e6, #6800b3);
    background:-o-linear-gradient(#8600e6, #6800b3);
    background:linear-gradient(#8600e6, #6800b3);
}

.cart-items{
	border-radius:13px;
    display:flex;/*grid;
    row-gap: 5px;*/
    flex-direction:column;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
}

.cart-items div:first-child{
    background:linear-gradient(#660066, #8c198c, #660066);
	color:#F8F2C6;
}

.cart-items div:last-child{
	border-bottom:2px solid #000000;
}

.cart-total{
	border-radius:13px;
	float:right;
	width:30%;
}

.cart-total div:nth-child(odd){
    background:-moz-linear-gradient(#CCE0CC, #9500ff);
    background:-ms-linear-gradient(#CCE0CC, #9500ff);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCE0CC), color-stop(100%, #9500ff));
    background:-webkit-linear-gradient(#CCE0CC, #9500ff);
    background:-o-linear-gradient(#CCE0CC; #9500ff);
    background:linear-gradient(#CCE0CC, #9500ff);
}

.cart-total img{
	margin-left:auto;
	margin-right:auto;
}  

.cart-total div:first-child{
	width:62%;
}

.cart-total div:nth-child(odd){
    background:-moz-linear-gradient(#9500ff, #7700cc);
    background:-ms-linear-gradient(#9500ff, #7700cc);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9500ff), color-stop(100%, #7700cc));
    background:-webkit-linear-gradient(#9500ff, #7700cc);
    background:-o-linear-gradient(#9500ff, #7700cc);
    background:linear-gradient(#9500ff, #7700cc);
}

/**/
/*  Live Search Bar */
    /* Container to control width */
    .search-container {
      width: 400px; /* set desired width */
      margin: 0 auto; /* center horizontally */
      font-family: Arial, sans-serif;
    }

    /* Input, suggestions, and results all share the same width */
    #searchInput,
    #suggestions,
    #results {
      width: 100%;
      /*box-sizing: border-box;*/ /* include padding/border in width */
    }

    #searchInput {
        border: none; /* visually connect to suggestions */
        width:100%;
    }

    #suggestions {
        /*border: 1px solid #ccc;*/
        background-color:white;
        border-radius:6px;
        border-top:none; /* connect to input */
        margin-top:-8px;
        max-height: 200px;
        overflow-y:auto;
        padding-top:4px;
        position:absolute;
        top: 100%;       /* place directly below input */
        z-index: 999;    /* ensure it overlays nav/main */
    }

    .suggestion {
      /*padding: 8px;*/
      cursor: pointer;
    }

    .suggestion:hover {
      background-color: #f0f0f0;
    }

    #results {
      border: 1px solid #ccc;
      margin-top: 10px;
      padding: 8px;
    }

    #results ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

    #results li {
      margin: 5px 0;
    }
/*  END Live Search Bar */

#cancel{
	margin-left:auto;
	margin-right:auto;
}

@media only screen and (min-width: 992px){
    .NavdynDivider{
        display:none;
    }
    
    #navbarloginform{
        width: 250px;
    }
    
    .RightItems{
        margin-left:auto;
        margin-right:196.985px;
        width:100px;
    }
    
    .loginDropdown{
        
    }
}

@media only screen and (max-width: 991px){
    .NavdynDivider>hr{
        margin-bottom:2px;
        width:100%;
    }
    .NavdynDivider{
        width:100%;
    }
}

@media only screen and (max-width: 725px){
    .prodImgDiv{ /* This is for a Div on item.php */
        width:100%;
    }
    .productForm{ /* For product quantity on item.php */
        padding:0; /* 8px 8px 8px */
    }
    .ProdPicAndPrice{
        flex-direction:column;
        width:100vw;
    }
    .prodPrice{
        max-width:100%;
    }
}

#content{
	height:100%;
	text-align:left;
}

/*Prod image slider*/
.arrow{
	opacity:1;
	height:30px;
	transition:.3s;
	width:30px;
}
.arrow:hover{
	opacity:.5;
	height:35px;
	width:35px;
}
#featured{
	height:500px;
	/*height:400px;*/
	/*width:auto;*/
	object-fit:cover;
	cursor:pointer;
	border:2px solid black;
	margin:0 auto 0 auto;
}

.thumbnail{
	border:2px solid black;
	cursor:pointer;
	margin:5px;
	max-height:100px;
	object-fit:cover;
	opacity:.5;
	width:auto;
}

.thumbnail:hover{
	opacity:1;
}
    
.active{
	opacity:1;
}

#slide-wrapper{
	align-items:center;
	display:flex;
    flex-direction: row;
	margin:0 auto 0 auto;
	min-height:100px;
	width:250px;
}
    
#slider{
	display:flex;
	flex-wrap:nowrap;
	overflow-x:hidden;
	width:250px;
}
/*End Prod Image Slider*/