/*
* Mr Parker Shopify theme - created by Richard @ We are Underground
* www.weareunderground.com
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

/* !Rows, Widest to Thinest */
@media screen and (min-width: 1680px) {
  .gridlock .row { width: 1400px; }
}
@media screen and (max-width: 1679px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1219px) {
.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%; }
  #header-section .row { width: 96%; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

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

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

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

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

body {
  color: #000000;
  background: #ffffff;
  font-size: 16px;
  font-family:'Open Sans', sans-serif;
  line-height: 1.6em;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}

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

h1,.h1, h2,.h2, .h2-heading h1, h3, h4, h5, h6 {
  color: ;
  font-family:'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  line-height: initial;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1,.h1 { font-size: 20px; margin-bottom: 20px; }
h2,.h2,.h2-heading h1 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

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

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

p.date { margin-bottom: 5px;}

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

a { text-decoration:none; color: #000000; outline: 0;}
a:hover { color: #333333; text-decoration:underline; outline: 0;}
a:visited { color:#000000; 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: 0px 0px 0px 40px; margin-left: 0; text-indent: 0; /* list-style-position: inside; */ }
ul { padding: 0; margin: 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }

input, textarea { }

hr { background:#ebebeb; border:none; color:#ebebeb; 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
================================================== */

.macaffee-button {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 30px;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  border: 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #f16a00;
  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: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  border: 0;
  min-width: 180px;
  line-height: 44px;
}

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

.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;
}
a.button { text-align: center; }
a.button:visited {
  background: #f16a00;
  color: #ffffff;
}


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

form {
  margin-bottom: 20px; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ebebeb;
  line-height: 38px;
  height: 38px;
  outline: none;
  color: #000000;
  margin: 0;
  width: 100%;
  text-indent: 10px;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  font-size: 16px;
}

select {
  padding: 0;
  margin-bottom: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(select-arrow.png) right no-repeat transparent;
  border: 2px solid #eee;
  border-radius: 0;
  line-height: 35px;
  height: 38px;
  font-size: 90%;
  font-weight: 600;
}

select::-ms-expand {
  display: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #ebebeb;
  color: #000000;
  -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: 120px; width: 100%; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}


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


header {
  background: #0095d3;
  color: #ffffff;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
}

header a {
  color: #ffffff;
}

header a:visited {
  color: #ffffff;
}


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


#message {
  min-height: 1px;
  text-align: left;
}
@media screen and ( max-width: 768px ) {
  #message {
    margin-left: 0px;
  }
}

#message p { margin-bottom: 0; }

@media screen and ( min-width: 500px ) and (max-width: 1024px) {
  header ul#cart {
    display: none;
  }
}

ul#cart {
  display: block;
  margin-bottom: 0;
  text-align: right;
}
@media screen and ( max-width: 768px ) {
  ul#cart {
    display: block;
    margin-right: 0px;
  }
}

ul#cart li {
  display: inline-block;
  margin-left: 10px;
}
@media screen and ( max-width: 768px ) {
  ul#cart li:last-child {
    margin-right: 0px;
  }
}

ul#cart li.desktop-hide {
  display: none;
}
@media screen and ( max-width: 768px ) {
  ul#cart li.desktop-hide {
    display: inline-block;
    float: none;
  }
}

#header-tools {
  padding-top: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
  #header-tools {
    float: right;
    width: 63.25%;
    font-size: 13px;
  }
}

#header-tools .searchbox {
  display: block;
  position: relative;
}
@media screen and ( max-width: 768px ) {
  #header-tools .searchbox {
    display: none;
  }
}

ul#cart-desktop {
  display: block;
  margin-bottom: 10px;
  text-align: right;
  font-weight: ;
}
@media screen and ( max-width: 768px ) {
  ul#cart-desktop {
    display: none;
  }
}

ul#cart-desktop li {
  display: inline-block;
  margin-left: 5px;
}


#header { position: relative;  }


#logo {
  padding: 10px 0;
}

#logo.logo-center {
  text-align: center;
}

#logo a {
  margin: 0;
  padding: 0;
  font-family:'Open Sans', sans-serif;
}

#promo-line {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  height: 114px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  #promo-line {
    display: none;
  }
}

#promo-line.nav-left { 
  text-align: left;
}

#promo-line.nav-center { 
  text-align: center;
}

#promo-line.nav-right { 
  text-align: right;
}

#promo-line h4:last-child {
  margin-bottom: 0px;
}

#header-announcements {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  height: 114px;
  vertical-align: middle;
}

#header-announcements.nav-left { 
  text-align: left;
}

#header-announcements.nav-center { 
  text-align: center;
}

#header-announcements.nav-right { 
  text-align: right;
}

#header-announcements h4:last-child {
  margin-bottom: 0px;
}

nav.nav-inline {

}

nav.nav-left {
  text-align: left;
}

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

nav.nav-right {
  text-align: right;
}


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


ul#nav {
  font-family: 'Open Sans', sans-serif;
  background: rgba(0,0,0,0);
  list-style: none;
  line-height: 40px;
}

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

ul#nav li.dropdown {
  padding-right: 10px;
}

ul#nav li:hover {
  color: #0095d3;
  background: #ffffff;
}

ul#nav li a {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  height: 40px;
  display: block;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
}

body.index .header-wrapper.absolute ul#nav li a {
   color: #000000;
}

ul#nav li a:hover {
  background: #ffffff;
  color: #0095d3;
  text-decoration: none;
}


ul#nav li ul.submenu{
  display: none;
  position: absolute;
  left: 0px;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 1px solid #ebebeb;
  /* border-top: 0; */
  margin-top: -1px;
}

ul#nav li:hover ul.submenu{
  display: block;
  background: #ffffff;
}

