/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}
.wsa-demobar {
  bottom: 0;
  top: auto !important;
}
body {
  line-height: 1; 
  margin-top: 0 !important;
}
ol, ul {
  list-style: none; 
}
blockquote, q {
  quotes: none;
  font-size: 24px;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
img {
  display: block;
}
.clear {
  clear: both;
}
.table {
  display: table;
  margin: 0 auto;
}
.gui-blog-nav {
  top: auto;
  box-shadow: none;
  padding:0 !important;
  z-index: 1000;
  width: 100%;
}

/* Home blog
================================================== */
.home-blog .button {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.home-blog .button a {
  margin-top: 2em;
}
.home-blog .article {
 	min-height: 260px;
  padding: 0;
  margin: 10px 15px;
  width: calc(100% - 30px);
}
.home-blog .article::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
}
.home-blog .article-text {
  z-index: 1000;
  position: absolute;
  padding: 30px;
  bottom: 0;
}
.home-blog a:hover {
 	text-decoration: none; 
}

@media only screen and (min-width: 768px) {
 	.home-blog .article {
    width: calc(50% - 30px);
    min-height: 360px;
	} 
}

/* Blog
================================================== */
/* archive - posts */
.gui-col2-right-col1 {
  float: right !important; 
  width: 65% !important;
}
/* archive - sidebar */
.gui-col2-right-col2 {
  float: left !important;
  width: 30% !important;
  padding-right: 4em !important;
}
.gui-block,
.gui-block-title,
.gui-block-linklist li {
  border: none !important;
}
.gui-blog .gui-page-title {
  display: none !important;
}
.gui-blog-article {
  margin-bottom: 80px !important;
  border-bottom: none !important;
} 
.gui-blog-article h1 {
  font-size: 1.875em !important;
}
.gui-blog-article-comments span {
  background: none !important;
  margin-top: -5px !important;
  color: #555 !important;
}
.gui-blog-article-comments span::before {
  content: '\f27a';
  font-family: 'fontawesome';
  padding-right: 4px;
  font-size: 14px;
}
.gui-blog-article-content {
  padding: 15px 0 25px !important;
}
.gui-blog-nav {
  padding-top: 15px !important;
  position: relative !important;
}

@media only screen and (max-width: 991px) {
  /* archive - posts */
  .gui-col2-right-col1 {
    width: 65% !important;
  }
  /* archive - sidebar */
  .gui-col2-right-col2 {
    width: 35% !important;
    padding-right: 2em !important;
  }
}
@media only screen and (max-width: 767px) {
  .gui-col2-right-col1,
  .gui-col2-right-col2 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gui-blog-nav {
  	position: relative !important;
    padding: 30px 0 !important;
	}
}
.post-archive-info {
  margin-top: 15px;
}
.blog-header {
 	margin: 2em 0 4em;
}
.post {
  margin-bottom: 6em;
}
.post-meta {
  margin-top: 1.5em;
}
.single-post-content {
  margin-bottom: 4em;
}
.single-post-image img {
 	width: 100%;
  height: auto;
}
.share-links ul li {
  font-size: 20px;
}
.single-post-meta {
  padding-top: 4px;
}
.single-post-content ul,
.textpage-content ul {
  list-style: disc;
  margin: 24px 0 24px 20px;
  padding-left: 20px;
}
.single-post-content blockquote {
  margin: 24px 24px 24px -8.3%;
  line-height: 1.45;
  font-style: italic;
  padding-left: 20px;
}
.single-post-content blockquote::before {
 	content: '\f10d';
  font-family: fontawesome;
  margin-left: -20px;
  margin-right: 15px;
  font-size: 20px;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    margin: 24px 0 15px;
}
.row.comments {
 	margin: 0 0 4em; 
  padding-top: 0;
}
.comment-form {
  padding-top: 4em;
}
.comment-form form input[type="text"],
.comment-form form textarea {
 	width: 100%;
  max-width: none;
}
.comment-form .form-row {
	margin-bottom: 24px;
}
.comment {
  border-bottom: 1px solid;
  padding: 40px 20px;
}
.comment i {
 	font-size: 20px;
  padding-top: 3px; 
}
.comment .info {
  font-size: 13px;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
 	.single-post-content blockquote {
   	margin: 24px 0; 
  }
  blockquote, q {
   	font-size: 18px; 
  }
  .share-links {
    display: inline-block;
	}
  .share-links ul li {
    float: left;
    padding-right: 8px;
	}
  .row.comments {
   	margin: 0; 
  }
  .comment {
   	padding: 40px 0; 
  }
}

/* Basics
================================================== */
* { 
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;  
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;  
}
body {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
}
html {
    overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

@media (max-width: 767px) {
  body {
    font-size: 13px !important; 
  }
}

.left { float: left !important; }
.right { float: right !important; }
.center { text-align: center; margin: auto; }
.hide { display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

h1 { font-size: 2.3125em; font-weight: 400; }
h2 { font-size: 2.0875em; }
h3 { font-size: 1.4375em; }
h4 { font-size: 1.175em; } 
h5 { font-size: 1em; } 
h6 { font-size: 1em; }

@media (max-width: 991px) {
  h1 { font-size: 1.6875em; }
  h2 { font-size: 1.475em; }
  h3 { font-size: 1.375em; }
}

p { margin: 10px 0 0 0;}

p img { 
  margin: 0;
  max-width: 100%;
  height: auto;
}

img.grayscale {
 	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 80%; }

hr { 
  border-width: 1px 0 0; 
  clear: both; 
  margin: 0px; 
  height: 0; 
  width: 100%;
}
hr.full-width {
  position: absolute;
  left: 0px
}

.no-underline a, a.no-underline { text-decoration: none; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.fixed { position: fixed; }
.relative { position: relative; }
.absolute { position: absolute; }
.full-width { width: 100%; }
.height-auto { height: auto; }
.display-block { display: block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }

.inline-block { display: inline-block; }

.bold { font-weight: 600; }

.text { font-size: 1em; }
.text-m { font-size: 1.143em; }

.background-primary { background: #54afe9; }

.px1 { padding-left: 0.5em; padding-right: 0.5em; }
.px2 { padding-left: 1em; padding-right: 1em; }
.px3 { padding-left: 1.5em; padding-right: 1.5em; }

.py1 { padding-top: 0.5em; padding-bottom: 0.5em; }
.py2 { padding-top: 1em; padding-bottom: 1em; }
.py3 { padding-top: 1.5em; padding-bottom: 1.5em; }

.p1 { padding: 0.5em; }
.p2 { padding: 1em; }
.p3 { padding: 1.5em; }
.p4 { padding: 2em; }
.p5 { padding: 2.5em; }
.p6 { padding: 3em; }

.pl0 { padding-left: 0 !important; }
.pr0 { padding-right: 0 !important; }

.m1 { margin: 0.5em; }
.m2 { margin: 1em; }
.m3 { margin: 1.5em; }
.m4 { margin: 2em; }
.m5 { margin: 2.5em; }
.m6 { margin: 3em; }

.mt1 { margin-top: 0.5em; }
.mt2 { margin-top: 1em; }
.mt3 { margin-top: 1.5em; }
.mb1 { margin-bottom: 0.5em; }
.mb2 { margin-bottom: 1em; }
.mb3 { margin-bottom: 1.5em; }

.mx1 { margin-left: 0.5em; margin-right: 0.5em; }
.mx2 { margin-left: 1em; margin-right: 1em; }
.mx3 { margin-left: 1.5em; margin-right: 1.5em; }

.mx-auto { margin-left: auto; margin-right: auto; }

.my1 { margin-top: 0.5em; margin-bottom: 0.5em; }
.my2 { margin-top: 1em; margin-bottom: 1em; }
.my3 { margin-top: 1.5em; margin-bottom: 1.5em; }

.nowrap { white-space: nowrap; }

.border {
  border-style: solid;
  border-width: 1px;
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}
.border-primary { border-color: #54afe9; }

.fontawesome {
  font-family: fontawesome;
}

/* Element colors */
.light, .light a, .light button.text-cta,
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
  color: #fff !important;
}
a.text-cta:hover {
  background-color: inherit;
}

/* Banners */
.banner-title {
  margin-bottom: .2em;
}
.banner-subtext {
  font-size: 1.175em;
}
.banner-content a.text-cta {
  margin-bottom: 0; 
}
.banner a:hover {
  text-decoration: none; 
}
.promo-banner {
 	margin-bottom: 2em; 
}
.promo-banner.expired {
  display: none;
}
.promo-banner img {
  width: 100%; 
}
.promo-content {
 	padding: 3em;
  margin: 0 auto;
  max-width: 800px;
}
.promo-banner a,
.promo-banner a:hover {
  text-decoration: none;
}
.promo-content h2 {
 	font-weight: 400; 
  font-size: 24px;
  margin-bottom: 0;
}
.promo-content span {
  /*margin-top: 10px; */
}
div#countdown {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
}
#countdown .timer {
 	font-weight: 600;
  font-style: normal;
}
.promo-banner span,
.promo-banner a span {
  opacity: .8;
}

@media (max-width: 991px) {
 	.promo-content {
    padding: 20px 0;
    font-size: 10px;
	}
  .promo-content h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
 	.promo-content {
    padding: 20px 0;
    font-size: 10px;
	}
  .promo-content h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  div#countdown,
  #countdown .timer {
   	font-size: 11px;
  }
  div#countdown {
   	padding-top: 0; 
  }
}

/* Links */
a {
  -moz-transition: color 0.3s ease, background-color 0.2s ease;
  -webkit-transition: color 0.3s ease, background-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.2s ease;
  outline: 0;
}
a, a:visited { color: #54afe9; outline: 0; text-decoration: none; }
a:hover, a:focus { color: #54afe9; outline: 0; text-decoration: underline; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }

/* List */
ul { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.1em 0 0.1em 1em; font-size: 12px;  }

/* Input */
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid;
  border-radius: 0;
  padding: 8px 12px;
  outline: none;
  color: #777;
  margin: 0;
  width: 100%;
  max-width: 200px;
  display: inline-block;
  line-height: 18px;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}
select {
  -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
  background-image: url(angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 95% 50%;
  height: 40px;
}

@media (max-width: 992px) {
  select {
    max-width: 100%;
    height: 32px;
  }
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
      padding: 10px;
    max-width: 100%;
  }
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #54afe9;
  color: #444; 
}
textarea {
  min-height: 60px; 
}
label,
legend,
label span {
  font-size: 12px;  
}
input[type="checkbox"] {
  display: inline; 
}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-style: italic;
  cursor: pointer;
  line-height: 44px;
  height: 44px;
  min-width: 100px;
  padding: 0px 12px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.text-cta {
  background: none;
  padding: 0;
  display: block;
  margin: 15px 0;
  border: none;
  text-transform: none;
  font-size: 1.1375em;
  font-weight: 600;
  cursor: pointer;
}
a.text-cta:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  margin-left: 5px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.text-cta:hover:after {
  margin-left: 10px;
}

@media (max-width: 767px) {
  a.btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    line-height: 40px;
    height: 40px;
  }
}

.title-featured{
  margin-bottom:20px;
}

/* Align vertical */
.align {
  display: table;
  width: 100%;
}
.align > div {
  float: none;
}
.align .vertical {
  display: table-cell;
  vertical-align: middle;
}

/* Bootstrap */
.row {
  padding-top: 30px;
}
.container.slim {
  max-width: 800px;
}
.content {
  padding-bottom: 60px;
}
.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside;
}
.tabsPages .page.info ol,
.page-title .col-md-7 ol,
.page-title .col-md-12 ol {
  list-style: decimal;
  list-style-position: inside;
}
.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a  {
  text-decoration: underline;
}

