
	/* !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: 940px; /* 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: 1180px) {
		.gridlock .row { width: 1180px; }
	}
	@media screen and (max-width: 1000px) {
		.gridlock .row { width: 960px; }
	}
	@media screen and (max-width: 980px) {
		.gridlock .row { width: 720px; }
	}
	@media screen and (max-width: 740px) {
		.gridlock .row { width: 480px; }
	}
	@media screen and (max-width: 500px) {
		.gridlock .row { width: 300px; }
	}
	/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
	.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-1-1  { width: 10.25%; }
	.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
	.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
	.gridlock .row .desktop-31{ width: 24%;}
	.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: 100%; }

	/* 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) */
	@media screen and (min-width: 739px) and (max-width: 980px) {
		.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: 740px) {
		.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%; }
	}




body {	
    color: #333333;
    background: rgba(0,0,0,0);
    font-size: 14px; 
    font-family:'Open Sans', sans-serif;	
	line-height: 1.6em; 
	-webkit-text-size-adjust: none;	

	}
	
@font-face { 
  font-family: 'icons'; 
  src: url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.eot?1236156879335229258  '); 
    src: url(' //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.eot?1236156879335229258 ?#iefix ') 
      format("embedded-opentype"), url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.woff?1236156879335229258  ') 
        format("woff"), url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.ttf?1236156879335229258  ') 
          format("truetype"), url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.svg?1236156879335229258 #atlantic-icons ') 
            format("svg"); font-weight: normal; font-style: normal; 
            }

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

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family:'Muli', sans-serif;
	font-weight: normal;
	letter-spacing: .05em;
	margin-top: 0;
}

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


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

h2 {margin: 15px 0px;}
h2 { 
color: #872D49; }
p { font-size: 14px; margin-bottom: 10px; line-height: 1.7em;}
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { margin:0px;}

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

a { text-decoration:none; color: #872d49; outline: 0;}
a:hover { color: #b0b0b0!important; text-decoration:none; outline: 0;}
a:visited { color:#872d49; 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:#ffffff; border:none; color:#ffffff; display:block; height:1px; margin-top: 20px; width:100%;}

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

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

    .button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #872d49; 
	  border: 1px solid #872d49;
	  -moz-border-radius: 0px;
	  -webkit-border-radius: 0px;
	  border-radius: 0px;
	  color: #ffffff;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 0px;
	  line-height: normal;
	  padding: 6px 12px;
	  font-family: 'Open Sans', sans-serif; 
      -webkit-appearance: none; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffffff!important; 
		background: #858585;
	  border: 1px solid #858585;
	}

	.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 #ccc;
		padding: 6px 4px;
		outline: none;
	/*	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;*/
		font: 13px 'Open Sans', sans-serif;
		color: #000;
		margin: 0;
		width: 250px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #000;
 		-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: normal;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #000; }

#product-variants select {
height:25px;
line-height:20px;
border:1px solid #BBB;
font-size:13px;
padding:0px 0;
  margin-bottom: 5px;

}
 
#product-variants label {
float:left;
width: 110px;
margin-bottom: 3px;
}

#product-variants {
  margin-bottom:15px;
margin-top: 15px;}



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


#wrapper {  }


#top-row-solid {
padding-top: 6px; 
  padding-bottom: 6px;
  color: #ffffff!important;
background: #872d49;
  
 font-size: 12px;
text-align: center;
        letter-spacing: 0.02em!important;

}
#top-row-background {background: #3c3c3c;
}
#top-row { 
margin-top:0px;padding:15px 0px; margin-bottom:0px;
}


#top-row ul
{ 

 padding-top:0px;  list-style-type: none;
}
#content { margin-top:0px;min-height: 500px;  }
#content.home {min-height: 200px; }
ul#cart {   font-size: 11px; letter-spacing: .05em; margin-top: 3px; text-align: right; text-transform: uppercase;  }
ul#cart li { display: inline; margin-left: 10px;  }
ul#cart li a{  color: #fff!important; }
ul#cart li a:hover{ color:#ddd!important;  }
.search {

	height: 15px;
	padding: 0px 0px;
 margin-top: -4px;
  font-size: 13px;
letter-spacing: .05em;
}


.search input {
		border: none;
 		color: #000000;
 
 		}


#search-submit {
  outline:none;
  border:none;
  height:15px;
  width:20px;
  background:url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/icon-search.png?1236156879335229258) no-repeat;
  margin-top:10px;
  margin-right:0px;
  padding:0;
  float:right;
  display:block;

}
#search-form { 

  width:200px;
  height:18px;
  display:block;

  margin-top:5px;
  margin-right:0px;
}

#search-field {
 border: 1px solid #ccc;
  outline:none;
  padding:5px!important;

  font-size:10px;
  color: #000000!important;
  margin-left:0px;
  width:200px;
  background:url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/icon-search.png?1236156879335229258) no-repeat 175px;;
background-color: #fff;
  margin-top:0px;
}               

#search-field input{
 
    color: #000000!important;
    outline-width: 0px;
  outline-style: none;
}

.search-header p {font-size: 12px; color: #fff; margin-top: 8px; }


/*-----------*/


#leftlogoheader {}

#leftnavigation{background: #ffffff;
	font-family: 'Muli', sans-serif;
text-align: right;
margin-top:10px;
  	bottom: 0px;
  float: right;
}

.headertext {text-align: right;margin-right: -10px!important;}
.leftsearch {display: none; float:right;}
#navheader {  }

.left-nav { margin-top: 40px; margin-right: 0px!important;}
ul#nav li.last {margin-right: 0px!important;}

#leftheader {
margin-top:20px; margin-bottom:10px;
}


#leftheader ul
{
 padding-top:0px;  list-style-type: none;
}
/*-----------*/


#header { position: relative;
}

#logoheader { 
  text-align: center; margin: 0px auto;
}
#logo h1 { margin: 0px; padding: 0px; line-height: 40px; }
#logo {padding-top:10px;}
#logo img {margin-top: 10px;}

#navigation {
  margin-left:40px;    background: #ffffff;
font-family: 'Muli', sans-serif;
text-align: center;
margin-top: 0px;
  	bottom: 0px;
  	border-top: 0px solid #ffffff;
}
#border{
	width:100%;
	height:auto;
	padding:3px 0 4px 0;
	margin:0 auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5722a+1,daae36+13,fdd35f+26,fde575+43,a5722a+57,daae36+71,fdd35f+87,fde575+100 */
