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

.overflow{
  overflow: hidden;
}

 #the-sticky-div.sticky {
     position: fixed;
     top: 0;
  }

/* !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(http://cdn.shopify.com/s/files/1/0114/8122/t/8/assets/boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 85%; }
.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; }
.row{max-width: 1500px; /* Fallback */ }
/* !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; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 92%; }
}
*/
/* !Desktop */
.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%; }

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

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

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


/* !Mobile */
@media screen and (max-width: 767px) {
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

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

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

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

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

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




body {  
  color: #003b49;
  font-size: 16px; 
  font-family: 'bariol_regularregular';
  line-height: 1.6em; 
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
  background-image:url('main-bg.png');
  background-attachment: fixed;
}

@font-face {
   font-family: bariol_regularregular;
   src: url('Bariol-Regular.eot');
   src: url('Bariol-Regular.eot#iefix') format('embedded-opentype'),
        url('Bariol-Regular.woff') format('woff2'),
        url('Bariol-Regular.woff') format('woff'),
        url('Bariol-Regular.ttf') format('truetype'),
        url('Bariol-Regular.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
    font-family: bariol_boldbold;
    src: url('bariol_bold-webfont.eot');
    src: url('bariol_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('bariol_bold-webfont.woff') format('woff2'),
         url('bariol_bold-webfont.woff') format('woff'),
         url('bariol_bold-webfont.ttf') format('truetype'),
         url('bariol_bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

h1, h2, h3, h4, h5, h6 {
  color: ;
  font-weight: normal;
  font-family: 'bariol_regularregular';
  letter-spacing: 1px;
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: black; }
h1 { font-size: 36px; margin-bottom: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 18px; }
h4 { font-size: 18px; }
h5 { font-size: 18px; }
h6 { font-size: 18px; }

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

p { font-size: 16px; margin-top: 0px; margin-bottom: 20px; }
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: #003b49; outline: 0;}
a:hover { color: #cc007b; text-decoration:underline; outline: 0;}
a:visited { color:#003b49; text-decoration:none; outline: 0; }
a:focus { outline:1px dotted #79160d; outline: 0; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0; list-style:disc inside;}
li {  }
blockquote { font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }

input, textarea { font-family: 'bariol_regularregular';}

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

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

.padded { margin-bottom: 15px; }

.section-title { margin-bottom: 20px; }

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

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #00B44F; 
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 10px;
  font-family: 'bariol_regularregular';
  -webkit-appearance: none; 
  border: 0;
  min-width: 160px;
  line-height: 38px;
  border-radius: 6px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #009340;
  border: 0;
    -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
}

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

.button a{
  display: block;
}


/* #Forms
================================================== */

form {
  margin-bottom: 20px; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #eeeeee;
  padding: 0 10px;
  line-height: 35px;
  outline: none;
  color: #003b49;
  margin: 0;
  min-width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; 
  font-size: 16px;   
  border-radius: 6px;
  -webkit-appearance:none;
}

select {
  padding: 0;
  line-height: 25px;
  padding-left: 20px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #eeeeee;
  color: #003b49;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; width: 100%; clear: both; }
label,
legend {
  display: block;
  font-size: 16px;  
}


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


header { 
  background: #ed7c68; 
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
}

header a {
  color: #ffffff;
}

header a:visited {
  color: #ffffff;
}


header a:hover {
  color: #c4d600;
  text-decoration: none; 
}

.mobile-nav{
  display: none;
}

.mobile-nav .mobile-cart{
  border-radius: 0px;
}

#message { 
  min-height: 1px;
  text-align: center;
}

.navigation-right {
  float: right;
}

.customer-details{
  float: left;
}

.parallax-window {
    min-height: 800px;
}

.customer-details li{
  list-style: none;
  float: left;
  margin-right: 10px;
  width: 70px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  color: #fff;
  background: #69C9B9;
  border-radius: 6px;
  display: block;
}

.customer-details div{
  list-style: none;
  margin-right: 10px;
  width: 70px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  color: #fff;
  background: #69C9B9;
  border-radius: 6px;
  display: block;
  margin-bottom: 4px;
}

.customer-details div:hover{
  background: #BA0070;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
  cursor: pointer; cursor: hand;
}

.customer-details a{
  color: #fff;
  display: block;
}

.customer-details a:hover{
  text-decoration: none;
}

.cart-and-search{
  float: left;
}

.search-box-top {
  list-style: none;
  float: left;
  width: 111px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 18px;
  color: #fff;
  background: #69C9B9;
  border-radius: 6px;
  display: block;
  margin-top: 10px;
  height: 35px;
}

.searchbox img {
  width: 15px;
  margin-right: 10px;
}

#pop-search input {
  width: 100%;
  height: 70px;
  float: left;
  clear: both;
}

#pop-search button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#pop-search img{
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}

.cart-and-search a{
  color: #fff;
  text-decoration: none;
  clear: both;
}

.cart-count {
  background: #00B44F;
  float: right;
  width: 111px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 6px;
}

.cart-count:hover {
  background: #009340;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
}

.cart-count p{
  margin-bottom: 0px;
}

.cart-count img{
  width: 30px;
}


#header { position: relative;  }

#logo img{ 
  width: 240px;
  margin-top: 14px;
}

#logo a {
  margin: 0;
  padding: 0;
}


nav { 
  bottom: 5px;
  right: 0;
}


#navigation {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  
  background: #f8f3ec;
}

ul#nav {
  font-family: 'bariol_regularregular';
  background: #f8f3ec;
  list-style: none;
  line-height: 40px;
  margin-top: 18px;
  text-transform: uppercase;
}

ul#nav li {
  display: inline-block;
  z-index: 8;
  margin-right: 12px;
}

ul#nav li a {
  font-size: 24px;
  font-weight: normal;
  color: #003b49;
  height: 40px;
  display: block;
  padding: 0 13px;
  letter-spacing: 0.01em;
  line-height: 40px;
  background: #fff;
  border-radius: 6px;
}

