
/*  Settings accent colors (overridden by settings)  */



/*  Fonts
/*---------------------------------------------------------------------------------------- */




	@import url(https://fonts.googleapis.com/css?family=Pacifico:400,500,700,400italic,700italic);

	@import url(https://fonts.googleapis.com/css?family=Lato:400,500,700,400italic,700italic);

	@import url(https://fonts.googleapis.com/css?family=Lato:400,500,700,400italic,700italic);


/*  Reset
/*---------------------------------------------------------------------------------------- */

/*  Remove background and gradient  */
body, #main, #container, #header, #footer, #container.slim #footer {
  background: transparent;
}

/*  Remove overview background and borders  */
/*#main #overview {
  background: #fff;
  border: none;
}*/

#main #overview > * {
  border: none;
}

#main #thumbs div {
  border: none;
}


/*  Body
/*---------------------------------------------------------------------------------------- */

body{
	background-color: #f8f8f8;
	background-color: ;
	
	background-position: left top;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000;
}

body, p, li{
	
		font-family: 'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif;
	
}

a{
	color: ;
	text-decoration: none;
}

a:hover, a:active{
	color: ;
	text-decoration: underline;
}


/*  Container slim
/*---------------------------------------------------------------------------------------- */

#container.slim #header {
	background: none;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 2em;
	width: auto !important;
}

#container.slim #tagline {
	padding: 0;
}

#container.slim #main {
	background: #fff !important;
	width: auto;
}

#container.slim #main #content{
	padding: 0 30px !important;
}

#container.slim #overview td img{
	float: left;
	margin-right: 10px;
}

#container.slim #overview td h3{
	float: left;
}

#container.slim #create-account{
	padding: 20px 0;
}


#container.slim #create-account td{
	padding: 10px 0;
}

#container.slim #create-account label{
	display: block;
	font-weight: normal;
	margin-right: 5px;
	width: 130px;
}

#container.slim #create-account input#password,
#container.slim #create-account input#password_confirmation{
	width: 175px;
}


/*  Header
/*---------------------------------------------------------------------------------------- */

#header{
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 2em;
	width: auto !important;
}

#header h1{
	
		font-family: Pacifico, Helvetica, sans-serif;
	
}

#header h1 .title{
	color: #555;
	text-shadow: 1px 1px rgba(255,255,255,1);
}



#header h1 .subtitle{
	color: #aaaaaa;
	display: block;
	padding-top: 1em;
	font-weight: normal;
	
	
		font-family: 'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif;
	
}


	#header h1{
		margin: 0;
		padding: 0;
	}
	#header h1 .title{
		display: none;
	}
	#header h1 .subtitle{
		padding-top: 0;
	}
	#header #logo{
		height: 95px;
	  background: url(//cdn.shopify.com/s/files/1/0197/3588/t/25/assets/logo.png?7770047284997864560) center center no-repeat;
	}



/*  Main content
/*---------------------------------------------------------------------------------------- */

input, textarea, select, .uneditable-input {
	display: inline-block;

	padding: 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color: white;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

select, input[type="file"] {
	height: 24px;
	line-height: 24px;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	border: 0 9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #CCC;
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	padding: 4px;
}

#email input{
  font-size: 1em;
}


tr.multiple_address_selection td{
	padding-left: 92px;
}

.field-with-errors {
	background-color: transparent;
	border: none;
	padding: 0;
	line-height: 140%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.field-with-errors input{
	border-color: #D39998;
}


/*  Main wrap  */

#main{
	background: #fff !important;
	border: 1px solid #e1e1e1 !important;;
	border-top-color: #f5f5f5 !important;;
	border-left-color: #f5f5f5 !important;;
	
	margin-bottom: 5px !important;;
	padding: 0 !important;;
	
	-webkit-border-radius: 5px !important;;
	-moz-border-radius: 5px !important;;
	border-radius: 5px !important;;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) !important;;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) !important;;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) !important;;
}


/*  Overview  */

#main #overview{
	padding-left: 20px;
	padding-right: 20px;
}

#main #email label,
#main h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}

#main h3{
	margin-bottom: 1em;
	padding-bottom: 10px;
}

#main h3.plisthead{
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 0;
}


#main #email, 
#main #addresses,
.group{
	background: #fff;
	border: none;
}

#main #email .field-with-errors {
	margin-bottom: 15px;
}

#main #addresses td{
	padding-top: 8px;
	padding-bottom: 8px;
}


#main #addresses label{
	font-size: 12px;
	font-weight: normal;
}


#main #addresses ul {
}


#main #addresses ul li{
	display: block;
	float: none;
	width: 90% !important;
}

#main #addresses ul li label{
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	width: 80px !important;
}

#main #addresses ul li input, 
#main #addresses ul li select{
	float: left;
	margin-bottom: 16px;
}




/*  Buttons
/*---------------------------------------------------------------------------------------- */

#buttons{
	background: #fafafa;
	border: none;
	border-top: 1px solid #eee;
	padding: 20px 30px;
	text-align: right;
}

#buttons input,
#buttons a{
  -webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

#buttons input[type="submit"]{
  
  
    background-color: #fdc200;
  
	color: #ffffff;
	text-shadow: none;
	.box-shadow(none);

	border: none;
	padding: 10px 12px;
	color: #ffffff;
	text-shadow: none;
	
	-webkit-border-radius: 2020px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}

#buttons input[type="submit"]:hover{
  
    background-color: #ff6600;
  
	color: #ffffff;
	text-shadow: none;
	color: #ffffff;
	cursor: pointer;
}

#create-account-btn,
#container.slim #create-account input[type="submit"]{
	background-color: ;
	border: none;
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0;
	padding: 10px 12px;
	color: #ffffff;
	text-shadow: none;
}

#create-account-btn:hover,
#container.slim #create-account input[type="submit"]:hover{
	background-color: ;
	color: #ffffff;
	cursor: pointer;
}




