/*
* Mr Parker Shopify theme - created by Richard @ Underground Media
* www.undergroundmedia.co.uk
* Sitting in an English garden waiting for the sun.
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* Font-faces */

@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

/* !Rows, Widest to Thinest */
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 767px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 92%; }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) change to 980 to 1220*/
@media screen and (min-width: 979px) and (max-width: 1220px) { 
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 767px) {
  .gridlock .row [class*="desktop-push-"],
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}

.gridlock .row .collection-item {height: 350px;}




body {
  color: #999999;
  background: #ffffff;
  font-size: 13px;
  font-family:'PT Sans', sans-serif;
  line-height: 1.6em;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #9ebae2;
  font-family:'PT Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 24px; margin-bottom: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

p { font-size: 13px; margin-bottom: 1.6em; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration:none; color: #9ebae2; outline: 0;}
a:hover { color: #eed484; text-decoration:underline; outline: 0;}
a:visited { color:#9ebae2; text-decoration:none; outline: 0; }
a:focus { outline:1px dotted #79160d; outline: 0; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }

input, textarea { }

hr { background:#eeeeee; border:none; color:#eeeeee; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.padded { margin-bottom: 15px; }

.section-title { margin-bottom: 20px; }

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eed484;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 10px;
  font-family: 'PT Sans', sans-serif;
  -webkit-appearance: none;
  border: 0;
  min-width: 160px;
  line-height: 38px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #eed484;
  border: 0;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* #Forms
================================================== */

form {
  margin-bottom: 20px; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #eeeeee;
  padding: 0 10px;
  line-height: 38px;
  outline: none;
  color: #999999;
  margin: 0;
  font-family: Arial;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  font-size: 13px;
      -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #eeeeee;
  color: #999999;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; width: 100%; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

/* =============== */
/* = Start CSS = */
/* =============== */

header {
  background: #ffffff;
  color: #9ebae2;
  line-height: 24px;
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 16px;
}

header a {
  color: #9ebae2;
}

header a:visited {
  color: #9ebae2;
}


header a:hover {
  color: #eed484;
  text-decoration: none;
}

#message {
  min-height: 1px;
  text-align: left;
}

ul.cart {
  margin-bottom: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  ul.cart { display: none;}
}

ul.cart li {
  display: inline-block;
}

#header { position: relative;  }

#logo a {
  margin: 0;
  padding: 0;
  position: relative;
    	display: block;
}

#logo img {
	max-height: 200px;
  	position: relative;
  	z-index: 1;
  	background: white;
}

#logo .logo-line {
	position: fixed; top: 130px; width: 1000px; border-bottom: 16px solid #eed484; height: 1px; left: -50px;
}

@media screen and (min-width: 767px) {
  #logo .logo-line { display: none;}
}

@media screen and (max-width: 767px) {
  #logo img {max-height: 100px;}
}



nav {
  position: absolute;
  bottom: 5px;
  right: 0;
}


nav.shunt-left {
	margin-right: 25px;
}

nav.shunt-right {
  	margin-left: 5px;
}

nav.shunt-left .nav {
    float: right;
}

@media screen and (max-width: 980px) {
  nav.shunt-left .nav {
    float: none;
    white-space: nowrap;
  }
  
  nav.shunt-right .nav {
  	white-space: nowrap;
    float: right;
  }
}

#navigation {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  
}

ul.nav-border {
	border: 2px solid #9ebae2;
}

ul.nav > li:hover > ul::before {
	width: 0;
    height: 0;
    top: -10px;
    left: 120px;
    content: "";
    position: absolute;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #9ebae2;
}

ul.nav > li:hover > ul.nudge-right::before {
	left: 50px;
}

ul.nav > li:hover > ul.nudge-left::before {
	left: 210px;
}

ul.nav {
  font-family: 'PT Sans', sans-serif;
  background: #ffffff;
  list-style: none;
  line-height: 40px;
  display: inline-block;
}


ul.nav li {
  display: inline-block;
  z-index: 8;
  position: relative;
  width: 110px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1220px) {
  ul.nav li{
  	width: 85px;
  }
}

ul.nav > li:hover {
  color: #eed484;
  background: #ffffff;
/*   background: transparent; */
}

ul.nav > li.nav-border:hover {
/* 	border: 2px solid #9ebae2;
  	border-bottom: none;
  	padding-bottom: 2px; */
}

ul.nav li a {
  font-size: 14px;
  font-weight: normal;
  color: #868686;
  height: 40px;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
}

@media screen and (max-width: 1220px) {
  ul.nav li a {
  	font-size: 12px;
    padding: 0;
  }
}

/* ul.nav > li:hover > a::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
  	z-index: 10;
  	height: 2px;
} */

ul.nav li ul.gridlock.row a {
	font-size: 12px;
}

ul.nav > li:hover > a {
  color: rgb(50,50,50);
  text-decoration: none;
  font-size: 18px;
  font-family: 'Reenie Beanie', cursive;
}

ul.nav > li.active-nav > a {
  font-size: 18px;
  font-family: 'Reenie Beanie', cursive;
  color: #eed484;
}

ul.nav li ul{
  display: none;
  position: absolute;
}

ul.nav > li > ul {
  left: 0;
  margin: 0;
  padding: 0;
}

/* ul.nav li ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  border-color: transparent transparent #eeeeee transparent;
  border-style: solid;
  border-width: 8px;
  margin-left: -8px;
  bottom: 100%;
  width: 0;
  height: 0;
} */

ul.nav li:hover ul{
  display: block;
/*   background: #ffffff; */
  background: rgba(255,255,255,0.8);
  text-align: center;
  width: 260px;
  margin-left: -70px;
}

ul.nav li:hover ul.nudge-right {
	margin-left: 0;
}

ul.nav li:hover ul.nudge-left {
	margin-left: -175px;
}

ul.nav li ul li{
  background: #ffffff;
  background: transparent;
  color: #868686;  
  min-width: 150px;
  display: block;
  padding-left: 5px;
  text-align: left;
}

ul.nav > li > ul > li {
	border-bottom: 1px solid #9ebae2;
  	text-align: left;
  	width: 100%;
}

ul.nav li ul li:hover {
/*   background: #ffffff; */
}

ul.nav li ul li a:hover {
  color: #eed484;
/*   background: #ffffff; */
}

ul.nav li ul li a{
  text-align: left;
  padding-left: 10px;
  color: #868686;
  text-transform none! important;
}

ul.nav li ul li .nav-sublist {
	display: none;
}

ul.nav li ul li .navarrow {
	color: #9ebae2;
    font-weight: bold;
    right: 0;
    top: 12px;
    font-size: 18px;
    margin: 0 10px;
    position: absolute;
}

ul.nav li ul li .nav-sublist.active {
	display: block;
  	position: relative;
  	background: transparent;
  	margin: 0;
}

ul.nav li ul li ul.nav-sublist li a{
  	font-size: 12px;
}

.down {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #868686;
}

.searchbox form {
  	font-size: 0;
}

.searchbox .button {
  min-width: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-left: 0;
}

.searchbox form, .searchbox input,
.searchbox button{
  margin-bottom: 0;
}

/* .searchbox form #q {
  font-size: 16px;
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  text-transform: none;
  border: 0;
  font-weight: 300;
  color: #9ebae2;
  text-indent: 5px;
  padding: 0;
  background: transparent;
} */

/*
.searchbox form #q:focus {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-align: left;
}
*/

/* custom code New London JO */
ul.cart li {
  vertical-align: bottom;
}
header .searchbox {
  float: left;
  padding: 0;
  margin-left: 44px;
}

@media screen and (max-width: 1220px) {
  header .searchbox {
  	margin-left: 5px;
  }
}

.searchbox form #q {
  border: 1px solid #95afce;
  border-right: none;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-align: left;
}

@media screen and (max-width: 1220px) {
  .searchbox form #q {
  	width: 130px;
  }
}

