@charset "UTF-8";
/* Simple fluid media   mainContent  fluid indPage productsAccordion gridContainer mainContent
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML footerNav footerNavItem
   http://www.alistapart.com/articles/fluid-images/   mainContent loginLink  staticUpperRight shoppingCartIcon profileInput profileLnameInput profileFname
homePageProductLine fluid
productsAccordion productPhoto footerCenterDiv productType   right_header shoppingCartIcon hamburgerIcon loginLink  fluidOne img favoriteButton productType potencyIcon
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



.fluidOne {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}






.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94.7333%;
	padding-left: 1.6333%;
	padding-right: 1.6333%;
	clear: none;
	float: none;
	position: relative;
}
#mainHeader {
	position: fixed;
	min-height: 150px;
	z-index: 1;
	background-color: white;
}
#mainContent {
	background-color: white;
	border-radius: 4px;
	color: black;
	
	z-index: 1;
}
#mainFooter {
	font-size: x-small;
	color: #090;
}
#footerLeftDiv {
width: 50%;
float: left;
clear: none;
}
#footerCenterDiv {
/*display: none;*/
width: 100%;
float: none;
clear: both;
text-align: center;





}
#footerRightDiv {
width: 50%;
float: right;
clear: none;
text-align: right;
}



#mainLogo {
	position: fixed;
	left: 0;
	top: 0;
	clear: none;
text-align: center;
text-shadow: 2px 2px #090;
font-size: x-large;
width: 29%;
min-height: 70px;
background-color: #090;
/*background-image: url(../images/animGlobe.gif);*/
background-position: center;
padding: 10px 0;
background-size: 100% 100%;
}




nav {
	margin-top: 10px;
}
.mainNavItem, #bigSearch {
	width: 33.3%;
	float: left;
	clear: none;
}
nav a, #bigSearch {
	text-align: center;
	color: #090;
	-webkit-box-shadow: inset 0px 0px 0px 1px #090;
	box-shadow: inset 0px 0px 0px 1px #090;
	clear: none;
	font-weight: bold;
	font-size: large;
}
nav a:hover {
	color: black;
	-webkit-box-shadow: inset 0px 0px 0px 2px black;
	box-shadow: inset 0px 0px 0px 2px black;
	background-color: white;
}
#headerByLine {
text-align: center;
}
#bodyBannerImage {
}
#featuredMerchant {
float: right;
clear: none;
width: 50%;
}
#staticUpperRight {
	position: fixed;
	right: 0;
	top: 0;
	clear: none;
	width: 25%;
	border: thin solid #090;
	background-color: white;
	z-index: 1;
	
}



#topSearch {
	background-color: #090;
	position: fixed;
	clear: both;
	margin-top: 91px;
}
#mainSearch {
}
#mainSearchBox {
	width: 80%;
	font-size: small;
}
#searchTitle {
	text-align: center;
	font-size: small;
}
#searchForm {
	text-align: center;
	padding-top: 10px;
}
#popularSearches {
	text-align: center;
	padding: 10px 0;
	width: 80%;
	padding-left: 10%;
}
#popularSearchesTitle {
	font-size: x-small;
	text-align: left;
}
.popularSearchTile {
	background-color: rgba(255,255,255,0.6);
	margin-right: 4px;
	float: left;
	width: 30%;
	clear: none;
	padding: 8px 0;
	font-size: small;
}
.searchButton {
	background-image: url( '../images/searchRound.png' );
    background-size: 32px 32px;
    height: 32px;  
    width: 32px;
	margin: 0;
	padding: 10px 0;
}
.homePageProductLine {
}
.productLine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  background-color: #fff;
  color: #444;
}
.productLineTrend {
	float: left;
	width: 75%;
	clear: none;
}
.productLineTitle {
	border-bottom: thin solid white;
}
.productLineSeeAll {
	float: right;
	width: 25%;
	clear: none;
	text-align: right;
}
.oneProduct {
	border: thin solid white;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #090;
}
.indPage .oneProduct {
	background-color: white;
	color: #090;
}
.productPhoto {
	text-align: center;
	position: relative;
	
	
	
	
}


/*
.productType {
left: 14px;
bottom: 8px;
position: absolute;
background-color: white;
border: thin solid #090;
border-radius: 8px;
color: #090;
z-index: 0;
font-size: x-small;
padding: 4px;
}
*/

.productType {
right: 2px;
bottom: 2px;
position: absolute;
background-color: white;
border: thin solid #090;
border-radius: 8px;
color: #090;

font-size: x-small;
padding: 4px;
	width: 20px;
	z-index: 0; 
}