ul#nav li a:hover, ul#nav li a ul li a:hover { 
  color: #fff !important;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-appearance: none;
}

ul#nav li a.current {
  color: #FFF;
  border-radius: 6px;
}
/* Nav colour changes */
ul#nav li.shop a.current, ul#nav.navMobileTop li.shop > a.current, ul#nav li.shop > a:hover, ul#nav li.shop ul li a:hover {
 background: #c51f15;
}
  ul#nav li.shop ul li a {
   background:#ED8286;
  }
ul#nav li.about a.current, ul#nav.navMobileTop li.about > a.current, ul#nav li.about > a:hover, ul#nav li.about ul li a:hover {
 background: #e16a2d;
}
  ul#nav li.about ul li a {
   background: #FEAA8D;
  }
ul#nav li.blog a.current, ul#nav.navMobileTop li.blog > a.current, ul#nav li.blog > a:hover, ul#nav li.blog ul li a:hover {
 background: #f7ce3c;
}
  ul#nav li.blog ul li a {
   background: #FFF3C1;
  }

ul#nav li ul{
  display: none;
  float: left;
  position: absolute;
  top: 34;
  z-index: 5;
  margin: 0;
  padding: 0;
  width: 63%;
  left: 26%;
}

ul#nav li ul.active {
 display: block;
 padding-top: 12px;
}

ul#nav li ul li{
  background: #f8f3ec;
  color: #003b49;
  width: 100%:
  white-space: nowrap;
  float: left;
  text-align: left;
}

ul#nav li ul li a{
  font-size: 16px;
}

.down {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #003b49;
}


.searchbox { 
  padding: 0; 
  clear: both; 
}

/*.searchbox img{
  width: 10px;
}
*/
.searchbox form, .searchbox input {
  margin-bottom: 0; 
  background: #69C9B9;
  border-radius: 6px;
  margin-top: 84px;
}

.searchbox form #q {
  font-size: 16px;
  font-family: 'bariol_regularregular';    
  text-transform: none;
  border: 0;
  font-weight: 400;
  color: #ffffff;
  text-indent: 5px;
  padding: 0;
  background: transparent;
  min-width: 100px;
  max-width: 100px;
  text-align: right;
  background-image:url('search-icon.png');
  background-repeat:no-repeat;
  background-position: 8px 8px;
  background-size: 20px 20px;
}

.searchbox form #q:focus {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;  
  text-align: left; 
  background-image:none;
}

.searchbox input::-webkit-input-placeholder {
  color: #ffffff;
}
.searchbox input::-moz-placeholder {
  color: #ffffff;
}
.searchbox input:-moz-placeholder {   /* Older versions of Firefox */
  color: #ffffff;
}
.searchbox input:-ms-input-placeholder { 
  color: #ffffff;
}

select#currencies {
  width: auto! important;
  min-width: initial! important;
  border: 0! important;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  font-size: 16px; 
  font-family: 'bariol_regularregular';
  margin-bottom: 0;
  height: 30px;
}

#content {
  background: rgb(255, 243, 237);
  background: rgba(255, 243, 237, .6);
  padding-bottom: 0px;
  overflow: hidden;
}

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


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

#homepage-products{
  overflow: hidden;
  background: rgb(255, 243, 237);
  background: rgba(255, 243, 237, .6);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

#homepage-blog {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

#homepage-categories a {
  display: block;
}

#homepage-social{
  padding-bottom: 60px;
}

.home-page-instagram{
  margin-bottom: 20px;
}

.award-bg img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#community-awards img { max-width: 114px; height: auto; }

#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2, #homepage-social h2 {
  line-height: 17px;
  margin: 15px auto;
  text-align: center;
  width: 97.9166666666666667%;
  font-size: 48px;
  text-transform: uppercase;
}

#promo-images { margin-top: 40px; margin-bottom: 40px; }

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

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

.heart img{
  width: 54px;
}

.home-page-instagram h2{
  margin-bottom: 40px!important;
  margin-top: 50px!important;
}

.home-page-instagram{
  margin-bottom: 50px;
}

.collection-sub-nav-container {
	background: #F7DFD2;
	position: relative;
  	width: 100%;
    text-align: center;
  	padding: 8px 36px;
}
.collection-sub-nav {
  background-repeat: repeat-x;
  overflow: hidden;
  text-align: center;
  width: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

.collection-sub-nav a{
  font-size: 17px;
  display: block;
  padding: 8px 8px;
}

.mCSB_scrollTools { bottom: -90px !important; }
.moveLeft {
	display: block;
  	width: 20px;
  	height: 20px;
	background-image: url('lcb-scroller-button-left.png');
  	text-decoration: none;
  	pointer: cursor;
  	position: absolute;
	top: 18px;
  	left: 8px;
}
.moveRight {
  	display: block;
  	width: 20px;
  	height: 20px;
	background-image: url('lcb-scroller-button-right.png');
  	text-decoration: none;
  	pointer: cursor;
  	position: absolute;
	top: 18px;
  	right: 8px;
}

.collection-sub-nav li{
  background: #BCDF92;
  list-style: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  margin-left: 6px;
  margin-right: 6px;
}
.collection-sub-nav li.current{
  background: #00B44F;
}
.collection-sub-nav li.current > a{
  color: #FFF;
}

.collection-sub-nav ul {
display: inline-block;
margin: 0;
padding: 0;
/* For IE, the outcast */
zoom:1;
*display: inline;
}


.collection-sub-nav li:hover{
  background: #00B44F;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
}

.collection-sub-nav a:hover{
  text-decoration: none;
  color: #fff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
}



ul#featured-posts { list-style-type: none; float: left; margin-top: 30px; }
ul#featured-posts li { float: left; display: inline; text-align: left; font-family: 'bariol_boldbold';  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 42px;
  padding-bottom: 20px;
  min-height: 190px; }

#featured-posts p{
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#featured-posts p.review-name{
  font-size: 20px;
}

#featured-posts a:hover{
  text-decoration: none;
  color: #cc007b;
}

ul#featured-posts li:first-child{
  background: #BFB38F;
  border: 6px solid #000;
}