.searchbox form #q:focus {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.join {
	font-family: 'Indie Flower', cursive;
  	display: inline-block;
	float: right;
  	margin-right: 47px;
}

@media screen and (max-width: 1220px) {
  .join {margin-right:4px;}
}

@media screen and (max-width: 980px) {
  .join {float: none; margin-top: 20px; margin-left: 5px;}
}

/* end custom code */

/* New London custom JO */

.account-links {
	text-transform: uppercase;	
  	font-size: 11px;
  	margin-right: 20px;
}

ul.cart .cart-count a {
  display: block;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
/*   margin-right: 25px;
  min-height: 24px;
  padding-left: 25px; */
}

ul.cart .cart-count .cart-img {
  background: url(//cdn.shopify.com/s/files/1/0878/3986/t/9/assets/cart.png?v=11931499513857791119) left center no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  vertical-align: sub;
  display: inline-block;
}

.amazon-payments-pay-button {
	display: block !important;
}

@media screen and (max-width: 767px) {  
  ul.cart .cart-count .cart-img {
    height: 40px;
  	width: 40px;
  }
  
  ul.cart .cart-count {
  	margin-right: 8px;
  }
}

.social a {
/*   border-width: 2px;
  border-style: solid;
  border-radius: 100%; */
  height: 25px;
  line-height: 20px;
  text-align: center;
  width: 25px;
  display: inline-block;
  float: none;
  font-size: 18px;
/*   margin: 0 1% 0 0; */
  overflow: visible;
  color: #9ebae2;
}
.social a:hover { opacity: 0.62; }

/* .social .facebook  {color: #344c8a;}
.social .twitter   {color: #469ae9;}
.social .instagram {color: #8b572a;}
.social .pinterest {color: #c5001e;} */

/* TODO - style styling based on header tag */
header {
  margin-top: 15px;
  margin-bottom: 10px;
}
.shifter-enabled header  {
  position: static !important; /* TO DO - better fix for mobile nav */
}
header #above-navigation {
  height: 90px;
}
header #navigation {
  float: none;
}
header nav {position: static;}

