/*

:::: Styles for Carrington Court Direct 
:::: Author: Maleika Esther Attawel
:::: Last updated: 2016/02/17

*/
@font-face {
  font-family: 'Celtic-MN';
  src: url("../fonts/celtic_mn_bold-webfont.eot");
  src: url("../fonts/celtic_mn_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/celtic_mn_bold-webfont.woff2") format("woff2"), url("../fonts/celtic_mn_bold-webfont.woff") format("woff"), url("../fonts/celtic_mn_bold-webfont.ttf") format("truetype"), url("../fonts/celtic_mn_bold-webfont.svg#celtic_mnbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** = TYPOGRAPHIC STYLES = */
h1, h2, h3, h4, h5, h6, .heading {
  color: #555;
  font-family: "Source Sans Pro", sans-serif;
  text-rendering: optimizeLegibility;
}

h1 {
  font-family: Georgia, serif;
}

h1 {
  font-size: 1.625em;
  line-height: 1.07692em;
  margin-bottom: 0.25em;
}

h2 {
  font-size: 1.3125em;
  line-height: 1.33333em;
  /* margin-bottom: 0.95238em; */
  margin-bottom: .2em;
}

h3 {
  font-size: 1.1875em;
  line-height: 1.47368em;
  margin-bottom: 1.05263em;
}

h4 {
  font-size: 1.0625em;
  line-height: 2.35294em;
  margin-bottom: 1.17647em;
}

h5 {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

h6 {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

p, table, form {
  font-size: 0.875em;
  line-height: 1.42857em;
  margin-bottom: 1.42857em;
}

.heading {
  font-family: "Times New Roman", serif;
  font-weight: 700;
}

.site-title, .site-slogan {
  font-family: Georgia, serif;
  font-size: 3em;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

.site-title {
  letter-spacing: -3px;
  font-family: "Celtic-MN";
  padding-top: .125em;
}

.site-slogan {
  font-family: Georgia, serif;
  font-size: 1.2em;
  margin-bottom: .25em;
  color: #666;
}

h1.product-title {
  font-size: 1.5em;
  line-height: 1.66667em;
  margin-bottom: 0em;
  line-height: 1;
}

h2.product-title {
  font-size: 1.3125em;
  line-height: 1.90476em;
  margin-bottom: 0.95238em;
  margin-bottom: 0;
}
h2.product-title span {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}

.product-options-title {
  background: #fdfdfe url(../images/plusSign.png) no-repeat 96% center;
  font-size: 1em;
  font-weight: bold;
  padding: .5em;
  display: block;
}
.product-options-title span {
  text-align: right;
  display: inline-block;
  font-size: .8em;
}
.product-options-title span a:link, .product-options-title span a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.product-options-title span a:hover, .product-options-title span a:focus {
  color: #713434;
}

.product-options-title:hover {
  cursor: hand;
}

h2.product-sub-title {
  font-size: 1.125em;
  line-height: 2.22222em;
  margin-bottom: 1.11111em;
}

.cart-heading {
  background: #e5e8ed;
  border: 1px solid #c0c8d5;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 110%;
  padding: .25em .5em;
}

.content .cart-item-name h2{
	font-weight: bold;
	color:#555;
	font-size: 1.1em;
}

.quote {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.3em;
  position: relative;
  margin-bottom: .9375em;
  padding: 1em;
  border: 1px dotted rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.quote span {
  background: white;
  position: relative;
  width: 98%;
  top: -0.9375em;
}
.quote cite {
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: .65em;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  margin-top: 1em;
}

/* QUOTES AND CITATION */
.quote.simple {
  border: none;
  font-style: italic;
}

.quote {
  color: #777;
  padding-top: 1em;
  padding-bottom: .5em;
  line-height: 1.375;
}

.quote:before,
.quote:after {
  height: 1em;
  width: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 2em;
  color: #777;
}

.quote:before {
  content: '“';
  top: 0;
  left: .1375em;
  margin-top: 0;
}

.quote:after {
  content: '”';
  bottom: 0;
  right: -0.5375em;
}

/* CODE DISPLAY */
code {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d0d5df;
  word-break: none;
  background: #eef0f4;
  white-space: pre;
  font-family: monospace;
  position: relative;
  overflow: auto;
  display: block;
  margin-bottom: .9375em;
  font-weight: bold;
  padding-top: .5em;
  overflow-x: scroll !important;
}

pre {
  margin-bottom: .9375em;
  font-weight: bold;
  padding-left: .5em;
}

.price-bold {
  font-size: 1.2em;
  font-weight: bold;
  color: #bf4231;
  margin-top: .25em;
}

/**

===================================
RESET USER AGENT DEFAULTS
===================================

*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #555;
  line-height: 1;
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

html, body {
  font: normal 100%/1.5 "Source Sans Pro", sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
ol, ul, li, dl, dt, dd,
table, thead, tfoot, tr, td, th,
div, span, blockquote, cite, del,
p, pre, sub, sup, small, iframe, object,
em, img, abbr, b, i,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-appearance: none;
  list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #0076a3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover, a:focus {
  color: #b26f26;
  text-decoration: underline;
}

/** = SPECIFIC CLASSES = */
.dashed-separator {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pbb {
  padding: 1em;
  border: 1px solid #e5e5e5;
  background: white;
}

.bb {
  border-bottom: 1px solid #d8d8d8;
}

.bt {
  border-top: 1px solid #d8d8d8;
}

.bl {
  border-left: 1px solid #d8d8d8;
}

.br {
  border-right: 1px solid #d8d8d8;
}

.bbbt {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.blbb {
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.border {
  border: 1px solid #d8d8d8;
}

.pt {
  padding-top: .9375em;
}

.pb {
  padding-bottom: .9375em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mr {
  margin-right: .9375em;
}

.ml {
  margin-left: .9375em;
}

.mb {
  margin-bottom: 1.5em;
}

.mt {
  margin-top: 1.5em;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ntm {
  margin-top: -1em;
}

.nbm {
  margin-bottom: -1em;
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.pl {
  padding-left: .9375em;
}

.hidden {
  display: none;
}

.p-note {
  text-align: center;
  font-size: 100%;
}

.cb {
  clear: both;
}

b.special {
  font-weight: bold;
  display: block;
  text-align: center;
  color: #bf4231;
  font-size: 3em;
  margin-top: .5em;
}

.highlight-product {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  padding: 1em;
  position: relative;
}

.highlight-alt {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  margin-bottom: 1.5em;
  padding: .9375em;
  padding-bottom: 0;
  font-size: 100%;
}
.highlight-alt p {
  text-align: center;
}
.highlight-alt span {
  display: block;
}
.highlight-alt b {
  font-weight: bold;
}
.highlight-alt .button {
  position: relative;
  top: -10px;
}

.fabric-detail-page .show-more {
  display: block;
  text-align: right;
}

.conditional {
  display: none;
}

.orbit {
  border-top: 1px solid #d8d8d8;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  .orbit {
    border-bottom: 1px solid #d8d8d8;
  }
}
.orbit a {
  font-size: 1.4em;
  text-align: center;
  line-height: 1.2;
  margin: 1em auto;
  padding: 2em 1em;
  width: 220px;
  height: 220px;
  background: #bf4231;
  color: #f8f4f1;
  text-decoration: none;
  display: block;
  border-radius: 50%;
}
@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  .orbit a {
    margin: 0 auto;
  }
}
.orbit a:hover, .orbit a:focus {
  background: #963427;
}
.orbit b {
  display: block;
  font-size: .8em;
}
.orbit strong {
  font-weight: 600;
  font-size: 2.4em;
}

@media screen and (min-width: 780px) {
  .conditional {
    display: block;
  }
}
/* Product Detail Page */
.facebook {
  display: table;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  .facebook {
    margin-left: 0;
  }
  .facebook h3 {
    text-align: left;
  }
}

.fabrics-count {
  padding: .5em 0;
}

.results-count {
  float: left;
}

.fabric-tab {
  float: right;
}

.fabric-items h4.link a {
  top: 100px;
  left: 1.5em;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  -ms-border-radius: 2;
  -o-border-radius: 2;
  border-radius: 2;
}

.service-features h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 85%;
}
.service-features h2 span {
  margin-top: -2px;
  margin-right: 2px;
  display: inline-block;
}

#product-details {
  display: none;
}

.product-detail-image {
  position: relative;
  top: 0;
  left: 0;
}
.product-detail-image .view-image {
  position: absolute;
  margin-bottom: 1em;
  top: -160px;
  /* left: 50px; */
  width: 100px;
  z-index: 10;
  font-size: .9em;
}
@media screen and (min-width: 780px) {
  .product-detail-image .view-image {
    left: -10px;
  }
}
.product-detail-image .view-image a:link, .product-detail-image .view-image a:visited {
  background: #713434;
  color: white;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  padding: .125em .275em;
  display: block;
  position: absolute;
  top: 170px;
  right: -5px;
  width: 100%;
  z-index: 1;
}
.product-detail-image .view-image a:link:hover, .product-detail-image .view-image a:link:focus, .product-detail-image .view-image a:visited:hover, .product-detail-image .view-image a:visited:focus {
  background: #3c475a;
}

.zoom {
  font-size: 70%;
}

/* TOGGLE */
#toggle-details {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  margin-top: -1em;
  border-bottom: 1px dashed #888;
}

.social-options {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 1em 0 0 1em;
}

.social-sharing {
  margin: 0;
  margin-bottom: 1em;
}
.social-sharing img {
  margin: 0;
}

.custom-fabrics {
  margin: 1em 0;
  padding: 0;
}
.custom-fabrics h3 {
  line-height: 1;
}

.plus-icon {
  display: inline-block;
  vertical-align: middle;
}

.more-info {
  display: none;
}

/* FABRICS PAGE */
.fabric-items {
  position: relative;
  top: -1.25em;
}

/*.results-count {
  margin-top: .75em;
  text-align: right;
} */

.results-count {
  margin-top: -.5em;
  text-align: right;
@media screen and (min-width: 780px) {
  .pagination {
    margin-top: .25em
    }
  }
}

.fabric-samples {
  background: none;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: .5em;
}
.fabric-samples img {
  margin: 1em auto;
}
.fabric-samples p {
  margin: 1em auto;
  text-align: center;
}
.fabric-info{
  font-size: .875em;
  margin-top: 10px;
}
.fabric-info ul{
  padding-left: 1.5em;
  margin-top: 1em;
}
.fabric-info ul li{
  list-style-type: disc;
}

/* jQUERY STYLES */
#wrap-image {
  position: relative;
}
#wrap-image img {
  border: 1px solid #d8d8d8;
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  #wrap-image img {
    width: 100%;
    margin-bottom: 0;
  }
}

#wrap-image + p {
  margin-top: .25em;
}

.zoom-icon {
  position: absolute;
  z-index: 1 !important;
  bottom: 4px;
  right: 4px;
}

.zoom-icon img {
  border: none !important;
}

/* CART & ORDER PAGES */
.swatch-list {
  background: #f8f4f1;
  width: 50%;
  max-height: 200px;
  overflow: scroll;
  margin: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.swatch-list span, .swatch-list a {
  display: inline-block;
}
.swatch-list img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.swatch-list a {
  margin-left: 1em;
}
.swatch-list li {
  border-bottom: 1px dotted #b2b2b2;
  padding: 1em;
}
.swatch-list li:last-child {
  border: none;
}

/* HELP CENTER */
.help{
  clear: both;
}
.help-img{
  float:left;
  margin:10px;
  margin-top: 0;
}

/* FAQ */
.faq h3{
  font-weight: bold;
}
.faq h1.bb{border-color: gray;}

/* GOOGLE MAPS */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  /* cursor: zoom-out; */
  cursor: default;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Popup Modal Window Styling - Informational Windows */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  padding-top: 40px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.white-popup h4{
  margin-bottom:0;
  font-weight: bold;
  padding-bottom: 0;
}

/* Featherlight - ultra slim jQuery lightbox **/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media all {
  .lightbox {
    display: none;
  }

  .fl-page h1,
  .fl-page h3,
  .fl-page h4 {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
  }

  .fl-page h1 {
    font-size: 110px;
    margin-bottom: 0.5em;
  }

  .fl-page h1 i {
    font-style: normal;
    color: #ddd;
  }

  .fl-page h1 span {
    font-size: 30px;
    color: #333;
  }

  .fl-page h3 {
    text-align: right;
  }

  .fl-page h3 {
    font-size: 15px;
  }

  .fl-page h4 {
    font-size: 2em;
  }

  .fl-page .jumbotron {
    margin-top: 2em;
  }

  .fl-page .doc {
    margin: 2em 0;
  }

  .fl-page .btn-download {
    float: right;
  }

  .fl-page .btn-default {
    vertical-align: bottom;
  }

  .fl-page .btn-lg span {
    font-size: 0.7em;
  }

  .fl-page .footer {
    margin-top: 3em;
    color: #aaa;
    font-size: 0.9em;
  }

  .fl-page .footer a {
    color: #999;
    text-decoration: none;
    margin-right: 0.75em;
  }

  .fl-page .github {
    margin: 2em 0;
  }

  .fl-page .github a {
    vertical-align: top;
  }

  .fl-page .marketing a {
    color: #999;
  }

  /* override default feather style... */
  .fixwidth {
    background: rgba(255, 255, 255, 0.8);
  }

  .fixwidth .featherlight-content {
    width: 500px;
    padding: 25px;
    color: #fff;
    background: #111;
  }

  .fixwidth .featherlight-close {
    color: #fff;
    background: #333;
  }
}
@media (max-width: 768px) {

  .fl-page h1 span {
    display: block;
  }

  .fl-page .btn-download {
    float: none;
    margin-bottom: 1em;
  }
}
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

.slideout-menu {
  background: url(/assets/images/blueBackgroundLarge.png) #475369;
  -webkit-box-shadow: inset -2px 0px 1px 1px #394355;
  -moz-box-shadow: inset -2px 0px 1px 1px #394355;
  box-shadow: inset -2px 0px 1px 1px #394355;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-menu .level-2 {
  padding: .5em 0;
}
.slideout-menu .more-icon {
  background: url(/images/moreIcon.png) no-repeat 0 51%;
  padding-left: 1.375em;
}
.slideout-menu .more-icon:hover, .slideout-menu .more-icon:focus {
  background: url(/images/moreIconActive.png) no-repeat 0 51%;
}
.slideout-menu .icon-show-more {
  display: block;
  float: right;
  margin-top: -2px;
}
.slideout-menu ul, .slideout-menu h2, .slideout-menu h3, .slideout-menu h4 {
  margin-left: 10px;
}
.slideout-menu h3 {
  font-size: 16px;
}
.slideout-menu h4 {
  font-size: 14px;
}
.slideout-menu ul {
  margin-bottom: 1em;
}
.slideout-menu ul ul {
  margin-bottom: .5em;
}
.slideout-menu li li a {
  border: none;
  font-weight: normal;
  font-size: 11px;
}
.slideout-menu h2, .slideout-menu h3, .slideout-menu h4, .slideout-menu .menu-contact {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  color: #e3c394;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.slideout-menu .home-icon, .slideout-menu .home-icon:hover {
  display: block;
  background: transparent url(/assets/images/iconHome.png) no-repeat left center;
  padding-left: 24px;
  margin-left: 5px;
  margin-bottom: .75em;
  border: none;
}
.slideout-menu .home-icon:hover {
  text-decoration: underline;
}
.slideout-menu .menu-contact {
  margin-left: .5em;
}
.slideout-menu a {
  font-weight: bold;
  color: #f8f4f1;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  font-size: 13px;
  display: block;
  padding: .25em .75em;
  margin: .25em 0;
}
.slideout-menu a:hover, .slideout-menu a:focus {
  background: #3c475a;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.toggle-button {
  display: block;
  margin: 5px 2px 0 2px;
  width: 24px;
  height: 24px;
  float: left;
  position: relative;
}
.toggle-button span {
  position: absolute;
  left: 30px;
  top: 0;
}

@media screen and (min-width: 780px) {
  .toggle-button {
    display: none;
  }
}
/* =FABRICS COLOR PICKER */
.color-picker {
  background: url(/images/fabricsPattern.png);
  opacity: 0.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.color-picker a:link, .color-picker a:visited {
  text-shadow: 2px 2px 2px #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  display: block;
}
.color-picker:hover, .color-picker:focus {
  opacity: 1;
}

/* =Categories */
.introduction {
  display: none;
  background: #f2f2f2;
  margin-top: 0;
  padding: .5em;
  border-top: #bfbfbf 1px solid;
  border-bottom: #bfbfbf 1px solid;
  font-size: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  .introduction {
    display: block;
  }
}
.introduction h2 {
  font-size: 1.1em;
  padding-bottom: 0;
  padding-top: .5em;
  line-height: 1;
}

.introduction h1{
  font-size: 1.1em;
  padding-bottom: 0;
  padding-top: .5em;
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: .25em;
}

.introduction p{
  font-size: 90%;
}

.category-featured-image {
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1em;

}

.category-header-text {margin:0;font-size:90%;}
.category-header-text p {margin-bottom:0;}

.categories-nav {
  display: none;
}
@media screen and (min-width: 780px) {
  .categories-nav {
    display: block;
    margin-bottom: 1em;
    margin-top: -1em;
  }
  .categories-nav li {
    border-bottom: 1px solid #e5e5e5;
    font-size: .9em;
    padding: 1px 0;
  }
  .categories-nav li a {
    text-decoration: none;
    padding-left: .25em;
    color: #777;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  /*
  .categories-nav li a:hover, .categories-nav li a:focus {
    color: #f8f4f1;
    background: #713434;
  } */

  .categories-nav li a:not(.nohover):hover, .categories-nav li a:not(.nohover):focus {  
    color: #f8f4f1;
    background: #713434;
}
  .categories-nav h3 {
    margin: 0;
    padding: .5em 0 0 0;
    color: #555;
    border-bottom: 1px solid #666;
  }
  .categories-nav h3 a:link, .categories-nav h3 a:visited {
    color: #777;
  }
}

.cart-column {
  /* background: #f2f2f2; */
  background: #fafafa;
  /* border: 1px solid #eef0f4; */
  border: 1px solid #a4a5a7;
  margin-bottom: 1em;
  padding: .5em;
}

.ready-to-buy{
	/* background-color: #515f78; */
	background-color: #713434;
	margin: 0 0 10px 0;
	width: auto;
}
.ready-to-buy h2{
	color: #fff; 
	padding: 5px 5px 5px 50px;
	margin: 0;background: url(/assets/images/cart.png) 5px center no-repeat;background-size: contain;
}
.product-info-modals{
	margin:1em 0 0 0;
	padding:.5em;
	border:1px solid #e5e5e5;
}
.cart-column-content{
	margin: 0 0 .75em 0;
	font-size: 90%;
}
.product-SKU{
	font-size: 90%;
	margin-bottom: .5em;
}

.select-item-order {
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  font-weight: bold;
}
.select-item-order a {
  font-weight: normal;
  text-transform: none;
  font-size: .9em;
}
#stepCt{
  background: #713434;
  color: #f8f4f1;
  display: inline-block;
  margin-right: 5px;
  /* padding: 3px 5px; */
  padding: 3px 9px;
}

#fabSelected,#finSelected,#conSelected,#nailSelected,#sizeSelected {
	background: none;
	display: none;
	margin: 0 5px 0 0;
	padding: 3px 0;
	font-size: 1.5em;
	vertical-align: middle;
}

.parent-category .blocks-12 {
  padding: 0 !important;
}
.parent-category .column.blocks-4 {
  margin-top: 10px;
  width: 32.3333%;
  height: 500px;
  overflow: hidden;
}
.parent-category .mr {
  margin-right: 10px !important;
}
.parent-category .ml {
  margin-left: 10px !important;
}
.parent-category h2 {
  font-family: "Celtic MN", Georgia, serif;
  text-align: center;
  font-size: 120%;
  margin-top: .5em;
}
.parent-category h2 a:link, .parent-category h2 a:visited {
  font-size: 120%;
  text-decoration: none;
  color: #555;
}
.parent-category h2 a:hover, .parent-category h2 a:focus {
  color: #713434;
}
.parent-category .column {
  margin: 0;
  padding: 0.5em;
}

/* JAVASCRIPT DROPDOWN */
.ddcommon {
  position: relative;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default;
}

.ddcommon ul {
  padding: 0;
  margin: 0;
}

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
  -khtml-opacity: .5;
  /* safari 1.x */
  -moz-opacity: .5;
  /* ff lt 1.5, netscape */
  color: #999999;
}

.ddcommon .clear {
  clear: both;
}

.ddcommon .shadow {
  -moz-box-shadow: 5px 5px 5px -5px #888888;
  -webkit-box-shadow: 5px 5px 5px -5px #888888;
  box-shadow: 5px 5px 5px -5px #888888;
}

.ddcommon input.text {
  color: #7e7e7e;
  padding: 0 0 0 0;
  position: absolute;
  background: #000;
  display: block;
  width: 98%;
  height: 98%;
  left: 2px;
  top: 0;
  border: none;
}

.ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.ddcommon .divider {
  width: 0;
  height: 100%;
  position: absolute;
}

.ddcommon .ddArrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px;
}

.ddcommon .ddTitle {
  padding: 0 0 5px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.ddcommon .ddTitle .ddTitleText {
  display: block;
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}

.ddcommon .ddTitle .description {
  display: block;
}

.ddcommon .ddTitle .ddTitleText img {
  position: relative;
  vertical-align: middle;
  float: left;
}

.ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  zoom: 1;
  z-index: 9999;
}

.ddcommon .ddChild li {
  clear: both;
}

.ddcommon .ddChild li .description {
  display: block;
}

.ddcommon .ddChild li img {
  border: 0 none;
  position: relative;
  vertical-align: middle;
  float: left;
}

.ddcommon .ddChild li.optgroup {
  padding: 0;
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic;
}

.ddcommon .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px;
}

.ddcommon .noBorderTop {
  border-top: none 0  !important;
  padding: 0;
  margin: 0;
}

/*************** default theme **********************/
.dd {
  border: 1px solid #c0c8d5;
  
}

.dd .divider {
  border-left: 1px solid #c0c8d5; 
  border-right: 1px solid #fff;
  right: 24px;
}

.dd .ddArrow {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  background: url(../images/iconArrowDarkGrayDown.png) no-repeat top center;
}

.dd .ddTitle {
  /* background: #fdfdfe; */
  color:#000;background: #e2e2e4 url(/assets/images/ddBackground.gif) repeat-x left top;
}

.dd .ddTitle .ddTitleText {
  padding: 5px 20px 5px 5px;
}

.dd .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}