ul#featured-posts li:nth-child(2){
  background: #99CFB8;
  border: 6px solid #000;
}

ul#featured-posts li:nth-child(3){
  background: #E3E3E2;
  border: 6px solid #000;
}

.testimonial-content{
  background-image:url('quote-marks.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position: center 10px;
  font-size: 20px;
  text-align: left;
  padding-top: 60px;
  line-height: 29px;
}

p.testimonial-title{ font-size: 18px!important;
  font-family: bariol_boldbold;
  }


.testimonial-read-more a{
  font-size: 16px;
}

.testimonial-1{
  overflow: hidden;
    margin-bottom: -110px;
    margin-top: 20px;
}

.testimonial-1 img{
    margin-top: 34px;
  position: relative;
}

.testimonial-2{
  overflow: hidden;
    margin-bottom: -110px;
    margin-top: 20px;
}

.testimonial-2 img{
    margin-top: 34px;
  position: relative;
}

.testimonial-3{
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: -110px;
}

.testimonial-3 img{

  position: relative;
}

.testimonials-page img {
  width: 280px!important;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-page h1{
  text-align: center;
  margin-top: 20px;
    margin-bottom: 20px;
}

.quote-marks { display: none; }
/* .quote-marks img {
  width: 100%!important;
  height: auto;
  margin-top: -4px;
  margin-bottom: 10px;
} */


.social-box{
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px;
  min-height: 580px;
  margin-bottom: 50px;
}

.social-box img{
  width: 62%;
}

.social-box h4{
  font-size: 48px;
  line-height: 49px;
  font-family: 'bariol_boldbold';
  margin-bottom: 30px;
}

.social-box p{
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 40px;
}

.social-box-1{
  background: #BCDF92;
}

.social-box-1 .button{
  background: #00B44F;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 10px;
  font-family: 'bariol_boldbold';
  -webkit-appearance: none;
  border: 0;
  min-width: 160px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  border-radius: 6px;
}


.social-box-1 .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #ffffff;
  background: #009340;
  border: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
}


.social-box-2{
  background: #69C9B9;
}

.social-box-2 #mc_embed_signup {
  margin-top: 10px;
  width: 100%; 
}

.social-box-2 #mce-EMAIL {
  margin-left: 17px!important;
}

p.sign-up-sub{
  font-size: 16px;
  font-family: 'bariol_boldbold';
  color: #333333;
  clear: both;
  line-height: 18px;
}

.home-category{
  text-align: center;
  margin-bottom: 2%;
  padding-right: 20px;
  padding-left: 20px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.home-category:hover{
  color: #fff;
}

.home-category h3{
 color: #fff;
  font-size: 62px;
  font-family: 'bariol_boldbold';
  line-height: 62px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
    padding-top: 100px;
  padding-bottom: 100px;
    width: 240px;
}

.home-category p{
  color: #fff;
  font-size: 24px;
  font-family: 'bariol_boldbold';
  line-height: 26px;
  margin-bottom: 90px;
}

/* HVR Effect */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.search-bar-home{
  background: #00B44F;
    padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
    overflow: hidden;
      -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px;
  margin-bottom: 40px;
}

.search-bar-home h3{
  float: left;
  font-size: 72px;
  font-family: 'bariol_boldbold';
  line-height: 75px;
  margin-top: 14px;
}

.search-bar-home img{
  margin-top: 20px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-bar-home input{
  width: 99%;
  height: 70px;
  float: left;
  clear: both;
}

.search-bar-home p{
  font-size: 23px;
  font-family: 'bariol_boldbold';
  clear: both;
}

.search-bar-home a{
  font-size: 23px;
  font-family: 'bariol_boldbold';
  clear: both;
  text-decoration: none;
  color: #fff;
}

.search-bar-home a:hover{
  color: #CD007B;
}

.search-bar-home button{
  float: left;
  margin-left: -160px;
  height: 70px;
  background: #E4F4F0;
  color: #003b49;
}

.homepage-main-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.homepage-main-image:before {
  content: "";
  display: block;
  width: 100%;
}

.homepage-main-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 1em;
}

.homepage-main-image h1{
  font-size:72px;
  line-height: 92px;
  text-align: center;
  font-family: 'bariol_boldbold';
  color: #fff;
   padding-top: 160px;
  padding-bottom: 160px;
}

.homepage-main-image img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
}

.homepage-search{
  min-height: 450px;
  text-align: center;
}

.homepage-search h1{
    margin-top: -298px;
  z-index: 99999;
  font-size: 58px; 
  font-family: 'bariol_boldbold';
  color: #fff;
  margin-bottom: 20px;
}

.homepage-search img{
    z-index: -2000000;
  position: relative;
}

.homepage-search input{
  z-index: 99999;
  width: 80%;
  margin: 0 auto;
    height: 60px;
}

.home-category {
  display: block;
  text-decoration: none;
  color: #333333;
}

.home-category-1{
  background: #E06A2D;
}

.home-category-2{
  background: #CC007A;
}

.home-category-3{
  background: #BCDF92;
}

.home-category-4{
  background: #69C9B9;
}

.home-category-5{
  background: #C3D500;
}

.home-category-6{
  background: #ed7c68;
}

.shop-information-border-top{
   background-image:url('border-top-2.png');
   background-repeat: repeat-x;
   height: 50px;
   height: 40px;
   margin-bottom: -18px;
   margin-top: -18px;
}

#shop-information span.conditions{
  font-size: 14px;
}

.shop-information-border-bottom {
  background-image: url('border-top-2.png');
  background-repeat: repeat-x;
  height: 50px;
  height: 40px;
  margin-top: -18px;
  position: relative;
  z-index: 99999;
}

#shop-information{
  background: #E4F4F0;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

#shop-information a:hover {
  text-decoration: none;
  }
  #shop-information a:hover > h4 {
    color: #1C9CD9;
  }

#shop-information img{
  width: 320px;
}

#shop-information h4{
  margin-top: 6px;
  font-size: 32px;
  line-height: 34px;
  font-family: 'bariol_boldbold';
}