ul#nav li ul.submenu li{
  background: #ffffff;
  color: #000000;
  min-width: 150px;
  width: 100%;
  white-space: nowrap;
  float: left;
  text-align: left;
}


ul#nav li ul.submenu li:hover {
  background: #ffffff;
}

ul#nav li ul.submenu li a:hover {
  color: #0095d3;
  background: #ffffff;
}

ul#nav li ul.submenu li a{
  text-align: left;
  line-height: 28px;
  height: 28px;
  font-weight: 400;
  font-size: 12px;
  padding-left: 15px;
  color: #000000;
  text-transform: uppercase! important;
}

ul#nav li.dropdown a.dlink:after {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 14px;
  font-family: 'FontAwesome';
  content: "\f107";
  color: #000000;
}

ul.sub_sub_menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #ebebeb;
}

ul.submenu li.is_parent:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  top: -6px;
  right: 10px;
}

ul.submenu li.is_parent:hover ul.sub_sub_menu {
    display: block;
}

ul.submenu li.is_parent.has_sub_menu.edge ul.sub_sub_menu {
    left: initial;
    right: 100%;
}


ul.sub_sub_menu li{
  background: #ffffff;
  color: #000000;
  min-width: 150px;
  width: 100%;
  white-space: nowrap;
  float: left;
  text-align: left;
}

ul.sub_sub_menu li a{
  text-align: left;
  line-height: 28px;
  height: 28px;
  font-weight: 400;
  font-size: 12px;
  padding-left: 15px;
  color: #000000;
  text-transform: uppercase! important;
}

ul.sub_sub_menu li:hover {
  background: #ffffff;
}

ul.sub_sub_menu li a:hover {
  color: #0095d3;
  background: #ffffff;
}

.header-wrapper { transition: background-color 0.5s ease; }
body.index .header-wrapper.absolute ul#nav li.dropdown a.dlink:after {
  color: #000000;
}
.header-wrapper.stuckMenu.isStuck {
  width: 100%;
  background: #ffffff;
  z-index: 5;
}
.header-wrapper.absolute.stuckMenu.isStuck #navigation ul#nav li a {
  color: #000000;
}
.header-wrapper.absolute.stuckMenu.isStuck ul#nav li.dropdown a.dlink:after {
  color: #000000;
}

.searchbox {
  padding: 0;
  text-align: right;
}

.searchbox form, .searchbox input {
  margin-bottom: 0;
}

.searchbox form #q {
  font-family: ;    
  text-transform: none;
  border: 1px solid #ebebeb;
  font-weight: 400;
  color: #000000;
  text-indent: 5px;
  padding: 0;
  background: #fff;
  min-width: 150px;
  max-width: 150px;
  text-align: left;
  height: 32px;
  line-height: 32px;
}

.searchbox form #q:focus {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;  
}


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

.search__form-input {
  float: right;
  font-family: ;    
  text-transform: none;
  border: 1px solid #ebebeb;
  font-weight: 400;
  color: #000000;
  text-indent: 5px;
  padding: 0;
  background: #fff;
  min-width: 150px;
  width: 250px;
  height: 32px;
  line-height: 32px;
}
@media screen and (min-width: 741px) and (max-width: 1024px) {
  .search__form-input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .search__form-input {
    width: 100%;
  }
}

.search__form-submit {
  position: relative;
  float: right;
  background: #f16a00;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  min-width: 30px;
  font-size: 16px;
  padding: 0 12px;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and ( max-width: 741px ) {
  .search__form-submit {
    float: none;
    width: 100%;
  }
}

.search__form-submit:hover {
  background: #bf5500;
  color: #ffffff;
}

select#currencies {
  border: 0! important;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  width: 70px;
  min-width: inherit;
  font-weight: 400;
  line-height: 40px;
}


@media screen and ( min-width: 741px ) {
  body.index header.wrapper-is-absolute,
  body.index header.wrapper-is-absolute a,
  body.index header.wrapper-is-absolute a:visited,
  body.index header.wrapper-is-absolute a:hover {
    color: #000000! important;
  }

  body.index header.wrapper-is-absolute .searchbox input::-webkit-input-placeholder {
    color: #000000! important;
  }

  body.index header.wrapper-is-absolute .searchbox input::-moz-placeholder {
    color: #000000! important;
  }

  body.index header.wrapper-is-absolute .searchbox input:-moz-placeholder {
    color: #000000! important;
  }

  body.index header.wrapper-is-absolute .searchbox input:-ms-input-placeholder {
    color: #000000! important;
  }

  body.index header.wrapper-is-absolute .searchbox form #q {
    color: #000000! important;
  }
}


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

@media screen and (max-width: 500px) {
  .advanced-layout {
    margin: 15px 0px;
  }
}

