body, html {
	padding: 0;
	margin: 0;
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
	text-align: center;
}

header {
	width: min(90%, 1180px);
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	height: 80px;
}

.logo img {
  height: 100%;
}

header nav {
	text-transform: uppercase;
	display: flex;
	gap: 1.2em;
}

#view-cart-button img {
	width: 15px;
	margin-right: 0.25em;
}

.youtube-video {
	aspect-ratio: 16 / 9;
  width: 90%;
	margin: 0 auto;
	display: block;
	border: none;
	border-radius: 5px;
}

#homepage-wrapper, #archive-wrapper {
	max-width: 1180px;
	margin: 0 auto;
	text-align: left;
}

.products-wrapper {
	display: flex;
	flex-wrap: wrap;
  row-gap: 35px;
	justify-content: space-evenly;
}

#out-of-stock {
	margin: 2.5em auto;
	width: 90%;
	font-size:19px;
	text-align:center;
}

#banner-wrapper {
	text-align: center;
	margin: 1.5em auto 2em auto;
	width: 90%;
}

#search-box {
	width: 230px;
	font-size: 19px;
	margin: .83em auto;
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		border-radius: 0;
}

#search-box input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline;
	border: none;
	outline: none;
	font-size: 19px;
	border-bottom: 1px solid black;
	width: 200px;
	margin-left: 3px;
	padding: 3px 0;
}

h1.archive {
	text-align: center;
	margin-bottom: 1em;
}

.product {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 28%;
}

.product img {
	width: 100%;
	border-radius: 5px;
}

.featured-product {
	width: 42%;
}

.secondary-image {
	display: none;
}

h1, .product h2 {
	display: block;
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	margin-top: 0;
}

h1 span, h2 span, #product-breadcrumb span {
	text-transform: lowercase;
}

h3 {
	font-weight: 500;
	font-size: 17px;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
}

h3.sold-out {
	text-transform: uppercase;
}

h3#new-label {
	margin-top: -1em;
	color:red;
	text-transform: uppercase;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	text-decoration: underline;
}

#text-wrapper h2 {
	font-weight:500;
	margin-block-start: 1em;
  margin-block-end: 1em;
	margin-top: 2.25em;
	text-transform: uppercase;
	font-size: 1em;
}

a.social i {
	font-size: 26px;
	vertical-align: middle;
	margin-right: .25em;
}

a.social:hover {
	text-decoration: none;
}

a.social span:hover {
	text-decoration: underline;
}

a.image-link, a.image-link:visited, a.image-link:hover {
	text-decoration: none;
	background: transparent;
	outline: none;
	border: none;
}

a.text-link:link, a.text-link:visited, #view-cart-button {
	color: black;
	text-decoration: none;
}

a.text-link:hover, #view-cart-button:hover span {
	text-decoration: underline;
}

footer {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	width: 90%;
	text-align: center;
	margin: 70px auto 90px auto;
}

footer nav {
	display: inline;
	margin-left: .5em;
}

footer nav span {
	margin: auto .5em;
}

.view-cart-button-form {
/*	float: right;
	height: 100%;
	line-height: 100px;*/
	display: inline;
}

#view-cart-button, #mobile-cart-button {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
}

#view-cart-button {
	font: 500 1em Roboto, sans-serif;
	text-transform: uppercase;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
}

#mobile-cart-button img {
	width: 24px;
}

#view-cart-button:hover, #mobile-cart-button:hover {
	cursor: pointer;
}

#view-cart-button:active, #mobile-cart-button:active {
	outline: 0;
}

#accordion {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 15px;
	left: 15px;
	display: none;
	text-align: left;
	font-size: 26px;
}

#mobile-cart {
	position: fixed;
	top: 18px;
	right: 15px;
	display: none;
	text-align: right;
}

.fa-times {
	display: none;
}

/***Product Page***/

#product-page-wrapper {
	text-align: left;
	margin: 20px auto;
	max-width: 1180px;
}

#product-breadcrumb {
	display: none;
}

#product-breadcrumb span.separator {
	margin: 0 .5em;
}

.bold, strong {
	font-weight: 500;
}

.size-chart {
	text-transform:uppercase;
	font-size: 15px;
}

