



/******************************************************************
Theme Name: Responsive v4.3
Theme URI: http://themes.shopify.com/themes/responsive/styles/new-york?ref=out-of-the-sandbox
Author: Out of the Sandbox (http://outofthesandbox.com)
Description: Shopify Theme (http://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/
/* Table of Content
==================================================
  #Reset & Basics
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Images
  #Videos
  #Buttons
  #Tabs
  #Forms
  #Tables
  #Misc
  #Site Styles
  #FlexSlider
  #FancyBox
  #Layout
  #Font-Face */

/* #Reset & Basics
================================================== */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 20px;
	letter-spacing: 0.25px;
}
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }


/* #Basic Styles
================================================== */
  body {
    background-color: #ffffff;
    


    
      font-family: "Droid Serif";
    
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    color: #000000;
    line-height: 1.8em;
}
::-moz-selection {
       background-color: #000;
       color: #fff;
}
::selection {
       background-color: #000;
       color: #fff;
}
abbr {
  border-bottom: 1px dotted #d3d3d3;
}
/* #Typography
================================================== */
  .logo {
    
      font-family: "PT Sans Narrow";
    

    font-weight: normal;
    font-size: 45px;
    text-transform: uppercase;
    color: #000000;
    
      padding-top: 15px;
    
  }
  .logo a, .logo a:hover, .logo a:visited, .logo a:active {
    color: #000000;
/*     line-height: 45px; */
  }
h1, h2, h3, h4, h5, h6, .title a {
    
      font-family: "Open Sans Condensed";
    
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    display:block;
    letter-spacing: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a { font-weight: inherit; }
h1 a, h1 a:visited, .title a, .title a:visited { color: #000000 }
h1 a:hover, h1 a:active, .title a:hover, .title a:active { color: #000000 }
h1, .h1, h1.home, h2.title, .title a { font-size: 32px;  line-height: 50px; margin: 0 auto 20px; text-align: center; border-bottom: 1px solid #d3d3d3; border-top: none; padding: 0 0 8px 0; clear:both; font-weight: normal;}
h1.home { border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; padding: 12px 0;  }
h1.product_name { text-align:left; clear:none;}
h2, .h2 { font-size: 26px; line-height: 45px; margin: 0 auto 20px; text-align: center; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; padding: 12px 0; }
h3, .h3, h1.blog_title { font-size: 25px; line-height: 35px; margin: 0 auto 15px 0; text-align: left; border-bottom: 1px solid #d3d3d3; padding: 0 0 12px 0; }
h4, .h4, h4.title a { font-size: 24px; line-height: 35px; margin: 0 0 12px 0; text-align: left; padding: 0; border-bottom: 1px solid #d3d3d3; padding-bottom:12px;}
h4.title a { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; font-size: 20px;}
h5, .h5 { font-size: 22px; padding-bottom: 5px; }
h6, .h6 { font-size: 18px; padding-bottom: 1em;}
.footer h6 { font-size: 22px; color: #000000; }
.subheader { color: #777; }
  .modal h3 { padding: 12px 0;}
h6.social { padding-bottom: 10px }
p { margin: 0 0 20px; font-style: normal; }
p img { margin: 0; }
  em, i { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 80%; }
/*  Blockquotes  */
  blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #d3d3d3; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #d3d3d3; border-width: 1px 0 0; clear: both; margin: 10px 0 15px; height: 0; }
.quote {
     font-size: 18px;
     line-height: 32px;
     text-align: center;
     margin: 0 0 20px 0;
     font-style: italic;
  }
/* #Links
================================================== */
  a, a:visited { color: #000000; text-decoration: none; outline: 0; }
  a:hover, a:focus { color: #404040; }
/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
  ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
  ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
ul {
  line-height: 26px;
}
ul li {
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}

/* #Menu
================================================== */
.top_bar {
  background-color: #ffffff;
  
  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  
  text-align: center;
}
.top_bar .container {
  padding-top: 0;
  padding-bottom: 0;
}
.top_bar + .container {
  padding-top: 155px;
}
@media only screen and (max-width: 767px) {
  .top_bar + .container {
    padding-top: 50px;
  }
}
.top_bar ul.account_menu {
  float:right;
  padding:0;
  margin: 5px 0 0 0;
  border: 0;
}
.top_bar ul.account_menu li {
  float:right;
  border-bottom: 0;
  border-top: 0;
  padding: 0 10px;
  position:relative;
  display:block;
}

.top_bar ul.account_menu li a {
  font-family: 'Avenir-Normal';
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 30px;
}
.top_bar ul.account_menu li a:hover {
  color: #cccccc;
}
.top_bar ul.account_menu li a:hover span {
  background-color: rgba(255, 255, 255, .4);
}
.top_bar ul.account_menu li a.cart {
  
    background: url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/cart.png?v=11850338742077625496) no-repeat left 7px;
  
}
.top_bar ul.account_menu li a.cart:hover {
  background-position: left -43px;
}
/*
.top_bar a.cart {
  background: url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/bag.png?v=5539681372588770501) no-repeat left 5px;
  padding-left: 22px;
}
.top_bar a.cart:hover {
  background-position: left -23px;
}
*/



#nav, #mobile_nav {
  display: block;
  text-align: center;

  
    border-top: 1px none #d3d3d3;
    border-bottom: 1px none #d3d3d3;
  
  margin: 20px auto 0;
  min-height: 35px;
  padding: 10px 0 0;
}
#mobile_nav {
  display: none;
}
#mobile_nav ul, #mobile_nav ul ul {
  margin-left: 0;
}
#mobile_nav ul li, #mobile_nav ul li a {
  margin: 0;
}
#mobile_nav ul li a {
  padding: 0 !important;
  display: inline-block !important;
}
#mobile_nav ul :last-child {
  border: none;
  padding-bottom: 0;
}
.slicknav_arrow { padding-left: 5px; }
.slicknav_btn { padding-top: 2px !important; }
#mobile_nav {
  min-height: 30px;
  padding: 5px 0 0;
}
#nav ul {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
}
#nav ul li {
    display: inline-block;
    border-color: #d3d3d3;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #d3d3d3;
    padding: 0 20px 0;
    position: relative;
    margin: 0;
}
#nav ul li {
/*   display: inline; */
}
#nav ul li a, #nav ul li a:visited, #nav ul li a:active,
#mobile_nav ul li a, #mobile_nav ul li a:visited, a.slicknav_btn {
    
      font-family: Georgia, Utopia, 'Times New Roman', Times, serif;
    
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    display:block;
    padding: 5px 0;
/*     line-height: 0; */
    letter-spacing: 0px;
}
#nav ul li a.active, #nav ul li a.active:visited, #nav ul li a.active:active,
#mobile_nav ul li a.active, #mobile_nav ul li a.active:visited, #mobile_nav ul li a.active:active, .slicknav_btn {
  color: #000000;
}
#nav ul li:first-child {
    padding-left: 0;
}
#nav ul li:last-child {
    border-right: none;
}
#nav ul li a:hover, nav ul li a:focus,
#mobile_nav ul li a:hover, nav ul li a:focus, .slicknav_btn {
    color: #a0a09b;
}
#nav ul li.current_page_item a,
#mobile_nav ul li.current_page_item a {
    color: #dd4b39;
}
#nav ul li.current_page_ancestor a,
#mobile_nav ul li.current_page_ancestor a {
    color: #dd4b39;
}

/* sub-levels link */
#menu ul a, #menu li:hover > ul a  {
  padding: 10px 0 10px 15px;
  background: none;
  text-align: left;
}

/* sub-level ul */
#menu ul {
  position: absolute;
  left: 0px;
  top: 25px;
  background-color: #ffffff;
  border: solid 1px #ddd;
  border-bottom-color: #bbb;
  z-index: 100;
  display: none;
  width: 210px;
}
#menu ul li {
  background: none;
  display: block;
  border: none;
  text-align:left;
  padding: 0px;
}
#menu ul li a {
  display:block;
}
/* sub-sub-level dropdown */
#menu ul ul {
  left: 210px;
  top: -1px;
}
/* show dropdown ul on hover */
#menu li:hover > ul {
  display: block;
}
/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
  .product_row img, .product_image_col img, .article img, .section img, .thumbnail img, .sidebar img, #target img {
    max-width: 100%;
    height: auto; }
.zoomImg {
    max-width: inherit !important;
    cursor: pointer;
  }

/* #Videos
================================================== */
/*
  For YouTube and Vimeo videos, wrap the embedded code snippet
  in a <div class="video-container"> tag to allow it to resize.
  To restrict the width, wrap with an additional <div class="video-wrapper">
*/
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-wrapper {
    width: 600px;
    max-width: 100%;
  }
/* #Buttons
================================================== */
  a.button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 3px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 20px 0;
    line-height: 21px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    background-color: #f2f2f2; }

  a.button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #222;
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background-color: #f2f2f2;  }

  a.button:active,
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background-color: #f2f2f2;  }
  .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; }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .sign_up[type="submit"] {
    margin-left: 5px;
    display: inline-block;
    width: inherit !important;
  }
  input.contact_email[type="email"] {
    width: 200px !important;
    display: inline-block;
    height: 25px !important;
    min-height: 0px !important;
    border-radius:0 !important;
  }
  .btn.action_button, input.btn.action_button[type="submit"], input.btn.action_button[type="button"] { width: inherit; }
/* #Tabs
================================================== */
  ul.tabs {
    display: block;
    margin: 20px 0 10px 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
    border-top: 0; }
ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0 }
ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 15px;
    line-height: 30px;
    border: solid 1px #ddd;
    border-width: 1px 0 0 1px;
    margin: 0;
    background: #f5f5f5;
    font-size: 13px; }