.dd .ddTitle .ddTitleText img {
  padding-right: 5px;
}

.dd .ddChild {
  border: 1px solid #c3c3c3;
  background-color: #fff;
  left: -1px;
}

.dd .ddChild li {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #c3c3c3;
}

.dd .ddChild li .description {
  color: #666;
}

.dd .ddChild li .ddlabel {
  display: inline-block;
  margin-top: 5px;
}

.ddlabel {
  display: inline-block;
  margin-top: 5px;
}

.dd .ddChild li:first-child {
  text-align: center;
}

.dd .ddChild li:nth-child(2n +1) {
  background: #fdfdfe;
}

.dd .ddChild li.hover {
  background-color: #eef0f4;
}

.dd .ddChild li img {
  padding: 0 6px 0 0;
}

.dd .ddChild li.optgroup {
  padding: 0;
}

.dd .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
  font-style: italic;
}

.dd .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 15px;
}

.dd .ddChild li.selected {
  background-color: #dfe3e9;
}

.fnone {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 30px !important;
}

img.fnone{
	height: 35px;
	width: 35px;
} 


.select-item {
  width: 100%;
}

.select-items {
  width: 242px !important;
  float: left !important;
  margin-top: -20px;
}
.select-items select {
  width: 237px;
  float: left;
}