#shop-information p{
  font-size: 20px;
  line-height: 26px;
  margin-top: 12px;
}

#email-club {
  background: #69C9B9;
  z-index: -99999;
  margin-top: -18px;
  padding-top: 90px;
  padding-bottom: 90px;
}

#email-club img {
  width: 320px;
  padding-top: 10%;
}

#email-club h4{
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
}

#email-club p{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 38px;
}

#email-club-blog {
    background: #E3E3E2;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

#email-club-blog h4{
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
}

#email-club-blog p{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 38px;
}

.email-club-border-bottom {
  background-image: url('email-border-bottom.png');
  background-repeat: repeat-x;
  height: 50px;
  height: 40px;
  margin-top: -18px;
  position: relative;
  z-index: 99999;
}

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

ul#collection-loop { margin-top: 20px; }

#collection-description {   font-size: 18px;
  line-height: 22px;
  /*margin-bottom: 40px;*/
  overflow: hidden;
 }
#collection-description h1{ font-size: 48px; line-height: 52px; margin-top: 20px;  }
#full-width-filter { overflow: hidden; margin-bottom: 20px;}
#sidebar {clear: both;}
#sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #eeeeee;   }


#sidebar-share{
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 30px;
  background: #E4F4F0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
}

#sidebar-share h3{
  font-size: 23px;
  margin-bottom: 20px;
}

#collection-description img{
  width: 100%;
  padding-top: 40px;
}

.sidebar {
  margin-top: 20px;
}


.sidebar ul{
  list-style: none;
}


.sidebar li{
  margin-bottom: 10px;
}

.sidebar li a{
  list-style: none;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  color: #fff;
  background: #69C9B9;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 100px;
  width: 100%;
}

.sidebar li a:hover{
background: #CC007A;
  color: #fff!important;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
}

.sidebar li a:hover{
  color: #fff!important;
  text-decoration: none;
}

.designers-page{
  padding-top: 10px;
  padding-bottom: 40px;
}

.designers-page /*.product-image-height*/{
    min-height: 278px;
}

.designers-page #product-info {
  min-height: 88px;
}

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

#side-filter { width: 100%; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; margin-bottom: 20px; padding-top: 20px; }
#side-filter p { margin-bottom: 5px; }
#side-filter li { margin-bottom: 10px; }

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

span.customSelect { 
  font:12px sans-serif;
  background:#fff url(select-2_5455423418161435392.png) right center no-repeat;
  border:1px solid #eee;
  color:#555;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:175px;
}


ul#product-loop { padding-top: 10px; list-style-type: none; float: left; }
ul#product-loop li.product { float: left; display: inline; /*background: #fff;*/ }

li.product { position: relative; margin-bottom: 20px; }
li.product img { margin: 0 auto; display: block;}
li.product img a { border: 0; }

.collection-image{
  background: #fff;
/*  width: 100%;*/
}

.first { clear: left; }



#product-info {
  background-color: #F3F7F7;
  min-height: 155px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

#product-info .ajaxified-cart-feedback {
  font-size: 13px;
  line-height: 18px;
  padding-top: 5px;
  display: none!important;
}

/*.product-image-height{
    min-height: 280px;
}*/

#prod-desc .button{
  color: #003b49;
}

#product-info h3 { font-size: 12px; margin-bottom: 0px; color: #003A49; font-size: 18px; line-height: 20px; margin-bottom: 5px; }
#product-info p { margin-bottom: 0; color: #69C9B9; text-transform: uppercase; font-size: 14px; font-family: 'bariol_boldbold'; line-height: 14px;}
#product-info a { text-decoration: none! important;  }
#show-sizes { margin-top: 5px; margin-bottom: 10px; }
#show-sizes span { background: transparent; padding: 0; }


#product-info .button {
  font-size: 13px;
  min-width: 68px;
  height: 30px;
  line-height: 32px;
  float: right;
  margin-bottom: 0px;
    margin-top: 8px;
}

#show-sizes .size.options { text-align: center; list-style-type: none; }

#show-sizes .size.options li { 
  
  border: 2px solid #f5f5f5;
  margin: 0 3px;
  
  position: relative;
  display: inline-block;
  min-width: 25px;
  height: 25px;
}


.product-review {
  background: rgb(226, 6, 19);
  background: rgba(226, 6, 19, .5);
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
}

.product-review img{
  width: 220px;
  margin-top: 30px;
}

.spr-container {
  border: none!important;
  color: #fff;
  padding: 0px!important;
}

.spr-summary-caption{
  clear: both!important;
}

.spr-summary span{
  clear: both!important;display: block;
  margin-bottom:10px;
}



.spr-header-title {
  margin: 0 0 22px 0!important;
}

.spr-summary-actions-newreview {
  float: none!important;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  background: #C3D500!important;
  display: block!important;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
    -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px;
}

.spr-review, .spr-form {
  border-color: #ECECEC;
  width: 100%;
  margin: 0 auto!important;
}

.spr-review, .spr-form {
  border-color: #F09EA1!important;
}

.spr-icon {
 color: yellow;
}

.spr-form-title {
  font-size: 20px!important;
  display: none!important;
}

.spr-review-content-body {
  font-size: 18px!important;
  line-height: 24px!important;
}

.spr-review-header-starratings {
  color: yellow;
}

.spr-review-header-title {
  font-size: 20px!important;
  line-height: 24px;
}

.spr-form-label {
  font-size: 16px!important;
  line-height: 30px!important;
  float: left;
}

.spr-form-review-rating a, .spr-form-review-rating a:hover {
  color: yellow;
}


#show-sizes .crossed-out { top: 2px; position:absolute; width:15px; height:15px; left:-2px; right:0; }