/* header
================================================== */
.logo-usp h1 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}
.header-usp-wrap .fa,
.product-usp-wrap .fa {
  padding-right: 2px;    
}
.product-usp-wrap {
 	text-align: left; 
  padding-top: 40px;
}
.header-usp-1, .header-usp-2,
.product-usp-1, .product-usp-2 {
  line-height: 0;
}
.product-usp-1 {
  border-right: 1px solid #eee;
}
span.header-usp-title,
span.product-usp-title {
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.25;
}
span.header-usp-subtext,
span.product-usp-subtext {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.header-usp-wrap-mobile {
  padding: 8px 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  /*margin-bottom: 30px;*/
  display: flex;
  vertical-align: middle;
  width: 100%;
}
ul.mobile-quick-links {  
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mobile-quick-links li {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid;
}
.mobile-quick-links li:first-child {
  border-left: none; 
}

@media (min-width: 1025px) {
  .navigation.container {
    padding: 15px 0; 
  } 
  .header-usp-wrap {
    text-align: right;
  }
  span.header-usp-subtext,
  span.product-usp-subtext {    
    line-height: 1.75;
  }
}

@media (min-width: 768px) {
   .header-usp-2,
   .product-usp-2 {
    padding-right: 0;  
  }
  .logo img {
   	height: 40px; 
  }
  .logo.medium img {
   	height: 50px;
  }
  .logo.large img {
   	height: 75px;
  }
  .logo.x-large img {
   	height: 100px;
  }
}

@media (max-width: 1024px) {
  span.header-usp-title,
  span.product-usp-title {
  	text-transform: uppercase;
  	font-size: 11px; 
  }
  span.header-usp-subtext,
	span.product-usp-subtext {
   	font-size: 11px; 
  }
  .product-info .product-price .price {
   	font-size: 17px; 
  }
  .logo-usp h1 {
    font-size: 14px;
    line-height: 40px;
	}
}

@media (max-width: 767px) {
  .mobile-quick-links.visible-xs {
    display: flex !important; 
  }
}

/* .topnav */
.topnav {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0px;
  font-size: 13px;
  line-height: 13px;
}
.topnav a {
  color: #797979;
  line-height: 16px;  
  text-decoration: none;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.topnav a:hover {
  opacity: 0.8;
}
.topnav .glyphicon {
  margin: 0px 10px 0px 20px;
}
.topnav ul.left > li {
  float: left;
  padding-right: 15px;
}
.topnav ul.left li:last-child {
  padding-right: 0;
}
.topnav span.phone .fa {
  padding-right: 2px; 
}
.topnav span.topbar-msg,
.topnav .locations-link {
  position: relative;
  float: left;
}
.topnav span.topbar-msg,
.topnav .locations-link {
 	line-height: 13px; 
}
.topnav span.topbar-msg i,
.topnav .locations-link i {
  padding-left: 2px;
}
.topnav .locations-link {
 	border-left: 1px solid rgba(255,255,255,.5);
  padding-left: 7px;
  margin-left: 7px;
}

@media (max-width: 1024px) {
  .topnav .my-account {
    display: none;
  }
  .topnav {
    position: relative;
    z-index: 1000;
  }
  .topnav .locations-link {
  	top: 0;
  }
  .topbar-msg,
  .topbar-msg, .locations-link {
   	display: block;
    padding: 4px 0;
  }
  .topnav .languages,
  .topnav .currencies,
  .topnav .topbar-contact {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.topnav .currencies {
  float: left;
}
.topnav .currencies a.active {
  font-weight: 600;
}
.topnav .languages {
  float: left;
  text-transform: uppercase;
  cursor: pointer;
}
.languages .flag {
  float: left;
  background-image: url(flags.png);
  background-repeat: no-repeat;
  margin: 4px 0;
  margin-left: 10px;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  clear: none;
}
.languages .flag.nl { background-position:-7px -2px; }
.languages .flag.de { background-position:-7px  -22px; }
.languages .flag.en { background-position:-7px  -42px; }
.languages .flag.fr { background-position:-7px  -62px; }
.languages .flag.es { background-position:-7px  -82px; }
.languages .flag.it { background-position:-7px  -102px; }
.languages .flag.el { background-position:-7px  -122px; }
.languages .flag.tr { background-position:-7px  -142px; }
.languages .flag.pt { background-position:-7px  -162px; }
.languages .flag.pl { background-position:-7px  -182px; }
.languages .flag.sv { background-position:-7px  -202px; }
.languages .flag.ru { background-position:-7px  -222px; }
.languages .flag.da { background-position:-7px  -242px; }
.languages .flag.no { background-position:-7px  -262px; }
.languages .flag.fc { background-position:-7px  -282px; }
.languages .flag.us { background-position:-3px  -302px; }

/* nav */
.navigation .logo img {
  max-width: 100%;
}
.navigation {
  padding-top: 5px;
  padding-bottom: 15px;  
}
nav.primary {
  display: inline-block;
}
nav.desktop ul {
  float: right;
}
nav.desktop ul, 
nav.desktop ul li {
  margin: 0px;
  line-height: 18px;
  text-align: left;
}
nav.desktop ul a, nav.desktop ul a:visited {
  color: #414141;
}
nav.primary.mobile ul {
  text-align: left; 
}
nav.primary.desktop ul {
  float: left;
  width: 100%;
}
nav.primary ul li.search-mobile {
  margin-bottom: 20px; 
}
nav.desktop .glyphicon-play,
nav.desktop .glyphicon-remove,
nav.desktop .icon-remove,
nav.desktop .icon-drop {
  display: none;
}
nav.desktop .item {
  float: left;
  margin-right: 20px;
}
nav.desktop .item:last-child {
  margin-right: 0px;
}
nav.desktop .item .itemLink {
  display: block;
  padding: 4px 10px 15px;
  color: #414141;
  position: relative;
  z-index: 2; 
  line-height: 20px;
}
nav.desktop .item.active .itemLink {
  color: #54afe9;
}
nav.desktop .item.hover .itemLink {
  text-decoration: none;
  background-color: white;
}
nav.desktop .item.sub.hover .itemLink {
  border-bottom-color: white;
}
nav.desktop .item .itemLink:first-child {
  padding-left: 0;
}
nav.desktop .subnav {
  display: none;
  margin-top: -1px;
  background-color: white;
  position: absolute;
  min-width: 180px;
  border: 1px solid #e5e5e5;
  z-index: 10;
  padding: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
nav.desktop .subnav .subitem {
  border-bottom: 1px solid #f0f0f0;
  background-color: white;
  position: relative;
  font-size: 13px;
  font-weight: 400;
}
nav.desktop .subnav .subitem:last-child {
  border-bottom: transparent;
}
nav.desktop .subnav .subitem.view-all-cats {
  font-weight: bold;
  font-size: 12px;
}
nav.desktop .subnav .subitemLink {
  display: block;
  padding: 10px;
  white-space: nowrap;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;  
  text-decoration: none;
}
nav.desktop .subnav .subitem .subitemLink:hover {
  background-color: #f7f7f7;
  color: #414141;
}
nav.desktop .subnav .subnav {
  top: 0;
  left: 80%;
  z-index: 980;
}
nav.desktop .subnav .subnav .subitemLink {
  padding: 8px;
}
.primary-nav.container {
  margin: 30px 0 0;
  line-height: inherit;
}
nav .item .icon-drop {
  position: absolute;
  right: 20px;
  top: 10px;
}

@media (max-width: 1024px) {
  .navigation .logo img {
    zoom: 50%;
	}
}

/* Mega menu */
@media (min-width: 1025px) {
  nav.primary,
  .cart-acct-wrap {
   	float: none;
  }
  nav.primary.mega .subnav {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 0;
    border: 0;
    border-top: 3px solid;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    padding: 30px 45px;
  }
  nav.primary.mega .subnav ul {
    float: none;
  }
  nav.primary.mega .subnav .container.desktop {
    display: flex; 
  }
  nav.primary.mega .sub-cats {
    min-width: 300px;
  }
  nav.primary.mega .subnav .sub-cats.two-col ul {
    /*-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;*/
  }
  nav.primary.mega .subnav .subitemLink {
    padding: 0;
    border: none;
  }
  nav.primary.mega .subnav .subitem {
    margin: 0 0 8px;
    border: none;
  }
  span.subcat-title {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 800;
  }
  .mega-feat-product {
    padding: 0 10px; 
  }
  .mega-feat-product img {
    width: 100%;
    height: auto;
    max-width: 350px;
  }
}

@media (min-width: 992px) {
 	nav.primary,
  .cart-acct-wrap {
   	float: inherit;
  } 
}

@media (max-width: 1200px) {
 	nav.primary ul li.item {
    margin-right: 5px;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  nav.mobile:not(.mega) .subnav .subitemLink {
    padding: 5px 15px; 
  }
}

/* Cart and account links */
ul.cart-acct li {
  float: left;
  padding: 0 6px;
}
ul.cart-acct li:last-child {
  padding-right: 0; 
}
.cart-acct img {
  display: inline-block;
  max-height: 18px;
}
span.bag-count {
  font-size: 11px;
  font-weight: 800;
  padding-left: 2px;
}
.cart-acct i {
  font-size: 20px;
}
.cart-acct a:hover {
  text-decoration: none; 
}
.cart-acct ul.dropdown-menu {
  padding: 0;
  left: auto;
  right: 0;
}
.cart-acct ul.dropdown-menu li {
  float: none;
  border-bottom: 1px solid #eee;
  padding: 6px;
}
.cart-acct ul.dropdown-menu li:last-child {
  border-bottom: none;
}
a.chat-dropdown,
a.curr-dropdown {
  cursor: pointer; 
}

/* #formSearch */
#formSearch,
#formSearchMobile,
#menuSearchMobile {
  position: relative;
  width: 100%;
  float: right;
  margin-left: 10px;
}
.search-form {
  margin: 4px 0;
}
#formSearch input,
#formSearchMobile input,
#menuSearchMobile input {
  padding-left: 30px; 
  margin-bottom: -1px; 
  width: 100%;
  max-width: none;
}
#formSearch .fontawesome.fa-search {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 5px;
  left: 10px;
}
#formSearchMobile .search-icon {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 14px;
}
#formSearch .search-icon {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 14px;
}
#formSearch .fontawesome.search:before,
#formSearch .fontawesome.fa-search:before {
  content: '\f002';
}
.mobile{
 -webkit-transform: translate3d(0,0,0);
}
.search-form.mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  background: #fff;
  height: 55px;
}
.search-form.mobile #formSearchMobile {
  padding: 6px 0 10px;
}
.search-form.mobile input[type="text"] {
  padding: 10px 10px 8px;
  margin: 0;
}

