/*
* Vantage Shopify Theme
* Copyright 2014, Underground Media
* www.undergroundmedia.co.uk
* 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>
*/
/* !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; }
.searchdatacontainer{position: absolute;top: 37px;z-index: 9999;right: 0;display:none;width:200px;}
.searchdatacontainer .fa.fa-search{position: absolute;top: 14px;right: 5px;}
.gototop{width:34px;height:34px;border:1px solid #CCC;content:"^";position: fixed;bottom: 7%;
right: 7%;display: none;border-radius:16px;background:url(//cdn.shopify.com/s/files/1/0116/6692/t/16/assets/topbtn.png?12244153654464046563);cursor: pointer;background-size: 50%;background-position: center;background-repeat: no-repeat;}
@font-face {
    font-family: 'matrixregularoldstyleregular';
    src: url('matrixregularoldstyle-webfont.eot');
    src: url('matrixregularoldstyle-webfont.eot?#iefix') format('embedded-opentype'),
         url('matrixregularoldstyle-webfont.woff2') format('woff2'),
         url('matrixregularoldstyle-webfont.woff') format('woff'),
         url('matrixregularoldstyle-webfont.ttf') format('truetype'),
         url('matrixregularoldstyle-webfont.svg#matrixregularoldstyleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* !Rows, Widest to Thinest */	
.fullwidth .row  { width: 100%; }
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 980px; }
}
@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: 740px) {
  .gridlock .row { width: 480px; }
   .searchdatacontainer{width:100%;top:30px;}
  .headerright #cart{display: block;float: none;margin: auto;}
  .tanhead{text-align:center;}
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 300px; }
}
/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { display: none; }
.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) */
@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-fourth { width: 21.25%; }
  .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-0 { display: none; }
  .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%; }
}



/* Fullwidth Row
================================================== */
.prm .row { margin-left: auto; margin-right: auto; width: 1600px; /* Fallback */ }
.prm .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.prm .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.prm .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.prm .row [class*="desktop-"].right { float: right; }
.prm .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 */	
  .fullwidth .row  { width: 100%; }