.indPage .productType {
	position: relative;
	left: 0;
	bottom: 0;
	width: 50%;
	margin-left: 25%;
}
.productMaker {
color: white;
font-size: small;
}
.productTitle {
font-size: large;
}
.productSubtitle {
font-size: small;
}
.productAvailability {
/*border-top: thin white solid;*/
font-size: x-small;
margin-top: 3px;
margin-bottom: 2px;
}
#infoFooter {
}
.infoItem {
clear: both;
}
.infoImage {
width: 40%;
text-align: right;
float: left;
clear: none;
}
.infoImage img {
	max-width: 50%;
	max-height: 100px;
}
.infoText {
	float: left;
	width: 45%;
	margin-left: 5%;
	color: black;
	padding-top: 5%;
}
#mailingListFooter, #copyrightDiv, #footerNav {
background-color: #090;
color: white;
clear: both;
text-align: center;
}
#footerNav {
	column-count: 2;
	font-size: small;
	
}
#bigSearch {
	display: none;
}
#storeName {
	content: "Emerald City";
	color: #090;
	text-align: center;
	font-size: x-large;
	position: fixed;
	margin-top: 56px;
}
#storeName::after {
	content: "Emerald City";
}
.flavorsGrid {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-gap: 10px;
  background-color: lightgray;
  color: #444;
}
.potencyChart {
}
.potencyIcon {
	width: 20%;
	float: left;
	margin-left: 10%;
}
.potencyCBDtable, .potencyTHCtable {
	width: 65%;
	float: right;
	clear: none;
}
.potencyChart table {
	width: 80%;
	margin-left: 10%;
}
.potencyChart table td {
	border: thin solid lightgray;
	min-width: 10%;
}
.favoriteButton {
	
padding: 4px;
	
}



.effects, .description {
	font-size: small;
	text-align: left;
	padding: 0 2%;
	margin-bottom: 10px;
	border-bottom: thin solid #090;
}
#favoriteIcon {
	width: 20%;
	float: left;
	clear: none;
}
#favoriteIcon:hover {
	content: url('../images/favoriteIconPlus.png');
}
.quantitiesGrid {
  padding: 10px 0;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  grid-gap: 20px;
}
.quantityOption, .currentQuantity {
  background-color: lightgray;
  border: thin solid #090;
  color: gray;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.quantityOption:hover, .quantitiesGrid .selected, .currentQuantity {
	background-color: white;
	color: #090;
}
.eighth {
	grid-column: 1 ;
	grid-row: 1 ;
}
.quarter {
	grid-column: 2 ;
	grid-row: 1 ;
}
.half {
	grid-column: 1 ;
	grid-row: 2 ;
}
.ounce {
	grid-column: 2 ;
	grid-row: 2 ;
}
.currentQuantity {
	grid-column: 3 ;
	grid-row: 1 / 3;
	text-align: left;
}
#currentPrice {
	font-size: large;
}
#currentWeight {
	font-size: x-small;
}
#taxDisclaimer {
	font-size: xx-small;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

#shoppingCartIcon {
	width: 30px;
	
}

.gridContainer {
	width: 96.3666%;
	padding-left: 0.8166%;
	padding-right: 0.8166%;
	clear: none;
	float: none;
	margin-left: auto;
}
#mainHeader {
}
#mainContent {
}
#mainFooter {
	font-size: small;
}
#footerLeftDiv {
}
#footerCenterDiv {
}
#footerRightDiv {
}
#mainLogo {
	width: 30%;
}
#mainNav {
}
#mainNavList {
}
.mainNavItem {
}
#headerByLine {
}
#bodyBannerImage {
}
#featuredMerchant {
width: 25%;
}
#bigSearch {
	display: inline;
}
#smallSearch {
	display: none;
}
#staticUpperRight {
	width: 15%;
	
}
.productLine {		
  grid-template-columns: repeat(4, 1fr);
}
.oneProduct {
}
.infoItem {
	padding-top: 10px;
}
.infoText {
	font-size: large;
	padding-top: 2%;
}
#mailingListFooter {
	padding-top: 10px;
}
.flavorsGrid {
  grid-template-columns: repeat(6, 1fr);
}
#storeName {
	margin-top: 10px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

#shoppingCartIcon {
	width: 30px;
	
}




.gridContainer {
	width: 93.4166%;
	max-width: 1232px;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#mainHeader {
}
#mainContent {
}
#mainFooter {
}
#footerLeftDiv {
}
#footerCenterDiv {
}
#footerRightDiv {
}
#mainLogo {
}
#mainNav {
}
#mainNavList {
}
.mainNavItem {
}
#headerByLine {
}
#bodyBannerImage {
	text-align: center;
}
#featuredMerchant {
}
.infoItem {
	width: 32%;
	float: left;
	clear: none;
}
.infoImage img {
	max-width: 100%;
	max-height: 100%;
}
.infoText {
	font-size: small;
}
#staticUpperRight {
	width: 10%;
	
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