ul.tabs li a.active {
    
      background-color: #ffffff;
    
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-right-width: 1px;
    margin: 0 -1px 0 0;
    color: #000000;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
ul.tabs li:first-child a {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px; }
ul.tabs li:last-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
  ul.tabs-content { margin: 0; display: block; border: 0;}
ul.tabs-content > li { display:none; border: 0;}
ul.tabs-content > li.active { display: block; border: 0;}

  /* Clearfixing tabs for beautiful stacking */
  ul.tabs:before,
  ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
ul.tabs:after {
    clear: both; }
ul.tabs {
    zoom: 1; }

/* #Forms
================================================== */
  form {
    margin-bottom: 20px; }
fieldset {
    margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="range"], input[type="color"], select, textarea {
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 9px;
    margin: 0;
    line-height: 22px;
    border: 1px solid #dfdfdf;

    outline: none;
    background: #fff;
    color: #5f6a7d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    }
input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="url"]:active, input[type="url"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="range"]:active, input[type="range"]:focus, input[type="color"]:active, input[type="color"]:focus, select:active, textarea:active, textarea:focus {
    color: #444;
 }
select {
  background: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_down_021215__2x.png?6262015903817031045') no-repeat right,#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px 9px 8px;
  background-size: 15px 6px;
}
label,
  legend {
    display: block;
    font-size: 13px;  }
input[type="checkbox"] {
    display: inline; }
label span,
  legend span {
    font-weight: bold;
    font-size: 13px;
    color: #444; }
textarea { padding: 8px; min-height: 50px; }

/* #Tables
================================================== */


  table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
  }
  table a:visited {
      color: #999999;
      font-weight:bold;
      text-decoration:none;
    }
  table a:active,
    table a:hover {
      color: #bd5a35;
      text-decoration:underline;
    }
  table {
      color:#666;
      text-shadow: 1px 1px 0px #fff;
      background:#eaebec;
      border:#ccc 1px solid;
      margin-bottom: 20px;
      -moz-border-radius:2px;
      -webkit-border-radius:2px;
      border-radius:2px;
    }
  table img {
      max-width: inherit !important;
    }
  table th {
      padding:15px 20px;
      border-top:1px solid #ccc;
      border-bottom:1px solid #e0e0e0;
      background: #ededed;
      background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
      background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    }
  table th:first-child{
      text-align: left;
      padding-left:20px;
    }
  table tr:first-child th:first-child{
      -moz-border-radius-topleft:3px;
      -webkit-border-top-left-radius:3px;
      border-top-left-radius:3px;
    }
  table tr:first-child th:last-child{
      -moz-border-radius-topright:3px;
      -webkit-border-top-right-radius:3px;
      border-top-right-radius:3px;
    }
  table tr{
      text-align: center;
      padding-left:12px;
    }
  table tr td:first-child{
      text-align: left;
      border-left: 0;
    }
  table tr td {
      padding:12px;
      border-bottom:1px solid #e0e0e0;
      border-left: 1px solid #e0e0e0;
      background: #fafafa;
      background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
      background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    }
  table tr td.value input {
      margin-bottom: 0;
    }
  table tr.even td{
      background: #f6f6f6;
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
      background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
    }
  table tr:last-child td:first-child{
      -moz-border-radius-bottomleft:3px;
      -webkit-border-bottom-left-radius:3px;
      border-bottom-left-radius:3px;
    }
  table tr:last-child td:last-child{
      -moz-border-radius-bottomright:3px;
      -webkit-border-bottom-right-radius:3px;
      border-bottom-right-radius:3px;
    }
  table tr:hover td{
      background: #f2f2f2;
      background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
      background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
    }


/* #Misc
================================================== */
.remove, .remove:visited{ color: #000000; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.inline { display: inline; }
.right { float:right; position: relative; }
.left { float: left; }
.center { text-align: center; }
.relative { position: relative; }
.align_right { text-align:right }
.align_left { text-align: left; }
div.mobile_only { display:none; }
.no_border { border: none !important; }
.extra_padding { padding-top: 4px; }
div.hidden { display: none; }
#target {
  padding: 20px;
  text-align: center;
}

/* #Site Styles
================================================== */
div.container {
    margin: 0 auto;
    padding: 20px 0;
}
div.content {
    padding: 15px 0px;
    
}
.header_icons { float: right; margin-right: 15px }
.header_icons .ss-icon {
  margin: 4px 0 0 4px;
  font-size: 32px;
}
.logo {
  text-align: center;
  }
.logo img {
    max-width: 100%;
    height: auto;
  }
.logo a {
    margin: 0;
  }
  div.section {
     margin: 12px 0;
  }
  div.product_section {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .product_row {
    text-align: center;
  }
  .inline_purchase {
    display: inline-block;
    margin-left: 20px;
    margin-top: 22px;
  }
  .items_left {
    display: inline-block;
    padding-top: 27px;
  }
.breadcrumb {
    font-size: 12px;
    font-style: italic;
  margin-bottom: 15px;
  }

  .product_breadcrumb {
    margin-top: 1.5em;
    padding-bottom: 0;
  }


  #category {
    width: 100%;
  }
.action_button, input.action_button[type="submit"], input.action_button[type="button"] {
    background: #000000;
    border: 1px solid transparent;
    padding: 6px 20px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;


    font-weight: normal;
    text-transform: uppercase;

    
      font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
    
    width: 100%;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #000;

    margin-bottom: 0px;
    -webkit-appearance: none;
    outline: none;
  	min-width: 65px;
  }
.action_button:hover, input.action_button[type="submit"]:hover, input.action_button[type="button"]:hover, .action_button:focus {
    background: #a0a09b;
    border-color: #000000;
    outline:none;
  color: #fff;
  }
  #feature_image a {
    cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
  }
  .feature_text {
     margin: 10px 0 0;
     clear: both;
  }
  .paginate {
    text-align:center;
  }
  .paginate span {
    padding: 0 10px;
  }
  .sidebar a {
    color: #000000;
  }
  .thumbnail {
    position: relative;
    text-align: center;
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
  .thumbnail a {
    display: block;
    padding-bottom: 0.5em;
    color: #000000;
  }
  .thumbnail a:hover, .sidebar a:hover {
    color: #000000;
  }
  .thumbnail a img {
    margin-bottom: 0.75em;
  }
  .thumbnail .secondary {
    display: none;
  }
  
    .swap .secondary {
      display: inline;
    }
    .swap .primary {
      display: none !important;
    }
  
  .sale {
    position: absolute;
    top:0px;
    background: #4d90fe;
    padding: 6px 20px;
    text-align: center;
    font-size: 15px;
    
    font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
    
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .new {
    position: relative;
    display: inline;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
  }
  .thumbnail .info {
    text-align: left;
  }
  
    .thumbnail .price {
      text-align:right;
      float:right;
      font-weight: 400;
    }
  
  .cart_price {
    float:right;
    padding-left: 20px;
    font-weight:bold;
  }
  .cart_price {
    display: none;
  }
  .was_price {
    text-decoration: line-through;
    color: #888888;
    font-style: italic;
    text-shadow:none;
    font-weight:normal;
  }
  .thumbnail .quick_shop {
    display:none;
    padding: 6px 0;
    background-color: #888;
    position: absolute;
    width: 130px;
    top: 60%;
    left: 50%;
    margin-left: -65px;
  }
  .thumbnail .quick_shop:hover {
    background-color: #000000;
  }
  .thumbnails a {
    display:block;
    margin-bottom: 1em;
  }
.twittercont, .fancycount {
    display: inline-block;
    margin-left: 6px;
  }
  .facebookcont {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    min-width: 88px;
    top: -7px;
  }
  a.fancybutton {
    background:url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/fancy.png?v=12050013049338768496) no-repeat;
    font:11px Arial,sans-serif;
    text-indent:-9999em;
    font-size:.01em;
    color:#cd1f1f;
    height:20px;
    width:56px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -20px;
  }
  a.pinterestcount {
    background:url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/pinit.png?40192) no-repeat;
    font:11px Arial,sans-serif;
    text-indent:-9999em;
    font-size:.01em;
    color:#cd1f1f;
    height:20px;
    width:41px;
    background-position:0 0;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -20px;
  }
  a.pinterestcount:hover{
    background-position:0 -21px;
  }
  a.pinterestcount:active{
    background-position:0 -42px;
  }
.arrow {
    font-size: smaller;
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6;
  }
  .modal {
    text-align:left;
    display:none;
    width: 840px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
    box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
    border: solid 1px #BEBEBE;
  }
.modal_product {
    width: auto;
    line-height:0px;
    max-width: 940px;
  }
  .modal_product img {
    cursor: pointer;
  }
  .modal_image {
    text-align:center;
    line-height:0;
  }
.modal_image img {
    max-height: 550px;
  }
  .modal a {
    padding-bottom: 0;
  }
  .modal p.modal_price, p.modal_price {
    font-size: 22px;
    margin-bottom: 0.5em;
    width:100%;
  }
.modal form {
    margin-bottom: 10px;
  }
  .modal a {
    color: #000000;
    font-style: italic;
  }