/* burger open/close */
.align .burger {
  display: none;
  width: auto;
  padding-right: 4px;
}
@media (max-width: 1024px) {
  nav {
    width: 240px;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    left: 0;
    top: 0;
    z-index: -1000px;
  }
  header nav {
    z-index: 0;
  }
  nav.primary, header.closed nav.primary {
    display: none; 
  }
  header.open nav.primary {
    display: block;
    padding-top: 42px;
    z-index: 1000;
  }
  .navigation .burger {
    position: relative;
    display: table-cell;
    cursor: pointer;
    z-index: 10;
  }
  .navigation .burger i {
    font-size: 18px;
    line-height: 40px;
  }
  .navigation .burger.open li {
    background-color: #54afe9;
  }
  nav .item .itemLink, nav .subitem .subitemLink {
    display: block;
    padding: 5px 15px;
    font-weight: 400;
    text-decoration: none;
  }
  nav .subitem .subitemLink {
    padding-left: 0;
  }
  .wrapper {
    position: relative;
    z-index: 1;
  }
  header {
    margin-left: 0px;
    width: 100%;
    overflow: visible; 
  }
  header.open {   
    margin-left: 240px;   
  }
  header.close { 
    margin-left: 0px; 
  }
  .wrapper {
    left: 0px; 
  }
  .wrapper.open {   
    left: 240px;
  }
  .wrapper.close {
    left: -9999;
  }
  
  /* .view-subnav */
  .item.sub {
    position: relative;
  }
  .item.sub .itemLink {
    padding-right: 40px;
  }  
  .item.sub.view-subnav .itemLink {
    font-weight: 600;
    padding-right: 15px;
  }
  nav .item.view-subnav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 30px;
    z-index: 1000; 
  }
  nav .subnav {
    display: none !important;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
  }
  nav .view-subnav .subnav {
    display: block !important;
    width: 100%;
    margin: 0px;
  }
  nav .subnav .subnavList {
    margin-left: 0; 
  }
  nav .subnav .subnavList .item .itemLink {
    padding-left: 0;
  }
  @-webkit-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @-moz-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  nav .view-subnav .subnav .subnav .subitemLink {
    padding-left: 15px;
  }
  
  /* icons */
  nav .glyphicon-play {
    color: #333;
    position: absolute;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
  }
  nav .item.view-subnav .glyphicon-play,
  nav .glyphicon-remove,
  nav .icon-remove,
  nav .item.view-subnav .icon-drop {
    display: none; 
  }
  nav .glyphicon-remove,
  nav .icon-remove {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    color: #333;
    right: 20px;
    top: 38px;
    font-size: 14px;
  }
  .logo-usp {
    width: 80%;
    float: left;
    padding-left: 15px;
  }
  .navigation.container {
    padding: 8px 0;
  }
  .primary-nav.container {
    margin: 0;
    width: 20%;
    float: right!important;
  }
  .cart-acct-wrap {
    padding: 8px 0 6px;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  header {
    border: 0px;
  }
  .logo-usp {
    width: 50%;
    height: 40px;
  }
  .navigation.container {
    /*height: 40px;*/
    padding: 0;
  }
  .primary-nav.container {
    width: 50%;
    padding: 4px 15px;
  }
  .cart-acct-wrap {
    padding: 4px 0 6px;
  }
  .navigation .logo {
    width: 85%;
    position: relative;
    z-index: 1;
    line-height: 0px;
    padding: 0;
  }
  .navigation .logo img {
    display: inherit;
    max-height: 45px;
  }  
  .search-mobile #menuSearchMobile input {
 		font-size: 11px;
  	color: #ccc;
    padding-left: 10px;
    font-weight: normal;
	}
  #formSearch, #formSearchMobile, #menuSearchMobile {
    float: none;
    width: 100%;
    padding: 15px 15px 0;
    margin: 0px;
  }
  #formSearch input,
  #formSearchMobile input,
  #menuSearchMobile input {
    max-width: 100%;
  } 
}
/* .page-tile .breadcrumbs
================================================== */
.page-title h1 {
  font-size: 1.6875em;
  font-weight: 300;
}
.page-title h1.product-page {
  float: left;
  margin-right: 5px;
}
.textpage.page-title {
 	margin: 2em 0; 
}
.collection-main .page-title > h1 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title h1 { 
    font-size: 1.475em; 
  }
}

.page-title .glyphicon  {
  font-size: 12px;
  top: -1px;
  float: left;
  margin-left: 5px;
  line-height: 24px;
}
.breadcrumbs, .breadcrumbs a {
  font-size: 12px;    
  text-decoration: none;
  font-style: italic;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .page-title h1 {
    margin-bottom: 0px;
  }
  .breadcrumbs {
    clear: both;
    margin-top: 5px;
  }
}

/* .slider
================================================== */
/* .headline */
.headline {
  margin-top: 30px;
  position: relative;
}
.headline.single {
  margin-bottom: 30px;
}
.headline .slider {
  border: 1px solid #e5e5e5;
}
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider li {
  float: left;
}
.slider img {
  display: block;
  max-width: 100%;
  background-color: #f7f7f7;
  height: auto !important;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  background-color: #414141;
  opacity: 0.2;
  padding: 5px 6px 5px 5px;
}
.headline:hover .slider-prev,
.headline:hover .slider-next,
.brands:hover .slider-prev,
.brands:hover .slider-next {
  opacity: 1;
}
.slider-prev {
  left: 26px;
}
.slider-next {
  right: 26px;
}
.slider-pagination {
  width: 100%;
  text-align: center;
  line-height: 0px;
  margin: 20px 0px;
}
.slider-pagination a {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #414141;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-indent: -9999px;
  margin: 0px 6px;
  padding: 0px;
  border: 1px solid #54afe9;
}
.slider-pagination a.active {
  background: #54afe9;
}

