/*
* 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-wide { 
  margin-left: auto; 
  margin-right: auto; 
  width: 100%; /* 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; }

/* Special Instructions for Reviews page.grid Only */
.gridbox {
  background-color: #ead5dc;
  border-style: solid;
  border-color: #717171;
  align-content: center;
  padding: 50px;
  
}

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

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

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

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

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

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

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

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

/* !Tablet, 6 column, 720 (min 739) */
@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) {
  
  .promo-section-1 img { margin-bottom: 15px; }
  .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: 16px; 
  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: none;
  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: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

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

hr.popup-line { margin: 10px 0 10px;}
  
p { font-size: 16px; 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: #bb8bb1; text-decoration: underline;}
a:visited { color:#444444; text-decoration: underline; }
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:#eeedf3; border:none; color:#eeedf3; 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;
  font-size: 0,
  clear: both;
  visibility: hidden;
}

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

#mc_embed_signup input.one {
  border-left: 2px solid #8b84e8;
  border-top: 2px solid #8b84e8;
  border-bottom: 2px solid #8b84e8;
  font-size: 18px;
  border-radius: 0;
}

#mc_embed_signup input.two {
  border: 2px solid #8b84e8;
  font-size: 18px;
  border-radius: 0;
}

#mc_embed_signup input[type="submit"] { 
  background-color: #ead5dc; 
  color: #444444;
  font-size: 18px;
  font-weight: bold;
}

#mc_embed_signup input[type="submit"]:hover { 
  background-color: #8b84e8; 
  color: #000000;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #32353a; 
  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: 13px; 
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}


.button,
button,
input[type="submit"].add,
input[type="reset"].add,
input[type="button"].add {
  width: 100%;
  max-width: 100%;
  background: #32353a; 
  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: #eeedf3;
  display: inline-block;
  font-family: 'Montserrat', sans-serif; 
  font-weight: normal; 
  font-size: 18px; 
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

.button,
button,
input[type="submit"].soldout,
input[type="reset"].soldout,
input[type="button"].soldout {
  width: 100%;
  max-width: 100%;
  background: #32353a; 
  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: #eeedf3;
  display: inline-block;
  font-family: 'Montserrat', sans-serif; 
  font-weight: normal; 
  font-size: 18px; 
  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: #ead5dc;
}

.button:hover,
button:hover,
input[type="submit"].add:hover,
input[type="reset"].add:hover,
input[type="button"].add:hover {
  color: #eeedf3;
  background: #ead5dc;
}

.button:hover,
button:hover,
input[type="submit"].disabled:hover,
input[type="reset"].disabled:hover,
input[type="button"].disabled:hover {
  color: #eeedf3;
  background: #32353a;
}


.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: 16px;
  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 #eeedf3;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

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

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

header { 
  
  border-bottom: 1px solid #eeedf3;
  
}

.index header { 
  width: 100%; 
  
  background: #ffffff; 
  
  line-height: 50px; 
  position: fixed; 
  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; 
  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! important; 
}
.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! important; 
}
.coverheader ul#main-nav li a:hover, .coverheader ul#cart li a:hover {
  color: #333333! important;
}

.wanelo-save-button {
  background: url() !important; /* Your custom image name */
  display: block;
  height: 16px; /* Your custom image height and width */
  width: 16px;
}

.wanelo-save-button img { width: 38%; margin-bottom: -3px;}

#wanelo-overlay .wanelo-image-choice .wanelo-image-wrapper img { margin-left: 0!important; width: auto!important;}
#wanelo-overlay .wanelo-image-choice { background: transparent!important; }



@media all and (max-width: 768px){
  #homepage{
    margin-top: 0!important;
  }

  .header-text .header-text-left, .header-text .header-text-right{
    width: 100%;
  }
}


header ul { margin-bottom: 0; }

.header-text{
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  line-height: 0;
}

.header-text h4{
  padding: 5px;
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
  text-transform: none;
  font-style: italic;
}

.header-text h4 a{
  font-family: initial;
}

.header-text h4.header-text-left{
  text-align: center;
  background-color: #eeeeee;
}

.header-text h4.header-text-right{
  text-align: right;
}

.header-text h4.header-text-right a{
  float: right;
}

@media all and (max-width: 480px){
  .header-text h4{
    font-size: 20px;
  }
  ul#cart li { display: inline-block; padding: 0 0 0 14px!important; }
}


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

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