@media screen and (min-width: 1220px) {
  .prm .row { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .prm .row { width: 1200px; }
}
@media screen and (max-width: 980px) {
  .prm .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .prm .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .prm .row { width: 300px; }
}


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

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

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

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

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

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .prm .row .max-1  { width: 6.25%; }
  .prm .row .max-2  { width: 14.5833333333333333%; }
  .prm .row .max-3  { width: 22.9166666666666667%; }
  .prm .row .max-4  { width: 31.25%; }
  .prm .row .max-5  { width: 39.5833333333333333%; }
  .prm .row .max-6  { width: 47.9166666666666667%; }
  .prm .row .max-7  { width: 56.25%; }
  .prm .row .max-8  { width: 64.5833333333333333%; }
  .prm .row .max-9  { width: 72.9166666666666667%; }
  .prm .row .max-10 { width: 81.25%; }
  .prm .row .max-11 { width: 89.5833333333333333%; }
  .prm .row .max-12 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .prm .row .max-push-1  { margin-left: 9.375%; }
  .prm .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .prm .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .prm .row .max-push-4  { margin-left: 34.375%; }
  .prm .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .prm .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .prm .row .max-push-7  { margin-left: 59.375%; }
  .prm .row .max-push-8  { margin-left: 67.7083333333334%; }
  .prm .row .max-push-9  { margin-left: 76.0416666666668%; }
  .prm .row .max-push-10 { margin-left: 84.375%; }
  .prm .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .prm .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
  
  .prm .row .tablet-1 { width: 14.5833333333333333%; }
  .prm .row .tablet-2 { width: 31.25%; }
  .prm .row .tablet-3 { width: 47.9166666666666667%; }
  .prm .row .tablet-4 { width: 64.5833333333333333%; }
  .prm .row .tablet-5 { width: 81.25%; }
  .prm .row .tablet-6 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .prm .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .prm .row .tablet-push-2 { margin-left: 34.375%; }
  .prm .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .prm .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .prm .row .tablet-push-5 { margin-left: 84.375%; }
  
  /* !Generic, fractions */
  .prm .row .tablet-third { width: 31.25%; }
  .prm .row .tablet-half { width: 47.9166666666666667%; }
  .prm .row .tablet-full { width: 97.9166666666666667%; }
  
  .prm .row .tablet-push-third { margin-left: 34.375%; }
  .prm .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .prm .row [class*="desktop-push-"], 
  .prm .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
  
  .prm .row .mobile-1 { width: 31.25%; }
  .prm .row .mobile-2 { width: 64.5833333333333333%; }
  .prm .row .mobile-3 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .prm .row .mobile-push-1 { margin-left: 34.375%; }
  .prm .row .mobile-push-2 { margin-left: 67.7083333333334%; }
  
  /* !Generic, fractions */
  .prm .row .mobile-third { width: 31.25%; }
  .prm .row .mobile-half { width: 47.9166666666666667%; }
  .prm .row .mobile-full { width: 97.9166666666666667%; }
  
  .prm .row .mobile-push-third { margin-left: 34.375%; }
  .prm .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

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



* {
  margin: 0;
}


html, body {
  height: 100%;
}

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

.first { clear: left; }


/* #Base Styles
================================================== */

body {
  background: #ffffff ;
  font-family:'Lato', sans-serif;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
  line-height: 1.6em;
  font-weight: 300;
}

/* #Typography
================================================== */

h1 {
    letter-spacing: 7px;
}

h1, h2, h3, h5, h6 {
  color: ;
  font-family:'Lato', sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}


h4 {
  color: ;
  font-family: 'matrixregularoldstyleregular';
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 3px;
}

.desc h4 {
 text-transform: uppercase; 
}

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

.section-title {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  text-align: center;
  margin: 30px 0 0;
}

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

p.date { }

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

a { text-decoration: none; color: #000000; outline: 0;
  -webkit-transition:color .5s ease-in;
  -moz-transition:color .5s ease-in;
  -o-transition:color .5s ease-in;
  transition:color .5s ease-in;
}

a:hover { color: ; text-decoration: ;}
a:visited { color:#000000; text-decoration: ; }
a:focus { outline: none; }

/* .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; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 0px 0; list-style:disc inside;}
li {  }
blockquote {     font-family: 'matrixregularoldstyleregular' serif;
    font-size: 12px;
    line-height: 24px;
    padding-left: 35px;
    color: #bebbb3;
    margin: 20px 0;
    letter-spacing: .3em;
}

input, textarea { }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

b {font-weight: bold;}
i { font-style: italic; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Fancy Lines
================================================== */


h3.fancy {
letter-spacing: 6px;
}

h3.fancy {
  position: relative;
  text-align: center;
}

h3.fancy span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h3.fancy:before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

h3.fancy:before {
  left: 0;
}

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

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #a1a98a; 
  border: none;
  
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  border-radius: 0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -webkit-appearance: none;
  
  color: #000000;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  font-family: 'Lato', sans-serif; 
      padding: 5px 5px;
    margin: 5px 0px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #000000;
  background: #cac7c0;
}

.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: 0; 
}
fieldset {
  margin-bottom: 20px; 
}

select {
  padding: 0; 
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}


input[type="checkbox"] {
  display: inline; 
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #bebbb3; 
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #aaa;		}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #aaa;	}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #aaa;		}		


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 10px 5px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  outline: none;
  font-size: 100%;
  font-family:'Lato', sans-serif;
  color: #000000;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #000000;
  -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; min-width: 300px; 
}

textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 10px 5px;
  outline: none;
    font-size: 100%;

}


/* #Header
================================================== */

.header.row.content-inner {
    margin-top: 0px;
}

.tanhead {
      color: #cac7c0;
  text-transform: uppercase;
      letter-spacing: .2em;
    font-size: 10px;
}

#wrapper { margin-top: 5px; }

#logo { line-height: initial; position: relative; text-align: center; clear: both; padding: 45px 20px 45px 20px; }
#logo a { font-family: 'Lato', sans-serif; font-size: 14px; text-transform: uppercase; font-weight: 400; color: #000000; text-decoration: none; }

.header.row.content-inner {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul#search li {
    margin-left: 0px;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    color: #cac7c0;
      display: inline-block;
}

.fa-search {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    color: #bebbb3;
    text-align: right;
    line-height: 10px;
  width: 20px;
}


#search input#q {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    color: #bebbb3;
    text-align: right;
    line-height: 10px;
}

#search input#q:hover {border: 1px solid #ddd !important;}

media only screen and (max-width: 479px) #search {
    text-align: center !important;
      margin: 30px auto !important;
}

#search input#q::-webkit-input-placeholder { /* WebKit browsers */
  color: #bebbb3;
}
#search input#q:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #bebbb3;
}
#search input#q::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #bebbb3;
}
#search input#q:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #bebbb3;
}	