#item-quantity {
	font-size: large;
}

div.item-quantity {
  float: left;
  margin-left: 5px;
  width: 75px;
}

div.item-price {
  margin-top: -3px;
  margin-left: 30px;
  float: left;
  width: 150px;
}
div.item-price div {
  display: inline-block;
  margin: 0 5px;
}

div.item-submit {
  float: left;
  text-align: right;
  width: 185px;
}

#panel {
  background: #fff;
}

@font-face {
  font-family: 'Celtic-MN';
  src: url("../fonts/celtic_mn_bold-webfont.eot");
  src: url("../fonts/celtic_mn_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/celtic_mn_bold-webfont.woff2") format("woff2"), url("../fonts/celtic_mn_bold-webfont.woff") format("woff"), url("../fonts/celtic_mn_bold-webfont.ttf") format("truetype"), url("../fonts/celtic_mn_bold-webfont.svg#celtic_mnbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** = TYPOGRAPHIC STYLES = */
h1, h2, h3, h4, h5, h6, .heading {
  color: #555;
  font-family: "Source Sans Pro", sans-serif;
  text-rendering: optimizeLegibility;
}

h1 {
  font-family: Georgia, serif;
}

h1 {
  font-size: 1.625em;
  line-height: 1.07692em;
  margin-bottom: 0.25em;
}

h2 {
  font-size: 1.3125em;
  line-height: 1.33333em;
  /* margin-bottom: 0.95238em; */
  margin-bottom: .25em;
}

h3 {
  font-size: 1.1875em;
  line-height: 1.47368em;
  /* margin-bottom: 1.05263em; */
  margin-bottom: .25em;
}

h4 {
  font-size: 1.0625em;
  line-height: 2.35294em;
  /* margin-bottom: 1.17647em; */
  margin-bottom: .3em;
}

h5 {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

h6 {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

table, form {
  font-size: 0.875em;
  line-height: 1.42857em;
  margin-bottom: 1.42857em;
}

p {
  /* font-size: 0.875em; */
  line-height: 1.42857em;
  margin-bottom: 1.42857em;
}

.heading {
  font-family: "Times New Roman", serif;
  font-weight: 700;
}

.site-title, .site-slogan {
  font-family: Georgia, serif;
  font-size: 3em;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

.site-title {
  /* font-size: 1.625em;
  line-height: 1.07692em; 
  margin-bottom: 0.25em; */
  letter-spacing: -3px;
  font-family: "Celtic-MN";
  padding-top: .125em;
}

.site-slogan {
  font-family: Georgia, serif;
  font-size: 1.2em;
  margin-bottom: .25em;
  color: #666;
}

h1.product-title {
  font-size: 1.5em;
  line-height: 1.66667em;
  margin-bottom: 0em;
  line-height: 1;
}

h2.product-title {
  font-size: 1.3125em;
  line-height: 1.90476em;
  margin-bottom: 0.95238em;
  margin-bottom: 0;
}
h2.product-title span {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}

.product-options-title {
  background: #fdfdfe url(../images/plusSign.png) no-repeat 96% center;
  font-size: 1em;
  font-weight: bold;
  padding: .5em;
  display: block;
}
.product-options-title span {
  text-align: right;
  display: inline-block;
  font-size: .8em;
}
.product-options-title span a:link, .product-options-title span a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.product-options-title span a:hover, .product-options-title span a:focus {
  color: #713434;
}

.product-options-title:hover {
  cursor: hand;
}

h2.product-sub-title {
  font-size: 1.125em;
  line-height: 2.22222em;
  margin-bottom: 1.11111em;
}

.cart-heading {
  background: #e5e8ed;
  border: 1px solid #c0c8d5;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 110%;
  padding: .25em .5em;
}

.quote {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.3em;
  position: relative;
  margin-bottom: .9375em;
  padding: 1em;
  border: 1px dotted rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.quote span {
  background: white;
  position: relative;
  width: 98%;
  top: -0.9375em;
}
.quote cite {
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: .65em;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  margin-top: 1em;
}

/* QUOTES AND CITATION */
.quote.simple {
  border: none;
  font-style: italic;
}

.quote {
  color: #777;
  padding-top: 1em;
  padding-bottom: .5em;
  line-height: 1.375;
  font-size: 1.1em;
}

.quote:before,
.quote:after {
  height: 1em;
  width: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 2em;
  color: #777;
}

.quote:before {
  content: '“';
  top: 0;
  left: .1375em;
  margin-top: 0;
}

.quote:after {
  content: '”';
  bottom: 0;
  right: -0.5375em;
}

/* CODE DISPLAY */
code {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d0d5df;
  word-break: none;
  background: #eef0f4;
  white-space: pre;
  font-family: monospace;
  position: relative;
  overflow: auto;
  display: block;
  margin-bottom: .9375em;
  font-weight: bold;
  padding-top: .5em;
  overflow-x: scroll !important;
}

pre {
  margin-bottom: .9375em;
  font-weight: bold;
  padding-left: .5em;
}

.price-bold {
  font-size: 1.2em;
  font-weight: bold;
  color: #bf4231;
  margin-top: .25em;
}

/** = GENERAL WRAPPERS = */
body {
  border-top: 5px solid #713434;
}

.wrap {
  width: 100%;
  padding: .5375em 0.5em 0;
}
@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  .wrap {
    padding: 1em 0;
  }
}
.wrap:before, .wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: "";
  display: table;
}
.row .row.collapse > .column,
.row .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.wrap.nav-primary-wrap {
  padding: 0;
}

.homepage-wrap {
  clear: both;
}

.product-detail-page-wrap, .product-detail-page-wrap + .wrap {
  border-bottom: 1px solid #d8d8d8;
}

.recently-viewed-wrap {
  padding-bottom: 0;
  display: none;
}
@media screen and (min-width: 780px) {
  .recently-viewed-wrap {
    display: block;
  }
}

.pagination-wrap {
  border-top: 1px solid #e9dcd2;
  border-bottom: 1px solid #ece1d9;
  padding: 0;
}

/** = SPECIFIC CONTENT CONTAINERS = */
.color-picker-container {
  background: #fff;
  padding: .5em 1em;
  border: 1px #f2f2f2 solid;
  margin-bottom: 1.5em;
}

/** = GRIDS = */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.columns.image-featured {
  padding-top: 0;
}

.header-wrap .column, .header-wrap .columns,
.nav-primary-wrap .column, .nav-primary-wrap .columns {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .header-wrap .column, .header-wrap .columns,
  .nav-primary-wrap .column, .nav-primary-wrap .columns {
    padding-top: 0 !important;
  }
}
.column.small-centered,
.columns.small-centered {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.shopping-cart .blocks-1 {
  position: relative;
  width: 8.33333%;
}
.shopping-cart .blocks-2 {
  position: relative;
  width: 16.66667%;
}
.shopping-cart .blocks-3 {
  position: relative;
  width: 25%;
}
.shopping-cart .blocks-4 {
  position: relative;
  width: 33.33333%;
}
.shopping-cart .blocks-5 {
  position: relative;
  width: 41.66667%;
}
.shopping-cart .blocks-6 {
  position: relative;
  width: 50%;
}
.shopping-cart .blocks-7 {
  position: relative;
  width: 58.33333%;
}
.shopping-cart .blocks-8 {
  position: relative;
  width: 66.66667%;
}
.shopping-cart .blocks-9 {
  position: relative;
  width: 75%;
}
.shopping-cart .blocks-10 {
  position: relative;
  width: 83.33333%;
}
.shopping-cart .blocks-11 {
  position: relative;
  width: 91.66667%;
}
.shopping-cart .blocks-12 {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  .blocks-1 {
    position: relative;
    width: 8.33333%;
  }

  .blocks-2 {
    position: relative;
    width: 16.66667%;
  }

  .blocks-3 {
    position: relative;
    width: 25%;
  }

  .blocks-4 {
    position: relative;
    width: 33.33333%;
  }

  .blocks-5 {
    position: relative;
    width: 41.66667%;
  }

  .blocks-6 {
    position: relative;
    width: 50%;
  }

  .blocks-7 {
    position: relative;
    width: 58.33333%;
  }

  .blocks-8 {
    position: relative;
    width: 66.66667%;
  }

  .blocks-9 {
    position: relative;
    width: 75%;
  }

  .blocks-10 {
    position: relative;
    width: 83.33333%;
  }

  .blocks-11 {
    position: relative;
    width: 91.66667%;
  }

  .blocks-12 {
    position: relative;
    width: 100%;
  }
}
.checkout .blocks-1 {
  position: relative;
  width: 8.33333%;
}
.checkout .blocks-2 {
  position: relative;
  width: 16.66667%;
}
.checkout .blocks-3 {
  position: relative;
  width: 25%;
}
.checkout .blocks-4 {
  position: relative;
  width: 33.33333%;
}
.checkout .blocks-5 {
  position: relative;
  width: 41.66667%;
}
.checkout .blocks-6 {
  position: relative;
  width: 50%;
}
.checkout .blocks-7 {
  position: relative;
  width: 58.33333%;
}
.checkout .blocks-8 {
  position: relative;
  width: 66.66667%;
}
.checkout .blocks-9 {
  position: relative;
  width: 75%;
}
.checkout .blocks-10 {
  position: relative;
  width: 83.33333%;
}
.checkout .blocks-11 {
  position: relative;
  width: 91.66667%;
}
.checkout .blocks-12 {
  position: relative;
  width: 100%;
}

/* Fixed columns */
.fixed-small {
  width: 165px;
}

#product-gallery .blocks-4 {
  position: relative;
  width: 33.33333%;
  max-height: 350px;
}

#category-images{
  margin-top: 1em;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 780px) {
  #product-gallery .blocks-4 {
    max-height: 100%;
  }
}

/** TOP NAVIGATION = */
.nav-top-wrap {
  /*background: #f1f1f1;*/
  width: 100%;
}
.nav-top-wrap:after {
  border-bottom: 1px solid #dfe3e9;
  display: block;
  width: 100%;
  content: "";
}
.nav-top-wrap .nav-top-main {
  padding-right: 0;
  margin-right: 0;
}

/* .nav-top-main ul li{
	font-weight: bold;
} */

a.nav-top-link {
  background: #475369 url(/images/icon_white_arrow_down.png) no-repeat 90% 50%;
  color: #f8f4f1;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: .5em 0;
  padding: .5em 4em .5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#nav-top {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  position: relative;
}

.load-nav-js #nav-top {
  overflow: hidden;
  max-height: 0;
}
.load-nav-js #nav-top ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5em;
}
.load-nav-js #nav-top li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#nav-top.active {
  max-height: 24em;
}

