/*
* Icon Shopify Theme
* Copyright 2014, Underground Media
* www.shopifythemes.net
*
* 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; }


/* !Rows, Widest to Thinest */  
@media screen and (min-width: 1220px) {
  .gridlock .row { /*width: 1200px;*/ margin: 0 50px; width: auto; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row {
    margin: 0 10px;
    width: auto; 
  }
}
@media screen and (max-width: 980px) {
  .gridlock .row { 
    margin: 0 10px;
    width: auto; 
  }
}
@media screen and (max-width: 740px) {
  .gridlock .row { 
    /*margin: 0 10px;*/
    margin: 0;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .gridlock .row { 
    /*margin: 0 10px;*/
    margin: 0;
    width: auto; 
  }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; /*width:22%;*/ }
.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%;*/width:100%;  margin: 0 auto;}
.gridlock .row .desktop-10 { /*width: 81.25%; */

    margin: 0 auto;
    width: 75%;
}
.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-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%; }
}

* {
  margin: 0;
}

.first {/* clear: left; */}

html, body {
  height: 100%;
}

body {  
  color: #000000;
  background: #ffffff;
  
  font-size: 12px; 
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;  
  line-height: 1.6em; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  /*font-family:'Montserrat', sans-serif;*/
  font-weight: 700;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #444444! important; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

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

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

p.date { }

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

a { text-decoration: none; color: #444444; outline: 0;
  -webkit-transition:color 0.3s ease-in;
  -moz-transition:color 0.3s ease-in;
  -o-transition:color 0.3s ease-in;
  transition:color 0.3s ease-in;
}
a:hover { color: #444444; text-decoration: none;}
a:visited { color:#444444; text-decoration: none; }
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 20px 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: 20px 0; }

input, textarea { }

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

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

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

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

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  /*background: #333333; */
  border: none;

  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;

  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 300; 
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

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

.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; }
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-size: 11px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  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 {
  color: #444;
  -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; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: ;
  margin-bottom: 5px; }
select {
  width: 220px; }
input[type="checkbox"] {
  display: inline; }
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

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


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;  
  padding: 2% 17px;
  outline: none;
}

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

header { 
  
  /*border-bottom: 1px solid #f0f0f0;*/
  
}

.index header { 
  width: 100%; 
  
  background: #ffffff; 
  
  line-height: 50px; 
  position: fixed !important; 
  z-index: 20; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
}


.index .coverheader { 
  background: #ffffff; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}


header { 
  width: 100%; 
  background: #ffffff; 
  line-height: 50px; 
  position: fixed !important; 
  z-index: 20; 
  top: 0;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
}


.coverheader { 
  background: #ffffff; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}


.scrollheader ul#main-nav li a, .scrollheader ul#cart li a { color: #000000;}
.scrollheader ul#main-nav li a:hover, .scrollheader ul#cart li a:hover { color: #333333!important; }

.coverheader ul#main-nav li a, .coverheader ul#cart li a { color: #000000; }
.coverheader ul#main-nav li a:hover, .coverheader ul#cart li a:hover { color: #333333! important; }








header ul { margin-bottom: 0; }

.index .scrollheader ul#main-nav li a, .index .scrollheader ul#cart li a { color: #555; }
.index .scrollheader ul#main-nav li a:hover, .index .scrollheader ul#cart li a:hover { color: #000 !important;/*border-bottom:1px solid #000;*/}

.index .coverheader ul#main-nav li a, .index .coverheader ul#cart li a { color: #555; }
.index .coverheader ul#main-nav li a:hover, .index .coverheader ul#cart li a:hover { color: #000; }


#search { width: 100%; text-align: center; margin: 0 auto; }

#search_popup { text-align: center;  }
#search_popup #q { text-indent: 0; text-align: center; }



ul#cart { text-align: right; z-index: 5; position: relative; list-style: none; margin-top: 0; line-height:15px;}
ul#cart li { display: inline-block; padding: 0 0 0 10px; }
ul#cart li a { text-transform: uppercase; font-size: 10px; /*letter-spacing: 1px;*/ font-weight: 300; }

i.icon-shopping-cart {
  margin-left: 5px;
}

select#currencies {
  width: 65px;
  display: inline-block;
  float: none;
  margin-left: 10px;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  color: #000000;
}


#logo {
  /*text-align: left;
  margin-right: 20px;
  float: left;
  display: inline-block;*/
}

#logo a { 
 /* float: left; */
  font-family: 'Montserrat', sans-serif;
  font-size: inherit; 
  text-transform: uppercase; 
  font-weight: 300; 
  color: #000000; 
  text-decoration: none;
}

#logo img { 
vertical-align: middle; 
/*padding: 10px 0;*/ 
max-height: 60px;
width: 130px;
}

#content { height: 100%; margin-bottom: 50px; position: relative;/* z-index: 1; */margin-top: 100px !important; }


nav { 
  float: left; 
  display: inline-block;
}
/* Navigation */


ul#main-nav { 
  list-style: none; 
  text-align: left;
  margin-bottom: 0;
}


ul#main-nav li { 
  display: inline-block; 
  position: relative; 
  float: left;
  padding-right: 10px;
  height: 16px;
}


ul#main-nav li a { 
  /*font-family: 'Montserrat', sans-serif; */
  /*font-weight: 300;*/
  font-size: 10px; 
  display: block; 
  /*padding-right: 15px; */
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  line-height:15px
}


ul#main-nav li a.current {border-bottom:1px solid #000;  }


ul#main-nav li a:hover {
  text-decoration: none;
}


ul#main-nav li ul{
  display: none;
  position: absolute;
  top: 50px;
  z-index: 5;
  left: 0;
}

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

.index header ul#main-nav li ul { 
  
  background: #ffffff; 
  
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
  border: 0 none;
}



.index .coverheader ul#main-nav li ul { 
  background: #ffffff; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
  border: 1px solid #f0f0f0;
  border-left: 0 none;
  border-right: 0 none;  
}


.index header ul#main-nav li ul:before {
  content: "\F0D8";
  font-family: FontAwesome;
  position: absolute;
  left: 30px;
  top: -14px;
  line-height: initial;
  color: #ffffff;
  font-size: 20px;
  text-shadow: 0 -1px 1px #f0f0f0;

}