.index-section { clear: both; }
h2 span { background: #ffffff; }
#left-images img, #right-images img { margin-bottom: 20px; }


.index-section h1.sections {
  color: ;
  border-bottom: 1px solid #ebebeb;
  overflow: visible;
  font-size: 20px;
  line-height: 22px;
  height: 12px;
  margin: 30px auto 40px;
  text-align: center;
  width: 97.9166666666666667%;
  text-transform: uppercase;
}
.index-section h1 span {
  background: #ffffff;
}
@media screen and (max-width: 500px) {
  .index-section h1.sections {
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto 10px auto;
    border: 0px;
    height: auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .index-section h1.sections {
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto 40px auto;
    border: 0px;
    height: auto;
  }
}


.index-section h2.sections {
  color: ;
  border-bottom: 1px solid #ebebeb;
  overflow: visible;
  line-height: 22px;
  height: 12px;
  margin: 30px auto 40px;
  text-align: center;
  width: 97.9166666666666667%;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .index-section h2.sections {
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto 10px auto;
    border: 0px;
    height: auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .index-section h2.sections {
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto 40px auto;
    border: 0px;
    height: auto;
  }
}


.index-section h1.sectionsb {
  color: ;
  overflow: visible;
  line-height: 22px;
  height: 10px;
 /* height: 12px;*/
  margin: 30px auto 0px;
  text-align: center;
  width: 97.9166666666666667%;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .index-section h1.sectionsb {
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto 10px auto;
    border: 0px;
    height: auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .index-section h1.sectionsb {
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto 40px auto;
    border: 0px;
    height: auto;
  }
}
















.index-section span {
  padding: 0 10px;
}

.spr-badge .index-section span {
  padding: 0px 0px;
}

.staggered-image-wrapper h2.sections {
  margin: 20px auto 20px;
}

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

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

#collection-loop { }

ul#featured-posts { list-style-type: none; float: left; width: 100%; }
ul#featured-posts li { float: left; display: inline; }

.featured-image-wrapper { padding-top: 25px; position: relative; }
.featured-image-wrapper img { width: 100%; margin-bottom: 15px; }
.staggered-image-wrapper img { width: 100%; }
.image-layout { margin-bottom: 15px; }

.image-layout .button {
    margin-bottom: 0;
}

.staggered-image-wrapper {
  margin-bottom: 3px;
}

@media screen and ( max-width: 980px ) {
  .staggered-image-wrapper {
    margin-bottom: -5px;
  }
}

.featured-image-wrapper .row.tc {
  width: 100%;
  display: table;
  overflow: hidden;
}

.feat-image-text {
  font-family: 'Open Sans', sans-serif;
  line-height: initial;
  position: relative;
  z-index: 2;
}

.feat-image-text .button {
    margin-top: 10px;
}

.feat-image-content {
  display: table-cell;
  float: none! important;
  vertical-align: middle;
  text-align: center;
  margin: 0! important;
  width: 100%! important;
}

.image-with-text-wrapper {
    display: table;
    width: 100%;
}

.text-with-image {
    display: inline-block;
    float: none! important;
    vertical-align: middle;
}

.text-with-image.text_section {
    display: inline-block;
    float: none! important;
    vertical-align: middle;
}

.text_section h2.sections {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text_section h2.sections, .text_section .rte {
  text-align: left;
  margin-left: 0;
}

.text_section h2.sections span {
  padding-left: 0;
}


.text_section.text-centered h2.sections, .text_section.text-centered .rte {
  text-align: center;
}

.text_section.text-centered h2.sections span {
  padding-left: 10px! important;
}

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

#collection-loop { margin-top: 20px; width: 100%; }

#collection-description { margin-bottom: 15px; }
#full-width-filter { overflow: hidden; margin-bottom: 20px;}

#sidebar { min-height: 1px; background: #fbfbfb; padding: 10px; }

#sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #ebebeb; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #ebebeb;   }

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

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

ul.sortme { float: right; }
ul.sortme h4 { margin-bottom: 5px; }

#sidebar ul.sortme {
    float: left;
    display: block;
    clear: left;
    width: 100%;
}

#full-width-filter .filter {
    display: inline-block;
    margin: 0 5px 10px;
  min-width: 200px;
}

#sidebar ul.sidebar_sub_menu {
    margin-bottom: 0;
    margin-left: 10px;
}
.extend { position: relative; }

.extend:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10%;
}

ul.sidebar-accordion li, .extend {
  width: 100%! important;
}

.extend {cursor: pointer;}
.extended-submenu {display: none; margin-left: 10px;}

#full-width-filter p { margin-bottom: 5px;}

#product-loop { padding-top: 10px; width: 100%; }

#product-loop .product-index {
  min-height: 430px;
}
@media only screen and (max-width: 980px) {
  #product-loop .product-index {
    min-height: 420px;
    margin-bottom: 20px;
  }
}

#homepage-products .product-index {
  border: 1px solid #e4e4e4;;
  border-radius: 15px;
  padding: 5px;
  min-height: 415px;
  margin-bottom: 20px;
}


@media screen and (max-width: 980px) {
  #homepage-products .product-index {
    border: 1px solid #e4e4e4;;
    border-radius: 15px;
    padding: 5px;
    min-height: 415px;
    margin-bottom: 20px;
  }
  #homepage-products .product-index img {
    height: auto;
  }
}

.product-index { ; position: relative; margin-bottom: 40px; }
.product-index img { margin: 0 auto 10px; display: block; }
.product-index img a { border: 0; display: block; }

.first { clear: left; }



.product-info {
  
  text-align: center;
}

.product-info p { margin-bottom: 0; }
.product-info a { text-decoration: none! important; }




.product-index .size-swatch {
  padding: 15px 0 10px;
}

.product-index .size-swatch ul {
  margin-bottom: 0; 
}

.product-index .size-swatch ul li a {
  font-weight: 400;
  /* min-width: 26px; */
  padding: 4px 10px;
  display: block;
  min-height: 26px;
  line-height: 26px;
  font-size: 12px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #e4e4e4;
}

.product-index .size-swatch ul li a:hover {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}

.product-index:hover > .product-index-inner .size-swatch {
  display: block;
}

.product-index .size-swatch ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 5px;
  padding: 0 4px;
}

.quick-add-to-cart {
    clear: left;
    display: block;
    margin-top: 10px;
}

.product-index p.ajaxified-cart-feedback{
    display: none! important;
}


.col-swatch { margin: 0 0 20px 0; }
.col-swatch ul {
  list-style-type:none;
  margin:0; padding:0;
  margin-top: 10px;
  text-align: center;
}

.col-swatch li {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  margin:0px 2px;
}

.col-swatch li span { display:block; margin:5px 10px; }
.col-swatch li.color { width:20px; height:20px; }
.col-swatch li.color span {
  width:100%;
  height:100%;
  margin:0;
  border-radius: 20px;
}