.prod-price { font-size: 16px; font-family: 'bariol_boldbold';}
.was, .product-compare-price { text-decoration: line-through; font-size: 12px; }
.was { color: #666; display: inline; margin-left: 5px; }
.onsale { color: #b82b57; display: inline; font-family: 'bariol_boldbold'; }

.instagram { overflow:hidden; }

.new { padding: 5px 10px; position: absolute; top: 5px; left: 5px; text-transform: uppercase; text-align: center; z-index: 3;  }
.sale-item { padding: 5px 10px; position: absolute; top: 5px; left: 5px; text-transform: uppercase; text-align: center; z-index: 3; }
.so { padding: 5px 10px; position: absolute; top: 5px; left: 5px; text-transform: uppercase; text-align: center; z-index: 200; opacity:1; }

.so img{
  opacity:1;
  border: 0;
  width: 70px;
}

.sale-item img{
  border: 0;
  width: 70px;
}

.new img{
  border: 0;
  width: 70px;
}





.backto {
  margin-right: 10px;
  border-right: 1px solid #eee;
  padding-right: 5px; 
}

.prev-prod {
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #eee;
}


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

.add { clear: left; }


#bigimage { text-align: center; max-width: 386px; }

.bigimage img{
  width: 100%;
  background: #fff;
}

/*set a border on the images to prevent shifting*/
.thumbnail { border: 1px solid transparent; margin-bottom: 10px; }

/*Change the colour*/
.active img {border:1px solid #ccc !important;}

#product-price { font-size: 22px; margin-top: 40px; margin-bottom: 10px; }

#add { margin-top: 20px; }

#product-description {  padding-right: 20px; }
#product-description form {  padding-bottom: 10px; }

#product-description h1 { line-height: initial; margin-bottom: 5px; }
#product-description h2 { font-size: 18px; line-height: 20px; margin-bottom: 5px; }

#subscribe_popup { padding: 0px; text-align: centre; }

#subscribe_popup img{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}

#subscribe_popup #mc_embed_signup_scroll{
    margin-top: -10px;
}

#subscribe_popup h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

#subscribe_popup p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 9px;
  text-align: center;
  line-height: normal;
}

#subscribe_popup #mc_embed_signup .button {
  height: 40px!important;
   line-height: 40px!important;
}

#subscribe_popup #mc_embed_signup {
  margin-top: 0px!important;
  width: 95%!important;
}

#subscribe_popup  #mc_embed_signup .mc-field-group input {
  height: 40px!important;
  margin-bottom: 9px!important;
}


#product-description .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: #00B44F;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 10px;
  font-family: 'bariol_boldbold';
  -webkit-appearance: none;
  border: 0;
  min-width: 160px;
  height: 60px;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 6px;
}



#related {
  padding-top: 40px;
  padding-bottom: 40px;
}

#related h4{
  font-size: 32px; margin-bottom: 35px; margin-top: 20px;
}

ul.related-products { list-style-type:none; }
.related-products * { padding:0 }
.related-products div.image {  }
.related-products img { width: 100%; max-width: 100%; }
.related-products li { float:left; margin: 0 0 20px; }
.related-products {  }

.related-products img{
  margin-bottom: -10px;
}

#recently-viewed-products{
  text-align: center;
  padding-bottom: 40px;
}

#recently-viewed-products h4{
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
}

.add { margin-top: 20px; margin-bottom: 0; }
.ajaxified-cart-feedback { margin: 0 0 20px; }
.ajaxified-cart-feedback.success { color: #78AB46 }
.ajaxified-cart-feedback.error { color: red; }

.ajaxified-cart-feedback.success a { color: #78AB46 }

.ajaxified-cart-feedback.error a { color: red; }

.ajaxified-cart-feedback a{
  text-decoration: underline;
}

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li {
  margin-left: 10px;
  background: #AEBFC3;
  width: 30%;
  float: left;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
}
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

ul#popups li a{
  display: block;
  font-size: 18px;
}

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

#social { float: left; width: 100%; padding-bottom: 10px; }
#looked-at { margin-top: 20px; border-top: 1px solid #eeeeee;   background-image: url('about-product-bg-2.png');
  background-repeat: repeat; padding-bottom: 60px; margin-bottom: -50px; }
#looked-at h4 { margin-bottom: 20px; }


div.what-is-it {
  margin-top: 10px;
}
.what-is-it label {
  float: left;
  margin-right: 10px;
}

.selector-wrapper {
    clear: left;
    margin-top: 10px;
    display: block;
}

.single-option-selector {
    margin-bottom: 10px;
  height: 30px;
}

.selector-wrapper label {
    margin: 5px 0;
    margin-top: 10px;
}

.about-product {
  background-image:url('about-product-bg-2.png');
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
  font-size: 18px;
}

.about-product h2{
  font-size: 22px;
  margin-bottom: 20px;
}

.about-product p{
  font-size: 18px;
  margin-bottom: 20px;
}

.about-product .button{
  background: #AEBFC3;
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-product .button:hover{
  background: #e16a2d;
}

.about-product a{
  text-decoration: none;
}

.about-product a:hover{
  text-decoration: none;
}




.desc {
  float: left;
  margin-top: 20px;
}





/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

#cart li{
  list-style: none;
}

.cart-image a{
  background: none;
}

.pages-top-image-checkout img {
  width: 110px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}



table { 
  width: 100%; 
  border-collapse: collapse; 
  font-size: 18px;
}

thead {
  padding-top: 20px;
  padding-bottom: 20px;
}

thead td, th{
  border: 0px solid!important;
}


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

td p{
  font-size: 18px;
}

table a{
  background: #E32520;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 50%;
  color: #fff;
}
table a:hover{
  background: #C01B17;
  color: #fff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none;
  text-decoration: none;
}

#shopping-cart h2{
  font-size: 42px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.cart-title:first-child{
  font-size: 500px;
}

.cart-item{
  line-height: 30px;
}

.cart-item p{
  font-size: 19px;
  margin-bottom: 0px;
}

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0; font-size: 24px;   font-family: 'bariol_boldbold'; }
#basket-right span{color: #969696;   font-family: 'bariol_regularregular';}
#basket-right p{
  margin-bottom: 10px;
}


#basket-right input{
  margin-bottom: 0px;
}