#search input#q:focus {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow:  0 0 0;   
  border-bottom: 1px solid #dddddd;
  
}

ul#cart { text-align: right; float: right;
      width: 300px;
}
ul#cart li { display: inline-block; margin-left: 0px;  padding: 5px 0;
  text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    color: #cac7c0;}


/* #Navigation
================================================== */

@media screen and (min-width: 739px) and (max-width: 980px) {
  ul#nav li a { padding: 0px 30px !important}
}

#navigation { border-bottom: none;}
ul#nav { margin-bottom: 30px; list-style: none; height: 35px; text-align: center;}
ul#nav li { display: inline-block; position: relative;  }
ul#nav li:hover { background: #ffffff; }
ul#nav li a { font-family: 'lato', sans-serif ; font-weight: 300; font-size: 16px; color: #000000; line-height: 35px; display: block; padding: 0 50px; text-transform: uppercase; letter-spacing: 6px; }
ul#nav li a:hover { color: #848484; text-decoration: none; }

ul#nav li ul li a {
    font-weight: 300 !important;
}


.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  position: absolute;
  top: 15px;
  right: 5px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  left: 110px;
  top: -5px;
}

ul#nav li ul{
  display: none;
  position: absolute;
  top: 35px;
  z-index: 4;
  border: 1px solid #ffffff;
  left: 50%;
  background: #ffffff;
  text-align: center;
  padding: 10px;
  margin-left: -110px;
  width: 220px;
}

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

ul#nav li ul li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  float: left;
  display: block;
  width: 100%;
}

ul#nav li ul li a:hover {
  color: #848484;
}

ul#nav li ul li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 13px! important;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  padding: 0 10px;
  display: block;
}

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


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




/* #Content
================================================== */

#content {  margin-top: 20px;}


/* #Index.liquid
================================================== */



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
  clear: left;
  margin-bottom: 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#instafeed {
  float: left;
  margin-top: 30px;
}