.col-swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.product-index .prod-title { margin-top: 10px; /* min-height: 50px; */ }
@media screen and ( max-width: 740px ) {
  .product-index .prod-title { font-size: 15px; }
}
@media screen and (min-width: 741px) and ( max-width: 768px ) {
  .product-index .prod-title { /* min-height: 110px; */ }
}

.prod-price { font-weight: bold; }
@media screen and ( max-width: 768px ) {
  .prod-price { /* min-height: 50px; */ }
}

.was, .product-compare-price { text-decoration: line-through; }
.onsale { font-weight: bold; color: #cc0000; display: inline; }


.instagram { overflow:hidden; }
.instagram-feed { margin-bottom: 20px; display: block; width: 100%; float: left; }


.icn {
  padding: 4px 6px;
  border: 0;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 2px;
  text-transform: uppercase;
  line-height: initial;
}

.new {
  background: #000;
  color: #fff;
  left: initial;
  right: 2px;
}

.sale-item {
  background: #cc0000;
  color: #fff;
}

.so {
  background: #000;
  color: #fff;
}

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

.collection-list-image { width: 100%; }






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

#product-help {
  
}

#product-help h5 {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.6em;
}

.product-add label { 
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  line-height: 1.6em;
}

.add {
  clear: left;
  min-width: initial;
  padding: 0 40px! important;
  margin-bottom: 10px! important;
}

input#quantity {
  height: 38px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  text-align: center;
  min-width: 60px;
  width: 60px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.product-add .js-qty button {
    display: none! important;
}

#bigimage { text-align: center; }
#bigimag img { width: 100%; }
.zoomImg:hover { cursor: move; }

/*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: 16px; margin-bottom: 10px; }

#add { margin-top: 20px; }

#product-description {
  border-right: 1px solid #ebebeb;
  padding-right: 20px;
}

#product-description form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#product-description h1 { line-height: initial; }

span.twitter, span.facebook, span.pinterest {
  display: inline-block;
  position: inherit;
  margin: 0 10px 0 0;
  line-height: 0;
  float: left;
}

#related h4 { margin-bottom: 20px; }
ul.related-products { list-style-type:none; }
.related-products * { text-align:center; padding:0 }
.related-products div.image {  }
.related-products img { width: 100%; max-width: 100%; }
.related-products {  }

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

p.ajaxified-cart-feedback.success {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
}

ul#popups-top { margin: 10px 0 20px; list-style-type: none; }
ul#popups-top li { display: inline; margin-right 10px; border-right: 1px solid #ebebeb; padding-right: 10px; margin-left: 10px; }
ul#popups-top li.first { margin-left: 0; }
ul#popups-top li.last { border-right: 0; }

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #ebebeb; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; position: relative; }
#looked-at { margin-top: 20px; border-top: 1px solid #ebebeb; }
#looked-at h4 { margin-bottom: 20px; }

.share-icons a {
    margin: 0 10px 0 0;
    font-size: 16px;
}
div.what-is-it {
  margin-top: 10px;
  margin-bottom: 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;
  width: 200px;
}

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

/*
Swatches Styles
*/




/* Label */
.swatch .header {
  margin: 8px 0;
  font-weight: bold;
}
.what-is-it .header {
  margin: 8px 0;
  font-weight: bold;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}

.swatch label {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #e4e4e4;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  margin:0px 5px 10px 0;
  margin-right: 0! important;
  margin-bottom: 0! important;
  cursor:pointer;
  position:relative;
  text-transform:uppercase;
  font-size:13px;
  min-width:40px;
  height:34px;
  line-height: 30px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 800;
}
.swatch-element label { padding:0 10px; }

.color.swatch-element label {
  padding:0;
}

.swatch .color label { border: 1px solid #ddd; }

.swatch input:checked + label {
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
}

.swatch .color input:checked + label {
  border: 1px solid #ddd;
}

.swatch .color input:checked + label:after {
  content: "\f058";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: -6px;
  left: 2px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

.swatch .color.white input:checked + label:after {
  color: #eee;
}

.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-28px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

.swatch.clearfix {
    width: 100%;
    float: left;
    clear: left;
    display: block;
}

.desc {
  float: left;
}

#product-description .rte { margin-bottom: 20px; }
div#product-description.desktop-12 {
    border-right: 0;
    padding-right: 0;
}


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

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

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


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

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0; }
#note { background: transparent; }

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

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

.blog-template #sidebar h3, .article-template #sidebar h3 { border-bottom: 1px solid #ebebeb; padding-bottom: 5px; }

span.author {
    display: inline-block;
    margin-right: 5px;
}

.article-body h2 {
    margin-bottom: 5px;
}

p.published {
    display: inline-block;
  margin-bottom: 5px;
}

div#contactFormWrapper p {
  margin-bottom: 0;
  margin-top: 0;
}
ul#blog-articles { list-style-type: none; }
.single-article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ebebeb; float: left; clear: left; }
.article-image { margin-bottom: 10px; }



li.tags a {
    padding: 2px 3px;
    background: #f16a00;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 5px 5px 0;
}

li.tags {
    display: inline-block;
}

span.feat-post-title {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

span.feat-post-date {
    font-size: 90%;
    display: block;
}

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

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }

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

#search-bar { margin-top: 20px; border-bottom: 1px solid #ebebeb; }
#q { text-transform: uppercase; }
.search-content { text-align: center; padding: 20px; }
.product-index:hover > .search-content { opacity: 0.1; }

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

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

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

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

#order_details { float: left; }

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


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

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

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


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

.center {
  text-align: center;
}


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

.footer-template {
  padding-top: 30px;
}

body.index .footer-template { margin-top: 0; }

#footer { background: #07a9dd; padding-bottom: 10px; padding-top: 30px !important; border-top: 0px !important; }
#footer ul { list-style-type: none;}

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