/* .brands */
.brands.row {
  position: relative;
  padding: 0;
  margin: 0;
}
.brands .slider li {
  width: 285px;
  padding: 30px;
}
.brands .slider-prev,
.brands .slider-next {
  margin-top: -18px;
  font-size: 24px;
  background-color: transparent;
}
.brands .slider-prev {
  left: 0;
}
.brands .slider-next {
  right: 0;
}
.brands .grid ul li {
	margin: 0;
  padding: 30px 15px;
  float: left;
}
.brands .grid img {
  width: 100%;
}
.grid.col-3 ul li {
  width: 33.33%;
}
.grid.col-4 ul li {
  width: 25%;
}
.grid.col-5 ul li {
  width: 20%;
}
.grid.col-6 ul li {
  width: 16.66%;
}
.grid.col-7 ul li {
  width: 14.285%;
}
.grid.col-8 ul li {
  width: 12.5%;
}


@media (max-width: 992px) {
  .brands .slider li {
    width: 241px;
  }
  .brands { 
    margin: 0px 0px 30px 0px;
  }
  .slider-prev,
  .slider-next {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .brands .grid ul li {
    width: 50% !important;
	} 
}

/* tags */
.tags {
  padding: 2em 4em 0;
}
.tags a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
section.tags-actions.row {
  padding-bottom: 30px;
}

/* .categories
================================================== */
.categories .category {
  position: relative;
}
.category a:hover {
  text-decoration: none;
}
.categories .category img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.categories .category .cat-text {
  padding: 2em 4em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.categories .category .cat-text.under {
 	position: relative;
  display: block;
  top: auto;
  text-align: left;
  padding: 10px 0;
  transform: none;
}
.categories .category h3,
.categories .category span {
  color: white;
}
.categories .category .cat-text.under h3,
.categories .category .cat-text.under span {
  margin: 0;
}
.categories .category .cat-text.overlay-bg {
  width: 50%;
  margin: 0 25%;
  background: rgba(0,0,0,.55);
}
.sortBy-header {
 	margin-bottom: 20px;
}
.sortBy-header > div > div:first-of-type {
 	padding-left: 0; 
}
.sortBy-header > div > div:last-of-type {
 	padding-right: 0; 
}
.products .count span {
 	font-size: 12px; 
  padding-top: 4px;
}
.category {
  margin-bottom: 30px;
}
.filterBy button {
  width: 100%;
  background: none;
  color: #333;
  text-align: left;
  padding: 4px 8px;
  height: 32px;
  border: 1px solid;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  border-radius: 0;
}
.filterBy button i {
 	padding-right: 4px; 
}
.filterBy button:active {
  box-shadow: none;
}
.filterBy button:hover {
  background-color: inherit;
}
.filterBy .dropdown-menu {
  width: 300px;
  top: 100%;
  min-width: auto;
  max-width: none;
  float: none;
  padding: 20px;
  border: none;
  background: #f8f8f8;
  margin-top: 8px;
  border-radius: 0;
  box-shadow: 0;
}
.filter-cats ul, .filter-cats ul ul {
  font-size: 13px;
}
.filter-cats li:first-of-type {
 	padding-top: 0; 
}
form#filter_form {
 	float: none; 
}
.filterBy button {
  background-image: url(angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 95% 50%;
}
.filter-value label {
  font-size: 13px;
}
.ui-accordion-content {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .products .count {
   	text-align: left;
    float: left;
  }
  .sortBy {
   	width: 100%; 
    padding: 0;
  }
  #filtermenu h3 {
    border-bottom: 1px solid;
    padding: 10px;
    margin: 0;
	}
  #filtermenu h3:last-of-type {
    border-bottom: none; 
  }
  #filtermenu h3:after {
    content: '\f105';
    position: absolute;
    right: 20px;
    font-family: fontawesome;
	}
  #filtermenu h3.ui-accordion-header-active:after {
    content: '\f106';
    position: absolute;
    font-family: fontawesome;
    right: 20px;
	}
  .filter-value {
  	padding: 2px 10px;
	}
}

@media (min-width: 768px) {
  .categories .category.hover span,
  .categories .category.hover img {
    opacity: 0.6;
  }
  .categories .category .cat-text {
    padding: 11px 14px;    
  }
  .categories .category span.amount {
    bottom: 11px;
    right: 14px;
  }
  .categories.count-two .category {
    width: 50%;
  }
  .categories.count-four .category {
    width: 50%;
  }
}

@media (min-width: 991px) {
  .categories.count-four .category {
    width: 25%;
  }
}

@media (max-width: 320px) {
 	.filterBy .dropdown-menu {
  	width: 275px;
  }
}

.brand-grid.categories .category {
  padding-right: 40px;
  padding-left: 40px;
}
.categories .category span.title {
  position: relative;
  margin-top: 15px;
  font-size: 18px;
}
.categories .category span.amount {
  position: absolute;
  bottom: 15px;
  right: 19px;
  font-size: 12px;
  padding: 0px 4px 0px 5px;
}

/* .products
================================================== */
.product-list {  
  display: flex;
  flex-wrap: wrap;
}
.product-list > .product {
  flex-direction: row;
}
.products .col-md-10 {
  padding-right: 0px;
}
.products .col-md-10 .no-products-found {
  padding: 0px 15px;
  font-style: italic;
}
.product .info .title {
  font-weight: 700;
}
.product .info .title-wrap {
  width: 90%;
}
.product .info .wishlist {
  width: 10%;
  text-align: right;
  margin-top: 5px;
}
.products .product {
  margin-bottom: 30px;
}
.products .product a {
  text-decoration: none;
}
.products .product .image-wrap img {
  background-color: #f7f7f7;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.products .product .image-wrap {
  position: relative;
  padding-left: 0;
}
.products .product .image-wrap .sale-new {
  position: absolute;
  background-color: #414141;
  color: #fff;
  padding: 5px;
  line-height: 12px;
  font-size: 13px;
  text-align: center;
  top: 15px;
  left: 15px;
  z-index: 1;
  text-transform: uppercase;
}
.sale-new.right {
  right: 15px;
  left: inherit !important;
}
.products .product .image-wrap .description {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgb(65, 65, 65);
  background-color: rgba(65, 65, 65, 0);
  height: 0px;
  overflow: hidden;
  color: #f7f7f7;
  font-size: 12px;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 2;
  line-height: 20px;
}
.products .product .image-wrap .description .text {
  overflow: hidden;
  padding: 0px 10px;
}
.products .product .image-wrap .description .stars {
  margin-bottom: 3px;
}
.products .product .image-wrap .cart {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0px 4px;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 10px;
  text-decoration: none;
  color: #54afe9;
}
.products .product .image-wrap:hover .description {  
  height: 100%;
  background-color: rgba(65, 65, 65, 0.8);
  padding: 20px;    
}
.products .product .info {
  min-height: 88px;
}
.products .product .info .title {
  text-decoration: none;
  color: #414141;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.products .product .info .old-price {
  text-decoration: line-through;
  color: #797979;
  font-size: 12px;
}
.products .product .info.strict {
  height: auto;
  overflow: auto;
}
.products .product .info.strict .unit-price {
  display: block;
  clear: both;
}
.product .price-rev-wrap {
  clear: both; 
  padding-top: 4px;
}
.product .price-rev-wrap .price {
  line-height: 15px; 
}
.product .price-rev-wrap .stars.right {
  font-size: 12px;
  line-height: 15px;
}
.products .product span.strict {
  line-height: 1.5;
  display: block;
}
.featured-products-footer {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .products .product .image-wrap .description {
    display: none;
  }
  .products .product .image-wrap .description .text {
    padding: 0px;
  }  
}

@media (max-width: 1023px) {
  .products .col-md-10 {
    padding-left: 0px;
  }
  .products .product .info .title {
    line-height: 1.25;
  }
  .product .info .wishlist {
    line-height: 1.25;
    font-size: 12px;
  }
  .product .info {
   	padding: 8px 0; 
  }
  .products .product {
    margin-bottom: 15px;
  }
}