.ch-hoverbox {
    position: relative;
}
.ch-hoverbox h3{position:absolute;top:40%;margin:auto;text-align:center;display:block;width: 100%;font-size: 20px;}
.ch-hoverbox .position-hoverbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0,0,0,0.7);
  padding:10px;
  display:block;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.position-hoverbox p{color:#FFF;}
.position-hoverbox a{color:#FFF;padding:10px 15px;border:1px solid #FFF;font-size:16px;margin-top:10px;display: inline-block;}
.ch-hoverbox img{display: block;}
.position-hoverbox a:hover{color:#000;background:#FFF;}
.ch-hoverbox:hover .position-hoverbox {
 	opacity: 1;
    filter: alpha(opacity=100);  
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.ch-hoverbox .position-hoverbox .hover{
	display: block;
    max-width: 100%;
    position: absolute;
    top: 50%;
  	left: 0;
    width: 100%;
  	padding: .625rem 1.875rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transition: translateY(-50%);
    -o-transition: translateY(-50%);
  	opacity: 0;  
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.ch-hoverbox:hover .position-hoverbox .hover{
  	opacity: 1;
    filter: alpha(opacity=100);
}
.home-page-title{text-align: center;margin-bottom: 30px;}
.home-page-title h2{font-size: 1.875rem;}
.home-page-title p{font-weight: normal; font-size:1.2em;margin-bottom:4px;}
.collectionHome{margin-top:30px;position: relative;}
.collectionHome .flex-direction-nav .flex-disabled{opacity: 1 !important;}
.collectionHome .flex-direction-nav a{opacity: 1;width: 50px;height: 100px;background-color: #000; padding: 10px;margin-top: -50px;}
.collectionHome .flex-direction-nav .flex-prev{left: 0;}
.collectionHome .flex-direction-nav .flex-next{right: 0;}
.collectionHome .flex-control-nav{bottom: -30px;}
.collectionHome .slides li{margin: 0 5px;}
.collectionHome .slides li:first-child{margin-left:0;}
.collectionHome .slides li img{width: 100%;}
.collectionHome .flex-direction-nav .flex-prev:before {
    top: 50%;
    position: absolute;
    margin-top: -25px;
  	content: "\f104";
  	left: 10px;
}
.collectionHome .flex-direction-nav .flex-next:before {
    top: 50%;
    position: absolute;
    margin-top: -25px;
  	content: "\f105";
  	right: 10px;
}
.collectionHome .flex-control-nav.flex-control-paging{display: none;}
.collectionHome .flex-viewport{overflow: auto !important;}
.home-mailing-list-form{font-size:14px;}
.home-mailing-list-form #mc-embedded-subscribe-form{width:33%;margin: 0 auto;border: 1px solid #000;padding: 10px 10px 0;}
.home-mailing-list-form #mc-embedded-subscribe-form input#line{width:100%;}
.home-mailing-list-form #mc-embedded-subscribe-form input#mailing-list-signup-email{font-size: 0.86rem;}
.home-slide-lookbook #hscr{position: initial;}
.home-slide-lookbook{margin-top: 30px;}
.home-slide-lookbook #hscr .arrow-wrapper.left{position: absolute;margin-top: -300px;left:0;}
.home-slide-lookbook #hscr .arrow-wrapper.right{position: absolute;margin-top: -300px;right:0;}
.home-mailing-list-form .mailing-list-form {padding: 10px 0 10px 0;}

/* #collection.liquid
================================================== */

i.fa.fa-search-plus {
    display: none;
}

#collection-loop { margin-top: 30px; }

.collection-image {
    margin-bottom: 20px;
}
.collection-index {
    text-align: center;
}
.collection-index h3 {
     font-size: 12px; 
  font-weight: 300;
}

@media screen and (max-width: 740px) {
#collectionpage {
    margin-top: -20px !important;
}
  .home-mailing-list-form #mc-embedded-subscribe-form{width:100%;}
}



#collectionpage h1 { text-align: center; }
.collection-description img {  }

#collections h3 { border-bottom: 1px solid #ffffff; padding-bottom: 5px;}
ul#links { margin-bottom: 10px;}
ul#links li { list-style-type: none; padding: 2px 0; display: block; }
.sidenav ul li a {
    color: #bebbb3;
}
.sidenav ul li a:hover{ text-decoration: none; color:#eeebe6;} 
.sidenav ul li.active a {text-decoration: underline; color:#000;}
.sidenav ul li a.current {text-decoration: underline; color:#000;}    


#collection-sidebar { margin-top: 30px; border-bottom: 1px solid #ffffff;  }


#collection-sidebar h4 { margin-bottom: 20px; }
#collection-sidebar ul { list-style-type: none; padding-bottom: 20px; }
#collection-sidebar ul li { margin-bottom: 5px; }

.sidenav {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 30px;
}

#dropdown {
  width: 100%;
  text-align: center;
}

#sorting-hat { border-bottom: 1px solid #ffffff; position: relative; background: ; padding: 10px; margin-top: 10px; }
ul#sortme { text-align: center; margin-bottom: 0;  }
ul#side-sortme { float: left; }
ul#side-sortme p { margin-bottom: 5px; }
ul#side-sortme li { clear: left; float: left; }
.clearfix.filter { display: inline-block; min-width: 200px; }
ul#sortme li { margin: 0 10px; }
ul#sortme p { margin-bottom: 5px; }
.coll-filter { height: 24px; width: 150px; margin-bottom: 0; padding: 0; }
#sortBox { height: 24px; width: 150px; margin-bottom: 0; padding: 0; }

#product-loop { margin-top: 30px; }
.hoverProduct{display:none;position:absolute;top:0;left:0;right:0;bottom:0;}
#product-loop .product-index-inner a:hover .hoverProduct{display:block;}
.product-index { position: relative; margin-bottom: 50px; text-align: center; }
.product-index img { margin-bottom: 20px; }
#collectionpage .product-index img {}
.fancybox-wrap .bigimage img{max-width:100%;max-height:100%;max-height:100vh;}
.fancybox-wrap .quick-shop{max-height:100%;}
#searchdata{cursor:pointer;}
.headerright{position:relative;}

.product-index h3 { font-size: 12px; font-weight: 300;}


.img2 { display: none; }

.onsale { display: inline-block; margin-right: 2px; color: #a1a98a; letter-spacing: .2em;
  }
.was{ display: inline-block; margin-left: 2px; text-decoration: line-through;  }

.icn { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  letter-spacing: 1px;
  opacity: 0.6;
  z-index: 2;
}

.sale-item.icn {
  background: #a2a98a;
  color: #fff;
}
.so.icn {
  background: #333;
  color: #fff;   
}

.pre-order.icn { 
  background: #d5d5d5;
  color: #eee;
}

.new.icn { 
  background: #fff;
  color: #333;
  border: 1px solid #ffffff;
}


.product-quick-view { max-width: 800px; }
.more_color{font-size:10px;margin-top:5px;}
/* ================ */
/* = Product page = */
/* ================ */

#negmarg {
    margin-top: -20px;
}

img.thumbnail.desktop-2 {
    max-width: 40px;
}

.addtocart input.add.clearfix {
    padding: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.addtocart input {
 min-width: 200px; 
}
.matrix {  
	font-family: 'matrixregularoldstyleregular';
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.product-form {
    margin-top: 40px;
}

.product-form h5 {
    color: #bebbb3;
    text-transform: uppercase !important;
}

.swatch .soldout {
 display: none; 
}

#product-description h1 {
    text-transform: capitalize;
    font-size: 20px;
}

#mobile-product { display: none; }

#product-photos, .product-photos { text-align: center; }
#bigimage, .bigimage { display: block; margin-bottom: 30px; }

.thumbnail {
  display: inline-block;
  vertical-align: top;
}

#teenyphotos {
  margin-top: 60px;
}

#product-description { position: relative; margin: 60px 0px;
    padding: 20px;}

#product-description label { float: left; margin-right: 10px; }
#product-description h1 { border-bottom: 1px solid #ffffff; 
    text-transform: uppercase;
    letter-spacing: .3em;}

#product-price {     
  font-size: 16px;
    font-weight: 100;
    letter-spacing: .2em; margin: 10px 0px 30px; }

.prod-price {
    letter-spacing: .2em;
}

span.compare-price {
  text-decoration: line-through;
  margin-left: 10px;
}

.product-add { padding: 0; line-height: 34px; }

.quantity { 
  font-weight: bold; 
  text-align: center; 
  margin: 0 5px! important; 
  width: 70px! important; 
  display: inline-block! important; 
  padding: 10px 0! important; 
  text-indent: 0! important;
  display: inline-block! important;
  float: left;
}

.up {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  display: inline-block;
  color: #000000;
  float: left;  
}

.downer {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  display: inline-block;
  color: #000000;  
  float: left;  
  clear: left;
}

.up:hover, .downer:hover { cursor: pointer; }


.add { margin-top: 20px; clear: left; float: left; width: 40%! important;}

.ajaxified-cart-feedback {
  padding: 10px 20px;
  line-height: 36px;
  font-size: 80%;
  vertical-align: middle;
  clear: both;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background: #f9f9f9;
}

.product-modal {
  	display: none;
	letter-spacing: 1px;
    position: absolute;
    top: 70%;
    width: 60%;
    margin-left: -30%;
  	padding: 10px 5px;
  	font-size: 11px;
	left: 50%;
}

.product-index-inner {
    position: relative;
}

.quick-shop .desc {
	padding-bottom: 20px;
}

a.full-click {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#recent { border-top: 1px solid #ffffff; padding-top: 10px; }
.desc { clear: left; display: block; border-bottom: 1px solid #ffffff; position: relative; border-top: 1px solid #ffffff; margin: 10px 0; padding: 20px 0 0;}
.what-is-it { margin-bottom: 10px; }

ul.view-more { margin-top: 10px; list-style-type: none; text-align: left;}
ul.view-more li { margin-bottom: 10px! important; }
ul.view-more li a { font-weight: 400; text-decoration: underline; }

#productnav { margin-left: 0; margin-top: 10px; margin-bottom: 10px; }

/* Reset */

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 0;
}

.accordion { margin: 20px 0 0! important; }

.accordion li {
  list-style: none;
  border-top: 1px solid #ffffff;
  margin-bottom: 0 !important;
}
.more_collection{margin: auto;text-align: center;font-size: 1.5rem;text-transform: uppercase;background: #a1a98a;max-width: 450px;display: block;padding: 10px 6px;line-height: 30px;}
/* = Selector = */

.select {
    display: none;
}

/* Layout & Style */

.accordion li > a {
  display: block;
  position: relative;
  min-width: 110px;
  padding: 10px 0;
  height: 40px;
  text-decoration: none;
  background: url(plus.png) no-repeat;
  background-position: center right;
}

.accordion > li:target > a,
.accordion > li > a.active {
  background: url(minus.png) no-repeat;
  background-position: right;
}

/* Sub Menu */

.sub-menu ul {
  border: 0;
}

.sub-menu li {
  border: 0;
}

.sub-menu em {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  color: #a6a6a6;
  font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
  display: none;
}

.accordion li:target > .sub-menu {
  display: block;
}




/* =============== */
/* = 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 { 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 0px solid #ffffff; 
  text-align: left; 
}

td a:hover img { 
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#basket-right { text-align: center; }
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }


#cart-notes { margin-top: 20px; margin-bottom: 20px; }
.continue_shopping{padding: 1px 10px;display: block;background:#a1a98a;margin-top:10px;}
.additional-checkout-button+.additional-checkout-button{margin-left:0px !important;}

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

ul#blog-articles { list-style-type: none; text-align: center; }
ul#blog-articles li { margin-bottom: 30px; border-bottom: 3px double #ffffff; min-height: 430px; padding-bottom: 30px; }

ul#posts { list-style-type: none; margin-top: 10px; }
ul#posts li { margin: 5px 0; }

#excerpt { margin-bottom: 10px; }
#excerpt img { margin-bottom: 10px; }
#excerpt a:hover {text-decoration: none;} 
#excerpt p { margin-bottom: 0; }

#paginate-bar { width: 100%; }
#paginate-bar .left { text-align: left; float: left; }
#paginate-bar .right { text-align: right; float: right; }

#article { margin-top: 30px; }
#article-body { margin-top: 30px; margin-bottom: 30px; }

#comments { border-top: 2px solid #ffffff; margin-top: 10px; padding-top: 20px; }
#comment-pagination { margin: 10px 0; padding: 10px 0; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }

#comments ul { margin-left: 0; list-style-type:none; }

#comments ul li {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px;
  border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}

.notice { background: #fbfbfb; margin-bottom: 10px; padding: 10px; border: 1px solid #ffffff; }

#comments form { }

#comment_body {  }
#comments dl { margin-top: 10px; }
#comments dl dt { margin-top: 10px; margin-bottom: 3px; }

/* Search
----------------------------------------------------------------------------------------------------*/

/* =============== */
/* = 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;
}
/* =============== */
/* = Footer = */
/* =============== */
.col {
    padding-left: 20px;
}

#footer { background: #ffffff; padding-top: 20px; padding-bottom: 20px; text-align: left; }

@media screen and (max-width: 500px) { div#big-footer {
    padding: 0px 20px;
}
}

#big-footer { 
  border-top: 1px solid #ffffff; 
  margin-bottom: 20px; 
  border-bottom: 1px solid #ffffff; 
  padding: 10px 0 30px; 
  list-style-type: none; 
}

#big-footer .alpha { border-right: 0px solid #ffffff; }
#big-footer .omega { border-left: 0px solid #ffffff; }

#big-footer { color: #000000; }
#big-footer a { color: #000000; }

#big-footer h4 {
  margin-bottom: 5px;
  color: #000000; 
  display: block;
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 300;
      padding-top: 20px;
}

#big-footer > div { padding: 0px; min-height: 100px;}


#big-footer ul {
  list-style: none;
  margin: 0;
  line-height: 20px;
  font-size: 8pt;
  margin-bottom: 10px;
}

#big-footer ul li { 
  margin: 0px;
      letter-spacing: .2em;
}