.modal a:hover {
    color: #404040;
  }
  .modal p {
    margin-bottom: 0.5em;
  }
  #lean_overlay {
      position: fixed;
      z-index:10000;
      top: 0px;
      left: 0px;
      height:100%;
      width:100%;
      background: rgba(0,0,0,0.6);
      display: none;
  }
  .product_image_col {
    margin-top: 0px;
    text-align:center;
  }

  .meta {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .meta p {
    font-size: 13px;
    margin-bottom: 0px;
  }
  p.meta {
    margin-bottom: 5px;
  }
  .meta .label, .label {
    font-style: italic;
    color: #808080;
  }
  .notify_form {
    padding-top: 10px;
  }
  .count {
    font-style: normal;
    font-size: 13px;
  }
  #tag_filter, #sort-by {
    width: 70%;
    display: inline-block;
  }
  .section_select {
    text-align: right;
  }
  .checkout {
    display:block;
    float:right;
    margin-top: 0px;
  }
  .or {
    font-size:smaller;
    font-style: italic;
    padding: 0 10px;
  }
  input.quantity {
    width: 39px;
    display: inline;
    padding-left: 6px;
    padding-right: 0;
    height: 30px;
    min-height: 30px;
  }
  .quantity_left {
    float: left;
  }
  .update_or_remove {
    display:none;
  }
  .subtotal {
    text-align:right;
  }
  .mobile_left {
    text-align: right;
  }
  .cart_description {
    font-size: 13px;
  }
  #estimated-shipping, .excluding_tax {
    display: block;
  }
  h4.title a.twitter, h4.title a.subscribe {
    display: inline;
    font-size: 18px;
  }
  h4.title a.twitter .text, h4.title a.subscribe .text {
    position: relative;
    top: -14px;
    font-size: 16px;
  }
  .article {
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 12px;
    padding-bottom: 20px;
  }
  .continue_reading {
    font-style: italic;
  }
  .blog_list {
    border-top:0;
    padding-top:0;
    font-size: 13px;
  }
  .blog_list li:first-child {
    padding-top: 2px  ;
  }
  .blog_list li {
    padding: 8px 0;
  }
  .blog_list li.active, .blog_list a.active {
    font-weight: bold;
  }
  .collection_menu li span.active, .sidebar li.active a, ul.blog_list a.active {
    color: #000000;
  }

  .collection_menu li a:hover, .collection_menu li span.active:hover, .sidebar a:hover {
    color: #dd4b39;
  }

  ul.blog_list li ul { margin-top: 12px; margin-left: 15px; }

  .toggle span {
    color: #888888;
    font-weight:bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:smaller;
    float: right;
    display: none;
  }
  .sidebar p {
    font-size: 13px;
  }
  .sidebar .search {
    padding-top: 8px;
  }
  .sidebar .search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comment {
    margin-bottom:30px;
  }
  .gravatar {
    width: 80px;
    height: 80px;
  }
  .red {
    color: #C33;
  }
  .address p {
    margin-bottom: 5px;
  }
  div#disqus_thread ul, div#disqus_thread li {
      border: none;
  }
  .tweet .columns {
    overflow: hidden;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .featured_content p {
    margin-bottom: 0;
  }
/* #Footer
================================================== */
  div.footer {
    background-color: #ffffff;
    

    
      border-top: solid 1px #ffffff;
    

    font-size: 13px;
    line-height: 1.7em;
    color: #000000;
    padding: 15px 0 10px 0;
    text-align: center;
  }
  .footer p {
    margin-bottom: 10px;
  }
  .footer a {
    color: #000000;
    text-shadow: none;
  }
  .footer a:hover {
    color: #888888;
    text-shadow: none;
  }
  .footer_menu_vertical ul {
    margin-bottom: 1em;
  }
  .footer_menu_vertical li {
    padding: 0 0 15px 0;
  }
  .footer_menu {
    margin-bottom: 0;
  }
  .footer_menu li {
    display: inline;
    padding: 0 15px;
  }
  .footer .action_button {
    background-color: #fff !important;
    border: 1px solid #000;
  }
  .footer .action_button:hover {
    background-color: #000 !important;
    border: 1px solid #fff;
  }
  .contact-form {
    margin-bottom: 0;
  }
  #contact_email, #contact_name {
    display:inline-block;
    width: 205px;
    margin-bottom:0px
  }

  input.search_box {
    height: 30px;
    min-height: 30px;
    background: #fff url('https://cdn.shopify.com/s/files/1/0094/5012/files/search-img_76cbb769-6f62-4189-bf8a-28200f8fc7de-min.png?10313312561163701950') no-repeat 10px 7px;
    background-size: 14px 14px;
    background-position: 30px;
    margin-bottom: 0;
    font-family: 'Avenir-Normal';
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
     transition:width 1s;
    -webkit-transition:width 1s; /* Safari */
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    width: 110px;
    border: 1px solid #fff !important;
    float: right;
  }
  .search_box:focus {
    background-color: #EBEBED;
/*   	font-family: 'Georgia', serif; */
    font-family: 'FFCelliniWebProItalic';
  	font-style: italic;
/*     width: 150px;         */
  	text-transform: none;
	border: 1px solid #ccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-position: 5px;
    text-align: left !important;
  }
  .top_bar_search {
    text-align: left;
    min-height: 10px;
  }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

  #currencies {
    max-width: 40%;
    height: 30px;
    min-height: 30px;
    margin: 5px 0;
    padding-top: 6px;
  }
  .top_bar_search form.search {
    margin-bottom: 0;
  }
  .top_bar_search .search_box {
    margin: 5px 0 5px 0;
    padding-left: 25px;
    text-align: right;
  }
  .payment_methods {
    margin: 4px 0 6px 0;
    filter:alpha(opacity=80);
    opacity: 0.8;
  }


  .payment_methods img {
    padding-right: 4px;
    height: 32px;
    width: 32px;
  }
  .footer .credits, .footer .credits a {
    font-size: 12px;
    color: #000000 !important;
    padding-top: 1em;
  }
  table tr.order_summary td.label { text-align: right;}
/* #FlexSlider
================================================== */

  /* 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;}
  .slides { text-align:center }
/* FlexSlider Necessary Styles
  *********************************/
  .flexslider {width: 100%; margin-top: 24px; padding: 0;}
  .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .slides img {display: block; margin: 0 auto}
  .flexslider .slides li a {text-align: center}
/* 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 {position: relative; zoom: 1; padding-bottom: 7px; }
.flexslider .slides {zoom: 1;border:0;}
.flexslider .slides > li {position: relative;}
.flexslider .slides li { border:0; padding: 0; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
  .flex-container {zoom: 1; position: relative;}

/* Caption style */
  /* IE rgba() hack */
  .flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
  .flex-caption {margin:0; width: 100%; padding: 2% 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.4); color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.8); font-size: 16px; line-height: 18px;}

/* Direction Nav */

.flex-direction-nav {*height: 0; padding: 0; border: 0}
.flex-direction-nav li { padding: 0; border: 0}
.flex-direction-nav a {width: 44px; height: 40px; display: block; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px; opacity: 1;}
.flex-direction-nav .flex-next {background: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_carousel_arrow_right_021215__2x.png?11344977242985424317'); right: -68px; background-repeat: no-repeat; background-size: 19px 37px; }
.flex-direction-nav .flex-prev {background: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_carousel_arrow_left_021215__2x.png?11344977242985424317'); background-repeat: no-repeat; left: -40px; background-size: 19px 37px;}
.flexslider:hover .flex-next {opacity: 0.8;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 20px;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
.flexslider:hover .flex-prev {left: -40px;}
ul.flex-direction-nav li a {display: block !important;}
.product_flexslider {
    width: auto;
    margin-top:0;
  }
.product_flexslider .slides img {
    width: auto !important;
  }
.product_flexslider .slides li {
    width: auto !important;
  }
#homepage_slider {
  position: relative;
  z-index: 0 ;
  text-align:center;
}

#grid .column,
  #grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px; }
#grid .column:hover,
  #grid .columns:hover {
    background: #bbb;
    color: #333; }
#grid .example-grid { overflow: hidden; }

/* #Fancybox
================================================== */
/*! fancyBox v2.1.2 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: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background-color: #ffffff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

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

.fancybox-inner {
  overflow: hidden;
}


.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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/fancybox_sprite.png?v=17012028525596325244);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -306px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/fancybox_loading.gif?v=5430083547100745521) center center no-repeat;
}
.fancybox-close {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 22px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
}
/* .fancybox-close:hover {
  background-position: 0 151px;
} */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/blank.gif?v=16482679876569321596); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0px;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 40px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 20px;
  background-position: 0 -23px;
}
.fancybox-next span {
  right: 20px;
  background-position: 0 -66px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-prev span:hover {
  background-position: 0 -175px;
}
.fancybox-next span:hover {
  background-position: 0 -218px;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}
.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: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  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 {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  border: none;
}


#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/*
* Layout
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing
    #Media Queries */
/* #Base 960 Grid
================================================== */
  .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
  .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
  .row                                        { margin-bottom: 20px; }
  /* Nested Column Classes */
  .column.alpha, .columns.alpha               { margin-left: 0; }
  .column.omega, .columns.omega               { margin-right: 0; }
  /* Base Grid */
  .container .one.column                      { width: 40px;  }
  .container .two.columns                     { width: 100px; }
  .container .three.columns                   { width: 160px; }
  .container .four.columns                    { width: 220px; }
  .container .five.columns                    { width: 280px; }
  .container .six.columns                     { width: 340px; }
  .container .seven.columns                   { width: 400px; }
  .container .eight.columns                   { width: 460px; }
  .container .nine.columns                    { width: 520px; }
  .container .ten.columns                     { width: 580px; }
  .container .eleven.columns                  { width: 640px; }
  .container .twelve.columns                  { width: 700px; }
  .container .thirteen.columns                { width: 760px; }
  .container .fourteen.columns                { width: 820px; }
  .container .fifteen.columns                 { width: 880px; }
  .container .sixteen.columns                 { width: 940px; }
  .container .one-third.column                { width: 300px; }
  .container .two-thirds.column               { width: 620px; }
  .container .one-fifth.column                { width: 172px; }
  /* Offsets */
  .container .offset-by-one                   { padding-left: 60px;  }
  .container .offset-by-two                   { padding-left: 120px; }
  .container .offset-by-three                 { padding-left: 180px; }
  .container .offset-by-four                  { padding-left: 240px; }
  .container .offset-by-five                  { padding-left: 300px; }
  .container .offset-by-six                   { padding-left: 360px; }
  .container .offset-by-seven                 { padding-left: 420px; }
  .container .offset-by-eight                 { padding-left: 480px; }
  .container .offset-by-nine                  { padding-left: 540px; }
  .container .offset-by-ten                   { padding-left: 600px; }
  .container .offset-by-eleven                { padding-left: 660px; }
  .container .offset-by-twelve                { padding-left: 720px; }
  .container .offset-by-thirteen              { padding-left: 780px; }
  .container .offset-by-fourteen              { padding-left: 840px; }
  .container .offset-by-fifteen               { padding-left: 900px; }
/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
      .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
      .column.alpha, .columns.alpha               { margin-left: 10px; margin-right: 10px; }
      .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
      .container .one.column                      { width: 28px; }
      .container .two.columns                     { width: 76px; }
      .container .three.columns                   { width: 124px; }
      .container .four.columns                    { width: 172px; }
      .container .five.columns                    { width: 220px; }
      .container .six.columns                     { width: 268px; }
      .container .seven.columns                   { width: 316px; }
      .container .eight.columns                   { width: 364px; }
      .container .nine.columns                    { width: 412px; }
      .container .ten.columns                     { width: 460px; }
      .container .eleven.columns                  { width: 508px; }
      .container .twelve.columns                  { width: 556px; }
      .container .thirteen.columns                { width: 604px; }
      .container .fourteen.columns                { width: 652px; }
      .container .fifteen.columns                 { width: 700px; }
      .container .sixteen.columns                 { width: 748px; }
      .container .one-third.column                { width: 236px; }
      .container .two-thirds.column               { width: 492px; }
      .container .one-fifth.column                { width: 133px; }
      /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
      .container .offset-by-two                   { padding-left: 96px; }
      .container .offset-by-three                 { padding-left: 144px; }
      .container .offset-by-four                  { padding-left: 192px; }
      .container .offset-by-five                  { padding-left: 240px; }
      .container .offset-by-six                   { padding-left: 288px; }
      .container .offset-by-seven                 { padding-left: 336px; }
      .container .offset-by-eight                 { padding-left: 348px; }
      .container .offset-by-nine                  { padding-left: 432px; }
      .container .offset-by-ten                   { padding-left: 480px; }
      .container .offset-by-eleven                { padding-left: 528px; }
      .container .offset-by-twelve                { padding-left: 576px; }
      .container .offset-by-thirteen              { padding-left: 624px; }
      .container .offset-by-fourteen              { padding-left: 672px; }
      .container .offset-by-fifteen               { padding-left: 720px; }
  }
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
      .columns, .column { margin: 0; }
      .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }
        .container .one-fifth.column { width: 140px; }
        .container .one-fifth.column:nth-child(2n)  { margin-left: 20px }

        
          .container .thumbnail.even, .container .thumbnail.odd  { width: 140px !important; }
          .container div.thumbnail.even  { clear: left }
          .container div.thumbnail.odd  { margin-left: 20px }
          br.product_clear { display: none }
        

      /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
  }