header ul#main-nav li ul { 
  background: #ffffff; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
  border: 1px solid #f0f0f0;
  border-left: 0 none;
  border-right: 0 none;  
}

header ul#main-nav li ul:before {
  content: "\F0D8";
  font-family: FontAwesome;
  position: absolute;
  left: 30px;
  top: -14px;
  line-height: initial;
  color: transparent;
  font-size: 20px;
  text-shadow: 0 -1px 1px #f0f0f0;

}

.coverheader ul#main-nav li ul { 
  background: #ffffff; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}



ul#main-nav li ul li{
  line-height: 30px! important;
  margin: 0; 
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent! important;
  min-width: 220px;
  float: left;
}



ul#main-nav li ul li a{
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}






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

/*#home { min-height: 900px; }*/
.home-sub-banners {
  min-height: 500px;
}

.home-sub-banners img {
  width: 100%;
}

@media only screen and (min-width: 740px ){
  .home-sub-banners {
    margin: 0 40px;
  }
}

@media only screen and (min-width: 740px ){
  .home-sub-banners-item {
  /*  width: 31.25%;
    margin-left: 1.0416666666666667%;
    margin-right: 1.0416666666666667%;
    float: left;*/
    margin-top: 30px;
  }
}

.home-sub-banners-item:last-child {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 740px) {
  .home-sub-banners-item {
    width: 100% !important;
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 6px !important;
  }
}

#homepage-collections, #homepage-products, #homepage-promo, #homepage-pages, #homepage-instagram { 
  width: 100%; 
  position: relative; 
  padding-top: 30px; 
  padding-bottom: 60px; 
}




#home-slideshow { min-height: 900px; }


#home-intro {
  margin-top: 100px;
  position: fixed;
  width: 100%;
  text-shadow: 0px 2px 2px rgba(000, 000, 000, 0.2);

}

section#homepage-promo { 
  background-color: #000000;
  
  background: url(//cdn.shopify.com/s/files/1/0819/1153/t/32/assets/home-promo-background.jpg?3355725006770835904);
  
  padding-top: 120px;
  padding-bottom: 120px;
}

section#homepage-promo h3 { color: #9e5d5d! important; }
section#homepage-promo, section#homepage-promo p { color: #000000! important; }

section#homepage-collections {
  background: #ffffff;
}

section#homepage-collections h2, section#homepage-collections .fr a { 
  color: #454545! important; 
}

section#homepage-promo img { border: 8px solid rgba(255,255,255,0.8); }
section#homepage-promo .pimg { min-height: 1px; }



section#homepage-products {
  background: #ffffff;
}

section#homepage-products h2, section#homepage-products .fr a { 
  color: #454545! important; 
}

section#homepage-pages {
  background-color: #e3e3e3;
  
  background: url(//cdn.shopify.com/s/files/1/0819/1153/t/32/assets/pages-promo-background.jpg?3355725006770835904)no-repeat;
  
}





section#homepage-instagram {
  background: #ffffff;
}

section#homepage-instagram h2 {
  color: #454545!important; 
}


.section-title {
  line-height: 60px; 
  text-align: left;
  margin-bottom: 30px;
  /*display:none;*/
  font-weight:normal;
}

.section-title h2{ 
  line-height: inherit;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}


.section-title h3{ 
  line-height: inherit;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}


.section-title h1 { 
  line-height: inherit;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  font-weight:normal;
  text-align:center;
  font-size: 10px;
  text-transform: uppercase;
}


.prod-vendor { text-align: center; }

#collection-loop { }

.collection-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}


#collection-loop .collection-details h3 {

}

#collection-loop .owl-controls.clickable {
  position: absolute;
  top: -30px;
  right: 0;
}

.owl-prev {
  display: inline-block;
}
.owl-next {
  display: inline-block;
  margin: 0 0 0 10px;
}

.collection-index { position: relative; }
.collection-info {  text-align: center; margin-top: 10px; }
.collection-info h3 { text-transform: uppercase; margin-bottom: 0; }
.collection-info p { margin-bottom: 0; text-transform: uppercase; font-size: 12px; }
.collection-image { padding: 2px; text-align: center; }


#instafeed {
  float: left;
  background: #fff;
}

.index img.instagram-image {
  width: 10%;
  padding: 0;
  margin: 0;
  float: left;

  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */  

  -webkit-transition: all .5s ease-in-out;
  opacity: 0.6;
}

.index img.instagram-image:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}


#social-area {
  text-shadow: 0px 2px 2px rgba(000, 000, 000, 0.2);
}




ul#home-icons {
  list-style: none;
  margin-bottom: 30px; 
  margin-top: 30px;
}

ul#home-icons li {
  display: inline-block;
  text-align: center;
  margin: 0 5px 0 0;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0);
  border-radius: 50%;
  line-height: 46px;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;  
}

ul#home-icons li a {
  color: #9e5d5d! important;
  font-size: 10px;
}

ul#home-icons li:hover a {
  color: #9e5d5d! important;
  font-size: 10px;
}

ul#home-icons li:hover {
  background: rgba(255,255,255,0.4);
}


.ci img { text-align: center; margin: 0 auto; }

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


.collection-title {
  border-bottom: 2px solid #f0f0f0;
  text-align: center;
}


p.view-full {
  margin-top: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}


.collection .bigimage {
  max-width: 99.4%;
}



span.prev-prod, span.next-prod {
  min-height: 1px;
}


.active {
 /*background: #e5e5e5;*/
  font-weight:bold;
}


#product-loop { margin: 0 auto; width: 100%; min-width: 100%; }

#collection-description { }
#collection-description h1 { text-align: center; margin-bottom: 10px; }

#collection-description .rte { border-top: 0; margin: 0; padding: 0; }
.product { margin-bottom: 50px; position: relative; }

.product-info {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
 /* display: none;*/
}

.product-quick-view { overflow: hidden; }
.product-info form { margin-top: 20px; }
.product-index .single-option-selector { margin: 5px auto 10px; }

.qvimages img { padding: 5px; }

