/*
* Mr Parker Shopify Theme
* Copyright 2013, Underground Media
* www.undergroundmedia.co.uk
* Sitting in an English garden waiting for the sun
*/


/* #Media Queries
================================================== */


/* Smaller than standard 980 (devices and browsers) */
@media only screen and (max-width: 980px) {

  #left-images img, #right-images img { margin-bottom: 16px! important; }
  #product-description {
    border-right: 0;
    padding-right: 0;
  }


}

@media only screen and (min-width: 1442px) {
/* products */
.blog-piece {
  min-height: 400px;
  margin-bottom: 20px;
}
.product-image-height {
  min-height: 374px;
}

}

@media only screen and (min-width: 1300px) {
.blog-piece {
  min-height: 640px;
  margin-bottom: 20px;
}
  }

@media only screen and (min-width : 1200px) and (max-width : 1391px)  { 
ul#nav li a {
  font-size: 19px;
  height: 34px;
  padding: 0 15px;
  line-height: 34px;
}

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

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

.customer-details li {
  margin-right: 8px;
  width: 65px;
  font-size: 15px;
}

select#currencies {
  font-size: 16px;
  height: 30px;
}

.cart-count {
  width: 82px;
}

.search-box-top {
  width: 82px;
}

.searchbox form #q {
  font-size: 15px;
  min-width: 80px;
  max-width: 80px;
}

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


}

@media only screen and (min-width : 1025px) and (max-width : 1200px)  { 
/*ul#nav li:first-child ul{
  padding-top: 6px;
}*/

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

#blog-articles h2 {
  font-size: 26px;
  line-height: 32px;
}

ul#nav li a {
  font-size: 19px;
  height: 34px;
  padding: 0 15px;
  line-height: 34px;
}

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

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

.customer-details li {
  margin-right: 8px;
  width: 65px;
  font-size: 15px;
}

 .customer-details li {
  margin-bottom: 6px;
  float: none;
}

.customer-details li {
  font-size: 15px;
}

select#currencies {
  font-size: 15px;
}

  ul#nav li a {
  font-size: 18px;
  padding: 0 8px;
  letter-spacing: 0px; 
  line-height: 40px;
}

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

.cart-count {
  width: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
}

.search-box-top {
   width: 70px;
}

.searchbox img {
  width: 12px;
  margin-right: 2px;
}


.cart-count p{
  font-size: 15px;
}

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

.searchbox form #q {
  font-size: 15px;
  min-width: 70px;
  max-width: 70px;
  text-align: left;
   background-image: none; 
   background-repeat: none; 
   background-position: none; 
   background-size: none; 
}

.searchbox form, .searchbox input {
  margin-top: 75px;
}

/* homepage */

.home-category{
  padding-top: 30px;
  padding-bottom: 70px;
}

.home-category h3 {
  font-size: 38px;
  line-height: 38px;
    padding-top: 50px;
  padding-bottom: 50px;
  width: 223px;
}


.search-bar-home h3 {
 font-size: 50px;
  line-height: 53px;
}

.search-bar-home img {
  padding-top: 20px;
}

.home-category p{
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 50px;
}

/* products */