/* .sidebar
================================================== */
.sidebar {
  color: #797979;
  margin-bottom: 20px;
}
.side-section {
  display: inline-block;
  clear: both;
  margin-bottom: 3em;
  width: 100%;
}
.side-section h4 {
 	font-weight: 400; 
}
.side-social-links .social-icon {
  padding: 15px 10px 15px 0;
}
.side-section #instafeed a.insta-link {
 	float: none;
  height: auto;
}
.side-section #instafeed .insta-image {
 	height: auto; 
  width: 100%;
  margin-bottom: 5px;
}
.side-section.instagram h4 a {
  border-bottom: 1px dotted #cdcdcd; 
}
.sort {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar strong {
  display: block;
  padding-top: 10px;
}
.modes {
  font-size: 1.25em;
}
.modes a {
  display: table-cell;
  padding-left: 10px;
}
.list .info { border-left: 0px !important;  }
.list .info .title { font-size: 20px; overflow: visible; max-height: none; margin-bottom: 5px; }
.list .description { margin-left: -15px; }
.list .image-wrap { flex: 1 }
.list .image-wrap img { padding: 0 !important; border: none !important;  }
.list .col-lg-5, .list .col-md-5 { padding: 0 !important;  }
.list .col-md-8, .list .col-lg-8, , .list .col-sm-7, .list .col-xs-7 {
  margin: 0 auto !important;
  border-right: 1px solid #e5e5e5 !important;
}
.list-price {
  font-size: 16px;
  margin-bottom: 10px;
}
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-right: 15px;
}
.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar-filters {
	padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  div#cat-sidebar {
    background: #f8f8f8;
    margin: 15px 0;
	}
  .sidebar-filters {
    padding: 0;
	}
}

@media (min-device-width: 1200px) {
  strong.visible-lg  {
    pointer-events:none;
  }
}

@media (min-width: 768px) {
 	.sidebar-filters {
  	padding: 30px 0px 0px;
  }
}

@media (max-width: 767px) {
 	.textpage-sidebar {
   	margin-top: 40px; 
  }
}

[id^="filter"].in,
[id^="filter"].collapsing {
    display: block!important;
}

/* .price-filter */
.price-filter {
  padding-bottom: 30px;
}
.price-filter-range {
  font-size: 11px;
}
#collection-filter-price {
  height: 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
  background-color: #e5e5e5;
}
#collection-filter-price .ui-slider-range {
  position: absolute;
  height: 2px;
}
#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 0;
  top: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 2px solid;
  background-color: white;
  outline: none;
}
.price-filter-range .min {
  float: left;
}
.price-filter-range .max {
  float: right;
}