.product-details { text-align: center; margin-top: 15px; }
.product-details h4 { color: #444444; margin-bottom: 3px; letter-spacing: initial; font-weight: 500; font-size: 10px;  }
.product-details h3 { /*color: #444444; margin-bottom: 3px; letter-spacing: initial; font-size: 12px; */

   color: #444444;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: initial;
    margin-bottom: 3px;
}

.price { 
  color: #444444; 
  margin-bottom: 3px; 
  letter-spacing: initial; 
  font-weight: 500; 
  font-size: /*12px*/ 10px;
}

.compare-price, .product-price {  }

.was, .product-compare-price, .compare-price {  text-decoration: line-through; }
.was { display: inline; margin-left: 5px; }
.onsale { display: inline; color: #ba2323; }


.icn {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 11px;
  border: 1px solid #f0f0f0;
  padding: 0 10px;
  background: rgba(255,255,255,0.6);
}


.new { z-index: 1; }
.sale-item { z-index: 3; left: 10px; right: initial; }
.so { z-index: 4; }


.product-modal {
  font-size: 11px;
  letter-spacing: 1px;
  position: absolute; 
  bottom: 20%;
  text-align: center;
  color: #ffffff;
  background: #000000! important;  
  padding: 3px 10px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  font-weight: 300;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;  
  text-transform: uppercase;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.product-modal:hover { color: #000000! important; background: #ffffff! important; }




.owl-pagination {
  text-align: center;
}
.owl-page.active {
  background: transparent;
}

.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view { width: 720px; }
.product-quick-view .product-photos { float: left; width: 48%; margin-right: 1.9%; }
.product-quick-view #product-right { float: left; width: 48%; margin-left: 1.9%; }


.show { display: none; }

#sidebar.sticky { float: none; position: fixed; top: 20px; z-index: 6; left: auto; }
#bside { /*float: right;*/ float:none;  }

#sidebar h1 { margin-bottom: 20px; }
#sidebar h4 { text-transform: uppercase; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #f0f0f0; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li a.current { border-bottom: 1px solid #f0f0f0; text-decoration: none; }


#sidebar img { margin-bottom: 20px; }

.sorting label {
  clear: none;
  margin-right: 10px;
  line-height: 16px;
  display: inline-block;
}
select#sort-by, select.coll-filter {
  width: initial;
  background: transparent;
  border: 0;
  display: inline-block;
}

select.coll-filter { 
  margin-right: 20px; 
}

.sorting {
  width: 100%;
  text-align: right;
  display:none;
}

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

#product-description form .selecter {
  display: inline-block;
  width: 70%;
  margin-top: 2px;
  outline:none;
}

.selector-wrapper label { float: left; margin-right: 20px; line-height: 40px; min-width: 40px;  }


#bigimage { text-align: center; margin-bottom: 20px; max-width: 548px; }
.active img {border:1px solid #ccc !important;}

img.zoomImg { background: #ffffff; }

.thumbnail { margin-bottom: 10px; }
#product-price { padding-bottom: 10px; font-size: 10px; color: #666; margin-bottom: 10px;/* border-bottom: 1px solid #f0f0f0;*/  }


#product-description { 
    border-right: 1px solid #ddd;
    margin: 10% 0;
    padding-right: 15px;
    text-align: center;
    width: 100%;
}
#product-description h1, #product-right h5 { 
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
    /*color:#666;*/
    margin-bottom: 0;
  
}
#product-description form { margin-bottom: 10px; /*border-bottom: 1px solid #f0f0f0;*/ padding-top: 10px; }
#product-description form label {  
    float: none;
    margin: 0;
    min-width: 0;
    text-transform: uppercase;
    font-weight:normal;
  border: 1px solid #fff;
}

.product-add { padding: 0; }

.add { text-transform: uppercase; margin: 20px 0; display: block! important; clear: left; width: 50%! important; word-break: break-word; }

.desc { padding-top: 20px; padding-bottom: 10px;  }
.full-click { display: block; text-align: center; margin-top: 20px; }



#related { border-top: 1px solid #f0f0f0; margin-top: 20px; padding: 20px 0; float: left; text-align: center; } 
.related-carousel .owl-item {
    padding: 10px;
}

#social { float: left; width: 100%; padding-bottom: 10px; }

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

#back-forth img { margin: 0 5px; vertical-align: middle; }

.backto {
    color: #555;
    display: block;
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.prev-prod { margin-right: 10px; }
.next-prod { margin-left: 10px; }

.prev-prod, .next-prod {
  display: inline-block;
}

.share-icons a {
  margin: 0 5px;
}

.what-is-it { margin-bottom: 15px; }
.what-is-it label { display: inline; margin-right: 10px; }


#product-carousel { }

#product-carousel .product-car {
  padding: 0;
  margin: 5px;
  position: relative;
}

#product-carousel .product-car img {   }

.customNavigation{
  margin: -5px 0 10px;
  text-align: center; 
  position: relative;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover { cursor: pointer; }

.btn.next {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  right: -30px;
  top: 85px;
}

.btn.prev {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  left: -30px;
  top: 85px;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 30px;
  height: 5px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  background: #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


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

div.zoomContainer {
  z-index: 1;
}


#product-header {
  float: right;
    margin-bottom: 5px;
    text-align: right;
    width: 76px;
}

#product-header div {
   float: left;
    min-height: 1px;
   margin: 8px;
}

#product-header h1 { 
  width:100%;
  margin-bottom: 0;
  line-height: 60px;
  border-bottom: 1px solid #f0f0f0; 
}

.product .rte, .collection .rte, .index .rte {
  margin-top: 7px;
  /*border-top: 1px solid #f0f0f0;*/
  padding-top: 15px;
}



#related 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; }

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


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

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

.cart-empty {
  margin-bottom: 300px;
}

#looked-at {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 100px;
}

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

.cart-newarrivals {
  overflow: hidden;
  margin-bottom: 50px;
}

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

.rte h1 {
  /*border-bottom: 0! important;*/
}

#page { clear: left; margin-bottom: 50px; margin:0 auto;   }
#page h1 { text-align: center;  padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#page h1.page-title { text-align: left! important; }

#page-sidebar h2 { border-bottom: 1px solid #f0f0f0; line-height: 60px; }
#page-sidebar ul { list-style-type: none; }
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}