.product-image-height {
  min-height: 240px;
}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1024px) {
/*.main-nav {
  padding-bottom: 8px;
}
#logo img {
  width: 188px;
}
  .nav-hidden{
    display: none;
  }

.mobile-nav{
  display: block;
  overflow: hidden;
  background: #C20075;
}

.mobile-nav{
  text-align: center;
}

.mobile-nav a{
  color: #fff;
}

.mobile-nav .button{
    margin-bottom: 0px;
    width: 33.3333%;
    float: left;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-nav .button p{
  margin-bottom: 0px;
}

.mobile-cart-button{
  background: #69C9B9;
}

.mobile-search-button {
  background: #00B44F;
  border-radius: 0px;
  padding-top: 23px!important;
  padding-bottom: 22px!important;
}

.mobile-search-button 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: 0px;
  background: #fff;
  font-size: 16px;
  border-radius: 6px;
}

.mobile-search-button form #q {
  text-indent: 5px;
  min-width: 100%;
  max-width: 100%;
  background-image: url('search-icon.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 20px 20px;
}

.mobile-search-button  form {
  margin-bottom: 0px;
}

.mobile-search-button:hover{
  background: #00B44F;
  border-radius: 0px;
}

.mobile-search-button input{
  width: 50%;
}

.mobile-cart-button img{
  width: 34px;
}


.mobile-nav-button img{
  width: 34px;
}*/


  ul#featured-posts li { margin-bottom: 20px;   }
  #logo { margin-bottom: 0px; text-align: center;}
  ul#cart { text-align: center;  }
  .search { width: 100%; }
  #q { width: 100%; }
  #footer ul { text-align: center; margin-bottom: 20px; }
  #mce-EMAIL { width: 100%; }
  .button { width: 100%; }
  #navigation { position: initial! important; }
  #left-images img.last, #right-images img.last { margin-bottom: 20px! important; }
  nav.primary select { display: block! important; height: 25px; width: 100%; } 
/*  ul#nav { display: none! important; } */
  #mobile-product { display: block! important; }
  #product-description { padding: 0! important; border: 0! important; }
  #looked-at { display: none! important; }
  #add { width: 100%; }s
  input { width: 100%; min-width: 100%; }
  #update-cart, #checkout { width: 100%; }
  .flex-direction-nav { display: none; }

  #order_shipping { margin-top: 20px; }  

  #promo-images img { margin-bottom: 20px; }

  header { width: 100%; }
  div#message { text-align: center;}
  li.searchbox { display: none! important; }

  .first { clear: none; }

  ul#product-loop li.product:nth-child(2n+1) { clear: left; }
  #product-description h2, #product-description h1, #product-price {
    text-align: center;
  }

  .swatch { text-align: center; }
  .swatch .swatch-element { display: inline-block; float: none; margin: 0 5px; }

  .selector-wrapper {
    text-align: center;
  }

  .selector-wrapper select {
    float: none;
    margin: 0 auto;
  }

}

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

/*   .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 0px;
  display: none!important;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 0px!important;
} */

.footer-col-left{
  width: 33%;
  float: left;
}


.footer-col {
  width: 33%;
  float: left;
  text-align: center;
}

.footer-col-right {
  width: 33%;
  float: left;
  text-align: right;
}

  #community-awards img { max-width: 88px; }

    .grid-item { width: 48%; margin-right: 1%; margin-left: 1%; float: none; margin-bottom: 1%;}

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

.nav-top-tablet{
  overflow: hidden;
  margin-bottom: 20px;
}

.main-nav {
  padding-bottom: 70px;
}

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

.cart-count img{
  width: 18px;
  margin-right: 4px;
}

ul#nav {
  font-family: 'bariol_regularregular';
  background: #f8f3ec;
  list-style: none;
  line-height: 40px;
  margin-top: 30px;
  margin: 0 auto;
  text-align: center;
}

ul#nav li ul li a {
  margin-bottom: 12px;
}

ul#nav li ul li {
   float: none; 
   text-align: center; 
}

.cart-count {
  width: 102px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
}

ul#nav li ul {
  width: 90%;
  left: 5%;
}

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


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

  .tablet-visible{
display: block!important;
}


    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
      display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { border: 1px solid #ccc; margin: 20px 0;}

    td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding: 10px; 
      text-align: center;
    }

    /* homepage */

#content {
padding-bottom: 25px;
}

input{
  -webkit-appearance: none;
}

select{
  -webkit-appearance: none;
}


#q {
  width: 90%;
}

#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2, #homepage-social h2 {
  line-height: 42px;
  margin: 20px auto;
  font-size: 40px;
}

#homepage-products {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.home-category {
  padding-top: 28px;
  padding-bottom: 60px;
  min-height: 210px;
}


.home-category h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 24px;
  width: 108px;
}
.search-bar-home h3 {
   font-size: 44px;
  line-height: 48px;
}

.search-bar-home {
  padding: 18px;
}

.search-bar-home input {
  height: 50px;
}

.search-bar-home button {
  height: 50px;
  margin-top: 0px;
}

.search-bar-home img {
  width: 68px;
  padding-top: 20px;
}

/* .homepage-main-image h1 {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 52px;
  line-height: 60px;
} */

.home-category p{
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}


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

#shop-information h4 {
  font-size: 22px;
  line-height: 28px;
}

#shop-information p {
  font-size: 17px;
  line-height: 22px;
}

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

#homepage-blog {
  margin-bottom: 10px;
}

#collection-description h1 {
  font-size: 54px;
  line-height: 68px;
}

#collection-description {
  font-size: 17px;
  line-height: 21px;
}

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

.shop-information-border-top {
  margin-top: -18px;
}

.social-box h4 {
  font-size: 30px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}