#nav-top ul {
  margin: 0;
}
#nav-top li {
  list-style: none;
  white-space: nowrap;
  line-height: 1.5;
  margin: .25em .125em;
}
#nav-top a {
  background: #fff;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  display: block;
  padding: .25em .75em;
  margin: .25em 0;
}
#nav-top a:hover, #nav-top a:focus {
  background: #3c475a;
  color: white;
}

.nav-img{
	display: inline;
	vertical-align: text-bottom;
}	
#nav-benefits {
  width: 100%;
  display: none;
  background-color: white;
  float:left;
  margin-bottom: 2px;
}
#nav-benefits ul{
  list-style: none;
  width: 100%;
  float:left;
  padding: 0;
  margin: 0;
  padding-bottom: 0;
  height:25px;
}

#nav-benefits ul li{
  float: left;
  width: 15%;
  margin-bottom: 2px;
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  text-align: center;
}

#nav-benefits ul li a{
  display: block;
  vertical-align:middle;
  height: 25px;
  line-height: 25px;
  text-align: left;
  float:left;
  width: 100%;
  text-decoration: none;
  color: #555;
  font-size: .8em;
  font-weight: 700;
}

#nav-msg {
	width: 40% !important;
	/* padding-right: 3px; */
	background-color: #555;
	color: white !important;
	text-align: center;
	font-size: larger;
}
#nav-msg a {color: white !important;text-align: center !important;}


/* TOP NAV BUTTONS FOR TABLETS */
.tabletBtn {
	background-color:#713434;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #6c2b2b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size: 11px;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #6c2b2b;
	margin-right: 1px;
}
.tabletBtn:hover {
	background-color:#6c2b2b;
}
.tabletBtn:active {
	position:relative;
	top:1px;
}

@media screen and (min-width: 300px) {
  a.nav-top-link {
    display: none;
  }

  .load-nav-js #nav-top {
    max-height: none;
  }
  .load-nav-js #nav-top li {
    border: none;
  }

  #nav-top {
    float: left;
  }
  #nav-top li {
    float: left;
  }
}
.nav-top-main {
  display: none;
}

@media screen and (min-width: 780px) {
  .nav-top-main {
    display: block;
  }
}
/** = PRIMARY NAVIGATION = */
.nav-primary-wrap {
  margin: auto;
  border-bottom: none;
  border-top: none;
  background: none;
}
.nav-primary-wrap:after, .nav-primary-wrap:before {
  width: 100%;
  content: "";
  display: block;
  border-bottom: none;
}
.nav-primary-wrap:before {
  border-top: none;
  border-bottom: none;
}