.footer-block { margin-bottom: 30px; }

#footer p, #footer a, #footer h4 { color: #ffffff; }

ul#footer-icons { list-style-type: none; }
ul#footer-icons li { display: inline-block; }
ul#footer-icons li a {
  color: #f16a00;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}


#footer-EMAIL { margin-bottom: 10px; }
#footer-subscribe { margin-bottom: 10px; }

#copyright { background: #0095d3; }
#copyright p { font-weight: bold; color: #ffffff; text-align: center; margin: 0px 0px; padding: 20px 0px; }
#copyright a { color: #ffffff; }
#copyright a:hover { color: #76c0e6; }

#subscribe_popup { padding: 20px; float: left; }


#payment { text-align: center; margin-top: 30px; margin-bottom: 0px; }
#payment img { display: inline; max-width: 44px; text-align: center; margin: 10px 5px; }
#payment img.mfes-trustmark { max-width: 65px; }

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

#mobile-product { display: none; }

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

#mc_embed_signup {
  margin-top: -10px;
}

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

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

#pagination { text-align: center; margin-top: 0px; padding-top: 0px; font-size: 14px; line-height: 52px; }
#pagination a { margin: 0 5px; background: #ebebeb; color: #000000; padding: 2px 5px; border-radius: 15px; font-size: 14px; }
#pagination a:hover { text-decoration: none; background: #000000; color: #ffffff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }

@media screen and (max-width: 768px) {
  #pagination .count { text-align: center; display: block; margin-right: 0px; line-height: 20px; margin-top: 15px; }
}


#breadcrumb { font-size: 14px; margin-bottom: 20px; padding: 10px 5px; background: #fbfbfb; }
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }



/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden;
}


.videoWrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#mobile-searchbox {
  display: none;
  padding: 30px;
  border: 1px solid #ffffff;
}

#mobile-searchbox form {
  margin-bottom: 0px;
}

#mobile-searchbox input {
  margin-bottom: 0px;
}

#mobile-searchbox .search {
  position: relative;
}

#mobile-searchbox h3 {
  line-height: 18px;
  margin-bottom: 30px;
}
@media screen and ( max-width: 768px ) {
  #mobile-searchbox h3 {
    line-height: 24px;
    text-align: center;
  }
}

#desktop-searchbox {
  display: none;
  padding: 30px;
  border: 1px solid #ffffff;
}

#desktop-searchbox form {
  margin-bottom: 0px;
}

#desktop-searchbox input {
  margin-bottom: 0px;
}

#desktop-searchbox .search {
  position: relative;
}

#desktop-searchbox h3 {
  line-height: 18px;
  margin-bottom: 30px;
}
@media screen and ( max-width: 768px ) {
  #desktop-searchbox h3 {
    line-height: 24px;
    text-align: center;
  }
}

/*
* 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-open {
  position: fixed;
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
  top: 85px;
  text-align: left;
}
.shifter-handle {
  display: none;
}
.shifter-search {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: block;
  overflow: hidden;
}
.shifter-enabled.shifter-left .shifter-page {
}
.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0px !important;
  padding: 40px 0px 100px 0px !important;
  z-index: 10;
  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 {

  /* --- Stops anything absolutely positioned within the container from working as anythin with transform assumes parent ----
  -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 {
  cursor: pointer;
  display: block;
}

.shifter-enabled .shifter-search {
  cursor: pointer;
  display: block;
}

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



.accordion-toggle.open:after, .accordion-toggle2.open:after {
  content: "\f106";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10%;
}
.accordion-toggle:after, .accordion-toggle2:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10%;
}


ul#accordion li, .accordion-toggle, .accordion-toggle2 {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.accordion-toggle, .accordion-toggle2 {cursor: pointer;}
.accordion-content, .accordion-content2 {display: none;}
.accordion-content.default, .accordion-content2.default {display: block;}

nav.shifter-navigation ul {
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
}

nav.shifter-navigation ul li a, .accordion-toggle, .accordion-toggle2 {
  color: #000000;
}

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

.shifter-navigation input#q {
  margin-left: 10px;
  width: 240px;
  min-width: initial;
}

.shifter-navigation form, .shifter-navigation input#q {
  margin-bottom: 0;
}




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

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

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

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

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


/* FlexSlider Default Theme
*********************************/
.flexslider {background: transparent; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}



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

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

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


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


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

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

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


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

.flex-caption h2.slide-title {
  line-height: inherit;
}

.flex-caption p {
  letter-spacing: 1px;
}

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

.cta {
  margin-top: 50px;
}

.cta a {
  padding: 10px 20px;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  /* top: 100px !important; */
  width: auto !important;
  left: 0;
  z-index: 8020;
}

@media screen and ( max-width: 768px ) {
  .fancybox-wrap {
    width: 90% !important;
  }
}

.fancybox-skin {
  position: relative;
  background: #0095d3;
  color: #ffffff;
  text-shadow: none;
  border: 0px solid #ffffff;
  padding: 30px !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
  /* height: auto !important; */
  /* width: auto !important; */
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background-image: url(//cdn.shopify.com/s/files/1/0003/5730/2333/t/21/assets/fancybox_sprite.png?v=3005993056200497091);
}

.fancybox-next span {
  background-image: url(//cdn.shopify.com/s/files/1/0003/5730/2333/t/21/assets/next.png?1682);
}


.fancybox-prev span {
  background-image: url(//cdn.shopify.com/s/files/1/0003/5730/2333/t/21/assets/prev.png?1682);
}


#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//cdn.shopify.com/s/files/1/0003/5730/2333/t/21/assets/fancybox_loading.gif?1682) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  background-size: 20px 20px! important;
  content:"\f104";
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #f16a00;
  /* background-color: #ffffff; */
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//cdn.shopify.com/s/files/1/0003/5730/2333/t/21/assets/blank.gif?v=16482679876569321596); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  width: 50px;
  height: 50px;
}

.fancybox-next span {
  right: 10px;
  width: 50px;
  height: 50px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0,0,0,0.6);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}



/* Password Page */

body.password {
  background-repeat: no-repeat;
  background-attachment: fixed;
}



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

body.password #logo a {
  float: none;
}

