body {
	padding-top: 60px;
	margin: 0;
	color: #2d8898;
	background-color: #bfffff;
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
	padding: 0;
}
header {
	background-color: white;
	position: absolute;
	top: 0;
	margin: 0 0 ;
	left: 0;
	width: 100%;
	white-space: nowrap;
	z-index: 100;
}

header .container {
		display: flex;
	height: 60px;

}
header h1 {
	flex-grow: 1;
	margin: 0;
	font-size: 18px;
}

header h1 a {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	display: block;
}
header span.logo {
	visibility: hidden;
}

header a.button {
	/*border: 1px solid black;*/
}

header a.shopping {
color: white;
background-color: #68e3e0;
}

header a.shopping:hover {
	background-color: #61cac8
}

header a.menu {
		font-size: 30px;
	display: none;
	color: #527c7b;
	padding: 8px 18px;
}

header a.menu:hover {
	background-color: #eaf6f8;
}

header a.menu.active {
	color: white;
	background-color: #527c7b;
}

a.menu-item {
	color: #517b7d;
	padding: 20px 10px;
	font-size: 14px;
	text-align: center;
}

a.menu-item:hover {
	background-color: #eaf6f8;
}

.heading h3 {
	font-weight: normal;
	color: #517b7d;
}

#recent h3,
#newsletter h3,
#search h3 {
	font-weight: normal;
	font-size: 21px;
	color: #2d8898;
	padding: 1em 0 0;
}

#newsletter h3 {

}

.return {
	text-align: center;
}

.return i {
	font-size: 50px;
}

p.checkout a {
	display: inline-block;
	color: white;
	margin: 0 0 20px 0;
	padding: 20px;
	font-size: 16px;
	border-radius: 0;
	background-color: #68e3e0;
	border: 0;
}

body#checkout main a.button {
	display: inline-block;
}

body#checkout main {
	padding-bottom: 20px;
}

p a.button {
	color: white;
padding: 20px;
font-size: 16px;
border-radius: 0;
background-color: #68e3e0;
border: 0;
}

p.checkout a:hover,
p.checkout a.button:hover,
p a.button:hover {
	background-color: #61cac8;
}

div.results .container,
div.detail .container {
	display: grid;
}
div.detail .container{
		grid-template-columns: 50% 50%;

}
div.detail .col-1,
div.detail .col-2 {
	padding-right: 20px;
}

blockquote {
margin: 0;
border-top: 1px solid #c1dfdf;
color: gray;
}
blockquote p:before{
content: "“";
font-size: 3em;
line-height: 0.1em;
 margin-right: 0.25em; 
vertical-align: -0.40em;
}
blockquote p:after{
	font-weight: bold;
	content: " — Zoe";
}
h3 {
	margin: 0;
}
#menu {
	width: 100%;
}
#menu a {
	background-color: white;
}

fieldset {
	margin: 0;
	padding: 10px 0;
	border: none;
}

main {
	background-color: #def1f5;
}

#about main input[type="text"],
#about main input[type="email"],
#about main input[type="password"],
#about main textarea,
#checkout main input[type="text"],
#checkout main input[type="email"],
#checkout main input[type="password"],
#checkout main textarea{
	display: block;
	color: #79aaaa;
padding: 20px;
margin: 0 20px 10px 0;
font-size: 16px;
border: 1px solid #2d8898;
}

#about main input[type="submit"],
#checkout main input[type="submit"] {
	color: white;
padding: 20px;
margin: 0;
font-size: 16px;
border-radius: 0;
background-color: #68e3e0;
border: 0;
}

main .container {
		padding-left: 20px;

}

main div.information,
main div.wrapper {
	padding: 10px 20px 10px 0;
/*	padding-right: 20px;
*/}
section .container,
footer .container {
	padding: 0 20px;
}

main div.slide{
	position: relative;
}

main img {
	width: 100%;
}

main div.caption p {
	font-size: 35px;
	margin: 0;
}

main div.caption a {
	font-weight: bold
}

main div.caption {
	line-height: 35px;
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	top: 0;
	width: 100%;
	padding: 30px 0;
}

.price {
	font-size: 20px;
}

main div.heading {
	line-height: 35px;
	width: 100%;
	padding: 10px 0;
}

main div.footer {
	line-height: 35px;
	width: 100%;
	padding: 30px 0;
	color: #79aaaa;
}

main div.footer a {
	color: #527b7d;
}

main div.heading h3 {
	flex-grow: 1;
	line-height: 56px;
}

main div.heading span {
	color: #79aaaa;
	font-size: 16px;
	position: relative;
}

main div.heading span:after {
	content: '›';
	color: #527b7d;
	transform: rotate(90deg);
	font-size: 200%;
	position: absolute;
	top: -4px;
	right: 35px;
}
main div.heading span a,
select {
	color: #527b7d;
	margin: 0 20px;
	padding: 20px;
	padding-right: 35px;
	font-size: 16px;
	border-radius: 0;
	background-color: #bbedef
}
select:hover {
	background-color: #a6dfdf;
}
select {
border: none;
-webkit-appearance: none;
}

#newsletter form,
#search form {
	padding-bottom: 2em;
}

#newsletter input[type="submit"],
#search input[type="submit"] {
	color: white;
	padding: 20px;
		margin: 0 ;

	font-size: 16px;
	border-radius: 0;
	background-color: #68e3e0;
	border: 0;
}

#newsletter input[type="submit"]:hover,
#search input[type="submit"]:hover {
	background-color: #61cac8;
}

#newsletter input[type="email"] {
	color: #79aaaa;
	padding: 20px;
		margin: 0 20px 10px 0;

	font-size: 16px;
	border: 1px solid #2d8898;
}