header .social {
    width: 200px;
    display: inline-block;
  	margin-left: 20px;
}

@media screen and (max-width: 1220px) {
	header .social {width: 180px; margin: 0;}
}

@media screen and (max-width: 767px) {
  header .social {text-align: center;}
  #navigation-left, #navigation-right{display: none;}
  #navigation-right .header-divider {border-image: none;}
}

#navigation-left, #navigation-right {
	position: relative;
  	top: 50px;
}

/* Very hacky tablet fix */

@media screen and (max-width: 980px) {
  #navigation-right .row {
  	height: 78px;
    position: relative;
  }
  
  header .searchbox {
  	float: none;
    width: 185px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
 
}

.header-divider {
  border-bottom: 1px solid #eed484;
  content: "";
  border-image-width: 0px 0px 1px 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .header-divider {
  	border: none;
  }
}

/* Fix header inputs */

header form input[type=text] {
	height: 18px;
  	line-height: 18px;
  	font-size: 13px
}

/* new nav menu style */

.relative {
	position: relative !important
}

/* #mobile-search {
	position: fixed;
    top: 13px;
    left: 90px;
  	font-size: 30px;
  	display: none;
  	cursor: pointer;
}

@media screen and (max-width: 980px) {  
	#mobile-search {display: block;}
} */

#mobile-account ul.cart {
	display: none;
  	position: absolute;
  	top: 13px;
  	right: 0;
}

@media screen and (max-width: 767px) {  
	#mobile-account ul.cart {display: block; width: 50%;}
  
  	#mobile-account li a {font-size: 20px !important;}
  	#mobile-account ul.cart li.account-links {display: none;}
  
  #mobile-account .searchbox {display: none !important}
}	

/* end custom*/

/* .searchbox input::-webkit-input-placeholder {
  color: #9ebae2;
}
.searchbox input::-moz-placeholder {
  color: #9ebae2;
}
.searchbox input:-moz-placeholder {   /* Older versions of Firefox */
  color: #9ebae2;
}
.searchbox input:-ms-input-placeholder {
  color: #9ebae2;
} */

select#currencies {
  width: auto! important;
  min-width: initial! important;
  border: 0! important;
  font-weight: 300;
  color: #9ebae2;
  background: transparent;
  font-size: 16px;
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}