/* #Mobile (Landscape)
================================================== */
    /* Note: Design for a width of 480px */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
      .columns, .column { margin: 0; }
      .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
        .container .one-fifth.column  { width: 200px;}
        .container .one-fifth.column:nth-child(2n)  { margin-left: 20px }

        
          .container .thumbnail.even, .container .thumbnail.odd  { width: 200px !important; }
          .container div.thumbnail.even  { clear: left }
          .container div.thumbnail.odd  { margin-left: 20px }
          br.product_clear { display: none }
        

        .top_bar ul li {
        padding: 5px 10px;
      }

  }
/* #Clearing
================================================== */
    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
  /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
  .row:after,
    .clearfix:after {
      clear: both; }
  .row,
    .clearfix {
      zoom: 1; }
  /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/* #Media Queries
================================================== */
  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    input.sign_up[type="submit"] {
      margin-left: 0;
      margin-bottom: 1.5em !important;
      width: 100% !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    input.contact_email[type="email"] {
      margin-bottom: 1em;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;

    }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  }
/* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    #recently-viewed-products img {width: 100%;}
    .cart-popout {display: none !important;}
    .mobile-adjust {float: none !important; display: block !important;}
    .mobile-adjust2 {display: none !important; }
    .collection .product {width: 21.5% !important;}
    .also-avail .thumbnail {height: 350px !important;}
    #currencies { margin-left: auto; margin-right: auto; }
    .section_select { text-align: center; }
    .logo { text-align: center; }
    #mobile_nav { display: block !important; margin-top: 15px }
    #nav { display: none; }
    .arrow { display: none }
    .header_icons { float: none; margin-right: 0px; text-align: center; }
    
      .thumbnail .price {
        float: none;
        text-align: left;
        display: block;
      }
    
    .mobile_hidden { display: none; }
    .toggle span {
      display: block;
    }
    .toggle_list {
      display: none;
    }
    
    #tag_filter, #sort-by {
      margin-bottom: 1em;
    }
    .thumbnail {
      margin-top: 1em;
    }
    .thumbnail a:hover img {
      opacity: 1;
    }
  .top_bar_search {
      margin-bottom: 5px;
    }
  table[style] {
      width:auto !important;
      max-width:100% !important;
      overflow: hidden;
    }
  tr, td {
      display:block;
      width:99% !important;
      max-width:99% !important;
      padding:0px !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  tr {
    padding-bottom: 6px !important;
  }
  td {
    padding: 4px !important;
  }
  .title_column {
      float:left;
    }
  p.update_or_remove {
      display:block;
    }
  .subtotal {
      text-align:center;
    }
  .mobile_left {
      text-align:left;
    }
  div.mobile_only {
      display:block;
    }
  .update_subtotal_text, .price_total, .checkout_table_header {
      display: none;
    }
  .action_button {
      width: 100%;
    }
  .mobile_right {
      text-align: right;
    }
  .quick_shop {
      display: none !important;
    }
  .cart_price {
      display: block;
    }
  .cart_description, .gravatar {
      display:none;
    }
  table tr th, table tr td {
      padding: 2px;
    }
  input.action_button {
      margin-bottom: 1em !important;
    }
  .multiple_product_images {
      display: none;
    }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .inline_purchase { margin-left: 0 }
    .top_bar ul li {
        padding: 6px 10px;
      }
    .breadcrumb {
        text-align:center;
      }
    .flex-caption {
        font-size: 80%;
      }
    h1, h2, h1.home, h1.blog_title, h3, h4, h5, h6, .title a {
        font-size: 150%;
      }
    h1, h1.home, h1.blog_title, .title a, h2 {
        padding:0;
      }
}
@media
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (-webkit-min-device-pixel-ratio: 2),
  (min-device-pixel-ratio: 2) {
    .social_link img {
      width: 30px;
      height: 30px;
    }
    input.search_box {
      background: #fff url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/search2x.jpg?v=9037369875591221194) no-repeat 6px;
      background-size: 14px 14px;
    }
    .top_bar a.cart {
      
        background-image: url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/cart2x.png?v=5543188421228638735);
      
      background-size: 16px 64px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: 100%;
     }
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2013 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-sandbox.css" rel="stylesheet" />
*/

@font-face {
  font-family: "SSSandbox";
  src: url('https://cdn.shopify.com/s/files/1/0094/5012/files/ss-sandbox-no-circles.ttf?6442')  format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .footer .ss-icon, .ss-icon:visited, .ss-icon.ss-sandbox,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-sandbox:before, [class*=" ss-"].ss-sandbox:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-sandbox.right:after, [class*=" ss-"].ss-sandbox.right:after {
  font-family: "SSSandbox";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  margin: 4px 7px 5px 0;
  display: inline-block;
  color: #000000;
}

.ss-icon:hover, .ss-icon:active, .footer .ss-icon:hover, .footer .ss-icon:active {
  color: #A0A09B;
}

.remove { font-size: 24px !important; margin-right: 0; margin-top: 8px; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}

.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-rss:before,.ss-rss.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-chat:before,.ss-chat.right:after{content:'💬'}.ss-user:before,.ss-user.right:after{content:'👤'}.ss-cart:before,.ss-cart.right:after{content:''}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-delete:before,.ss-delete.right:after{content:'␡'}.ss-navigateright:before,.ss-navigateright.right:after{content:'▻'}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'◅'}.ss-facebook:before,.ss-facebook.right:after{content:''}.ss-twitter:before,.ss-twitter.right:after{content:''}.ss-linkedin:before,.ss-linkedin.right:after{content:''}.ss-googleplus:before,.ss-googleplus.right:after{content:''}.ss-tumblr:before,.ss-tumblr.right:after{content:''}.ss-youtube:before,.ss-youtube.right:after{content:''}.ss-vimeo:before,.ss-vimeo.right:after{content:''}.ss-flickr:before,.ss-flickr.right:after{content:''}.ss-instagram:before,.ss-instagram.right:after{content:''}.ss-pinterest:before,.ss-pinterest.right:after{content:''}.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-rss:before,.ss-rss.right:after{content:''}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */

/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/

@font-face {
      font-family: 'Avenir-Bold';
      src: url('https://cdn.shopify.com/s/files/1/0094/5012/files/avenir1.ttf?6126') format('truetype');
      font-weight: normal;
      font-style: normal; }

@font-face {
      font-family: 'Avenir-Normal';
      src: url('https://cdn.shopify.com/s/files/1/0094/5012/files/avenir2.ttf?6126') format('truetype');
      font-weight: normal;
      font-style: normal; }