#search input[type="search"] {
-webkit-appearance: none;
color: #79aaaa;
padding: 20px;
margin: 0 20px 10px 0;
font-size: 16px;
border: 1px solid #2d8898;
}

main div.footer a {
	padding: 20px;
}
main div.footer a.active {
	background-color: #bbedef;
}

main div.footer a.page.active:hover {
	background-color: #bbedef;
}

main div.footer a.active:hover {
	background-color: #a6dfdf;
}

main div.footer a.page:hover {
	background-color: #bbedef;
}

section#recent {
	background-color: #def1f5;
}

section#newsletter {
	background-color: white;
}

section#newsletter p {
	font-size: 14px;
	color: #2d8898;
}

main .result {
	color: #517b7d;
}

main .result input[type="submit"] {
	color: white;
	padding: 20px;
	font-size: 16px;
	border-radius: 0;
	background-color: #68e3e0;
	border: 0;
	margin: 0;
}

main .result input[type="submit"]:hover {
	background-color: #61cac8;
}

main .result input[type="number"] {
	color: #79aaaa;
	width: 50px;
	margin-right: 20px;
	padding: 20px;
	font-size: 16px;
	border: 1px solid #2d8898;
}

a.result {
	padding-right: 20px;
	color: #547c7e;
	padding-bottom: 2em;
	border-bottom: 1px solid #c1dfdf;
}
a.detail div {
	padding-right: 20px
}



.result h4 {
	font-size: 28px;
	margin: 0em 0 0 ;
	font-weight: normal;
}

div.result h4 {
	font-size: 28px;
}

a.result h4 {
	font-size: 24px;
}

.result p.price {
	font-weight: bold;
	margin: 0.5em 0;
}
a.result p.more {
	/*font-weight: bold*/
	font-size: 14px;
		margin: 0.5em 0;
}
section div.carousel {
	/*width: 100%;*/
	/*overflow-x: scroll;*/
	/*display: flex;*/
	  /*align-items: baseline;*/

}
div.detail div.container div {
	padding-right: 20px;
	padding-bottom: 20px;
}
div.detail div.col-2 a {
 	text-decoration: underline;
}
div.information h1 {
	margin-top: 0;
}
div.information {
	color: #517b7d;
	padding-bottom: 2em;
}
section div.carousel img {
	max-width: 90%;
	/*align-self: center;*/
	margin: 10px
}

footer .container {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;


}

footer ul {
	display: grid-column;
	list-style: none;
	padding-left: 0
}

footer, footer a {
	color: #2d8898;
	font-size: 14px;
}

footer li {
	padding: 0.5em 0;
}

@media only screen and (min-width: 1279px) {
		.container { 
		width: 1280px;
		margin: 0 auto;
	}
		header a.shopping {
	font-size: 16px;
padding: 18px 18px;
}
    header a.menu-item {
		flex-grow: 1;
	}
		#menu {
	display: none
	}

main div.heading .container,
main div.footer .container {
	display: flex;
}
	div.results .container{
  	grid-template-columns: 33.3% 33.3% 33.3%;
	}
	div.detail  .container{
	  	grid-template-columns: 50% 50%;
	}
	.container .columns {
		display: grid;
	grid-template-columns: 50% 50%;

}
}

@media only screen and (min-width: 979px) and (max-width: 1279px) {
	.container { 
		width: 980px;
		margin: 0 auto;
	}
		header a.shopping {
	font-size: 16px;
padding: 18px 18px;
}
    header a.menu-item {
		flex-grow: 1;
	}
		#menu {
	display: none
	}
	main div.heading .container,
	main div.footer .container {
		display: flex;
	}
		div.results .container{
	  	grid-template-columns: 33.3% 33.3% 33.3%;
		}
		div.detail {
		  	grid-template-columns: 50% 50%;
		}
		.container .columns {
			display: grid;
		grid-template-columns: 50% 50%;

	}
}
@media only screen and (min-width: 599px) and (max-width: 979px) {

    header a.menu-item {
		flex-grow: 1;
	}
		#menu {
	display: none
	}
	header a.shopping {
	font-size: 16px;
padding: 18px 18px;
}

main div.heading .container,
main div.footer .container {
	display: flex;
}
	div.results .container{
  	grid-template-columns: 50% 50%;
	}
	div.detail {
	  	grid-template-columns: 50% 50%;;
	}
	.container .columns {
		display: grid;
	grid-template-columns: 50% 50%;

}
}
@media only screen and (max-width: 850px) {
	header a.shopping {
	font-size: 36px;
padding: 3px 15px;
}
	header a.menu-item {
		display: none;
	}
	header a.menu {
		display: block;
	}
	header a.shopping span.description {
	display: none
}
	#menu {
	height: 60px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	}
	#menu a {
		display: block;
		padding: 20px 0 20px 50px;
		text-align: left;
		border-top: 1px solid #ddd;
		font-size: 18px;
	}
	#menu a:hover {
		background-color: #eaf6f8;
	}
}
@media only screen and (max-width: 599px) {
		header a.shopping {
	font-size: 36px;
padding: 3px 15px;
}
header a.shopping span.description {
	display: none
}
	main div.footer a.page.sm-hidden {
		display: none;
	}
		div.results .container {
  		grid-template-columns: auto;
	}
	form#view-sort {
		text-align: right;
		border-top: 1px solid #c1dfdf;
		border-bottom: 1px solid #c1dfdf;
	}
	div.detail  .container{
	  	grid-template-columns: auto;
	}
}
#long-tall-ship-34 img,
#long-tall-ship-35 img {
	width: 50%
}