/* =============== */
/* = Email SignUp = */
/* =============== */

.email-signup {
width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
}

@media only screen and (min-width: 64.063em)
.email-signup {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 33.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.mailing-list-form {
    padding: 40px 0 20px 0;
    text-align: center;
}

.mailing-list-form p {
    margin-top: 25px;
}

input#line {
    width: 33%;
    text-align: center;
    border-bottom: 1px solid #000000;
    color: #000000;
  margin-bottom: 0px;
      min-width: 200px;
}

input#mailing-list-signup-email {
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-transform: uppercase;
        letter-spacing: .2em;
    padding: 0.75rem 0;
  background: #ffffff;
}

/* =============== */
/* = Social Icons = */
/* =============== */

#social-icons a {
  margin: 2px 0 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 14px;
}

#social-icons a:hover {
  color: #cac7c0;
}


#close { text-align: center;  line-height: 32px; color: #000000; padding-top: 40px; }

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

.readmore {
  font-style: italic;
  color: ;
}

#breadcrumb {
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

#breadcrumb a {
  padding: 0 5px 0 0;
  color: #999;
}

#breadcrumb p {
  padding: 0 5px 0 0;
  color: #000;
}

.separator {
  padding-right: 5px;
  
}

#paginate {
  text-align: right;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

#pagination { float: right; }