#signup { text-align: center; }

#search { width: 300px; text-align: center; max-width:100%; }

#search_popup { max-width: 100%; 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; }
ul#cart li { display: inline-block; padding: 0 0 0 10px; }
ul#cart li a { text-transform: uppercase; font-size: 11px; letter-spacing: 1px; font-weight: 300; padding: 20px 0 10px; display: inline-block; line-height: 23px; }

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

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


#logo {
  text-align: center;
  margin-right: 30px;
  float: left;
  display: inline-block;
}

#logo a { 
  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 0 0; width: 300px; }

#content { height: 100%; margin-bottom: 50px; position: relative; z-index: 1; }


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


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


ul#main-nav li { 
  display: inline-block; 
  position: relative; 
  float: left;
}


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

ul#main-nav li ul li a { 
  padding: 5px 10px;
}


ul#main-nav li a.current { color: #666666! important; }


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

}



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

}

.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: 14px;
}






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

.main-banner img {
  margin-bottom: 10px;
  margin-top: 10px;
}

#home { min-height: 700px; }

.backstretch img{
  top: initial!important;
  width: 100%!important;
  height: auto!important;
}

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


#homepage-products {
  padding-top: 0! important;
}



#home-slideshow { min-height: 700px; z-index: -1; }


#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/0144/0652/t/107/assets/home-promo-background.jpg?12288163027772173897);
  
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: 100% 100%;
}

section#homepage-promo h3 { color: #8b84e8! 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/0144/0652/t/107/assets/pages-promo-background.jpg?12288163027772173897)no-repeat;
  
}

.promo-section{
  float: left;
  display: inline-block;
  width: 100%;
  line-height: 0;
}

.promo-section-item{
  float: left;
  display: inline-block;
  width: 50%;
}

.promo-section-1 img{
  width: 98%;
}

.promo-section-2 img{
  width: 98%;
  float:right;
}

@media all and (max-width: 740px){
  .promo-section-item{
    width: 100%;
  }
  .promo-section-1 img{
  width: 100%;
}

.promo-section-2 img{
  width: 100%;
}
}


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

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


.section-title {
  line-height: 60px; 
  text-align: left;
  margin-bottom: 30px;
}

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


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


.section-title h1 { 
  line-height: inherit;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeedf3;
}


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


.image-link-wrap .second-image { display: none; }
.image-link-wrap:hover .first-image { display:none; }
.image-link-wrap:hover .second-image { display:block; }
    

.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: #8b84e8! important;
  font-size: 10px;
}

ul#home-icons li:hover a {
  color: #8b84e8! 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 #eeedf3;
  text-align: center;
}


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


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



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


.active {
  background: #e5e5e5;
}


#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 0 20px; padding: 0; text-align: center; background-color: #fff;}
.product { margin-bottom: 50px; position: relative; }
#collection-description .rte .cycle-slideshow div{ text-align: center!important;}
#collection-description .rte .cycle-slideshow li.cycle-slide{ height: 90%; margin-left: auto; margin-right: auto; right: 0;}
#collection-description .rte .cycle-slideshow img{ height: auto; width: auto; display: inline; margin: 0 auto;}
#collection-description .rte .cycle-slideshow .slideshow-nav{ position: absolute; top: 0; right: 0; z-index: 999999; padding: 10px; background-color: #fff;}
#collection-description .rte .cycle-slideshow .slideshow-nav div{ text-transform: uppercase; font-weight: bold; color: #000; cursor: pointer;}

.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: 16px;  }
.product-details h3 { color: #444444; margin-bottom: 3px; letter-spacing: initial; font-size: 16px;  }

.product-popup-link {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

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

.compare-price, .product-price {  }

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


.icn {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 11px;
  border: 1px solid #eeedf3;
  padding: 0 10px;
  background: rgba(216,166,167,0.7);
}


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


.product-modal {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute; 
  bottom: 20%;
  text-align: center;
  color: #ffffff;
  background: #000000! important;  
  padding: 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;    
}

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

#sidebar h1 { margin-bottom: 20px; }
#sidebar h4 { text-transform: uppercase; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #eeedf3; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li a.current { border-bottom: 1px solid #eeedf3; 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
}

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


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

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

#rosa {
  color:#BE80A5;
}

#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: 16px; margin-bottom: 10px; border-bottom: 1px solid #eeedf3;  }

