/*
* 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>
*/

@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');

@import url('https://fonts.googleapis.com/css?family=Khand:300,400,500,600,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

@font-face {
   font-family: 'ProximaNova-Bold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('proximanova-bold-webfont.svg#proxima_novabold') format('svg'),
         url('proximanova-bold-webfont.woff2') format('woff2'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype');        
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novablack';
    src: url('proximanova-black-webfont.eot');
    src: url('proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
      url('proximanova-black-webfont.svg#proxima_novablack') format('svg'),
         url('proximanova-black-webfont.woff2') format('woff2'),
         url('proximanova-black-webfont.woff') format('woff'),
         url('proximanova-black-webfont.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),  url('ProximaNova-Extrabld.woff') format('woff'), url('ProximaNova-Extrabld.ttf')  format('truetype'), url('ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('ProximaNova-Regular.eot?') format('embedded-opentype'),
    url('ProximaNova-Regular.svg') format('svg'),
    url('ProximaNova-Regular.woff') format('woff'), 
    url('ProximaNova-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('open-sans.semibold-webfont.eot');
    src: url('open-sans.semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('open-sans.semibold-webfont.woff') format('woff'),
         url('open-sans.semibold-webfont.ttf') format('truetype'),
         url('open-sans.semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('opensans-extrabold-webfont.eot');
    src: url('opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-extrabold-webfont.woff') format('woff'),
         url('opensans-extrabold-webfont.ttf') format('truetype'),
         url('opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('opensans-regular-webfont.svg#open_sansregular') format('svg'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;

}

div.mobile_only, span.mobile_only, .mobile_only { display:none; }
#product-description .extra.extra-product li { display: none !important; }

/* !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; }
.shifter-navigation form{position:relative;}
.shifter-navigation input#q{background-color:#4f555b;font-size:12px;color:#9b9d9d;border:1px solid #9b9d9d;padding:13px 0;border-radius:0;}
.shifter-navigation input::placholder{color:#9b9d9d;}
.shifter-navigation input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#9b9d9d;
}
.shifter-navigation input::-moz-placeholder { /* Firefox 19+ */
  color:#9b9d9d;
}
.shifter-navigation input:-ms-input-placeholder { /* IE 10+ */
  color:#9b9d9d;
}
.shifter-navigation input:-moz-placeholder { /* Firefox 18- */
  color:#9b9d9d;
}


.shifter-navigation .search_btn {
 background:url(//cdn.shopify.com/s/files/1/0198/9644/t/239/assets/search.png?v=17391970718702859888) no-repeat center center;
  border: medium none;
  height: 44px;
  right: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  
  
}
/* !Rows, Widest to Thinest */	
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
  .gridlock .row .tablet-hide { display: none;}
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
  .gridlock .row .mobile-hide { display: none; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 300px; }
}

.gridlock-fluid .row {
  width: 98%;
}

@media screen and (min-width: 980px) {
	.gridlock .row .tablet-show { display: none; }
}
@media screen and (min-width: 980px) {
	.gridlock .row .desktop-hide { display: none; }
}
@media screen and (max-width: 980px) {
	.gridlock .row .tablet-show { display: block; }
  #shopping-cart #right-sidebar {
  	position: relative !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 739px) {
	.gridlock .row .mobile-show { display: block; }
}


/* !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%; }
}

@media screen and ( min-width: 980px ) {
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  } 
}  

/* !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%; }

  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }

}

/* !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%; }

  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }  

}

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

.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}

* {
  margin: 0;
}

.first { clear: left; }

html, body {
  height: 100%;
}

body {	
  color: #333333;
  background: #fcfcfc;
  
  font-size: 14px; 
  font-family:'Open Sans', sans-serif;	
  line-height: 1.6em; 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  position: relative;
}
body { background:#323334; }
.no-fouc {display: none;}
.load-wait {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 50px;
  color: #ddd;
  margin-bottom: 50px;
}

.hide { display: none; }

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

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family:'Arvo', serif;
  font-weight: 400;
  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: #333333! important; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

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


.section-title {
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #bababa;
}

.section-title h1, .section-title h2 {
  margin: 0;
  color:#333333;
}

p { font-size: 14px; 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: #666666; 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: #a05555; text-decoration: none;}
a:visited { color:#666666; 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:#bababa; border:none; color:#bababa; 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: #ae4747; 
  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;
  -webkit-border-radius:0px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
  font-size: 14px; 
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 27px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Open Sans', sans-serif; 
  text-transform: uppercase;
}

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

.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;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: 'open_sansregular';
  font-size:14px;
  color: #323334;
  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: 400;
/*   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: #333333; opacity:0.7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333333;	opacity:0.7;	
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333333; opacity:0.7;	
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #333333; opacity:0.7;		
}		

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

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

/* =============== */
/* = HEADER = */
/* =============== */

.bannertop {
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background:  #ba5252;
  color: #ffffff;
  text-align: left;
  letter-spacing: 1px;
}


#search {
  width: 300px;
  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;
}
@media screen and (max-width:740px){
  ul#cart {
    clear:both;
  }
}
ul#cart li {
  display: inline-block;
  padding: 0 0 0 10px;
}
ul#cart li a {
  text-transform: uppercase;  
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff; 
}

select.currency-picker {
  width: auto;
  text-align: center;
  display: inline-block;
  float: none;
  margin-left: 10px;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  -moz-appearance:none;
  -webkit-appearance: none;
  text-transform: uppercase;  
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff; 
}
#cart select.currency-picker {
  /*line-height: 30px;
  vertical-align: middle;*/
}

select.currency-picker::-ms-expand{
  display:none;
}

select.currency-picker:focus::-ms-value {background-color: white; color:#000;}

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

#phantom { visibility: hidden; }

header { 
  
  border-bottom: 1px solid #bababa;
  
  width: 100%;
  line-height: 50px;
  top:0;
  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; 
  /* REST OF SITE STATIC HEADER BACKGROUND */
  background: #ffffff; 
}

.scrollheader { position: relative; }

/* When using single full page image to eliminate scrollbars */


.coverheader { 
  position: fixed;
}

/* REST OF SITE SCROLLING HEADER BACKGROUND */
.coverheader { 
  background: #ffffff; 
}

/* HOMEPAGE STATIC HEADER BACKGROUND */
.index header { 
  background: #ffffff; 
}

/* HOMEPAGE SCROLLING HEADER BACKGROUND */
.index .coverheader { 
  background: #ffffff; 
}

header ul { margin-bottom: 0; }

#search {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
#search_popup {
  text-align: center;
}
#search_popup #q {
  text-indent: 0;
  text-align: center;
}

#logo {
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
}

#logo a { 
  float: left; 
  font-family: 'Open Sans', sans-serif;
  font-size: inherit; 
  text-transform: uppercase; 
  font-weight: 700; 
  color: #000000; 
  text-decoration: none;
}

#logo img { 
  vertical-align: middle; 
  padding: 10px 0;
  max-width: 200px;
}

ul#header-soicons { border: none; margin: 0; padding: 16px 0 0 0; text-align: right; float:right; }
ul#header-soicons li { display: inline-block; height: 30px; margin-left: 5px; width: 30px; text-align:center; font-size: 10px;}
ul#header-soicons li a,
.fancybox-skin ul#footer-icons li a{ color: #afb2b5; display:block; line-height: 30px; }
ul#header-soicons li a:hover,
.fancybox-skin ul#footer-icons li a:hover{ color: #333; }


/* NAV ( REST OF SITE ) - not HOMEPAGE */
.scrollheader ul#main-nav li a { color: #666666! important; }
.scrollheader ul#main-nav li a:hover { color: #333333!important; }
.scrollheader ul#main-nav li.links-clearance a { color: #dc6a6a !important; }

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


/* NAV ( HOMEPAGE ONLY ) */
.index .scrollheader ul#main-nav li a { color: #666666! important; }
.index .scrollheader ul#main-nav li a:hover { color: #222222!important; }

.index .scrollheader ul#main-nav li.links-clearance a, .index .scrollheader ul#main-nav li.links-clearance a:hover { color: #ff4c4c !important; }


.index .coverheader ul#main-nav li a { color: #666666! important; }
.index .coverheader ul#main-nav li a:hover { color: #333333! important; }
.index .coverheader ul#main-nav li.links-clearance a,
.index .coverheader ul#main-nav li.links-clearance a:hover{ color: #dc6a6a !important; }

#navigation { 
  width: 100%;
  position: relative;
}

nav { 
  display: inline-block;
}


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


ul#main-nav li { 
  display: inline-block; 
  vertical-align: middle;
}


ul#main-nav li a { 
  font-family: 'Arvo', serif; 
  font-weight: 400; 
  font-size: 14px; 
  display: block; 
  padding: 0 10px; 
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* HIGHLIGHT ACTIVE LINK */
ul#main-nav li a.current { 
  color: #000000! important;
}

/* NO LINK UNDERLINE */
ul#main-nav li a:hover {
  text-decoration: none;
}

/* DOWNDOWN INDICATOR CHEVRONS */
ul#main-nav li.dropdown > a:after {
  font-family: 'FontAwesome'; 
  content: "\f107";
  margin-left: 10px;
  line-height: initial;
}

/* DROPDOWN LEVEL 1 */
ul#main-nav li ul.submenu {
  display: none;
  position: absolute;
  z-index: 5;
  -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;
  width: 200px;
}

/* SHOW DROPDOWN ON HOVER */
ul#main-nav li.dropdown:hover ul.submenu {
  display: block;
}

/* INDEX DROPDOWN STATIC */
.index header ul#main-nav li ul { 
  
  background: #ffffff; 
  
  border: 0 none;
}

/* INDEX DROPDOWN SCROLLING */
.index .coverheader ul#main-nav li ul  { 
  background: #ffffff; 
  border: 1px solid #bababa;
  border-left: 0 none;
  border-right: 0 none;  
}

/* REST OF SITE DROPDOWN SCROLLING */
header ul#main-nav li ul { 
  background: #ffffff; 
  border: 1px solid #bababa;
  border-left: 0 none;
  border-right: 0 none;  
}

/* REST OF SITE DROPDOWN SCROLLING */
.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;
}

/* DROPDOWN LEVEL 1 STYLES */
ul#main-nav li ul.submenu li{
  line-height: 30px! important;
  margin: 0; 
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent! important;
  min-width: 220px;
  float: left;
}

/* DROPDOWN LEVEL 1 LINK STYLES */
ul#main-nav li ul.submenu li a{
  text-align: left;
  text-transform: uppercase! important;
  font-weight: normal;
  font-size: 12px! important;
}

/* NESTED MENU */
.submenu li.nest {
  position: relative;
}

/* NESTED MENU INDICATOR */
ul#main-nav li ul.submenu li.nest:after {
  position: absolute;
  top: 0px;
  right: 30px;
  font-family: 'FontAwesome'; 
  content: "\f105";
}

/* VISIBLE NESTED MENU */
.submenu li.nest:hover > ul.nested {
  display: block; 
}

/* HIDDEN NESTED MENU */
.nested {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;  
}

.nested li a {
  text-transform: uppercase! important;
  font-weight: normal;
  font-size: 12px! important;
}


ul.megamenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: initial;
  width: 100%;
  -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;  
}


/* MEGAMENUS */
ul#main-nav li.dropdown:hover > ul.megamenu { display: block; }

@media screen and (min-width: 1220px) {
  .mega-container { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .mega-container { width: 960px; }
}
@media screen and (max-width: 980px) {
  .mega-container { width: 720px; }
}
@media screen and (max-width: 740px) {
  .mega-container { display: none; }
}

.mega-container { margin: 0 auto; }


/* SCROLLING REST OF SITE */
.coverheader ul#main-nav li ul.megamenu { 
  background: #ffffff; 
} 

/* STATIC REST OF SITE */
header ul#main-nav li ul.megamenu { 
  background: #ffffff; 
}

/* STATIC INDEX */
.index .scrollheader ul.megamenu { 
  background: #ffffff! important; 
}

/* SCROLLING INDEX */
.index .coverheader ul.megamenu { 
  background: #ffffff! important; 
}


ul.megamenu li > ul {
  width: 100%;
}

ul.megamenu {
  padding-bottom: 20px;
}

ul.megamenu h4 {
  padding: 20px 0 5px;
  font-family: 'Arvo', serif! important; 
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px; 
  text-transform: uppercase;
  letter-spacing: initial;
}

ul.megamenu li:hover {
}

ul.megamenu li > ul.mega-stack {
  border: 0! important;

}

ul.megamenu li > ul.mega-stack li {
  line-height: 20px! important;
  text-align: left! important;
  display: block! important;
  clear: left; 
}

ul.megamenu li > ul.mega-stack li a { 
  padding: 0! important;  
  text-transform: uppercase! important;
  font-weight: normal;
  font-size: 12px! important;
}


/* SCROLLING REST OF SITE */
.coverheader ul#main-nav li ul.megamenu li > ul.mega-stack li a { 
  color: #666666; 
} 

.coverheader ul#main-nav li ul.megamenu li > ul.mega-stack li a:hover { 
  color: #333333;
} 

.coverheader ul#main-nav li ul.megamenu h4 {
  color: #666666; 
}


/* STATIC REST OF SITE */
.scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li a { 
  color: #666666;
}

.scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li a:hover { 
  color: #333333;
}

.scrollheader ul#main-nav li ul.megamenu h4 {
  color: #666666;
}


/* STATIC INDEX */
.index .scrollheader ul.megamenu li > ul.mega-stack li a { 
  color: #666666! important;
}

.index .scrollheader ul.megamenu li > ul.mega-stack li a:hover { 
  color: #222222!important;
}

.index .scrollheader ul#main-nav li ul.megamenu h4 {
  color: #666666! important;
}