#nav-border {
  background: #eeeeee;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
	#content {
		margin-top: 60px;
	}
}

/* =============== */
/* = index.liquid = */
/* =============== */

h2 span { background: #ffffff; }

#left-images img, #right-images img { margin-bottom: 20px; }
#left-images img.last, #right-images img.last { margin-bottom: 0; }

.free-shipping {
  color: #9ebae2;
  text-transform: uppercase;
  font-size: 18px;
}

.line-header {
  color: #9ebae2;
  margin: 40px auto;
  text-align: center;
  width: 97.9166666666666667%;
  /*text-transform: uppercase;*/
  position: relative;
}
.line-header .line-content { z-index: 1; position: relative; padding: 0 15px; line-height: 24px;}
.line-header .line{position: absolute; top: 50%; width: 100%; border-bottom: 1px solid #eeeeee; height: 1px; left: 0;}

.homepage-content {
/*   margin-top: 70px; */
}

.homepage-content p {
  color: black;
  font-size: 16px;
  padding: 0 15px;
  line-height: 2;
  text-align: center;
}

.slider-caption {
    background-color: rgba(58%, 69%, 81%, .75);
    color: white;
    display: block;
    font-size: 45px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    padding: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
  	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1220px) {
  .slider-caption {
  	line-height: 45px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slider-caption {
  	font-size: 24px;
	text-align: center;
    padding: 10px 0;
  }
}

.promo-images { margin-top: 40px; margin-bottom: 40px; }
.promo-images a { display: block; position: relative; margin-bottom: 55px; }
.promo-images img { display: block;}
.promo-images strong {
  background-color: #95afce; 
  background-color: rgba(58%, 69%, 81%, .75);
  color: white;
  display: block;
  font-size: 29px;
  font-family: "Helvetica";
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  padding: 22px;
  position: absolute; bottom: 0; left: 0; right: 0;
  text-align: center; text-transform: uppercase;
}

#collection-loop h3 {
  margin: 10px 0;
}

ul#collection-loop { list-style-type: none; float: left; }
ul#collection-loop li { float: left; display: inline; }

ul#featured-posts { list-style-type: none; float: left; }
ul#featured-posts li { float: left; display: inline; }

/* Collection Badges */

.badge-box {
  position: absolute;
  top: 0;
}

.badge {
	color: white;
  padding: 5px;
}

.badge-box .badge img.icon  {
	display: inline-block;
    vertical-align: bottom;
    HEIGHT: 20px;
    margin-left: 10px;
}

.french-finds {
	background: #0055A4;
}

.top-seller {
	background: #9ebae2;
}

.italian-icons {
	background: #009246;
}

.american-allstars{
	background: #002868;
}

.german-gems{
	background: #eec900;
}

.swiss-swag {
	background: #FF0000;
}

.greek-goods {
	background: #001489;
}

.british-boons {
	background: #CC0000;
}

.spanish {
	background: #F1BF00;
}

/* =============== */
/* = Popup = */
/* =============== */

#subscribe_popup { padding: 20px; float: left; border: 3px solid #9ebae2; margin: 5px; text-align: center; max-width: 520px;}

#subscribe_popup h3 {font-family: "PT Serif"; color: #eed484; font-size: 40px; line-height: 40px; margin-top: 30px; margin-bottom: 36px;}
#subscribe_popup p {font-family: "PT Serif"; font-size: 22px; color: #999999; -webkit-font-smoothing: antialiased;}

#subscribe_popup #mce-EMAIL, #subscribe_popup #mc-embedded-subscribe {
	float: none;
}

#subscribe_popup #mc_embed_signup form {
	width: initial;
}

#subscribe_popup #mc-embedded-subscribe-form input[type=email]{
	border: 3px solid #9ebae2;
  	width: 100%;
  	padding: 12px 10px;
  	font-size: 14px;
  	font-family: "PT Serif";
}

#subscribe_popup #mc-embedded-subscribe-form input[type=submit] {
	border:none;
  	margin-top: 30px;
  	font-family: "PT Serif";
  	font-weight: normal;
  	font-size: 14px;
  	width: 100px;
  	padding: 5px 0;
  	height: 35px;
}