#product-description { text-align: left; }
#product-description h1, #product-right h5 { text-transform: uppercase; }
#product-description form { margin-bottom: 10px; border-bottom: 1px solid #eeedf3; padding-top: 10px; }
#product-description form label {  text-transform: uppercase; min-width: 60px;}

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

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

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

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

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

.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; float: left; margin-right: 20px; }

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

.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 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}

#product-header div {
  min-height: 1px; 
}

#product-header h1 { 
  margin-bottom: 0;
  line-height: 60px;
  border-bottom: 1px solid #eeedf3; 
}

.product .rte, .collection .rte, .index .rte {
  margin-top: 15px;
  border-top: 1px solid #eeedf3;
  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 #eeedf3; 
  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; }

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

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

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

#page-sidebar h2 { border-bottom: 1px solid #eeedf3; 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: 16px; 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: #32353a; }
.share-icons a:hover { color: #eeedf3; }

#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 #eeedf3; 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 #eeedf3; }
#blog-sidebar #social-icons a { color: #32353a; }
#blog-sidebar #social-icons a:hover { color: #eeedf3; }


#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eeedf3; }
#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 #eeedf3; }
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 #eeedf3; 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 #eeedf3;
	padding-bottom: 20px;
}

#wanelo-overlay #wanelo-header {
position: fixed;
background-color: transparent;
padding: 15px 80px;
top: 0;
left: 42%!important;
right: 42%!important;
z-index: 2000000001;
}


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

#search-bar { margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #eeedf3; }
#search-bar #q {width: 300px;  }
#q { text-transform: uppercase; text-align: center; }

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

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

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

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

#order_details { float: left; }

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


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

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

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #eeedf3;
  border-right: 1px solid #eeedf3;
  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; 
  }

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
  
img.shopify { height: 31px; width: 72px!important; max-width: none!important;}
  
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}



#footer-wrapper { 
  z-index: 3; 
  clear: left; 
  border-top: 1px solid #eeedf3; 
  padding-top: 20px; 
  position: relative; 
  background: #fff;}

#footer { padding: 10px 0; 
  text-align: left; 
  position: relative; 
  z-index: 1; 
  background: #fff;}

#footer ul {
  list-style: none;
  line-height: 25px;
  margin-bottom: 10px;
}

#footer ul li {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
}

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

#footer ul#footer-icons li{
  width: auto;
}

.credit{
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}


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

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: left;
  text-indent: 10px;
  width: 70%;
  padding: 15.5px 0;
  margin-bottom: 0;
}

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


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

#mobile-product { display: none; }

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


#pagination { clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px;  }
#pagination a { margin: 0 5px;  }
#pagination a:hover { text-decoration: none; }
#pagination .current { border-radius: 50%; border: 2px solid #eeedf3; padding: 5px 10px; background: transparent; }
#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:50%;
  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: left;
}
ul#footer-icons li {
  display: inline-block;
  margin: 10px;
}


ul#footer-icons li:first-child {
  margin-left: 10px;
}


.ajaxified-cart-feedback {

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

/* Something's broken down there */
/* Infinite Options app by ShopPad */

#infiniteoptions-container {
  margin-top: 10px;
}

#infiniteoptions-container > div {
  margin-bottom: 20px;
}

#infiniteoptions-container > div > label {
  width: 100%;
  line-height: normal;
  min-width: 0 !important;
  max-width: none !important;
  text-align: left;
  text-transform: none !important;
}
  
#infiniteoptions-container span label {
  display: inline-block;
  font-weight: normal;
  padding-right: 16%;
  text-transform: none !important;
  width: auto;
  max-width: none !important;
  text-align: left;
}

#infiniteoptions-container select,
#infiniteoptions-container input[type=text],
#infiniteoptions-container input[type=number],
#infiniteoptions-container textarea {
  margin-bottom: 0;
  color: #000;
  background-color: transparent;
  border: 1px solid #eeedf3;
  border-radius: 1px;
}

#infiniteoptions-container select {
  background: url(jquery.fs.selecter-arrow.png) no-repeat right center;
  color: #000000;
  height: 38px;
  font-size: 13px;
  border: 1px solid #eeedf3;
  margin: 0;
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 50%;
}

#infiniteoptions-container select::-ms-expand {
   display: none;
}

#infiniteoptions-container input[type=text],
#infiniteoptions-container input[type=number] {
  height: 38px;
  text-indent: 0;
  padding: 10px 10px;
}
  