background: #a5722a; /* Old browsers */
background: -moz-linear-gradient(left,  #a5722a 1%, #daae36 13%, #fdd35f 26%, #fde575 43%, #a5722a 57%, #daae36 71%, #fdd35f 87%, #fde575 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a5722a 1%,#daae36 13%,#fdd35f 26%,#fde575 43%,#a5722a 57%,#daae36 71%,#fdd35f 87%,#fde575 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a5722a 1%,#daae36 13%,#fdd35f 26%,#fde575 43%,#a5722a 57%,#daae36 71%,#fdd35f 87%,#fde575 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5722a', endColorstr='#fde575',GradientType=1 ); /* IE6-9 */
z-index:999;
}
#border2{
	width:100%;
	height:auto;
	padding:3px 0 4px 0;
	margin:0 auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5722a+1,daae36+13,fdd35f+26,fde575+43,a5722a+57,daae36+71,fdd35f+87,fde575+100 */
background: #a5722a; /* Old browsers */
background: -moz-linear-gradient(left,  #a5722a 1%, #daae36 13%, #fdd35f 26%, #fde575 43%, #a5722a 57%, #daae36 71%, #fdd35f 87%, #fde575 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a5722a 1%,#daae36 13%,#fdd35f 26%,#fde575 43%,#a5722a 57%,#daae36 71%,#fdd35f 87%,#fde575 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a5722a 1%,#daae36 13%,#fdd35f 26%,#fde575 43%,#a5722a 57%,#daae36 71%,#fdd35f 87%,#fde575 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5722a', endColorstr='#fde575',GradientType=1 ); /* IE6-9 */
z-index:999;
}

ul#nav {
    list-style: none;
  height: 50px;
}

ul#nav li {
    display: inline-block;
    position: relative;
    z-index: 8;
}

ul#nav li:hover {
  color: #872d49!important;
	background: #ffffff;
}

ul#nav.active{
    color: #872d49;
	
}
ul#nav li a {
  font-size: 15px;

    color: #000000;
    height: 50px;
    display: block;
    padding: 0 35px 0 0;
    text-transform: uppercase;
    letter-spacing: .01em;
  	line-height: 50px;
}

ul#nav li a:hover {
    background: #ffffff;
      color: #872d49!important;
    text-decoration: none;
}

ul#nav li ul{
    display: none;
    float: left;
    position: absolute;
    top: 34;
    left: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
	border: 1px solid #ffffff;
}


ul#nav li:hover ul{
    display: block;
    background: #ffffff;
}

ul#nav li ul li{
    background: #ffffff;
	color: #5e4f4a;
    width: 150px;
    text-align: left;

}


ul#nav li ul li:hover {
    background: #ffffff;
}

ul#nav li ul li a:hover {
	color: #872d49;
	background: #ffffff;
}

ul#nav li ul li a{
  font-size: 12px;
    text-align: left;
    padding-left: 10px;
  padding-bottom: 5px;
    color: #5e4f4a;
	text-transform: none!important;
        height: 25px!important;
    	line-height: 25px!important;
    font-family:'Open Sans', sans-serif;
}

.down {
    float: right;
  	margin-top: -31px;
    margin-right: 7px;
    font-weight: bolder;
    font-size: 10px;
    color: #000000;
}

nav.primary select { display: none; }

#nav-border {
  margin-left: 0px;
	margin-top: 0px;
	margin-bottom: -1px;
	height: 1px;
	background: #ffffff;
  	position: relative;
}

#nav-border0 {
	margin-top: 0px;
	margin-bottom: -1px;
	height: 1px;
	background: none;
  	position: relative;
}
#header-border {
	margin-top: 0px;
	margin-bottom: -1px;
	height: 1px;
	background: #ffffff;
  	position: relative;
}



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

#left-images
{margin: 20px 0px 10px 0px!important;}

#right-images
{margin: 20px 0px 10px 0px!important;}

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



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

#spotlights {margin-top: 20px; margin-left: -10px!important; margin-right: -10px!important; margin-bottom: 0px;}


/*#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2 {
	color: #333333;
	border-bottom: 1px solid #ffffff;
	overflow: visible;
	line-height: 17px;
	height: 9px;
	margin: 40px auto;
	text-align: center;
	width: 97.9166666666666667%;
	text-transform: uppercase;
}

*/


#welcome-text h1{

	font-size:26px!important;:
	overflow: visible;

	margin: 0px auto 0px auto;
	text-align: center;
	width: 97.9166666666666667%;
	text-transform: uppercase;
}

#welcome-text h2{
  
}
#welcome-text p{ margin: 10px 150px; font-size: 15px;
}

#welcome-text { margin: 20px 0px 0px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #ffffff; background: #f3f3f3; }


/*#homepage-products span, #homepage-collections span, #homepage-blog span, #follow-us span {
	padding: 0 10px;
	background: #fff;
}*/

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

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

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

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


ul#collection-loop { margin-top: 20px; }
.collection-image {min-height: 200px;}

#collection-description {margin-top:20px; margin-bottom:20px; }

#collection-description-text {
  margin-left:150px; 
  margin-right:150px; 
	font-family:'Muli', sans-serif;
	letter-spacing: .05em;
	margin-top: 10px;
font-size: 16px!important;
}

#collection-description-text p {
	margin-top: 35px;
font-size: 16px!important;
}

#collection-description h1 { color: ;text-align: center;
font-size:23px!important;
margin: 30px 0px 40px 0px; text-transform: uppercase;}

#full-width-filter { overflow: hidden; margin-bottom: 20px;}

#sort {float:right;
  margin-top:0px;
  width: 290px;
}


#sort label{
    float: left;
    margin: 1px; 
  margin-right: 5px;
  
}


#full-width-filter { overflow: hidden; margin-bottom: 20px; }

#sidebar h1 { font-weight: normal; }
#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 #ffffff; margin-bottom: 20px;  }

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

#side-filter { width: 100%; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; 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; text-transform: uppercase;}
#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: block; border: 0; overflow: hidden; max-width: 175px; }
ul#sortme li { text-transform: uppercase; }
ul#sortme p {  }
.coll-filter { text-transform: uppercase; }

span.customSelect { 
    font:12px sans-serif;
    background:#fff url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/select.png?1236156879335229258) 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;
}
#product-meta, h3.linklist{
  margin-top:20px;
  text-align: center;
  font-size: 13px!important;
  letter-spacing: .1em;
  line-height: 16px;

}
#product-meta h3, h3.linklist, #product-meta h3 a {
  font-size: 13px!important;
  margin-bottom: 0px;
   text-transform: uppercase;
}