body.password #logo h1 a {
  display: block;
  float: none;
}

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

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


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



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

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

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

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

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

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



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

/* slideout */

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

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

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

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

.closeslide i.icon-angle-right { margin-right: -3px; }

@media screen and ( max-width: 740px ) {
  ul#password-icons { display: none; }
  #signup-holder { margin-top: 50px; }
}

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

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




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


@media screen and ( min-width: 769px ) and (max-width: 1219px) {
  ul#nav li a { 
    font-size: 13px;
    padding: 0 12px;
  }
  ul#nav li:first-child a {
    padding: 0px 12px 0px 0px;
  }
  ul#nav li:last-child a {
    padding: 0px 0px 0px 12px;
  }
}


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

  div#product-loop .product-index.first {
    clear: left;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(3n+1) {
    clear:none! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(4n+1) {
    clear: left! important;
  }

  div#product-loop .product-index.desktop-4.tablet-2:nth-child(4n+1) {
    clear:none! important;
  }

  div#product-loop .product-index.desktop-4.tablet-2:nth-child(3n+1) {
    clear: left! important;
  }

  #collection-page-template .show { display: none; }

}


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

  #collection-page-template #sidebar { display: none; text-align: center; }
  #collection-page-template #sidebar.open { display: block; }
  a.show {
    clear: both;
    border: 1px solid;
    text-align: center;
    margin: 0 auto;
    padding: 8px 10px;
    float: none;
    width: 150px;
    display: block;
  }

  div#product-loop .product-index.first {
    clear: none;
  }

  div#product-loop .product-index.desktop-3:nth-child(2n+1) {
    clear: left! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(2n+1) {
    clear:none! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(3n+1) {
    clear: left! important;
  }

  div#related {
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
  }

  #looked-at h4 { text-align: center; }

  #product-description {
    border-right: 0;
    padding-right: 0;
  }
}

@media screen and ( min-width: 769px ) {
  .mobile-trigger { /* display: none! important; */ }


  div#contactFormWrapper {
    max-width: 600px;
  }

}

@media screen and ( max-width: 768px ) {
  .mobile-trigger { display: inline-block; }
  ul#featured-posts li { margin-bottom: 20px; clear: left;  }
  #logo { margin-bottom: 10px; text-align: center; }
  #logo img { max-width: 80%; }
  ul#cart { text-align: center;  }
  ul#cart li { vertical-align: middle; margin: 0 8px; padding: 5px 0; }
  ul#cart li.mobile-trigger span.shifter-handle { font-size: 20px; }
  ul#nav { /* display: none! important; */ }
}

@media only screen and (max-width: 740px) {

  div#product-loop .product-index.desktop-3.tablet-2.mobile-half:nth-child(2n+1) {
    clear:left! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2.mobile-half:nth-child(3n+1) {
    clear: none! important;
  }

  div#product-description h2, #product-description h1, #product-description .product-price, #product-description
  #product-price {
    text-align: center;
  }

  .product-add {
    text-align: center;
  }

  .product-add label {
    display: inline-block! important;
    float: none! important;
  }
  .product-add .js-qty input#quantity {
    float: none! important;
  }

  .product-add .js-qty {
    display: inline-block;
  }

  #message p { padding: 5px 0; line-height: initial;  }
  .mobile-trigger { display: inline-block; }
  ul#featured-posts li { margin-bottom: 20px; clear: left;  }
  #logo { margin-bottom: 10px; text-align: center; }
  #logo img { max-width: 80%; }
  ul#cart { text-align: center; margin-left: 0px; }
  ul#cart li { vertical-align: middle; margin: 0 5px; padding: 5px 0; }
  ul#cart li.mobile-trigger span.shifter-handle { font-size: 20px; }
  .search { width: 100%; }
  #q { width: 100%; }
  #footer ul { text-align: center; margin-bottom: 20px; }
  #mce-EMAIL { width: 100%; }
  .button { width: 100%; }
  a.button { width: initial; }
  #navigation { position: initial! important; }
  ul#nav { display: none! important; }
  #mobile-product { display: block! important; }
  #product-description { padding: 0! important; border: 0! important; }

  #add { width: 100%; }
  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; }
  div#message { text-align: center;}
  li.searchbox { display: none! important; }
  .first { clear: none; }
  .swatch { text-align: center; }
  .swatch .swatch-element { display: inline-block; float: none; margin: 0 5px; }
  .single-option-selector { width: 100%;margin-bottom: 15px; }
  #mc-embedded-subscribe { width: 100%; min-width: 100%; }
  li.icons a { float: none; }
  #mce-EMAIL { text-align: center; margin-bottom: 10px; }
  body.product input.add.clearfix {
    clear: left;
    width: 100%;
    margin-top: 20px;
  }
  .product-add label {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
  body.product .product-add {
    margin-top: 25px;
  }
  .flex-caption { bottom: 5%; top: initial! important;}

  #full-width-filter { text-align: center; }
  #sidebar { text-align: center; }

  .flex-caption h2.slide-title {
    font-size: 15px! important;
    margin-bottom: 5px! important;
  }

  .flex-caption p {
    font-size: 14px! important;
    margin-bottom: 5px! important;
  }

  .flex-caption .cta a {
    font-size: 14px! important;
    padding: 5px 8px! important;
  }

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

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

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

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

  #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: "Item Total"; }
  
}


/* onboarding styles for new theme install */