.fancybox-opened.fancybox-wrap {
	border: 3px solid #9ebae2;
  	background: blue;
}

.fancybox-overlay .fancybox-skin {
	padding: 0 !important;
}

/* =============== */
/* = collections = */
/* =============== */

ul#collection-loop { margin-top: 20px; }

#collection-description { text-align: center; }
#full-width-filter { overflow: hidden; margin-bottom: 20px;}

#sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #eeeeee;   }

#sidebar ul li a.current { border-bottom: 1px solid #eeeeee; text-decoration: none; }

#side-filter { width: 100%; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; margin-bottom: 20px; padding-top: 20px; }
#side-filter p { margin-bottom: 5px; }
#side-filter li { margin-bottom: 10px; }

ul#sortme h4 { margin-top: 10px; }
#full-width-filter .filter { float: left; margin-right: 20px; }
#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: block; border: 0; overflow: hidden; max-width: 175px; }
ul#sortme li { }
ul#sortme p {  }
.coll-filter {  }

span.customSelect {
  font:12px sans-serif;
  background:#fff url(//cdn.shopify.com/s/files/1/0878/3986/t/9/assets/select.png?v=16587562331302386311) right center no-repeat;
  border:1px solid #ddd;
  color:#555;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:175px;
}


ul#product-loop { padding-top: 10px; list-style-type: none; float: left; }
ul#product-loop li.product { float: left; display: inline; ; }

li.product { ; position: relative; margin-bottom: 20px; }
li.product img { margin: 0 auto; max-height: 275px; display: block;}
li.product img a { border: 0; }

.first { clear: left; }



#product-info {
  
  text-align: center;
}

#product-info h3 { font-size: 12px; margin-bottom: 1em; }
#product-info p { margin-bottom: 0; }
#product-info a { text-decoration: none! important; text-transform: uppercase; }
#show-sizes { margin-top: 5px; margin-bottom: 10px; }
#show-sizes span { background: transparent; padding: 0; }

#show-sizes .size.options { text-align: center; list-style-type: none; }

#show-sizes .size.options li {
  
  border: 2px solid #f5f5f5;
  margin: 0 3px;
  
  position: relative;
  display: inline-block;
  min-width: 25px;
  height: 25px;
}


#show-sizes .crossed-out { top: 2px; position:absolute; width:15px; height:15px; left:-2px; right:0; }