#infiniteoptions-container input[type=checkbox],
#infiniteoptions-container input[type=radio] {
  margin-right: 5px;
}



/* 
* 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 
  ; }
.shifter-open .shifter-page *,
.shifter-open .shifter-header *,
{ pointer-events: none; }

.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 { 
background: #ffffff ; 
display: block; 
box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15); 
min-height: 100%; 
overflow: hidden; 
position: relative;  
z-index: 1; 
}

.shifter-active .shifter-page,
.shifter-active .shifter-header,
.shifter-active .shifter-footer,
.shifter-active .shifter-footer-wrapper {
    -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
  
}
.shifter-active .shifter-page {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
}

.shifter-active .shifter-navigation { 
  background: #f9f9fb; 
  display: block; 
  height: 100%; 
  opacity: 1;
  pointer-events: none; 
  position: fixed; 
  top: 0; 
  width: 230px; 
  z-index: 0;
  overflow: auto;
}

.shifter-active .shifter-page,
.shifter-active .shifter-header,
.shifter-active .shifter-navigation,
.shifter-active .shifter-footer,
.shifter-active .shifter-footer-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}



.nav-container {
	position: relative;
}

.shifter-active .shifter-handle { 
  background: url(jquery.fs.shifter-icon.png) no-repeat center center;
  cursor: pointer;  
  display: block; 
  float: right; 
  height: 30px; 
  width: 30px; 
  position: absolute; 
  right: 15px;
  top: 15px;
  overflow: hidden; 
  text-indent: 200%; 
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99999;
}


/* 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(-230px, 0px, 0px);
  -moz-transform: translate3D(-230px, 0px, 0px);
  -ms-transform: translate3D(-230px, 0px, 0px);
  -o-transform: translate3D(-230px, 0px, 0px);
  transform: translate3D(-230px, 0px, 0px);
} 

/* Left */
.shifter-active .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-open .shifter-page,
.shifter-open .shifter-header,
.shifter-open .shifter-footer,
.shifter-open .shifter-footer-wrapper {
  -webkit-transform: translate3D(200px, 0px, 0px);
  -moz-transform: translate3D(200px, 0px, 0px);
  -ms-transform: translate3D(200px, 0px, 0px);
  -o-transform: translate3D(200px, 0px, 0px);
  transform: translate3D(200px, 0px, 0px);

}

/* Open */
.shifter-open .shifter-navigation { 
  pointer-events: all; 
	opacity: 1;
   -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  z-index: 3;
  padding-bottom: 20px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);

}

/* 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(230px, 0px, 0px);
    -moz-transform: translate3D(230px, 0px, 0px);
    -ms-transform: translate3D(230px, 0px, 0px);
    -o-transform: translate3D(230px, 0px, 0px);
    transform: translate3D(230px, 0px, 0px);
  } 
*/
  /* Left */
  .shifter-active .shifter-navigation { left: 0;
    -webkit-transform: translate3D(-200px, 0px, 0px);
    -moz-transform: translate3D(-200px, 0px, 0px);
    -ms-transform: translate3D(-200px, 0px, 0px);
    -o-transform: translate3D(-200px, 0px, 0px);
    transform: translate3D(-200px, 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 10px;
}
.shifter-navigation ul {
  margin-left: 10px;
  list-style: none;
  margin-bottom: 0;
}
nav.shifter-navigation {
  list-style: none;
}
.shifter-navigation li {
  padding: 10px 0;
  list-style: none;
}

.shifter-navigation li a { 
  font-weight: bold;
  font-size: 14pt;
  display: block;
  text-align: center;
  color: #ca9bab;
}

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

.shifter-navigation li ul li { 
  border-bottom: 1px solid #888;
  padding: 12px 0;
  list-style: none;
}

.shifter-navigation li ul li a { 
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 12pt;
  color: #444444;
}

.shifter-navigation li ul li a:hover {
 	color: #ca9bab; !important
}

@media screen and (max-width: 740px) {
  #footer, #footer-wrapper {
    display: none;
  }

  
#customercare a {
  color: #b06981;
   font-weight: bold;
  font-size: 10pt;
  text-align: center;
  padding: 5px 7px;
  align-items: center;
}
  
#mobfootericons {
  display: inline;
  align-items: center;
}
  #mobfootericons i {
    padding: 7px 3px;
  }
  