#article-loop { margin: 0 auto; width: 100%; min-width: 100%; }

.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 20px;
}

.article-info {  }
.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: initial; margin-bottom: 10px; text-align: center; }
.posted { text-align: center; margin-bottom: 20px; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 12px; margin-bottom: 0; }
.article-info a { text-decoration: none! important; text-transform: uppercase; }
.article-content { margin-top: 10px; margin-bottom: 10px; }
.article-index .share-icons { text-align: center! important; }
.article-index .readmore { text-align: center! important; }

.share-icons a { color: #444444; }
.share-icons a:hover { color: #222222; }

#blog-article .share-icons { text-align: center! important; }


ul#blog-articles, #blog-article { list-style-type: none; }
.single-article { margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }

#blog-sidebar h2 .icon-rss {
  float: right;
  font-size: 16px;
}

#blog-sidebar #social-icons { font-size: 90%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#blog-sidebar #social-icons a { color: #444444; }
#blog-sidebar #social-icons a:hover { color: #222222; }


#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; }
#twitter-card h3, #facebook-card h3, #instagram-card h3 { letter-spacing: initial; }

#fb-root { display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}


#page .share-icons { margin-bottom: 20px; text-align: left; margin-top: 20px;  }
#page .share-icons a { margin-right: 10px; }

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

#comments h4 { text-align: center; }

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

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


.readmore { clear: left; text-align: left; margin: 30px auto; }
.readmore a { color: #999999! important; background: #eeeeee! important; padding: 10px 20px; -webkit-transition: background 0.3s ease,color 0.3s ease; -moz-transition: background 0.3s ease,color 0.3s ease; -o-transition: background 0.3s ease,color 0.3s ease; transition: background 0.3s ease,color 0.3s ease; }
.readmore a:hover { color: #ffffff! important; background: #999999! important; text-decoration: none; }


ul#social-icons {
  list-style: none;
}

ul#social-icons li { display: inline-block; margin-right:10px; }

ul#blog-recent, ul#blog-tags { 
  list-style: none; 
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}


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

#search-bar { margin-bottom: 20px; margin-top: 20px; /*border-bottom: 1px solid #f0f0f0;*/ }
#search-bar #q {width: 300px;  text-align: center;}
@media only screen and (min-width: 740px){
  #search-bar #q {text-align: inherit;}
}
#q { text-transform: uppercase; }

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

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

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

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

#order_details { float: left; }

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


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

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

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


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

.center { 
  text-align: center;
}

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


@media only screen and (min-width: 1024px ){

  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -52px; 
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
  .site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 52px; 
  }


}



#footer-wrapper { z-index: 2; clear: left; /*border-top: 1px solid #f0f0f0;*/  padding-top: 20px; }

#footer { padding: 0; /*text-align: center;*/ }

#footer ul {
  list-style: none;
  /*line-height: 47px;*/
  margin-bottom: 0;
}

#footer ul li {
  display: inline-block;
  margin-right:10px;
}

#footer img {
  /*max-width: 50px;*/
  /*margin: 0 5px 20px;*/
}


#subscribe_popup {
  text-align: center; 
  width: 450px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#mc_embed_signup {
  width: 100%;
  margin-bottom:10px;
}

#mce-EMAIL {
  /*float: left;*/
    border: 1px solid #d5d5d5;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    text-indent: 10px;
    width: 80%;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
  width: 30%;
}

#mce-EMAIL:focus {
  box-shadow: 0 0 0 0;
}

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

#vimeo {
  width: 15px;
}


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

#mobile-product { display: none; }

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


#pagination { font-size: 10px;  text-transform: uppercase; clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px; padding-bottom: 100px; }
#pagination a { margin: 0 5px;  }
#pagination a:hover { text-decoration: none; }
#pagination .current { border-bottom: 1px solid #333; }
#pagination .count { margin-right: 20px; }


#breadcrumb { text-transform: uppercase; font-size: 10px; margin-bottom: 30px; margin-top: 20px; text-align: center; }
#breadcrumb a { padding: 0 5px 0 0; font-size: 10px; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }


.scrollup{
  width:30px;
  height:30px;
  opacity:0.3;
  position:fixed;
  bottom:15%;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center;
}

.scrollup:hover { 
  text-decoration: none; 
  opacity: 0.7;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;  
}


iframe { width: 100%; }




/* Owl Carousel */


/* 
*   Core Owl Carousel CSS File
* v1.24
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



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







ul#footer-icons {
  list-style: none;
 /* text-align: center;*/
}
ul#footer-icons li {
  display: inline-block;
  margin:  0 0 0 35px;
}