#update-cart{
  background: #E3E3E2;
  color: #7F8080;
  width: 100%;
}

#update-cart:hover{
  background: #CBCBCB;
}

#checkout{
  background: #00B44F;
  width: 100%;
}

#checkout:hover{
  background: #009340;
}

.or{
  text-align: center;
}
#note { background: transparent; font-size: 18px; }
.cart-intro{
  text-align: center;
}
#cart-notes textarea{background: #E4F4F0;}
#cart-notes { margin-top: 20px; margin-bottom: 20px; font-size: 18px; }
#cart-notes label{ font-size: 18px; margin-bottom: 10px;}
#search-bar h3{
  font-size: 24px;
}

.shopping-cart-center {
  text-align: center;
   font-size: 24px;
  margin-top: 15px
}


#shopping-cart #search-bar input {
  width: 50%;
  height: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#shipping-calculator{
  clear: both;
  overflow: hidden;
}

#shipping-calculator h3{
  font-size: 32px;
  margin-bottom: 20px;
}

#shipping-calculator  select{
  width: 100%;
  font-size: 18px;
  font-family: bariol_regularregular;
    height: 38px;
  border-radius: 6px;
    color: #fff;
  background: #69C9B9;
  border: 0px;
}

#shipping-calculator  input[type="text"]{
  width: 100%;
  font-size: 18px;
  font-family: bariol_regularregular;
    height: 38px;
  border-radius: 6px;
    color: #fff;
  background: #69C9B9;
  border: 0px;
}

#shipping-rates{
  clear: both;
}

#shipping-rates-feedback{
  clear: both;
  float: left;
}

#shipping-rates li
{
  clear: both;
  float: left;
  color: #78AB46!important;
  font-size: 18px;
  margin-left: 14px;
}

#wrapper-response p.success{
  clear: both;
  float: left;
  color: #78AB46!important;
  font-size: 18px;
  margin-left: 14px;
}


#wrapper-response p.error{
  clear: both;
  float: left;
  color: red!important;
  font-size: 18px;
  margin-left: 14px;
}



.get-rates{
  width: 100%;
  background: #333333!important;
  color: #fff!important;
}

.get-rates:hover{
  background: #E06A2D!important;
  color: #fff!important;
}

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

#page {
  background: #fff;
  padding-left: 70px;
  padding-right: 70px;
  border-radius: 6px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
}

#delivery-returns{
   margin-top: 50px;
  margin-bottom: 50px;
}

#delivery-returns p{
  font-size: 20px;
    line-height: 28px;
}

#delivery-returns h1{
  text-align: center;
  margin-bottom: 30px;
}

#delivery-returns h2 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

#delivery-returns img{
  display:block;
  margin-left: auto;
  margin-right:auto;
  width: 220px; 
}

.delivery-wrap{
    margin-top: 30px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 45px;
  padding-bottom: 20px;
}

#about-page{
   margin-top: 50px;
  margin-bottom: 50px;
}

#about-page img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.about-page-left img{
  width:500px;
}

.about-page-right img{
  width: 100%;
  max-width: 500px;
  height: auto;
}

#about-page p{
  font-size: 20px;
    line-height: 28px;
}

#about-page h1{
  text-align: center;
  margin-bottom: 30px;
}

#about-page h2 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.about-wrap{
    margin-top: 30px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 45px;
  padding-bottom: 20px;
}


#blog-articles { list-style-type: none; text-align: center; color: #4E4D4D; }


#blog-articles li:nth-child(1n+1) {
  background: #69C9B9;
   }

#blog-articles li:nth-child(2n+2) {
  background: #FFE1D2;
    }

#blog-articles li:nth-child(3n+3) {
  background: #C3D500;
    }

#blog-articles li:nth-child(4n+4) {
  background: #f7ce3c;
    }

#blog-articles li:nth-child(5n+5) {
  background: #C0ADD8;
    }

.grid-item { width: 31.25%; background: black;   margin-left: 1.0416666666666667%;
  margin-right: 1.0416666666666667%; float: left; margin-bottom: 1%;}

.blog-page{
padding-top: 50px;
  margin-bottom: 48px;
}

.blog-piece {
  min-height: 460px;
  margin-bottom: 20px;
}

.blog-header{
  padding-top: 20px;
  padding-bottom: 30px;
}

.blog-header #mce-EMAIL {
  margin-left: 0px!important;
  margin-top: 10px;
}

.blog-header #mc-embedded-subscribe {
  margin-top: 10px!important;
}

.blog-header h1{
  font-size: 42px;
  line-height: 48px;
}

.blog-header p{
  font-size: 22px;
  line-height: 26px;
}


.blog-header img{
  width: 380px;
}

#page p{
  font-size: 20px;
    line-height: 28px;
}

#page h1{
  text-align: center;
  margin-bottom: 30px;
}

#page h2 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}





#blog-articles li.testimonial-blog{
  min-height: 250px;
  margin-bottom: 20px;
}

.blog-articles-image {
height: 220px;
overflow: hidden;
-moz-border-radius: 6px;
-webkit-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px; 
}

.readmore a{
  font-size: 18px;
}

#blog-articles img{
  width: 100%
}

#blog-articles li{
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; 
}

#blog-articles h2{
  font-size: 34px;
  line-height: 36px;
  color: #4E4D4D; 
  padding-top: 30px;
  padding-bottom: 10px;
   padding-left: 20px;
  padding-right: 20px;
}