.social-box {
  min-height: 430px;
  margin-bottom: 20px;
}

.social-box p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}

p.sign-up-sub{
  font-size: 14px;
  line-height: 16px;
}

#email-club {
  margin-bottom: -20px;
}

#email-club img {
  width: 180px;
  padding-top: 4%;
}

#email-club h4 {
  font-size: 28px;
  margin-bottom: 15px;
}

#email-club p {
  font-size: 18px;
  margin-bottom: 38px;
}

#mce-EMAIL {
  margin-left: 0px!important; 
  width: 70%;
}

#product-description .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
margin-top: 10px;
margin-bottom: 0px;
}

#product-price {
  margin-top: 30px;
}

ul#featured-posts li {
  padding-top: 20px;
}


.testimonial-1 img {
  display: none;
}

.testimonial-2 img {
  display: none;
}

.testimonial-3 img {
  display: none;
}

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

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

ul#popups li {
  width: 100%;
  float: none;
  margin-left: 0px;
  margin-bottom: 10px;
}

.about-product {
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
  font-size: 16px;
  padding-bottom: 50px;
}

.about-product p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
}

.product-review{
    padding-bottom: 50px;
   margin-bottom: -35px;
}

.ajaxified-cart-feedback.success {
  margin-top: 20px;
  margin-bottom: -10px;
}

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

#page{
  font-size: 17px;
  line-height: 22px;
}

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

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

.blog-page {
  padding-top: 30px;
}

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

.blog-header h1 {
  font-size: 32px;
  line-height: 34px;
}

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

.blog-article h1 {
  font-size: 32px;
  line-height: 36px;
}

.blog-article p {
  font-size: 17px;
  line-height: 22px;
}

#email-club-blog {
  padding-top: 30px;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

#footer {
  margin-top: -42px;
}

#footer img {
  margin-top: 30px;
  width: 500px;
  margin-bottom: 30px;
}

.footer-border-top {
  height: 64px;
   margin-bottom: 0px; 
}


.footer-row-bottom {
  width: 100%;
  text-align: center;
}

#search-page h2 {
  font-size: 36px;
}

#shopping-cart h2 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#shipping-calculator{
  margin-top: 30px;
  margin-bottom: 40px;
}

/* contact page */


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

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

#contact-page p {
  font-size: 17px;
  line-height: 21px;
}


thead{
  display: none;
}

    #shopping-cart table input { margin-top: 20px! important; }

    .cart-item { display: block; }
    .cart-image, .cart-title { display: block; width: 100%;}

    #basket-right h4 { font-weight: normal; text-align: center; margin: 20px 0 30px; }

    #shopping-cart table td:nth-of-type(2):before { content: "Item Price"; }
    #shopping-cart table td:nth-of-type(3):before { content: "Quantity"; }
    #shopping-cart table td:nth-of-type(4):before { content: "Remove"; }
    #shopping-cart table td:nth-of-type(5):before { content: "Total"; }
}    

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

  .homepage-main-image {
  background-image: url('homepage-main-image-winter-2019-mobile.jpg');  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.homepage-main-image img{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50px;
}
  .homepage-main-image h1 { margin-top: 14px; text-align: center; }
  
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  
.homepage-main-image {
  background-image: url('homepage-main-image-winter-2019-mobile.jpg');  
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
  
.homepage-main-image img{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}
.homepage-main-image h1 { color: #FFF !important; text-align: center; }

  
#subscribe_popup img {
  width: 140px;
  margin-bottom: 10px;
}
  
 #subscribe_popup p {
  font-size: 13px;
  margin-top: -12px;
  margin-bottom: 10px;
}
  
 #subs-container #mce-EMAIL {
  height: 40px!important;
}
  
#mc_embed_signup .mc-field-group input {
  height: 40px!important;
}
  
#mc_embed_signup .button{
  height: 40px!important;
  line-height: 42px!important;
   margin-bottom: 0px!important;
   font-size: 16px!important;
}
  
.customer-details li {
  width: 80px;
  margin-top: 5px;
  height: 32px;
  line-height: 9px;
  border-bottom: 1px solid #fff;
}
  
 select#currencies {
  line-height: 13px;
   height: 13px;
   text-align: center;
   margin-left: 12px;
} 
  
  
/*     .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 0px;
  display: none!important;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 0px!important;
} */

  #shopping-cart #search-bar input {
  width: 100%;
    height: 50px;
}