.product-description {
	display: inline-block;
	vertical-align: top;
	width: 44.75%;
	margin-left: 3.5%;
}

.product-description img {
	max-width: 100%;
	border-radius: 5px;
}

.thumbnail {
	margin: 18px 18px 0 0;
	width: 60px;
	height: 60px;
	border-radius: 3px;
}

.thumbnail:hover {
	cursor: pointer;
	opacity: 0.5;
	border-radius: 3px;
}

.thumbnail-selected {
	opacity: 0.5;
	position:  relative;
	z-index: -1;
}

.product-description h1  {
	font-size: 22px;
}

.paypal_btn, #sold-out {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 12px 55px;
	margin: 0;
	background-color: red;
	border: 0;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
	border-radius: 4px;
	margin-top: 1em;
	-webkit-appearance: none;
}

.paypal_btn:hover {
	cursor: pointer;
	text-decoration: underline;
}

#sold-out {
	color: #333;
	background-color: #EEE;
	min-width: 90px;
	text-transform: uppercase;
}

#sold-out:hover {
	cursor: default;
}

.product-info {
	margin: 1.5em 0;
}

table.size-chart {
	border-collapse: collapse;
	border-spacing: 0;
}

table.size-chart td {
	width: 50px;
	padding-bottom: 2px;
}

table.size-chart td.table-label {
	width: 70px;
}

.pumpkin-tees-post {
	margin-bottom: 2.5em;
	line-height: 22px;
}

.pumpkin-tees-post img {
	margin-bottom: 0.5em;
}

.image-flip {
	transform: scaleX(-1);
	position:relative;
}

/*Text Page*/

#text-wrapper {
	width: min(2 / 3 * 100%, 730px);
	margin: 0 auto;
	text-align: left;
}

#text-wrapper img {
	width: 100%;
	margin-bottom: 1em;
}

/*Responsive*/

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

	.product a.image-link:hover .primary-image {
	    display: none;
	}

	.product a.image-link:hover .secondary-image {
		display: inline-block;
	}

	.paypal_btn:hover {
		text-decoration: underline;
	}
}

@media (max-width: 769px) {

	header {
		width: 100%;
		height: 62px;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #FFF;
	}

	#accordion, #mobile-cart {
		display: block;
	}

	#accordion:hover, #mobile-cart:hover {
		cursor: pointer;
	}

	.logo {
		margin: 0 auto;
		padding: 10px 0;
		height: 38px;
	}

	.logo img {
		height: 100%;
	}

	header nav {
		float: none;
		position: fixed;
		top: 62px;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 0 25px 25px 25px;
		box-sizing: border-box;
		text-align: left;
		line-height: normal;
		background: #FFF;
		display: none;
	}

	header nav a:link, header nav a:visited {
		display: block;
		line-height: 2em;
		font-size: 20px;
		margin-right: 0;
	}

	#view-cart-button {
		display: none;
	}

	.products-wrapper {
		row-gap: 27px;
	}

	.product {
		width: 42%;
	}

	#text-wrapper, #homepage-wrapper, #product-page-wrapper, #archive-wrapper {
		margin-top: 82px;
	}

	#text-wrapper {
		width: 90%;
	}

	#product-breadcrumb {
		display: block;
		text-transform:uppercase;
		margin: 0 auto;
		font-size: 13px;
		width: 90%;
		padding: .5em 0 1.5em 0;
	}

  .product-description {
  	display: block;
  	margin: auto;
  	margin-bottom: 30px;
  	width: 90%;
  	text-align: center;
  }

  .thumbnail {
  	margin: 15px 15px 0 15px;
  }

  table {
  	margin: auto;
  }

  .paypal_btn {
		width: min(100%, 350px)
	  font-size: 17px;
		padding: 16px 45px;
  }

  ul {
  	list-style:none;
  	padding-left:0;
  }

}

@media (max-width: 479px) {

	#homepage-wrapper, #archive-wrapper {
		text-align: center;
	}

	h1.archive {
		text-align:left;
    padding-left: 5.33%;
	}

	.products-wrapper {
		row-gap: 25px;
	}

	.product {
		width: 90%;
	}
	
	#text-wrapper img {
		width: 100%;
		margin-bottom: .5em;
	}
}