.prod-price { font-weight: bold; }
.was, .product-compare-price { text-decoration: line-through; }
.was { color: #666; display: inline; margin-left: 5px; }
.onsale { font-weight: bold; color: #b82b57; display: inline; }

.instagram { overflow:hidden; }

.new { background: url(//cdn.shopify.com/s/files/1/0878/3986/t/9/assets/transparency.png?v=14248602031016495773); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 2;  }
.sale-item { background: url(//cdn.shopify.com/s/files/1/0878/3986/t/9/assets/transparency.png?v=14248602031016495773); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; }
.so { background: url(//cdn.shopify.com/s/files/1/0878/3986/t/9/assets/transparency.png?v=14248602031016495773); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 3; }

.backto {
  margin-right: 10px;
  border-right: 1px solid #eee;
  padding-right: 5px;
}

.prev-prod {
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #eee;
}


/* ================ */
/* = Product page = */
/* ================ */

.add { clear: left; }


#bigimage { text-align: center; max-width: 386px; }

/*set a border on the images to prevent shifting*/
.thumbnail { border: 1px solid transparent; margin-bottom: 10px; }

/*Change the colour*/
.active img {border:1px solid #ccc !important;}

#product-price { font-size: 16px; margin-bottom: 10px; }

#add { margin-top: 20px; }

#product-description { border-right: 1px solid #eeeeee; padding-right: 20px; }
#product-description form { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding-bottom: 10px; }

#product-description h1 { line-height: initial; }

/* .facebook { float: left; margin-left: 10px; margin-right: 0px; }
.twitter { float: left; }
.pinterest { float: left; margin-right: 10px; } */

#related h4 { margin-bottom: 20px; }
ul.related-products { list-style-type:none; }
.related-products * { text-align:center; padding:0 }
.related-products div.image {  }
.related-products img { max-height: 98px; display: block; margin: auto;}
.related-products li { margin: 0 0 20px; }
.related-products {  }

.add { margin-top: 20px; margin-bottom: 0; }
.ajaxified-cart-feedback { margin: 0 0 20px; }
.ajaxified-cart-feedback.success {  }
.ajaxified-cart-feedback.error { color: #FF4136; }

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #eeeeee; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; }
#looked-at { margin-top: 20px; border-top: 1px solid #eeeeee; }
#looked-at h4 { margin-bottom: 20px; }

#recently-viewed-products img {
	max-height: 171px;
}

#product-photos {
	position: relative;
}

div.what-is-it {
  margin-top: 10px;
}
.what-is-it label {
  float: left;
  margin-right: 10px;
}

.selector-wrapper {
    clear: left;
    margin-top: 10px;
    display: inline-block;
}

.single-option-selector {
    margin-bottom: 10px;
  height: 40px;
  line-height: initial;
  padding-left: 10px;
  padding-right: 30px;
}

.selector-wrapper label {
    margin: 5px 0;
    margin-top: 10px;
}



.desc {
  float: left;
  margin-top: 20px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
  
#notify-me-wrapper input[type="submit"] {
  	min-width: initial;
    width: 120px;
}

#notify-me {
background: #9ebae2;
  padding: 5px 10px;
  color: white;
  border-radius: 10px;
  display: block;
  text-align: center;
}

/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; }
.cart-title { display: inline-block; }

table {
  width: 100%;
  border-collapse: collapse;
}


/* Zebra striping */
tr:nth-of-type(odd) {
}
th {
  background: #f9f9f9;
  font-weight: normal;
}
td, th {
  padding: 10px;
  border: 1px solid #eee;
  text-align: left;
}

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0; }
/*#basket-right input:last-of-type{position: absolute; left: -9999px}*/ /* LMAO */
#note { background: transparent; }

#cart-notes { margin-top: 20px; margin-bottom: 20px; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */

ul#blog-articles { list-style-type: none; }
.single-article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eeeeee; float: left; clear: left; width: 100%;}

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #eeeeee; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments { clear: left; float: left; border-top: 1px solid #eeeeee; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #eeeeee; padding-bottom: 20px; }

.blog-title { text-align: center; }
.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }

#page h1 {
	text-align: center;
}

.read-more {
	font-weight: bold;
  	text-align: right;
}

.side-bar-wrangler h3 {
	border-bottom: 1px solid #eeeeee;
  	padding-bottom: 5px;
  	font-size: 22px;
}

.blog_promo {
	margin-bottom: 25px;
  	width: 375px;
}

.year-header {
	font-size: 20px;
}

/* =============== */
/* = Search = */
/* =============== */

#search-bar { margin-top: 20px; border-bottom: 1px solid #eeeeee; }


/* ========== */
/* = Vendor = */
/* ========== */

#page .vendor-links {
	margin-bottom: 30px;
}

#page .vendor-links a {
	display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  	margin-left: 20px;
}

#page .vendor-links .vendor-link {
	list-style: none;
}

#page .brand-divider {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px dotted black;
  color: #9ebae2;
  padding: 10px;
  margin-bottom: 15px
}

.brand_navigator {
	text-align: center;
}

/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin: 0 10px;
}


a#view_address {
  display: block;
  margin-top: 10px;
}

.center {
  text-align: center;
}


/* =============== */
/* = Footer = */
/* =============== */

/* custom code New London JO */
.footer-container {
  background-color: #94aecf;
  clear: both;
  color: white;
  margin-top: 5em;
  padding: 40px 0;
  
}
  .footer-container h4 {text-indent: -9999em;}
  .footer-container a {color: #eec956 }
    .footer-container ul a { color: white; }

#footer-border { display: none; }
/* end custom code JO */

#footer {
/*   margin-bottom: 20px; */
}
#footer ul { list-style-type: none; margin-bottom: 20px;}

#footer-border {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  background: #eeeeee;
}