#pagination { 
      text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
    letter-spacing: .6em;
    text-transform: uppercase;
    font-size: 8px !important;
}
  
#pagination a { margin: 0 5px; background: #ffffff; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #000000; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


.padded { margin-bottom: 15px; }

#instagram-card { width: 100%; float: left; clear: left; display: block; margin-top: 30px; }
#instagram-card h3 { letter-spacing: initial; }


#instafeed > a:nth-child(8) {
  margin-right: 0;
}

#instafeed > a:nth-child(1) {
  margin-left: 0;
}


#instafeed > a:nth-child(9) {
  margin-left: 0;
}

#instafeed > a:nth-child(16) {
  margin-right: 0;
}



#recently-viewed-products h2 { margin-bottom: 30px; }


/* 
Swatches Styles
*/



.swatch { 
  margin:0.5em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}

.color label { width: 40px! important; }


.swatch label {
  color: #000;
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  background-color:#fcfcfc;
  /* Spacing between buttons */
  margin:0px 5px 10px 0;
  margin-right: 0! important;
  margin-bottom: 0! important;
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;
  /* The border when the button is not selected */
  border: #DDD 1px solid !important;
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  font-size:13px;
  height: 30px !important;
  width: 60px;
  max-width:60px;
  line-height:30px;;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 400;
}
.swatch-element label {  }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border:#999 1px solid !important;
  background: #333;
  color: #fff;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow:0px 1px 2px rgba(0,0,0,0.25);
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background: #fff;
  color:#000;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid #fff 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}