.onboard { background: #eee! important; }

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.promo-inner .onboard .placeholder-svg, .product-index.onboard .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

.flexslider .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: #eee;
}

.onboard-instagram {
  background: #f9f9f9;
}

.plax-placehold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0! important;
  overflow: hidden;
}
.plax-placehold .placeholder-svg, .promo-inner .onboard .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

.featured-image-wrapper .onboard {
    margin-bottom: 20px;
}

/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */

.js-drawer-open {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .js-drawer-open {
    overflow: scroll;
    -webkit-overflow: touch;
  }
}

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media screen and (max-width: 500px) {
  .js-drawer-open-right .is-moved-by-drawer {
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

.is-moved-by-drawer {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

@media screen and (max-width: 500px) {
  .js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

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

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

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

.drawer__header h3 {
  margin-bottom: 0;
}

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

.ajaxcart__inner {
  margin-bottom: 30px;
}

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

.ajaxcart__product p {
    margin-bottom: 5px;
}

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  width: 270px;
}

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

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

span.fallback-text {
  display: none;
}

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

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

button.ajaxcart__qty-adjust.quantity-increment {
    width: 32px! important;
    height: 32px;
    min-width: 32px! important;
    float: left;
  line-height: 32px! important;
  background: #fff! important;
  color: #000! important;
  border: 1px solid #ebebeb;
}

button.ajaxcart__qty-adjust.quantity-increment:hover {
  background: #fff! important;
  color: #000! important;
}

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

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

.cart__checkout {
  width: 100%;
}

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

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

/* Collection Toolbar */

.collection-tools-number {
}
@media screen and (max-width: 1024px) {
  .collection-tools-number, #collection-tools #pagination {
    text-align: center !important;
  }
}
.collection-tools-paginateby {
}
@media screen and (max-width: 1024px) {
  .collection-tools-paginateby {
    text-align: center;
  }
}

.toolbar { font-size: 11px; font-weight: 700; color: #3c3c3c; text-transform: uppercase; margin: 0px 0px 0px 0px !important; width: 100% !important; position: relative; float: left; width: 100%; background: #fbfbfb; border: 0px solid #eeeeee; /* border: 1px solid #cbcbcb; */ display: block; text-align: right; }
.toolbar.toolbar-bottom { color:#2d2d2d; border-color:#d0d0d0; padding: 15px 30px 15px 20px; margin-bottom: 0; }
.toolbar-bottom .padding {padding-top: 0;}
.toolbar.toolbar-bottom .page-total { float: left; margin: 0; font-size: 12px; font-weight: normal; text-transform: none; }
.toolbar label { color: #3c3c3c; letter-spacing: 0.05em; margin: 0 12px 0 0; }
.toolbar label.header { padding: 15px 10px; text-align: left; font-size: 11px; }
.toolbar .view-mode { float: left; text-align: left; }
.toolbar .view-mode label { border-right: 1px solid #cbcbcb; padding: 16px 20px; margin: 0 20px 0 0; }
.toolbar .btn-group label { margin-top: 8px; float:left; }
.toolbar .btn-group { margin: 8px 0px 8px 22px; text-align: left; display: inline-block; }
.toolbar button { color: #66787f; text-transform: uppercase; padding: 0; margin-bottom: 0px; text-align:left; font-weight: 400; letter-spacing: 0; }
.toolbar button.btn-hover { color: #e95144; position: relative; z-index: 2; }
.toolbar button.btn-hover:before { background: #fff;  border-right: 1px solid #dfe4e6;  content: "";  height: 91px;  position: absolute;  right: -30px;  top: -40px;  width: 119px;  z-index: -1;}
.toolbar .right button.btn-hover:before  {right: auto; left: -30px;border-left: 1px solid #dfe4e6; border-right: none;}
.toolbar .collection-filter-btn,
.toolbar .collection-filter-btn .icon-drop {height:0;width:0;border:5px solid transparent;border-top-color:#7a8e95; display: inline-block;vertical-align:middle; margin-left: 7px; text-indent: -999em;cursor: pointer; margin:3px 3px 0 10px; padding: 0; background: none; }
.toolbar .collection-filter-btn.btn-hover .icon-drop {border-top-color:#e95144;}
.toolbar .grid,
.toolbar .list { width:14px; height:14px; text-indent: -999em; display: inline-block; background:url(icons_new14.png ) 0 0px no-repeat; line-height: 14px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;letter-spacing: 0.05em;}

.toolbar .grid {margin-right: 20px;}
.toolbar span.grid {background-position: 0 -600px; color: #e95144;}
.toolbar a.grid {background-position: 0 -640px;}
.toolbar a.grid.active,
.toolbar a.grid:hover {background-position: 0 -600px; text-decoration: none;color: #e95144;}
.toolbar a.list {background-position: 0 -727px;}
.toolbar a.list.active,
.toolbar a.list:hover {background-position: 0 -768px; text-decoration: none;color: #e95144;}
.toolbar span.list {background-position: 0 -768px;color: #e95144;}

.toolbar .btn-group.filter-show { margin-left: 10px; }
.toolbar .filter-show button.dropdown-toggle { width: 120px; min-width: 120px; }
.toolbar .filter-show.open .dropdown-menu { min-width: 120px; }
.toolbar button.dropdown-toggle { float:none; border: 1px solid #cbcbcb; color: #505050; background: #fff; line-height: 34px; padding: 0 50px 0 10px; position: relative; text-transform: capitalize; width: 170px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.toolbar button.dropdown-toggle:after { content: ""; width: 36px; height: 35px; border-left: 1px solid #cbcbcb; position: absolute; right: 0; top: 0; }
.toolbar button.dropdown-toggle:before,
.toolbar button.dropdown-toggle:before { position: absolute; right: 14px; top: 16px; width: 0; height: 0; border: 4px solid transparent; border-top-color:#000; content: ""; }
.toolbar .btn-group.open .dropdown-toggle { -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.toolbar .btn-group.open .dropdown-toggle:before { border-top-color:transparent; border-bottom-color:#000; margin-top: -5px; }

.toolbar .open .dropdown-menu { -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0;  border-radius:0; -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; display: block; left: auto; right:1.0416666666666667%; min-width: 170px; }
.toolbar .open .dropdown-menu li.active { margin:0; }
.dropdown-menu > li > a { color: #505050; font-size: 12px; text-transform: capitalize; padding: 3px 10px; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: #f5f5f5; color: #66787f;}

.infinite-scrolling ,.infinite-scrolling-homepage {text-align: center; clear: both;}
  
  .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

#header-desktop {
  display: block;
}
@media screen and ( max-width: 768px ) {
  #header-desktop {
    display: none;
  }
}

#header-mobile {
  display: none;
}
@media screen and ( max-width: 768px ) {
  #header-mobile {
    display: block;
  }
}

.desktop-banner {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .desktop-banner {
    display: none;
  }
}
.mobile-banner {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .mobile-banner {
    display: block;
  }
}
  
.success-message {
  display: none;
}
  
#collection-description {
  display: block;
}
@media screen and ( max-width: 768px ) {
  #collection-description {
    display: none;
  }
}

#collection-description-mobile {
  display: none;
}
@media screen and (min-width: 376px ) and ( max-width: 768px ) {
  #collection-description-mobile {
    display: block;
  }
  #collection-description-mobile h4 {
    background: #ffffff;
    color: #000000;
    padding: 6px 0px 6px 26px;
    text-align: left;
  }
  #collection-description-mobile h4:after {
    position: absolute;
    content: '+';
    background: #ffffff;
    font-size: 20px;
    line-height: 20px;
    color: #f16a00;
    margin: 0px 0px 0px 5px;
    padding: 0px 6px 0px 0px;
  }
  #collection-description-mobile h4.expanded:after {
    position: absolute;
    content: '-';
    padding: 0px 8px 4px 2px;
    line-height: 18px;
  }
  #collection-description-mobile p {
    display: none;
    padding: 0px 20px;
  }
}
@media screen and (min-width: 321px) and ( max-width: 375px ) {
  #collection-description-mobile {
    display: block;
  }
  #collection-description-mobile h4 {
    background: #ffffff;
    color: #000000;
    padding: 6px;
    text-align: left;
    font-size: 15px;
  }
  #collection-description-mobile h4:after {
    position: absolute;
    content: '+';
    font-size: 18px;
    line-height: 22px;
    background: #ffffff;
    color: #f16a00;
    margin: 0px 0px 0px 5px;
    padding: 0px 6px 0px 0px;
  }
  #collection-description-mobile h4.expanded:after {
    position: absolute;
    content: '-';
    padding: 0px 8px 4px 2px;
    line-height: 18px;
  }
  #collection-description-mobile p {
    display: none;
    padding: 0px 20px;
  }
}
@media screen and ( max-width: 320px ) {
  #collection-description-mobile {
    display: block;
  }
  #collection-description-mobile h4 {
    background: #ffffff;
    color: #000000;
    padding: 6px;
    text-align: left;
    font-size: 13px;
  }
  #collection-description-mobile h4:after {
    position: absolute;
    content: '+';
    background: #ffffff;
    color: #f16a00;
    margin: 0px 0px 0px 5px;
    padding: 0px 6px 0px 6px;
  }
  #collection-description-mobile h4.expanded:after {
    position: absolute;
    content: '-';
    padding: 0px 8px 4px 8px;
    line-height: 18px;
  }
  #collection-description-mobile p {
    display: none;
    padding: 0px 20px;
  }
}