.search-bar-home a {
  font-size: 18px;
  line-height: 24px;
}

  .grid-item { width: 100%; margin-right: 0px; float: none; margin-bottom: 40px;}

  .mobile-visible{
    display: block!important;
  }

  .homepage-main-image h1 {
  font-size: 40px;
  line-height: 42px;
  padding-top: 50px;
  padding-bottom: 24px;
}

.cart-center{
  text-align: center;
  margin-left: autol;
  margin-right: auto;
  display: block;
}

    ul#nav { display: none! important; } 

  .main-nav {
  padding-bottom: 8px;
}
#logo img {
  width: 188px;
}

#logo {
margin-top: 0px;
}

.nav-hidden{
display: none;
}

.mobile-nav{
display: block;
overflow: hidden;
margin-right: 10px;
}

.mobile-nav{
text-align: center;
}

.cart-count {
  background: #00B44F;
  float: left;
  width: 40%;
  padding-top: 10px;
  padding-bottom: 12px;
  text-align: center;
  border-radius: 0px;
  display: inline;
}

.mobile-nav a {
  color: #fff;
  display: inline-block;
}

.cart-count img{
  display: inline-table;
  width: 20px;
  margin-right: 4px;
}

.cart-count p {
  display: inline-table;
}
.mobile-nav {
  text-align: center;
  z-index: 9999999999999;
  width: 100%;
}

.mobile-nav a{
color: #fff;
}

.mobile-nav .button{
margin-bottom: 0px;
width: 33.3333%;
float: left;
line-height: 25px;
padding-bottom: 7px;

}
  
.mobile-nav .shifter-handle.button.mobile-nav-button {
  min-width: 0;
}
  
.search-button-mobile {
  width: 20%;
  float: right;
  display: block;
  background-color: #47c1bf;
  padding-top: 12px;
}
  
.search-button-mobile .search-box-top {
  background-color: none !important;
  float: none;
  width: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.search-button-mobile img {
  width: 30px;
  height: auto;
}

.mobile-nav .button p{
margin-bottom: 0px;
}

.mobile-search-button {
background: #00B44F;
border-radius: 0px;
padding-top: 23px!important;
padding-bottom: 22px!important;
}

.mobile-search-button 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: 0px;
  background: #fff;
  font-size: 16px;
  border-radius: 6px;
}

.mobile-search-button form #q {
  text-indent: 5px;
  min-width: 100%;
  max-width: 100%;
  background-image: url('search-icon.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 20px 20px;
}

.mobile-search-button  form {
  margin-bottom: 0px;
}

.mobile-search-button:hover{
  background: #00B44F;
  border-radius: 0px;
}

.mobile-search-button input{
  width: 50%;
  margin-top: 20px;
}

.mobile-cart-button img{
  width: 22px;
}

.mobile-cart-button img{
  width: 22px;
  padding-top: 15px;
  float: left;
  margin-right: 10px;
}

.mobile-cart-button p{
  float: left;
  padding-top: 13px;
}


.mobile-nav-button img{
  width: 22px;
  padding-top: 16px;
  float: left;
  margin-right: 10px;
}

.mobile-nav-button p {
  float: left;
  padding-top: 14px;
  padding-bottom: 0;
  text-transform: uppercase;
}

.mobile-nav .button {
  width: 40%;
  padding-bottom: 6px;
}
.mobile-button-wrap{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

      /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
      display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { border: 1px solid #ccc; margin: 20px 0;}

    td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding: 10px; 
      text-align: center;
    }


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

#mc-embedded-subscribe { width: 100%; }
li.icons a { float: none; }
#mce-EMAIL, #mce-FNAME { text-align: center; }

#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2, #homepage-social h2 {
line-height: 36px;
margin: 20px auto;
text-align: center;
width: 97.9166666666666667%;
font-size: 38px; 
color: black!important;
} 


/* homepage */

#content{
  padding-bottom: 0px;
}

.home-category h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 85px;
}

.home-category p{
   font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}

#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2, #homepage-social h2 {
  line-height: 32px;
  font-size: 28px;
}

#q {
  width: 98%;
}

.so img {
  border: 0;
  width: 40px;
}

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

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


.search-bar-home h3 {
  font-size: 25px;
  line-height: 26px;
   text-align: center;
   float: none;
}
.search-bar-home {
  padding: 18px;
  text-align: center;
}

.search-bar-home input {
  height: 50px;
}