div#subscribe_popup {
    width: 480px;
	text-align: center;
  	padding: 0 0 0px;
}

#subscribe_popup #mc_embed_signup { border-top: 1px solid #ffffff;padding: 0px 0;}
div#subscribe_popup {width: 600px;height:400px;text-align: center;padding: 0 0 0px;}
.mailing_popup{background:url(https://cdn.shopify.com/s/files/1/0116/6692/files/couponcode.jpg?1000675663413740758);background-repeat:no-repeat;background-repeat: no-repeat;background-size: contain;width:100%;height:400px;display:table;}
.mailing_popup input#line{min-width:250px;background: #fff;border: 1px solid #ccc;}
.mailing_popup input#mailing-list-signup-email{max-width: 250px;background: #a1a98a;padding: 0.70rem 0;line-height:initial;}
.mailing_popup .mailing-list-form{padding:0px;display:table-cell;vertical-align:middle;height:85px;}



p.ajaxified-cart-feedback.success {
  font-size: 12px;
}

ul#social-icons {
 padding: 0px;
margin: 0px;! important;
list-style: disc inside none;
}

ul#social-icons li {
    display: inline-block;
    margin-left: 0px;! important;
    padding: 5px 0px;
}

#center {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#lookbook {
    width: 100%;
  height: 500px;
  margin-bottom: 30px;
  overflow-x: scroll; 
  overflow-y:hidden;
}

#horizontal { 
  width: 100%;
  height: 480px;
  white-space: nowrap;
}

#horizontal img{
    display: inline-block;
    vertical-align: top;
    padding-right: 12px;
    height: 100%;
  height: 500px;
  max-width: 800px;
  min-width: 320px;
  width: auto;
}

#horizontal img {display: inline !ie7;} /* to make it work in IE7 and below */

#hscr {
  position: absolute;
  width: 100%;
    margin-top: -300px;
      display: inline;
}