table {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  display: table;
}

table thead, table thead tr th {
  background: #07a9dd;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 0px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  border: 0px solid #ccc;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
    display: block;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border: 1px solid #000;
    display: table-row;
    background-color: #ffffff;
    /* margin-bottom: .625em; */
  }
  
  table tr:last-child td:last-child {
    border-bottom: 0px solid #ddd;
  }

  table td {
    border-bottom: 1px solid #000;
    display: block;
    position: relative;
    font-size: .8em;
    text-align: center;
    padding-left: 0px;
  }
  
  table td h4,
  table td span {
    position: relative;
    display: block;
    padding-left: 40px;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    position: relative;
    margin-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 1px solid #ddd;
  }
}

#product-sizing table {
  color: #000000;
}
@media screen and (max-width: 600px) {
  #product-sizing {
    max-height: 450px;
    overflow-y: scroll;
  }
  .fancybox-skin {
    padding: 15px !important;
  }
  .fancybox-inner {
    width: 100% !important;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    position: relative;
    z-index: 1000000000000;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(204,204,204,.9);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
    position: relative;
    z-index: 1000000000001;
  }
}

#homepage-products .spr-badge-starrating {
  
}
@media screen and (max-width: 600px) {
  #homepage-products .spr-badge {
    padding: 0px 0px;
    margin: 0px 0px;
  }
  #homepage-products .spr-badge-starrating {
    padding: 0px 0px;
    margin: 0px 0px;
  }
}

@media screen and (max-width: 600px) {
  .spr-badge-starrating {
    display: block;
  }
  .spr-badge-caption {
    display: block;
  }
}

#mobile-hide {
  display: block;
}
@media screen and (max-width: 600px) {
  #mobile-hide {
    display: none;
  }
}

#desktop-hide {
  display: none;
}
@media screen and (max-width: 600px) {
  #desktop-hide {
    display: block;
  }
  #breadcrumb{
  	text-align:left;
  }
}
@media(min-width:769px){
  .product-index img{
    max-width: 250px;
  }
}