/* select */
.sidebar select {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

/* nav */
.sidebar .item {
  padding: 0;
}
.sidebar .item .itemLink {
  display: block;
  margin: 0 0 10px;
}
.sidebar .item .itemLink, .sidebar .item .subitemLink {
  color: #797979;
  text-decoration: none;
}
.sidebar .item .itemLink:hover, .sidebar .item .subitemLink:hover {
  color: #414141;
}
.sidebar .item .active, .sidebar .item .active:hover {
  color: #54afe9;
}
.sidebar .item .subnav .subnav {
  margin: 5px 0px 5px 10px;
}
.sidebar .item .subnav {
  margin-left: 0;
  padding-left: 1em;
  border-left: 1px solid;
}
.sidebar-title, .gui-block-title {
  text-transform: uppercase;
  font-size: 12px;
  margin: 20px 0 15px;
  letter-spacing: 1px;
}
.filter-toggle {
  margin: 20px 0 15px;
}
.filters-cat {
  display: inline-block;
  width: 100%;
}
.custom-filter {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .sidebar .item .subnav {
    margin-bottom: 10px;
	}
}

@media (max-width: 992px) {
  .sort {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .sidebar {  
    margin-bottom: 30px;  
    margin-top: -15px;
  }
  .sidebar .item.active {
    display: block;
  }
  .sidebar .item .itemLink {
    margin-top: 5px;
  }  
  .filters-cat {
  	padding: 10px;
	}
}

@media (max-width: 767px) {
  .sidebar .item {
    border-bottom: 0px;
  }
  .sidebar {
    border-bottom: 1px solid #f0f0f0;
  }
}

/* .pager
================================================== */
.pager {
  font-size: 12px;
  color: #797979;
  margin: 0px;
  padding-top: 0px;
}
.pager .left {
  font-size: 12px;
}
.pager .page-count {
 	line-height: 20px;
  padding: 3px 5px;
}
.pager ul li {
  display: inline;
}
.pager ul li a {
  float: left;
  padding: 3px 5px;
  margin: 0 8px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 0;
  border: none;
}
.pager ul li a:hover {
  background-color: transparent;
}
.pager ul li:last-child a {
  border-right: 0px;
}
.pager ul li.active a {
  border-bottom: 1px solid;
}
.pager ul li.prev a {
  border-left-width: 1px;
}
.pager ul li.disabled {
  display: none;
}

/* Home sections
================================================== */
h3.section-title {
  text-align: center;
  margin-bottom: 1.4em;
}
span.section-subheading {
  margin-bottom: 2em;
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
span.pretext {
  margin-bottom: 5px;
  display: block;  
}
section span.pretext {
  text-align: center;
}
/* .home-hero */
.container-fluid,
.hero .container,
.hero.single .primary-hero,
.hero.single-full .primary-hero {
  padding-left: 0;
  padding-right: 0;
}
.hero img {
  width: 100%;
}
.hero-wrap {
  height: 80vh;
  max-height: 800px;
}
.double .hero-wrap {
  height: 100%;
  max-height: none;
  min-height: 400px;
}
.primary-hero-wrap,
.secondary-hero-wrap {
 	height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.primary-hero-content {
  padding: 4em; 
}
.hero-content,
.secondary-hero-content {
  padding-left: 4em;
  padding-right: 4em;
}
.hero-content .content-wrap {
  max-width: 580px;
}
.hero-content .content-wrap {
  padding: 4em;
}
.hero.full .primary-hero .content-wrap.text-center {
  padding: 0 8em;
}
.hero.double .primary-hero .content-wrap.text-center {
  padding: 0 4em;
}
h2.primary-hero-heading {
  font-size: 2.875em;
}
a.btn.primary-hero-cta {
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  margin-top: 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}
.secondary-hero-content .content-wrap {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.hero-content a:hover,
.secondary-hero-content a:hover {
 	text-decoration: none; 
}
h3.secondary-hero-heading {
  font-size: 20px;
  margin: 0.5em 0;
}
.overlay.bg-light {
 	background-color: rgba(255,255,255, .9);
}
.overlay.bg-dark {
 	background-color: rgba(0,0,0,.65);
}
.primary-hero.no-content .primary-hero-wrap {
  background-image: none !important;
}
img.primary-hero-mobile-img,
img.secondary-hero-mobile-img {
  width: 100%;
}

@media only screen and (max-width: 1139px) {
  .double .hero-wrap {
    min-height: 340px; 
  }
}

@media only screen and (max-width: 767px) {
  .secondary-hero {
    margin-top: 15px; 
  }
  .primary-hero .primary-hero-wrap,
  .secondary-hero .secondary-hero-wrap {
    background-image: none !important;
  }
  .primary-hero-mobile-img,
  .secondary-hero-mobile-img {
  	display: block;
    width: 100%;
  }
}

/* .home-banner-full */
.container-fluid,
.banner-full .container,
.banner-wrap {
  padding-left: 0;
  padding-right: 0;
}
.banner-full-wrap {
  height: 80vh;
  max-height: 800px;
}
.banner-wrap {
 	height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.banner-full-content {
  padding-left: 3em;
  padding-right: 3em;
}
.banner-wrap .content-wrap {
 	padding: 3em 0; 
}
.banner-wrap .content-wrap.text-center {
  padding: 0 8em;
}
h2.banner-full-heading {
  font-size: 2.875em;
}
a.btn.banner-full-cta {
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  margin-top: 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

/* .home-image-text */
section.home-image-text .featured-image img {
 	width: 100%; 
}
.image-text-content {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .home-image-text .featured-image, .image-text-content {
    display: block!important;
  }
}

/* .home-content */
section.home-content {
  padding: 6em 8em;
}

/* .home-banners-2 */
/*.banner-left .wrap,
.banner-right .wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  width: 100%;
  height: 400px;
}*/
.banner-left img,
.banner-right img {
  width: 100%; 
}
.banner-2.banner-content.under {
  float: none!important;
  position: relative;
  width: 100%;
  padding: 1em 0 0;
  top: auto;
  transform: none;
}
@media (min-width: 1024px) {
  .banner-2.banner-content {
    padding: 2em 4em;
    width: 56%;
  }
}
/*.banner-left .wrap::after {
 	content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,100,100,.25);
}*/

/* .home-text-blocks */
.text-block-icon {
  max-height: 75px;
  margin-bottom: 20px;
  display: inline-block;
}
section.home-text-blocks.row{
  padding: 4em 0;
}

/* .instagram-feed */
/*.instafeed.container.cover .insta-image {
 	width: auto; 
}*/
.instafeed.container .insta-image {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  height: 285px;
  margin: 0;
  padding: 0;
  opacity: .9;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.instafeed.container .insta-image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.instafeed.container .insta-image .insta-orig {
  display: none; 
}
.instafeed.container a.insta-link {
  float: left;
  overflow: hidden;
  padding: 0;
}
.ig-cover {
  padding: 0;
}
.ig-cover img {
  width: 100%;
}
.ig-cover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  background: rgba(0,0,0,.15);
  height: 100%;
  padding-top: 45%;
}
.side-section.instagram #instafeed .insta-link,
.side-section.instagram #instafeed .insta-image {
 	min-width: none;
  min-height: none;
  max-height: none;
  height: auto;
}

@media (max-width: 1199px) {
  .instafeed.container .insta-image {
    height: 235px;
  }
}

@media (max-width: 991px) {
  .instafeed.container .insta-image {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .instafeed.container .insta-image {
    height: auto;
    background-image: none !important;
    margin-bottom: 15px;
  }
  .instafeed.container .insta-image .insta-orig {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .instafeed.container.cover a.insta-link,
  .instafeed.container.cover .insta-image {
    height: 190px;
  }
  .ig-cover img {
   	height: 380px; 
  }
}

@media (max-width: 1199px) {
  .hero-wrap {
    max-height: 600px; 
  }
  .banner-content {
    padding: 8em 2em 0;
    width: 65%;
  }
  .instafeed.container.cover a.insta-link,
  .instafeed.container.cover .insta-image {
    height: 235px;
  }
  .instafeed.container.cover .insta-image {
   	min-width: 235px;
    min-height: 235px;
  }
}

@media (max-width: 1023px) {
  .banner-content {
    padding: 6em 2em 5em;
    text-align: center;
  }
  .banner-content.center {
    width: 100%; 
  }
  .banner-left .wrap,
  .banner-right .wrap {
   	height: auto;
  }
  .text-block-icon {
    max-height: 50px;
  }
  section.home-text-blocks.row {
    padding: 2em 0;
  }
}

@media (max-width: 991px) {
 	.instafeed.container.cover a.insta-link,
  .instafeed.container.cover .insta-image {
    height: 175px;
  }
  .instafeed.container.cover .insta-image {
   	 min-width: 180px;
    min-height: 180px;
  }
  .primary-hero,
  .secondary-hero {
   	display: block; 
  }
}

@media (max-width: 767px) {
  .hero-wrap.align,
  .hero-wrap .align,
  .hero-wrap .vertical {
    display: block;
  }
  .banner-content {
    width: 100%; 
  }
  .hero-wrap {
   	height: auto; 
  }
  h2.primary-hero-heading {
    font-size: 2.275em;
  }
  .primary-hero-wrap,
  .secondary-hero-wrap {
    text-align: center;
    margin: 0 auto;
  }
  .primary-hero-content {
   	padding: 0; 
  }
  .primary-hero .content-wrap {
    background: #fff;
    padding: 2em;
    top: 175px;
    margin: 0 auto;
    width: 90%;
  }
  a.btn.primary-hero-cta {
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    margin-top: 12px;
    font-size: 13px;
  }
  section.home-content {
    padding: 2em 0;
  }
  .categories .category,
  .home-banners-2 .banner,
  .home-text-blocks .block {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-mobile.container {
   	padding-left: 15px;
    padding-right: 15px;
  }
  .primary-content-mobile.row {
   	padding: 2em 0 0; 
  }
  .secondary-hero-wrap {
  	padding: 4em 0;
  }
  .banner-subtext {
    font-size: inherit;
	}
  .instafeed.container.cover a.insta-link,
  .instafeed.container.cover .insta-image {
    height: auto;
    width: 100%;
  }
  .ig-cover {
    margin-bottom: 15px; 
  }
}

@media (max-width: 320px) {
  .ig-cover-text {
    padding-top: 130px; 
  }
}

/* Product page
================================================== */
.page-title h1.product-page {
  width: 100%;
}
.product-form {
  padding: 0;
}
.product-form label {
  display: block;
  margin-bottom: 8px;
}
.product-reviews i {
  font-size: 13px;
}
a.review-link {
  text-decoration: underline;
}
.review-body .review,
.review-header {
 	margin-bottom: 30px; 
}

/* .zoombox */
.zoombox .images {
  position: relative;
  display: block;
}
.zoombox .images a {
  display: none;
  overflow: hidden;
}
.zoombox.enabled .images a {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in; 
}
.zoombox .images a.first {
  display: block;
}
.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}
.zoombox .images a img.zoomImg {
  max-height: none;
}
.zoom a {
  text-decoration: none;
}
.zoombox .thumbs a  {
  display: block;
  cursor: pointer;
  margin-bottom: 30px
}

@media (max-width: 767px) {
  .zoombox .images {
    max-width: 358px;
  }
}

.product-info .row {
  clear: both;
  margin-right: 0px;
}
.affirm-as-low-as {
   
}


/* .product-option */
.product-configure .product-configure-options-option,
.product-configure .product-configure-variants,
.product-configure .product-configure-custom-option {
  float: left;
  width: 100%;
  margin: 0px 15px 0 0px;
}
.product-configure-custom,
.product-configure-variants,
.product-configure-options {
  clear: both;
}
.product-configure-variants select {
  margin: 0 0 10px;
  display: block;
}

@media (max-width: 992px) { 
  .product-configure .product-configure-options-option,
  .product-configure .product-configure-variants,
  .product-configure .product-configure-custom-option {
    width: 100%;
  }
}

/* .product-price */
.product-info .product-price,
.product-info .product-reviews {
  padding: 0 0 8px;
}
.product-reviews .stars {
  float: left;
  padding-right: 10px;
}
.product-reviews .reviews-wrap a {
  font-size: 12px; 
}
.product-info .product-price .old-price {
  text-decoration: line-through;
  color: #797979;
}
.product-info .product-price .price {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  vertical-align: middle;
}

.unitprice,
.vat {
 	font-size: 12px; 
}

/* .product-wishlist */
.product-wishlist i {
  font-size: 16px;
}
.product-wishlist a {
 	line-height: 30px; 
}

/* quantity */
.product-info .add-cart .cart {
  line-height: 0px;
}
.product-info .add-cart .cart input {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  padding: 8px 5px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.product-info .add-cart .cart .change {
  float: left;
  width: 16px;
  height: 40px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-left: 0px;
}
.product-info .add-cart .cart .change a {
  color: #797979;
  display: block;
  width: 16px;
  height: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
}
.product-info .add-cart .cart .change a:hover {
  color: #414141;
}
.cart a.btn {
  line-height: 40px;
  height: 40px;
  padding: 0 3em;
  margin-top: 0;
  border-radius: 0;
}
button.disabled {
  cursor: default;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}

@media (max-width: 480px) {
  .product-info .product-price .price {
    line-height: 24px;
  }
  .product-header {
   	padding-top: 0; 
  }
}

/* add to cart */
.product-info .product-price .btn {
  overflow: hidden;
  margin-top: -1px;
  line-height: 37px;
  height: 39px;
  padding: 0px 30px;
}
.product-info .product-price .btn:hover span {
  opacity: 0;
}
.product-info .product-price .btn::before {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
}
.product-info .product-price .btn:hover::before {
  top: 2px;
}
.cs-widget.row {
 	font-size: 12.5px;
  line-height: 1.25;
  padding: 20px 0;
}
.cs-widget-wrap {
	border: 1px solid;
}
.cs-widget-top {
 	padding: 20px; 
}
.cs-widget-top h5 {
 	text-transform: uppercase; 
}
.cs-widget-icon {
 	padding: 0; 
}
.cs-widget-icon img {
  max-width: 50px;
}
.cs-widget-text {
 	padding-right: 0; 
}
.cs-widget-bottom {
 	padding: 10px 20px;
}

/* .tabs */
.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs ul li {
  float: left;
  margin-right: 30px;
}
.tabs ul li a {    
  display: inline-block;
  padding: 0 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .5px;
}
.tabs ul li.active a {
  border-bottom: 1px solid;
}
.tabs ul li.active a small {
  font-weight: normal;
}
.tabsPages {
  width: 100%;
}
.tabsPages .page {
  clear: both;
  display: none;
  min-height: 160px;
  overflow: auto;
  padding: 15px;
  width: 100%;
}
.tabsPages .page.active {
    display: block;
}
.tabsPages .page.info .details {
  margin-bottom: 20px;
}
.model-info.row {
 	padding-top: 20px; 
}
.tabsPages .page.info .details tr td,
.model-info tr td {
  padding-right: 15px;
  font-size: 12px;
}
.tabsPages .page.info .details .out-of-stock {
  color: rgb(235, 97, 97);
}
.availability {
 	font-size: 12px;
  margin: 2em 0 0;
}

/* .reviews */
.tabsPages .page.reviews .review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
.tabsPages .page.reviews .stars {
  float: right;
}
.tabsPages .page.reviews .bottom {
  font-size: 12px;
}
.tabsPages .page.reviews .stars i {
 	font-size: 10px; 
}

/* .specs */
td.spec-title {
  padding-right: 10px;
}
.tabsPages .specs {
 	padding-top: 1.5em;
  font-size: 12px;
}

/* .tags-actions */
.product-actions {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0px;
}
.product-actions .social-media {
  line-height: 0px;
}
.product-actions .social-media .social-block {
  float: left;
  margin: 0px 15px 0px 0px;
}
.product-actions .tags-actions {
  padding-top: 0px;
  font-size: 12px;
  color: #797979;
  margin-right: 0px;
}
.product-actions .tags {
  padding: 0;
  padding-right: 15px;
}
.product-actions .tags h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  line-height: inherit;
  display: inline;
}
.product-actions .tags-actions .actions {
  padding-right: 0px;
  padding-left: 15px;
  border-left: 1px solid;
}
.product-actions .tags-actions .actions a {
  color: #797979;
}
.product-actions .tags-actions .actions a:hover {
  color: #414141;
}
span.share42-item {
  opacity: .2;
}
span.share42-item:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  .product-actions .social-media {
    padding-left: 0px;
  }
  .product-actions  .tags-actions .actions {
    text-align: left;
    margin-top: 15px;
  }
  .product-actions .social-media {
    margin-bottom: 15px;  
  }
  .product-actions .tags, .product-actions .actions {
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .product-actions, .product-info .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-actions .tags, .product-actions .actions {
    margin-left: 0px;
  }
  .product-actions .social-media {
    padding-left: 15px;
  }
}

/* .related */
.related h3 {
  margin-bottom: 25px;
}

@media (max-width: 767px){
  .related .product .bundle-actions {
    width: 50%;
  }
}

/* textpages
================================================== */
.textpage-content.template-narrow {
 	max-width: 740px;
  margin: 0 auto;
}
.location-list { 
  height: 600px;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}
ul.locations {
  padding-right: 30px;
}
ul.locations li {
  padding: 30px 0;
  border-bottom: 1px solid;
  display: inline-block;
  width: 100%;
}
ul.locations li:last-child {
 	border-bottom: none; 
}
.city {
  text-transform: uppercase;
  font-style: italic;
  font-size: 13px;
}
.locations-map {
	clear: both;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 0;
}
.map.col-sm-6 {
  padding: 0;
  height: 600px;
}
#map {
 	height: 600px; 
}
#about-page .home-text-blocks {
  padding: 4em 15px 0; 
}

@media (max-width: 1024px) {
 	ul.locations {
    padding: 0 15px;
	} 
}

@media (max-width: 767px) {
 	.location-list {
   	height: auto;
  }
  ul.locations,
  .locations-map {
   	padding: 0 15px; 
  }
  .city {
   	font-size: 11px; 
  }
}

/* footer
================================================== */
footer .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footerNewsletter .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footerNewsletter input[type="text"] {
  border-color: rgba(0, 0, 0, 0.085);
}
footer .footer-logo img {
  max-width: 120px; 
}
#footerNewsletter .title,
footer .footer-contact h3 {
  letter-spacing: .05em;
  font-weight: 400;
}
.footer-location {
  margin-top: 15px; 
}
/* .social */
#footerNewsletter {
  line-height: 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#footerNewsletter .title {
  display: block;
  line-height: 21px;
  float: left;
  font-weight: 500;
  font-size: 20px;
  margin: 6px 15px 5px 0px;
  letter-spacing: 1px;
}
#footerNewsletter form {
  line-height: 0px;
  display: inline-block;
  float: right;
  width: 100%;
}
#footerNewsletter form input[type="text"] {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  max-width: none;
  height: 44px;
  line-height: 44px;
}
#footerNewsletter form .btn {
  overflow: hidden;
  line-height: 44px;
  width: 19%;
  height: 44px;
  padding: 0 12px;
}
footer .contact-description {
  display: block;
  padding-bottom: 10px;
}
footer .footer-main.row {
  margin: 0;
  padding: 0 0 30px;
}
footer .contact .glyphicon {
  margin-right: 10px;
}
.footer-contact {
  text-align: center;
  border-left: 1px solid #e5e5e5;
}
ul.footer-contact-icons {
  padding: 30px 0 0;
  margin: 0 auto;
  text-align: center;
  display: table;
}
ul.footer-contact-icons li {
  float: left;
  padding: 0 10px;
  display: inline;
}
.footer-contact-icons i {
  font-size: 20px;
}
.social-media a.social-icon:last-of-type {
  display: inline-flex;
}
.hallmark-block img {
  width: 100%;
}
.hallmarks a {
  padding: 20px;
  display: inline-block;
}
.hallmarks.right h4 {
  text-align: right; 
}
.hallmarks.right a {
  padding: 20px 0 20px 40px; 
}
.hallmarks.left a {
  padding: 20px 40px 20px 0; 
}

@media (min-width: 768px) {
  .footer-main .links .first {
    padding-left: 0;
  }
  .footer-contact {
    padding-right: 0;
    padding-left: 22px;
  }
  .footer-main .links {
    padding-right: 22px;
    padding-left: 0;
  } 
  footer .copyright {
    padding-right: 0; 
  }
  .footercollapse i {
    display: none;
  }
  footer .footer-main.row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  footer .social-media {
    text-align: center; 
  }
  #footerNewsletter .title {
    font-size: 22px; 
  }
  footer .footer-main.row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-contact {
    padding-left: 45px;
    padding-right: 0;
  }
  .footer-main .links {
    padding-right: 45px;
    padding-left: 0;
  }
   #footerNewsletter form input[type="text"] {
    width: 75%;
	}
}