.ajaxified-cart-feedback {

}
.ajaxified-cart-feedback.success {  }
.ajaxified-cart-feedback.error { color: #FF4136; } 






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


.shifter-open { overflow: hidden !important; }
.shifter-open .shifter-page *,
.shifter-open .shifter-header * { pointer-events: none !important; }

.shifter .shifter-navigation { display: none; opacity: 0; }
.shifter .shifter-handle { display: none; }


nav.shifter-navigation {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%
}

.shifter-active .shifter-page { /*opacity:0.5;*/ background: #ffffff; display: block; left: 0; min-height: 100%; overflow: hidden; position: relative; top: 0; z-index: 1; }
.shifter-active .shifter-page,
.shifter-active .shifter-header {
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}
.shifter-active .shifter-navigation { background: #ffffff; display: block; height: 100%; opacity: 1; pointer-events: none; position: fixed; top: 0; width: 270px; z-index: 0; }

.shifter-active .shifter-page,
.shifter-active .shifter-header,
.shifter-active .shifter-navigation {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s ease !important;
  -moz-transition:    -moz-transform 0.2s ease !important;
  -ms-transition:     -ms-transform 0.2s ease !important;
  -o-transition:      -o-transform 0.2s ease !important;
  transition:     transform 0.2s ease !important;
}
.shifter-active .shifter-handle { background: url(jquery.fs.shifter-icon.png) no-repeat center center; cursor: pointer; content: ''; display: block; float: right; height: 50px; width: 30px; position: relative; right: -30px;
  overflow: hidden; text-indent: 110%; white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Right / Default */
.shifter-active .shifter-navigation { right: 0;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0px, 0px);
  -moz-transform: translate3D(-270px, 0px, 0px);
  -ms-transform: translate3D(-270px, 0px, 0px);
  -o-transform: translate3D(-270px, 0px, 0px);
  transform: translate3D(-270px, 0px, 0px);
}

/* Left */
.shifter-active.shifter-left .shifter-navigation { left: 0;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

.shifter-active.shifter-left.shifter-open .shifter-page,
.shifter-active.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0px, 0px);
  -moz-transform: translate3D(270px, 0px, 0px);
  -ms-transform: translate3D(270px, 0px, 0px);
  -o-transform: translate3D(270px, 0px, 0px);
  transform: translate3D(270px, 0px, 0px);
}

/* Open */
.shifter-open .shifter-navigation { pointer-events: all; z-index: 1\9; /* IE9 */
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

/* IE 10 ONLY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Right / Default */
  .shifter-active .shifter-navigation { right: 0;
    -webkit-transform: translate3D(270px, 0px, 0px);
    -moz-transform: translate3D(270px, 0px, 0px);
    -ms-transform: translate3D(270px, 0px, 0px);
    -o-transform: translate3D(270px, 0px, 0px);
    transform: translate3D(270px, 0px, 0px);
  }

  /* Left */
  .shifter-active.shifter-left .shifter-navigation { left: 0;
    -webkit-transform: translate3D(-270px, 0px, 0px);
    -moz-transform: translate3D(-270px, 0px, 0px);
    -ms-transform: translate3D(-270px, 0px, 0px);
    -o-transform: translate3D(-270px, 0px, 0px);
    transform: translate3D(-270px, 0px, 0px);
  }

  /* Open */
  .shifter-open .shifter-navigation { pointer-events: all;
    -webkit-transform: translate3D(0px, 0px, 0px);
    -moz-transform: translate3D(0px, 0px, 0px);
    -ms-transform: translate3D(0px, 0px, 0px);
    -o-transform: translate3D(0px, 0px, 0px);
    transform: translate3D(0px, 0px, 0px);
  }
}



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

.shifter-navigation li a { 
    color: #444444;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.shifter-navigation li ul li { 
  border-bottom: 0 none;
  padding: /*5px 0*/ 0;
}

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

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

a.fr {
  float: right;
  font-size: 10px;
  padding-top: 5px;
}




/* new css 03-04-2015 */



#header-left {
    float: left;
    width: 33.33%;
    margin-top: 20px;
}
#header-center {
    float: left;
    width: 33.33%;
}
#header-right {
    float: left;
    width: 33.33%;
    margin-top: 20px;
}

#logo {
    margin: 5px auto;
    width: 30%;
}

#logo h1 {
    margin-bottom: 0;
}

#footer-wrapper{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    bottom: 0;
   /* height: 70px;*/
    position: fixed;
    transform: translateZ(0px);
    width: 100%;
}

#footer-left {
    float: left;
    width: 33.33%;
}

#footer-center {
    float: left;
    width: 33.33%;
    text-align: center
}

#footer-right {
    float: left;
    width: 33.33%;
    text-align: right;
}

#footer-menu {
    float: left;
    text-align: left;
    width: 100%;
}
#footer-icons {
    float: right !important;
    text-align: right;
    width: 100%;
}

#footer-copy {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}

#footer-icons {
    float: right;
}

#footer-add {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
}

#footer-menu li a {
    font-size: 10px;
    text-transform: uppercase;
}
#sign-up-news {
    font-size: 10px;
    text-transform: uppercase;
}
#footer-menu li a:hover {
    border-bottom: 1px solid #000;
    color: #000;
}

#main-nav li a:hover {
    border-bottom: 1px solid #000;
    color:#000;
}
.news-ltr{
 display:none; 
}

.pop-news {
    color: #222;
    cursor: pointer;
    font-size: 10px;
    list-style: outside none none;
    text-transform: uppercase;
}

.pop-news:hover {
    border-bottom: 1px solid #000;
}

@media (min-width: 740px) and (max-width: 980px) {
  
    .gridlock .row .desktop-9 {
        margin: 0 auto;
        width: 100%;
    }
    .gridlock .row {
        margin: 0 5px;
        width: 100%;
    }

}


@media (min-width: 320px) and (max-width: 740px) {
.gridlock .row .mobile-1 {
    width: 100%;
}
.shifter-active .shifter-handle {
    -moz-user-select: none;
    background: url("jquery.fs.shifter-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    cursor: pointer;
    display: block;
    float: none;
    height: auto;
    line-height: 15px;
    overflow: hidden;
    position: relative;
    right: 0;
    text-indent: 110%;
    white-space: nowrap;
    width: 30px;
}
  #mobile-collection-2 {
    display: block !important;
}
  #sidebar ul {
    list-style-type: none;
    margin: 0 !important;
}
  #sidebar li {
    line-height: 15px;
    padding: 0 !important;
}
  
}

@media (min-width: 320px) and (max-width: 450px) {
#footer-left {
    float: left;
    width: 100%;
}
  #footer-center {
    float: left;
    width: 100%;
    margin: 15px auto;
}
  #footer-right {
    float: left;
    width: 100%;
}
  ul#footer-icons li {
    display: inline-block;
    margin: 0 15px;
}
  #footer-icons {
    float: none;
    text-align: center;
}
  #logo {
    margin: 5px auto;
    width: 100%;
}
  
  .gridlock .row .mobile-3 {
    width: 100%;
}
  .gridlock .row {
    width: 100%;
     padding: 0 5px !important;
}
  
  #footer-menu {
    float: none;
    text-align: center;
}
  #footer-copy {
    float: none;
    font-size: 10px;
    text-transform: uppercase;
    text-align:center;
}
  #footer-add {
    float: none;
    font-size: 10px;
    text-transform: uppercase;
}
  
 #sidebar {
    color: #555;
    float: none !important;
    font-size: 10px;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 100% !important;
}
  #right-sidebar {
    color: #555;
    float: none !important;
    font-size: 10px;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 100% !important;
}
  #right-sidebar {
   display:none !important;
}
  
  #product-right {
    /*border-right: 1px solid #d6d6d6;*/
   /* margin-top: 10%;*/
    width: 100% !important;
}
  
  
}