.nav-primary {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-primary > ul ul {
  clear: both;
}
.nav-primary li {
  list-style: none;
  white-space: nowrap;
  border-bottom: 1px solid white;
}
.nav-primary a, .nav-primary .has-nav-sub > a {
  color: white;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  min-height: 32px;
  display: block;
  padding: .5em .8em 0 .6em;
}
.nav-primary a:hover, .nav-primary a:focus, .nav-primary .has-nav-sub > a:hover, .nav-primary .has-nav-sub > a:focus {
  background: #3c475a;
}

.load-nav-js .nav-primary, .load-nav-js .nav-primary > ul ul {
  overflow: hidden;
  max-height: 0;
  background: rgba(0, 0, 0, 0.1);
}

.nav-primary.active, .load-nav-js .nav-primary > ul ul.active {
  max-height: 55em;
}

.nav-primary > ul {
  border-top: 1px solid #e7d9cf;
}

.nav-primary > ul ul li {
  border-top: 1px solid #e7d9cf;
}

.nav-primary > ul ul a {
  min-height: 34px;
}

.nav-primary li.has-nav-sub > a {
  background: url(/assets/images/iconArrowBlueDown.png) no-repeat 92% center;
  padding-right: 34px;
  display: block;
}
.nav-primary li.has-nav-sub > a:hover, .nav-primary li.has-nav-sub > a:focus {
  background: #3c475a url(/assets/images/iconArrowBlueDown.png) no-repeat 92% center;
}

.nav-primary-wrap {
  overflow: visible;
}

a.nav-primary-link {
  display: none;
}

.load-nav-js .nav-primary, .load-nav-js .nav-primary > ul ul {
  max-height: none;
  overflow: visible;
  background: none;
}

.load-nav-js .nav-primary > ul ul {
  background: #515f78 url(/images/bluePattern.png);
  display: none;
}

.load-nav-js .nav-primary > ul li:hover > ul {
  display: block;
  border: 2px solid white;
}

.nav-primary > ul > li {
  float: left;
  position: relative;
}

.nav-primary > ul ul {
  position: absolute;
  left: 11em;
  width: 16em;
  z-index: 100 !important;
}

.nav-primary > ul li {
  position: relative;
}

.nav-primary li {
  border-bottom: none;
  border-right: none;
}

.nav-primary > ul ul.level-2 {
  top: 2em;
  left: 0;
}

.nav-primary {
  display: none;
}

@media screen and (min-width: 780px) {
  .nav-primary {
    display: block;
  }
}
#nav-primary .checkout, #nav-primary .cart {
  min-height: 30px;
  float: right;
}
#nav-primary .checkout a, #nav-primary .cart a {
  background: #76a43c;
  color: white;
  border: 1px solid #1e232c !important;
  /*			@include box-shadow(0px 1px 3px 0px rgba(0, 0, 0, 0.33)); */
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  border-radius: 2px !important;
  display: inline-block;
  margin: 0 !important;
}
#nav-primary .checkout a:hover, #nav-primary .checkout a:focus, #nav-primary .cart a:hover, #nav-primary .cart a:focus {
  background: #405921;
}

#nav-primary .nav-primary li {
  margin-left: 2px;
  margin-right: 2px;
  border-left: none;
  border: none;
}
#nav-primary .nav-primary li:first-child {
  margin-left: 7px;
}
#nav-primary .nav-primary li a, #nav-primary .nav-primary li .has-nav-sub > a {
  border-left: none;
  border-right: none;
}
#nav-primary .nav-primary li:hover, #nav-primary .nav-primary li:focus {
  background: #3c475a;
}

.load-nav-js .nav-primary > ul li:hover > ul {
  display: block;
  border: 2px solid white;
}

.load-nav-js .nav-primary > ul li:hover > ul {
  display: block;
  border: 2px solid white;
  width: 100%;
}
.load-nav-js .nav-primary > ul li:hover > ul .last-child {
  border-right: 1px solid white;
}

.nav-primary ul ul {
  border: 3px solid white;
}
.nav-primary ul ul li {
  border-bottom: 1px solid #808eaa;
}

#nav-primary ul {
  background: #515f78 url(/images/bluePattern.png);
  border-bottom: 1px solid #f2f2f2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#nav-primary ul ul {
  width: 16em;
  visibility: hidden;
}

/** = HEADER = */
.header-wrap {
  margin: 0;
  padding: 0;
  border-top: 1px solid #a55c20;
}

.header {
  position: relative;
}

.header .row {
  margin: 0;
}

.logo {
  padding: .5em;
  margin: 0 auto 5px auto;
  text-align: center;
}
.logo h1 {
  margin-bottom: 0;
  color: #555;
  text-transform: uppercase;
}
.logo h2 {
  margin-bottom: 0;
  color: #555;
  text-transform: uppercase;
}

.logo a {
  text-decoration: none;
  color: #444;
}
.logo a:hover, .logo a:focus {
  color: #555;
}

.iconUSA {
  position: absolute;
  /* top: -1px; */
  top: 1px;
  left: 1.2em;
  /* left: 1.2em; */
  visibility: hidden;
}

@media screen and (max-width: 780px) {
  #nav-benfits{display: block;}
  .tabletNav{
	position:absolute;
	top: 1px;
	left: 0em;
	/* visibility: visible; */
	display: block;
	}

}


@media screen and (min-width: 780px) {
  .tabletNav {
  /* visibility: hidden; */
  display: none;
  }
  
  #nav-benefits{display: block;}
  .iconUSA {
  visibility: visible;
  }
} 


.address {
  background: #f2f2f2;
}
.address ul {
  padding-top: .5em;
  padding-right: 1em;
  padding-bottom: .75em;
  border-bottom: 1px dotted #555;
  text-align: right;
}
.address li {
  display: inline-block;
  font-size: .9em;
}

.address-line {
  white-space: nowrap;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  color: #555;
  font-size: .9em;
  text-transform: none;
  padding-top: 5px;
  margin-bottom: 2px;
  line-height: 1;
  letter-spacing: 2;
}
.address-line strong{
	letter-spacing: 3;
}

.contact-line {
  white-space: nowrap;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  color: #555;
  font-size: .9em;
  text-transform: none;
  padding-top: 5px;
  margin-bottom: 2px;
  line-height: 1;
  letter-spacing: 2;
}
.contact-line strong{
	letter-spacing: 1px;
}

.visit-id{
	float: right;
	line-height: 1.1em;
	white-space: nowrap;
	margin-top: 2px;
	margin-right: 15px;
	color: #555;f
	font-size: 12px;
	text-transform: none;
	/* padding-top: 3px; */
	margin-bottom: 2px;
	border-left: 1px solid #a4a5a7;
	padding-left: .7em;
}

.visit-id div {line-height: .9em;text-align: center;text-transform: uppercase;font-size: 12px;}

#visitor-id {font-weight: bold;text-align: center;font-family: 'arial black';font-size: 0.9em;color:#713434;line-height: 1.1em;}

#extension {font-weight: normal;}
/* .address-line span {
  float: left;
  font-weight: bold;
} */
/* .address-line strong {
  font-size: 1.1em !important;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0;
  display: block;
} */
/* @media screen and (min-width: 780px) {
  .address-line strong {
    display: block;
  }
} */

/** = SIDEBAR STYLES = */
.sidebar .order-options {
  display: none;
}
@media screen and (min-width: 780px) {
  .sidebar .order-options {
    display: block;
  }
}
.sidebar h2, .sidebar h3, .sidebar h4 {
  margin-bottom: 0;
}

.order-options, .info-box {
  background: #f7f8fa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 1.5em;
  padding: .9375em;
  border: 1px solid #dfe3e9;
}
.order-options h2, .info-box h2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #8392ac;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  border-bottom: 1px solid #667796;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 90%;
}

.order-options h2{
	background-color: #713434;
}
.order-options h2 img, .info-box h2 img {
  display: inline;
  padding-right: .5em;
  vertical-align: middle;
}
.order-options h2 + p, .info-box h2 + p {
  margin: .5em;
}
.order-options dl, .info-box dl {
  margin-bottom: .9375em;
}
.order-options dt, .order-options dd, .info-box dt, .info-box dd {
  font-weight: 700;
  line-height: 2;
}
.order-options dt, .info-box dt {
  float: left;
}
.order-options dt label, .info-box dt label {
  font-weight: 700;
}
.order-options dd, .info-box dd {
  clear: right;
  text-align: right;
}
.order-options dd select, .info-box dd select {
  width: 4em;
}
.order-options .item-price, .info-box .item-price {
  color: #9e0b0f;
}
.order-options legend, .info-box legend {
  position: relative;
  display: block;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.2em;
}
.order-options .select-option label, .info-box .select-option label {
  display: none;
}

a.icon-delete {
  background: url(/images/iconDelete.png) no-repeat 0 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  text-indent: -999em;
  display: inline-block;
}
/* a.icon-delete:hover, a.icon-delete:focus {
  background-position: 0 -18px;
} */