#product-meta h3 a:hover, h3.linklist a:hover{

  margin-bottom: 10px;
}

#product-meta p {
  margin: 0px;
  font-size:12px;
  font-style:italic;
}
.prod-price{
outline: 0;
  font-size: 12px;
}

#product-meta .price {padding-top: 10px;  color: #333333;}

#product-meta a:hover h3{  color: #872d49;!important}
ul#product-loop { padding-top: 10px; list-style-type: none; float: left; width:1180px; padding-right: 2px; padding-left: 2px;}
ul#product-loop li { float: left; display: inline; ; }
ul#product-loop2 { padding-top: 10px; list-style-type: none; float: left; width:100%;}
.product { ; position: relative; margin-bottom: 50px; 

}
.product {  ; position: relative; 
  margin-bottom:50px; 

}
.product img { display: block; margin: 0 auto; }
.product img a { border: 0; }



#product-image { margin-left: 0px;
  margin-right: -1px;  }




.first { clear: left; }

#product-info {
	display: none;
	padding: 30px 5px;
	background: url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/transparency2.png?1236156879335229258);
	position: absolute;
	width: 80%;
  height:80px;
	left: 10%;
	bottom: 5%;
	cursor: pointer;
	text-align: center;
	border: 1px solid #ccc;
	z-index: 10000;	
}

#product-info h3 { font-size: 12px;  line-height: 17px;}
#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; }
#show-sizes .size.options li { border: 0; margin: 0 3px; position: relative; float: none! important;}
#show-sizes .crossed-out { top: 0; position:absolute; width:15px; height:15px; left:-2px; right:0; }


.prod-price {font-size: 12px;  }
.was, .product-compare-price { font-size: 13px; text-decoration: line-through; }
.was { font-size: 13px; display: inline; margin-left: 5px; }
.onsale {font-size: 13px;  color: #cf1a5c; display: inline; }

.instagram { overflow:hidden; }

.new { background: url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/transparency.png?1236156879335229258); 
  padding: 5px 10px; 
  position: absolute; 
  top: 5px; 
  left: 5px; 
  border: 1px solid #66787f; 
  text-transform: uppercase; text-align: center; z-index: 2;  }

.sale-item { background: url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/transparency.png?1236156879335229258); 
  padding: 5px 10px; position: absolute; 
  top: 5px; left: 5px; border: 1px solid #66787f; 
  text-transform: uppercase; text-align: center; z-index: 2;}

.so { background: url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/transparency.png?1236156879335229258); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #66787f; 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 #444444;
}


#quantity { width:45px; margin-bottom:0; text-align:center; } 
.quantity label {float: left; padding:5px 10px 5px 0px;}
.quantity input {padding: 6px!important; background: #fff;}

.add-to-qty {
    display: inline-block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
}
.add-to-qty #qty-text {
    float: left;
    line-height: 36px;
    margin-right: 10px;
}
.add-to-qty {
    display: inline-block;
    float: left;
    margin: 0px 10px 0px 0;
    position: relative;
}

.add-to-qty #qty-text {
    float: left;
    line-height: 34px;
    margin-right: 10px;
}

.add-to-qty .desc-qty {
    background: url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/quantity-plus.png?1236156879335229258) no-repeat 100% 100% #bbbbbb;
    bottom: 0;
    position: absolute;
    right: 0;
}
.add-to-qty .inc-qty {
    background: url(//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/quantity-minus.png?1236156879335229258) no-repeat 100% 0 #bbbbbb;
    position: absolute;
    right: 0;
    top: 0;
}
.button-qty {
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 22.5px;
    line-height: 14px;
    padding: 4px 0;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    width: 20px;
    overflow: hidden;
    text-indent: -999px;
}
#pagination { text-align: center; margin-top: 10px; padding-top: 10px; }
#pagination a { margin: 0 5px; background: #872d49; padding: 3px 6px; color: #fff; }
#pagination a:hover { text-decoration: none; background: #333333; color: #fff; }
#pagination .current { background: transparent; }
.count { display: ; font-size: 12px; margin-right: 10px; line-height: 15px;}

.pagination {
  float: right; font-size: 12px; letter-spacing: .10em; 
text-transform: uppercase; margin-right: 20px;
}

.current{
  
  color: #872d49;
}

#breadcrumb { font-size: 11px; margin-bottom: 30px;  letter-spacing: .10em;  font-size: 12px;
 }
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }






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

  .thumbnail { margin-bottom: 4px; border: 1px solid #fff; }


/*set a border on the images to prevent shifting*/
 ul#thumbs img { border: 1px solid transparent; }


#product-description h1{text-transform: uppercase; color: ; padding-top:0px; 
  font-size: 22px; letter-spacing: .08em;padding-bottom: 0px;}

#product-description h3
{
  color: #872d49;
  font-size: 17px;
margin-top:20px;
}

#product-description h2
{
font-size: 14px;
  font-family:'Open Sans', sans-serif;	
line-height: 1.6em; 
padding-top:5px;
margin-top:0px;
}

#product-description h2.vendor{}

#product-description { 	padding-left: 10px; }
#product-description form { border-top: 0px solid #ffffff; 
  border-bottom: 0px solid #ffffff; padding-bottom: 0px; }

.product-text { font-family: Georgia, "Times New Roman", Times, sans-serif;  }



#product-description p {
margin: 10px 0px 10px 0px; 
}

#product_text { border-top: 1px solid #ffffff; 
  border-bottom: 1px solid #ffffff; padding-bottom: 10px;margin: 10px 0px; }



#bigimage { text-align: left;  cursor: pointer;  }

/*
#bigimage { text-align: left; max-width: 640px; max-height: 450px; }
#bigimage img {max-width: 640px; max-height: 430px;}*/
/*set a border on the images to prevent shifting*/
 ul#thumbs img { border: 1px solid transparent; }
 
 /*Change the colour*/
 .active img {border:1px solid #ccc !important;}

#product-price  {   
  border-top: 0px solid #ffffff; 
	font-family:'Muli', sans-serif; 
  font-size: 17px!important; 
  margin-bottom: 5px; 
  margin-top:5px!important;
  padding-top: 0px; }

#add { margin-top: 0px; }
.add {   
  font-size: 14px!important; 
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 10px 15px!important;
color:#fff!important;
}

.add {

border:none!important;
  border-radius: 0px;
}