@media only screen and (max-width: 550px){
  #footer-mobile{
    display:block !important; 
    /*position:fixed;*/
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    bottom: 0;
    transform: translateZ(0px);
    width: 100%;
  }
  #footer-wrapper{
    display:none !important; 
  }
  
}


@media (min-width: 451px) and (max-width: 550px) {
.gridlock .row {
    width: 100%;
   padding: 0 5px !important;
}
#logo {
    margin: 5px auto;
    width: 100%;
}
  #footer-left {
    float: left;
    width: 100%;
}
  #footer-center {
    float: none;
    margin: 15px auto;
    width: 70%;
}
  #footer-right {
    float: left;
    width: 100%;
}
  #footer-menu {
    float: none;
    text-align: center;
}
  #footer-copy {
    float: none;
    font-size: 10px;
    text-transform: uppercase;
    text-align:center;
}
  #footer-add {
    float: none;
    font-size: 10px;
    text-transform: uppercase;
}
  #footer-icons {
    float: none;
    text-align: center;
}
  #sidebar {
    color: #555;
    float: none !important;
    font-size: 10px;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 100% !important;
}
  #right-sidebar {
    color: #555;
    float: none !important;
    font-size: 10px;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 100% !important;
}
  #right-sidebar {
   display:none !important;
}
  #product-right {
    /*border-right: 1px solid #d6d6d6;*/
    /*margin-top: 10%;*/
    /*width: 100% !important;*/
}
  
  
}

@media (min-width: 551px) and (max-width: 739px) {
  
  #header-left {
      float: left;
      margin: 10px 0;
      width: 33.33%;
  }
  #header-right {
      float: left;
      margin: 10px 0;
      width: 33.33%;
  }
  #logo {
      margin: 5px auto;
      width: 60%;
  }
  ul#footer-icons li {
      display: inline-block;
      margin: 5px;
  }
  .gridlock .row {
      width: 100%;
      padding: 0 5px !important;
  }
  #sidebar {
    color: #555;
    float: none !important;
    font-size: 10px;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 100% !important;
}
  #right-sidebar {
    color: #555;
    float: none !important;
    font-size: 10px;
    margin: 0 auto !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase;
    width: 100% !important;
}
  
  #right-sidebar {
   display:none !important;
}
  
  #product-right {
   /* border-right: 1px solid #d6d6d6;*/
    /*margin-top: 10%;*/
    /*width: 100% !important;*/
}
  
}

@media (min-width: 740px) and (max-width: 980px) {
  .gridlock .row {
      width: 100%;
      padding: 0 5px !important;
      margin: 0;
  }
  .gridlock .row .desktop-4 {
      width: 29%;
  }
   
}

@media (min-width: 740px) and (max-width: 1023px) {


#bside {
    float: none;
    width: 75% !important;
}
  
}

@media (min-width: 740px) and (max-width: 1220px) {
  #main-nav li a:hover {
    text-decoration: underline !important;
    color: #000;
    border:none;
}
}

@media only screen and (max-width: 1023px){
  
#product-right {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);*/
    height: auto;
    margin-top: 22% !important;
    position: relative !important;
    text-align: center;
    top: 20%;
    transform: translateZ(0px);
   /* width: 30%;*/
    z-index: 2;
}
   #product-right {
    border-right: none !important;
    /*margin-top: 10%;*/
    width: 100% !important;
}
   #product-photos {
    border-right: none !important;
    /*margin-top: 10%;*/
    width: auto !important;
}
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }
  #span8_new_my {
    margin: 0 auto;
    width: 100%;
}
  .next-pre {
    float: none !important;
}

}

@media (min-width: 320px) and (max-width: 740px) {

.product-image img {
    width: 100%;
}
  #product-photos {
    display: block;
    float: left;
    height: auto !important;
    padding-left: 0 !important;
    width: auto !important;
    z-index: 1;
}
.product-image {
    float: left;
    width: 100% !important;
}
  
}


/*
@media only screen and (max-width: 450px){
  
  #product-right{
    display:none !important;
  }
  #product-right-mobile{
    display:block !important;
  }
}



@media only screen and (min-width: 451px){
#product-right{
    display:block !important;
  }
  #product-right-mobile{
    display:none !important;
  }
}
*/

/*@media only screen and (min-width: 767px){

.backstretch {
    width: 100% !important;
}

#home-slideshow {
    
    width: 100%;
}
#home {
    
    width: 100%;
}

.backstretch > img {
    height: 100% !important;
    left: 0 !important;
    max-width: 100% !important;
    top: auto !important;
    width: 100% !important;
}
}*/



#aside {
    margin: 0;
}

#sidebar {
    color: #555;
    float: left;
    font-size: 10px;
   /* margin-top: 25px;*/
    position: fixed;
    text-align: left;
    text-transform: uppercase;
    width: 10%;
}

#sidebar li {
    line-height: 13px;
}

#product-width {
    width: 100%;
}
#product-right {
    /*border-right: 1px solid #d6d6d6;*/
    /*margin-top: 10%;*/
    width: 33%;
}

#right-sidebar {
    float: right;
    /*margin-top: 25px;*/
    position: fixed;
    right: 50px;
    z-index: 999;
   
}

#right-sidebar li {
    line-height: 11px;
    list-style: outside none none;
    text-align: right;
}

#right-sidebar a {
    font-size: 10px;
    text-transform: uppercase;
}

#right-sidebar {
   display:block;
}

#mobile-collection-2 {
    display: none;
}

.rte {
    color: #555;
    font-size: 11px;
    /*text-transform: uppercase;*/
}

.rte p {
  line-height: normal;
}

.add {
    background: none repeat scroll 0 0 #fff !important;
    color: #666 !important;
    font-size: 10px !important;
    margin: 0 auto;
    text-align: center;
}
.add:hover {
    text-decoration: underline;
}

#mc-embedded-subscribe {
    display: none;
}

.it-is {
    font-size: 10px;
    text-transform: uppercase;
}

 

.shifter-open{
  background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.shifter-open .shifter-page {
    opacity: 0.3;
}

#product-vendor > h3 {
    /*color: #666;*/
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 5px;
}