.icons {
  clear: left;
  white-space: nowrap;
}

li.icons a {
  color: #000000;
    background: #eeeeee;
  font-size: 18px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 5px 5px 0;
  float: left;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { display: inline; max-width: 60px; text-align: center;  margin-bottom: 10px; }

#footer #mc_embed_signup input {
	border: 1px solid white;
    -webkit-border-radius:0; 
    border-radius:0;
  	-webkit-appearance: none;
}

#footer #mc_embed_signup {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #footer #mc_embed_signup {
	margin: 30px 0;
  }
}

/* =============== */
/* = Mailchimp = */
/* =============== */

#mc_embed_signup {
  display: inline-block;
}

#mc_embed_signup form,
#mc_embed_signup button,
#mc_embed_signup input{
	margin: 0;
  	height: 24px;
  	line-height: 24px;
}

#mc_embed_signup input {
	border: 1px solid #95afce;
  	border-right: none;
    width: 170px;
}

@media screen and (max-width: 1220px) {
  #mc_embed_signup input {
  	width: 135px;
    min-width: inherit;
  }
}


#mc_embed_signup form {
	width: 200px;
    font-size: 0;
}

@media screen and (max-width: 1220px) {
  #mc_embed_signup form {
      width: 160px;
      font-size: 0;
  }
}

#mce-EMAIL {
  float: left;
  margin-right: 0;
  display: inline-block;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
  padding: 0 6px;
  width: 15%;
  min-width: 15%;
  display: inline-block;
  line-height: 40px;
}

header .button {
  background: #9ebae2;
}

/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */


#pagination { text-align: center; margin-top: 20px; padding-top: 20px; }
#pagination a { margin: 0 5px; background: #eeeeee; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #999999; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { font-size: 12px; margin-bottom: 20px; width: 100%; }
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }






/*
 * Shifter v3.1.2 - 2014-10-28
 * A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library.
 * http://formstone.it/shifter/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */


.shifter-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 0 0;
  display: block;
  overflow: hidden;
  border-right: 1px solid black;
}
.shifter-enabled.shifter-left .shifter-page {
  box-shadow: 0 0 0 0;
}
.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 0;
  background: #ffffff;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
          transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
}
.shifter-enabled .shifter-handle {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 10px;
  left: 10px;
  background: #ffffff;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.shifter-enabled .shifter-handle:after {
  height: 4px;
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #9ebae2;
  box-shadow: 0 10px 0 #9ebae2, 0 -10px 0 #9ebae2;
    color: #9ebae2;
  content: '';
  display: block;
  margin: auto;
}
.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
      -ms-transform: translate3D(-270px, 0, 0);
          transform: translate3D(-270px, 0, 0);
}
.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
      -ms-transform: translate3D(270px, 0, 0);
          transform: translate3D(270px, 0, 0);
}
.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
          transition: opacity 0.001s linear 0s, transform 0.2s ease;
}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}


nav.shifter-navigation {
  padding: 0 20px;
}
.shifter-navigation ul {
  margin-left: 10px;
  list-style: none;
  margin-bottom: 0;
}
nav.shifter-navigation {
  list-style: none;
}
.shifter-navigation li {
  padding: 10px 0;
  border-bottom: 1px solid #888;
}

.shifter-navigation li a {
  font-weight: bold;
  color: ;
}

.shifter-navigation li ul li {
  border-bottom: 0 none;
  padding: 5px 0;
  display: inline-block;
}

.shifter-navigation li ul ul.nav-sublist.active li {
  display: block;
}

.shifter-navigation .navarrow {
	color: #9ebae2;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
  	float: right;
  	padding: 5px 0;
  	cursor: pointer;
}

.shifter-navigation .nav-sublist {
	display: none;
}

.shifter-navigation .nav-sublist.active {
	display: block;
}

.shifter-navigation li ul li a {
  font-weight: normal;
  color: #9ebae2;
}

.shifter-navigation a:hover {
  color: #eed484;
}

.shifter-navigation li.searchbox {
  display: block;
  border: none;
}