/* SCROLLING INDEX */
.index .coverheader ul.megamenu li > ul.mega-stack li a { 
  color: #666666! important;
}

.index .coverheader ul.megamenu li > ul.mega-stack li a:hover { 
  color: #333333! important;
}

.index .coverheader ul#main-nav li ul.megamenu h4 {
  color: #666666! important;
}

.megamenu .product-index img { margin-top: 20px; }

.megamenu img {
  margin-top: 20px;
}

.mega-container .product-index p { min-height: 30px; }
.mega-container .product-index a, .mega-container .product-index .price {
  font-size: 11px! important;
  font-weight: bold;
}

.mega-container .product-details {
  line-height: 1em;
}

.mega-container .product-details p {
  font-family: 'Open Sans', sans-serif;
}

/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */
.js-drawer-open.js-drawer-open-right {
    transition-duration: 1s;
  	-webkit-transition-duration: 1s;
  	-moz-transition-duration: 1s;
  	-ms-transition-duration: 1s;
  
    transition-timing-function: linear;
  	-webkit-transition-timing-function: linear;
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
}
.js-drawer-open {
  overflow: hidden;
  height: 100%;
}

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-295px);
  -webkit-transform: translateX(-295px);
  transform: translateX(-295px);
  
  transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;
  transition-timing-function: linear; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear;
}
.is-moved-by-drawer {
  /*transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);*/
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

.js-drawer-open-right .drawer--right {
  
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
}

.drawer--right {
  width: 300px;
  right: -300px;
  border-left: 1px solid #bababa;
}
.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  outline: 0 none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 22;
  color: #333333;
  background-color: #fcfcfc;
  /*transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);*/
  transition: all 0.4s ease-in-out 0s; 
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
 
}

.drawer__header {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #bababa;
}

.table-cell { 
  display: table-cell; 
  vertical-align: middle; 
  width: 50%;
}

.drawer__header h3 {
  margin-bottom: 0;
}

.drawer__close {
  text-align: right;
  float: right;
  cursor: pointer;
}


.ajaxcart__inner {
  margin-bottom: 30px;
}

.ajaxcart__product {
  position: relative;
  max-height: 500px;
}

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bababa;
  width: 270px;
}
#CartDrawer .additional_checkout_buttons {
	display: none !important;
}
.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
/*   max-width: 100%; */
}


span.fallback-text {
  display: none;
}

input.ajaxcart__qty-num {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #bababa;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #333333;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
  outline: 0 none;
}

input.js-qty__num {
  float: left;
  display: inline-block;
  width: initial;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none;

}

textarea#CartSpecialInstructions {
  width: 270px! important;
  max-width: 270px;
  min-width: 270px;
}

.drawer .text-right { 
  line-height: 40px;
}

.cart__checkout {
  width: 100%;
}

.ajaxcart__footer.row .text-right {
  line-height: initial;
}

.ajaxcart__footer.row .text-center {
  clear: left;
}

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




/* CONDITIONAL FOR BACKSTRETCH AND NO OTHER CONTENT ON HOMEPAGE */




/* BACKGROUND SLIDESHOW ONLY */



/* ALL HOMEPAGE ELEMENTS */
#homepage-collections, #homepage-products, #homepage-promo, #homepage-instagram, #homepage-blog, #homepage-social { 
  width: 100%; 
  position: relative; 
  padding-top: 30px; 
  padding-bottom: 30px; 
}

#homepage-instagram {
	padding-top: 12px;
}
#pdp-instagram { padding:0; }
#pdp-instagram img.instagram-image {
  padding: 0;
  margin: 0;
  float: left;
  width:100%;
  height: 317px;
  object-fit: cover;
  -webkit-transition: all .5s ease-in-out;
  opacity: 1;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
}
#pdp-instagram img.instagram-image:hover { filter: none; -webkit-filter: grayscale(0); opacity: 1; }



/* HOMEPAGE COLLECTIONS */
section#homepage-collections {
  background: #ffffff;
}

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

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

#collection-loop { }

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

#collection-loop .owl-controls.clickable {
  position: absolute;
  top: 38%;
  right: 0;
  width: 100%;
}
#homepage-products .owl-controls {
  position: absolute;
  top: 38%;
  right: 0;
  width: 100%;
}

#collection-loop .owl-controls.clickable .owl-next, #homepage-products .owl-controls.clickable .owl-next {
  float: right;
}

#collection-loop .owl-item, #homepage-products .owl-item { padding: 0 13px; }

.collection-carousel .product { margin-bottom: 0; }
.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; }





.ci { text-align: center; }

/* IMAGE BLOCKS */
section#homepage-promo { 
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

section#homepage-promo, section#homepage-promo .caption p { 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  color: #333333; 
  font-weight: bold;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
}


section#homepage-promo img { border:none ;}
section#homepage-promo .pimg { min-height: 1px; }


.promo-inner {
  position: relative;
}

.promo-inner .caption {
  position: absolute;
  text-align: center;
  width: 100%;  
  top: 40%
}

.promo-inner .caption p {
  vertical-align: middle;
  font-size: 30px;
}

section#homepage-promo .pimg .promo-inner .caption p {   
  font-size: 18px;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  top:50%; 
  width:100%; 
  position:relative; 
  padding:18px 15px 12px; 
  margin-top:-32px; 
  color:#b1c0b2; 
  line-height: normal;
  letter-spacing: 1px;
} 
section#homepage-promo .pimg .promo-inner a { display:block; }
section#homepage-promo .pimg .promo-inner:hover .caption p { 
  opacity:1; 
 
}
section#homepage-promo .pimg .promo-inner .caption p:before {
	content: '';
	position: absolute;
	border-width: 4px 0;
	border-style: solid;
	border-color: #fff;
	pointer-events: none;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

/* section#homepage-promo .pimg .promo-inner .caption p:before { width: 50%; left: 25%; height: 100%; top: 0; }
section#homepage-promo .pimg .promo-inner:hover .caption p:before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);

}*/



.promo-inner .caption p{color:#fff !important;}
.promo-inner .caption span{ 
  /*background-color: #111; border-color: #0e0e0e; color:#fff;padding:10px;border-radius:4px;text-transform:uppercase;font-size:14px;*/
}

.promo-inner .caption span{ 
  	
    line-height: normal;
    max-width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    border: medium none;
    display: inline-block;
    font-family: "open_sanssemibold";
    font-size: 14px;
    font-weight: normal;
    height: 52px;
    letter-spacing: 0.35px;
    margin-bottom: 0;
    transition: all 500ms ease 0s;
    width: 150px;
  	color: #ffffff;
}

.promo-inner .caption span{
  
  color: #ffffff;
  
  
  
  	background-color: #323334;
  
}
.promo-inner .caption span:hover {
  
  color: #ffffff;
  
  
  
  	background-color: #878f97;
  
}

section#homepage-promo .pimg .promo-inner .caption p {
  color: #ffffff !important;
}





/* HOMEPAGE PRODUCTS */
/* section#homepage-products {
  background: #ffffff;
}

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

section#homepage-products .section-title { padding-top:0;}

section.mcb-product-section {
  background: #ffffff;
}

section.mcb-product-section h2, section.mcb-product-section .fr a { 
  color: #333333! important; 
}

section.mcb-product-section .section-title { padding-top:0;}

section#homepage-pages-one{background-repeat: no-repeat !important;}

section#homepage-pages-one .row, section#homepage-pages-two .row, section#homepage-pages-three .row, section#homepage-pages-four .row, section#homepage-pages-five .row { 
  display: table;
  width: 100%;
}

section#homepage-pages-one .parallax-text, section#homepage-pages-one .parallax-text a {
  color: #ffffff;
}

section#homepage-pages-two .parallax-text, section#homepage-pages-two .parallax-text a {
  color: #ffffff;
}

section#homepage-pages-three .parallax-text, section#homepage-pages-three .parallax-text a {
  color: #ffffff;
}

section#homepage-pages-four .parallax-text, section#homepage-pages-four .parallax-text a {
  color: #ffffff;
}
section#homepage-pages-five .parallax-text, section#homepage-pages-five .parallax-text a {
  color: #ffffff;
}


.parallax {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.parallax-text {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Arvo', serif;
  line-height: initial;
}

.pages-left-content { 
  display: table-cell; 
  float: none! important; 
  vertical-align: middle;
  text-align: center;
}


/* Parallax iffy statements */


#homepage-pages-one article {
  display: table;
  height: 500px;
}
section#homepage-pages-one .parallax-text {
  color: #ffffff;
}




#homepage-pages-two article {
  display: table;
  height: 500px;
}
section#homepage-pages-two .parallax-text {
  color: #ffffff;
}




#homepage-pages-three article {
  display: table;
  height: 500px;
}
section#homepage-pages-three .parallax-text {
  color: #ffffff;
}




#homepage-pages-four article {
  display: table;
  height: 700px;
}
section#homepage-pages-four .parallax-text {
  color: #ffffff;
}





#homepage-pages-five article {
  display: table;
  height: 500px;
}
section#homepage-pages-five .parallax-text {
  color: #ffffff;
}




/* INSTAGRAM */
section#homepage-instagram {
  background: #ffffff;
  z-index: 3;
  padding-bottom: 0;
}

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

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



.index img.instagram-image {
    padding: 0;
    margin: 0;
    float: left;
/*     filter: url(data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%2…%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale); */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
    object-fit: cover;
    width: 100%;
    max-width: none;
    min-height: 100px;
}

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


.instagram-image-container {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

/* HOMEPAGE SECTION TITLES */
.index .section-title, .collection-listing .section-title {
  line-height: 60px; 
  text-align: center;
  float: none! important;
  width: 100%;
  border-bottom: 0;
}

.index .section-title h2, .index .section-title h3, .index .section-title h1, .collection-listing h2 {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  line-height: initial! important;
  margin-bottom: 0;
  color: #333333;
}


/* HOMEPAGE BLOG */
section#homepage-blog {
  background: #ffffff;
  padding-bottom: 0;
}

section#homepage-blog h2 {
  color: #333333!important; 
}



/* HOMEPAGE SOCIAL */
section#homepage-social {
  background: #ffffff;
}

section#homepage-social h2 {
  color: #333333!important; 
}

.social-content {
  text-align: center;
}

ul#social-icons {
  list-style: none;
  margin: 30px 0;
}

ul#social-icons li {
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}


input#social-EMAIL {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 1px solid #bababa; 
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 0;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

input#social-subscribe {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  width: 80%;
  margin-top: 10px;
}

input#social-EMAIL:focus {
  outline:0;
  box-shadow: 0 0 0;
}




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


.collection-banner img {
    width: 100%;
}

.product-collection {
  float: none! important;
  text-align: center;
  display: inline-block! important;
  vertical-align: top;
  margin: 0 0.8% 50px! important;
}

.collection-listing {
  text-align: center;
}



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

p.view-full {
  margin-top: 15px;
  padding: 15px 0;
}

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

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

.active {
  background: #e5e5e5;
}

#product-loop {  }

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

#collection-description .rte { border-top: 0; margin: 0; padding: 0; }
.product { margin-bottom: 20px; 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: #333333;*/ color:#666666; margin-bottom: 3px; letter-spacing: initial; font-weight: 400; font-size: 14px; font-family: 'Open Sans', sans-serif;  }
.product-details h3 { /* color: #333333; */ color:#333333; margin-bottom: 3px; font-weight: 400; letter-spacing: initial; font-size: 14px; font-family: 'Open Sans', sans-serif; }
.collection-carousel-home.owl-theme .owl-controls .owl-buttons div {
	font-size: 25px;
    padding: 0 10px;
  margin: 0;
  background: #222 !important;
}
.price { 
  color: /* #333333 */ #666666; 
  margin-bottom: 3px; 
  letter-spacing: initial; 
  font-weight: 500; 
  font-size: 14px;
}

.compare-price, .product-price {  }

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


.icn {
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 10px;
  text-align: center;
  padding: 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 52px;
}


.new { 
  z-index: 2;
  background: #a05555;
  color: #ffffff;
}

.sale-item { 
  z-index: 3; 
  background: #a05555;
  color: #ffffff;
}

.so { 
  z-index: 4;
  background: #000000;
  color: #ffffff;
  line-height: 12px;
  padding-top: 13px;
}


.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;    
  z-index: 5;
}

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


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


/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product-index:hover .reveal img { opacity: 1; }
.reveal { position: relative; }

.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal img.feature-img{
 transition:0.2s all;
}
.reveal:hover .hidden { 
  z-index: 1;
  opacity: 1;    
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}



.show { display: none; }

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

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

#sidebar label { border-bottom: 1px solid #bababa; padding-bottom: 5px; margin-bottom: 10px;color:#333333; }

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

#sidebar .selecter {
  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;
}


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


ul#sort-me { list-style: none; }

ul#sort-me li.filter ul li.current a:before {
  color: #333333;
}

ul#sort-me li.filter ul li a:before {
  content: "\f00c";
  font-family: fontAwesome;
  border: 1px solid #eee;
  margin: 0 10px 0 0;
  text-align: center;
  padding: 3px;
  font-size: 10px;
  color: transparent;
}

ul#sort-me li.filter ul li {
  margin: 5px 0;
}

/* ============================================== */
/* ================ product.liquid ================ */
/* ============================================== */



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

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

img.zoomImg { cursor: move; }

.active img {border:1px solid #ccc !important;}


.main-product-image.desktop-10 { float: right! important; }


img.zoomImg { background: #fcfcfc; }

.thumbnail { margin-bottom: 10px; }

#product-price { 
  font-size: 18px; 
  padding-top: 4px;
}

#product-description { text-align: left; }
#product-description h1, #product-right h5 { text-transform: uppercase; }

p.product-note {
  clear: left;
  float: left;
  margin-top: 18px;
  margin-bottom: 10px;  
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;  
  text-align: left;
  letter-spacing: 1px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #bababa; 
  text-indent: 0px; padding-left:10px;
}

#product-description form { 
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0px; 
  border-bottom: 1px solid #bababa; 
  padding-top: 0px; 
}