.single-option-selector {
    -moz-appearance: none;
    border: 1px solid #ddd;
    color: #ccc;
    font-size: 10px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    width: 250px;
}

#product-select-446803021-option-0 > option {
    border-bottom: 1px solid #dddddd;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    vertical-align: middle;
  color: #ccc;
}

#product-right {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);*/
    position: fixed;
    text-align: center;
    transform: translateZ(0px);
    width: 30%;
    z-index: 2;
    margin-left:0 !important;
    top:23%;
  float:left;
}
#product-photos{
    display: none;
    float: left;
    padding-left: 33%;
    z-index: 1;
  display: block;
    height: auto;
    width: 100%;
}
.add {
    background: none repeat scroll 0 0 transparent !important;
}

/*.drop-button::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bbb transparent -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 4px medium;
    bottom: 0;
    content: " ";
    height: 0;
  
    margin: auto;
    position: absolute;
    right: 105px;
    top: 167px;
    width: 0;
}
.drop-button {
    color: #bbb;
    display: block;
    font: 0px/0 a;
    height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}*/

#all-brand {
    display: table;
    margin: 0 auto;
    width: 100%;
}

#all-brand > li {
    float: left;
    list-style: outside none none;
    width: 24%;
    margin:17px 0;
}

#all-brand img {
    width: 100%;
}


@media only screen and (min-width: 1400px){

  #product-photos {
      display: block;
      float: left;
      height:auto; /*468px*/
      padding-left: 37%;
      width:100%;
      z-index: 1;
  }

}

#collection-menu .sub {
    margin: 5px;
    text-align: right;
}

.has-dropdown > ul {
    margin-bottom: 0 !important;
    margin-left: 15px;
    text-align: right;
}

#subsubcat {
    font-size: 8px;
    text-align: right;
}

#subsubcat a {
    color: #999;
}

#sidebar a:hover {
    color: #999;
}

#right-sidebar label {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

#contact-page-id {
    width: 100%;
}
#page {
    text-align: center;
    width: 100%;
}

/*
#input-email {
    width: 100%;
  margin: 0 auto;
}
#input-name {
    width: 100%;
  margin: 0 auto;
}
#input-message {
    width: 100%;
  margin: 0 auto;
}
#input-name input {
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    width: 280px;
  font-size: 10px;
  border: 1px solid #ddd;
   text-indent: 0;
}
#input-email input{
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    width: 280px;
  font-size: 10px;
  border: 1px solid #ddd;
   text-indent: 0;
}
#input-message textarea{
    width: 400px;
    margin: 0 auto;
  height: 100px;
  font-size: 10px;
  border: 1px solid #ddd;
   text-indent: 0;
}
#input-name > p {
    margin-bottom: 20px;
}
#input-email > p {
    margin-bottom: 20px;
}
#input-message > p {
    margin-bottom: 20px;
}

.secondary.button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
}
.secondary.button:hover {
    text-decoration: underline;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
}
*/
#page-text {
    font-size: 11px;
}

#contact-no {
    float: left;
    padding-top: 40px;
    text-align: center;
}
#contact-us-content {
    /*display: table;*/
    margin: 0 auto;
    width:100%;
}
.tabshowelement {
    font-size: 10px;
    text-transform: uppercase;
}
.icon-search {
    color: #555565;
    font-size: 12px;
}
.seeks {
    border-left: 2px solid #d5d5d5;
    margin-left: 10px;
}
.page-title.headertext > h1 {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
}

#product-variants li {
    float: left;
    list-style: outside none none;
}
#product-variants li {
     border: 1px solid #ddd;
    float: left;
    list-style: outside none none;
    margin: 5px;
    text-align: center;
    width: 25px;
}

#product-variants input {
    display: none;
}

:checked + label {
    border: 1px solid #000 !important;
    font-weight:bold !important;
}


.page-title.headertext > h1 {
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px 0;
    text-align: left;
}

.staticcontentheader > span {
    color: #000;
    font-weight: bold;
}
 #contact-info {
    float: left;
    margin: 0;
    width: 50%;
}
#contact-details{
    float:left;
    margin: 0;
    width: 50%;
}
#input-field {
    width: 30%;
}

@media screen and (max-width: 700px) {
   
  #contact-info {
      float: left;
      margin: 0;
      max-width: 600px;
      width: 100%;
  }
  #contact-details{
    float:left;
      margin: 0;
      max-width: 600px;
      width: 100%;
  }
 
  
}

@media screen and (max-width: 860px) {
  
   .flex-direction-nav {
      display: none;
  }
  
  
}


.oos {
    background: none repeat scroll 0 0 transparent !important;
    color: #000 !important;
    text-transform: uppercase;
}

#sold-out-text {
    font-size: 16px;
}

.price-field {
    text-transform: uppercase;
    font-size: 10px;
    margin: 15px 0;
}


@media only screen and (min-width: 551px){
     
      #footer-mobile{
        display:none !important;
      }
      #footer-wrapper{
        display:block !important;
      }

}

.out-of-stock{
    display: none;
}

#sold-text{
  font-size:10px;
    font-weight:bold;
}

#product-variants > ul {
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.article-body h2 {
    font-size: 20px;
    font-weight: normal;
}
.posted {
    font-size: 11px;
}

.product-image img {
    /*height: 90vh;*/
    min-height: 90vhpx;
}

#product-all-img {
    float:right;
    /*padding-left:31.3%;*/
    width: 65%;
}


@media only screen and (max-width: 1023px){
  
  
  .first-image {
    margin: 0 auto;
    width: 100%;
}

  
#product-img-mobile{
  
  display:block !important;
 /* margin-top:95px;*/
  
}

#product-all-img{
  
  display:none !important;
  
}

#content {
    
    /*top: 90px;*/
    
}
  
.product_image {
    float: left;
    width: 20%;
}
  
#RestOfImages li {
    list-style: outside none none;
}

.hidden {
    display: none;
}
#product-right{
   margin-top:0 !important; 
}
  
}


@media only screen and (min-width: 1024px){
  
#product-img-mobile{
  
  display:none !important;
  
}

#product-all-img{
  
  display:block !important;
  
}
  
}