.action_button, input.action_button[type="submit"] {color: #ffffff; font-family: 'Avenir-Bold';}
#nav {border-top: 1px solid #cfcfcd; border-bottom: 1px solid #cfcfcd;}
#nav ul li a {padding: 8px 0px; font-family: 'Avenir-Normal' !important;}
#nav ul li {border: 0px;}
ul#menu li a, ul#menu li a:focus {font-family: 'Avenir-Normal'; font-size: 10px; text-transform: uppercase;}
.action_button:hover, input.action_button[type="submit"]:hover {border-color: transparent;}
input.contact_email[type="email"] {/*font-family: 'Georgia';*/font-family: 'FFCelliniWebProItalic'; font-style: italic; font-size: 11px; border-color: #ccc; color: #000;}
#homepage_slider {margin-top: 1px;}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {z-index: 99999;}

.logo {padding-top: 0px;}
.top_bar {box-shadow: none; -webkit-box-shadow: none;}
.top_bar a {text-shadow: none;}
#nav {margin-top: 0px; padding-top: 0px;}
.flexslider {margin-top: 0px;}
.contact-form {float: right; margin-top: -5px;}
.sign_up {color: #000;}
.footer h6 {font-size: 15px;}

.thumbnail {border-bottom: 0px;}
.thumbnail .info {text-align: center;}
.thumbnail .price {float: none; clear: both; text-align: center;}
span.vendor {font-size: 10px; text-transform: uppercase; font-family: 'Avenir-Normal'; font-weight: normal;}

select {height: 20px; padding: 0px 9px 0px; min-height: 25px;}
/*select:focus {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_up_021215__2x.png?6262015903817031045') !important; background-size: 15px 6px;}*/
select.coll-filter {border-color: #fff; font-family: 'Avenir-Normal'; font-size: 10px; float: right; width: 143px;}

.filters {margin-bottom: 0px; width: 100%;}
.coll-filter {width: 65%; margin-top: -1px; margin-bottom: 9px;}
li.filter {padding-bottom: 0px;}
.collection-toggle, .close-icon, .open-icon {cursor: pointer;}
.collection-toggle {border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.close-icon img:hover, .open-icon img:hover {opacity: 0.6;}

.sale {display: none;}

.promo_bar {border-bottom: 1px solid #415454; color: #ffffff;}
.promo-bg {background-color: #000000;}
.promo-img {background: url(//cdn.shopify.com/s/files/1/0094/5012/t/102/assets/bg-img.png?v=9153065738054400784);}

select.coll-filter  {text-transform: uppercase; font-size: 11px;}
h1.product_name {text-transform: none;}

.single-option-selector {width: 50%; border-radius: 0px; border-color: #cfcfcd; color: #000;}
.inline_purchase {display: block; margin: 0px;}
.add_to_cart {width: 100% !important; display: block !important; clear: both; float: none; border-radius: 0px !important; height: 42px;}
@media screen and (max-width: 600px) {
  .add_to_cart {
    height: 45px!important;
  }
}

input#quantity.quantity {border-color: #cfcfcd; width: 50px; padding-left: 19px;}

ul.dropdown-list li {padding-left: 0px !important; display: block !important;}
.dropdown {padding: 15px; border: 1px solid #cfcfcd;}
.wallpaper, .tiles, .fabric, .throw {display: none; z-index: 99999999999; position: absolute; text-align: left; background-color: #fff; width: 908px;}
.wallpaper ul, .tiles ul, .fabric ul, .throw ul {text-align: left !important; line-height: 20px;}
.wallpaper ul li, .tiles ul li, .fabric ul li, .throw ul li {border-right: 0px !important;}
.wallpaper ul li a, .tiles ul li a, .fabric ul li a, .throw ul li a {font-family: 'Avenir-Normal'; font-size: 10px !important; text-transform: uppercase; padding-top: 0px !important; padding-bottom: 0px !important;}


.cart-popout {line-height: 20px; padding: 10px; padding-bottom: 20px; position: absolute; right: 1%; top: 88%; width: 34%; border: 1px solid #cfcfcd; z-index:999999999; background-color: #fff;}
/*width:24%*/

.cart-popout a {line-height: 10px;}
a#cart-trigger.cart:hover, .hovered {background-color: #fff; z-index: 999999999999;}
.logo img {z-index: -1;}
h2.cart-header {text-align: left; text-transform: none; font-size: 18px; line-height: 20px; border-top: 0px;}
.add_to_cart {border-color: transparent;}

table tr td, table tr:hover td {background: transparent !important; border-color: transparent !important;}
table {border: 0px; background: none;}
table tr {width: 100%;}
table tr td {padding: 12px 0px 1px 0px;}

#arrow-thing {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/arrow-thing.png?8711');
    width: 15px;
    height: 13px;
    top: -9px;
left: 19.5%;
  position: absolute;}

#arrow-thing2 {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/arrow-thing.png?8711');
  position: absolute;
    width: 15px;
    height: 13px;
    top: -9px;
right: 60.5%;}

#arrow-thing3 {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/arrow-thing.png?8711');
    width: 15px;
    height: 13px;
    top: -9px;
left: 75.5%;
  position: absolute;}

#arrow-thing4 {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/arrow-thing.png?8711');
    width: 15px;
    height: 13px;
    top: -9px;
left: 70.1%;
  position: absolute;}

#arrow-thing5 {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/arrow-thing.png?8711');
    width: 15px;
    height: 13px;
    top: -9px;
    right: 40.5%;
  position: absolute;}

@media only screen and (min-width : 768px) and (max-width : 959px) {
  .wallpaper, .tiles, .fabric, .throw {width: 714px !important;}
/*   .tiles .three.columns, .throw .three.columns, .fabric .three.columns {width: 110px !important;} */
  .wallpaper img {display: none;}
  .tiles img, .fabric img, .throw img {margin-top: -20px !important;}
  #arrow-thing {left: 12% !important;}
  #arrow-thing2 {right: 64% !important;}
  #arrow-thing4 {left: 75.5% !important;}
  #arrow-thing5 {left: 38.5% !important;}
}


h1.page-title {font-size: 20px; text-align: left; border-bottom: 0px;}
h4.toggle {font-size: 14px; border-bottom: 0px; padding-bottom: 0px; margin-bottom: 0px;}
.toggle_list li {padding-bottom: 0px; line-height: 10px;}
#toggle1, #toggle2, #toggle3, #toggle4 {cursor: pointer;}
.toggle1, .toggle2, .toggle3, .toggle4 {display: none;}

.action_button.sign_up {background-color: #000000 !important; border-radius: 0px !important; font-size: 10px !important;}
.action_button.sign_up:hover {background-color: #A0A09B !important;}
.footer p {font-family: 'Avenir-Bold' !important; text-transform: uppercase; font-size: 10px !important;}
.footer h6 {font-family: 'Avenir-Bold'; font-size: 10px; line-height: 14px;}

input.search_box {border: 0px;}
input[type="text"]:focus {border: 0px;}
/* a#cart-trigger, a.checkout, a#non-trigger {font-family: 'Avenir-Normal'; font-size: 10px; text-transform: uppercase; letter-spacing: 0px;} */
/* a#cart-trigger:hover, a#non-trigger:hover {color: #a0a09b;} */


::-webkit-input-placeholder {
    color:    #000000;
}
:-moz-placeholder {
    color:    #000000;
}
::-moz-placeholder {
    color:    #000000;
}
:-ms-input-placeholder {
    color:    #000000;
}

.breadcrumb, .breadcrumb a {font-family: 'Avenir-Normal'; font-size: 10px; text-transform: uppercase; color: #a0a09b; font-style: normal; padding-top: 5px;}
.breadcrumb a:hover {color: #000000;}
.collection-filters, .collection-toggle {font-family: 'Avenir-Normal'; font-size: 11px;}
.collection-filters p {/*font-family: 'Georgia';*/font-family: 'FFCelliniWebProItalic'; font-style: italic; font-size: 11px; float: left; margin-bottom: 0px;}
.vendor {font-family: 'Avenir-Normal'; font-size: 10px;}
.title {font-family: 'Avenir-Bold'; font-size: 12px; text-transform: uppercase;}
.price, .quantity_left, .was_price {font-family: 'Avenir-Normal'; font-size: 12px; text-transform: uppercase;}
.was_price {text-decoration: strikethrough;}
input.quantity {height: 22px; min-height: 22px;}
input#quantity.quantity {margin-left: 10px;}


.vendor-product {font-family: 'Avenir-Normal'; font-size: 12px; text-transform: uppercase;}
h1.product_name, h2.press-title {font-family: 'Avenir-Bold'; font-size: 18px; text-transform: uppercase; margin-bottom: 0px; padding-bottom: 0px; border: 0px; line-height: 20px;}
h2.press-title {text-align: left; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px;}
.current_price {font-family: 'Avenir-Normal'; font-size: 14px;}
.single-option-selector {font-family: 'Avenir-Normal'; font-size: 10px; text-transform: uppercase; width: 35%;}
.product_form {border-bottom: 1px solid #ccc; padding-bottom: 30px;}
p.availability {font-family: 'Avenir-Normal'; font-size: 12px; margin-bottom: 10px;}
p.availability-title {font-family: 'Avenir-Bold'; font-size: 10px; text-transform: uppercase; margin-bottom: 0px; margin-top: 1px;}
.description {font-family: 'Avenir-Normal'; font-size: 12px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc;}
.meta {display: none;}
.product_section hr {border-color: #fff;}


h1.page-title {font-family: 'Avenir-Bold'; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; line-height: 14px;}
h4.toggle {font-family: 'Avenir-Bold'; font-size: 10px; text-transform: uppercase; letter-spacing: 0px;}
.toggle_list li {padding-bottom: 2px;}
ul.blog_list.toggle_list li a {font-family: 'Avenir-Normal'; font-size: 10px; text-transform: uppercase;}
ul.blog_list.toggle_list li a:hover {color: #A0A09B;}
.page-content p, .page-content {font-family: 'Avenir-Normal'; font-size: 12px;}
a.highliter {color: #B79757;}
ul#slider-id-nav-ul li a:hover, ul#slider-id-nav-ul li a:active {color: #A0A09B;}
ul#slider-id-nav-ul li a {font-family: 'Avenir-Normal'; font-size: 10px;}
.panel-wrapper h2.title {display: none;}
.panel-wrapper img {display: block; margin: 0 auto;}
.panel-wrapper h1 {border-bottom: 0px; font-family: 'Avenir-Bold'; font-size: 18px; text-transform: uppercase; text-align: left; padding-bottom: 0px; margin-bottom: 0px;}
.panel-wrapper p {font-family: 'Avenir-Normal'; font-size: 12px;}
h2.cart-header {margin-bottom: 0px; padding-top: 5px; text-align: center;}
.also-avail .thumbnail {/*height: 200px;*/ height:auto;}
.thumbnail {height: 350px;}
.thumbnail .info {position: relative; bottom: 0px; left:0; right:0; margin-left:auto; margin-right:auto;}

#laundry-studio {display: none;}
#slider-id-wrapper {max-width: none !important;}

.panel-wrapper {padding: 0px !important; float: left;}
.ls-responsive .liquid-slider {width: 80% !important; float: left;}
.liquid-slider {background-color: transparent !important;}
.ls-nav {width: 20%; clear: none !important; float: left !important;}
.ls-nav ul li {padding: 10px 0px !important;}
.ls-nav ul li {display: block !important;}
.ls-nav a {background: #fff !important; font-family: 'Avenir-Bold'; font-size: 10px; text-transform: uppercase; padding: 0px !important;}

h3 {font-family: 'Avenir-Bold'; font-size: 13px; text-transform: uppercase; border: 0px; margin-bottom: 0px; padding-bottom: 0px;}
.press-section a {font-family: 'Avenir-Normal'; font-size: 12px; text-transform: uppercase;}
.press-section a:hover {color: #A0A09B;}
.press-section p {/*font-family: 'Georgia';*/font-family: 'FFCelliniWebProItalic'; font-style: italic; font-size: 12px;}
.grey-box {background-color: #F0F0F0; padding: 10px; text-align: center;}
.grey-box p {margin-bottom: 0px;}
.grey-box a {text-transform: none;}
.grey-box strong {font-family: 'Avenir-Bold'; font-size: 13px; text-transform: uppercase; font-style: normal;}
/* #extension, #extension2, #extension3 {height: 250px; overflow: hidden;} */
/* #more, #more2, #more3 {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_down_021215__2x.png?6262015903817031045'); background-size: 15px 6px; background-repeat: no-repeat; background-position: 65px 9px; width: 90px; display: block;} */
/* #less, #less2, #less3 {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_up_021215__2x.png?6262015903817031045'); background-size: 15px 6px; background-repeat: no-repeat; background-position: 65px 9px; width: 90px; display: block; margin-top: -15px;} */
/* a#more, a#more2, a#more3, a#less, a#less2, a#less3 {font-family: 'Avenir-Bold'; font-size: 10px;} */

.sidebar h4 {font-family: 'Avenir-Bold'; font-size: 10px; border: 0px; text-transform: uppercase; margin-bottom: 0px; padding-bottom: 0px;}
ul.blog_list li a:hover {color: #A0A09B;}
ul.blog_list li a {font-family: 'Avenir-Normal'; text-transform: uppercase; font-size: 11px;}
ul.blog_list li {padding-bottom: 0px; line-height: 10px;}
.article p {font-family: 'Avenir-Normal'; font-size: 12px;}

table tr td {padding: 12px 0px 1px 0px;}
h2.cart-header {font-size: 16px; font-family: 'Avenir-Bold'; text-transform: uppercase; border-width: 1px;}
h2.dropdown-header {line-height: 16px; font-family: "Avenir-Black"; text-transform: uppercase !important; font-size: 12px; font-weight: bold; border: 0px; padding-bottom: 10px; margin-bottom: 0px; text-align: left;}

.product_form {border-bottom: 0px;}
.open-chevron {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_up_021215__2x.png?6262015903817031045') !important; background-repeat: no-repeat; background-position: 98% 27px !important; background-size: 15px 6px;}
#exp1, #exp2, #exp3, #exp4, #exp5, #exp6, #exp7 {padding-bottom: 5px; cursor: default !important; padding-top: 10px !important; line-height: 1.5em;}
#exp-toggle1, #exp-toggle2, #exp-toggle3, #exp-toggle4, #exp-toggle5, #exp-toggle6, #exp-toggle7 {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_down_021215__2x.png?6262015903817031045'); background-size: 15px 6px; background-repeat: no-repeat; background-position: 95% 80%; border-top: 1px solid #ccc; margin-top: 5px; margin-bottom: 20px; padding-top: 20px;}
#exp-toggle1 p, #exp-toggle2 p, #exp-toggle3 p, #exp-toggle4 p, #exp-toggle5 p, #exp-toggle6 p, #exp-toggle7 p {margin-bottom: 0px; font-family: 'Avenir-Bold'; font-size: 13px; text-transform: uppercase; font-style: normal;}
#exp-toggle1:hover, #exp-toggle2:hover, #exp-toggle3:hover, #exp-toggle4:hover, #exp-toggle5:hover, #exp-toggle6:hover, #exp-toggle7:hover {cursor: pointer;}

.hygge-caption {display: none; position: absolute; background-color: #fff; padding: 10px; text-align: center; width: 80%; height: 80%; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%);}
.hygge-caption p {position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); font-family: 'Avenir-Bold'; font-size: 12px; max-width: 40%; text-transform: uppercase; }
#hygge-block {position: relative;}
#hygge-block img {display: block;}
#hygge-block:hover .hygge-caption {display: block !important;}
#hygge-block:hover img {-moz-opacity: 0.40; -khtml-opacity: 0.40; opacity: 0.40; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=53); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); filter:alpha(opacity=40);}

input.contact_email[type="email"]:focus {background-color: #f0f0f0;}

.feature_image {position: relative; text-align: left;}
.feature_image a {z-index:70;}
.img-expand img {display: none;}
.img-expand {position: absolute; top: 10px; right: 10px; display: none; z-index: 65; height: 28px; width: 28px; background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_prod_open_2.png?1519542248495959815'); background-repeat: no-repeat; background-size: 28px 28px;}
.img-expand:hover {background-image: url('https://cdn.shopify.com/s/files/1/0094/5012/files/hw_prod_open_1.png?1519542248495959815');}
.feature_image:hover .img-expand {display: block !important;}

#fancybox-thumbs.bottom {top: 20px; left: 88%;}
#fancybox-thumbs.bottom ul {left: 0% !important; width: 10% !important;}
#fancybox-thumbs ul li a {height: 120px !important; width: 104px !important; border-color: transparent;}
#fancybox-thumbs ul li img {height: 134px !important; width: 104px !important;}
#fancybox-thumbs ul li.active {border: 0px;}
#fancybox-thumbs ul li {float: none; height: 134px; width: 104px !important;}
#fancybox-thumbs {position: fixed;}
.fancybox-close {display: none;}
.fancybox-wrap:hover .fancybox-close {display: block !important;}
/* .fancybox-close:hover {background-position: 0px;} */
.fancybox-next span, .fancybox-prev span{background-position: 14px !important;}

table tr td {padding-bottom: 20px;}

select#quantity.quantity {border-radius: 0px !important; border-color: #cfcfcd; color: #000;}

@media only screen and (min-width: 960px) and (max-width : 1130px) {
#fancybox-thumbs.bottom {left: 72% !important;}

}

@media only screen and  (max-width : 959px) {
#fancybox-thumbs.bottom {left: 78% !important;}

}


@media only screen and (min-width : 767px) and (max-width : 959px) {
  .collection .product {width: 22.5% !important;}
}

@media only screen and  (max-width : 769px) {
  ul#menu li, h6 {text-align: center !important;}
  .footer .columns, .footer .column {border: 0px !important;}
  .eight {text-align: center; float: none !important;}
  .footer span {padding-left: 0px !important; padding-bottom: 10px;}
  .contact-form {float: none !important; margin: 0 auto !important; width: 250px !important;}
  #hygge-pics {width: 100% !important;}

input.search_box {background: none; float: left;}

  input.form-textbox[type="text"]:focus {
 background-color: #f0f0f0;
  border: 1px solid #dfdfdf;
/*   font-family: 'Georgia'; */
    font-family: 'FFCelliniWebProItalic';
  font-style: italic;
  font-size: 11px;
  color: #000;

}
}


ul.bullet li {list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em; padding: 0px; font-size: 12px; font-family: 'Avenir-Normal'; margin-left: 10px;}
.details-header {font-size: 13px; text-align: left; font-family: 'Avenir-Bold'; border-top: 0px; border-bottom: 0px; padding: 0px; margin: 0px; line-height: 20px; margin-top: 20px;}

span.slicknav_menutxt {font-family: 'Avenir-Bold'; font-size: 12px;}
#mobile_nav ul li a {font-family: 'Avenir-Bold'; font-size: 11px;}
ul.blog_list a.active {color: #B79757;}
strong {font-weight: normal; font-family: 'Avenir-Black';}

.logo img {max-width: 250px;}
.ss-icon img {height: 15px;}
.ss-icon img:hover {opacity: 0.5;}

.intro {color: red !important;}

h2.state {font-family: 'Avenir-Bold'; font-size: 13px; border: 0px; line-height: 0px; text-align: left; margin-bottom: 8px;}
p.city {font-family: 'Avenir-Normal'; font-size: 12px; margin-bottom: 0px;}
p.store {/*font-family: 'Georgia'; */font-family: 'FFCelliniWebProItalic';font-size: 12px; font-style: italic;}
p.description-text {text-transform: none !important; font-family: 'Avenir-Normal' !important; font-size: 12px !important; font-weight: normal !important; margin-bottom: 10px !important;}

.logo img {
  padding-bottom: 10px;
}

.mobile-adjust:hover {
  cursor: pointer;
}

h6 {
  padding-bottom: 0px;
}

ul.dropdown-list li a:hover {
  color: #888888 !important;
}

a {
  letter-spacing: 0.25px !important;
}

.thumbnail {
  margin-top: 25px;
}

h1.product_name {
  font-family: 'Avenir-Normal';
}

ul.bullet li {
  line-height: 20px;
}

ul.bullet li a, .description-text a {
  color: #a0a09b;
    text-decoration: underline;
}

ul.bullet li a:hover, .description-text a:hover {
  color: #888888 !important;
}

p {
  line-height: 20px;
}

.also-avail span.title {
  line-height: 16px !important;
  margin: 2px 0px -4px 0px !important;
}

#recently-viewed-products {
  margin-bottom: 50px;
}

.fancybox-next, .fancybox-prev, .fancybox-title {
  display: none;
}

.form-input, .form-label {
  float: left;
}

.form-label {
  padding-right: 10px;
  padding-top: 2px;
}

.form-line {
  clear: both;
}

.form-textbox {
  height: 25px !important;
  min-height: 25px !important;
}

.form-textbox::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 13px;
/*   font-family: 'Georgia', serif; */
  font-family: 'FFCelliniWebProItalic';
  font-style: italic;
  color: #000;
}


:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 10px;
  font-family: 'Avenir-Normal';
  text-transform: uppercase;
  color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 10px;
  font-family: 'Avenir-Normal';
  text-transform: uppercase;
  color: #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 10px;
  font-family: 'Avenir-Normal';
  text-transform: uppercase;
  color: #000;
}

input.contact_email[type="email"]::-webkit-input-placeholder {
  color: #a0a09b;
}

input.contact_email[type="email"]:-moz-placeholder {
/*   font-family: 'Georgia'; */
  font-family: 'FFCelliniWebProItalic';
  text-transform: none;
  color: #a0a09b;
}

input.contact_email[type="email"]::-moz-placeholder {
/*   font-family: 'Georgia'; */
  font-family: 'FFCelliniWebProItalic';
  text-transform: none;
  color: #a0a09b;
}

input.contact_email[type="email"]:-ms-input-placeholder {
/*   font-family: 'Georgia'; */
  font-family: 'FFCelliniWebProItalic';
  text-transform: none;
  color: #a0a09b;
}

input.form-textbox[type="text"]::-webkit-input-placeholder {
  padding-top: 2px;
   font-size: 11px;
  color: #a0a09b !important;
}

input.form-textbox[type="text"]:-moz-placeholder {
/*   font-family: 'Georgia' !important; */
  font-family: 'FFCelliniWebProItalic' !important;
    padding-top: 2px;
  font-size: 11px;
  text-transform: none;
  color: #a0a09b !important;
}

input.form-textbox[type="text"]::-moz-placeholder {
/*   font-family: 'Georgia' !important; */
  font-family: 'FFCelliniWebProItalic' !important;
    padding-top: 2px;
  font-size: 11px;
  text-transform: none;
  color: #a0a09b !important;
}

input.form-textbox[type="text"]:-ms-input-placeholder {
/*   font-family: 'Georgia' !important; */
  font-family: 'FFCelliniWebProItalic' !important;
    padding-top: 2px;
  font-size: 11px;
  text-transform: none;
  color: #a0a09b !important;
}

.form-submit-button {
  background-color: #000;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 13px;
  font-family: 'Avenir-Bold';
  font-weight: 200;
  margin-bottom: 0px;
}

.form-submit-button:hover {
  background-color: #000;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 13px;
  font-family: 'Avenir-Bold';
  opacity: 0.8;
  font-weight: 200;
  margin-bottom: 0px;
}

.form-line {
  padding: 0px;
  line-height: 0px;
}

.form-section.page-section, .jotform-form {
  margin-bottom: 10px;
}

.fancybox-skin {
  background-color: transparent;
  }

.fancybox-opened .fancybox-skin {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}



.description-subheader {
  font-weight: normal;
  font-family: 'Avenir-Bold', serif;
  text-transform: none !important;
  font-size: 12px !important;
}

.product_name {
  margin-bottom: 5px !important;
}

.footer ul li {
  padding-left: 0px !important;
}

.footer ul#menu li {
  line-height: 14px !important;
}

.footer p {
  line-height: 15px !important;
}

#toplink {
display: block;
position: fixed;
right: 100px;
bottom: 40px;
font-size: 30px;
  opacity: 1
}

#toplink:hover {
  opacity: 0.3;
}

#fancybox-thumbs ul li a {
  border: 0px;
}

h4.toggle {
  line-height: 20px;
  margin-top: 10px;
}

ul.blog_list.toggle_list li a {
  letter-spacing: 0.25px !important;
}

p a {
  color: #a0a09b;
  text-decoration: underline;
}

p {
/*   letter-spacing: 0.25px !important; */
}

.shopify-preview-bar {
  display: none;
}

h1.designer-style {
  text-align: left;
  font-family: 'Avenir-Bold';
  font-size: 18px;
  border: 0px;
  letter-spacing: 0.25px;
  margin-bottom: 0px;
}

.our-designers-lines img {
  border-top: 1px solid #cfcfcd;
  padding-top: 20px;
}

#hygge-block a img {
  margin-bottom: 11px;
}

.form-textbox {
  border: 1px solid #dfdfdf;
}

input.form-textbox[type="text"] {
  width: 194px;
}

input.form-textbox[type="text"]:focus {
 background-color: #f0f0f0;
  border: 1px solid #dfdfdf;
/*   font-family: 'Georgia'; */
  font-family: 'FFCelliniWebProItalic';
  font-style: italic;
  font-size: 11px;
  color: #000;
  width: 194px;
}

.form-submit-button:hover {
  background-image: none;
  background: #a0a09b;
}

input#input_1.form-textbox, input#input_3.form-textbox {
  margin-bottom: 8px;
}

h3 a:hover {
    color: #a0a09b;
}

.paginate {
  font-family: 'Avenir-Normal';
  font-size: 10px;
}

span.next {
  font-family: 'Avenir-Bold';
}

.checkout_table_header h4 {
/*   font-family: 'Georgia'; */
  font-family: 'FFCelliniWebProItalic';
  font-style: italic;
  color: #000;
  font-size: 12px;
  text-transform: none;
  padding-bottom: 0px;
}

.remove {
color: #C39648;
}

.price_total {
  font-family: 'Avenir-Normal';
  font-size: 12px;
}

.cart-vendor {
  margin-bottom: -5px;
  font-family: 'Avenir-Normal';
  font-size: 10px;
  text-transform: uppercase;
}

.cart-title {
  font-family: 'Avenir-Bold';
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.cart-title a {
  text-decoration: none;
  color: #000;
}

.cart-sub {
  font-family: 'Avenir-Normal';
  font-size: 12px;
  text-transform: uppercase;
}

.product_row img {
  max-width: 143px;
}

h4.subtotal, .subtotal_amount {
  font-family: 'Avenir-Bold';
  font-size: 12px;
  text-transform: uppercase;
}

h4.subtotal {
  line-height: 20px;
  padding-bottom: 15px;
}

.excluding_tax {
/*   font-family: 'Georgia'; */
  font-family: 'FFCelliniWebProItalic';
  font-size: 12px;
  text-transform: none;
}

.action_button, input.action_button[type="submit"] {
  letter-spacing: 0.25px;
}

a.quote {
  font-style: normal;
}

a.quote:hover {
  color: #a0a09b !important;
  font-style: normal;
}

.cart-popout table tbody tr {
  border-bottom: 1px solid #ccc;
}

.cart-row {
  border-top: 1px solid #ccc;
  display: block;
  overflow: auto;
  padding-top: 10px;
}

.cart-left, .cart-right {
  display: inline;
  float: left;
  width: 110px;
}

.cart-right p {
  margin-bottom: 0px;
  text-align: left;
}

h2.cart-header {
  border-bottom: 0px;
}

p.item-quantity, p.item-bottomtitle {
  font-family: 'Avenir-Normal';
  font-size: 12px;
  text-transform: uppercase;
}

p.item-quantity, p.item-bottomtitle {
  color: #a0a09b;
}

p.item-vendor {
  font-family: 'Avenir-Normal';
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: -2px;
}

p.item-toptitle, p.item-price {
  font-family: 'Avenir-Bold';
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}

p.item-toptitle {
  margin-bottom: -5px;
}

p.item-bottomtitle, p.item-quantity {
  font-size: 10px;
}

p.item-quantity {
}

p.item-price {
  margin-bottom: -5px;
}

p.edit-remove {
}

p.item-toptitle {
  margin-top: -5px;
}

p.item-bottomtitle {
  margin-bottom: -5px;
  margin-top: 3px;
}

.cart-subtotal {
  font-family: 'Avenir-Bold';
  font-size: 12px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  line-height: 35px;
}

span.edit a {
  margin-right: 10px;
}

span.edit a, span.item-remove a {
  display: inline;
  float: left;
  font-family: 'Avenir-Bold';
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
  color: #b79757;
  margin-bottom: -10px;
  overflow: hidden;
}

span.edit a:hover, span.item-remove a:hover {
color: #a28f3d;
}

.cart-popout {
  display: none;
}

.promo_bar a {
  /* font-size: 13px !important;
  font-family: 'Avenir-Bold', serif !important;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 7px; */
  color: #fff !important;
  font-family: "Avenir-Black";
  font-size: 13px;
  line-height: 17px;
  letter-spacing: .25px;
  cursor: pointer;
}

.promo_bar{
  cursor: default;
}

#nav ul li a{
 padding: 18px 0 16px 0 !important;
}

#nav .dropdown ul li a{
 padding: 0 !important;
}

.cart-popout:hover{
 display:block !important;
 z-index:90000;
}

.vendor-product a {
  color: #000;
  text-decoration: none;
}

p.message em {
  line-height: 37px;
  padding-left: 10px;
}

.product_section a i {
  font-size: 15px;
  margin-right: 15px;
}

ul.blog_list a.clicked {
  color: #B79757;
}

#exp3 a {
  text-decoration: underline;
}

.pin-me img {
  width: 100%;
}

input#quantity.quantity, input.quantity
{
    font-family: 'Avenir-Normal';
  font-size: 12px;
}

.logo {
  margin-top: -5px;
}
#msgAppend.error--msg {
  color: red;
  padding-left: 65px;
  display: inline-block;
}
#msgAppend.sucess-msg {
  padding-left: 65px;
  display: inline-block;
  color: #000;
  line-height: 1.4;
}
.product_select .product_qty {
  width: 100px;
  position: relative;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d3d3d3;
  margin-left: 17px;
}

.product_select .product_qty button.minus {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 30px;
  background: transparent;
  width: 30px;
  border-right: 1px solid #d3d3d3;
  border-radius: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.product_select .product_qty button.minus:after{
  content: '';
  width: 13px;
  height: 1px;
  background: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
}
.product_select .product_qty button.plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: transparent;
  width: 30px;
  border-left: 1px solid #d3d3d3;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.product_select .product_qty button.plus:after{
  content: '';
  width: 13px;
  height: 1px;
  background: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
}
.product_select .product_qty button.plus:before{
  content: '';
  height: 13px;
  width: 1px;
  background: #333;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
}
.product_select .product_qty #quantity {
  border: 0;
  text-align: center;
  height: 30px !important;
  line-height: 31px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 30px !important;
  display: block;
  box-sizing: border-box;
  font-size: 13px !important;
  color:#000;
}
@media screen and (min-width:768px){
  .product .product_form input.action_button[type="submit"]{
    margin-top:20px;
    width: 172px !important;
  }
}
/* .calculatorDiv{
	padding-bottom: 30px;
} */
.calculatorDiv .calculator-message {
  margin: 0;
  margin-bottom: 10px;
  font-size: 12px;
  padding-bottom: 10px;
  font-family: 'Avenir-Normal';
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  letter-spacing: 0 !important;

}
.calculatorDiv #openCalc{
  width: 172px !important;
  vertical-align: middle;
  margin: 0 !important;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #777777;
  background: transparent;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
@media screen and (max-width:767px){
  .calculatorDiv #inline{
    width: 100% !important;
  }
}
@media screen and (max-width:767px){
  .swatch{display:none;}
  .product_select  .selector-wrapper{display:block !important;}
  .calculatorDiv .calculator-message{
    padding-bottom: 0;
  }
  .calculatorDiv #inline{
    font-size: 12px;
    margin-left: 10px !important;
  }
  .calculatorDiv{
   display: flex;
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;
        align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
}

body .additional-checkout-button--paypal-express img {
  opacity: 0;
}
body .additional-checkout-button--paypal-express {
  background-image: url(paypal.png);
  background-color: #ffc439 !important;
  background-position: center;
  background-size: contain;
  width: 161px;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 32px !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
body .instruction-wrp>p {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
  font-family: 'FFCelliniWebProItalic';
  font-style:normal;
}
.cart-right-wrp .italic{
  font-size:12px;
}
.order.details-wrp>h2{
  font-family: 'FFCelliniWebProItalic';
  font-style:normal;
}
h2.cartPageTitle{
  font-family: 'FFCelliniWebProItalic';
  text-transform: none;
  font-size: 34px;
  border: 0;
  position: relative;
}
h2.cartPageTitle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 150px;
  border: 1px solid #000;
  margin: auto;
}



@media screen and (max-width:767px){
  .cart-right-wrp .btn-wrp p:after {
    clear: both;
    display: block;
    content: "";
  }
  body  .additional-checkout-button--apple-pay {
    background-color: #000 !important;
    color: #fff !important;
    min-width: inherit !important;
    white-space: normal !important;
    width: 100% !important;
    float: left;
    min-width: 150px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
  }
  body .additional-checkout-button--paypal-express {

    background-color: transparent !important;
    background-color: #ffc439 !important;
    background-position: center;
    background-size: contain;
    width: 49%;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    line-height: 44px !important;
    float: right;
    min-width: 100px !important;
    background-repeat:no-repeat;

  }
  #checkOutFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    padding: 14px 14px 14px;
    border-top: 1px solid #dedddd;
  }
  body .cart-right-wrp .btn-wrp .action_button{
  	width:100% !important;
  }
  .col-mb-0{
  	margin-bottom:0;
  }
  #checkOutFixed.staticEle{
  	position:static;
    border:0;
    padding:0;
  }
}

@media only screen and (max-width: 767px){
  #instafeed .fs-mobile div.fs-entry-container, .product-insta-section .fs-mobile div.fs-entry-container,
  #instafeed .fs-desktop div.fs-entry-container, .product-insta-section .fs-desktop div.fs-entry-container {
      height: 0;
      width: calc(100% / 2) !important;
      padding-top: calc(100% / 2) !important;
  }
  #social-feed #instafeed .fs-mobile .fs-slider-prev-button, .product-insta-section .fs-mobile .fs-slider-prev-button,
  #social-feed #instafeed .fs-mobile .fs-slider-next-button, .product-insta-section .fs-mobile .fs-slider-next-button {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 33px;
  }
}


.additional-checkout-button+.additional-checkout-button {
    margin-left: 0 !important;
    /* width: 150px !important; */
    padding: 0 !important;
}

@media only screen and (min-width: 501px) and (max-width: 767px){
  .additional-checkout-button+.additional-checkout-button {
   margin-left: 10px !important;
  }
   body  .additional-checkout-button--apple-pay {
    width: auto !important;
  }
  body .iphone-button{
    margin-bottom: 0;
display: inline-block;
vertical-align: top;
margin-right: 10px;
  }
}
.paypal-button.paypal-button-color-gold
{
  background:#a0a09b !important;
}

body .additional-checkout-button{
  padding: 0!important;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
.product-image-wrap{
  width: 450px !important;
}
  .product .product_section .feature_image{
        width: 354px !important;
  }
}

.fs-desktop .fs-detail-left {
  vertical-align: middle;
}

#exp-toggle1,
#exp-toggle3,
#exp-toggle4{
  background-position: 98% 27px 
}

.bullet{
  margin-left:4px;
}
.bullet li{
  list-style-position: outside!important;
  text-indent:0!important;
}


#exp-toggle3.open-chevron,
#exp-toggle2.open-chevron,
#exp-toggle1.open-chevron 
#exp-toggle1, #exp-toggle2, #exp-toggle3{
  background-image:none!important;

}
#exp-toggle3 > p,
#exp-toggle2 > p,
#exp-toggle1 > p{
    background-position: 98% 50%;
    background-size: 15px 6px;
    background-repeat: no-repeat;
    background-image: url(https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_down_021215__2x.png?6262015903817031045);
}

#exp-toggle1.open-chevron >p,
#exp-toggle2.open-chevron >p,
#exp-toggle3.open-chevron >p{
  background-image: url(https://cdn.shopify.com/s/files/1/0094/5012/files/hw_mini_arrow_up_021215__2x.png?6262015903817031045) !important;
}
.current_prices{
  font-family: 'Avenir-Normal';
  font-size: 14px;
}

.Binder__div .stickyImages .clearfix{
  display:none;
}
.Binder__div .description .mobile_only.clearfix{
  display:none;
}
#quantityDesktop .header{
  font-family: Avenir-Bold;
    font-size: 10px;
}
.promo-content {
  font-family: "Avenir-Black";
  font-size: 13px;
  line-height: 17px;
  letter-spacing: .25px;
  text-align: center !important;
  max-width: 100%;
  width:92%;
  padding: 12.5px 0 !important;
}
@media screen and (max-width:767px){
  .promo-content {
    max-width: 92%;
    padding: 9.5px 0 !important;
  }
}

.promo-content p {
  margin: 0 !important;
  line-height:17px;
}

.hidden{
  display: none;
}
.cart-popout quadpay-widget svg{
    height:10px!important;
    width:60px!important;
}
.Checkout__qp{
  max-width:200px;
  margin:0 auto!important;
  margin-bottom: 16px!important;
}

/* make the nav sticky */
.top_bar {
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
}

/* Web Accessibility */
.link-accessibility {
  font-family: 'Avenir-Normal';
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .link-accessibility-wrapper {
  	text-align: center;
  }
}

html body .acsb-trigger.acsb-ready {
  display: none !important;
}



/* Fancybox Properties */
/* .fancybox-wrap {
  width: 60% !important;
  left: 20% !important;
  height: 70% !important;
  overflow-x: scroll;
  position: fixed !important;
} */
/* .fancybox-skin {
  height: 100% !important;
}
.fancybox-inner {
  margin: 0 auto !important;
}
#popup-content {
    overflow:hidden;
    padding-bottom: 60%;
    position:relative;
    height:0;
}
#popup-content iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media screen and (max-width: 1000px) and (min-width: 621px) {
/*   .fancybox-wrap {
    width: 80% !important;
  	left: 10% !important;
  } */
  #popup-content {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 620px) and (min-width: 481px) {
/*   .fancybox-wrap {
    width: 90% !important;
  	left: 5% !important;
  } */
  #popup-content {
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 480px) {
  #popup-content {
    height: 50px;
  }
/*   .fancybox-wrap {
    width: 90% !important;
  	left: 5% !important;
    height: 40% !important;
  } */
  #popup-content {
    padding-bottom: 90%;
  }
} */

/* Rendering for the Lightbox image */
/* @media screen and (max-width: 900px) and (min-width: 700px) {
    .fancybox-image {
        width: 90% !important;
    }
}
@media screen and (max-width: 699px) and (min-width: 550px) {
    .fancybox-image {
        width: 80% !important;
    }
} */