.extra-options, .swatch-cart-items {
  margin-top: 1.5em;
  background: white;
  padding: .5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.extra-options p, .swatch-cart-items p {
  font-size: 1em;
}
.extra-options label, .swatch-cart-items label {
  font-size: .9em;
}
.extra-options input, .swatch-cart-items input {
  float: left;
  width: 2em;
}
.extra-options span, .swatch-cart-items span {
  display: inline-block;
  margin-bottom: .5em;
  font-weight: 700;
}
.extra-options em, .swatch-cart-items em {
  font-size: .875em;
}
.extra-options li, .swatch-cart-items li {
  width: 130px;
  float: left;
  display: inline-block;
}
.extra-options li + li, .swatch-cart-items li + li {
  width: 130px;
  float: right;
}

.sidebar .extra-options li {
  float: none;
  width: 100%;
}

.custom-fabrics {
  font-size: 90%;
  color: #b26f26;
  background: #f8f0e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e3c394;
  padding: .5em;
}
.custom-fabrics h3 {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px dotted #e3c394;
  color: #b26f26;
  font-family: "Source Sans Pro", sans-serif;
}

.highlight {
  background: #fff0b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1.5em;
  padding: .9375em;
}
.highlight p {
  font-size: .8em;
}

/** = FOOTER = */
.footer-wrap {
  position: relative;
  margin-bottom: -1.5em;
  border-top: 1px solid #e5e5e5;
  background: #f2f2f2;
  padding: 0;
}

.footer-links {
  margin-bottom: .25em;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .footer-links {
    text-align: right;
  }
}
.footer-links li {
  display: inline-block;
}
.footer-links a {
  display: block;
  padding: 0 .5em;
  text-transform: uppercase;
  font-size: .7em;
}

.footer-logo {
  margin-top: .8375em;
  margin-bottom: 1.5em;
  min-width: 280px;
  text-transform: uppercase;
}
.footer-logo a {
  color: #a5a5a5;
  background: rgba(0, 0, 0, 0.1);
  font: 1em "Celtic MN", serif;
  text-align: center;
  text-decoration: none;
  padding: .5em .75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.footer-logo a:hover, .footer-logo a:focus {
  background: rgba(0, 0, 0, 0.5);
  color: #f2f2f2;
}
.footer-logo a:hover span, .footer-logo a:focus span {
  color: #d8d8d8;
}
.footer-logo span {
  color: #8c8c8c;
}

.copyright {
  color: #777;
  font-size: .7em;
}

@media only screen {
  .footer-wrap .column {
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media screen and (min-width: 780px) {
  .footer-wrap .blocks-3.column {
    float: left;
    text-align: left;
  }

  .footer-wrap .blocks-9.column {
    float: right;
  }

  .copyright {
    text-align: right;
  }
}
/** = BUTTON STYLES = */
.button a {
  display: inline-block;
  cursor: pointer;
  padding: 0.125em 1.5em;
  margin-top: .275em;
  margin-bottom: .275em;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.button a:hover, .button a:focus {
  text-decoration: none;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 16px;
}

.large {
  font-size: 20px;
}

.blue {
  background-color: #515f78;
  color: #f8f4f1;
  border: 1px solid #667796;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px #13171d;
  -moz-box-shadow: 0px 2px 0px 0px #13171d;
  box-shadow: 0px 2px 0px 0px #13171d;
}
.blue:hover, .blue:focus {
  background-color: #3c475a;
  color: #f8f4f1;
}

form input[type="submit"].blue {margin-top: 5px;}

.green {
  background-color: #76a43c;
  color: #f8f4f1;
  border: 1px solid #90c053;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px #253413;
  -moz-box-shadow: 0px 2px 0px 0px #253413;
  box-shadow: 0px 2px 0px 0px #253413;
}
.green:hover, .green:focus {
  background-color: #5b7f2e;
  color: #f8f4f1;
}

.yellow {
  background-color: #ffd11a;
  color: #1a1500;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px #806600;
  -moz-box-shadow: 0px 2px 0px 0px #806600;
  box-shadow: 0px 2px 0px 0px #806600;
}
.yellow:hover, .yellow:focus {
  background-color: #b38f00;
  color: #1a1500;
}

.yellow-light {
  background-color: #fff0b3;
  color: #1a1500;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px #e6b800;
  -moz-box-shadow: 0px 2px 0px 0px #e6b800;
  box-shadow: 0px 2px 0px 0px #e6b800;
}
.yellow-light:hover, .yellow-light:focus {
  background-color: #ffcf10;
  color: #1a1500;
}

.brown-light {
  background-color: #713434;
  color: #34200b;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 0px 0px #080404;
  -moz-box-shadow: 0px 2px 0px 0px #080404;
  box-shadow: 0px 2px 0px 0px #080404;
}
.brown-light:hover, .brown-light:focus {
  background-color: #2b1414;
  color: black;
}

form input[type="submit"] {
  padding: .25em 1em;
  cursor: pointer;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

form input[type="submit"].yellow {
  background-color: #ffd11a;
  color: #1a1500;
  border: 1px solid #e6b800;
}
form input[type="submit"].yellow:hover, form input[type="submit"].yellow:focus {
  background: #e6b800;
  border: 1px solid #b38f00;
}
form input[type="submit"].yellow:active {
  background: #ffcc00;
  border: 1px solid #e6b800;
}

.button.testimonials {
  margin: auto;
  display: table;
  text-align: center;
  margin-top: 1.25em;
}
.button.testimonials a {
  color: #f8f4f1;
}
@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  .button.testimonials {
    float: right;
  }
}

.special-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #fff;
  width: 200px;
  position: relative;
  margin: auto;
  z-index: 1;
}
.special-button a:link, .special-button a:visited {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  color: #fff;
  padding: .25em;
  margin: .125em;
  margin-top: 0;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.special-button a:hover, .special-button a:focus {
  background: rgba(0, 0, 0, 0.8);
}

/** = FORM STYLES = */
.searchbox {
  /* width: 180px; */
  width: 100%;
  float: right;
  /* right: 10px; */
  /* top: 1px; */
  /* position: absolute; */
}

::-webkit-input-placeholder {
  color: #555;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  background: white;
  border: solid 1px #bfbfbf;
  padding: 4px 0 3px 10px;
 /*  margin-top: 3px; */
  text-transform: uppercase;
  font-size: 11px;
  width: 150px;
  letter-spacing: 2px;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  /* margin: .25em 0 0 0; */
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  /* new */
  width: 100%;
  float: right;
  box-sizing: border-box;
}

input[type=search]:focus {
  /* width: 130px; */
  background-color: #d8d8d8;
  border-color: #f8f4f1;
  box-shadow: none;
  text-transform: uppercase;
}

input:-moz-placeholder {
  color: #555;
}

input::-webkit-input-placeholder {
  color: #555;
}

.search-bar {
  margin-top: 0;
  margin-bottom: 0;
  /* new */
  width: 100%;
}

#search {
  display: inline;
  padding: 0;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  border: 1px solid #555;
  height: 25px;
  width: 100%; 
}


#searchBox {
    display: block;
    overflow: hidden;
    padding-right: 0 5px;
    margin-left: 3px;
}

#searchBtn {
	border: 0;
	height: 25px;
	width: 25px;
	background-color: #555;
	color: white;
	padding: 0;
	/* box-sizing: border-box; */
	float: right;
	margin-left: 3px;
    text-shadow: none;
    webkit-border-radius: 0px;
    border-radius: 0;
}


/** = TABLE STYLES = */
th, td {
  padding: .5em;
}

table.product-detail {
  padding-bottom: 1em;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
table.product-detail tr:nth-child(2n+1) {
  background: #f2f2f2;
}
table.product-detail td {
  text-align: left;
  vertical-align: middle;
}

table.product-detail td:first-child {
  width: 40%;
}

table.cart-content {
  width: 100%;
  background: #fff;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
}
table.cart-content h2 {
  text-align: center;
}
table.cart-content thead {
  padding: 1em 0;
  border-bottom: 1px solid #e7d9cf;
}
table.cart-content thead tr {
  background: #eadfd6;
}
table.cart-content thead th {
  padding: .75em 0;
}
table.cart-content .cart-item-payment-info {
  background: #f6f1ee;
  text-align: left;
  font-size: 120%;
}
table.cart-content .cart-item-payment-info .subtotal {
  vertical-align: middle;
  border-bottom: 1px solid #e7d9cf;
}
table.cart-content .cart-item-payment-info td {
  vertical-align: middle;
}
table.cart-content .cart-item-payment-info span {
  background: #faf7f4;
  border: 1px solid #efe7e0;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 1em;
  text-align: left;
}
table.cart-content .cart-item-payment-info span img {
  margin: .5em 0;
}
table.cart-content tbody td {
  padding-top: .75em;
  padding-bottom: .75em;
}
table.cart-content b {
  font-weight: bold;
}
table.cart-content th, table.cart-content td {
  vertical-align: top;
  text-align: center;
}
table.cart-content th {
  font-weight: bold;
  font-size: 120%;
}
table.cart-content td div {
  text-align: left;
}
table.cart-content td.cart-item-quantity input {
  background: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
}

.cart-item-thumb img {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  margin: 1em 0;
}

table.cust-info td{
  text-align: left;
}

@media screen and (min-width: 780px) {
  .cart-item-thumb img {
    margin: 1em auto;
  }
}

table.order-table {
  font-weight: bold;
  font-size: 100%;
}
table.order-table td {
  width: 100%;
}
table.order-table .remove {
  width: 16px;
  height: 16px;
  margin-top: 15px;
}

table th,
table td {
  text-align: left;
}
@media screen and (min-width: 780px) {
  table th,
  table td {
    text-align: center;
  }
}

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

table.display {
  margin: 1em 0;
}

table.display th,
table.display td {
  border: 1px solid #B3BFAA;
  padding: .5em 1em;
}

table.display .cart-item-payment-info td {
  border-bottom: none;
}

table.display .cart-item-payment-info {
  font-weight: bold;
}

table.display th {
  background: #dfe3e9;
}

table.display td {
  background: #fff;
}

table.res-table {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

table.res-table select.item-count {
  display: inline-block;
  width: 50px;
}

@media (max-width: 30em) {
  table.res-table .button {
    float: none !important;
    margin: auto !important;
    text-align: center;
  }

  table.res-table {
    box-shadow: none;
  }

  table.res-table thead {
    display: none;
  }

  table.display th,
  table.display td {
    padding: .5em;
  }

  table.res-table .cart-item-thumb {
    text-align: left;
    margin-left: 0;
  }

  table.res-table .cart-item-tbody td:nth-child(1):before {
    content: 'Item Name: ';
  }

  table.res-table .cart-item-tbody td:nth-child(2):before {
    content: 'Descript.: ';
  }

  table.res-table .cart-item-tbody td:nth-child(3):before {
    content: 'Qty.: ';
  }

  table.res-table .cart-item-tbody td:nth-child(4):before {
    content: 'Unit Price: ';
  }

  table.res-table .cart-item-tbody td:nth-child(5):before {
    content: 'Total: ';
  }

  table.res-table .cart-item-tbody td:nth-child(6):before {
    content: 'Remove: ';
  }

  table.res-table .cart-item-tbody td:nth-child(1),
  table.res-table .cart-item-tbody td:nth-child(2),
  table.res-table .cart-item-tbody td:nth-child(3),
  table.res-table .cart-item-tbody td:nth-child(4),
  table.res-table .cart-item-tbody td:nth-child(5),
  table.res-table .cart-item-tbody td:nth-child(6) {
    padding-left: 25%;
  }

  table.res-table .cart-item-tbody td:nth-child(1):before,
  table.res-table .cart-item-tbody td:nth-child(2):before,
  table.res-table .cart-item-tbody td:nth-child(3):before,
  table.res-table .cart-item-tbody td:nth-child(4):before,
  table.res-table .cart-item-tbody td:nth-child(5):before,
  table.res-table .cart-item-tbody td:nth-child(6):before {
    position: absolute;
    left: .5em;
    font-weight: bold;
  }

  table.res-table tr,
  table.res-table td {
    display: block;
  }

  table.res-table tr {
    position: relative;
    margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }

  table.res-table td {
    border-top: none;
  }
}
/** = LIST STYLES = */
p.feature {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0;
}
p.feature span {
  background-image: url(/images/icon_sprite.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  float: left;
}
p.feature a {
  display: inline-block;
  margin-left: .25em;
  margin-right: .5em;
  margin-top: .25em;
}
p.feature .email {
  background: url(../images/iconSpriteEmail.png) no-repeat;
  margin-right: .5em;
}
p.feature .flag {
  background: url(../images/iconSpriteFlag.png) no-repeat;
}
p.feature .quality {
  background: url(../images/iconSpriteQuality.png) no-repeat;
  margin-right: 0;
}

/* .pagination {
  margin-top: .275em;
  margin-bottom: .275em;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .pagination {
    text-align: left;
  } 
  }*/

.pagination {
  margin-top: .275em;
  margin-bottom: .275em;
}

.pagination li {
  display: inline;
  margin: 0 .25em 0 0;
}
.pagination a {
  background: white;
  font-size: .9em;
  text-decoration: none;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: .125em .75em;
}

.pagination .current {
  color: #f8f4f1;
  background: #515f78;
  border-color: #3c475a;
}
.pagination a:hover, .pagination a:focus {
  color: #f8f4f1;
  background: #515f78;
  border-color: #3c475a;
}
.pagination a:active {
  border-color: #323b4a;
}

/*.pagination.alt {
  display: none;
  margin-top: -10px;
  margin-bottom: -7px;
}
@media screen and (min-width: 780px) {
  .pagination.alt {
    display: block;
  }
} */


.pagination.alt {
  margin-top: -10px;
  margin-bottom: -7px;
}

/* Free Swatch Button in Pagination */
#btnFreeSwatch {
	float: right;
	padding-right: 10px;
}

#btnFreeSwatch a{
	border: 1px solid #713434;
	border-radius: 4px;
	padding: .2em .75em;
	text-decoration: none;
	background: #713434;
	color: white;
	font-size: .9em;
}

ul.product-list {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: .7em;
  overflow: hidden;
}
ul.product-list li {
  float: left;
  width: 15em;
  margin: 0 2em 2em 0;
  text-align: center;
  position: relative;
}
ul.product-list li:nth-child(4n) {
  margin-right: 0;
}
ul.product-list h2 {
  font-size: 12px;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
  text-align: center;
  /*  	height: 2.2em; */
}
ul.product-list h2 a {
  text-decoration: none;
}
ul.product-list .price {
  background: #bf4231;
  color: white;
  font-weight: 700;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  padding: .125em .275em;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 0px;
  font-size: 11px;
}
ul.product-list .fabric-indicator {
  position: absolute;
  left: 3em;
  top: 280px;
}
ul.product-list .fabric-indicator a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  display: block;
  text-decoration: none;
  padding: 0 .5em;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
ul.product-list .fabric-indicator a:hover, ul.product-list .fabric-indicator a:focus {
  background: rgba(0, 0, 0, 0.6);
}
ul.product-list .image {
  min-height: 100px;
}
@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  ul.product-list {
    font-size: .9em;
  }
  ul.product-list h2 {
    font-size: 16px;
  }
  ul.product-list .image {
    min-height: 260px;
  }
  ul.product-list .image img {
    display: inline !important;
    vertical-align: bottom;
  }
  ul.product-list .link a:link, ul.product-list .link a:visited {
    background: #515f78;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
    padding: .125em .275em;
    display: block;
    position: absolute;
    top: 170px;
    right: -5px;
    z-index: 1;
  }
  ul.product-list .link a:link:hover, ul.product-list .link a:link:focus, ul.product-list .link a:visited:hover, ul.product-list .link a:visited:focus {
    background: #3c475a;
  }
}
ul.product-list .product {
  background: rgba(255, 255, 255, 0.33);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  padding-bottom: .375em;
  position: relative;
}

.product-item {
  background: rgba(255, 255, 255, 0.33);
  margin-top: 1.5em;
  min-height: 23em;
  position: relative;
  text-align: center;
  font-size: 80%;
  margin-top: 0;
}
@media screen and (min-width: 780px) {
  .product-item {
    height: 28.5em;
  }
}
.product-item .title {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .product-item .title {
    text-align: center;
    font-family: Georgia, serif;
    padding-top: 5px;
  }
}
.product-item h2, .product-item h3, .product-item h4, .product-item h5, .product-item h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}
.product-item a {
  text-decoration: none;
  color: #555;
}
.product-item .image {
  border-bottom: 1px solid #f2f2f2;
}
.product-item .price {
  background: #bf4231;
  color: white;
  font-weight: 700;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  padding: .125em .275em;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: -5px;
}
.product-item .link a:link, .product-item .link a:visited {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px -2px rgba(0, 0, 0, 0.8);
  padding: .125em .275em;
  display: block;
  position: absolute;
  left: -5px;
  top: 50px;
  z-index: 1;
}
.product-item .link a:link:hover, .product-item .link a:link:focus, .product-item .link a:visited:hover, .product-item .link a:visited:focus {
  background: #3c475a;
}

.product-item .image .promo{
	color:#fff;
	position: absolute; 
	padding: .125em;
	z-index: 1;
	bottom:0;
	left:0;
	width:100%;
	margin: 0;
	background:rgb(191, 66, 49);
	background: rgba(0, 0, 0, 0.2);
	font-weight: 500;	
}

.product-item .fabrics {
  margin: 0 auto;
}
.product-item .fabrics a {
  color: #777;
  display: block;
  text-decoration: none;
  padding: 0 .5em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #555;
}
.product-item .fabrics a:hover, .product-item .fabrics a:focus {
  background: rgba(0, 0, 0, 0.6);
  color: #f8f4f1;
}

.product-item-wide{
  height: 23em;
}

.blocks-2 .product-item {
  min-height: 17em;
}

.fabric-items {
  text-align: center;
}

.fabric-items .product-item {
    min-height: 0;
    width: 160px;
    height: 200px;
    display: inline-block;
    margin: .5em;
    position: relative;
    border: 1px solid #d8d8d8;
    overflow: hidden;
} 

/* .fabric-items .product-item {
  min-height: 0;
  width: 160px;
  height: 200px;
  display: inline-block;
  margin: .5em .5em .5em 1em;
  position: relative;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  float: left;
}   */
.fabric-items .product-item img {
  width: 125px;
  height: 125px;
}
.fabric-items .link {
  line-height: 1.4em;
  position: absolute;
  top: -20px;
  left: 10px;
  width: 100%;
}
.fabric-items .link a:link, .fabric-items .link a:visited {
  background: #fff;
  color: #666;
}
.fabric-items .link a:hover, .fabric-items .link a:focus {
  background: #713434;
  color: #fff;
}
.fabric-items .image {
  padding-top: 1.5em;
}

.product-list.fabrics {
  margin-top: 1em;
}
.product-list.fabrics li {
  min-height: 210px;
}
.product-list.fabrics a {
  font-size: .9em;
}
.product-list.fabrics .image {
  min-height: 110px;
}
.product-list.fabrics h2 {
  height: auto;
}
@media screen and (min-width: 780px), screen and (min-width: 1024px) {
  .product-list.fabrics {
    font-size: .9em;
  }
  .product-list.fabrics h2 {
    font-size: 16px;
  }
}

.product-detail {
  background: #f2f2f2;
  margin-bottom: 1em;
  padding: .25em;
}
.product-detail dt, .product-detail dd {
  font-size: 80%;
  display: inline-block;
  font-weight: bold;
}
.product-detail dt {
  display: inline;
  color: #b26f26;
}
.product-detail dd {
  padding-right: .5em;
}

/* QUICKLINKS */
.content .ql{
	font-weight: normal;
	color: #555;
}

/* THUMBNAILS */
.thumbnail-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e3c394;
  margin-bottom: 1em;
}
.thumbnail-container ul.thumbnail-grid {
  margin-bottom: .25em;
}
.thumbnail-container h2 {
  color: #b26f26;
  background: #f8f0e5;
  text-transform: uppercase;
  font-size: 100%;
  padding: .5em 1em .25em 1em;
  line-height: 1;
}
.thumbnail-container h2 a {
  text-decoration: none;
  text-transform: none;
  color: #515f78;
}
.thumbnail-container h2 a:hover, .thumbnail-container h2 a:focus {
  color: #515f78;
  text-decoration: underline;
}
.thumbnail-container .thumbnail-grid {
  padding-left: .5em;
}