.add:hover {
background-color: #B2B2B2!important;
border:none!important;
  
}
.sku {  font-size: 12px!important; 
  text-transform: uppercase;
  letter-spacing: .15em;
padding: 10px 0px;
  border-bottom: 0px solid #ffffff;
  
}
  
label {
display: block;
font-size: 14px;
color: #333;
margin-bottom: 8px;           
}

input[type="checkbox"], input[type="radio"], .checkbox, .radio {
margin:4px 5px 0 0;
float:left;
}

.ie9 input[type="checkbox"], .ie9  input[type="radio"], .ie9  .checkbox, .ie9  .radio,
.lt-ie9 input[type="checkbox"], .lt-ie9 input[type="radio"], .lt-ie9 .checkbox, .lt-ie9 .radio {
margin-top:2px;
}

.styled-input, input[type=text], input[type=tel], input[type=password], input[type=email], textarea {
border:1px solid #ccc;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
outline:0;
background-color:transparent;

padding:10px 9px!important;
font-size:12px;
-webkit-appearance:none;
margin-bottom:14px;
}
  
#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 { width: 100%; max-width: 100%; }
.related-products li { float:left; margin: 0 0 20px; }
.related-products {  }

#recently-viewed-products #divider h2{
 font-size: 12px;

}
#pop-one { max-width: 800px!important;}
#pop-two { max-width: 800px!important;}
ul#popups { max-width: 100%;margin: 10px 0 20px; list-style-type: none; }
ul#popups li {
  font-size:15px; 
  display: inline; 
  margin-right 12px; 
  border-right: 1px solid #ffffff; 
  padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }
ul#popups li.first2 { margin-left: 0; border-right: none;}
ul#popups li.first2 a {color: #872d49; }
ul#popups li a {color:#872d49;}
#pop-one h2 {font-size:20px; line-height: 30px; color: #872d49;}
#pop-one ul { margin-bottom: 15px; }
#pop-one li {list-style-position: inside; text-indent: -1em; margin-left: 60px; }
#pop-two h2 {font-size:20px; line-height: 30px; color: #872d49;}
#pop-two ul { margin-bottom: 15px; }
#pop-two li {list-style-position: inside; text-indent: -1em; margin-left: 60px; }

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

/* =============== */
/* = 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; }
.cart td, th { vertical-align: middle; 
  padding: 10px; 
font-size: 15px!important;
  text-align: left; 
}
#shopping-cart h3{font-size: px; color: #872d49;}
.small {font-size: 11px;}

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


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
  background: #ffffff; 
  font-weight: normal; 
  font-size: 12px;
  letter-spacing: .1em;
}
td, th { 
  padding: 5px; 
  vertical-align: top;
  text-align: left; 
}

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0px 10px 0px; font-size: 15px; }
#note { background: transparent;}
#shopping-cart h2 {font-size: 17px;}
#shopping-cart h1
{ color: #872d49;}
#cart-notes { margin-top: 20px; margin-bottom: 20px; }
a.continue-shopping {font-size: 10px;}



 .checkout-button

	{
	background-color: #FFEAE4!important;
	  border: 1px solid #FFEAE4!important;
	 /* -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;*/
	  color: #000000!important;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 6px 12px;
	  font-family: 'Open Sans', sans-serif; 
      -webkit-appearance: none; }

	.checkout-button:hover
{
	background-color: #B2B2B2!important;
		color: #ffffff!important;
	  border: 1px solid #B2B2B2!important;
	}



/* =============== */
/* = Blogs & Pages = */
/* =============== */
#page-center-blog {width: 70%; margin: 0px auto;}

#inspiration {margin-bottom:20px;}
#page h1 {text-align: center;text-transform: uppercase; margin: 30px 0px;
	color: #333333;
 }
#page h2 { color: #872d49; line-height: 30px;}

#page ul { margin-bottom: 15px; }
#page li {list-style-position: inside; text-indent: -1em; margin-left: 60px; }

#page {margin:10px 0px;}

ul#blog-articles {  list-style-type: none; }
.single-article { font-style: normal; margin-bottom: 20px; 
  padding-bottom: 20px; border-bottom: 1px solid #ffffff; 
  float: left; clear: left; }
ul#blog-articles h2{ text-align: ; font-size: 20px; text-transform: uppercase!important;}

#article-body h1{  text-align: left ; font-size: 20px; text-transform: uppercase;
  color: !important; margin-top:15px;}


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

#comments { clear: left; float: left; border-top: 1px solid #ffffff; 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 #ffffff; padding-bottom: 20px; }

.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; }

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

#search-bar {  margin-top: 20px; border-bottom: 0px solid #ffffff; }
#q { text-transform: uppercase; font-size: 11px; }


/* =============== */
/* = Customer Accounts = */
/* =============== */
#customer-wrapper {margin-top: 40px;}
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#customer-wrapper h2 {font-size: 15px; letter-spacing: .15em;} 
#customer-wrapper h1
{}


#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }

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

#order_details { float: left; }
	


.secondary1

	{letter-spacing: .15em;
	background-color: #FFEAE4!important;
	  border: 1px solid #FFEAE4!important;
	 /* -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;*/
	  color: #000000!important;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 6px 12px;
	  font-family: 'Open Sans', sans-serif; 
      -webkit-appearance: none; }

	.secondary1:hover
{
	background-color: #B2B2B2!important;
		color: #ffffff!important;
	  border: 1px solid #B2B2B2!important;
	}

.secondary

	{
}


	.secondary:hover
{
	background-color: #B2B2B2!important;
		color: #ffffff!important;
	  border: 1px solid #B2B2B2!important;
	}

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


#footer { background: #484848;
  margin-bottom: -10px;  color: #fff!important;  font-size: 13px; line-height: 1.5em;}
#footer ul { list-style-type: none;
}

  #footer-wide {background: #484848; margin-top: 0px; padding-top: 10px; margin-bottom: 0px;}
#footer ul li a, #footer .about-info a  { color: #fff!important;line-height: 1.8em;
}

#footer ul li a:hover, #footer .about-info a:hover  { color: #B2B2B2!important;
}

#footer h4{
color: #fff!important;
text-align: center;
  font-size: 14px;
  margin:20px 0px 30px 0px!important;
}

li.footermenu{  
display: inline-block;
padding: 0px 10px 0px 0px;
}
  li.footercopy {
      font-size: 13px;
  color: #918C86;
 

}

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