#product-description form label {
  text-transform: uppercase;
  min-width: 86px;
  display: inline-block;
  float: left;
  line-height: 42px; margin-bottom:0;
}
input#coming-soon[disabled] {
  color: #ffffff;
  background: #494949;
  pointer-events: none;
}
#product-description .contact-form .form input.notify_email { margin-bottom:15px;}
#product-description .contact-form input.add-to-cart { margin-bottom:8px; margin-top:15px; line-height:48px; padding:0;max-width:300px;}
#product-description .rte { display:inline-block; margin-top:20px;color:#333333;}
#product-description .rte p { color: #333333; font-size: 15px; line-height: 24px; margin:0 0 15px; font-family: 'open_sansregular';}
.wishlist-cont-outstock{display:inline;}
.product-content ul.extra li{width:100%;max-width:300px;text-align:center;}
.button, button, input[type="submit"], input[type="reset"], input[type="button"]{margin-bottom:10px;}



.product-add {
  margin-top: 8px;
  padding-top:10px;
}
.product-add .add {
  margin-top:25px;
  margin-bottom:20px;

}
.product-add input.add {
	max-width: 300px;
}

.product-add label {
  float: left;
  line-height: 44px;
  padding: 0! important;
  display: inline-block;
}

.quantity {
  line-height: 40px;
  height: 40px;
  text-indent: 0! important;
  text-align: center;
  padding: 0! important;
  width: 50px! important;
  background: transparent! important;
  border: 1px solid #bababa;
  display: inline-block;
  color: #333333;
  margin-bottom: 0;
}

.quantity-increment {
  border: 1px solid #bababa;
  background: #ccc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #333333;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin: 0;
  outline: 0 none;
}



.add {
  display: block! important;
  margin-top: 10px;
  width: auto! important;
  line-height: 48px! important;
  height: 48px;
  padding: 0! important;
  clear: left;
  width: 100%! important;
  float: left;
  text-transform: uppercase;
}

.white-bg { display:inline-block; /*border-bottom:2px solid #e1e1e1;*/ padding: 0 0 20px; width:100%; float:left;}