ul.thumbnail-grid {
  margin-bottom: .375em;
  margin-top: 0;
  overflow: hidden;
  display: table;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 780px) {
  ul.thumbnail-grid {
    margin-left: 0;
  }
}

.thumbnail-grid li {
  width: 70px;
  margin: .5em;
  margin-left: 0;
  margin-top: 0;
}

.thumb-text {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .thumb-text {
    text-align: left;
  }
}

/*
.thumbnail-grid li:nth-child(5n) {
  margin-right: 0;
  }
*/
.gallery.flow li {
  display: inline-block;
}

.thumbnail-grid a img {
  background: white;
  display: block;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
}
.thumbnail-grid a img:hover, .thumbnail-grid a img:focus {
  opacity: 0.9;
  border-color: #b26f26;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.66);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.thumbnail-grid.small {
  margin-bottom: 2em;
}

.thumbnail-grid.small li {
  margin: 0;
}

.thumbnail-default li {
  width: 50px;
}

.thumbnail-grid.large {
  width: 100%;
  text-align: left;
}
.thumbnail-grid.large li {
  width: 100px;
  display: inline-block;
}

 /* 

 | :::: Simple links list :::: | 

 */
.links-list li {
  margin-bottom: .5em;
}
.links-list a {
  text-decoration: none;
}

 /* 

 | :::: Tabs :::: | 

 */