.arrow-wrapper.left img{
float: left;
      opacity: 1;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.arrow-wrapper.right img {
float: right;
      opacity: 1;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.arrow-wrapper.left img:hover{
      opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.arrow-wrapper.right img:hover{
      opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



p.ajaxified-cart-feedback.success {
  font-size: 12px;
}


.slicknav_menu {
    display:none;
}

.slicknav_btn { position: relative; width: 40px;display: block; vertical-align: middle; height: 28px; text-align: center; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; border-bottom: 1px solid #ffffff; }
.slicknav_nav .slicknav_arrow { display: none; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
        font-size:14px;
      font-weight: 200;
    letter-spacing: .3em;
}
/* Button */
.slicknav_btn {
        margin: 5px auto;        
        text-decoration:none;        
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);        
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;  
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {        
        color: #FFF;
        font-weight: 200;        
        text-shadow: 0 1px 3px #000;        
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  padding:5px;
}
.slicknav_nav {
        margin:0;        
        padding:0;
		font-family: 'Lato', sans-serif; 
  		font-weight: 200; 
  		font-size: 16px; 
  		color: #000000;
}
.slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow:hidden;
}


.slicknav_nav .slicknav_item {
        padding:10px;
        margin:2px 5px;
}
.slicknav_nav a{
        padding:10px;
  		text-align: center;
        margin:2px 5px;
        text-decoration:none;
        color: #000000;
}
.slicknav_nav .slicknav_item a {
        padding:0;
        margin:0;
}
.slicknav_nav .slicknav_item:hover {
	    background: #ffffff;
        color: #848484;   
}
.slicknav_nav a:hover{
	    background: #ffffff;
        color: #848484;  
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}


.slicknav_parent ul li a {
  text-transform: uppercase;
  font-size: 13px! important;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}

/* Footer Icon */
#chogo {
 text-align: left; 
margin-left: 1.04167%;
}

/* Top Middle Text */

@media screen and (max-width: 740px) {
p.nomarg {   text-align: center !important;}
  div#subscribe_popup {width: 480px;height:320px;}
  .mailing_popup{height:320px;}
}

p.nomarg {
    margin: 5px;
    padding: 0px;
}

.topleft {
float: left;
}

.topleft p.nomarg {
text-align: left;
  line-height: 14px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .8em;
  color: #cac7c0;

}

/* Share This */
.addthis_toolbox.addthis_default_style {
  margin-bottom: 10px;
}

.hidden-xs {
    display: block !important;
}

ul {
    list-style-type: none;
}

.social_buttons {
    margin-top: 20px;
}


/* Product Page Customization */
a.downer {
    display: none;
}

a.up {
    display: none;
}

input.add.clearfix {
    letter-spacing: 3px;
}


/* HomePage Customization */

ul#cart {
    color: #e2ded5;
}

ul#cart a {
    color: #cac7c0;
}

ul#cart a:hover {
    color: #e2ded5;
}

#big-footer ul li a {
    letter-spacing: .2em;
}

#close p {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .8em;
}


/* Page Customization */

.content-inner {
 margin-top: 20px; 
}

h1.matrix {
    text-align: center;
    padding: 20px 0px;
}

p {
    letter-spacing: 2px;
    line-height: 22px;
}

/* PopUp Customization */

p.large {
    font-size: 24px;
    letter-spacing: 2px;
    padding-top: 20px;
}

input#popup {
    margin-top: 20px;
    width: 80%;
}


/* Policy Customization */

.newspaper {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

}

@media screen and (min-width: 480px){
  .newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  
}

@media screen and (min-width: 992px){
  .newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
}

/* Shipping Customization */

.rates {
    padding: 30px 5px;
}

.rates p {
    padding-left: 10px;
}

.rates h3 {
    text-align: right;
}

.rates .row {
    padding: 10px 0px 10px 0px;
}

h5 {
    text-transform: none;
    color: #bebbb3;
}

/* FAQ Customization */

.row.content-inner.center {
    margin: auto;
    width: 60%;
}

div#faq {
    padding: 20px 0px;
    margin: 50px 12% 260px 12%;
    background-color: #fff;
}

#fixedimages {
    z-index: -1;
    position: fixed;
    top: 222px;
}

#fixedimages img.lefttop {
    margin-top: 80px;
    width: 20%;
    margin-left: 10%;
}

#fixedimages img.righttop {
    width: 30%;
    float: right;
    margin-top: 20px;
    margin-left: 40%;
}

#fixedimages img.leftbottom {
    float: left;
    width: 30%;
    margin-top: 7%;
}

#fixedimages img.rightbottom {
    width: 40%;
    margin-top: 10%;
    float: right;
}

/* Splash Page Customization */

#bg { position: absolute; top: 0; left: 0; z-index: 802;}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

@media screen and (max-width: 500px) {
  #bg { position: absolute; top: 0; right: 0; z-index: 802; min-width: 700px; min-height: 100%;}
.bgheight { height: 100%; }
 .position-hoverbox a{padding: 5px 10px;font-size: 14px;}
  .position-hoverbox p{font-size: 10px;line-height: 15px;}
  .ch-hoverbox{margin-bottom: 10px;}
  div#subscribe_popup {width: 300px;height:200px;}
  .mailing_popup{height:200px;}  
}
@media screen and (max-width: 320px) {
div#subscribe_popup {width: 260px;height:172px;}.mailing_popup{height:172px;}  
}

#splash {
  z-index: 902;
  position: relative;
  float: right;
  margin-right: 50px;
}

#splash h3 {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: .6em;
}

/* Contact Page Customization */

h4.sans {
      margin-bottom: 20px;
    color: #000000;
    display: block;
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 300;
    padding-top: 20px;
}

.padleft {
  padding-left: 20px;
}