.product-content .swatch {padding-left: 66px; position: relative; }
.product-content .swatch span { color: #333333; font-size: 13px; left: 0; line-height: 32px; margin: 10px 0 5px 0; min-width: 68px; position: absolute; text-transform: uppercase; top: 0; }
.product-content .swatch ul.sizes { display: block; float: left; list-style: none; margin: 10px 0 20px 0; position: relative; text-align: left; width: 100%;}
.product-content .swatch ul.sizes li {
    border: 2px solid #b3b8be; color: #333333; cursor: pointer; display: inline-block;
    font-size: 14px; height: 30px; line-height: 16px;
    margin: 0 5px 5px; padding: 3px; text-align: center; min-width:25px; font-family: 'open_sansregular';
}
.product-content .modal_price { margin-bottom:18px;}
.product-content .swatch.select-product-color span { margin:0; line-height:24px;}
.product-content .swatch.select-product-color .swatch.color-name-cont { padding-left:5px;}
.product-content .swatch.color-name-cont span { margin:0; line-height:24px;}
.product-content .swatch ul.sizes li:last-child { margin-right:0;}
#product-description.product-content .swatch ul.sizes li label { padding:0 4px; letter-spacing:1.47px; float:none; line-height:20px; margin:0; min-width:inherit; cursor:pointer; }
.product-content .swatch ul.sizes li.active { border-color: #001330; background:#001330; color: #fff; }
.product-content .swatch ul.sizes li:hover { background:#001330; color: #fff; border-color:#001330; }
.product-content .swatch ul.sizes li.soldout { border-color:#dfdee3; color: #aaaaaa;}
.product-content .swatch ul.sizes li.soldout:hover, 
.product-content .swatch ul.sizes li.soldout.active { border-color:#8d9194; color: #323334; background:none;}
.product-content .swatch ul.colors-variant { border: none; display: block; float: left; list-style: none; margin: 16px 0 8px 0; padding: 0; position: relative; width: auto; }
.product-content .swatch ul.colors-variant li { border: 3px solid #fff; background:#fff; border-radius: 100%; float: left; height: 45px; list-style: none; margin: 0 12px 6px 0; padding: 0px; width: 45px; }
#product-description.product-content .swatch ul.colors-variant li label { border-radius: 50px; height: 39px; width: 39px; min-width:inherit; }
.product-content .swatch ul.colors-variant li img { display: inline; height: 100%; margin: 0; padding: 6px; width: 100%; }
.product-content .swatch ul.colors-variant li .crossed-out { display: none; }
.product-content .swatch ul.colors-variant li.active { background: #b3b8bf; border:3px solid #b3b8bf; border-radius: 100%; padding:0px; }
.description { border-bottom: 2px solid #e1e1e1; display: inline-block; padding: 50px 0 24px; text-align: center; width: 100%;}
.description p { color: #676a6d; font-size: 14px; line-height: 27px; margin: 0 0 26px;}
.home-instagram { display: inline-block; /*padding: 25px 0 70px;*/ padding: 25px 0 0px; width: 100%; }
.product-insta .product-insta-title { display: inline-block; padding: 15px 0 60px; text-align: center; width: 100%; }
.product-insta .product-insta-title h2 { color: #afb2b5; font-size: 24px; letter-spacing: 4.92px; line-height: 28px; margin: 0; text-transform: uppercase; }
.product-insta .product-insta-title h2 span { color: #333333; font-size: 24px; line-height: 28px; margin: 0; text-transform: uppercase; }
.product-insta .product-insta-title span { color: #323334; font-size: 12px; letter-spacing: 1.26px; line-height: 22px; text-transform: uppercase; }
.home-instagram ul.instagram-feed { display: block; margin: 0; padding: 0 30px; }
.home-instagram.product-insta ul.instagram-feed li { padding: 0; width: 100%; height: auto; margin: 0; }
.home-instagram.product-insta ul.instagram-feed .owl-item.active { background:none; }
.home-instagram ul.instagram-feed .owl-item #inline { padding: 0; overflow:hidden; display:inline-block;}
.home-instagram ul.instagram-feed .owl-item #inline img { filter: grayscale(100%); opacity:0.6; border:none !important;
}
.product-content .notify-me { width:100%; float:left;}
.product-content .notify-me .message-pdp { font-family: 'open_sansregular'; text-align:center;  }
.product-content .notify-me .message-pdp p { color: #676a6d; font-size: 16px; margin: 0 0 18px; }
.product-content .notify-me .message-pdp h1 { margin:20px 0 15px 0; display:inline-block; width:100%; }

.product-content .notify-me .out-of-stock-msg {
  font-family: "open_sanssemibold";
  font-style: italic;
  color: #b91111;
  font-size: 14px;
  margin: 0;
  padding: 10px 0 0;
}

.home-instagram ul.instagram-feed li img {
    height: auto; width: 100%;
}
.product-content .product-add {border-top:1px solid #f0f0f0; }
#product-description form { border-bottom: none; }
.home-instagram ul.instagram-feed .owl-item #inline:hover img { filter:none; opacity:1; }
ul.extra { list-style: none; margin: 0 0 10px 0; padding: 0; border-bottom: 1px solid #f0f0f0; display: inline-block; width:100%; }
ul.extra li { display: inline-block; font-size: 11px; font-weight: normal; letter-spacing: 0.085em; margin:0px; padding: 0 15px 4px 15px; width:50%; float:left; text-align:center; text-transform: uppercase; vertical-align: middle; line-height:35px; }

.notify-me ul.extra {
	/*text-align: center;*/
}
.notify-me ul.extra li {
	/*float: none;*/
}

.extra-product li a { color: #818385; font-size: 12px; line-height: 27px; text-transform: uppercase; }
.extra-product li:hover a { color: #ce1d1d; }
.notifybtn  { margin-bottom:0;}

.right { float: right !important; position: relative; }
.right a { display:inline-block;  }
.product-content .right a .hover { display: none; }
.product-content .right img { margin: 0 0 0 12px; width: auto; }
.product-content .right a:hover .no-hover { display: none; }
.product-content .right a:hover .hover { display: inline-block; }
.product-content .price-content { font-size:20px; color: #333;}
.product-content .price-content .was_price { text-decoration: line-through; }
.product-content .price-content .now-tag, .product-content .price-content .discounted-price { text-decoration: none; line-height: 24px; min-height:21px;}
.product-content .price-content .now-tag { display: none !important; font-size: 20px; padding-left: 10px; padding-right: 5px; }
.price-content .swatch.select-product-color { display: inline-block; float: right; padding-left:0; }
.product-content .select-product-color .selected-color  { color: #333333; font-size: 14px; letter-spacing: 1px; line-height: 22px; text-transform: uppercase; margin:0; position:relative; vertical-align:top; }
.product-content .price-content span { display: inline-block !important; }
.product-content.not-available .product_form .add-to-cart,
.product-content.not-available .product_form .extra-product,
.product-content.not-available .product_form input[type="submit"] {
    display: none;
}

.accordion-slide { border-bottom: 1px solid #e5e8ed; display: inline-block; width: 100%; }
.accordion-slide.active { background:none;}
.accordion-slide .title { color: #333333; cursor: pointer; font-size: 13px; padding: 19px 12px; position: relative; text-transform: uppercase; }
.accordion-slide .title.active { background:none;}
.accordion-slide .title img { margin: 0 25px 0 0; vertical-align: middle; width: auto; border:none !important; }
.accordion-box { display: inline-block; width: 100%; }
.accordion-slide { border-bottom: 1px solid #e5e8ed; display: inline-block; width: 100%; }
.accordion-box .accordion-slide .title:after {
    color: #333333;
    content: "+";
    font-size: 24px;
    line-height: 63px;
    position: absolute;
    right: 15px;
    top: 0;
}
.accordion-box .accordion-slide .title.active::after {
    color: #000;
    content: "-";
}
.accordion-box .accordion-slide .accordion-content {
    display: none;
}
.accordion-box .accordion-slide .accordion-content p {
    color: #676a6d; font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 24px; margin:0 0 8px 52px;
}
.customer { border-bottom:none; }
.shipping-detail { display:inline-block; width:100%;}
.right-detail p,
.right-detail span { color: #333333; font-size: 14px; letter-spacing:0.35px; line-height: 24px; margin:0 0 15px; font-family: 'open_sansregular';}
.right-detail ul, .right-detail ol { padding:0; }
.right-detail ul li, .right-detail ol li { color: #676a6d; font-size: 14px; letter-spacing:0.35px; margin:0 0 10px; font-family: 'open_sansregular'; }
.collection-header {  display: inline-block; width: 100%; height: auto; position:relative; text-align:center; }
.collection-header img { width:100%; height:auto; }
.shipping-detail .collection-header { margin-bottom: 40px; }
.collection-header h2 { color:#fff; font-size:32px; line-height:32px; text-align:center; width:100%; position:absolute; top:50%; margin-top:-16px;}
.collection-header.headline-text h2 { color: #fff; }
.need-assistance-asset { border:1px solid #ebedef; background:#f7f8f9; padding:0 20px; width: 100%; text-align:left; }
title { color: #afb2b5; display: inline-block; font-size: 20px;
    font-weight: normal; letter-spacing: 6px; line-height: 26px; text-transform: uppercase; width: 100%;
}
.secondary-content title { line-height:56px; padding-left:20px; color: #abb0b3; font-size: 14px; letter-spacing:0.35px; text-transform: uppercase; font-family: 'open_sansbold';}
.need-assistance-asset .contact-info { border-top: 1px solid #d1d4d6; font-size: 14px; line-height: 24px;
    list-style: none; margin:0; padding: 0;
}
.need-assistance-asset .contact-info li { margin: 25px 0; position:relative; padding-left:60px; font-family: 'open_sansregular'; letter-spacing:0.35px; }
.need-assistance-asset .contact-info li:nth-child(2) { padding-left:0;}

.need-assistance-asset .fa-phone { color: #333333; display: inline-block; font-size: 24px; margin: 0; vertical-align: middle; }
.need-assistance-asset a { color: #333333; font-size: 14px; padding-left: 0px; word-wrap:break-word; }
.need-assistance-asset .schedule { background: #fff;
    list-style: none; margin: 0; padding:10px; position: relative;
}
.need-assistance-asset .schedule li { margin:0; padding:12px 0 12px 50px;}
.need-assistance-asset .schedule li:nth-child(2) { padding:12px 0 12px 50px;}
.need-assistance-asset .contact-info .fa { position:absolute; left:20px; top:3px; margin:0; color:#333333;}
.need-assistance-asset .schedule .fa { color:#bfc2c4; display: inline-block; font-size: 18px; left: -38px; margin: 0; position: absolute;
    top: 2px; vertical-align: bottom;
}
.need-assistance-asset .schedule span { color: #333333; padding-left:0px;}
.need-assistance-asset .schedule p { position:relative; color: #b5b9ba; font-size: 14px; line-height: 22px; margin: 2px 0 2px 0px; }
.need-assistance-asset .fa-envelope-o { color: #1e1e1e; display: inline-block; font-size: 21px; margin: 0 21px 0 0; vertical-align: middle;}
.right-detail { display: block; padding-left: 35px; text-align:left; }
.right-detail h1 { font-size:24px; line-height:25px; margin:0 0 25px 0;font-family: 'open_sansbold'; font-weight:normal; }
.fields-main { width:100%; display:inline-block; }
.contact-form .block-left { width:350px; float:left; margin-right: 35px;}
.contact-form .block-right { width:430px; float:left;}

.contact-form .input-data { float: left; margin-right: 0; width: 100%; }
.contact-form .input-data .input-text {
    background: #f0f3f5; border: none; color: #323334; display: inline-block; font-size: 14px; margin: 0 0 14px;
    padding: 0 20px; width: 100%; text-indent:0; height:52px;
}
.contact-form .input-textarea { display: inline-block; width: 100%;}
.contact-form .submit-btn { display: inline-block; margin-top: 19px; width: 100%; }
.contact-form .submit-btn .link { background: #323334; border:none;
    font-family: 'open_sanssemibold'; font-weight:normal; height: 54px; letter-spacing: 0.35px; padding: 0 10px; max-width:187px;
  	font-size:14px;
  transition:all 500ms ease 0s; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -ms-transition:all 500ms ease 0s;
}
.contact-form .submit-btn .link:hover { background: #878f97; }
.customer-blockmain { display:inline-block; width:100%; padding-top: 50px;}
.formblock { display:inline-block; width:100%; }
#customer-wrapper .formblock form { margin-top:20px; }
.customer-blockmain .heading h2 {color:#333333; font-family: 'open_sansextrabold'; font-size:24px; line-height:25px; margin:0 0 15px 0; font-weight:normal;}

.customer-blockmain .login-form { padding-right:0px; }
.customer-blockmain .new-customer { margin-top:0 !important; padding-left:50px; }
.login-rightpart { padding-left:70px; border-left: 2px solid #e1e1e1;}
.customer-blockmain .login-rightpart .large_form { width:100%; display:inline-block; float:left;}
.customer-blockmain .login-rightpart .large_form .input-text {
    background: #f0f3f5; border: none; color: #323334; display: inline-block; font-size: 14px; margin: 0 0 14px;
    padding: 0 20px; width: 100%; text-indent:0; height:52px;
}
.customer-blockmain .login-rightpart .large_form .input-text:hover,
.customer-blockmain .login-rightpart .large_form .input-text:focus { box-shadow:none;}
.customer-blockmain .login-rightpart {}
.customer-blockmain .login-rightpart h5 { color:#333333; margin:0 0 5px; font-size:15px; font-family: 'open_sansbold'; letter-spacing:0.37px; font-weight:normal;}
#customer-wrapper .customer-blockmain .login-rightpart p { color: #898d91; font-size: 14px; line-height: 22px; margin:0 0 20px !important; font-family: 'ProximaNova-Regular';}
.customer-blockmain .login-form .action_bottom { display:inline-block; width:100%; margin:12px 0 0;}

.formblock .button { 
  background: #323334; border:none; text-align:center; line-height:54px; margin-bottom:10px;
    font-family: 'open_sanssemibold'; font-weight:normal; height: 54px; letter-spacing: 0.35px; padding: 0 10px; max-width:187px;
  	font-size:14px;
  transition:all 500ms ease 0s; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -ms-transition:all 500ms ease 0s;
}
.formblock .button:hover { background: #878f97; }
.formblock .forgot_password { font-style:italic; font-size:14px; color:#a9acaf;}

.left-column { width:100%; display:inline-block;}
.left-column h6 { color:#323334; font-size:14px; letter-spacing:0.35px; margin:0 0 10px 0; font-family: 'open_sansbold'; font-weight:normal;}
.left-column ul { margin:0 0 25px 14px; padding:0; letter-spacing:0.3px; }
.left-column ul li { list-style:none; margin:0; padding:0 0 4px 0; text-transform:uppercase; }
.left-column ul li a { list-style:none; margin:0; padding:0; color:#898d91; font-size:12px; }

.customer-blockmain .login-rightpart .register-form { display:inline-block; width:100%;}
.customer-blockmain .login-rightpart .action_bottom { position:relative; }
.formblock .create-accountbtn { margin-top:12px;}
.need-assistance-asset.account-sidebar { border:none; padding:0 18px 20px 16px;}

.order-status .faq-content { display:inline-block; width:100%; margin-bottom:80px; }
.order-status .faq-content h2 { padding:34px 0 20px 20px; border-bottom:1px solid #d1d4d6; }
.order-status .faq-content .accordion-section { border-bottom: 1px solid #d1d4d6; padding: 20px; }
.order-status .faq-content .accordion-section .accordion-section-content { padding-top:20px;}
.order-status .faq-content .accordion-section .accordion-section-title { color:#323334; font-size:14px; font-family: 'open_sansregular';
display:inline-block; padding:5px 30px 5px 0; width:100%; position:relative; cursor:pointer; }
.order-status .faq-content .accordion-section .accordion-section-title:hover { color:#898d91; }
.order-status .faq-content .accordion-section .accordion-section-title.active { background:none;}
.order-status .faq-content .accordion-section .accordion-section-title:after {
    color: #323334;
    content: "+"; font-size: 24px; line-height: 32px; position: absolute; right: 5px; top: 0;
}
.order-status .faq-content .accordion-section .accordion-section-title.active:after { 
   content: "-"; font-size: 33px; right: 6px; top: -2px;
}
.order-status .faq-content .accordion-section .accordion-section-title:hover:after {color:#898d91;}
form.track-order input[type="submit"] { padding:0; margin-top:12px; text-align:center; height:54px; line-height:54px; max-width:187px; font-family: 'open_sanssemibold'; font-weight:normal;}
.account-rightpart { padding-left:70px; border-left: 2px solid #e1e1e1;}
.account-topmain { padding-top:50px;}

.clearfix:before,
.clearfix:after { display:table; content:""; clear:both; }
.contact-details-block {max-width: 400px; width: 100%; }
.contact-details-block h4 { border-bottom:1px solid #e1e1e1; padding-bottom:12px; margin-bottom:16px; }
.foot-news-thank h2 { margin: 13px 0; }
#homepage-products .owl-carousel .owl-item img { transform-style:inherit;}
#right-sidebar.sticky { position:fixed; top:0; right:auto; top:210px; width:270px; }

#shop-cart td .js-qty { text-align:center; }
#shop-cart td .js-qty .quantity-increment { float:none;}
#shop-cart td .js-qty input.js-qty__num { float:none; margin:0 -4px; vertical-align:top; }


@media screen and (max-width: 1220px) {
  .sbHolder {max-width: 297px !important;}
  .sbOptions { width:297px !important;}
  .contact-form .block-left { width: 300px; }
  .contact-form .block-right { width: 310px; }
  ul.extra li { padding:0 5px;}
  #sidebar.sticky { width:140px; }
  #right-sidebar.sticky { width:225px;}
  #product-description .contact-form input.add-to-cart, .product-content ul.extra li, .product-add input.add {  max-width: 210px;}
  #smartwishlist div#bookmarkit {  margin-left: 0;}
}
@media screen and (max-width: 980px) {
  .contact-form .block-left { width:100%; margin-right:0;}
  .contact-form .block-right { width:100%;}
  .sbHolder,
  .sbSelector { max-width: 100% !important; }
  .sbOptions { width: 100% !important; }
  .customer-blockmain .login-form { width:100% !important; padding-right:0;}
  .customer-blockmain .new-customer { width:100% !important; padding-left: 0; padding-top:30px;}
  ul.extra li { padding:0; letter-spacing:0;}
  ul#main-nav li a { padding:0 5px;}
  #right-sidebar.sticky { top:0; position:relative; width:100%;}
  body[data-template="page.order-status"]  div.sos_vitals, body[data-template="page.order-status"]  div.sos_status{width:100% !important;float:none !important;}
}
@media screen and (max-width: 740px) {
  body[data-template="page.order-status"]  div.sos_shipping, body[data-template="page.order-status"]  div.sos_billing{width:100% !important;float:none !important;}
  .right-detail { border-left:none; padding-left:0;}
  .product-add { text-align: center; }
  .product-add label { width: initial! important; float: none; }
  .add {  margin-left: 10px! important; }
  .login-rightpart { padding-left:0; border-left:none; text-align:left;}
  .customer-blockmain .login-rightpart h5 { text-align:left;}
  .gridlock .row .white-bg .desktop-8,
  .gridlock .row .white-bg .desktop-4 { width:100%;}
  .sbHolder { margin-bottom:14px !important;}
  .order-status .faq-content { margin-bottom:40px;}
  .need-assistance-asset { margin-bottom:40px;}
  #shop-cart tbody tr { border:none;}
  .product-content .product-add{text-align:left;padding-top:20px;}
  .product-content div#bookmarkit{margin-top:0;}
  #pdp-instagram img.instagram-image{
    width:100%;
  }
  
}



.errors.qty-error {
  color: #cc0000;
  display: inline-block;
  float: left;
  padding: 10px 0 20px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

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



#related { border-top: 1px solid #bababa; 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 {
  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; line-height: 42px;}
.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;
}

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

.product .rte, .collection .rte, .index .rte {
  margin-top: 10px;
  margin-bottom: 10px;
}

#related h4 {
  margin-bottom: 20px;
}

#mobile-product { display: none; }

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


.ajaxified-cart-feedback.success a { margin-left: 10px; color: #ffffff! important; background: #515151! 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; }
.ajaxified-cart-feedback.success a:hover { color: #ffffff! important; background: #040404! important; text-decoration: none; }



/* ============================================== */
/* ================ cart.liquid ================ */
/* ============================================== */

#shop-cart { margin-bottom: 50px; }
#shop-cart td,
#shop-cart th { border:none;}
#shop-cart thead tr th,
#shop-cart tbody tr td { padding:0;color:#333333;}
#shop-cart thead .head-first .product-table,
#shop-cart thead .head-second .product-data-table,
#shop-cart tbody .head-first .product-table,
#shop-cart tbody .head-second .product-data-table { margin:0;}

#shop-cart .product-table thead th,
#shop-cart .product-data-table thead th,
#shop-cart .product-table tbody td,
#shop-cart .product-data-table tbody td { padding:10px;}

#shop-cart thead .head-first,
#shop-cart tbody .head-first { width:35%;}
#shop-cart thead .head-second,
#shop-cart tbody .head-second { width:65%;}

#shop-cart .product-data-table thead th.pro-color,
#shop-cart .product-data-table tbody td.pro-color { width:20%;}
#shop-cart .product-data-table thead th.pro-size,
#shop-cart .product-data-table tbody td.pro-size { width:15%;}
#shop-cart .product-data-table thead th.pro-qty,
#shop-cart .product-data-table tbody td.pro-qty { width:35%; text-align:center;}
#shop-cart .product-data-table thead th.pro-price,
#shop-cart .product-data-table tbody td.pro-price { width:15%;}
#shop-cart .product-data-table thead th.pro-total,
#shop-cart .product-data-table tbody td.pro-total { width:15%; text-align:right;}

#shop-cart .product-data-table tbody td.pro-name { display:none;}
#shop-cart .product-data-table tbody td.pro-item { display:none; }
#shop-cart .product-data-table tbody .mobile-qtytitle { display:none; padding-right:10px; line-height:40px; vertical-align:top; } 

#shop-cart th { text-transform:uppercase; font-family: 'open_sansbold'; }
#shop-cart tbody tr { background:#fafafa; /*border-bottom:2px solid #fff;*/ }
#shop-cart tbody tr:nth-of-type(2n+2) { background:#fff; }

#shop-cart tbody .head-first .product-table tbody tr,
#shop-cart tbody .head-second .product-data-table tbody tr {background:none;}


#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: #fcfcfc; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #bababa; 
  text-align: left; 
}

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

#note { margin-top: 10px; }

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

/* ============================================== */
/* ================ blog.liquid & page.liquid ================ */
/* ============================================== */

.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 #bababa; }
#page h1.page-title { text-align: left! important; }

#page-sidebar h2 { border-bottom: 1px solid #bababa; 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; float: left; }
.comment-count { float: right; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 14px; 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 label {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.share-icons a { display: inline-block; margin-right: 5px; color: #666666; }
.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: 10px; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }
.single-article h3 { text-align: Center; }

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


ul#blog-recent li, ul#blog-tags li {
    margin: 10px 0 0 0;
}

#article-body .rte { margin-top: 10px; }

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

#comment-form dl {
  clear: left;
  display: block;
  padding-top: 10px;
}

ul#commentlist { margin-top: 20px; list-style-type: none; }
ul#commentlist li { padding: 10px 0; float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #bababa; 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; }

.article-content a { display: block; line-height: initial; }
.readmore { display: inline-block; clear: left; text-align: center;  margin: 10px auto; }
.readmore { color: #ffffff! important; background: #515151! 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:hover { color: #ffffff! important; background: #040404! important; text-decoration: none; }



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


/* ============================================== */
/* ================ search.liquid ================ */
/* ============================================== */
.search-content { text-align: center; padding: 10px; }
#search-bar { margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #bababa; }
#search-bar #q {width: 300px;  }
#q { text-transform: uppercase; }

/* ============================================== */
/* ================ customer accounts ================ */
/* ============================================== */

#customer-wrapper {  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 #bababa;
  border-right: 1px solid #bababa;
  margin: 0 10px;
}


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

.center { 
  text-align: center;
}

/* ============================================== */
/* ================ footer ================ */
/* ============================================== */



footer { position: relative; z-index: 2; }

#footer-wrapper { 
  z-index: 2; 
  clear: left; 
  border-top: 1px solid #c2c2c2;
  background: #f4f4f4;
  padding: 50px 0 0 0;
  text-align: left;
}

#footer-wrapper p {
  color: #b54646;
}

#footer-wrapper h4 {
  color: #666666; 
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #c2c2c2;
  letter-spacing: 1px;
  padding-bottom: 5px;
  font-weight: 700;
}

#footer-wrapper ul {
  list-style: none;
  margin-top: 20px;
}

#footer-wrapper ul li a {
  color: #666666;
}

#footer-wrapper ul li a:hover {
  color: #333333;
}

div#footer_signup {
  margin-top: 30px;
}

input#footer-EMAIL {
  border: 1px solid #fff;
  margin: 0px;
  max-width: 100%;
  outline: medium none;
  padding: 15px 0;
  text-indent: 17px;
  border-radius:0;
  width: 350px; 
  height:52px; 
  display: inline-block;
  color: #323334;
}


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

input#footer-subscribe {
  background: #838383 none repeat scroll 0 0;
  border: medium none;
  border-radius:2px;
  font-family: 'Arvo', serif;
  font-size: 21px;
  font-weight: 400;
  height: 54px;
  letter-spacing: 2px;
  transition: all 500ms ease 0s;

  width: 150px; height:52px; 
  margin-bottom:0;
  display: inline-block;
  vertical-align:middle;
  /*background: #ffffff;
  color: #ffffff;
  border: 0;
  border-radius: 0;  
  font-weight: normal;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  font-family: 'open_sanssemibold'; 
  font-size:14px;*/
}

#footer_signup .email-cont{vertical-align:middle;}

input#footer-subscribe:hover {
  background: #878f97;
  color: #fff; 
}

ul#footer-icons {
  width:100%; text-align:center;
}

ul#footer-icons li {
  display: inline-block;
  margin:0 10px;
  width: 30px;
  height: 30px; text-align:center;
}

ul#footer-icons li a {
  font-size: 14px;
  color: #999999;
}

ul#footer-icons li a:hover {
  color: #333333;
}
.credit { 
  text-align: center;
  margin-top: 50px;
}

.credit p { 
  color: #b54646;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.credit a {
  color: #666666;
}
#footer-wrapper .bottom-footer { border-top: 1px solid #474a4d; display: inline-block; margin: 10px 0 0 0; padding:22px 0 5px; width: 100%;}
#footer-wrapper .bottom-footer ul#footer-icons { border:none; margin-top:5px; margin-bottom:0; padding-top:0; text-align:right; }
#footer-wrapper .bottom-footer .credit { text-align:left; margin-top:3px; }
.newsletter-block { background:#ddd; display:inline-block; width:100%; padding:40px 0; font-family: 'open_sansregular'; font-size:14px; text-align:center; float:left; }
.newsletter-block .foot-news-cont { display:inline-block; width:100%; }
.newsletter-block .foot-news-cont p {font-family: 'Arvo', serif;font-weight:400; font-size:15px; display:inline-block; padding-right:35px; line-height:35px;letter-spacing:0.5px; text-transform:uppercase;}
.newsletter-block .foot-news-cont form { display:inline;}
.newsletter-block #footer_signup { margin-top:0;}

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

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

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



#subscribe_popup {
  text-align: center; 
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.left.fifty {
  width: 50%;
  float: left;
  display: inline-block;
}

.right.fifty {
  float: left;
  width: 50%;
  display: inline-block;
  padding: 0 0px 0 20px;
  text-align: center;
}

#subscribe_popup ul#footer-icons {
  text-align: center;
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}


/* ============================================== */
/* ================ globals ================ */
/* ============================================== */


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



#pagination { clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px; color:#333333; }
#pagination a { margin: 0 5px;  }
#pagination a:hover { text-decoration: none; }
#pagination .current { border: 2px solid #bababa; padding: 5px 10px; background: transparent; }
#pagination .count { margin-right: 20px; color:#333333;}


#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; color:#999 !important;
}

.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 ================ */
/* ============================================== */


.owl-buttons > div {
  background: #ae4747; 
  color: #ffffff;  
  padding: 10px 15px;
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}


.owl-buttons > div:hover {
  cursor: pointer;
  color: #ffffff;
  background: #494949;
}

.owl-prev {
}

.owl-prev:before {
  content:"\f104"
}


.owl-next {
  margin-left: 5px;
}

.owl-next:before {
  content:"\f105"
}




/* 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%; z-index:1;
}
.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); }
}


/* 
* 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-page { overflow: hidden; background:#fff; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; }

.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 { background: #fcfcfc; 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: #fcfcfc;*/background:#4f555b; 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(//cdn.shopify.com/s/files/1/0198/9644/t/239/assets/jquery.fs.shifter-icon.png?v=2112912303523597930) no-repeat center center; 
  cursor: pointer; content: ''; 
  display: block; 
  float: right; 
  height: 50px; 
  width: 50px; 
  position: relative; 
  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);
  padding-top: 15px;
}

/* 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);
  }
}

.accordion-toggle:after, .accordion-toggle2:after {
  content: "+";
  font-family: FontAwesome;
  position: absolute;
  right: 10%;
  font-size:20px;
}
.accordion-toggle.open:after, .accordion-toggle2.open:after {
  content: "-";
  font-size:12px;
}
ul#accordion li, .accordion-toggle2 {
  padding: 8px 0;
  width: 100%! important;
  
/*  border-bottom: 1px solid #eee; */
 
}
.accordion-toggle2{font-family: 'open_sanslight';}
.accordion-toggle, .accordion-toggle2 {cursor: pointer;}
.accordion-content, .accordion-content2 {display: none;}
.accordion-content.default, .accordion-content2.default {display: block;}
nav.shifter-navigation ul li:last-child a{font-size:15px;font-family: 'open_sanslight';}
nav.shifter-navigation > ul > li:nth-child(5) a{color:#f14747;}
nav.shifter-navigation .accordion-content2 > ul{padding-left:23px;}
nav.shifter-navigation ul {
  list-style: none;
  margin-left: 15px;
  margin-top: 10px;
}

nav.shifter-navigation ul li a, .accordion-toggle {
  /* color: #333333; */
  color:#fff;
  font-size:20px;
 
}


nav.shifter-navigation ul.sub {
  margin-top: 0! important;
}

.shifter-navigation input#q {
  margin-left: 15px;
  width: 240px;
}
@media screen and (max-width: 798px){
  .shifter-navigation input#q {
    font-size:16px;
  }
}
.shifter-navigation form, .shifter-navigation input#q {
  margin-bottom: 0;
}

ul#mobile-menu {
  list-style: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
}


ul#mobile-menu li, .accordion-toggle2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  width: 30px;
  font-size:15px;
  color:#fff !important;
}
.accordion-content2 ul li a{font-size:13px !important; font-family: "open_sanslight";}

ul#mobile-menu li i {
  font-size: 16px;
}



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







/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('flexslider-icon.eot');
  src:url('flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { position: relative; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.cta { 
  margin-top: 20px;
}

.cta a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  background: #ffffff;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;  
}

.cta a:hover {
  color: #ffffff;
  background: #a05555;
}


.flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
  z-index: 3;
}

.caption-inners {
  display: inline-block;
  padding: 15px;
  
  background: rgba(0,0,0,0);
  
}








.flex-caption.slide3 {
  top: 24%;
  text-align: center;
}










.flex-caption h2.slide-title {
  font-size: 26px;
  font-family: 'Arvo', serif;
  font-weight:700;
  color: #ffffff;
}

.flex-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #e5e8ea;
  letter-spacing: 1px;
}

.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}

.flex-loading {
  min-height: 500px; 
  background: url(//cdn.shopify.com/s/files/1/0198/9644/t/239/assets/loader.gif?37697);
  background-repeat: no-repeat;
  background-position: center center !important;
}


/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { background: transparent! important; text-align: center; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a:hover { background: transparent! important; }

.flex-direction-nav .flex-prev { width: 40px; height: 40px; left: -40px;  }
.flex-direction-nav .flex-next { width: 40px; height: 40px; right: -40px; }

.flex-direction-nav .flex-prev:before {content:"\f104"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }
.flex-direction-nav .flex-next:before {content:"\f105"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }


.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background-color:rgba(255, 255, 255, 0.5) !important; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; /*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/ }
.flex-control-paging li a:hover { background: #fff !important; }
.flex-control-paging li a.flex-active { background: #fff !important; box-shadow:none; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}




/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/


.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  margin-top: 30px;
}



/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -16px;
  background: transparent;
  top: -42px;
}

a.bx-prev:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #333333;
  content: "\f106";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-next {
  left: 50%;
  background: transparent;
  margin-left: -16px;
  bottom: -42px;
}

a.bx-next:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #333333;
  content: "\f107";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 32px;
  height: 32px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* Password Page */

body.password { 
  background: #fcfcfc url(//cdn.shopify.com/s/files/1/0198/9644/t/239/assets/password-page-background.jpg?v=15664510017426257928) ;  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
  color: #fff;
  
}



body.password #logo { 
  margin-top: 100px;
  text-align: center;
}

body.password #logo h1 a {
  
  color: #fff! important;
  
  display: block;
  float: none;
}


#password-message { margin-bottom: 30px; }

.password-page { min-height: 100vh; }
.password-page img { margin: 10px; }


#signup-wrap { 
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}


#password-signup h3 { color: #fff! important; }



#signup-holder { 
  margin-top: 100px;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 70%;
  text-transform: uppercase;
  
  color: #fff;
     
}



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


#password-subscribe {
  float: left;
  width: 28%;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
}

body.password p.success {
  text-align: center;
}

ul#password-icons {
  position: fixed; 
  left: 0;
  bottom: 20px;
  list-style: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul#password-icons li { 
  display: inline-block; 
  margin: 0 5px;
}

ul#password-icons li a {
  
  color: #fff;
   
}


body.password form#login_form {
  padding: 15px 20px;
}

/* slideout */

.slideout-toggle.open_password {
  position: fixed;
  top: 20px! important;
  right: 20px! important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
}

.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  width: 44px;
  padding: 15px 15px 11px 15px;
  cursor: pointer;
  font-size: 20px;
}
.closeslide i.icon-angle-right { margin-right: -3px; }

.wishlistbodycontainer .products .container-fluid { margin-bottom:40px; }
.wishlistbodycontainer .products .container-fluid [class*="col-"] { width:25%; }
.wishlistbodycontainer .products .container-fluid .product { border-bottom:none; margin-bottom:20px; }
.wishlistbodycontainer .products .container-fluid .product .text { padding:20px 10px 0px 10px; }
.wishlistbodycontainer .products .container-fluid .product .text h3 { height:auto; color: #323334; font-family: "Lato",sans-serif; font-size: 13px; font-weight: 400; letter-spacing: initial; margin-bottom: 3px; }
.wishlistbodycontainer .products .container-fluid .product .text h3 a { color: #323334;}
.wishlistbodycontainer .products .container-fluid .product .text .variant_title { margin-bottom:4px; }
.wishlistbodycontainer .products .container-fluid .product .text .price { color:#af2b2b; }
.wishlistbodycontainer .products .container-fluid .product .image img.img-responsive.image1 { height:auto; }
.wishlistbodycontainer .products .container-fluid .product .buttons { margin-bottom:0; padding:10px 0 0 0; }
.wishlistbodycontainer .products .container-fluid .product .buttons .btn {margin-bottom:0; margin-top:10px;}
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-warning.removebutton,
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-primary.addbutton { border-radius:0; background:#323334; border:none; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; }
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-warning.removebutton:hover,
.wishlistbodycontainer .products .container-fluid .product .buttons a.btn.btn-primary.addbutton:hover { background: #878f97; }
.wishlisttitlecontainer #heading-breadcrumbs { margin-bottom:0; }
.wishlisttitlecontainer .allbuttons a.btn.btn-info.sharebutton,
.wishlisttitlecontainer .allbuttons a.btn.btn-warning.removebutton,
.wishlisttitlecontainer .allbuttons a.btn.btn-primary.addbutton { border-radius:0; background:#323334 !important; border:none; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; }
.wishlisttitlecontainer .allbuttons a.btn.btn-info.sharebutton:hover,
.wishlisttitlecontainer .allbuttons a.btn.btn-warning.removebutton:hover,
.wishlisttitlecontainer .allbuttons a.btn.btn-primary.addbutton:hover { background: #878f97 !important; }


#facebox { width:700px;}
#facebox .content #button { 
  text-align:center;
  border-top: 2px solid #f0f0f0;
}
#facebox .content { width:100% !important; }
#facebox .addtocart { margin:10px 5px 0px 5px; text-decoration: none; width:230px; float: none; background: #323334; font-size: 13px; color: #ffffff; text-transform: uppercase; height: 48px; line-height: 48px; font-weight: 400; padding: 0 30px; border-radius: 0;  box-shadow: none; font-family: 'Lato', sans-serif;  border: none;
transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;  }
#facebox .addtocart:hover {  background: #878f97 !important;  border: none !important;  text-shadow: none !important;  }

#facebox .popup #button {
	display: none !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
.foot-news-thank h2 { margin: 14px 0;}
.product-content .price-content .now-tag, .product-content .price-content .discounted-price { min-height:22px;}
::i-block-chrome, .foot-news-thank h2 { margin: 15px 0; }
}
@media screen and ( max-width: 991px ) {
.wishlistbodycontainer .products .container-fluid .product .text .variant_title { min-height:42px;}
}
@media screen and ( max-width: 980px ) {
  ul#header-soicons { width:auto;}
  ul#header-soicons li { margin-left:0; width:27px;}
  ul#main-nav li.dropdown > a:after { margin-left: 5px; }
  .newsletter-block .foot-news-cont p { padding-right:0;}
  .newsletter-block .foot-news-cont form { display:block;}
  .flex-loading { min-height:inherit;}
}
@media screen and ( max-width: 767px ) {
  .container div.mobile_only, .mobile_only {
    display:block !important;
  }
  span.mobile_only {
    display: inline !important;
  }
  .mobile_hidden { display: none !important }
.wishlistbodycontainer .products .container-fluid [class*="col-"] { float: left; width: 50%; }
.wishlistbodycontainer .products .container-fluid .product .text .variant_title { min-height:18px; }
/*  #main-newsletter{background: #ffffff none repeat scroll 0 0;bottom: -500px;left: 0;position: fixed;right: 0;transition: all 0.7s ease-in 0.3s;-moz-transition: all 0.7s ease-in 0.3s;-webkit-transition: all 0.7s ease-in 0.3s;-o-transition: all 0.7s ease-in 0.3s;-ms-transition: all 0.7s ease-in 0.3s;width: 100%;z-index: 99; overflow-y: scroll;padding:40px 0 15px 0;height:auto;border-top:1px solid #f0f0f0;display:block !important;}  
  #main-newsletter .close-popup{background:url(//cdn.shopify.com/s/files/1/0198/9644/t/239/assets/close-popup.jpg?v=6686368722909466260);background-position:left top; background-repeat:no-repeat; height: 18px;position: absolute;right: 20px;top: 12px;width: 17px;}  
  #subscribe_popup{width:100%;display:block !important;}  
  #main-newsletter .left.fifty{display:none;}
  #main-newsletter .right.fifty{width:100%;padding:0 20px;}
  #main-newsletter .right.fifty h3{font-size:18px;} 
  #main-newsletter.open{bottom:0;} */
  #subscribe_popup ul#footer-icons{display:none;}
  
  .newsletter-block .foot-news-cont p{line-height:23px; margin:0 0 18px;}
}
@media screen and ( max-width: 740px ) {
  #PageContainer{background:#ffffff;}
  ul#password-icons { display: none; }
  #signup-holder { margin-top: 50px; }
  #footer-wrapper .bottom-footer .credit,
  #footer-wrapper .bottom-footer ul#footer-icons{ text-align:center;}
  ul#footer-icons li { margin:0 10px;}
  ul#header-soicons { display:none;}
  input#footer-EMAIL { width:300px; }
  #homepage-instagram .instagram-image { opacity:0.6 !important; filter:grayscale(100%) !important;}
  #homepage-instagram .instagram-image:hover { filter: none !important; opacity: 1 !important; }
  #customer_orders { margin:0 0 30px 0 !important;}
  .address.note { margin-bottom:30px !important; }
  .need-assistance-asset.account-sidebar { margin-bottom:0; padding:0 16px;}
  #address_pagination { margin-bottom:30px; }
  .parallax { min-height:155px;}
  #shop-cart thead .head-first,
  #shop-cart tbody .head-first { width:40%; float:left; }
  #shop-cart thead .head-second,
  #shop-cart tbody .head-second { width:60%; float:left; }
  #shop-cart tbody tr { display:inline-block; width:100%; margin:0 0 15px; }
  #shop-cart .product-data-table thead th.pro-color,
  #shop-cart .product-data-table tbody td.pro-color { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-size,
  #shop-cart .product-data-table tbody td.pro-size { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-item,
  #shop-cart .product-data-table tbody td.pro-item { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-qty,
  #shop-cart .product-data-table tbody td.pro-qty { width:100%; text-align:right; padding:40px 15px 0px 0; }
  #shop-cart .product-data-table thead th.pro-price,
  #shop-cart .product-data-table tbody td.pro-price { width:100%; text-align:left; }
  #shop-cart .product-data-table thead th.pro-total,
  #shop-cart .product-data-table tbody td.pro-total { width:100%; text-align:left; }
  
  	#shop-cart tbody .product-data-table td { padding:2px 0 2px 80px; }
  	#shop-cart tbody .product-data-table td:before { position:absolute; left:0; top:2px; }
  	
  	#shop-cart tbody .product-data-table td:nth-of-type(2):before { content: "COLOR"; display:block; }
	#shop-cart tbody .product-data-table td:nth-of-type(3):before { content: "SIZE"; }
	#shop-cart tbody .product-data-table td:nth-of-type(4):before { content: "ITEM"; }
	#shop-cart tbody .product-data-table td:nth-of-type(5):before { content: "QTY"; display:none; }
	#shop-cart tbody .product-data-table td:nth-of-type(6):before { content: "TOTAL"; }	
  
  #shop-cart td .js-qty { text-align:right; display:inline-block; }
  #shop-cart td .js-qty .quantity-increment { float:left; margin:0px; font-size:35px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; border:1px solid #cfcfcf; }
  #shop-cart td .js-qty .quantity-increment span {display:inline-block; line-height:36px; vertical-align:top; }
  #shop-cart td .js-qty input.js-qty__num { margin:0 !important; background:none; border:none; width:24px !important; float:left; }
  #shop-cart .product-table .cart-item .cart-title { display:none;}
  #shop-cart .product-data-table tbody td.pro-name { display:inline-block; width:100%; text-align:left; font-weight:bold; padding:10px 0 20px 0px; }
  #shop-cart .product-data-table tbody td.pro-name .mobile-pname { float:left; width:65%; }
  #shop-cart .product-data-table tbody td.pro-name .mobile-price { float:right; width:35%; font-weight:normal; padding-right:15px; text-align:right; }
  #shop-cart .product-data-table tbody td.pro-item { display:block; }
  #shop-cart tbody .product-data-table td:nth-of-type(7),
  #shop-cart tbody .product-data-table td:nth-of-type(6){ display:none; }
  #shopping-cart table td:nth-of-type(2):before { display:none;}
  #shop-cart .head-first .product-table tr,
  #shop-cart .head-second .product-data-table tr { margin:0; }
  #shop-cart tbody .head-second .product-data-table { margin-bottom:15px;}
  #shop-cart .product-data-table tbody .mobile-qtytitle { display:inline-block; }  
}
@media screen and (max-width: 500px) {
  textarea { min-width:inherit;}
  input#footer-EMAIL { margin-right:0; margin-bottom:12px; width:230px;}
  input#footer-subscribe { width:60px;}
  ul#footer-icons li { margin:0 5px;}
  #footer-wrapper .mobile-half { width:97.9167%;}
  .order-status .faq-content { margin-bottom:20px;}
  #customer_orders .customer-ordergrid { overflow:auto;}
  section#homepage-promo .pimg .promo-inner .caption p { font-size:20px; line-height:20px;}
  .flex-caption.slide1 { top:50%; margin-top:-63px; }
  .gridlock .row.cart-productgrid { width:96%;}
  .wishlistbodycontainer .products .container-fluid .product .text { min-height:200px;}
  
  #footer_signup .email-cont{width:100%;}
  input#footer-EMAIL{width:100%;}
  input#footer-subscribe{width:150px;line-height:21px;}
 
}
@media screen and (max-width: 480px) {
  .parallax-text { font-size:28px;}
}


.pass-foot {
  width: 100%;
  position: fixed;
  bottom: 10px;
  text-align: center;
}

.pass-foot a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  
  color: #fff;
  
}

/* onboard styles for theme first usage */
.onboard {
  background: #000;
  position: absolute; top: 0; left: 0;
  padding: 25px;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  z-index: 2;
}

.onboard a, .onboard a:hover, .onboard a:visited {
  color: deepskyblue;
  text-decoration: underline;
}

.onboard strong {
  font-weight: 600;
}

.onboard h3 { 
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: inherit;
}

.theme-instructions:hover > .onboard {
  opacity: 1;
}

.theme-instructions { 
  position: relative; 
  margin-bottom: 30px;
}

.theme-instructions:hover > .theme-content {
  opacity: 0.3;
}

.theme-content {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}


#qab_container,#BIS_trigger {display:none !important;}
.owl-item.active { background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.owl-item.active img{border:medium none !important;}



/*.owl-buttons > div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #a7acb4;
    font-size: 40px;
}
.owl-buttons > div:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #323334;
}*/
#homepage-products .owl-controls .owl-buttons .owl-prev { float:left; }
#homepage-products .owl-controls .owl-buttons .owl-next { float:right; }
.owl-buttons > div {
    background: #001330; border-radius:50%; width:40px; height:40px; line-height:40px; padding:0; position:relative; z-index:1;
}
.flexslider ul li{ /*display:none !important*/}
.flexslider ul li.flex-active-slide{ /*display:list-item !important*/}
.flex-control-nav {z-index:3}
.owl-nav div {cursor:pointer}
.product-title-scart{ margin-bottom: 1px;}
.product-variant-scart{ text-transform: uppercase; }
#product-description .rte {
  color: #333333;
    font-family: "open_sansregular";
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
}
body.index .parallax-mirror {
	z-index: 0 !important;
}

.size-filter label{text-transform:capitalize;}
.size-filter{overflow:hidden;margin:0 -3px;}
.size-filter li{display:inline-block;padding:0 3px;margin-bottom:5px;}
.size-filter li a{color:#333333; display:block;height:28px;width:28px;text-align:center;font-size:13px;text-transform:uppercase;line-height:25px;border:1px solid transparent;}
.size-filter li a{transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;}
.size-filter li.active{background:none;}
.size-filter li.active a{background:#000000;color:#ffffff;}
.size-filter li a:hover,
.size-filter li a:focus{border-color:#000000;}
#sidebar .sort-text{border-bottom-color:#000000;}
#sidebar .filter-text{border-bottom-color:#000000;position:relative;padding-right:40px;margin-bottom:20px;color:#333333;}
#sidebar .filter-text span{display:block;position:absolute;right:0;top:0;font-size:11px;cursor:pointer;margin-top:1px;color:#333333;}

.selecter .selecter-selected{color:#333333 !important;}

#product-description .item-number label{color:#333333;}
#search-bar p{color:#333333;}

#basket-right a{color:#333333;}
#basket-right h4{color:#333333;}
#search_popup .box-title{color:#333333;}

#search_popup #q::-webkit-input-placeholder {color: #333333;}

#search_popup #q::-moz-placeholder {color: #333333;}
#search_popup #q:-ms-input-placeholder {color: #333333;}
#search_popup #q:-moz-placeholder {color: #333333;}

.customer-ordergrid table tr > td,
.customer-ordergrid table tr > th{color:#333333;}
.customer-ordergrid table tr > td a{color:#333333;}

a#view_address{color:#333333;}
a#view_address:hover{color:#a05555;}

#customr-form.loaded .customr-actionable{display:none;}

.customer_address_table tr > td label{color:#333333;}
.customer_address_table tr > td.value{color:#333333; width:82%;}
.customer_address_table tr > td.label{width:18%;}
.customer_address_table tr > th,
.customer_address_table tr > td{border:none;}

.add-column{float:left; width:100%; padding:0 15px; margin-bottom:0px;}
#add_address{display:inline-block; margin:0 0 30px !important; width:100%; overflow-x:auto;}
#address_form_new .action_bottom{text-align:center;}
#address_form_new .action_bottom .note{padding-left:25px;}

.customer_address_table tr > td select{height:35px;}
.customer_address .address_title{color:#333333;}

#order_payment .order_section_title{color:#333333;}
#order_shipping .order_section_title{color:#333333;}
#order_payment p{color:#333333;}
#order_shipping p{color:#333333;}
.address.note p{color:#333333;}

#order_payment p .note{ font-family: 'open_sanssemibold';}
#order_shipping p .note{ font-family: 'open_sanssemibold';}

#order_details tr > th,
#order_details tr > td{color:#333333;}
#order_details tr > th{font-family: 'open_sansbold';}
#order_details tr > td.quantity{display:table-cell;}
#order_details tr > td.product > a{color:#333333;}
#order_details tr > td.product .note a{color:#888888;}
#order_details tfoot > tr > td.label{font-family: 'open_sansbold';}

.table-responsive{min-height:1px; overflow-x:auto;clear:both; float:none;}

.popup-img{position:relative; min-height:252px;}
#subscribe_popup .left{position:relative;}
.popup-img::before{content:""; background:rgba(0,0,0,0.5); position:absolute; left:0; right:0; top:0; height:100%; width:100%;}

.pc-list{text-align:center; padding:0 15px;}
.rf-content{text-align:center;}
.rf-content .rf-top{position:relative;padding-top:80px;margin-bottom:45px;}
.rf-content h2{font-family: 'Arvo', serif; font-weight:400; font-size:23px; line-height:35px; color:#565656;text-transform:uppercase; margin:0; letter-spacing:2px;position:relative; z-index:2;}
.rf-content h2 span{display:inline-block; white-space:normal; padding:0 15px 0 9px;}
.rf-content h3{font-size:13px; line-height:18px;color:#565656; text-transform:uppercase; margin:0; letter-spacing:2px;position:relative; z-index:2;}
.rf-content h3 span{display:inline-block; white-space:normal;padding:0 4px 0 15px;}
.rf-content .btn-bf{background:#353535;font-size:18px; color:#ffffff;font-family: 'Arvo', serif; font-weight:400; text-transform:uppercase;border:2px solid #a8a8a8; max-width:256px; padding:15px 18px; height:55px; width:100%;}
.pc-list span{display:block; white-space:normal; font-size:24px; line-height:36px; color:#ffffff; text-transform:uppercase;}
.pc-list .offer-plus em{font-size:20px; color:#9e9595; line-height:36px;font-family: 'open_sanslight'; font-style:normal;}

.popup-content{position: absolute;left: 0;right: 0;top: 50%;margin:0; transform:translateY(-50%); -webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);}

.bf-flag{position: absolute;left: 0;right: 0;top: 0;margin-top: 12px;margin-left: 40px; z-index:1;}

.homepage-section .flex-loading{min-height:1px;}


@media(max-width:991px){
  .pc-list span{font-size:20px; line-height:28px;}
  .rf-content h3{font-size:10px; line-height:15px;}
}

@media(max-width:767px){
  #main-newsletter .left.fifty{display:block; width:100%;float:none; margin-bottom:15px;}  
  .rf-content h3{font-size:13px !important;}
  #main-newsletter{bottom:-600px;}
}

@media(max-width:740px){
  .customer_address_table tbody{display:table; width:100%;}
  .customer_address_table tr{border:none;}
  .customer_address_table tr > td select{height:35px; width:100%;}
  .customer_address_table tr > td.label{display:block; text-align:left; padding:0; width:100%;}
  .customer_address_table tr > td label{text-align:left;}
  .customer_address_table tr > td.value{display:block; width:100%;padding:0;}
  .customer_address_table tr > td input[type="text"], 
  .customer_address_table tr > td input[type="password"], 
  .customer_address_table tr > td input[type="email"], 
  .customer_address_table tr > td input[type="url"], 
  .customer_address_table tr > td input[type="number"]{padding:8px; height:35px; text-indent:0;}
  #address_form_new .action_bottom{text-align:left; margin-top:35px;}
  #address_form_new .action_bottom .button{height:35px; line-height:35px;} 
  
  #order_payment p{text-align:center;}
  
  #order_details{float:none;}
  #order_details tr > th, #order_details tr > td{width: 1% !important;white-space: nowrap;padding: 10px !important;border:1px solid #333333;}
  #order_details tr > td{text-align:left;}
  #order_details thead > tr{position:relative;top:auto; left:auto;}
  .product:nth-child(2n+1){clear:both;}
  #order_details tr > td.quantity{text-align:center;}
}

@media(max-width:479px){
  .rf-content h2{font-size:18px;}
  .rf-content h3 {font-size: 9px !important;line-height: 12px;}
  .rf-content .btn-bf{font-size:14px;max-width:200px;height:45px; padding:10px 18px;}
}


body[data-template*="collection"] .product .product-details h3, 
body[data-template*="collection"] .product .product-details .prod-price,
body[data-template*="collection"] .product .product-details .price {
	color: #333 !important;
}

.price.shop-btn a:hover{
  color:#a05555;
}
p.cart-warning {
  color: #ff4c4c !important;
}

/* ==========================================================================
Remodal's necessary styles
========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}


/********************* MCB Landing page css *********************/
section#down-arrow-wrapper {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}
section#down-arrow-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
a.shop_now_btn {
  border: 1px solid #000;
  padding: 14px 25px;
  text-transform: uppercase;
  color: #fff !important;
  margin-top: 0;
  transition: 0.2s linear !important;
  display: inline-block !important;
  margin: 0 auto;
  text-align: center;
  bottom: 10px !important;
  left: 0px !important;
  z-index: 2 !important;
  right: 0;
  width: 150px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  background: #000;
}
a.shop_now_btn:hover {
  border-color: #fff;
  background: #fff;
  color:#000 !important;
}
#down-arrow-wrapper a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#down-arrow-wrapper a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

#down-arrow-wrapper a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

div#pattern-overlay {
  width: 100%;
  opacity: .4;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.shipping-detail.mcb-video {
  position: relative;
  overflow: hidden;
}
#hero {
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
} 
.homepage-video .banner_button {
  margin: 0 15px;
}
/*   @media screen and (max-width:1600px){
#homepage-pages-one{
background-size:contain !important; 
}
} */
/*   @media screen and (max-width:1220px){
[data-id="parallax-block-1562152819212"]{
background-size:contain !important; 
}
} */

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 310%; top: -104%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 310%; left: -104%; }
}
@media all and (max-width: 600px) {
  .vid-info { width: 50%; padding: .5rem; }
  .vid-info h1 { margin-bottom: .2rem; }
  .remodal-close{top: 5px;
    z-index: 999 !important;
    right: 5px;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym { display: none; }
}
.remodal-products-wrapper .reveal {
  max-width: 350px;
  text-align: center;
  margin: auto;
}

#hero {
  width: 100%;
  position: relative;
  transform: scale(1,1);
  background: #ddd;

  background-size: cover;
}
@media screen and (max-)
  @media only screen and (max-width: 720px){
    div#pattern-overlay{z-index:2;}
    #hero video#bgvid {
      height: 100% !important;
      min-height: 100% height: 100% !important;
      min-height: 100% !important;
      width: auto !important;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      min-width: initial;
      max-width: 2000000px;
    }
    #hero {

      transform: scale(1,1);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    #hero-content{
      width:100%;
      padding: 0 5%;
      margin: -15% 0;
      top:50% !important;
    }
    #hero-content h2{
      font-size: 28px;
      letter-spacing: 0.9px;
      line-height: 30px;
      text-shadow: none;
      margin-bottom: 20px;
      color: #fff;
      font-weight: 500;
      padding: 0;
    }
    #hero-content .subtitle p {
      font-size: 15px;
      color: #fff;
      padding: 0 15px;
      line-height: 20px;
      font-family: 'work sans';
      font-weight: 400;
    }
  }


[data-template="page.mcb-landing-page"] header #logo a, [data-template="page.cbf1-template"] header #logo a{
  display: block;
  margin: 0 auto;
  float: none;
  width: 100%;
  text-align: center;
}
[data-template="page.mcb-landing-page"] header #logo, [data-template="page.cbf1-template"] header #logo{
  width: 100%;
  display: block;
}

.banner-mcb .caption h1.headline sup {
  font-size: 24px;
}
/********************* life-lived-wrapper-section *********************/
section#homepage-products {
  background: #fff;
}
.life-lived-wrapper {
  padding: 110px 85px 85px 85px;
  display:flex;
  align-items:stretch;
}
.life-img-section, .life-content-section {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
}
.life-title-section {
  position: absolute;
  right: -246px;
  top: 20px;
}
.life-img-section {
  position: relative;
  align-items: stretch;
  display: flex;

}
.life-content-align {
  display: flex;
  flex-flow: row wrap;
}
.life-img-section img{
  object-fit:cover;
}
.life-title-section h2 {
  font-size: 43px;
  font-family: Open sans;
  font-weight:bold;
  letter-spacing: 5px;
}
.life-content-section {
  padding: 11.5% 0px 0px 45px;
}
.life-content-section p {
  font-size: 16px;
  line-height: 26px;
  font-family: 'open_sanslight';
  margin-bottom: 15px;
}
.life-content-section a {
  border: 1px solid #000;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  transition:0.2s linear;
}
.life-content-section a:hover{
  background-color:#000;
  color:#fff;
}
a.life-btn {
  display: inline-block;
  margin-top: 27px;
}
span.first-text {
  color: #fff;
}
span.second-text {
  color: #000;
}
.flexslider-mcb .flex-direction-nav .flex-prev, .flexslider-mcb .flex-direction-nav .flex-next{
  top:0;
  height: 100% !important;
  width: 100px !important;
}
.flexslider-mcb.flex-loading .flex-direction-nav .flex-prev:before, .flexslider-mcb.flex-loading .flex-direction-nav .flex-next:before {
  top: 50% !important;
  position: absolute;
}
.flexslider-mcb.flex-loading .flex-direction-nav .flex-prev:before{
  content:'' !important;
  background-image:url(https://cdn.shopify.com/s/files/1/0198/9644/files/pre-arrow.png?1775);
  height: 50px;
  background-position: center center;
  width: 50px;
  right: 0;
  background-size: cover;
  right:0;
}
.flexslider-mcb.flex-loading .flex-direction-nav .flex-next:before{
  content:'' !important;
  background-image:url(https://cdn.shopify.com/s/files/1/0198/9644/files/next-arrow.png?1775);
  height: 50px;
  background-position: center center;
  width: 50px;
  right: 0;
  background-size: cover;
  left:0;
}
body[data-template="page.mcb-landing-page"] section.mcb-product-section {
  background-image:url("https://cdn.shopify.com/s/files/1/0198/9644/files/product-banner.jpg?2392") !important;
}
section.mcb-product-section .section-title h2 {
  color: #fff !important;
  font-size:33px;
  font-family: 'open_sanslight';
  margin: 50px 0 45px 0;
}
.mcb-product-section .product-details a h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
}
.mcb-product-section .price .prod-price {
  font-size: 18px;
  color: #fff;
  margin:5px 0;
}
.hidden img:hover .reveal img {
  display: none;

}
.hidden:hover .reveal{
  opacity:0;
}
.reveal:hover .hidden { 
  z-index: 1;
  opacity: 1;
  /*   background-color:#121212; */
}
.reveal:hover img.feature-img {
  opacity: 0;
  z-index: 0;
  transition: all 0.3s;
}
/* #homepage-products .owl-carousel .owl-item img{    
transition: all 0.3s;
} */
.special-title {
  color: #333333;
  font-family: 'Arvo', serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 20px;
}
.purchase-content p {
  color: #fff;
  font-family: 'open_sanslight';
  font-size: 14px;
  letter-spacing: 1.5px;
  max-width: 82%;
  margin: 0 auto;
  line-height: 2em;
}
.breadcrumb {
  color: #ae4747;
  font-family: 'Arvo', serif;
  letter-spacing: 0.5px;
  margin-bottom: 70px;
}


[data-remodal-id="purchase-full-collection"] {
  width: 90%;
  max-width: 90%;
  height: auto;
}
.remodal-products .price.shop-btn{
  display:none;
}
.remodal-products {
  display: flex;
  overflow-y: auto;
  height: 100%;
  flex-flow:row wrap;
  justify-content:center;
}
.remodal-products .modal-product {
  flex: 0 0 25%;
}

.remodal-products .product-content .swatch ul.colors-variant li label { 
  border-radius: 50px; height: 39px; width: 39px; min-width:inherit;
}
.remodal-products .product-content .swatch ul.colors-variant{
  text-align: center;
  display: flex;
  justify-content: center;
  width:100%;
  display:none;
}
.remodal-products .product-content .swatch span{
  position:relative
    color:#ae4747;
}
.remodal-products .product-details{
  margin-top:40px !important;
}
.remodal-products .product-content,.remodal-products .product-details{
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.remodal-products .product-content .swatch.select-product-color .swatch.color-name-cont{
  text-align: right;
  display:none;
}
.remodal-products .swatch.clearfix.select-product-color>span {
  display: none;
}
.remodal-products .product-content .swatch ul.sizes {
  margin: 10px 0 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.remodal-products .product-content .swatch ul.sizes li {
  line-height: normal;
  text-align: center;
  min-width: 30px;
  font-family: 'open_sansregular';
}
.remodal-products .product-content .swatch ul.sizes li label{
  margin-bottom:0;
  line-height: 20px;
}
.remodal-products .product-content .swatch ul.colors-variant li{
  margin:0 6px 6px 6px;
}
.remodal-products .product-content .product-add{
  display:flex;
  justify-content:center;
}
.remodal-products .product-content .swatch{
  padding-left:0;
}
.remodal-products .product-content .swatch ul.sizes li{
  padding:3px 10px;
}
.remodal-products .product-add{
  display:none !important;
}
img.sign-img {
  margin-top: 20px;

}
.page-1571639346139{
  margin:0 !important;
  margin-top: 40px !important;
  padding:5% 0;
}
.page-1571639346139 .pages-left-content{
  padding-top:4.5%;

}

.page-1571639346139 .mcb-container span.pretext {
  color: #fff !important;
}
.page-1571639346139 .mcb-content-center .mcb-container {
  width: 58%;
  margin: 0 auto;
}
.page-1571639346139 .mcb-content-right .mcb-container {
  width: 58%;
  margin-left: auto;
}
.page-1571639346139 .mcb-content-left .mcb-container{
  width: 58%;
  margin-right:auto;
}
.product-content.product-grit-limited-edition .rte.grit-limited-edition-description p {
  font-family: 'Arvo', serif !important;
  font-weight: 400;
  text-transform: initial;
  font-size: 15px !important;
  margin-bottom: 20px;
  color: #333 !important;
}
.grit-collection-disclaimer p{
  padding:10px 90px 0px !important;
  max-width: 72%;
  font-family: 'open_sanslight';
  font-size: 14px;
  letter-spacing: 1.3px;
  font-weight: normal;
}
.full-purchase-wrapper{
  padding: 0px 0 0 !important;
}
[data-template="page.mcb-landing-page"] .bannertop {
  background-color: #333;
}
article.readmore-paragraph + [data-readmore-toggle] {
  display: inline-block !important;
  /* background: #ba5252; */
  color: #ba5252;
  padding: 5px;
  text-decoration: underline;
  margin-bottom: 30px;
}
a.breadcrumb_link span {
  text-transform: capitalize;
  color: #ba5252;
}
a.breadcrumb_link.active-breadcrumb span {
  border-bottom: 1px solid #ba52524a;
}
.grit-collection-disclaimer{
  margin-bottom:50px;
}
.content-wrapper-date ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  /* align-items: flex-start; */
  text-align: center;
}

.content-wrapper-date ul li {
  width: 20%;
  margin: 14px 0;
  color: #000;
  font-size: 16px;
  font-family: 'open_sansbold';
  text-align: center;
}
.bottom-text-wrapper{
  font-size:13px;
  font-family:'open_sanslight';
}
/* [data-id="parallax-block-1562007557480"]{
margin-top:0;
} */
[data-id="parallax-block-1562005948175"]{
  padding: 10px 0 !important; 
  margin:0 !important;

}
[data-id="parallax-block-1562005948175"] article{
  height:100% !important;
  /*   min-height:360px !important; */
}
[data-id="parallax-block-1562005948175"] .featured-text{
  margin-bottom:0 !important;
}
section#homepage-pages-one.page-1561456717682 {
  margin: 70px 0px 20px !important;
}
.banner_text_section{
  position:relative;
  margin:60px 0  !important;
}
.banner_image_text{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
[data-id="parallax-block-1562152819212"]{
  margin: 30px 0px 20px !important;
}
[data-id="parallax-block-1562152819212"] .pages-left-content.mobile_hidden{
  display:block !important;
}
[data-id="parallax-block-1562152819212"] article{
  height:auto !important;
}
.banner-mcb{
  padding: 20px 0 50px;
}
.banner-mcb .caption{
  text-align:center;
  padding:0;
}
.banner-mcb .image-element__wrap img{
  width:100%;

}
.banner-mcb .caption .caption-content{
  width:100%;
}
.banner-mcb .caption .pretext p{
  color: #000;
  font-family: 'open_sanslight';
  font-size: 26px;
  letter-spacing: 0.6px;
  font-weight: normal;
}
.banner-mcb .caption h1.headline{
  color: #000;
  font-family: 'open_sansbold';
  font-size: 35px;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
  line-height: 1.6em;
  text-shadow: none;
}
.banner-mcb .caption .subtitle{
  text-align:left;
}
.banner-mcb .caption .subtitle p{
  font-family: 'open_sanslight';
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1.6em;
  margin-bottom: 25px;
  text-align: left;
  text-transform:initial;
}
[data-id="parallax-block-1571639174378"],[data-id="parallax-block-1571639174378"] .bg-img{

}
.pre-order-info p{
  font-size:14px !important;
  text-align:left !important;
  margin-bottom:0 !important; 
}

@media screen and (max-width:1600px){
  .banner-mcb{
    padding-bottom:15%;
  }
  [id="banner-1489125525070"].banner-mcb{
    padding-bottom:12%;
  }
}
@media screen and (max-width:1500px){
  .caption-content{
    max-width:65% !important;
  }
  [id="banner-1489125525070"].banner-mcb{
    margin-bottom: 8%;
    margin-top: 4%;
  }
  #banner-1489125525070.banner-mcb{
    margin-bottom: 10%;
    margin-top: 8%;
  }
}
@media screen and (max-width:1450px){
  [id="banner-1489125525070"].banner-mcb {
    margin-bottom: 12%;
    margin-top: 9%;
  }

}
@media screen and (max-width:1200px){  
  .caption-content{
    max-width:80% !important;
  }
  #banner-1489125525070.banner-mcb {
    margin-bottom: 20%;
    margin-top: 15%;
  }
}
@media screen and (min-width:740px) and (max-width:1024px){
  .banner_text_section{
    background:none !important
  }
}

@media (max-width:1024px){
  .grit-collection-disclaimer p{
    max-width:100% !important;
    padding:10px 0px 0px !important;
  }
  .life-lived-wrapper{
    padding:0 0 30px 0;
  }
  .life-content-section {
    padding: 75px 0px 0 22px;
  }
  .life-content-section p{
    font-size:15px;

    /*     line-height:21px; */
  }
  a.life-btn{
    margin-top:7px;
  }
  .remodal-products .modal-product {
    flex: 0 0 50%;
  }
  .remodal-products .product-content .swatch.select-product-size span{
    position:relative;
  }
  [data-id="parallax-block-1571639298799"] {
    margin: 0 !important;
  }
  [data-id="parallax-block-1571639346139"]{
    margin-top:0 !important;
  }
  [data-id="parallax-block-1571639174378"]{
    margin:0 !important;
  }
  section#homepage-pages-one.page-1561456717682 {
    margin: 0 !important;
    padding: 50px 0;
  }
  [data-id="parallax-block-1562005948175"] {
    margin: 0px !important;
    padding: 40px 0 !important;
  }
  .banner_text_section img{
    height:560px;
    object-fit:contain;
  }
  .banner-mcb .image-element__wrap img {
    width: 100%;
    visibility: hidden;
    height: 600px;
    object-fit: cover;
  }
  #banner-1489125525070.banner-mcb {
    margin-bottom: 10%;
    margin-top:0%;
  }
}

@media screen and (min-width:741px) and (max-width:924px){

  #banner-1489125525070.banner-mcb .caption{
    top: 49%;
  }
}
@media (max-width:768px){
  #banner-1489125525070.banner-mcb {
    margin-bottom: 3%;
    margin-top: 0%;
  }
  #banner-1489125525070.banner-mcb {
    margin-bottom: 10%;
    margin-top: 0%;
  }
  .banner-mcb .image-element__wrap img {
    width: 100%;
    visibility: hidden;
    height: 500px;
    object-fit: cover;
  }

  .banner-mcb .caption .caption-content{
    max-width:80% !important;
    width: 100%;
  }
  .banner-mcb .caption .pretext p{
    font-size:14px !important;
  }
  .banner-mcb .caption h1.headline{
    font-size:20px !important;
    margin-bottom: 30px;
  }
  .banner_text_section img{
    visibility:hidden;
  }
  [data-id="parallax-block-1571639298799"] {
    overflow:hidden;
  }

  [data-remodal-id="purchase-full-collection"] .remodal-close{
    top:0 !important;
    right:0 !important;
  }
  .grit-collection-disclaimer p{
    padding:10px 0px 60px !important;
    max-width: 100% !important;
    font-size:14px;
  }
  h3.grit-title {
    font-size:18px !important;
  }

  .purchase-content p {
    max-width: 100%;
  }
  /*   .readmore-paragraph{
  height:80px;
  overflow:hidden;
} */
  .life-img-section,.life-content-align{
    display:block;
  }
  .remodal-products h3.grit-title {
    color: #ba5252;
    font-size: 23px;
    font-family: 'open_sansbold';
    letter-spacing: 2px;
    margin: 50px 0 20px;
  }
  .remodal-products .mobile-view .shop-btn a{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6em;
    letter-spacing: initial;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    background:transparent;
  }
  .remodal-products .mobile-view .shop-btn {
    line-height: 40px;
  }
  .remodal-products .modal-product {
    flex: 0 0 100%;
    margin-bottom:30px;
  }
  [data-remodal-id="purchase-full-collection"] {
    width: 100%;
    max-width: 100%;
    height:auto;
  }
  .flexslider-mcb .slides img {
    height: 300px;
    object-fit: cover;
  }


  .life-img-section, .life-content-section {
    flex: 0 0 100%;
    text-align:left;
  }
  .life-lived-wrapper{
    padding:0;
    display:block;
  }
  .life-content-section {
    padding: 0 15%;
    padding-bottom:3%;
    padding-top:3%;

  }
  .life-title-section{
    right: 8px;
    top: 7px;
    position:unset;
  }
  .life-title-section h2{
    font-size:27px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 30px;

  }
  span.second-text{
    color:#000;
  }
  span.first-text{color:#000;}
  div#shopify-section-mcb-landing-section #homepage-pages-one .featured-text {
    width: 80% !important;
    text-align:left;
  }
  div#shopify-section-mcb-landing-section .parallax-text {
    position: unset !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }
  #homepage-pages-one span.pretext{
    font-size:16px !important;
    line-height:5px;

  }
  #homepage-pages-one .pages-left-content .parallax-text{
    line-height:25px !important;
  }
  div#shopify-section-mcb-landing-section #homepage-pages-one h3.title{
    margin-top:30px;
    font-size:20px;
  }
  .flexslider-mcb.flex-loading .flex-direction-nav .flex-prev:before{
    width:30px;
    height:30px;
  }
  .flexslider-mcb.flex-loading .flex-direction-nav .flex-next:before{
    width:30px;
    height:30px;
  }
  .flexslider-mcb .flex-direction-nav .flex-prev, .flexslider-mcb .flex-direction-nav .flex-next{
    width:50px !important;
  }
  a.life-btn {
    margin-top: 7px;
    margin-bottom: 50px;
  }
  body[data-template="page.mcb-landing-page"] .mcb-product-section a.purchase-full.btn{
    padding:15px 18px !important;
    font-size:16px !important;
  }
  .page-1571639346139 .bg-img{
    background-position: 60% !important;
    background-size: 130% 100% !important;
    margin:0 !important;
    width: 100% !important;
    background:#000 !important;
  }
  .life-img-section {
    text-align: center !important;
  }
  [data-id="parallax-block-1571639298799"] {
    margin: 0 !important;
    background:none !important;

  }
  [data-id="parallax-block-1571639346139"]{
    margin-top:0 !important;
    background-position: 30% 100% !important;

  }
  [data-id="parallax-block-1562152572498"]{
    margin:0 !important;
  }
  [data-id="parallax-block-1562152572498"] .bg-img,[data-id="parallax-block-1562152819212"] .bg-img{
    background:#fff !important;
  }

}
@media (max-width:767px){
  [data-id="parallax-block-1562152819212"] .pages-left-content.mobile_hidden{
    display:none !important;
  }
  .page-1571639346139{
    padding:0;
  }
  section#homepage-pages-one.page-1561456717682 {
    margin: 0 !important;
    padding: 0px 0;
  }
  [data-id="parallax-block-1562005948175"] {
    margin: 0px !important;
    padding: 0px 0 !important;
  }
  [data-id="parallax-block-1571639174378"] .bg-img{
    background-size: cover !important;
    width:100% !important;
    margin:0 !important;
  }
  section#homepage-pages-one.page-1561456717682{
    margin-top:0 !important;
  }
  [data-id="parallax-block-1571639174378"]
  {
    margin-top:0 !important;
    margin-bottom:0px !important; 
  }
  [data-id="parallax-block-1571639174378"] .featured-text p{
    margin-bottom:0 !important;
  }
  [data-id="parallax-block-1562005948175"] .bg-img{
    background-image:none !important;
  }
  [data-id="parallax-block-1562005948175"] .featured-text p{
    margin-bottom:0 !important;
  }
  #shopify-section-mcb-landing-section section#homepage-pages-one {
    background-image: none !important;
  }
  body[data-template="page.mcb-landing-page"] section#homepage-pages-one .parallax-text{
    max-width:330px !important;
  }
  div#shopify-section-mcb-landing-section #homepage-pages-one h3.title {
    margin-top: 10px;
  }
  .full-purchase-wrapper {
    padding: 0px 0 0 !important;
  }
  .special-title {
    font-size: 16px;
    margin-top: 25px;
  }
  .grit-collection-disclaimer{
    margin-bottom:3px;
  }
  .grit-collection-disclaimer p {
    padding: 10px 0 0px !important;
  }
  img.sign-img {
    margin-top: 40px;
    width: 60%;
    padding-bottom:6% !important;
  }
  section.mcb-product-section .section-title h2{
    margin-top:20px; 
  }
  body[data-template="page.mcb-landing-page"] section#homepage-pages-one .parallax-text{
    padding-top:3% !important;
  }
  #homepage-pages-one h3.title>sup {
    font-size: 14px;
    /* line-height: 0; */
    transform: translateY(30px);
    top: 4px;
    position: relative;
  }

  .page-1571639346139 .mcb-signature {
    width: 50% !important;
  }

  .page-1571639298799{
    margin-bottom:0 !important;
    margin-top:0 !important;
  }
  .page-1571639298799{
    height: 25.5vh;
  }
  .page-1571639346139{
    min-height:auto !important;
    margin-top:0px !important;
    margin-bottom: 0px !important;
  }
  .page-1561456717682 .bg-img{
    background: #fff !important;
  }
  .page-1571639298799{
    height:450px;
  }
  .page-1571639298799.parallax.parallax-window .bg-img{
    /*     height:450px !important;  
    object-fit:cover; */
    margin:0 !important;
    background-size: cover !important;
    width:100%;
  }
  body[data-template="page.mcb-landing-page"] .product-details{
    margin-top:0;
  }
  body[data-template="page.mcb-landing-page"] section#homepage-products h2 {
    font-size:18px;
    margin-bottom:20px;
    letter-spacing:1px;

  }
  body[data-template="page.mcb-landing-page"] .mcb-product-section .bottom-section{
    margin: 50px 0 30px 0 !important;
  }
  .life-img-section, .life-content-section {
    flex: 0 0 100%;
  }
  .life-lived-wrapper{
    padding:0;
    display:block;
  }
  .life-content-section {
    padding: 10px 0px 0 0px;
  }
  .remodal-products .owl-buttons {
    width: 100% !important;
    position: absolute;
    display: block;
    top: 52%;
  }
  .remodal-products .owl-prev{
    position: inherit !important;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
  .remodal-products .owl-next{
    position: inherit !important;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
  body[data-template="page.mcb-landing-page"] section#homepage-products .section-title{
    padding-bottom:0 !important;
  }
}
@media screen and (max-width:600px){

  .content-wrapper-date ul li{
    width:50%;
  }
  .banner_text_section img{
    height:700px;
  }
  .banner-mcb .image-element__wrap img{
    height:700px;
  }
}
@media screen and (max-width:500px){
  [id="banner-1489125525070"].banner-mcb{
    padding-bottom:5%;
  }
  .banner-mcb {
    transform: translateY(-40px);
  }
  .banner-mcb .image-element__wrap img {
    width: 100%;
    visibility: hidden;
    height: 950px;
    object-fit: cover;
    vertical-align: top;

  }
  .banner-mcb .caption .caption-content{
    max-width:300px !important;
  }
  div#shopify-section-mcb-landing-section #homepage-pages-one .featured-text{
    width: 300px !important;
  }
  .banner_text_section img{
    height:800px;
  }

}
@media screen and (max-width:480px){
  .banner-mcb .caption h1.headline sup {
    font-size: 14px;
  }
  .banner_text_section img{
    height:900px;
  }
  .page-1571639346139 .pages-left-content{
    padding-top:8%;
    padding-bottom:2%;
  }
  .page-1571639346139{
    padding:0;
  }
  body[data-template="page.mcb-landing-page"] section#homepage-products{
    padding-bottom:20px !important;
  }
  section#homepage-products .product-details h3{
    font-size:20px;
  }
  .remodal-products .product-content .swatch ul.sizes li {
    margin-bottom: 12px;
  }
  .remodal-products .product-content .swatch{
    width: 80%;
    margin: 0 auto;
  }
  .remodal-products .product-details {
    margin-top: 30px !important;
  }
}
@media screen and (max-width:320px){
  body[data-template="page.mcb-landing-page"] .mcb-product-section a.purchase-full.btn {
    font-size: 14px !important;
  }
}

/********************* over-life-lived-wrapper-section *********************/
p.cart-warning {
  color: #ff4c4c !important;
}