@media (max-width: 768px) {
 	#footerNewsletter form input[type="text"] {
    width: 100%;
    margin-bottom: 5px;
	} 
  #footerNewsletter form .btn {
    width: auto;
	}
  #footerNewsletter {
    text-align: center; 
  }
  #footerNewsletter .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footerNewsletter form {
    margin: 10px 0 0;
  }
  #footerNewsletter .title {
    margin: 0px 0px 15px 0px;
    float: none;
  }
  #footerNewsletter input {
    max-width: 160px;
  }
  #footerNewsletter form .btn {
    clear: both;
    display: block;
    margin: 10px auto 0;
    width: auto;
    max-width: 100px;
  }
  #footerNewsletter .title, footer .footer-contact h3 {
    margin: 0 0 15px;
  }
  #footerNewsletter .align,
  #footerNewsletter .align > div {
    margin: 5px 0 0;
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
  }
}

/* .social-icons */
.social-media {
  line-height: 0px;
}
.social-icon {
  font-size: 20px;
  padding: 0 8px; 
}

@media (max-width: 767px) {
  footer {
    margin-bottom: 45px;
  }
  footer a {
    line-height: 25px
  }
  footer .links ul {
    margin-bottom: 15px;
  }
  footer .social-media {
    margin-top: 15px;
  }
  .align.footer-main,
  .align.footer-main > div {
    display: inline-block;
    width: 100%;
  }
  .footer-contact {
    text-align: center;
    border-left: none;
    margin-top: 30px;
  }
  .copyright-payment .row.align,
  footer .align .copyright,
  footer .align .social-media {
    margin: 5px 0 0;
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
  }
  .social-icon {
    font-size: 16px;
    padding: 0 4px;
  }
}
footer .hallmarks {
  margin-top: 30px;
}

/* .copyright-payment */ 
.copyright-payment {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid;
}
.copyright-payment .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.copyright-payment .copyright {
  text-align: right;
}
.copyright-payment .copyright a {
  text-decoration: underline;
}
footer .payments.row {
  line-height: 12px;
  padding-bottom: 0;
}
.payments img {
  display: inline-block;
  height: 32px;
  width: auto;
  line-height: 32px;
  margin-right: 7px;
  padding-bottom: 10px;
}
.payments a:hover {
 	text-decoration: none; 
}

@media (max-width: 767px) {
 	footer .payments.row {
    display: inline-block;
    width: 100%;
    padding: 14px;
    margin: 0;
  }
  .payments img {
   	padding: 0; 
    height: 20px;
    line-height: 20px;
  }
}

/* DE */
.strict-shipping {
  padding-top: 0px;
}
.shipping-cost {
  display: block;
  text-align: right;
  width: 100%;
}
.shipping-cost.collection {
  margin-bottom: 30px;
}

/* Service page
================================================== */
.csItem a {
  display: block;
  border: 1px solid;
  padding: 30px 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.csItem a:hover {
 	box-shadow: 0 1px 8px rgba(0,0,0,.15);
  text-decoration: none;
  background-color: #fff;
}
.csItem i {
 	font-size: 26px;
  margin-bottom: 15px;
}
.contact-form.row {
 	padding-top: 0; 
}
.contact-form p {
  margin: 20px 0 0;
}
.contact-form p.submit {
  margin: 15px 0 0;
}
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  max-width: none;
}
.service-menu {
 	margin: 0 0 30px; 
  border: 1px solid;
  border-radius: 3px;
}
.service-menu li a {
 	padding: 12px;
  border-bottom: 1px solid;
  display: block;
}
.service-menu li:last-of-type a {
 	border-bottom: none; 
}
.service-menu li a:hover {
 	background-color: #f9f9f9;
	text-decoration: none;
}
.faq-list {
 	margin-top: 20px;
  margin-bottom: 40px;
}
.faq-list li {
  margin: 20px 0;
}