.icons { margin-top:30px; padding-top: 30px;clear: left; padding-right: 5px;  }
.icons img {margin-right:5px; }

ul.icons-top .icons {margin-top:-4px!important; padding-top: 0px; }

ul.icons-top li.icons a {
  color: #fff;
  font-size: 16px;
  width: 10px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 5px 10px 10px;
  float: right;
}
.mailing-list {line-height: 1.5em;}
.about-info {margin-bottom:20px; }
#mc_embed_signup {
	margin-top: 10px;

}


#mc_embed_signup .button{
border-radius: 0px; 
  	  padding: 10px 12px;  
letter-spacing: 0.15em;
  background: #f3f3f3; 
	  border: 1px solid #f3f3f3;
	  -moz-border-radius: 0px;
	  -webkit-border-radius: 0px;
	  border-radius: 0px;
	  color: #000;
}

#mc_embed_signup .button:hover
	 {
		color: #000!important; 
		background: #B3B3B3;
	  border: 1px solid #B3B3B3;
	}

#mce-EMAIL {
	float: left;
	margin-right: 10px;
  width: 200px;
   background: #f3f3f3;
  	  color: #000;

}
#email-input {width:240px; margin-right: 10px;
float: left;   
}

#mc-embedded-subscribe {
	float: left;

width: 200px;
  	padding: 6px 10px;
}

#payment { text-align: center; margin-top: 10px; margin-bottom: 0px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; }

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

#mobile-product { display: none; }

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


 #directededge-label{
display:none!important;
}
 #directededge-layout td th{
padding-top:0px!important;
  vertical-align: top!important;
}


.ir
{
  display: block;
  text-indent: -999em;
  overflow-x: hidden;
  overflow-y: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}



/*Tabs */
ul.tabs { display: block; 
  margin: 20px 0 15px 0; 
  padding: 0; 
  border-bottom: solid 1px #ccc; }
ul.tabs li { 
  display: block; 
  width: auto; 
  height: 30px; 
  padding: 0; 
  float: left; 
  margin-bottom: 0;
   text-transform: uppercase;
}
ul.tabs li a { 
  display: block; 
  text-decoration: none; 
  width: auto; height: 30px; padding: 0px 20px; 
  line-height: 28px; 
  font-size: 14px;
    letter-spacing: .03em;
  color:#474747;
  
font-weight:400;

  border: solid 1px #ccc;  
  border-width: 1px 1px 0 0; margin: 0; 

}
ul.tabs li a.active { 
  background-color:#872d49;
  height: 34px; 
  position: relative; 
  top: -4px; 
  padding-top: 4px; 
  border-left-width: 1px; 
  margin: 0 0 0 -1px; 
  color: #fff; 
  -moz-border-radius-topleft: 0px; 
  -webkit-border-top-left-radius: 0px; 
  border-top-left-radius: 0px; 
  -moz-border-radius-topright: 0px; 
  -webkit-border-top-right-radius: 0px; 
  border-top-right-radius: 0px; }
ul.tabs li:first-child a.active { margin-left: 0; }
ul.tabs li:first-child a { 
  border-width: 1px 1px 0 1px; 
  -moz-border-radius-topleft: 0px; 
  -webkit-border-top-left-radius: 0px; 
  border-top-left-radius: 0px; }
ul.tabs li:last-child a { 
  -moz-border-radius-topright: 0px; 
  -webkit-border-top-right-radius: 0px; 
  border-top-right-radius: 0px; }

ul.tabs-content { 
  margin: 0 0 20px; 
  display: block; }

ul.tabs-content > li { 
  display: none; 
  list-style: none outside none; }
ul.tabs-content > li.active { 
  display: block; }
ul.tabs:before, ul.tabs:after { 
  content: '\0020'; 
  display: block; 
  overflow: hidden; 
  visibility: hidden; 
  width: 0; height: 0; }
ul.tabs:after { clear: both; }
ul.tabs { zoom: 1; }




ul.tabs-content p a {
color: #872D49; }

ul.tabs-content td {
 padding: 6px;
  border: 1px solid #E6E6E6;
  vertical-align: top;
  text-align: left;
font-size: 12px
}




#tab1,#tab2,#tab3 { list-style:none; }



.id a {
  color: #C5C5C5;
  font-size: 11px;
}
.id  {

  font-size: 11px;
}

div.zoomWindow {  display: none! important; }
div.zoomLens {   opacity: 0! important; }


h3.linklist {text-align: center;}

.social_buttons, .social_buttons a {
  color: #444 !important;
}
.social_buttons a {
  padding-left: 5px;
}
.social_buttons a:hover {
  color: #444 !important;
}

@font-face {
  font-family: 'OutOfTheSandbox';
  src:url('//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/OutOfTheSandbox.eot?1236156879335229258');
  src:url('//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/OutOfTheSandbox.eot?%23iefix&1236156879335229258') format('embedded-opentype'),
    url('//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/OutOfTheSandbox.woff?1236156879335229258') format('woff'),
    url('//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/OutOfTheSandbox.ttf?1236156879335229258') format('truetype'),
    url('//cdn.shopify.com/s/files/1/0712/6589/t/7/assets/OutOfTheSandbox.svg%23OutOfTheSandbox?1236156879335229258') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'OutOfTheSandbox';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-menu, .nav a.icon-cart, #header a.icon-cart, .nav a.icon-user, .nav a.icon-search, .nav a.icon-pinterest, 
a.icon-pinterest, .nav a.icon-vimeo, .nav a.icon-tumblr, .nav a.icon-google-plus, a.icon-google-plus, .nav a.icon-facebook, a.icon-facebook, .nav a.icon-instagram, .nav a.icon-twitter, .icon-twitter, .icon-feed, .nav a.icon-linkedin, .icon-linkedin, .nav a.icon-vimeo-2, a.icon-vimeo-2, .nav a.icon-flickr, a.icon-flickr, .icon-phone, .nav a.icon-mail, a.icon-mail, .icon-mail, .icon-plus, .icon-checkmark, .nav a.icon-youtube, .icon-youtube, .icon-facebook, .icon-google-plus, .icon-pinterest, .icon-tumblr, .icon-instagram {
  font-family: 'OutOfTheSandbox';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.icon-menu:before {
  content: "\e000";
}
.icon-cart:before {
  content: "\e001";
}
.icon-user:before {
  content: "\e002";
}
.icon-search:before {
  content: "\e003";
}
.icon-pinterest:before {
  content: "\e004";
}
.icon-vimeo:before {
  content: "\e008";
}
.icon-tumblr:before {
  content: "\e009";
}
.icon-google-plus:before {
  content: "\e00b";
}
.icon-facebook:before {
  content: "\e007";
}
.icon-instagram:before {
  content: "\e006";
}
.icon-twitter:before {
  content: "\e00c";
}
.icon-feed:before {
  content: "\e005";
}
.icon-linkedin:before {
  content: "\e00d";
}
.icon-vimeo-2:before {
  content: "\e00e";
}
.icon-flickr:before {
  content: "\e00f";
}
.icon-phone:before {
  content: "\e00a";
}
.icon-mail:before {
  content: "\e010";
}
.icon-plus:before {
  content: "\e011";
}
.icon-checkmark:before {
  content: "\e012";
}
.icon-youtube:before {
  content: "\e013";
}
.breadcrumb { display: none; }

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
    
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
    

@font-face { 
  font-family: 'icons'; 
  src: url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.eot?1236156879335229258  '); 
  src: url(' //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.eot?1236156879335229258 ?#iefix ') format("embedded-opentype"), 
    url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.woff?1236156879335229258  ') format("woff"), 
      url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.ttf?1236156879335229258  ') format("truetype"), 
        url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/atlantic-icons.svg?1236156879335229258 #atlantic-icons ') format("svg"); 
          font-weight: normal; 
          font-style: normal; }




@font-face { 
  font-family: 'Museo Reg'; 
  src: url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo300-regular-webfont.eot?1236156879335229258  '); 
  src: url(' //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo300-regular-webfont.eot?1236156879335229258 ?#iefix ') format("embedded-opentype"), 
    url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo300-regular-webfont.woff?1236156879335229258  ') format("woff"), 
      url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo300-regular-webfont.ttf?1236156879335229258  ') format("truetype"), 
        url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo300-regular-webfont.svg?1236156879335229258 #museo300-regular-webfont ') format("svg"); 
          font-weight: normal; 
          font-style: normal; }
@font-face { 
  font-family: 'Museo Reg Bold'; 
  src: url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo500-regular-webfont.eot?1236156879335229258  '); 
  src: url(' //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo500-regular-webfont.eot?1236156879335229258 ?#iefix ') format("embedded-opentype"), 
    url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo500-regular-webfont.woff?1236156879335229258  ') format("woff"), 
      url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo500-regular-webfont.ttf?1236156879335229258  ') format("truetype"), 
        url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museo500-regular-webfont.svg?1236156879335229258 #museo500-regular-webfont ') format("svg"); 
          font-weight: normal; 
          font-style: normal; }


@font-face { 
  font-family: 'Museo Sans'; 
  src: url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-300-webfont.eot?1236156879335229258  '); 
  src: url(' //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-300-webfont.eot?1236156879335229258 ?#iefix ') format("embedded-opentype"), 
    url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-300-webfont.woff?1236156879335229258  ') format("woff"), 
      url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-300-webfont.ttf?1236156879335229258  ') format("truetype"), 
        url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-300-webfont.svg?1236156879335229258 #museosansrounded-300-webfont ') format("svg"); 
          font-weight: normal; 
          font-style: normal; }

@font-face { 
  font-family: 'Museo Sans Bold'; 
  src: url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-500-webfont.eot?1236156879335229258  '); 
  src: url(' //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-500-webfont.eot?1236156879335229258 ?#iefix ') format("embedded-opentype"), 
    url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-500-webfont.woff?1236156879335229258  ') format("woff"), 
      url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-500-webfont.ttf?1236156879335229258  ') format("truetype"), 
        url('  //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/museosansrounded-500-webfont.svg?1236156879335229258 #museosansrounded-500-webfont ') format("svg"); 
          font-weight: normal; 
          font-style: normal; }




body { 
  margin: 0px; border-bottom: 20px solid #484848; }

#homepage1 .flexslider .slides img {
  display: block;
  width: 100%;
  margin: 0 auto;
  width: auto;
    margin-top: 0px;
}
#homepage1 .flexslider {
  overflow: hidden;
}
@media all and (max-width: 1024px) {
#homepage1 .flexslider .slides img {
  display: block;
  height: auto;
  width: 100%;
}
}



#collection-description h2 a {

  font-size: 16px;
}

#collection-description h2 a:hover {
color:#333333!important;

}