.search-bar-home img {
  width: 48px;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.search-bar-home button {
  float: left;
  margin-left: -100px;
  height: 50px;
  background: #E4F4F0;
  color: #003b49;
  margin-top: 0px;
    min-width: 100px;
}


.heart img {
  width: 30px;
  margin-left: 0px;
}

#shop-information {
  padding-top: 25px;
  padding-bottom: 30px;
}

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

#shop-information h4 {
  font-size: 22px;
}

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

#featured-posts p {
  font-size: 22px;
}

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

#homepage-social {
  padding-top: 25px;
  padding-bottom: 30px;
}

#homepage-products {
  margin-bottom: 25px;
}

.social-box{
  min-height: 240px;
}

.social-box-1 .button {
  font-size: 15px;
}

.social-box h4 {
  font-size: 30px;
  margin-bottom: 10px;
}



.social-box p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.award-bg img {
  margin-bottom: 10px;
  width: 82px;
}
/* products */

#product-description h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 12px;
}

#product-price {
  margin-top: 22px;
  margin-bottom: 0px;
}

#product-info h3 {
  font-size: 15px;
  line-height: 17px;
}

#product-info p {
  line-height: 16px;
}

#product-description .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
margin-top: 10px;
margin-bottom: 0px;
}

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

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


.product-image-height {
  min-height: 148px;
}

ul#popups li {
  width: 100%;
  float: none;
  margin-left: 0px;
  margin-bottom: 10px;
}

.about-product {
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
  font-size: 16px;
}

.about-product p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
}

.product-review{
    padding-bottom: 50px;
     margin-bottom: -50px;
}

.product-review img {
  width: 120px;
}

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

.ajaxified-cart-feedback.success {
  margin-top: 20px;
  margin-bottom: -10px;
}

/* collections */

#collection-description h1 {
  font-size: 34px;
  line-height: 28px;
  margin-top: 25px;
}

ul#sortme h4 {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

#collection-description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}


.collection-sub-nav a {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.collection-sub-nav li {
  margin-right: 2px;
}

#pagination {
  margin-bottom: 30px;
}

.designers-page h1 {
  font-size: 34px;
  line-height: 28px;
}

.designers-page {
  padding-top: 25px;
}

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

/* email club */

#email-club img {
  width: 160px;
  padding-top: 25px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#email-club {
  padding-top: 40px;
  padding-bottom: 40px;
}

#email-club h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}

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

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

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

#mce-EMAIL input[type="text"], input[type="password"], input[type="email"], textarea, select {
  margin-bottom: 10px;
}

/* general page */

#page h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

#page h2 {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-top: 28px;
}

#page {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 6px;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 16px;
}

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

#search-page h2 {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 32px;
  margin-top: 25px;
}

/* contact page */


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

#contact-page h1 {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 32px;
  margin-top: 25px;
}

#contact-page h2 {
  font-size: 22px;
  line-height: 24px;
}

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

/* blog page */

.blog-header img {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}

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

.blog-header h1 {
  font-size: 34px;
  line-height: 32px;
}

.blog-header p {
  font-size: 16px;
  line-height: 20px;
}

.blog-page {
  padding-top: 25px;
}

#blog-articles .item {
  margin-bottom: 20px;
  width: 100%;
}

#blog-articles h2 {
  font-size: 24px;
  line-height: 28px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

#email-club-blog {
  background: #E3E3E2;
  padding-top: 25px;
  padding-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 40px;
}

/* cart */

#shopping-cart h2 {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 32px;
  margin-top: 25px;
}

#shipping-calculator h3 {
  font-size: 28px;
    margin-top: 25px;
  margin-bottom: 20px;
}


thead {
  display: none;
}

/* footer */

#footer {
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

#footer img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}


.footer-col {
   width: 100%; 
  float: none;
}

.footer-col-left{
 width: 100%; 
  float: none;
  text-align: center;
}


.footer-col {
   width: 100%; 
  float: none;
  text-align: center;
}

.footer-col-right {
   width: 100%; 
  float: none;
  text-align: center;
}


.footer-row-bottom {
  width: 100%;
  text-align: center;
}

#payment p {
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: -15px;
  float: none;
}

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


#payment { text-align: center; margin-top: 0px;  }
#payment img { display: inline; max-width: 60px; text-align: center;  margin-bottom: 10px; }

#payment p{
  color: #B0B0B0;
}

.footer-right p{
  float: none;
  text-align: center;
    margin-top: -10px;
}

}