/* Break Points */
/* Base Colors */
/* Fonts */
/* General Formatting */
h1, h2, h3, h4, h5, h6 { font-family: "league-gothic",sans-serif; color: #333; margin: 0em 0 0.5em 0; font-weight: 400; letter-spacing: 1px; }

h1 { font-size: 2em; }

h2 { font-size: 1.6em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.2em; }

h5 { font-size: 1em; }

h6 { font-size: 0.9em; }

html { overflow-x: hidden; }

body { font-family: "franklin-gothic-urw-comp",sans-serif; font-size: 1em; color: black; background-color: #ffffff; line-height: 1.4; width: 100%; height: 100%; margin: 0; padding: 0; }

p { font-family: "franklin-gothic-urw",sans-serif; font-weight: 100; line-height: 1.4; margin: 1em 0; font-size: 1em; color: #6c6c6c; }

a { color: #CA4720; text-decoration: none; -webkit-transition: all ease .25s; -moz-transition: all ease .25s; transition: all ease .25s; }

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

a:visited { text-decoration: none; }

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

img { max-width: 100%; }

ul, ol { color: #6c6c6c; }

/* ----------------------------------------------------------
WordPress Classes
------------------------------------------------------------- */
.alignleft { display: inline; float: left; margin: 0.6em 1.625em 0em 0em; }

.alignright { display: inline; float: right; margin: 0.6em 0em 0em 1.625em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* ----------------------------------------------------------
Additional Grid Classes
------------------------------------------------------------- */
.alpha { padding-right: 0 !important; }

.omega { padding-left: 0 !important; }

.column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
}

@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
}


.product-single__photos li, .product-single__thumbnails li {
    margin-bottom: 30px;
    margin: 0px;
    float: left;
    padding: 3px;
}


.product-single__thumbnails {
    margin-top: 40px;
}


.product-single__photos li img, .product-single__thumbnails li img {
    border: 1px solid #ddd;
}


/* Input Fields */
.input-field, select { font-family: "freight-sans-pro", sans-serif; font-size: 0.8em; border: 1px solid #6c6c6c; color: black; }

.input-field.message { font-family: "freight-sans-pro", sans-serif; font-size: 1em; width: 100%; min-height: 100px; }

.input-field:focus, select:focus { outline: none; }

/* Buttons */
.button { background-color: #CA4720; color: #fff; font-family: "franklin-gothic-urw-comp",sans-serif; letter-spacing: 2px; padding: 0.5em 2em; font-size: 1em; text-transform: uppercase;
  font-weight: 300;}

.button:hover, .button:focus { background-color: #C03C15; color: #fff;}

.button span {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 300;
}

.add-cart { font-family: "acta-display", sans-serif; width: 100%; letter-spacing: 1px; font-weight: 400; }

.outline-btn { background: transparent; border: 1px solid #CA4720; color: #CA4720; font-size: 0.8em; padding: 0.9em 1.2em; }

/***********************************************************************************************/
/* Header */
/***********************************************************************************************/
.logo { margin-top: 0.5em; }


/***********************************************************************************************/
/* Back to Top Button */
/***********************************************************************************************/
.go-top { position: fixed; z-index: 3; bottom: 2em; right: 2em; text-decoration: none; color: #f0ba43; background-color: transparent; font-size: 12px; padding: 1em; display: none; border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; -webkit-border-radius: 2px; -webkit-transition: all ease .25s; -moz-transition: all ease .25s; transition: all ease .25s; }
.go-top .fa-chevron-circle-up { font-size: 3em; }

.go-top:hover { background-color: #f0ba43; color: #fff; }

/* Footer */
footer {
  border-top: 1px solid #eee;
  background: #f7f7f7;
}
.footer-container { padding: 3em 0; }

ul.footer-links { list-style: none;
  text-align: center;
  margin: 0;
}
.footer-links .footer-cat {   
  font-family: "league-gothic",sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 1em; 
  display: block; }

.footer-links li { letter-spacing: 1px; font-size: 0.8em; padding-bottom: 0.5em; font-weight: 600; }
.footer-links li a:hover {  }
.footer-links li ul { padding: 0; }
.footer-links li ul li { list-style: none;
	  display: inline-block;
  padding-right: 35px
}

@media screen and (max-width: 680px) {
  .footer-links li ul li {
    display: block;
    padding-right: 0;
  }
}

.footer-links li ul li:last-child {
  padding-right: 0;
}

.footer-logos { margin-left: 0; }
.footer-logos li { padding: 1em 6em 0.5em 0em; }
.footer-logos img { filter: url(http://cdn.shopify.com/s/files/1/0885/1096/t/10/assets/filters.svg#grayscale); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ }
.footer-logos img:hover { filter: none; -webkit-filter: grayscale(0); }

.footer-sublinks { margin: 0.6em 0 0 0; }
.footer-sublinks li { padding-bottom: 5px; font-size: 0.7em; }
.footer-sublinks li a {   
  color: #333;
  font-family: "franklin-gothic-urw-comp",sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5em;
  font-weight: 500; }
.footer-sublinks li a:hover { color: #8c3c26; }

.signup-container { margin-top: 0.8em; }
.signup-container input { font-size: 0.9em; font-family: "freight-sans-pro", sans-serif; letter-spacing: 1px; margin-bottom: 0; }
.signup-container .button { padding: 0; line-height: 33px; width: 100%; margin-bottom: 0; }
.signup-container .button:hover { color: #fff; }


footer .social-container .social-btns {  margin-right: 5px; }
footer .social-container .social-btns:hover {  color: #fff; }

/* Search Bar */
.sb-search { width: 0%; min-width: 40px; height: 40px !important; right: 15px; z-index: 1; margin-left: 20px; overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; }

#sb-search { position: relative; margin-bottom: 5em; }

.sb-search-input { position: absolute; top: 0; right: 0; border: none; outline: none; background: #fff; width: 100%; height: 40px; margin: 0; z-index: 10; padding: 20px 65px 20px 20px; font-family: inherit; font-size: 14px; color: #a9daf8; }

.sb-search-input::-webkit-input-placeholder { color: #8c8c8c; }

.sb-search-input:-moz-placeholder { color: #8c8c8c; }

.sb-search-input::-moz-placeholder { color: #8c8c8c; }

.sb-search-input:-ms-input-placeholder { color: #8c8c8c; }

.sb-icon-search, .sb-search-submit { width: 40px; height: 40px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; line-height: 40px; text-align: center; cursor: pointer; }

.sb-search-submit { background: #fff; /* IE needs this */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter: alpha(opacity=0); /* IE 5-7 */ opacity: 0; color: transparent; border: none; outline: none; z-index: -1; }

.sb-icon-search { color: #fff; background: #1b9eee; z-index: 90; font-size: 16px; font-family: 'FontAwesome'; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; }

.sb-icon-search:before { content: "\f002"; }

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search { width: 100%; }

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: #c1e4fa; color: #fff; z-index: 11; }

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit { z-index: 90; }

/* Pagenation */
.pagenation { margin-top: 1.5em; }
.pagenation a { margin-right: 0.5em; color: #2e3653; font-weight: 600; }
.pagenation a:hover { color: #62bcf3; }
.pagenation a.page-active { color: #62bcf3; }
.pagenation .page-prev, .pagenation .page-next { text-transform: uppercase; }
.pagenation .page-prev { margin-right: 1.5em; }
.pagenation .page-prev:hover .fa-angle-left { background-color: #62bcf3; border-color: #62bcf3; color: #fff; }
.pagenation .page-next { margin-left: 1em; }
.pagenation .page-next:hover .fa-angle-right { background-color: #62bcf3; border-color: #62bcf3; color: #fff; }
.pagenation .fa-angle-left, .pagenation .fa-angle-right { font-weight: bold; margin-right: 5px; font-size: 15px; border-radius: 50%; width: 25px; height: 25px; text-align: center; padding-top: 3px; border: 2px solid #2e3653; text-transform: uppercase; }
.pagenation .fa-angle-right { margin-left: 5px; margin-right: 0; padding-left: 3px; }

.pagenation.back-btn { margin: 0 0 1em 0; }

/***********************************************************************************************/
/* Homepage */
/***********************************************************************************************/
.beige-bg { background: #f7f7ee; padding: 1em 0; }

.section-welcome { margin: 1em 0; position: relative;}

@media screen and (min-width: 768px) { .home-img { height: 350px; } }

.border-box { display: inline-block; padding: 2em; border: 1px solid #f7f7ee; }
@media screen and (min-width: 1024px) { .border-box { height: 453px; padding: 6em 1em 0 1em; } }
@media screen and (max-width: 640px) { .border-box { width: 100%; } }

.welcome-text { background: #fff; vertical-align: middle; text-align: center; padding: 0.5em; }
.welcome-text h1 { font-style: italic; }
.welcome-text h2 { font-size: 0.9em; color: #6c6c6c; font-family: "freight-sans-pro", sans-serif; margin-bottom: 2em; margin-top: 1em; }

.gateway-container { background: #f7f7ee; padding: 1em; }
.gateway-container ul { list-style: none; margin-left: 0; }
.gateway-container ul li a { font-size: 0.9em; font-weight: 500; }
.gateway-container ul li a:hover {  }

.gateway-title h1 { font-size: 1em; padding: 0.5em; margin-bottom: 0.5em; margin-top: 0.5em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-family: "freight-sans-pro", sans-serif; }

/***********************************************************************************************/
/* Designer Profile */
/***********************************************************************************************/
.pod-hero { padding: 1em 1em 0 1em; }

.pod-designer { margin-top: -5%; }
.pod-designer img.designer-thumb { border: none; padding: 4px; }

.pod-desc { margin-bottom: 1em; }
.pod-desc h1 { font-size: 1.2em; font-style: italic; margin: 0.5em 0 0.2em 0; }
.pod-desc h1:hover { color: #d66759; }
.pod-desc h2 { font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #aaa; font-family: "freight-sans-pro", sans-serif; font-size: 0.7em; }
.pod-desc h2 a:hover { color: #b63c2d; }
.pod-desc p { font-size: 0.95em; font-weight: 400; margin: 1em 2em 2.5em; }

@media screen and (min-width: 640px) { .pod-secondary { margin-top: 2em; } }
@media screen and (max-width: 640px) { .pod-secondary .pod-designer { margin-top: -7% !important; } }

.section-title { padding: 0.7em; margin-bottom: 1em; text-align: center; font-style: italic; font-size: 0.8em; font-weight: 600; color: #888; letter-spacing: 1px; display: inline-block; background: #fff; padding: 1em; position: relative; margin-bottom: 1.5em; z-index: 2; margin-top: 1em; }

hr.short { width: 40%; margin: 0 auto; }

hr.section-rule { border-top: 1px solid #f0f0f0; position: relative; top: -40px; z-index: 1; margin: 0; }

.main-title h1.section-title { background: #f7f7ee; color: #2e3653; }
.main-title h1.section-title.title-darker { background: #F0F0E3; }
.main-title h1.section-title.title-white { background: #fff; }
.main-title hr { border-color: #85878E; width: 50%; margin: 0 auto; }

.promo-box { margin-bottom: 1em; display: block; }
.promo-box:hover img { opacity: 0.95; }
.promo-box:hover .promo-desc h2 { color: #d66759; }

.promo-desc { text-align: center; background: #fff; padding: 1em 1.5em; }
.promo-desc h1 { font-family: "freight-sans-pro", sans-serif; font-size: 0.7em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #aaa; }
.promo-desc h2 { font-size: 1.4em; margin-top: 0.5em; }

/***********************************************************************************************/
/* Generic Overview Page */
/***********************************************************************************************/
.section-container, .collection-container { text-align: center; position: relative; padding-bottom: 4em; }

.section-info { text-align: left; width: 60%; margin: 0 auto; background-color: #fff; position: absolute; bottom: 3%; left: 0; right: 0; padding: 1em 1.5em; }
.section-info p { font-size: 0.9em; }
.section-info .button { font-family: "acta-display", sans-serif; padding: 0.5em 1em; letter-spacing: 1px; font-size: 0.9em; margin-top: 0.5em; }

@media screen and (min-width: 1024px) { .services-container { margin-left: 5% !important; } }

.section-img { margin-top: 3em; padding: 0; }
.section-img img { opacity: 1; }
.section-img img:hover { opacity: 0.95; }
@media screen and (min-width: 1024px) { .section-img { margin-left: -7%; } }

.section-desc { margin-top: 3em; padding: 0.5em 2em; }
@media screen and (min-width: 1024px) { .section-desc { padding: 2em; margin-left: -6%; float: left !important; background: #f7f7ee; margin-top: 11%; } }
.section-desc h1 { font-size: 1.6em; font-style: italic; }
.section-desc p { font-size: 0.9em; }
.section-desc .button { font-family: "acta-display", sans-serif; padding: 0.5em 1em; letter-spacing: 1px; font-size: 0.9em; margin: 0.5em 0 0 0; }
@media screen and (max-width: 640px) { .section-desc { margin-top: 1.5em; text-align: center; padding: 0 4em; } }

/***********************************************************************************************/
/* Collection Overview */
/***********************************************************************************************/
.collection-info { margin-top: -20%; background-color: #fff; text-align: left; padding: 1em 2em; background: #f7f7ee; }
.collection-info p { font-size: 0.9em; }
.collection-info .button { font-family: "acta-display", sans-serif; padding: 0.5em 1em; letter-spacing: 1px; font-size: 0.9em; margin-top: 0.5em; }
.collection-info .pod-desc { width: 90%; margin: 0 auto; text-align: left; }
@media screen and (max-width: 1024px) { .collection-info .pod-desc { text-align: center; }
  .collection-info .pod-desc .collection-img { padding-left: 0; } }
.collection-info .pod-desc h1 { font-size: 1.4em; margin-bottom: 0.5em; }
.collection-info .pod-desc h2 { font-size: 0.8em; margin-bottom: 0.3em; }
.collection-info .pod-desc img.designer-thumb { border: none; }
.collection-info .pod-desc .collection-supp { margin-top: 0.8em; }
.collection-info .pod-desc .button:hover { text-decoration: none; }

.collection-products h1.label { font-family: "freight-sans-pro", sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; font-weight: 600; background: transparent; text-align: center; margin: 2em 0 1em 0; display: block; }
.collection-products .thumbnail { width: 45%; background: rgba(0, 0, 0, 0.03); padding: 0.5em 2em !important; margin-left: 2.5%; margin-bottom: 2.5% !important; }

.category-container { position: relative; margin-bottom: 2em; }
@media screen and (max-width: 640px) { .category-container { margin-bottom: 1em; }
  .category-container .overlay { opacity: 1 !important; } }
.category-container:hover img { opacity: 0.9; }
.category-container:hover .overlay { opacity: 1; }
.category-container .overlay { position: absolute; top: 43%; margin-left: auto; display: inline-block; margin-right: auto; left: 0; right: 0; text-align: center; opacity: 0; }
.category-container .overlay h1 { display: inline-block; background: rgba(0, 0, 0, 0.26); padding: 0.5em 1em; color: #fff; border: 2px solid #fff; letter-spacing: 2px; }

/***********************************************************************************************/
/* Blog Overview */
/***********************************************************************************************/
@media screen and (min-width: 1024px) { .blog-container { margin-left: 2% !important; } }

.date-container { position: absolute; top: 2%; right: 0; background: #f7f7ee; padding: 0.5em; }
.date-container h1 { font-size: 1em !important; margin-bottom: 0; font-style: italic; }


.designer-tag h2 { font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #aaa; font-family: "freight-sans-pro", sans-serif; font-size: 0.7em !important; }
.designer-tag:hover h2 { color: #777777; }

.social-container { margin-top: 1.5em; }
.social-container .social-btns { background: #8c3c26; width: 32px;
  height: 32px;
  padding-top: 4px;
  font-size: 1.1em; display: inline-block; text-align: center; color: #f7f7ee; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.social-container .social-btns:hover { background: #888; }
.social-btns.facebook { background:#3b5998; }
.social-btns.twitter { background: #00a0d1; }
.social-btns.instagram { background: #c8232c; }

@media screen and (max-width: 640px) {
  .social-container .social-btns:first-child { margin-left: 0; } }
@media screen and (max-width: 640px) { .social-container { display: block; width: 100%; margin-top: 1em; } }

/***********************************************************************************************/
/* Generic Detail Page */
/***********************************************************************************************/
.image-left { width: 100%; margin: 1em auto; }
@media screen and (min-width: 768px) { .image-left { float: left; margin-left: -150px; padding-top: 10px; padding-bottom: 10px; padding-right: 25px; position: relative; width: 50%; } }

.image-right { width: 100%; margin: 1em auto; }
@media screen and (min-width: 768px) { .image-right { margin-right: -150px; float: right; padding-top: 10px; padding-bottom: 10px; padding-left: 25px; position: relative; width: 50%; } }

.image-center { text-align: center; width: 120%; margin: 1em auto; margin-left: -10%; }

.youtube-player { height: 200px; }
@media screen and (min-width: 768px) { .youtube-player { height: 390px; } }

.content { margin-top: 2em; }
.content h1 { font-size: 1.8em; }
.content h2 { font-size: 1.2em; font-weight: 500; }
.content a:hover { text-decoration: underline; }

.caption { font-family: "acta-display", sans-serif; color: #aaa; padding: 0.5em; font-style: italic; font-weight: 100; font-size: 0.9em; text-align: center; background: #F5F5F5; }

blockquote { font-family: "acta-display", sans-serif; font-style: italic; font-size: 1.3em; border: none; width: 100%; border-top: 1px solid #f0f0f0; }
@media screen and (max-width: 768px) { blockquote { font-size: 1em; } }
blockquote .citation { text-align: right; display: block; font-family: "freight-sans-pro", sans-serif; font-size: 0.6em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #aaa; font-style: normal; margin-top: 0.8em; }
blockquote .citation img { width: 7%; webkit-border-radius: 50%; o-border-radius: 50%; moz-border-radius: 50%; border-radius: 50%; margin-right: 0.5em; }

@media screen and (min-width: 768px) { blockquote.quote-left { margin-left: -20%; } }

@media screen and (min-width: 768px) { blockquote.quote-right { margin-left: 20%; } }

.callout-container { border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; padding: 1.5em; text-align: center; margin-top: 2em; }
.callout-container h1 { font-size: 1.2em; text-align: center; margin-bottom: 1em !important; font-style: italic; font-weight: 600; }
.callout-container .button { font-family: "acta-display", sans-serif; letter-spacing: 1px; margin-bottom: 0; }

/***********************************************************************************************/
/* Blog Detail */
/***********************************************************************************************/
.blog-content { margin-top: 1em; }
.blog-content h1 { margin-bottom: 0; text-align: center; }
.blog-content .designer-tag h2 { font-size: 0.7em; text-align: center; }
.blog-content .designer-tag:hover { text-decoration: none !important; }
.blog-content .designer-tag:hover h2 { color: #777777; }

.blog-spec .date-container { float: left; position: relative; }
@media screen and (max-width: 640px) { .blog-spec .social-container { margin-top: 0; display: inline-block; width: initial; margin-bottom: 2em; } }
@media screen and (max-width: 640px) and (max-width: 640px) { .blog-spec .social-container .social-btns { margin-left: 0em; } }

/***********************************************************************************************/
/* Product Overview Page */
/***********************************************************************************************/
.section-head { padding: 1.5em 0; background-color: #D66759; text-align: center; }
.section-head h1 { color: #fff; display: inline-block; font-size: 1.4em; letter-spacing: 2px; border: 2px solid rgba(255, 255, 255, 0.6); padding: 0.5em; margin-bottom: 0em; }
.section-head h2 { font-family: "freight-sans-pro", sans-serif; color: rgba(255, 255, 255, 0.71); font-size: 0.9em; text-align: left; margin-bottom: 0; }

.choices-container { margin-top: 0.5em; list-style: none; display: inline-block; margin-bottom: 0; margin-left: 0; }
@media screen and (min-width: 768px) { .choices-container { margin-top: 1.5em; margin-left: 2em; } }
.choices-container li { display: inline-block; margin: 0 1em; }

.filter-label { display: inline-block; }
@media screen and (max-width: 768px) { .filter-label { margin-top: 0.5em; } }

.choices { text-align: center; }
.choices h2 { font-family: "freight-sans-pro", sans-serif; font-size: 0.8em; margin-bottom: 0; text-transform: uppercase; font-weight: 500; color: #5e2c2c; display: inline-block; }
.choices:hover { cursor: pointer; }
.choices:hover h2 { color: #fff; }
.choices svg { width: 17px; vertical-align: middle; }

.choices.active h2 { color: #fff; }

.choices-expand, .sublinks-container { padding-top: 2em; }
.choices-expand ul, .sublinks-container ul { margin: 0; }
.choices-expand ul li, .sublinks-container ul li { letter-spacing: 1px; font-family: "freight-sans-pro", sans-serif; font-size: 0.8em; list-style: none; display: inline-block; background: rgba(46, 54, 83, 0.15); padding: 0.3em 0.8em; border-radius: 2px; font-size: 0.9em; color: #fff; margin-bottom: 0.4em; -webkit-transition: all ease .25s; -moz-transition: all ease .25s; transition: all ease .25s; }
.choices-expand ul li:hover, .choices-expand ul li.active, .sublinks-container ul li:hover, .sublinks-container ul li.active { cursor: pointer; background-color: rgba(0, 0, 0, 0.5); color: #fff; }

.breadcrumbs-container { margin-top: 1em; }
.breadcrumbs-container .breadcrumbs { margin-bottom: 0.5em; }

.selected-categories h2 { margin-top: 0.8em; font-family: "freight-sans-pro", sans-serif; font-size: 0.9em; font-weight: 600; margin-bottom: 0; }
.selected-categories h3 { font-family: "freight-sans-pro", sans-serif; font-size: 0.75em; font-weight: 600; color: #888; display: inline-block; text-transform: uppercase; letter-spacing: 1px; }
.selected-categories .cat-container { margin-top: 0.3em; }
.selected-categories ul.selected-list { margin: 0; display: inline-block; }
.selected-categories ul.selected-list li { display: inline-block; background: rgba(0, 0, 0, 0.05); padding: 0.2em 0.7em; font-family: "freight-sans-pro", sans-serif; color: #2e3653; font-size: 0.8em; border-radius: 6px; font-weight: 600; margin-bottom: 0.3em; -webkit-transition: all ease .25s; -moz-transition: all ease .25s; transition: all ease .25s; }
.selected-categories ul.selected-list li:hover { cursor: pointer; background-color: rgba(0, 0, 0, 0.1); }
.selected-categories ul.selected-list li .fa-times { padding-right: 5px; }

.sort-by { text-transform: uppercase; }
.sort-by span { font-size: 0.8em; font-weight: 600; letter-spacing: 1px; font-family: "freight-sans-pro", sans-serif; color: #888; }
.sort-by select { margin-bottom: 0; font-size: 1.4em; }

.price-container { padding: 0.5em 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.price-container h2, .price-container h3 { margin-bottom: 0; }

.products-grid h1 { text-align: left !important; margin: 0.8em 0 0.5em 0 !important; font-size: 1em !important; }

.view-container { margin-top: -1em; }

.view-btn { padding: 0em; font-size: 0.9em; text-align: center; margin-bottom: 0; float: right; width: 25px; height: 25px; padding-top: 2px; padding-left: 1px; border-radius: 50%; background: #d66759; color: #fff; opacity: 0; }
.view-btn:hover { background: #ca4332; }
@media screen and (max-width: 768px) { .view-btn { display: none; } 
th, td {
    text-align: left;
    padding: 15px;
    vertical-align: initial;
    width: 100%;
    float: left;
}
}

li.thumbnail:hover .view-btn { opacity: 1; }

.related-products h3 { font-style: italic; }

/***********************************************************************************************/
/* Breadcrumbs */
/***********************************************************************************************/
.breadcrumbs { border: none; background-color: #fff; padding: 0; }

.breadcrumbs > * a, .breadcrumbs > * span { color: #d66759; letter-spacing: 1px; font-family: "freight-sans-pro", sans-serif; font-weight: 500; }

/***********************************************************************************************/
/* Product Detail Page */
/***********************************************************************************************/
.product-img-container img.main-img { padding: 0 0.5em 0 0; width: 100%; }
@media screen and (min-width: 1024px) { .product-img-container { padding-right: 0 !important; } }
.product-img-container h1 { font-size: 1.1em; text-align: center; border: 2px solid rgba(46, 54, 83, 0.15); padding: 0.5em; display: none; margin-right: 0.5em; }
@media screen and (max-width: 640px) { .product-img-container h1 { display: block; } }

.product-thumb { position: relative; }
.product-thumb:hover { cursor: pointer; }
.product-thumb .fa-play-circle-o { color: #d66759; background: rgba(255, 255, 255, 0.45); border-radius: 50%; height: 24px; width: 23px; font-size: 25px; position: absolute; padding-left: 1px; top: 34%; left: 28%; }

@media screen and (min-width: 1024px) { .product-desc-container { padding-left: 0 !important; } }
.product-desc-container h1 { font-size: 1.4em; }
@media screen and (max-width: 640px) { .product-desc-container h1 { display: none; } }
.product-desc-container h2 { font-family: "freight-sans-pro", sans-serif; margin-bottom: 0; font-size: 0.9em; }
.product-desc-container h2 a { color: #d66759; }
.product-desc-container h2 a:hover { color: #ca4332; }
@media screen and (max-width: 640px) { .product-desc-container h2 { margin-top: 1em; } }
.product-desc-container h3 { font-family: "freight-sans-pro", sans-serif; font-size: 0.75em; margin-bottom: 0; }
.product-desc-container h3 a { color: #2e3653; }
.product-desc-container h3 a:hover { color: #d66759; }
.product-desc-container p { font-size: 0.925em; line-height: 1.4; border-top: 1px solid #f0f0f0; padding-top: 0.8em; margin-top: 0; }

h4.product-share { text-align: right; margin: 0; }
h4.product-share a { color: #6c6c6c; font-family: "freight-sans-pro", sans-serif; font-size: 0.7em; text-transform: uppercase; }
h4.product-share a:hover { color: black; }

.signature { font-size: 0.7em; padding-bottom: 0.8em; border-bottom: 1px solid #f0f0f0; margin-bottom: 1.5em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #aaa; }
.signature img { width: 10%; webkit-border-radius: 50%; o-border-radius: 50%; moz-border-radius: 50%; border-radius: 50%; margin-right: 0.5em; }

.price { border-top: 1px solid #f0f0f0; padding: 0.4em 0; margin: 0.5em 0 1em 0; }
.price strike { margin: 0 5%; color: #B1B1B1; font-weight: 100; }
.price span.price-off { font-style: italic; color: #d66759; font-weight: 100; }

select { background-position: 90% center; background-color: #fff; color: #888888; font-weight: 100; margin-top: 0.3em; }
select:hover { border-color: #CA4720; background-color: #fff; }

[class*="block-grid-"] > li { padding: 0.5em 0.5em 0em 0 !important; }

.reveal-link { border-top: 1px solid #f0f0f0; padding: 0.5em 0; display: block; }
.reveal-link h1 { font-size: 1em; font-weight: 100; color: #d66759; }
.reveal-link:hover h1 { color: #ca4332; }

@media screen and (min-width: 1024px) { .reveal-container { padding-left: 0 !important; } }

.product-specifics { padding-right: 2em; }
.product-specifics h1 { font-size: 0.9em; font-family: "freight-sans-pro", sans-serif; font-weight: 600; margin-top: 0.5em; margin-bottom: 0.1em; }
.product-specifics p { font-size: 0.9em; margin-top: 0; margin-bottom: 0.8em; }
.product-specifics p a { display: block; color: #d66759; }
.product-specifics p a:hover { color: #ca4332; text-decoration: underline; }

.italic { font-style: italic; }

.product-recommends { border-top: 1px solid #f0f0f0; padding-top: 1.5em; margin-top: 1em; }
.product-recommends h1 { display: inline-block; font-size: 1.2em; margin-bottom: 0; font-family: "freight-sans-pro", sans-serif; }
.product-recommends p { margin-top: 0.5em; margin-bottom: 2em; color: #6c6c6c; font-size: 0.9em; }

img.designer-thumb { width: 100%; webkit-border-radius: 50%; o-border-radius: 50%; moz-border-radius: 50%; border-radius: 50%; border: 1px solid #A5A5A5; padding: 3px; background: #fff; }

.related-products h1 a { font-family: "freight-sans-pro", sans-serif; display: block; text-align: center; font-size: 14px; margin-top: 0.5em; color: #888; font-weight: 400; }
.related-products h2 { font-size: 0.9em; display: inline-block; }
.related-products h3 { display: inline-block; font-size: 0.9em; color: #d66759; }
.related-products li { padding: 0 2em !important; position: relative; }
.related-products { position: relative; margin-bottom: 2em; }
.related-products:hover > h1 a { color: #d66759; }
.related-products:hover > .red-line { opacity: 1; }
.related-products .red-line { width: 20px; height: 1px; background-color: #d66759; margin: 0 auto; opacity: 0; }
.related-products .thumb-hover { position: absolute; top: 25%; left: 30%; }

.view-button { font-weight: 500; padding: 0.5em 1em; background: #d66759; color: #fff; font-size: 0.8em; letter-spacing: 1px; text-transform: uppercase; }

#cylindo-wrapper { width: 100%; height: 560px; }

.is-hidden { display: none; }

#PageContainer {
  background: #fff;
}


.promo-center {
  position: absolute;
  top: 20%;
  right: 36%;
}

.related-products {
  padding: 0 2em !important;
  
}

.related-products-container {
  margin-bottom: 2em;
}

/*================ Compressed nav if too many links ================*/


.site-nav__item.site-nav--compress__menu {
  display: none;
}


.site-nav__link {
  font-family: "freight-sans-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: .8em;
}

.site-header__logo img {
  margin: 0 auto;
  width: 100px;
  /* background-color: #fff; */
  padding: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  opacity: .8;
}


.form-error, .errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e;
  width: 80%;
  position: relative;
}

.swatch label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    min-width: 40px !important;
    height: 40px !important;
    margin: 0;
    border: #888 1px solid;
    background: #d9d9d9;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
}

.upsell-container {
  border: none;
  margin: 3em 0 1em 0;
  padding: 1em;
  float: left;
  width: 50%;
}

.upsell-container img {
  border-radius: 3px;
  border:1px solid #999;
}


.upsell-container .h1 {
  font-family: "franklin-gothic-urw-comp",sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.3em;
  margin-bottom: 1em;
}

.drawer a {
  color: #333;
  border: none;
  text-transform: none;
  letter-spacing: 1px;
}

  .quantity-selector {
  margin: 0.5em 0;
  font-family: "franklin-gothic-urw-comp",sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
}
  
  .swatch {
  margin: 0;
  display: inline-block;
}
  
  .swatch label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  min-width: 40px !important;
  height: 40px !important;
  margin: 0;
  border: #ccc 1px solid;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  text-transform: uppercase;
}

.soldout {
  display:none;
}

.full {
  border-top: 1px solid #eee;
  background-color: rgba(248, 248, 248, 0.15);
}

.prod {
  float: left;
  width: 100%;
  padding: 4%;
  margin: 2% 0%;
  position: relative;
  /* border: 5px solid #fff; */
  overflow: hidden;
  border: 1px solid #4C8F99;
  background-color: #fff;
  color: #fff !important;
  border-radius: 4px;
}

#section5 {
  height:800px;
}

#skrollr-body {
  z-index: 99999999 !important;
}

.drawer--right[style] {
  z-index:9999999999999999999999999999999999 !important;
}

.product-breadcrumbs {
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0.5em;
  display: none;
}

.submit input[type="submit"] {
  background: #AD2B2B;
  border: 2px solid #AD2B2B;
  color: #FFFFFF;
  border-radius: 3px;
}

.ajaxcart__row p {
  margin: 0 0 0em 0;
}

.ajaxcart__row {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e9e9e9;
}

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


/* JAS */
.xsweettooth-widget-tab {display:none;}
.article-content-data {display:none;}
.blog-list .article-post img {display:none;}
.blog-list .blog-article-img {height:248px;}


.fancyboxPop-overlay[style] {
    overflow: hidden;
    /* overflow-y: scroll; */
    z-index: 9999999999999999999999999999999999999 !important;
}

.fancyboxPop-lock[style] {
  z-index: 9999 !important;
            }

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 999999999;
    height: 100%;
    display: none;
}

#CartDrawer, #NavDrawer {
    background: #fff;
    z-index: 9999999999;
}



.js-drawer-open-right .is-moved-by-drawer {
  -webkit-transform: translateX(0px); */
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); */
  overflow: hidden;
   opacity: 1;
}



.js-drawer-open-left .is-moved-by-drawer {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  overflow: hidden;
  opacity: 1;
}

.cart-remove {
  position: absolute;
  top: 0px;
  right: 0px;
}
.xxxajaxcart__product-meta {
    display: block;
    width: 90%;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.wholesale-prevent
{
	padding:20px;font-size:32px;text-align:center;
}
.cart-stop-var
{
  padding:8px;
  border:1px solid red;
  color:red;
  margin:10px 0px;
  font-size:20px;
}
.btn-disabled,.btn-disabled:hover {background-color:#eeeeee;}

#skrollr-body {
    z-index: 99999 !important;
}

.btn-disabled, .btn-disabled:hover {
    background-color: #CECECE !important;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
}

.blog__item {
  display: flex; 
}

.blog-content {
   display: flex;
   flex-direction: column;
   width: 100%;
}
.blog-content p {
  flex: 1 0 auto;
}


.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (max-width : 768px){ .mobileShow { display: inline-block;}
   }

.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (max-width : 768px){  .mobileHide { display: none;}
   }
  
#productSelect, .single-option-selector {
display: none;

}

.push-out {
    display: block;
    right:0px;
  }