.backto-cat {
    line-height: 40px;
    margin: 8px;
}

.backto-cat > a {
    font-size: 10px;
    text-transform: uppercase;
}

.product-image {
    list-style: outside none none;
}

.product_image_gallery {
    float: left;
    width: 85%;
}
.next-pre {
    float: left;
}
.right-next {
    float: right;
}

.product-image-1 img {
    display: table;
    margin: 0 auto;
}



@media (min-width: 1024px) and (max-width: 1299px) {

  .product-image {
      padding: 50px 0;
  }
  

}

.first {
    clear: left;
}

.in-store {
    color: #333;
    font-size: 11px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#hv-drop a {
    color: #999;
    font-size: 9px;
}
.submenu {
    width: 120px;
}

@media screen and (min-width: 1500px) {
  
  .product-image img {
    padding: 100px 0 !important;
  }
  
  
}

@media screen and (min-height: 800px) {
  
  .product-image {
      height: 900px;
  }
  .product-image img {
      display: table;
      height: 80% !important;
      margin: 0 auto;
  }
  
  
}




  #totopscroller {
  position: fixed;
  right: 40px;
  bottom: 60px;
  width: 40px;
    z-index:999;
}

#totopscroller i{
  cursor:pointer;
  color: #ccc;
  width:33px;
  text-align: center;
  border-radius: 0;
  background: #fff;
}

#totopscroller i:hover{
  cursor:pointer;
  color: #aaa;
  border-color: #aaa;
}
#totopscroller div{
  position: relative;
}

.totopscroller-lnk i {
  font-weight: bold !important;
}

.totopscroller-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.totopscroller-bottom {
  position: absolute;
  top: 0;
  left: 0;
}
    #totopscroller {
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 43px;
    }
    #totopscroller div {
   height: 34px;
    position: relative;
    width: 44px;
    }
    #totopscroller a {
    background: transparent url("http://cdn.shopify.com/s/files/1/0652/0091/t/6/assets/icons.png") repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 41px;
    margin: 0 0 34px;
    text-decoration: none;
    width: 32px;
}
    .totopscroller-top {
      background-position: -147px -17px !important;
  }
   .totopscroller-lnk {
      background-position: -248px -30px !important;
   }
    .totopscroller-prev {
      background-position: -772px 275px !important;
      position: absolute;
      top: 0;
      left: 0;
    }
   .totopscroller-bottom {
      background-position: -772px 275px !important;
      left: 0;
      position: absolute;
      top: 0;
    }

 .top-js {
    background: #fff none repeat scroll 0 0;
    bottom: -33px;
    color: #999;
    font-size: 9px;
    padding: 0 8px;
    text-transform: uppercase;
}

.bottom-js {
    background: #fff none repeat scroll 0 0;
    bottom: 14px;
    color: #999;
    font-size: 9px;
    padding: 8px 3px;
    text-transform: uppercase;
}


@media screen and (min-width: 740px) {
  .homepage-mobile {
      display: none !important;
  }

  #home{
   display:block !important; 
  }
  
}

@media screen and (max-width: 739px) {
  .homepage-mobile {
      display: block;
  }

  #home{
   display:none; 
  }
  #homepage {
    margin-top: 80px;
  }
  
  .homepage-mobile div {
    margin-bottom: 2px;
   }
   nav {
      display: inline-block;
      float: none;
   } 
    #totopscroller{
      display:none !important; 
    }
  
}



@media screen and (max-width: 980px) {
  
  #content {
    height: 100%;
    margin-bottom: 50px;
    margin-top: 100px !important;
    position: relative;
    z-index: 1;
}
  
}

@media screen and (max-width: 500px) {
 
  #all-brand > li {
      float: left;
      list-style: outside none none;
      margin: 3px;
      width: 48%;
  }
  
  #span8_new_my {
    float: left;
    margin: 0 auto;
    width: 100%;
  }
  #header-right ul#cart li {
    display: inline-block;
    padding: 0 0 0 4px;
  }
  
  
}

#product-right-view {
    float: left;
    margin-left: 1.9%;
    width: 48%;
}
#product-right-view {
    float: left;
    margin-left: 0 !important;
    position: relative;
    text-align: center;
    top: 23%;
    transform: translateZ(0px);
    z-index: 2;
}
.homepage-mobile > li {
    list-style: outside none none;
}
#all-brand img:hover {
    opacity: 0.5;
}

/* =============== */
/* = 404 Page = */
/* =============== */

.not-found-img {
  max-height: 744px;
}

.not-found-header {
  font-weight: 500;
}

.not-found-section {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 740px) {
  .not-found-section {
    margin-top: 100px;
    text-align: inherit;
  }
}

input.not-found-search {
  margin: auto;
}

@media (min-width: 740px) {
  input.not-found-search {
    margin: 0;
  }
}

@media (max-width: 740px) {
  #search_box {
      margin: 5px;
      position: absolute;
      right: 36px;
      top: 41px;
      width: 80% !important;
      z-index: 999;
  }
}
#search_box {
    margin: 5px;
    position: absolute;
    right: 36px;
    top: 41px;
    width: 45%;
    z-index: 999;
}
#search input {
    font-size: 28px;
    height: 90px;
    padding: 0 !important;
}
.seeks {
    cursor: pointer;
}

/*.opacity{
    background: rgba(0, 0, 0, 0) url("//cdn.shopify.com/s/files/1/0015/1372/t/2/assets/fancybox_overlay.png?8943365184891228410") repeat scroll 0 0;
    display: none;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 8010;
	bottom: 0;
    position: fixed;
    right: 0;
}*/



.box-title {
    color: #ccc;
    font-size: 12px;
    padding: 0 13px;
    position: absolute;
  	line-height: 22px;
}

.coll_brand_logo {
  float: left;
  width: 120px;
}
.coll_brand_logo img {
  float: left;
  width: 100%;
}




@media (min-width: 1220px) {
  
  .fa.fa-shopping-cart {
    display: none;
  }

}

#update-cart {
  color: #000;
  background: #eee none repeat scroll 0 0 !important;
}
#checkout {
  color: #000;
  background: #eee none repeat scroll 0 0 !important;
}
td {
  font-size: 11px;
}