.blog-article{
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-article h1{
  color: #CC007A;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
}

.blog-article p{
  font-size: 18px;
  line-height: 26px;
}

.blog-date{
  text-align: center;
  font-size: 14px!important;
}

.single-article{
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  padding-bottom: 10px;
}

.single-article-testimonials{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.single-article-testimonials p{
  font-size: 15px;
  margin-top: 20px;
}

.single-article p{
  font-size: 15px;
  margin-top: 20px;
}



ul#posts { list-style: none; background: #EAEBA5; padding-top: 25px; padding-bottom: 25px; padding-left: 20px; padding-right: 20px; border-radius: 6px; }
ul#popular { list-style: none; background: #69D494; padding-top: 25px; padding-bottom: 25px; padding-left: 20px; padding-right: 20px; border-radius: 6px;}
ul#posts li { margin-bottom: 20px; padding-bottom: 0;}
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

ul#posts h3{font-size: 23px; margin-bottom: 20px;}
ul#popular h3{font-size: 23px; margin-bottom: 20px;}
#comments { clear: left; float: left; border-top: 1px solid #eeeeee; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { clear: left; float: left; width: 100%; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0;  padding-bottom: 20px;  background: #E3E3E2; padding: 30px; border-radius: 6px; }
#comments #pagination{
  margin-bottom: 0px;
}

ul#posts a:hover {
  color: #003b49;
  text-decoration: underline;
  outline: 0;
}

ul#popular a:hover {
  color: #003b49;
  text-decoration: underline;
  outline: 0;
}

#comment-form textarea{
  line-height: 22px;
  min-height: 300px;
}
.comment-details { margin-bottom: 10px; font-family: 'bariol_boldbold'; font-size: 18px;  }
.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; }

.social-feed-bg{
  min-height: 740px;
  margin-top: 30px;
  background: #E4F4F0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 45px;
  padding-bottom: 20px;
  text-align: center;
}

.social-feed-bg h2{
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}

#twitter-widget-0{
  width: 100%!important;
}

.pinterestBoardWrapper {
  width: 100%;
  margin: auto;
}
.pinterestBoard {
  margin: auto;
  text-align: center;
}
.pinterestBoard span {
  overflow: hidden;
  max-width: 100%!important;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {

      margin-left: auto!important;
  margin-right: auto!important;
  text-align: center!important;
}
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}
 



/* =============== */
/* = Contact = */
/* =============== */

#contact-page{
padding-bottom: 50px;
}

#contact-page h1 {
  font-size: 42px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.pages-top-image-contact img {
  width: 250px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#contact-page h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}

#contact-page p{
  font-size: 18px;
  line-height: 22px;
}

#contactFormWrapper{
  background: #E4F4F0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 20px;
  overflow: hidden;
}

#contactFormWrapper textarea{
  height: 150px;
}

.errorForm{
  color: red;
}

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

#search-bar { margin-top: 20px; border-bottom: 1px solid #eeeeee; }
#q { text-transform: uppercase; }

.search-center {
  text-align: center;
}

#search-page{
  text-align: center;
    padding-bottom: 80px;
}

.pages-top-image img{
  width: 90px;
  margin-top: 50px;
}

.search-again{
    margin-top: 50px;
  background: #E4F4F0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 6px;
}

.search-again img{
  width: 90px;
}

#search-page h2{
font-size: 42px;
line-height: 46px;
margin-top: 20px;
text-align: center;
margin-bottom: 10px;
}

#error-page h2{
  font-size: 30px;
  line-height: 46px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

#error-page{
  text-align: center;
    padding-bottom: 80px;
}

#error-page input {
  width: 50%;
  height: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.pages-top-image img{
  width: 90px;
  margin-top: 50px;
}

#search-page p{
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 20px;
}

#search-bar p{
  font-size: 18px;
}


#search-page #search-bar input{
  width: 100%;
  height: 70px;
  margin-top: 0px;
  float: left
}



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

.errors{
  color: red;
}

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

#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; font-size: 18px; margin-bottom: 10px!important;}
.address_table { margin-bottom: 20px; }

.account{
  padding-top: 50px;
  padding-bottom: 50px;
}

.account h1{
  text-align: center;
}

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


#customer_detail{
    background: #E4F4F0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 6px;
    margin-bottom: 10px;
}

#customer_orders{
    background: #E4F4F0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 6px;
}

#customer_detail .fa {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

#customer_detail a{
  font-size: 18px;
}

#order_details { float: left; }

.customer-sign .shop-information-border-top {
  margin-top: -20px;
}

#create-customer, #customer {
  margin-top: 30px;
  background: #E4F4F0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 45px;
  padding-bottom: 20px;
}

#create-customer img{
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 22px;
}

#customer img{
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 22px;
}

#recover-password img{
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 22px;
}



#create-customer h2{
  font-size: 28px;
  text-align: center;
}

#customer h2{
  font-size: 28px;
  text-align: center;
}

div#recover-password {
  margin-top: 30px;
  background: #E4F4F0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 45px;
  padding-bottom: 20px;
}

#recover-password h2{
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

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

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

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

.center { 
  text-align: center;
}


.address-page{
  padding-top: 50px;
  padding-bottom: 50px;
}

.customer_address {
  margin-top: 30px;
  background: #E4F4F0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}


.address-page h1{
  text-align: center;
}

.order-page{
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-details {
  margin-top: 30px;
  background: #E4F4F0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#order_details a{
  background: none;
  color: #003b49;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  border-radius: 0px;
    padding-left: 0px;
  padding-right: 0px;
}


.order-page h1{
  text-align: center;
}


/* =============== */
/* = Footer = */
/* =============== */
.footer-border-top{
   background-image:url('border-top-footer04.svg');
   background-repeat: repeat-x;
   height: 50px;
   height: 40px;
   margin-bottom: -18px;
   margin-top: -20px;
     z-index: 9999999;
  position: relative;
}

#footer { margin-bottom: 20px; background: #DEEBC8; padding-bottom: 50px; padding-bottom: 50px; }
#footer ul { list-style-type: none;}


.footer-row-bottom{
  clear: both;
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}

.footer-col-left{
  width: 300px;
  float: left;
}


.footer-col {
  width: 300px;
  float: left;
  text-align: center;
}

.footer-col-right {
  width: 300px;
  float: left;
  text-align: right
}


#footer img {
  margin-top: 50px;
  width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 60px;
}

#footer p{
  color: #CC007A;
  font-size: 16px;
  font-family: 'bariol_boldbold';
}

#footer a{
  color: #CC007A;
  font-size: 16px;
  font-family: 'bariol_boldbold';
}

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