.sort {
  list-style: none;
  text-align: center;
  float: left;
  width: 400px;
}
.sort li {
  float: left;
  margin-right: 5px;
}
.sort a {
  background: #fdfdfe;
  text-decoration: none;
  color: #666;
  display: block;
  padding: 8px 9px 8px 9px;
}
.sort a:hover, .sort a:focus, .sort a:active {
  background: #515f78;
  color: white;
}

 /* 

 | :::: Color picker :::: | 

 */
.color-picker-list .pick-white .placeholder {
  background: #f8f4f1;
}
.color-picker-list .pick-blue .placeholder {
  background: #515f78;
}
.color-picker-list .pick-red .placeholder {
  background: #9e0b0f;
}
.color-picker-list .pick-green .placeholder {
  background: #76a43c;
}
.color-picker-list .pick-sage .placeholder {
  background: #b7c986;
}
.color-picker-list .pick-olive .placeholder {
  background: #67714a;
}
.color-picker-list .pick-black .placeholder {
  background: #000;
}
.color-picker-list .pick-cream .placeholder {
  background: #e2dbbf;
}
.color-picker-list .pick-tan .placeholder {
  background: #f1b892;
}
.color-picker-list .pick-taupe .placeholder {
  background: #beb5ae;
}
.color-picker-list .pick-yellow .placeholder {
  background: #f3ec84;
}
.color-picker-list .pick-gold .placeholder {
  background: #deb73f;
}
.color-picker-list .pick-pink .placeholder {
  background: #de73bc;
}
.color-picker-list .pick-orange .placeholder {
  background: #f7941d;
}
.color-picker-list .pick-beige .placeholder {
  background: #c6b9a5;
}
.color-picker-list .pick-brown .placeholder {
  background: #4e402b;
}
.color-picker-list .pick-purple .placeholder {
  background: #57335b;
}
.color-picker-list .pick-plum .placeholder {
  background: #9350a9;
}
.color-picker-list .pick-salmon .placeholder {
  background: #f2aa97;
}
.color-picker-list .pick-grey .placeholder {
  background: #b2b2b2;
}
.color-picker-list .pick-burgundy .placeholder {
  background: #721414;
}
.color-picker-list .pick-clay .placeholder {
  background: #9e5437;
}
.color-picker-list .pick-terracotta .placeholder {
  background: #de7348;
}
.color-picker-list .pick-rust .placeholder {
  background: #954225;
}
.color-picker-list .pick-childrens .placeholder {
  background: url(/images/colorPickerChildrens.png) no-repeat;
}
.color-picker-list .pick-leather .placeholder {
  background: url(/images/colorPickerLeather.png) no-repeat;
}

.color-picker-list li {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.color-picker-list a {
  display: block;
}
.color-picker-list .placeholder {
  display: inline-block;
  width: 16px;
  height: 16px;
}

#mosaic-container {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: .8em;
  position: relative;
}
#mosaic-container .mosaicflow__column {
  float: left;
}
#mosaic-container .item {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  position: relative;
  margin: 0 .5em .5em 0;
}
#mosaic-container img {
  display: block;
  width: 100%;
  height: auto;
}
#mosaic-container a {
  display: block;
}
#mosaic-container span {
  display: block;
  padding: .5em;
  text-align: center;
}

#mosaic-container span {
  position: relative;
  padding: .25em;
}
#mosaic-container .img-underlay {
  background: #000;
}
#mosaic-container img:hover {
  opacity: .5;
}
#mosaic-container img.zoom {
  opacity: 1;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -32px;
  right: 0;
  display: none;
}
#mosaic-container .item:hover img.zoom {
  display: block;
}
#mosaic-container a {
  text-decoration: none;
}
#mosaic-container caption {
  display: block;
  font-size: 110%;
}

/* GENERIC FORMS */
.gc input[type="text"], .gc textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d8d8d8 !important;
  padding: 3px 5px;
  margin: 5px 0;
  width: 100%;
}
.gc label {
  padding: 3px 5px;
  margin: 5px 0;
  display: inline-block;
}

.gc-special-form div div {
  padding: 0;
}
.gc-special-form label {
    background: #f2f2f2;
    color: #444;
    width: 100%;
    display: block;
    padding-left: 7px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #d8d8d8;
    height: 28px;
}
.gc-special-form input[type="text"] {
  border-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 28px;
}
@media screen and (min-width: 780px) {
  .gc-special-form input[type="text"] {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.gc-special-form input[type="radio"], .gc-special-form input[type="checkbox"] {
  border: none;
}
.gc-special-form select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  margin-top: 4px;
  padding: 0;
  line-height: 2;
  height: 28px;
  color: #8c8c8c;
}
.gc-special-form textarea {
  line-height: 1.33;
  min-height: 8em;
  height: 12em;
  max-height: 24em;
  resize: vertical;
}
.gc-special-form label.standard {
  background: none;
  border: none;
}
.gc-special-form label.standard.alt {
  background: #f2f2f2;
  display: inline-block;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d8d8d8;
  width: 98%;
  padding: 1px 7px 3px 7px;
}
.gc-special-form input.standard {
  border: 1px solid #d8d8d8;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

label.radio, label.checkbox {
  background: none;
  display: inline;
  vertical-align: middle;
}

p.input {
  text-indent: 1.25em;
}

.input-wrap {
  margin: .9375em;
}
.input-wrap label {
  border: none;
}

.credit-card-icons {
  display: inline-block;
  vertical-align: middle;
  padding-left: .25em;
}

.form-info-box {
  background: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: .9375em;
  border: 1px solid #d0d5df;
}

/* FIX FOR PLACEHOLDER TEXT */
::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/**

===================================
MAIN CONTENT STYLES
===================================

*/
.content {
  /* IMAGE STYLES */
  /* General text alignment classes. */
}
.content ol, .content ul, .content dl {
  margin: 1em 0 1em 1.75em;
}
.content dt {
  float: left;
  margin-right: .5em;
  font-weight: bold;
}
.content dd {
  text-align: right;
}
.content ol {
  margin: 1em 0 1em 1.75em;
}
.content ol li {
  list-style-type: decimal;
}
.content .disc li {
  list-style-type: disc;
}
.content .circle li {
  list-style-type: circle;
}
.content .square li {
  list-style-type: square;
}
.content .list-style-image li {
  list-style-image: url("/assets/images/iconListArrow.png");
}
.content table {
  width: 100%;
  background: #fff;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
  font-size: 100%;
}
.content table th {
  text-align: left;
  font-weight: bold;
}
.content table thead {
  border-bottom: 1px dotted #b2b2b2;
  background: #dfe3e9;
}
.content .figure {
  display: block;
}
.content img.figure {
  margin-bottom: 1em;
}
.content .centered {
  margin-right: auto;
  margin-left: auto;
}
.content .img-left, .content .img-right {
  margin-top: 5px;
}
.content .img-left {
  float: left;
  margin-right: 1.5em;
}
.content .img-right {
  float: right;
  margin-left: 1.5em;
}
.content .img-small {
  width: 30%;
  /*max-width: width of your small sized imgs */
}
.content .img-medium {
  width: 60%;
  /*max-width: width of your medium sized imgs */
}
.content .img-large {
  width: 90%;
  max-width: 640px;
}
.content .img-caption {
  display: block;
  margin: 0 0 1em;
  color: #555;
}
.content .txt-right {
  text-align: right;
}
.content .txt-left {
  text-align: left;
}
.content .txt-center {
  text-align: center;
}
.content .txt-justify {
  text-align: justify;
}
.content .figure img + span {
  display: block;
  padding: 0 1.5em;
}
.content .figure .liner,
.content .has-border {
  padding: 10px;
  border: 1px solid #f2f2f2;
  background: #f8f4f1;
}
.content .figure .liner {
  margin: 0;
}
.content .figure .caption {
  margin-top: .5em;
  margin-bottom: .5em;
}

.content h2,.content h3,.content h4 {font-weight:bold;color:#8c8c8c;}
.content h1 {color:#555;}

/* hide tablet */
@media screen and (max-width: 780px){
.tablet-hidden{
	display: none;
	}
}	

/* RENDER WARNING MESSAGE FOR DRAPPED PRODUCTS */
#render-msg {
	border: 1px solid #e5e5e5;
	display: none;
	background-color:#fafafa;
	margin: 5px 0;
	width: 100%;
}

#render-msg-text {
	padding: 10px;
	margin: 0;
}

#render-msg-text p{
	margin: 0;
}
#render-msg-text strong{
	text-transform: uppercase;
}

/* SCROLLBARS */
/*
::-webkit-scrollbar {
    width:9px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.05);
} */

