
body{
	background: #3DB9BE;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin: 0;
	height: 100%;
	font-size: 15px;
	line-height: 1.5em;
}

p{
	line-height: 1.5em;
}

.copyright {
	text-align: center;
	font-weight: bold;
	color: white;
	margin: auto;
}

img{
	width: 100%;
}

header{
	width: 100%;
	z-index: 100;
	color: white;
	background-color: #292929;
	height: 66px;
	position: fixed;
	top: 0;
	left: 0;
}

.topnav {
    background: #292929;
    max-width: 1000px;
    margin: auto;
 }

.topnav a.navlink {
    float: left;
    display: block;
    text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	padding-left: 1em;
	padding-right: 1em;
}

.topnav a.navlink:hover {
    border-bottom: 5px solid #46CCCC;
}


/*.active {
    background-color: #4CAF50;
    color: white;
}*/

.topnav .icon {
    display: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 2em;
    margin-top: 15px;
    margin-right: 20px;
}

/* Dropdown menu styles (added by Justin 2018-11-17) */
.dropdown {
	float: left;
	position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 61px;
    background-color: #3DB9BF;
    /*min-width: 160px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 1px; /* creates a 1px border around the menu */
    width: max-content; /* makes the div fit the content */
}

.dropdown-content a.dropdown-link {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a.dropdown-link:hover {
    background-color: white;
    color: #3DB9BF;
    font-weight: bold;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.right { right: 0; }

/* end dropdown CSS */

.logo-white{
	display: inline-block;
	padding-top: 1.25em;
	padding-left: 2em;
	max-width: 200px;
	float: left;
}

.yellow{
	color: #FFB53E !important;
}

.black-stroke {
	-webkit-text-stroke-color: black;
	-webkit-text-stroke-width: 1px;
	-moz-text-stroke-color: black;
	-moz-text-stroke-width: 1px;
}

.social-media-icons-wrapper {
	position: absolute;
	top: 120px;
	left: 50px;
}

.social-media-icons {
	position: fixed;
}

.social-media-icons img {
	max-width: 30px;
}

.social-media-icons a {
	margin-right: 20px;
}

/* cart icon css */

#item-number-label {
	font-size: 12px;
	background-color: #46CCCC;
	color: #FFFFFF;
	padding: 0 9px;
	border-radius: 9px;
	vertical-align: top;
}

#cart_table td {
	border-bottom: solid 1px #CCCCCC;
	position: relative;
	padding: 5px;
	padding-top: 20px;
	padding-right: 20px;
}

#cart_table td .cart_label {
	font-size: 8px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left:0;
}

#cart_table td img {
	max-width: 50px;
	vertical-align: middle;
	margin-right: 10px;
}

#cart_top_checkout_button {
	float: right;
	background-color: #FFB53E;
    font-size: 0.8em;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

#cart_top_view_button {
	float: left;
	background-color: #FFFFFF;
    font-size: 0.8em;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

#cart_table td.subtotal {
	font-weight: bold;
	text-align: right;
	border-bottom: none;
}

#cart_table td.buttons {
	border-bottom: none;
}

/* end cart icon css */

.wrapper {
	/* background: #ffffff; */
	max-width: 1000px;
	min-height: 100%;
	bottom: 0;
	margin: 0 auto;
}

.content{
	overflow: auto;
	padding: 5em 8em;
	position: relative;
}

/* flash message css */

.flash {
	padding: 20px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}

.success {
	display: none;
	background-color: #FFB53E;
	color; #000000;
	padding-left: 50px;
	padding-right: 50px;
	border: solid 1px #FFB35E;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.error {
	display: none;
	padding-right: 50px;
	background-color: #E82121;
	color: #FFFFFF;
	border: solid 1px #E82121;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.flash .close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 1.4em;
	padding-right: 5px;
	padding-left: 5px;
	cursor: default;
	background-color: transparent;
	border-radius: 15px;
}

.flash .close:hover {
	background-color: rgba(0,0,0,0.6);
}

/* end flash message css */

.footer {position: relative;
	margin-top: -1px; /* negative value of footer height */
	height: 1px;
	clear:both;} 

.img-header {
    display: inherit;
    margin: 4em auto;
    max-width: 600px;
}

.confirmation-box{
	width: 100%;
	min-width: 350px;
}

.confirmation-box-header{
    background: #3F3F3F;
    padding: 1em;
    color: white;
    font-style: italic;
    text-align: center;
    margin-top: 3em;
}

.confirmation-box-body {
    background: #F2F2F2;
    padding: 4em;
}

.confirm-button {
    background: #3DB9BF;
    display: inline-block;
    float: left;
    margin-left: 2em;
    padding: 1em 5em;
    font-style: italic;
    text-decoration: none;
    color: white;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    font-weight: normal;
}

:hover.confirm-button{
	background: #61E5E1;
	font-weight: bold;
}