#footer .fa {
  background: #fff;
  padding-top: 11px;
  padding-bottom: 8px;
  margin-right: 10px;
  width: 41px;
  font-size: 22px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
}

.footer-social-media a{
  color: #003b49!important;
}

.icons { 
  clear: left;
}

li.icons a {
  color: #454545;
    background: #f5f5f5;
  font-size: 18px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 5px 5px 0;
  float: left;
}

#mc_embed_signup {
  margin-top: -10px;
  width: 75%;
}

#email-club #mce-EMAIL {
  margin-left: 0px!important;
}

#email-club-blog img{
  width: 100px;
}

#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 0px!important;
}

#mce-EMAIL {
  margin-right: -40px!important;
  margin-left: 36px!important;
  height: 60px!important;
}


#mce-EMAIL {
  float: left;
  margin-right: 0;
  width: 75%;
  min-width: 75%;
  display: inline-block;
}

#mc-embedded-subscribe {
  float: left!important;
  margin-top: 0;
  padding: 0 10px;
  width: 25%;
  min-width: 25%;
  display: inline-block;
  line-height: 40px;
}

#mc_embed_signup {
  margin-top: -10px;
  width: 75%;
}

#email-club #mce-EMAIL {
  margin-left: 0px!important;
}

#email-club-blog img{
  width: 100px;
}

#mc_embed_signup .mc-field-group .asterisk {
  top: 35px!important;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
  padding: 0 10px;
  width: 25%;
  min-width: 25%;
  display: inline-block;
  line-height: 40px;
}

#mc_embed_signup .button {
    background-color: #00B44F!important;
  color: #ffffff!important;
  display: inline-block!important;
  font-size: 18px!important;
  text-decoration: none!important;
  cursor: pointer!important;
  margin-bottom: 20px!important;
  line-height: normal!important;
  padding: 0 10px!important;
  font-family: 'bariol_boldbold'!important;
  -webkit-appearance: none!important;
  border: 0!important;
  min-width: 160px!important;
  height: 60px!important;
  line-height: 50px!important;
  text-transform: uppercase!important;
  border-radius: 6px!important;
}
/*
#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }*/
#payment img { display: inline; max-width: 60px; text-align: center;  margin-bottom: 10px; }

#payment p{
  color: #B0B0B0;
  float: left; margin-right: 20px;
}

#payment  .terms{
  margin-top: 10px;
}

#payment  .terms a{
  color: #003b49;
}


.footer-right p{
  float: right;
    padding-top: 10px;
}

#payment a{
  color: #B0B0B0;
}

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

#mobile-product { display: none; }

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


#pagination { text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 70px; }
#pagination a { margin: 0 5px; background: #eeeeee; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #003b49; color: #fff;   -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-appearance: none; }
#pagination .current { background: transparent; }


#breadcrumb { font-size: 14px; margin-bottom: 20px; width: 100%;  margin-top: 20px;}
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }

.page-title{
  border-bottom: 1px solid;
  padding-bottom: 2px;
}


/* 
 * Shifter v3.1.2 - 2014-10-28 
 * 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-navigation i {
  font-size: 30px;
  float: right;
  padding-top: 15px;
  color: #00B44F;
}

.shifter-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 0;
  display: block;
  overflow: hidden;
}
.shifter-enabled.shifter-left .shifter-page {
  box-shadow: 0 0 0 0;
}
.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  right: 0;
  z-index: 999;
  position: fixed;
  top: 0;
  background: #ffffff;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
          transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
}
.shifter-enabled .shifter-handle {
   background: #69C9B9;
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mobile-nav .button {
  border-radius: 0px;
}
.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
/*.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
      -ms-transform: translate3D(-270px, 0, 0);
          transform: translate3D(-270px, 0, 0);
}*/
.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
      -ms-transform: translate3D(270px, 0, 0);
          transform: translate3D(270px, 0, 0);
}
.shifter-open .shifter-navigation {
  z-index: 999999999999;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
          transition: opacity 0.001s linear 0s, transform 0.2s ease;
          
}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}

.main-nav{
  background: #f8f3ec;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.shifter-navigation li a { 
  font-weight: bold;
  color: ;
}

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

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

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


div#contactFormWrapper input {
width: 100%;
}

div#customer-wrapper input {
width: 100%;
}



.fancybox-overlay {
  background: rgba(139, 139, 139, 0.9)!important;
}

.fancybox-opened {
  z-index: 9999999!important;
  background-image:url('about-product-bg-2.png');
  background-repeat: repeat;
  border-radius: 6px!important;
}

.fancybox-inner h2{
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.fancybox-skin {
  position: relative;
  background: #f9fcfa;
  color: #003b49;
  text-shadow: none;
  border: 0px solid #d5d5d5!important;
   margin-top: 30pximportant;
  background: #E4F4F0!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  border-radius: 6px!important;
  padding-top: 45px!important;
  padding-bottom: 20px!important;
  background-image:url('about-product-bg-2.png')!important;
  background-repeat: repeat!important;
}

.fancybox-opened {
  width: 50%!important;
}

.fancybox-inner {
  padding-left: 30px!important;
  padding-right: 30px!important;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
  width: 100%!important;
}


.product-hovers{
  overflow: hidden;
}

.product-hovers .image{
  position: relative;
  background: #fff;
  z-index: 100;
}

.product-hovers .details {
  position: absolute;
  top: 0;
  display: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
}

.product-hovers .details img{
 padding-top: 15%;
 width: 70%;
}



.desktop-hidden{
  display: none!important;
}

#mc-embedded-subscribe {
   clear: none!important; 
  width: auto;
  display: block;
   margin: 0!important; 
}

#subs-container #mce-EMAIL {
  margin-right: 0px!important;
   margin-left: 0px!important; 
}

#mc_embed_signup input{
  border: 0px!important;
}

#mc_embed_signup .mc-field-group input {
  height: 60px!important;
}

p.bunny-download{
  text-align:center;
}

.bunny-download .fa{
  background: none!important;
  padding: 0px!important;
  margin-right: 0px!important;
  width: 22px!important;
}