/* Flexible iFrame */

.Flexible-container {
height: 400px;
    position: relative;
    padding-bottom:35%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

#instagram { width: 100%; 
float: left; 
clear: left; 
display: block; 
margin: 40px auto;
padding-bottom: 0px; 
padding-left:0px;
 }



#instafeed {
margin-top: 0px;
}

.instagram-image {
padding: 0px 2px 0px 2px ;
  max-width:16.66%; 
}
#checkout.button, #update-cart.button 
{font-size: 13px;
padding: 9px;
border:none;
letter-spacing: 0.08em;}

#update-cart.button {margin-right: 5px;background: #D4D4D4;}
#page-center {width: 80%; margin: 0px auto;}


ul#tags { font-size: 13px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul#tags li{   display: inline; margin-right: 5px;}
.property-wrapper { margin:15px 0px 0px 0px;}


.about td {padding:15px;}











nav.compact {background: #333; position: relative; }
nav.compact .nav-item { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; height: 50px; width: 33.33333%; font-family: 'icons'; -webkit-font-smoothing: antialiased; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; }
nav.compact .nav-item.dropdown .icon { font-size: 27px; margin-top: 16px; }
nav.compact .nav-item.account .icon { font-size: 27px; margin-top: 14px; }
nav.compact .nav-item.cart .icon { font-size: 41px; margin-top: 10px; }
nav.compact .nav-item.search .icon { font-size: 27px; margin-top: 14px; }
nav.compact .nav-item.cart .count { display: block; position: absolute; top: 14px; left: 50%; padding: 3px 3px 0px 3px; line-height: 10px; margin-left: 4px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; background-color:  #4f5558 ; border: 1px solid ; }
nav.compact .nav-item.cart .count span { position: relative; color: #333; font-family: 'Helvetica Neue'; font-size: 10px; margin: 0; padding: 0; top: -2px; }
nav.compact .nav-item > a, nav.compact .nav-item > div { position: absolute; top: 0; right: 0; 
  bottom: 0; left: 0; color:  #fff ; cursor: pointer; }
nav.compact .nav-item > a span, nav.compact .nav-item > div span { display: block; margin-top: 15px; text-align: center; }
nav.compact .nav-item > a:before, nav.compact .nav-item > div:before { content: ''; position: absolute; top: 11px; bottom: 11px; right: 0px; width: 1px; background-color:   ; }
nav.compact .nav-item.last a:before, nav.compact .nav-item.last div:before { display: none; }
nav.compact .nav-item.active { background-color: #181818; }
nav.compact .nav-item.active > a, nav.compact .nav-item.active > div { color: #333; }
nav.compact .nav-item.active > a:before, nav.compact .nav-item.active > div:before { display: none; }
nav.compact .nav-item.active .arrow { background-color: #ffffff; }
nav.compact .nav-item .dropdown-wrap { display: none; }
nav.compact .nav-item .dropdown-wrap.top { position: absolute; top: 100%; left: 0; }
nav.compact.account-enabled .nav-item { width: 24%; }
nav.compact .search-outer-wrap { display: none; position: absolute; top: 14px; bottom: -5px; left: 0; right: 0; background: white; font-family: 'icons'; -webkit-font-smoothing: antialiased; }
nav.compact .search-outer-wrap .search-wrap { display: block; top: 50%; left: 8%; right: 8%; width: auto; }
nav.compact .search-outer-wrap .search-wrap span { top: 7px; right: 10px; font-size: 32px; position: absolute; }
 
nav.compact .active { background-color: #181818; color: #666666; }


@media (max-width: 767px) { #navigation { display: none; } #header { width: 100%; margin: 0; } }

.mobile-dropdown {  position: relative; z-index: 5000; margin-top: -2px; background-color: #181818; display: none; }
@media (min-width: 768px) { .mobile-dropdown, nav.compact { display: none !important; } }
.mobile-dropdown .list.primary {text-transform: uppercase; background-color: #181818; margin: 0; padding: 0 0 0 0px; display: block; list-style: none; } 
.mobile-dropdown .list.primary > .first { border-top: none; padding-top: 10px; }
.mobile-dropdown .list.msecondary {  display: none; background-color: #1b1b1b; list-style: none; }
.mobile-dropdown .list.msecondary .list-item a { background-color: #1b1b1b; }
.mobile-dropdown .list.tertiary { display: none; background-color: #101010; }
.mobile-dropdown .list.tertiary .list-item a { background-color: #101010; }
.mobile-dropdown .list.quaternary { display: none; background-color: #060606; }
.mobile-dropdown .list.quaternary .list-item a { background-color: #060606; }
.mobile-dropdown .list .list-item { cursor: pointer; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.mobile-dropdown .list .list-item a { display: block; margin: 0 auto; padding: 19px 15px; width: 84%; min-width: 290px; font-size: 12px; color: #ffffff; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; position: relative; }
.mobile-dropdown .list .list-item .icon { font-size: 36px; position: absolute; top: 19px; right: 5px; height: 15px; width: 15px; background: url( //cdn.shopify.com/s/files/1/0712/6589/t/7/assets/main-sprite.png?1236156879335229258 ) no-repeat -162px -17px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
.mobile-dropdown .list .list-item.expanded > a .icon { background-position: -192px -17px; }

.mobile-dropdown.dark .list .list-item { border-top-color: rgba(0, 0, 0, 0.05); }
.mobile-dropdown.dark .list .list-item a { color: #000000; }
.mobile-dropdown.dark .list .list-item .icon { background-position: -162px -47px; }
.mobile-dropdown.dark .list .list-item.expanded > a .icon { background-position: -192px -47px; }


nav.compact.dark .nav-item.active > a, nav.compact.dark .nav-item.active > div { color: #000000; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
nav.compact.dark .nav-item.active .arrow { background-color: #000000; }
nav.compact.dark .nav-item.active .border { position: absolute; top: -1px; left: 0; right: 0; bottom: 1px; border-top: 1px solid rgba(0, 0, 0, 0.15); border-right: 1px solid rgba(0, 0, 0, 0.15); border-left: 1px solid rgba(0, 0, 0, 0.15); }


.main-header nav.compact { display: none; }
@media (max-width: 719px) { .main-header nav.compact { display: block; } }

ul#featured-posts { list-style-type: none; float: left; }
ul#featured-posts li { float: left; display: inline; }
#homepage-excerpt {text-align: center!important;}
#homepage-blog h3 {font-size:14px; margin-top:15px; margin-bottom: 0px; text-transform: uppercase; }
#homepage-excerpt p {margin-top: 15px;}
#homepage-excerpt img {
        width: 220px;
        height: 220px;
       -webkit-border-radius: 110px;
       -moz-border-radius: 110px;
       -ms-border-radius: 110px;
       -o-border-radius: 110px;
        border-radius: 110px;	
		border:1px solid #872d49;
		padding:4px;		
}
#homepage-blog h3  {  color: #333333!important;}
#homepage-blog .date {font-size:12px;}

#sidebar h3 {border-bottom: 1px solid  #ffffff; padding: 10px 0px; text-transform: uppercase; }
#sidebar h3 {font-size: 13px; margin: 0;line-height: 20px;}
#sidebar {font-style:normal!important; }
/* wishlist */
a.wishlist { display: block; margin-bottom: 17px; }
a.wishlist .icon { background: url(icon-wishlist.png) 0 0 no-repeat; width: 11px; height: 10px;margin-right: 10px; display: inline-block; }
a.wishlist span {text-transform: uppercase; font-size: 12px;  letter-spacing: 0.05em; }
a.wishlist:hover span { }
button.wishlist { background: url(icon-wishlist.png) 0 8px no-repeat; 
  border:0; text-transform: uppercase; font-size: 11px; font-weight: 400; letter-spacing: 0.05em; 
  color: #333333!important; padding-left: 20px; margin-bottom: 20px; }
button.wishlist:hover { background: url(icon-wishlist.png) 0 8px no-repeat; 
  border:0; text-transform: uppercase; font-size: 11px; font-weight: 400; letter-spacing: 0.05em; 
   padding-left: 20px; margin-bottom: 20px; }
.products-grid .wishlist { margin-left: 7px; border: 1px solid #878f92; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; text-indent: -999em; width: 36px; height: 36px; background: url(icon-wishlist.png) center 13px no-repeat; float: left; padding:0; }
.products-grid .wishlist:hover { border-color: #404e53; background-color: #404e53; background-position: center -27px; }
.products-grid .btn-top { text-align: center; display: inline-block; }
.products-grid .contact-form { display: inline-block; }

.quickview-button { text-align: center; margin-bottom: 27px; float: left; }
.quickview-button a { text-indent:-999em; background: url(icon-quickview.png) center 13px no-repeat; width: 36px; height: 36px; display: inline-block; border: 1px solid #878f92; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.quickview-button a:hover { border-color: #404e53; background-color: #404e53; background-position: center -27px; }

/* wishlist page */
table.wishlist-product { border:0; margin: 0 0 26px; }
table.wishlist-product thead th { font-size: 13px; padding: 25px 20px 20px; white-space: nowrap; }
table.wishlist-product thead th:first-child,
table.wishlist-product tbody td:first-child { padding-left: 0; }
table.wishlist-product tbody td { padding: 30px 20px; vertical-align: top; }
table.wishlist-product tbody td img { max-width: 96px; max-height: 154px; }
table.wishlist-product a.product-title { font-size: 14px; display: inline-block; margin-top: 17px; }
table.wishlist-product p > span { font-size: 14px; font-weight: 400; color: #272e31; display: inline-block; margin-top: 7px; }
table.wishlist-product a.btn-remove-wishlist { display: inline-block; width: 35px; height: 35px; text-indent: -999em; background: url(btn-remove.png) no-repeat center -2px; border: 2px solid #872d49; margin-top: 7px; }
table.wishlist-product a.btn-remove-wishlist:hover { background-color: #872d49; background-position: center -39px; }
table.wishlist-product .btn { display: inline-block; width: 35px; height: 35px; text-indent: -999em; background: url(btn-cart.png) no-repeat center -2px; border: 2px solid #75858c; padding: 0; margin-top: 7px; }
table.wishlist-product .btn:hover { background-color: #404e53; border-color: #404e53; background-position: center -37px; }
table.wishlist-product .a-right { text-align: right; }
table.wishlist-product .a-center { text-align: center; }
#wishlist a.share { text-transform: uppercase; font-size: 11px; font-weight: 700; color: #66787f; letter-spacing: 0.05em; padding-left: 27px; background: url(icon-share.png) no-repeat 0 center; }
#wishlist .main-content { padding-top: 40px; }
#wishlist .page-header { margin: 0; padding-bottom: 21px; }
#wishlist .main-content p { margin: 20px 0; }
#wishlist .main-content p.regular-product { margin: 0; }



#divider{
border-bottom: 1px solid #ffffff;
	overflow: visible;
	line-height: 20px;
	height: 17px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
  margin-bottom: 0px;
  clear:both;
}

#divider h2 {
      letter-spacing: 0.1em!important;
font-size: 20px;
margin: 40px auto; 
padding: 6px 0px 6px 0px;
width: 400px; 
background: #fff;
  border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  color: #872d49;}

#divider h2 a{

  color: #333333;}


#divider2{
border-bottom: 1px solid #ffffff;
	overflow: visible;
	line-height: 20px;
	height: 17px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
  margin-bottom: 30px;
  clear:both;
}

#divider2 h2 {
      letter-spacing: 0.1em!important;
font-size: 16px;
margin: 40px auto; 
padding: 6px 0px 6px 0px;
width: 400px; 
background: #fff;
  border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  color: #872d49;}

#divider2 h2 a{

  color: #333333;}

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

.read {font-style: normal!important;}

.play {margin: 40px auto 15px auto; text-align: center; padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}

.prev {float: left;}
.next {float: right;}

ul#categories {list-style-type: none;
  font-size: 14px;
  text-align: center; 
  padding: 10px 0px; 
  margin-bottom: 20px;
  margin-top:5px;
  text-transform: uppercase;

  border-bottom: 1px solid #ffffff;
}

ul#categories li {margin: 0px 10px; display: inline;}
ul#categories li a {  color: #333333; }
ul#categories li a:hover{ color:#872d49!important;  }

#lower-logo {  text-align: center;}
#lower-logo img { max-width: 100%;}


#veil {
	background: rgba(0,0,0,.8);
	position: absolute; top: 0; left: 0; bottom: 0; right: 0;
    z-index: 9999;
}

#veil #addToCartModal {
	background: #fff;
	box-shadow: 0 0 30px #000;
	width: 90%; max-width: 640px;
  	padding: 0 40px 40px 40px;
}

#veil #addToCartModal img {
	max-width: 160px;
	float: left;
	margin-right: 40px;
}

#veil #addToCartModal h1 {font-size: 18px; color: #fff; background-color: #872d49; margin: 25px 0; padding: 8px; font-weight: normal;}
#veil #addToCartModal p {font-size: 1.18em; color: #4d4c4c;}
#veil #addToCartModal span {font-size: 1.18em; color: #91201e;}

#veil #addToCartModal .buttons {text-align: center; margin-top: .5em; display: inline-block;}

#veil #addToCartModal .buttons a {
  display: block;
  padding: 11px 12px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 0.1px;
  -webkit-font-smoothing: antialiased;

  background: #872d49;
  border: 0px #872d49 solid;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: .5em
}

#veil #addToCartModal .buttons a:hover{
  background: #B2B2B2;
  color: #fff !important;
}

#veil #addToCartModal .buttons .checkout {
  background: #B2B2B2;
  border: 0px #B2B2B2 solid;
}

#veil #addToCartModal .buttons .checkout:hover {
	background: #B2B2B2;
}

#veil #addToCartModal .buttons p {
  margin: 1.5em 0 0;
  text-align: left;
  font-size: .9em;
  font-family: "Lato", sans-serif;
  font-weight: 400;

}

#veil #addToCartModal .buttons p span {
  color: #872d49;
  display: block;
  font-size: 1em;
  text-transform: uppercase;
}
   
#veil #addToCartModal .buttons p a {
  background: none;
  border: none;
  color: #872d49;
  display: inline;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 1em;

}

#veil #addToCartModal .buttons p a:hover {
  color: #333;
  background: none;
}
#veil #addToCartModal .buttons p a:hover{
 
  color: #B2B2B2 !important;
}

.brands {margin: 0px 200px; text-align: center;}
.brands img {margin: 0px 10px;}

.addthis_button_facebook_like
{
    width:53px !important;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
  background: #fff;

  box-shadow: 0px 5px 6px -3px rgba(2, 3, 3, 0.2);}



#home-image {margin: 0px}
#subscribe_popup, #subscribe_popup #mc_embed_signup {text-align: center;}
#subscribe_popup h3 {font-size: 25px;}
#subscription h2 {font-size: 20px; padding-top: 15px;}
#subscription {margin-top:50px;}