.shifter-navigation .searchbox form #q{
  border: 1px solid #95afce;
  width: 100%;
  height: 30px;
}

.shifter-navigation li.account-links a{
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}

/* share */

.product #atstbx .at4-icon.aticon-compact {
	background: white; !important;
  	content: "Email to a friend";
  	color: #999999;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	text-indent: 0;
  	width: 135px;
    font-weight: bold;
}

.product #atstbx .at4-icon.aticon-compact:before {
	content: "Share with a friend";
  	display: block;
}

/*
 * Subscribe popup
 */
.subscribe-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.subscribe-popup .fade {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
    background: rgba(0, 0, 0, 0.4);
  	z-index: 1001;
}
.subscribe-popup .popup {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 325px;
    height: 400px;
    margin: auto;
    text-align: center;
    color: black;
  	z-index: 1002;
}
.subscribe-popup .line1 {
    font-family: "Times New Roman", Times, sans-serif;
    margin-top: 41px;
    font-size: 12px;
    text-transform: uppercase;
}
.subscribe-popup .line2 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 12px;
    font-family: Arial, sans-serif;
}
.subscribe-popup .line2 img {
  	width: 60px;
}
.subscribe-popup .line3 {
    margin-top: 11px;
    font-size: 8.1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}
.subscribe-popup .line4 {
    font-family: "Times New Roman", Times, sans-serif;
    text-transform: uppercase;
    max-width: 230px;
    margin: auto;
    margin-top: 8px;
    font-size: 11.4px;
    line-height: 1.3em;
}
.subscribe-popup .form {
    margin-top: 24px;
}
.subscribe-popup input[type=email] {
    width: 200px;
	min-width: 200px;
    height: 32px;
    border: 1px solid black;
    text-align: center;
    padding-top: 2px;
    font-size: 9px;
    letter-spacing: 0.4px;
}
.subscribe-popup input[type=email], .subscribe-popup button {
    float: none;
    margin: auto;
    display: block;
}
.subscribe-popup button {
    float: none;
    margin: auto;
    display: block;
    margin-top: 13px;
    height: 28px;
    width: 112px;
    min-width: 112px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 8.4px;
    font-weight: normal;
    background: black;
    letter-spacing: 0.9px;
}
.subscribe-popup button:hover {
  	background: #444;
}
.subscribe-popup .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 28px;
    right: 17px;
    cursor: pointer;
}
.subscribe-popup .close:hover:before, .subscribe-popup .close:hover:after {
    background-color: #444;
}
.subscribe-popup .close:before, .subscribe-popup .close:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: black;
}
.subscribe-popup .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}
.subscribe-popup .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 3px;
}
.subscribe-popup .error, .subscribe-popup .success {
  	display: none;
    padding: 20px;
    font-size: 20px;
    line-height: 1.2em;
    font-family: Georgia, "Times New Roman", serif;
}
.subscribe-popup .error {
  	padding: 32px;
}
@media all and (min-width: 900px) {
	.subscribe-popup .popup {
    	width: 485px;
    	height: 510px;
	}
    .subscribe-popup .close {
        width: 40px;
        height: 40px;
        top: 42px;
        right: 27px;
    }
  	.subscribe-popup .close:before, .subscribe-popup .close:after {
        width: 35px;
	}
  	.subscribe-popup .line1 {
      	margin-top: 50px;
    	font-size: 17px;
	}
  	.subscribe-popup .line2 {
      	font-size: 45.5px;
        margin-top: 10px;
	}
    .subscribe-popup .line2 img {
        width: 80px;
    }
    .subscribe-popup .line3 {
        font-size: 12px;
        margin-top: 26px;
    }
    .subscribe-popup .line4 {
        margin-top: 12px;
    	font-size: 17px;
	    line-height: 1.25em;
    }
    .subscribe-popup .form {
        margin-top: 20px;
    }
    .subscribe-popup input[type=email] {
        width: 300px;
        height: 49px;
        font-size: 14px;
    }
    .subscribe-popup button {
        margin-top: 20px;
	    height: 41px;
    	width: 170px;
	    min-width: 170px;
	    line-height: 41px;
      	font-size: 12.7px;
    }
}