/* GUI
================================================== */
.gui {
  margin-top: 30px;
}
.gui a.gui-button-large,
.gui a.gui-button-small,
.gui-block,
.gui-block.gui-closed .gui-block-title,
.gui-block-option,
.gui-block-option img.gui-border,
.gui-block-option-block,
.gui-block-title span,
.gui-image,
.gui-input,
.gui-text,
.gui-messages ul,
.messages ul,
.gui-number,
.gui-popover,
.gui-popover-bg,
.gui-popover-content,
.gui-popover-title a,
.gui-select,
.gui-table,
.gui-block-content .gui-mask,
.gui-block-content {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.gui-cart .gui-table tbody tr td:first-child {
 	display: table-cell !important; 
}
.gui .gui-progressbar {
  background-color: transparent;
}
.gui-checkout .gui-progressbar ul {
 	border-right: 1px solid #ccc; 
}
.gui-checkout .gui-progressbar ul li.gui-done a {
 	color: #ABB3B3!important; 
  font-weight: 300!important;
}
.messages {
  margin-top: 30px;
  margin-bottom: 0px !important;
}
.gui-popover {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 800px;
}
.gui-div-faq-questions ul, .gui-content-wysiwyg ul {
  margin-left: 30px !important;
  margin: 5px;
  list-style-type: initial;
}
.gui-div-faq-questions ol, .gui-content-wysiwyg ol {
  margin: 5px 30px;
  list-style-type: decimal;
}

/* BUNDLES
================================================== */
.bundleproductinfo h3 {
  font-size: 14px;
}
.bundle h3 {
    margin-bottom: 25px;
}
.glyph-bundle { 
  position: absolute;
  top: 60px;
  margin-left: -21px;
}
.bundlecart {
  width:16.666667%;
}
.bundleproductinfo {
  height:60px; 
}
.bundleproductinfo a {
  max-height: 70px !important;
}
.bundleproductinfo p {
  margin-top: -6px;
  font-size: 12px;
}
.line-through {
  text-decoration: line-through;
}

@media (max-width: 767px){
  .bundle {
     display:none;
  }
}
@media (max-width: 992px){
  .product:nth-child(5) > .glyph-bundle{  
      display:none;
  }
}

/* Collapsing footer */
span.glyphicon.glyphicon-chevron-down {
  display:none;
}

@media (max-width: 480px) { 
  .footercollapse {
    display:block;
    margin-bottom:10px;
  }
  .footercollapse + input{
    display:none;
  }
  .footercollapse + input + *{
    display:none;
  }
  .footercollapse+ input:checked + *{
    display:block;
  }
  .footercollapse{
    cursor:pointer;
  }
  .footer-main .links > div {
    border-bottom: 1px solid;
  }
}

.footercollapse {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 14px 0;
}
.links i.fas.fa-angle-down {
  position: absolute;
  top: 18px;
  right: 15px;
}
.footercollapse_input {
  visibility:hidden;
}
.footercollapse h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}
.footercollapse .contact .fa .fas {
  padding-right: 4px; 
}

/* block-subtitle */
.gui-block-subtitle,
.gui-content-subtitle {
  min-height: 30px;
  height:auto!important;
}

/* Newsletter popup */

#newsletter-pop {
	display: none;
  width: 45%;
}
#newsletter-pop.wide {
  width: 960px;
}
.button.b-close {
  box-shadow: none;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
}
.pop-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 480px;
  background-position: center center;
}
.pop-content {
  padding: 80px 40px;
  width: 480px;
}
.newsletter-pop input[type="text"] {
  height: 44px;
  line-height: 44px;
  max-width: 300px;
}
.form-row {
 	margin: 40px 0; 
}
.newsletter-pop .form-row input,
.newsletter-pop .form-row a.btn {
 	margin: 5px 0; 
}
@media (max-width: 992px) {
  #newsletter-pop.wide {
    width: 700px;
	}
  .pop-bg-img {
    width: 350px;
  }
  .pop-content {
    width: 350px;
  }
}
@media (max-width: 767px) {
 	#newsletter-pop.wide,
  #newsletter-pop {
   	width: 90%;
    top: 30px!important;
  }
  .pop-content {
   	padding: 40px 30px;
    display: block;
    width: 100%;
  }
  .pop-bg-img {
    width: 100%; 
  }
  .pop-bg-img.vertical {
    display: block;
    height: 250px;
	}
}

/* .home-hero and .home-banners */
section.hero {
  margin-top: 0; 
}
.banner .container,
.banner.single-full .banner {
  padding-left: 0;
  padding-right: 0;
}
.banner-wrap,
.main-banner-wrap {
  position: relative; 
}
.hero .container .main-banner-wrap {
  padding-right: 15px;
  padding-left: 15px;
}
.hero .container-full .main-banner-wrap {
  padding: 0; 
}
.banner-wrap img {
  width: 100%;
}
.banner {
  position: relative;  
}
.hero .banner {
  padding: 0;
  margin: 0;
}
.home-banners.double,
.home-banners.double .banner,
.home-banners.triple,
.home-banners.triple .banner {
  padding: 0 7.5px;
}
.home-banners.double.container-fluid,
.home-banners.triple.container-fluid {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.banner.overlay .banner-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}
.banner-content {
  padding: 2em 4em;
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  left: 0;
}
.banner.under .banner-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding: 15px 0;
  width: 100%;
}
.banner.under .banner-content .content-wrap {
  padding: 0;
}
.banner-content.center {
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 100%;
}
.banner-content.right {
  right: 0;
  left: auto;
}
.double .banner-content,
.triple .banner-content {
  width: 100%; 
}
.single-split .banner-content {
  position: relative;
  top: auto;
  transform: none;
  width: 50%;
  left: auto;
}
.content-wrap {
  padding: 2em;
}
.content-wrap.text-left {
  padding: 2em 2em 2em 4em;
}
.content-wrap.text-right {
  padding: 2em 4em 2em 2em;
}
.content-wrap.overlay.overlay-dark {
  background-color: rgba(0,0,0,.75);
}
.content-wrap.overlay.overlay-light {
  background-color: rgba(255,255,255,.75);
}
.banner-content a:hover {
  text-decoration: none; 
}

/* .home-carousel */
.slick-slide img {
  width: 100%;
}
.slick-slide {
  position: relative; 
}
.mobile-swipe-icon {
  width: 22px!important;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
}
.home-carousel .banner-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  max-width: none;
}
.home-carousel .banner-content .content-wrap {
  max-width: 50%;
}
.home-carousel .banner-content .content-wrap.center {
  max-width: 840px; 
}
.slick-dots {
  text-align: right;
  padding-right: 20px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}
.slick-dots li button {
  animation: none;
  min-width: 0;
  padding: 0;
  color: transparent;
  background: #fff;
  opacity: .3;
  height: 6px;
  width: 50px;
}
.slick-dots li.slick-active button {
  opacity: 1; 
}
.slick-dots li button:before {
  display: none;
}
.slick-prev,
.slick-next {
  z-index: 10;
}
.slick-prev {
  left: 15px;
  text-align: left;
}
.slick-next {
  right: 15px;
  text-align: right;
}
.slick-dots {
  bottom: 25px; 
}
.slick-dots li button {
  min-width: 0; 
}
.slick-dots li button:before {
  color: #fff;
  opacity: .5;
  font-size: 30px;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  font-size: 30px;
}
.slick-prev:before, .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
}
.slick-prev:before {
  content: '\f053';
}
.slick-next:before {
  content: '\f054';
}

@media only screen and (max-width: 1024px) {
  /*.home-carousel .banner-content .content-wrap {
    max-width: 460px;
  }*/
  .banner-wrap .content-wrap.text-center {
    padding: 2em; 
  }
}

@media only screen and (max-width: 991px) {
  /*.home-carousel .banner-content .content-wrap {
    max-width: 320px;
  }*/
  .content-wrap.text-center {
    /*padding: 2em;*/
  }
  .home-banners.triple .banner {
   	width: 50%;
  } 
  .home-banners.triple .banner:nth-of-type(3) {
    float: none;
    width: 100%;
    clear: both;
    display: inline-block;
    margin-top: 15px;
  }
  .content-wrap.text-center,
  .content-wrap.text-left,
  .content-wrap.text-right {
    padding: 0;
  }
  h1.banner-heading, h2 {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 767px) {
  .banner.overlay .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 100%;
  }
  .home-carousel .banner-content {
    position: relative;
    top: auto;
    transform: none;
	}
  .home-carousel .banner-content .content-wrap {
    max-width: none;
    width: 100%;
    float: none !important;
  }
  .home-carousel .banner-content {
    position: relative;
    top: auto;
    transform: none;
    padding: 0;
  }
  .home-carousel .banner-content .content-wrap {
    max-width: none;
    width: 100%;
    float: none !important;
    text-align: center !important;
  }
  .slick-dots,
  .slick-prev,
	.slick-next {
    display: none !important; 
  }
  .content-wrap.overlay.overlay-dark,
  .content-wrap.overlay.overlay-light {
	  background-color: transparent;
  }
  .banner {
    padding: 0;
    margin-top: 15px;
  }
  .home-banners.triple .banner {
   	width: 100%;
  }
  .content-wrap.text-center,
  .content-wrap.text-left,
  .content-wrap.text-right {
    text-align: center;
  }
  .single-split .banner-content,
  .single-split .banner {
    display: block;
    width: 100%;
    vertical-align: inherit;
  }
  h2.banner-heading {
    font-size: 2.275em;
  }
  .banner-content .content-wrap {
    padding: 2em;
  }
  .banner-content {
    padding: 15px 40px;
    position: relative;
    text-align: center;
    transform: none;
    top: auto;
    left: auto;
  }
  .banner-content.center,
  .banner-content.right,
  .banner-content {
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    float: none !important;
  }
  .banner-content .text-right {
    text-align: center; 
  }
  a.btn.banner-cta {
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    margin-top: 4px;
    font-size: 13px;
  }  
}

/* Collection Image / Content Fix 3/8/2021 */
.content_top {
  margin-bottom:25px;
}
.textcategory {
  margin-bottom:25px; 
}
.cat_image_full img:first-child {
  width:100%;
}
.content_raw {
  margin-bottom:10px;
}

/* Bug Fix for #5775 - long category names forcing next box to next line */
.catalog-grid{
  display:flex; 
  flex-wrap:wrap;
}