.cancel-button {
    background: #FFB53E;
    display: inline-block;
    float: right;
    margin-right: 2em;
    padding: 1em 5em;
    font-style: italic;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

:hover.cancel-button {
	background: #FFCE8D;
	font-weight: bold;
}

.order-button {
    background: #FFB53E;
    display: inline-block;
    margin-right: 2em;
    padding: 1em 5.8em;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    cursor: default;
}

:hover.order-button{
	background: #FFCE8D;
}

.arrow{
	display: inherit;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 1em;
    max-width: 250px;
    clear: both;
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: auto;
}

.background-img {
	position: absolute;
	top: 100px;
	left: 250px;
	max-width: 200px;
}

h1{
	color: #3DB9BF;
	text-align: center;
}

h2 {
	color: #3DB9BF;
	text-align: left;
	font-size: 1em;
	position: relative;
}

hr {
	border: 3px solid #FFB53E;
	width: 75%;
	margin-top: 2em; 
}

.wrapper li {
	margin-bottom: 10px;
}

.wrapper li:last-child {
	margin-bottom: 0px;
}

.top-spacing{
	padding-top: 2em;
}

.bottom-spacing{
	padding-bottom: 4em;
}

.quiz-button {
    background: #3DB9BF;
    display: block;
    margin: 0 auto;
    padding: 1em 4em;
    text-align: center;
    font-style: italic;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

:hover.quiz-button{
	background: #61E5E1;
}

.pose{
	padding: 2em 1.5em;
	vertical-align: bottom;
	max-width: 150px;
}

.product-table{
	margin: 0 1.5em;
	float: left;
	width: 200px;
	position: relative;
}

.product-table img {
	max-height: 100px;
	max-width: 175px;
}

.product-table-header{
	background-color: #FFCE8D;
	font-weight: 800;
	padding: .75em;
	text-align: center;
	border: 1px solid #ADADAD;
}

.product-table-header2 {
	background-color: #FFB53E;
    font-weight: 800;
    padding: .75em;
    text-align: center;
    border: 1px solid #000000;
    border-bottom: none;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.product-table-cell{
	background-color: #fff;
	border-right: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	padding: .75em;
	text-align: center;
}

.product-table-cell2 {
	background-color: #fff;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: .75em;
    position: relative;
    text-align: center;
    /* padding-top: 60px; */
}

.product-table-text {
	background-color: #fff;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: .75em;
	position: relative;
	text-align: left;
	height: 290px;
}

.product-table-button {
	text-align: center;
    border: solid 1px #000000;
    border-top: none;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-bottom: 7px;
    background-color: #fff;
}

.product-order-button {
	background: #FFB53E;
    display: inline-block;
    padding: 1em;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    cursor: default;
    width: 94%;
    height: 80px;
}

.product-box {
	border: solid 1px #383838;
	border-radius: 5px;
	color: #000000;
	padding: 10px;
}

.product-coupon {
	position: absolute;
    top: -50px;
    right: -80px;
    width: 132px;
    transform: rotate(20deg);
}

.product-table-price{
	background-color: #F2F2F2;
	font-size: 1.1em;
	font-weight: 800;
	padding: .75em;
	text-align: center;
	border: 1px solid #ADADAD;
	border-top: none;
}

.warrior-link{
	color: black;
}

:hover.warrior-link{
	color: #545454;
}

.value-banner{
	margin-top: 1em;
}

/* add to cart form css */

#add_cart_form {
	text-align: center;
}

#add_cart_form button {
	font-size: 0.9em;
}

div.email_join {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #292929;
	padding: 20px;
	color: #FFFFFF;
	font-size: 0.8em;
	width: 280px;
	z-index: 999;
}

#email_join_input {
	width: 200px;
    border-radius: 5px;
    font-size: 1em;
    border: none;
    height: 25px;
    padding-left: 10px;
}

#email_join_button {
	background: #FFB53E;
    display: inline-block;
    padding: 5px 20px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: black;
    border: none;
    border-radius: 3px;
    cursor: default;
}

#email_join_close {
	position: absolute; 
	top: -10px;
	right: -10px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 2em;
	cursor: default;
}

#email_join_close:hover{
	background-color: rgba(255,255,255,0.3);
}

.sale {
	position: relative;
	display: inline-block;
}

.sale:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0px;
	border-top: solid 2px #CC0000;
	width: 50px;
	transform: rotate(-7deg);
	transform-origin: 0% 0%;
}

.sale-price {
	color: #CC0000;
	display: inline-block;
	margin-left: 5px;
}

/* end add to cart form css */

/*MEDIA QUERY*/
@media screen and (max-width : 1010px) {

	.content {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.social-media-icons {
		top: 80px;
		left: 20px;
		z-index: 100;
	}
	
	.product-table {
		width: 90% !important;
		margin-bottom: 25px !important;
	}
	
	.product-table-text {
		height: auto !important;
	}
	
	.product-coupon {
		top: -20px !important;
		right: -50px !important;
	}
	
	.topnav a:not(:first-child) { display: none; }
	
	.topnav .dropdown a { display: none; }
	
	.topnav a.icon {
		float: right;
		display: block;
	}
	
	.topnav a.cart {
		float: right;
		display: block;
		padding-top: 15px;
		font-size: 2em;
	}

	.topnav a:hover {
		background: #3D3D3D;
		border-bottom: none
	}

	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive a.icon {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: fit-content;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
		width: 100%;
		clear: both;
	}
	
	.topnav.responsive a:last-child {
		border-bottom: solid #292929 5px;
	}
	
	.topnav.responsive .dropdown {
		float: none;
	}
	
	.topnav.responsive .dropdown-content {
		display: block;
		width: 100%;
		position: relative;
		top: 0;
	}
	
	.topnav.responsive a.cart {
		display: none;
	}
	
	.social-media-icons-wrapper.responsive {
		display: none;
	}
	
	.confirm-button{
		display: block;
		width: 5em;
		margin: 1em auto;
		float: none;
	}

	.cancel-button{
		display: block;
		width: 5em;
		margin: 1em auto;
		float: none;
	}

	.product-table {
	    margin: 0 auto;
	    float: none; 
	    width: 200px;
	}

	.pose {
	    padding: 2em .5em;
	    vertical-align: bottom;
	}
	
	h1{
		line-height: 1.2em;
	}
}