:root {
  --block_spacing: 80px;
  --block_spacing_lg: 150px;
  --accent: #87C081;
  --accent_2: #87C081;
  --black: #252525;
  --rgb_accent: 135, 192, 129;
	--rgb_accent_2: 135, 192, 129;
}

@font-face {
	font-display: auto;
}

body {
	color:var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden;
}

div[class*=" col-"] {
	margin-left: -1px;
}

.relative {
	position:relative;
}

.body-wrap {
  position:relative;
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.body-wrap.cart-open {
  -webkit-transform: translate(-400px, 0px);
      -ms-transform: translate(-400px, 0px);
          transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.gui-account-loyalty-content,
.line-height {
/* 	line-height: 1.9em */
  line-height: 1.625em;
}

.fixed-pages {
	padding-top: 30px;
}

.ul-reset{
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.general-content {
  font-size: 1em;
}

.general-content *:first-child {
	margin-top: 0;
}

.general-content *:last-child {
	margin-bottom: 0;
}

.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
	font-weight: bold;
  color: #333;
}

.general-content h1 {
	font-size:2.250em;
  margin-bottom: 20px;
}
.general-content h2 {
	font-size:2em;
  margin-bottom: 20px;
}
.general-content h3 {
	font-size:1.5em;
  margin-bottom: 20px;
}
.general-content h4 {
	font-size:1.4em;
  margin-bottom: 15px;
}
.general-content h5 {
	font-size:1.3em;
  margin-bottom: 10px;
}
.general-content h6 {
	font-size:1.2em;
  margin-bottom: 10px;
}

.general-content p {
	color: #333;
}

.general-content a,
.general-content a:visited,
.general-content a:active,
.general-content a:hover {
	text-decoration:none;
  color: #007AD7;
}

.general-content ul li {
	list-style: none;
  position: relative;
}

.general-content ul li:before {
	content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #007AD7;
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.general-content img,
.general-content video {
	height: auto;
}

.general-content img,
.general-content video,
.general-content iframe {
	max-width: 100%;
}

.ul-reset {
	list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
	height:45px;
  padding:0px 30px;
  background: var(--accent_2);
  color:#fff;
  font-weight:900;
  font-size:16px;
  border-radius: 22px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.black{
  background-color: #000;
}

.btn.btn-white {
	background: #fff;
  color: var(--black) !important;
}

.btn.large {
	font-size: 16px;
}

.btn:active,
.btn:focus,
.btn:visited,
.btn:hover {
	color:#fff;
}
.btn.btn-open{
	border: 1px solid var(--accent_2);
  background: transparent;
  color: var(--accent_2);
}

.standard-input {
	height: 45px;
  padding: 0px 15px;
  outline: none;
  border-radius: 0px;
  font-size: 1em;
  background: #f6f6f6;
  border: 1px solid #979797;
  color: #919191;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea.standard-input {
	padding: 10px 15px;
}

.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #aaa;
}

.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}

.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}

.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
}

.standard-input::-ms-input-placeholder { /* Microsoft Edge */
	color: #aaa;
}

.sm,
.icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.sm:before,
.icon:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.align {
	display:table;
  width:100%;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.align-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.align-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
  height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

.block-padding {
	padding-top: var(--block_spacing);
  padding-bottom: var(--block_spacing);
}

.block-padding-top {
	padding-top: var(--block_spacing);
}

.block-padding-bottom {
  padding-bottom: var(--block_spacing);
}

.block-margin {
	margin-top: var(--block_spacing);
  margin-bottom: var(--block_spacing);
}

.block-margin-top {
	margin-top: var(--block_spacing);
}

.block-margin-bottom {
  margin-bottom: var(--block_spacing);
}

.block-padding-lg {
	padding-top: var(--block_spacing_lg);
  padding-bottom: var(--block_spacing_lg);
}

.block-padding-lg-top {
	padding-top: var(--block_spacing_lg);
}

.block-padding-lg-bottom {
  padding-bottom: var(--block_spacing_lg);
}

.block-margin-lg {
	margin-top: var(--block_spacing_lg);
  margin-bottom: var(--block_spacing_lg);
}

.block-margin-lg-top {
	margin-top: var(--block_spacing_lg);
}

.block-margin-lg-bottom {
  margin-bottom: var(--block_spacing_lg);
}

.block-grey {
	background: #F6F6F6;
}

.image-wrap.grey {
	position: relative;
  background: #fff;
}

.image-wrap.grey:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.image-wrap img {
	width: 100%;
}

.fbc-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fbc-widget .score {
	min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
  background: var(--accent_2);
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fbc-widget .stars-wrap {
	margin-left: 15px;
  margin-right: 10px;
}

.fbc-widget .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--accent_2);
}

.fbc-widget .stars i {
	font-size: 12px;
  margin-right: 2px;
}

.fbc-widget .count {
	font-size: 10px;
  color: #919191;
  text-decoration: underline;
  margin-top: 5px;
  white-space: nowrap;
}

.fbc-widget img {
	height: 26px;
}

.app-style-block {
  overflow: hidden;
}

.app-style-slider .owl-stage-outer {
  overflow: visible;
}

.title-featured {
	margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-featured .title {
	font-weight: 900;
  font-size: 1.5em;
}
.title-featured .subtitle{
	margin-top: 20px;
  max-width: 427px;
  text-align: center;
}
@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1400px;
    padding:0px 30px;
  }
  
  /* HOVERS */
  .btn:hover {
    color:#fff;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }

  .btn.btn-open:hover {
    background: var(--accent_2);
    color:#fff;
  }
	/* END HOVERS */
}

@media (max-width: 1199px) {
  :root {
    --block_spacing_lg: 100px;
  }
}
@media (max-width: 991px) {
  :root {
    --block_spacing: 60px;
    --block_spacing_lg: 80px;
  }
}

@media (max-width: 767px) {
   :root {
    --block_spacing: 40px;
    --block_spacing_lg: 60px;
  }
  .title-featured .title {
  	font-size: 1.3em;
  }
  
  .title-featured .slider-nav li a {
  	min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 14px;
  }
  
  .btn.large {
    font-size: 14px;
  }
  
  .general-content h1 {
    font-size:2em;
    margin-bottom: 20px;
  }
  .general-content h2 {
    font-size:1.5em;
    margin-bottom: 20px;
  }
  .general-content h3 {
    font-size:1.4em;
    margin-bottom: 20px;
  }
  .general-content h4 {
    font-size:1.3em;
    margin-bottom: 15px;
  }
  .general-content h5 {
    font-size:1.2em;
    margin-bottom: 10px;
  }
  .general-content h6 {
    font-size:1.1em;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  
  .app-style-slider {
  	margin-right: -25%;
  }
}
/* End general styles */

/* Header */
#header .main-menu .inner > ul {
	margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;  
  white-space:nowrap;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin-left: 30px;
  width: 100%;
}

#header .main-menu ul::-webkit-scrollbar { 
    display: none; 
} 

#header .main-menu ul li {
  position: relative;
	height:47px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

#header .main-menu ul li > a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-weight:bold;
  font-size: 14px;
  padding:0px 20px;
  text-decoration:none;
}

#header .main-menu ul li:first-child > a {
	padding-left:0;
}

#header .main-menu ul li:last-child > a {
	padding-right:0;
}

#header .main-menu ul ul.simple-menu {
	position:absolute;
  left:0;
  min-width:100%;
  top:100%;
  display:none;
  background: #fff;
  color: #333;
}

#header .main-menu ul li:hover ul.simple-menu {
	display:block;
  padding-left: 0;
}

#header .main-menu ul li ul.simple-menu li {
	position:relative;
}
#header .main-menu ul li ul.simple-menu li .subs {
	padding: 0 5px;
  left:100%;
  top:0;
  position:absolute;
}

#header .main-menu ul li ul.simple-menu li ul {
	display:none;
  background: #fff;
}

#header .main-menu ul li ul.simple-menu li:hover ul {
	display:block;
}

#header .main-menu ul ul.simple-menu li {
	display:block;
  height:40px;
  line-height:40px;
}

#header .main-menu ul ul.simple-menu li a {
	padding:0;
  white-space:nowrap;
  padding:0px 20px;
}


#header .main-header{
	padding: 17px 0;
  background: #fff;
}
#header .main-header{
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
#header .header-col{
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .main-header .header-col.logo{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#header .main-header .header-col.search {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
#header .header-col.icons,
#header .main-header .header-col.widget {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#header .main-header .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header .main-header .inner .logo img{
  height: 44px;
}
#header .search-wrap{
  position: relative;
  max-width: 393px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header .search-wrap form{
	position: relative;
}
#header .search-wrap form a{
	position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #919191;
  width: 46px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .search-wrap input{
  border: 0;
  outline: 0;
  color: #919191;
  background: #F6F6F6;
  width: 100%;
  height: 36px;
  padding-left: 24px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 36px;
  border-radius: 36px;
}
#header .search-wrap input:focus{
	color: var(--black);
}
#header .main-header .header-icons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .main-header .header-icons > a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
#header .main-header .header-icons a > .icon{
	color: #333;
  font-size: 23px;
}
#header .header-icons a:not(:last-child){
	margin-right: 25px;
}
#header .header-icons .cart-amount{
  height: 25px;
  width: 25px;
  background-color: var(--accent_2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
  font-style: normal;
  position: relative;
  top: 0;
	right: 0;
}
#header.header-sticky,
#header .navigation.header-sticky {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#header .navigation .header-icons .cart-amount{
	top: 0;
}
#header .navigation .header-icons a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navigation .header-icons > .cart > .icon-cart{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navigation .header-icons a > .icon{
  color: #fff;
  font-size: 20px;
}
#header .navigation .header-col{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .navigation .header-icons{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
#header .navigation.header-sticky .header-icons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
#header .navigation .header-icons{
  opacity: 0;
  display: none;
}
#header .navigation .simple-menu-wrap.menu-brands ul li:last-child{
  text-decoration: underline;
}
#header .navigation .request-quote{
  margin: 10px 0;
}
#header .navigation .request-quote .btn{
	height: 32px;
  background: #fff;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.86px;
}
#header .navigation.header-sticky .request-quote{
	margin: 10px 30px 10px 0;
}
#header .navigation{
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
	background-color: var(--accent);
  position: relative;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,0.10);
          box-shadow: 0 3px 1px 0 rgba(0,0,0,0.10);
}
#header .navigation .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  height: 50px;
}
#header .navigation .home{
  background-color: rgba(255,255,255,0.19);
  font-size: 15px;
  min-width: 50px;
  max-width: 50px;
}
#header .navigation .home a {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#header .navigation .items-menu{
	margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.143em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#header .navigation .items-menu > li.active{
	color: rgba(0,0,0,0.4);
}
#header .navigation .items-menu > .item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header .navigation .items-menu > li > a{
  font-weight: bold;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
#header .navigation .items-menu .store{
  margin-left: auto;
}
#header .navigation .items-menu .store a{
  padding: 7.5px;
}
#header .navigation .items-menu .store span {
  padding: 5px 15px;
  border: 1px solid #fff;
}
#header .navigation .mega-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  color: var(--black);
  padding: 30px;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
          box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  max-height: 400px;
  overflow-x:scroll;
  font-size: 1em;
}
#header .navigation .mega-menu .menus {
  margin: -10px;	
}
#header .navigation .mega-menu .menus .menu {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
#header .navigation .mega-menu .inner-menu{
	margin: 0;
  padding: 0;
  list-style: none;
}
#header .navigation .mega-menu .title{
	  font-weight: bold;
    margin-bottom: 5px;
}
#header .navigation .mega-menu .inner-menu > li > a{
	font-size: 0.9em;
}

#header .navigation .sale-item{
  position: relative;
}

#header .navigation .sale-item .simple-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  color: var(--black);
  padding: 30px;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  font-size: 1em;
}

#header .navigation .items-menu > .sale-item:hover{
  background: rgba(0,0,0,0.09);
}

#header .navigation .items-menu .sale-item:hover > .simple-menu{
  display: block;
  min-width: 100%;
}

#header .navigation .items-menu .sale-item .simple-menu li{
  display: block;
  white-space: nowrap;
  line-height: 22px;
  font-size: 0.9em;
}

#header .navigation .on-right {
	margin-left: auto;
}

#header .main-header .menu-btn{
	color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .main-header .menu-btn > li:not(:last-child){
	background: #fff;
  margin: 5px 0;
  height: 2px;
  width: 31px;
	border-radius: 2px;
}
#header .main-header .menu-btn > li:last-child{
  font-weight: bold;
  font-size: 0.714em;
  text-transform: uppercase;
}
#header .main-header .delete-icon{
	display: none;
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
}
#header .main-header .delete-icon.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media(min-width: 1200px){
	#header .navigation .items-menu > li:hover{
  	background: rgba(0,0,0,0.09);
  }
  #header .mobile-search.search-sticky{
    position: fixed;
    width: 100%;
    top: 52px;
    left: 0;
    z-index: 999999;
    border-bottom: 1px solid #d1d1d1;
  }
  #header .mobile-search.search-sticky.active{
  	display: block !important;
  }
  #header .mobile-search{
    max-width: unset;
    background: #F6F6F6;
  }
}
@media(max-width: 1499px){
	#header .navigation.header-sticky .request-quote{
  	display: none;
  }
}
@media(min-width: 768px){
  #header .navigation .items-menu .item:hover > .mega-menu{
  	display: block;
  }
}
@media(max-width: 1399px){
	#header .navigation .request-quote{
  	display: none;
  }
}
@media(max-width: 1199px){
  #header .navigation .items-menu{
    font-size: 0.95em;
    padding: 0 15px;
  }
  #header .navigation .items-menu > li > a{
    padding: 12px;
  }
  #header .search-wrap input {
    background: #fff;
  	border: 1px solid #d1d1d1;
  }
  #header .search-wrap {
  	max-width: unset;
    width: 100%;
    padding: 5px 0;
    background: #f6f6f6;
  }
  #header .header-col:first-child {
  	-webkit-box-flex: unset;
  	    -ms-flex: unset;
  	        flex: unset;
  }
  #header .header-col.logo{
  	-webkit-box-flex: 2;
  	    -ms-flex: 2;
  	        flex: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  #header .main-header{
  	background-color: var(--accent);
    padding: 12px 0;
  }
  #header .main-header .inner .logo img{
    height: 34px;
  }
  #header .main-header .header-icons a > .icon{
    color: #fff;
  }
  #header .main-header .header-col.icons{
  	-webkit-box-pack: end;
  	    -ms-flex-pack: end;
  	        justify-content: flex-end;
  }
  #header .main-header .header-icons .cart-amount{
  	background-color:  unset;
  }
  #header .header-icons a:not(:last-child){
  	margin-right: 15px;
  }
  #header .main-header .header-icons .icon-cart{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header-icons .cart-amount{
    height: unset;
    width: unset;
  }
}

@media (max-width: 767px) {
  #header .main-header .inner .logo img {
  	height: 30px;
  }
  
  #header .header-col.logo {
  	padding-left: 10px;
  }
}
/* End header */

/* Mobile menu */
#header .main-header .menu-btn-wrap {
	width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mobile-menu {
	width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 110px;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  -o-transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.mobile-menu.mobile-menu-open {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.mobile-menu .mobile-menu-inner {
	width: 100%;
  height: 100%;
  padding: 15px;
  padding-top: 3px;
  overflow-x: scroll;
}

.mobile-menu ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu ul li a {
	border-bottom: 1px solid #d1d1d1;	
}

.mobile-menu ul li.has-subs a {
  position: relative;
}

.mobile-menu ul li.has-subs .more-cats {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2em;
}

.mobile-menu ul li .more-cats i {
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.mobile-menu ul li.active.open > a > .more-cats i,
.mobile-menu ul li.open > a > .more-cats i {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.mobile-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
	font-size: 1.143em;
}

.mobile-menu ul li.active > a {
	color: #007AD7;
}

.mobile-menu ul.subs1 > li > a,
.mobile-menu ul.main-nav > li > a {
	font-weight: bold;
}

.mobile-menu ul.subs {
	padding-left: 30px;
  display: none;
}

.mobile-menu ul li.active > ul.subs {
	display: block;
}

.mobile-menu ul li.service-link {
	margin-top: 10px;
}

.mobile-menu ul.main-nav > li.service-link > a {
	border: none;
  font-weight: normal;
  padding: 3px 0;
}

#header {
  z-index: 99999;
}
/* End mobile menu */

/* Headline */
.headline {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  position: relative;
}

.headline:after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.75) 11%, rgba(0,0,0,0.00) 94%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(11%, rgba(0,0,0,0.75)), color-stop(94%, rgba(0,0,0,0.00)));
  background-image: linear-gradient(90deg, rgba(0,0,0,0.75) 11%, rgba(0,0,0,0.00) 94%);
  z-index: -1;
}
.headline .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 0;
}
.headline .text-box {
  color: #fff;
  max-width: 700px;
}

.headline .text-box .title {
	font-weight: 900;
  font-size: 3.750em;
}

.headline .text-box .subtitle {
	font-weight: 900;
  font-size: 1.5em;
  margin: 50px 0;
  max-width: 554px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.headline .text-box .btn-request-login{
	text-decoration: underline;
  text-transform: uppercase;
  margin-left: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}
.headline .login{
	flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headline .login .login-box{
	width: 426px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.headline .login .login-box .form-top{
  font-weight: bold;
  font-size: 1.375em;
  padding-bottom: 15px;
}
.headline .login .login-box .form-inputs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headline .login .form-inputs .form-text{
	color: #919191;
  font-size: 14px;
  margin-bottom: 15px;
}
.headline .login #homeLogin{
	width: 100%;
}
.headline .login #homeLogin .input-wrap-outer{
	margin: -7px;
}
.headline .login #homeLogin .input-wrap-outer .input-wrap{
	padding: 7px;
}
.headline .login #homeLogin input{
	width: 100%;
  font-size: 14px;
}
.headline .login #homeLogin .btn-wrap{
	margin-top: 23px;
}
.headline .login #homeLogin .btn-wrap .btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.headline .login #homeLogin .account-links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.headline .login #homeLogin .account-links li a{
	color: #aaa;
  text-decoration: underline;
  font-size: 13px;
  display: block;
}
.headline .login #homeLogin .account-links li:first-child a{
	padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #eee;
}
@media(max-width: 1199px){
	.headline .inner{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headline .text-box .title{
  	font-size: 2.25em;
  }
  .headline .text-box .subtitle{
  	font-size: 1.2em;
  }
  .headline .text-box,
  .headline .text-box .subtitle{
  	max-width: unset;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .headline .inner {
  	padding: 70px 0;
  }
  
  .headline .text-box .title {
  	font-size: 2em;
  }
  
  .headline .text-box .subtitle {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .headline .inner {
  	padding: 50px 0;
  }
  
  .headline .text-box .title {
  	font-size: 1.5em;
  }
  
  .headline .text-box .subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .headline .text-box .btn-request-login{
  	margin-left: unset;
    margin-top: 10px;
    display: block;
  }
}
/* End headline */

/* USP block */
.usp-block.home {
	padding: 50px 0 100px 0;
}

.usp-block.about {
	padding: 230px 0 var(--block_spacing) 0;
}

.usp-block .usp-wrap {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.usp-block .usp-wrap .usp-item {
	width: 25%;
  padding: 0 30px;
}

.usp-block .usp-wrap .usp-item .usp-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.usp-block .usp-wrap .usp-item i {
	font-size: 60px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(var(--rgb_accent), .16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

i.sm-thumbs-up:before {
	font-size: 80%;
}

.usp-block .usp-wrap .usp-item .title{
	color: var(--accent);
}

.usp-block .usp-wrap .usp-item .title {
	font-size: 1.125em;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 15px;
}

.usp-block .usp-wrap .usp-item .text {
	color: #666;
  line-height: 1.5em;
}

@media (min-width: 1200px) {
	.usp-block.about .usp-wrap .usp-item .usp-inner {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .usp-block.home {
    padding: 50px 0 80px 0;
  }
  .usp-block.about {
  	padding: 130px 0 var(--block_spacing) 0;
  }
	.usp-block .usp-wrap {
    margin: 0 -15px;
  }
  
  .usp-block .usp-wrap .usp-item {
    padding: 0 15px;
  }
  .usp-block .usp-wrap .usp-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .usp-block .usp-wrap .usp-item{
  	width: 50%;
  }
  .usp-block .usp-wrap .usp-item:nth-child(3),
  .usp-block .usp-wrap .usp-item:nth-child(4){
  	margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .usp-block.home,
  .usp-block {
  	padding: 30px 0;
  }
  .usp-block.about {
  	padding: var(--block_spacing) 0;
  }
  .usp-block .usp-wrap .usp-item{
  	width: 100%;
  }
  .usp-block .usp-wrap .usp-item:nth-child(3),
  .usp-block .usp-wrap .usp-item:nth-child(4){
  	margin-top: unset;
  }
  .usp-block .usp-wrap .usp-item .usp-inner{
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: row;
  	        flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .usp-block .usp-wrap .usp-item i{
  	margin-right: 20px;
    font-size: 30px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .usp-block .usp-wrap .usp-item .title{
  	margin-bottom: unset;
  }
}
/* End USP block */

/* Home content */
.home-content .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  position: relative;
}

.home-content .inner .content-col.col-left {
	width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-content .inner .content-col.col-left .btn-wrap{
	margin-top: 30px;
}
.home-content .inner .content-col.col-right {
  width: 50%;
  margin-left: -90px;
}
.home-content .subtitle{
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.home-content h1.title {
	font-weight: 900;
  font-size: 1.5em;
  color: var(--accent);
  margin-bottom: 30px;
  line-height: 1.4em;
}

.home-content .text-box {
	max-width: 420px;
}
.home-content .image-wrap .image {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  width: 100%;
  padding-top: 114%;
  max-width: 540px;
  position: relative;
}

.home-content .image-wrap .image:after {
	content: '';
  position: absolute;
  top: 60px;
  left: 60px;
  width: 100%;
  height: 100%;
  background: rgba(var(--rgb_accent), .15);
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .home-content .inner{
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  }
  .home-content h1.title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .home-content .inner .content-col.col-left{
  	width: 50%;
    padding: 50px;
  }
  .home-content .inner .content-col.col-right{
  	margin-left: unset;
  }
  .home-content .inner .content-col .image-wrap{
  	padding: unset;
  }
  .home-content .image-wrap .image:after {
    top: 40px;
    left: 40px;
  }
}

@media (max-width: 991px) {
  .home-content .inner .content-col.col-left {
  	padding: 0;
    padding-right: 30px;
  }
}
@media(max-width: 767px){
  .home-content .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	    -ms-flex-direction: column-reverse;
  	        flex-direction: column-reverse;
  }
  
  .home-content .inner .content-col.col-left {
    width: 100%;
    padding: 0;
    padding-top: 60px;
  }
	.home-content h1.title{
  	font-size: 1.3em;
  }
  .home-content .image-wrap .image:after {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 500px) {
  .home-content {
  	overflow: hidden;
  }
  .home-content .inner .content-col.col-right {
    width: 100%;
  }
}
/* End home content */

/* b2b block */
.b2b-block .inner {
	display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.b2b-block .col {
	padding: 15px;
}

.b2b-block .image {
  width: 100%;
  padding-top: 84%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.b2b-block .text-box {
  max-width: 420px;
}

.b2b-block .text-box .title {
	font-weight: 900;
  color: var(--accent);
  font-size: 1.5em;
  margin-bottom: 20px;
}

.b2b-block .text-box .usp {
	margin: 30px 0 40px 0;
}

.b2b-block .text-box .usp li {
	display: flex;
  align-items: center;
}

.b2b-block .text-box .usp li:not(:last-child) {
	margin-bottom: 10px;
}

.b2b-block .text-box .usp li i {
	font-size: 1.2em;
  margin-right: 16px;
  color: var(--accent);
}

@media (min-width: 768px) {
	.b2b-block .col-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* End b2b block */

/* Dealer banners */
.dealer-banners .banners-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.dealer-banners .banners-wrap .banner {
  display: flex;
	padding: 15px;
}

.dealer-banners .banners-wrap .banner .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	padding: 60px;
  min-height: 340px;
  background: var(--accent);
  color: #fff;
  width: 100%;
  border-radius: 10px;
	box-shadow: 0 0 11px 4px rgba(0,0,0,0.10);
}

.dealer-banners .banners-wrap .banner-2 .inner {
	background: var(--black);
}

.dealer-banners .banners-wrap .banner .text-box {
	max-width: 420px;
}

.dealer-banners .banners-wrap .banner .title {
	font-size: 1.750em;
  font-weight: 900;
}

.dealer-banners .banners-wrap .banner .text {
	margin: 20px 0 40px 0;
  font-weight: bold;
  opacity: .8;
}

@media (max-width: 767px) {
	.dealer-banners .banners-wrap .banner .inner {
    padding: 40px;
    min-height: 280px;
  }
  
  .dealer-banners .banners-wrap .banner .title {
    font-size: 1.5em;
  }
}
/* End dealer banners */

/* Products */
.products-slider .owl-nav {
	display: none;
}

.products {
	margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .product {
	padding: 15px;
}

.products .product .inner {
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.products .product .image-wrap {
	position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.product-labels {
	position: absolute;
  top: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-labels .product-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 35px;
  border-radius: 22px 0 0 22px;
  font-weight: 900;
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-labels .product-label:not(:first-child) {
	margin-top: 10px;
}

.products .product .image-wrap > a {
	display: block;
}

.products .product .info {
	padding: 20px;
 	text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}
.products .product .info .product-title {
	color: var(--black);
  font-size: 1.125em;
  margin-bottom: 7px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.products .product .info .price .price-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .product .info .price .price-new {
	color: var(--accent_2);
  font-size: 1.250em;
}
.products .product .info .price .price-new .excl-vat{
	color: #aaa;
  font-size: 0.7em;
}
.products .product .info .price .price-new.sale {
	color: #aaa;
}
.products .product .info .price .price-new.sale span {
	color: #E13131;
}

.products .product .info .price .price-old {
	color: #aaa;
  display: inline-block;
  margin-right: 5px;
}

.products .product .info .price .price-old span {
	position: relative;
}

.products .product .info .price .price-old span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #E13131;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products .product .info .price .price-incl {
	color: #aaa;
  font-size: 14px;
  margin-top: 1px;
}

.products .product .inner .image-wrap .variants > li a{
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}

.products .product .info .btn {
	margin-top: 30px;
}

@media (min-width: 1200px) {
  .products .product .inner:hover {
    -webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.15);
            box-shadow: 0 0 9px 2px rgba(0,0,0,0.15);
  }
  
  .products .product .inner:hover .image-wrap .variants {
  	opacity: 1;
    visibility: visible;
  }
  .products .product .inner .image-wrap .variants > li a:hover{
    border: 2px solid #eee;
  }
}

@media (max-width: 1199px) {
  .products {
  	margin: -10px;
  }
  
  .products .product {
  	padding: 10px;
  }
}

@media (max-width: 991px) {
  .product-labels .product-label {
    background: #007AD7;
    color: #FFFFFF;
    padding: 0 10px;
    height: 30px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .products {
  	margin: -7px;
  }
  
  .products .product {
  	padding: 7px;
  }
  
   .products .product .info {
    padding: 15px;
  }
  .products .product .info .price .price-inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  .products .product .info .price {
  	font-size: .8em;
  }
  
  .products .product .info .price .price-incl {
  	font-size: 12px;
  }
  
  .products .product .info .btn {
    margin-top: 15px;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    height: 45px;
  }
}

@media (max-width: 499px) {
	.products .product .info .btn {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
  }
}
/* End products */
/* Productpage */
#productpage .product-detail {
	padding-bottom: 30px;
}

#productpage .product-title-wrap {
	margin-bottom: 30px;
}

#productpage .product-title-wrap .product-title {
  font-size: 1.5em;
	color: #333;
  font-weight: bold;
}
#productpage .product-title-wrap .product-code{
	font-size: 13px;
  font-weight: bold;
  color: #aaa;
}
#productpage .productpage-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} 

#productpage .productpage-row .productpage-col.col-left,
#productpage .content-links {
	min-width: calc(100% - 650px);
  max-width: calc(100% - 650px);
}

#productpage .productpage-row .productpage-col.col-right {
	min-width: 650px;
  max-width: 650px;
  padding-left: 30px;
}

#productpage .product-images .productpage-slider-outer {
	position: relative;
}

#productpage .product-images .productpage-slider-outer .brand-image {
	position: absolute;
  top: 20px;
  left: 20px;
  max-width: 140px;
  z-index: 2;
}

#productpage .product-images .productpage-slider-outer .brand-image img {
	width: 100%;
}

#productpage .product-images .productpage-slider-outer .product-labels {
	z-index: 2;
}

#productpage .product-images .productpage-slider-outer .zoom-image {
	position: absolute;
  bottom: 30px;
  left: 50%;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255,255,255,0.7);
  color: var(--accent);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 25px;
  z-index: 2;
  border-radius: 50%;
}

#productpage .product-images .productpage-slider {
  margin-bottom: 10px;
}

#productpage .product-images .productpage-slider .owl-prev,
#productpage .product-images .productpage-slider .owl-next {
  position: absolute;
  top: 50%;
  left: 0px;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50%;
  background: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#productpage .product-images .productpage-slider .owl-next {
	left: auto;
  right: 0px;
}

#productpage .product-images .productpage-slider .owl-prev.disabled,
#productpage .product-images .productpage-slider .owl-next.disabled {
	opacity: 0;
  visibility: hidden;
}

#productpage .product-images .thumbs-slider .owl-prev,
#productpage .product-images .thumbs-slider .owl-next {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc((100% / 5) - 10px);
  height: calc(100% - 10px);
  background: rgba(0,0,0,0.40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

#productpage .product-images .thumbs-slider .owl-next {
	left: auto;
  right: 5px;
}

#productpage .product-images .thumbs-slider .owl-prev.disabled,
#productpage .product-images .thumbs-slider .owl-next.disabled {
	opacity: 0;
  visibility: hidden;
}

#productpage .product-images .thumbs {
	margin: -5px;
}

#productpage .product-images .thumbs .thumb {
	padding: 5px;
  cursor: pointer;
}

#productpage .product-images .thumbs .thumb .image-wrap {
  border: 1px solid #aaa;
}

#productpage .product-images .thumbs .thumb.active .image-wrap {
	border: 1px solid var(--accent_2);
}

#productpage .product-info .price {
  display: flex;
  align-items: flex-end;
	font-weight: bold;
}

#productpage .product-info .price .price-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}

#productpage .product-info .price .price-new {
	color: var(--accent_2);
  font-size: 2em;
}

#productpage .product-info .price .price-new.sale {
	color: #E13131;
}

#productpage .product-info .price .price-old {
	color: #aaa;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.250em;
}

#productpage .product-info .price .price-old:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #E13131;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#productpage .product-info .maatwerk-link {
	font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

#productpage .product-info .maatwerk-link span {
	color: var(--accent);
  text-decoration: underline;
}

#productpage .product-info .price .price-incl,
#productpage .product-info .price .price-excl {
	color: #aaa;
  font-size: 1.2em;
  margin-left: 15px;
}
#productpage .product-info .product-discounts{
	margin-top: 20px;
  font-style: italic;
}
#productpage .product-info .product-discounts ul li{
	font-size: 0.9em;
}
#productpage .product-info .product-discounts ul li span.disc-price,
#productpage .product-info .product-discounts ul li span.disc-perct{
	font-weight: bold;
}
#productpage .product-info .login-required .inner{
	padding: 30px;
  background: #f6f6f6;
  font-style: italic;
}
#productpage .product-info .login-required a{
	text-decoration: underline;
  color: var(--accent_2);
}
#productpage .product-info .product-configure {
	padding: 30px 0 23px 0;
}

#productpage .product-info .product-configure.custom-product-options {
  margin: -10px 0;
}

#productpage .product-info .product-configure.custom-product-options .custom-product-option {
	padding: 10px 0;
}

#productpage .product-info .product-configure.custom-product-options .custom-product-option label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

#productpage .product-info .product-configure label {
	display: block;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

#productpage .product-info .product-configure select {
	opacity: 0;
  height: 50px;
}

#productpage .product-info .product-configure input[type="text"].standard-input,
#productpage .product-info .product-configure input[type="number"].standard-input{
  width: 100%;
  background: #fff;
  color: #000;
  border: 2px solid #eee;
  padding: 0px 20px;
  font-size: 15px;
}
#productpage .product-info .product-configure input[type="text"].standard-input::placeholder,
#productpage .product-info .product-configure input[type="number"].standard-input::placeholder {
  color: #000;
}

/* Chrome, Safari, Edge, Opera */
#productpage .product-info .product-configure input[type="number"].standard-input::-webkit-inner-spin-button,
#productpage .product-info .product-configure input[type="number"].standard-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#productpage .product-info .product-configure input[type="number"].standard-input {
    -moz-appearance: textfield;
}


#productpage .product-info .product-configure textarea.standard-input {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}

#productpage .product-info .product-configure .sizetable-link {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: var(--black);
  font-weight: normal;
  text-decoration: underline;
}

#productpage .product-info .product-configure .ui.dropdown {
	width: 100%;
  height: 45px;
  line-height: 45px;
}

#productpage .product-info .product-configure .variants {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-info .product-configure .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

#productpage .product-info .product-configure .variants li {
	padding: 5px;
}

#productpage .product-info .product-configure .variants li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0 7px;
  background: #fff;
  border: 1px solid #aaa;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  color: var(--black);
  position: relative;
}

#productpage .product-info .product-configure .variants li.active a,
#productpage .product-info .product-configure .variants li a:hover {
  border: 1px solid #007AD7;
}

#productpage .product-info .product-configure .variants li.active a:after {
	content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #007AD7;
}

#productpage .product-info .product-configure .variants li.disabled a {
  color: #DDDDDD;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  pointer-events: none;
}

#productpage .product-info .delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--black);
  line-height: 1;
}

#productpage .product-info .delivery i {
	font-size: 15px;
  color: var(--accent);
  margin-right: 8px;
}

#productpage .product-info .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#productpage .product-info .cart .input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#productpage .product-info .cart .input-wrap input {
	min-width: 100px;
  max-width: 100px;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
  border-radius: 0;
  background: transparent;
  border-color: #d0d0d0;
}

#productpage .product-info .cart .input-wrap a {
	position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
}

#productpage .product-info .cart .input-wrap a:before,
#productpage .product-info .cart .input-wrap a:after {
	content: '';
  width: 10px;
  height: 1px;
  background: #C6C6C6;
  border-radius: .5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#productpage .product-info .cart .input-wrap a.up {
	left: auto;
  right: 0;
}

#productpage .product-info .cart .input-wrap a.up:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

#productpage .product-info .cart .btn {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
  margin-left: 10px;
  background: var(--accent_2);
}

#productpage .product-info .cart .btn i {
	font-size: 22px;
  margin-left: 18px;
}

#productpage .product-info .cart .btn.out-of-stock {
	background: #eee;
  color: #aaa;
  pointer-events: none;
}

#productpage .product-info .add-to-wishlist{
	margin-top: 20px;
  font-size: 14px;
}
#productpage .product-info .add-to-wishlist i{
	color: #d0d0d0;
  margin-right: 8px;
  font-size: 1.2em;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}

#productpage .product-info .product-usp {
	margin-top: 38px;
}

#productpage .product-info .product-usp li {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}
#productpage .product-info .product-usp li:last-child {
	margin-bottom: 0;
}

#productpage .product-info .product-usp li i {
	font-size: 8px;
  margin-bottom: -.3em;
  margin-right: 10px;
  color: var(--accent_2);
}

#productpage .product-info .product-usp li span {
	color: var(--black);
  font-weight: bold;
}

#productpage .product-info .product-usp li span.score {
  text-decoration: underline; 
}

#productpage .product-content-block .content-title {
	font-weight: 900;
  font-size: 1.5em;
  color: var(--black);
  margin-bottom: 15px;
}

#productpage .product-content-block .product-specs,
#productpage .product-content-block .shipping-content,
#productpage .product-content-block .downloads {
	margin-top: 30px;
}

#productpage .product-content-block .product-specs table {
	width: 100%;
  font-size: 14px;
}

#productpage .product-content-block .product-specs table tr td {
	padding: 8px 20px;
}

#productpage .product-content-block .product-specs table tr:nth-child(odd) td {
	background: #F6F6F6;
}

#productpage .product-content-block .product-specs table tr td:first-child {
	font-weight: bold;
  color: var(--black);
}

#productpage .content-banner {
	padding: 30px;
  position: relative;
  padding-right: 150px;
  background: #f7f7f7;
}

#productpage .content-banner:not(:first-child) {
	margin-top: 20px;
}

#productpage .content-banner .content-title {
	margin-bottom: 20px;
}

#productpage .content-banner .banner-links li:not(:last-child) {
	margin-bottom: 15px;
}

#productpage .content-banner .banner-links li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .content-banner .banner-links i {
	margin-right: 18px;
  font-size: 19px;
}

#productpage .content-banner .banner-links span {
	font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

#productpage .service-banner {
	background: var(--accent_2);
  color: #fff;
  border-radius: 10px;
}

#productpage .service-banner .content-title {
  color: #fff;
}

#productpage .service-banner img {
	position: absolute;
  width: 140px;
  bottom: 0;
  right: 0px;
}


#productpage .review-banner {
	padding-right: 30px;
  border-radius: 10px;
}

#productpage .review-banner .top-wrap {
	display: flex;
  align-items: center;
}

#productpage .review-banner .top-wrap img {
	height: 45px;
  margin-left: 25px;
}

#productpage .review-banner .fbc-widget{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#productpage .review-banner .fbc-widget .score {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 1.250em;
}

#productpage .review-banner .fbc-widget .stars-wrap {
	margin-left: 20px;
  margin-right: 0;
}

#productpage .review-banner .fbc-widget .stars i {
	font-size: 20px;
}

#productpage .review-banner .fbc-widget .count {
	font-size: 14px;
  color: #777;
}

#productpage .review-banner .review {
	padding: 15px 0;
  margin: 30px 0 20px 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

#productpage .review-banner .review .text {
	color: var(--black);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 27px;
}

#productpage .review-banner .review .name-date {
	font-size: 14px;
  color: #555;
}

#productpage .review-banner .read-more {
	font-size: 14px;
  text-decoration: underline;
}

#productpage .review-banner img {
	height: 60px;
}
#productpage .product-related .title-featured{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#productpage .content-links {
	display: inline-flex;
  flex-wrap: wrap;
  padding: 4px 0;
  margin-bottom: 20px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

#productpage .content-links li:not(:last-child) {
	margin-right: 20px;
}

#productpage .content-links li a {
	font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
  display: inline-block;
}

#productpage .download-links li:not(:last-child) {
	margin-bottom: 10px;
}

#productpage .download-links li a {
	display: inline-flex;
  align-items: center;
  color: var(--accent);
}

#productpage .download-links li a i {
	margin-right: 10px;
  font-size: 1.2em;
}

#productpage .download-links li a span {
	text-decoration: underline;
}

.configure-info-link {
	display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  margin-left: 10px;
}

.configure-info-popup {
	display: none;
  width: 100%;
  max-width: 500px;
}

@media(min-width: 1200px){
	#productpage .product-info .add-to-wishlist i:hover{
  	color: var(--accent_2);
  }
}
@media (max-width: 1199px) {
  #productpage .productpage-row .productpage-col.col-left,
  #productpage .content-links {
    min-width: calc(100% - 500px);
    max-width: calc(100% - 500px);
  }
  
  #productpage .productpage-row .productpage-col.col-right {
    min-width: 500px;
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  #productpage .productpage-row {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
	#productpage .productpage-row .productpage-col.col-left,
  #productpage .content-links,
  #productpage .productpage-row .productpage-col.col-right {
  	min-width: 100%;
    max-width: 100%;
  }
  
  #productpage .productpage-row .productpage-col.col-right {
  	padding: 0;
    padding-top: 30px;
  }
  
  #productpage .content-banner {
  	padding: 20px;
    padding-right: 130px;
  }
  
  #productpage .review-banner {
    padding-right: 20px;
  }
  
  #productpage .service-banner img {
    width: 120px;
  	min-width: 120px;
  }
  
  #productpage .product-images .productpage-slider-outer .brand-image {
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  #productpage .product-title-wrap {
  	margin-bottom: 20px;
  }
  
  #productpage .product-title-wrap .product-title {
  	font-size: 1.3em;
  }
  
  #productpage .product-title-wrap .score-brand {
  	margin-top: 5px;
  }
  
  #productpage .product-title-wrap .score .product-stars {
  	font-size: 15px;
  }
  
  #productpage .product-images .productpage-slider-outer .zoom-image {
    font-size: 20px;
    bottom: 15px;
  }
  
	#productpage .product-images .thumbs-slider .owl-prev,
  #productpage .product-images .thumbs-slider .owl-next {
    width: calc((100% / 4) - 10px); 
  }
  
  #productpage .review-banner .fbc-widget .stars-wrap {
    margin-left: 10px;
  }
  
  #productpage .review-banner .fbc-widget .stars i {
  	font-size: 18px;
  }
  
  #productpage .review-banner .review {
    margin: 25px 0;
  }
  
  #productpage .review-banner img {
    height: 35px;
  }
  
  #productpage .product-info .product-usp {
  	margin-top: 20px;
  }
  
  #productpage .content-banner .banner-links i {
  	margin-right: 10px;
  }
  
  #productpage .content-banner {
  	padding-right: 100px;
  }
  
  #productpage .review-banner {
  	padding-right: 20px;
	}
  
  #productpage .service-banner img {
  	width: 110px;
  	min-width: 100px;
  }
  
  #productpage .product-info .price {
  	flex-direction: column;
    align-items: flex-start;
  }
  
  #productpage .product-info .price .price-incl,
  #productpage .product-info .price .price-excl{
  	margin: 0;
		margin-top: 10px;
  }
  
  #productpage .review-banner .fbc-widget .score {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 1em;
  }
  
  #productpage .review-banner .top-wrap img {
    height: 30px;
    margin-left: 15px;
  }
}
/* End productpage */

/* Categories */
.categories {
	margin: -10px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categories .category {
	padding: 10px 15px;
}

.categories .category .inner {
	display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  display: flex;
  transition: all .2s ease-in-out;
}

.categories .category .image-wrap {
	min-width: 180px;
  max-width: 180px;
  border-right: 6px solid var(--accent);
}

.categories .category .info {
	padding: 20px 40px;
  flex-grow: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.categories .category .info .category-title {
	color: var(--black);
  font-weight: 900;
  font-size: 1.125em;
}

.categories .category .info i {
	min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9em;
}

@media (min-width: 1200px) {
  .categories .category .inner:hover {
    box-shadow: 0 0 11px 4px rgba(0,0,0,0.10);
  }
}

@media(max-width: 991px){
	.categories .category .image-wrap {
    min-width: 150px;
    max-width: 150px; 
  }
  
  .categories .category .info {
		padding: 20px;
  }
}
@media(max-width: 767px){
	.categories .category .image-wrap {
    min-width: 100px;
    max-width: 100px; 
  }
  
  .categories .category .info i {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    font-size: .8em;
  }
  
  .categories .category .info .category-title {
  	font-size: 1em;
  }
  
  .categories {
    margin: -7px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .categories .category {
    padding: 7px 10px;
  }

}
/* End categories */

/* Brands */
.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -15px;
}

.brands .brand {
	padding: 15px;
}

.brands .brand .image-wrap img {
	width:100%;
}

@media (max-width: 1199px) {
	.brands {
    margin: -10px;
  }

  .brands .brand {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .brands {
    margin: -7px;
  }

  .brands .brand {
    padding: 7px;
  }
}
/* End brands */

/* Tags */
#tags-page .tags {
	margin: -7px;
}

#tags-page .tags a {
	height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  background: #f7f7f7;
  margin: 7px;
}
#tags-page .tags a span{
	padding-left: 5px;
}
/* End tags */

/* messages */
.gui-messages {
	display:none !important;
}

.message-wrap {
  width: 100%;
	background: #F6F6F6;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.18);
  z-index: 999;
  position: relative;
}

.message-wrap:not(.active) {
	display: none;
}

.message-wrap .message {
	font-weight: bold;
  font-size: 14px;
  color: var(--black);
  text-align: right;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.message-wrap .message ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

.message-wrap .message .icon {
	min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.message-wrap .message.error .icon {
  background: #cd3b3b;
}
.message-wrap .message.success .icon {
  background: var(--accent);
}
.message-wrap .message.info .icon {
  background: #3ca1cd;
  font-size: 16px;
}

.message-wrap .close-messages {
	font-size: 24px;
  margin-left: 15px;
  display: flex;
}

@media (min-width: 1400px) {
  .message-wrap .close-messages {
    font-size: 30px;
    position: absolute;
    right: 10px;
	}
}

@media (max-width: 1399px) {
	.message-wrap .message {
    padding: 10px 0;
  }
}
/* End messages */

/* About page */
#about-page .image {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#about-page h1,
#about-page h2,
#about-page h3,
#about-page h4,
#about-page h5,
#about-page h6 {
	font-weight: 900;
  color: var(--black);
  line-height: 1.3em;
}

#about-page .top-banner .image {
  padding-top: 37.5%;
  min-height: 250px;
}

#about-page .image-left .block-inner {
	display: flex;
  align-items: flex-end;
  padding-bottom: 10%;
}

#about-page .image-left .image {
	width: 75%;
  padding-top: 49.7%;
}

#about-page .image-left .text-box {
  width: 50%;
  margin-left: -25%;
  margin-bottom: -10%;
  padding: var(--block_spacing);
  background: #fff;
  border-radius: 10px;
  box-shadow: 19px 18px 40px 18px rgb(0 0 0 / 10%);
}

#about-page .image-left .text-box .btn {
	margin-top: 30px;
}

#about-page .image-right .block-inner {
	display: flex;
}

#about-page .image-right .text-box {
	padding: var(--block_spacing);
  width: 50%;
  display: flex;
  align-items: center;
}

#about-page .image-right .image {
	width: calc(50% - var(--block_spacing));
  padding-top: 50%;
}

@media (min-width: 1400px) {
	#about-page {
  	--block_spacing: 100px;
  }
  
  #about-page .main-text .text-box {
    padding-left: var(--block_spacing);
    max-width: 800px;
  }
  
  #about-page .image-right,
  #about-page .dealer-banners {
  	padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
	#about-page .image-left .block-inner {
    flex-direction: column;
    padding-bottom: 0;
  }

  #about-page .image-left .image {
    width: 100%;
    padding-top: 45%;
  }

  #about-page .image-left .text-box {
    width: 80%;
    margin: 0;
    margin-top: -10%;
    margin-left: auto;
    margin-right: auto;
    padding: var(--block_spacing);
    background: #fff;
    border-radius: 10px;
    box-shadow: 19px 18px 40px 18px rgb(0 0 0 / 10%);
  }
  
  #about-page .image-right .text-box {
    padding-left: 0;
  }

  #about-page .image-right .image {
    width: 50%;
  }
}

@media (max-width: 991px) {
  #about-page .image-right .block-inner {
  	flex-direction: column-reverse;
  }
  
  #about-page .image-right .image,
  #about-page .image-right .text-box {
  	width: 100%;
    padding-right: 0;
  }
  
  #about-page .image-right .image {
  	padding-top: 120%;
  }
}	

@media (max-width: 767px) {
	#about-page .image-left .text-box {
    width: calc(100% - 40px);
  }
}
/* End about page */

/* Footer */
#footer .footer-top{
	background-color: var(--accent_2);
  color: #fff;
}
#footer .footer-top .inner{
  padding: 35px 0;
}
#footer .footer-top-title {
	font-weight: 900;
  font-size: 1.375em;
  padding-bottom: 30px;
}
#footer .footer-top .contact-links {
	display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
#footer .footer-top .contact-links li {
	width: calc(100% / 3);
  padding: 15px;
}
#footer .footer-top .contact-links li a {
	display: flex;
  align-items: center;
}
#footer .footer-top .contact-links li a i {
	min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent_2);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
i.sm-envelope:before {
	font-size: 80%;
}
#footer .footer-top .contact-links li a .title {
	font-weight: 900;
  margin-bottom: 5px;
  text-decoration: underline;
}
#footer .footer-top .contact-links li a .text {
	font-size: 12px;
}
#footer .footer-usp-bar{
	background-color: #F6F6F6;
}
#footer .footer-usp-bar .inner{
  padding: 20px 0;
  margin: 0px -10px;
}
#footer .footer-usp-bar ul.usp-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-usp-bar ul.usp-wrap li.usp-item{
  font-size: 12px;
  color: var(--black);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-usp-bar ul.usp-wrap li.usp-item {
	width: calc(100% / 4);
}
#footer .footer-usp-bar ul.usp-wrap {
	padding: 0px 10px;
}
#footer .footer-usp-bar ul.usp-wrap li.usp-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: var(--accent);
}
#footer .footer-usp-bar ul.usp-wrap li.usp-item .icon{
	margin-right: 15px;
  color: var(--accent_2);
  font-size: 1.6em;
}
#footer .main-footer{
	border-bottom: 1px solid #CFCFCF;
  background: #F6F6F6;
  color: var(--black);
}
#footer .main-footer .inner{
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .main-footer .footer-col{
	padding: 10px;
}

#footer .main-footer .footer-col.col-contact,
#footer .main-footer .footer-col.col-brands,
#footer .main-footer .footer-col.col-footer-nav {
	width: calc(70% / 3);
}
#footer .main-footer .footer-col.col-reviews {
	width: 30%;
}
#footer .main-footer .logo{
	margin-bottom: 15px;
}
#footer .main-footer .logo img{
	height: 44px;
}
#footer .main-footer .address {
	margin-bottom: 20px;
}
#footer .main-footer .footer-col{
	font-size: 14px;
}
#footer .main-footer .footer-col .footer-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
#footer .main-footer a{
  display: block;
	-webkit-transition: .15s all ease-in-out;
	-o-transition: .15s all ease-in-out;
	transition: .15s all ease-in-out;
}
#footer .main-footer ul.contact-info li.item{
  padding: 1px 0;
}
#footer .main-footer .col-contact .col-openinghours {
	margin-top: 20px;
}
#footer .main-footer .col-contact .col-openinghours tr td:first-child {
  padding-right: 20px;
}
#footer .main-footer .col-contact .col-openinghours td {
  padding-bottom: 2px;
}
#footer .main-footer .col-contact .col-openinghours .general-content a {
  margin-top: 20px;
  color: var(--black);
}
#footer .main-footer .col-contact .col-openinghours .general-content a:hover {
  text-decoration: none;
}
#footer .main-footer .col-contact .col-openinghours .general-content a span {
  color: var(--accent_2);
  text-decoration: underline;
}

#footer .main-footer .footer-title {
	font-weight: bold;
  font-size: 1.3em;
  color: var(--black);
  text-shadow: 0px 1px 0px #fff;
}
#footer .main-footer ul li{
	padding: 2px 0;
  font-size: 14px;
}
#footer .main-footer ul li.all-brands{
	color: var(--accent_2);
  text-decoration: underline;
  margin-top: 10px;
}
#footer .main-footer ul.footer-nav.service {
  margin-top: 20px;
}
#footer .main-footer ul.footer-nav li.item a{
  display: block;
}
#footer .main-footer #formNewsletter {
	display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#footer .main-footer #formNewsletter input {
	height: 40px;
  border: none;
  padding: 0 20px;
  background: #fff;
}
#footer .main-footer #formNewsletter .btn {
	border-radius: 0;
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
#footer .main-footer .widget-block{
  margin-bottom: 20px;
}
#footer .main-footer .widget-block a.fbc-widget{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .main-footer .widget-block a.fbc-widget .score{
	min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  font-size: 14px;
}
#footer .main-footer .widget-block a.fbc-widget .count{
	color: #777;
}
#footer .main-footer .widget-block a.fbc-widget img{
  height: 30px;
  margin-left: 30px;
}
#footer .main-footer .widget-block a.fbc-widget .stars-wrap{
	margin-right: 15px;
}
#footer .main-footer .widget-block a.fbc-widget .stars .icon{
	font-size: 18px;
}
#footer .main-footer .widget-block a.fbc-widget{
  text-decoration: none !important;
}
#footer .main-footer .col-reviews .review-text{
  max-width: 314px;
  min-width: 314px;
}
#footer .main-footer .col-reviews .review-inner{
	padding: 15px 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
#footer .main-footer .col-reviews .review-text .divider{
	margin: 0 8px;
}
#footer .main-footer .col-reviews .review-text .name-date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
#footer .main-footer .col-reviews .review-content{
  font-size: 14px;
  color: var(--black);
  line-height: 22px;
}
#footer .main-footer .col-reviews a.read-more{
  text-decoration: underline;
  margin-top: 20px;
  font-size: 14px;
  color: var(--accent_2);
}
#footer .footer-hallmarks .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
#footer .footer-hallmarks ul.hallmarks-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-hallmarks ul.hallmarks-wrap li.hallmark img{
	height: 25px;
}
#footer .footer-hallmarks ul.hallmarks-wrap li.hallmark:not(:last-child){
  margin-right: 30px;
}
#footer .footer-bottom{
	border-top: 1px solid #cfcfcf;
  font-size: 14px;
}
#footer .footer-bottom .inner{
	padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-bottom ul.footer-bottom-links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-bottom ul.footer-bottom-links li.item:not(:last-child){
	margin-right: 30px;
}
#footer .footer-bottom a{
  display: block;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
/* Hovers */
@media(min-width: 1200px){
	#footer .footer-bottom a:hover,
  #footer .main-footer a:hover{
    color: #666;
  	text-decoration: underline;
  }
  #footer .footer-usp-bar ul.usp-wrap li.usp-item.usp-2,
  #footer .footer-usp-bar ul.usp-wrap li.usp-item.usp-3,
  #footer .footer-usp-bar ul.usp-wrap li.usp-item.usp-4{
    margin-left: -15px;
  }
}
@media(max-width: 1199px){
  #footer .footer-top .contact-links li {
		width: 100%;
  }
  #footer .footer-top .contact-links li a i {
  	margin-right: 15px;
  }
  
  #footer .main-footer .inner{
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
  }
  #footer .main-footer .footer-col{
  	width: 100% !important;
  }
  #footer .main-footer .col-contact .col-openinghours,
  #footer .main-footer ul.footer-nav.service,
  #footer .main-footer .col-contact .col-openinghours .general-content a {
    margin-top: 15px;
  }
  #footer .main-footer .col-reviews{
  	max-width: unset;
    min-width: unset;
  }
  #footer .main-footer .inner{
  	margin: 10px 0;
  }
  #footer .main-footer .footer-col{
  	padding: 10px 0;
  }
  #footer .main-footer .footer-col .footer-links{
    display: none;
  }
  #footer .main-footer .logo{
  	margin-bottom: 15px;
  }
	#footer .main-footer .footer-links-wrap{
  	border-bottom: 1px solid #cfcfcf;
  }
  #footer .main-footer .footer-links-wrap .footer-title{
  	margin-bottom: 10px;
  }
  #footer .main-footer .footer-col .footer-links{
  	padding-bottom: 10px;
  }
  #footer .main-footer .footer-col{
  	padding: unset;
  }
   #footer .main-footer .inner{
  	margin: 0;
  }
  #footer .main-footer .footer-col:not(:last-child){
  	padding-bottom: 15px;
  }
  #footer .main-footer .col-contact .col-footer-nav{
  	margin-top: 15px;
  }
  #footer .main-footer .footer-links-wrap.active .footer-title i{
  	-webkit-transform: rotate(90deg);
  	    -ms-transform: rotate(90deg);
  	        transform: rotate(90deg);
  }
  #footer .main-footer .footer-title {
    font-size: 1em;
  }
  #footer .main-footer .footer-col .footer-title{
  	margin-bottom: 15px;
  }
  #footer .footer-usp-bar ul.usp-wrap li.usp-item {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
  #footer .footer-usp-bar ul.usp-wrap li.usp-item{
  	-webkit-box-flex: 1;
  	    -ms-flex: 1;
  	        flex: 1;
  }
}
@media(max-width: 991px){
  #footer .main-footer .col-contact .col-openinghours,
  #footer .main-footer ul.footer-nav.service,
  #footer .main-footer .col-contact .col-openinghours .general-content a {
    margin-top: 10px;
  }
  #footer .footer-hallmarks ul.hallmarks-wrap li.hallmark img{
  	height: 20px;
  }
  #footer .main-footer .inner{
    padding: 30px 0;
  }
  #footer .main-footer .widget-block a.fbc-widget .score{
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
    font-size: 1em;
  }
  #footer .main-footer .widget-block a.fbc-widget img{
  	height: 45px;
  }
}
@media(max-width: 767px){
	#footer .footer-bottom ul.footer-bottom-links li.item:not(:last-child),
  #footer .footer-hallmarks ul.hallmarks-wrap li.hallmark:not(:last-child){
  	margin-right: 10px;
  }
  #footer .footer-bottom ul.footer-bottom-links li.item,
  #footer .footer-hallmarks ul.hallmarks-wrap li.hallmark{
  	margin-bottom: 10px;
    margin-right: 10px;
  }
  #footer .main-footer .col-reviews a.read-more{
  	margin-top: 15px;
  }
  #footer .main-footer .widget-block a.fbc-widget img{
  	height: 35px;
    margin-left: 10px;
  }
}
/* Collection - Start */
#collection .collection-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#collection .col-sidebar{
  max-width: 312px;
  min-width: 312px;
  margin-right: 30px;
}
#collection .col-sidebar #filter_form{
	margin-bottom: 50px;
}
#collection .no-products-wrap .title{
  font-weight: bold;
  font-size: 2.2em;
  margin: 0;
  color: var(--black);
}
#collection .no-products-wrap .inner{
  padding: 30px;
}
#collection .no-products-wrap .general-content{
  color: #555;
  padding: 20px 0;
  max-width: 50%;
  margin-right: auto;
}
#collection .no-products-wrap .btn{
  margin-top: 5px;
}
#collection .col-main{
/* 	width: calc(100% - 342px); */
	width: 100%;
}
#collection .title{
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 15px;
}
#collection .content-top .description{
	max-width: 881px;
  color: var(--black);
  margin-bottom: 20px;
}
#collection .content-top .description a.read-more{
	color: var(--accent_2);
  text-decoration: underline;
  margin-left: 8px;
  text-transform: lowercase;
}
#collection .content-top .description p{
	display: inline;
}
#collection .active-filters-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#collection  .active-filters-box .filters-label {
  margin-right: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collection  .active-filters-box .active-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

#collection  .active-filters-box .active-filters .active-filter {
	padding: 5px;
}

#collection  .active-filters-box .active-filters .active-filter input {
  display: none;
}

#collection  .active-filters-box .active-filters .active-filter label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  padding-right: 40px;
  background: #F6F6F6;
  border-radius: 0px;
  height: 30px;
  color: var(--black);
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin-bottom: unset !important;
}

#collection  .active-filters-box .active-filters .active-filter label i {
	font-size: 16px;
  margin-left: 5px;
  position: absolute;
  right: 10px;
}
  
#collection  .active-filters-box .active-filters .active-filter.clear-all label {
	background: none;
  padding: 0;
  color: var(--accent_2);
  text-decoration: underline;
}
#collection .col-main .sort{
	margin: 25px 0;
}
#collection .sort .sort-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection .sort .sort-block .sort-text,
#collection .sort .sort-block .per-page{
	margin-right: 15px;
  font-size: 14px;
  color: #333;
}
#collection .sort .sort-block.sort-by{
	margin-right: 30px;
}
#collection .sort .sort-block.sort-by .custom-select{
/*   max-width: 218px; */
  min-width: 218px;
}
#collection .sort .sort-block.pagination{
	margin: unset;
}
#collection .sort .sort-block.pagination .custom-select{
  min-width: 88px;
/* 	max-width: 88px; */
}
#collection .sort .sort-block select{
	height: 40px;
  visibility: hidden;
  opacity: 0;
}
#collection .sort .custom-pager ul.pages{
	margin: -5px;
}
#collection .sort .custom-pager ul.pages li a{
  display: block;
  padding: 5px;
}
#collection .sort .custom-pager ul.pages li{
	color: var(--black);
  font-size: 14px;
}
#collection .sort .custom-pager ul.pages li.prev{
	margin-right: 5px;
}
#collection .sort .custom-pager ul.pages li.next{
	margin-left: 5px;
}
#collection .sort .custom-pager ul.pages li.prev.disabled,
#collection .sort .custom-pager ul.pages li.next.disabled{
	color: #999;
  pointer-events: none;
  cursor: not-allowed;
}
#collection .sort .custom-pager ul.pages li.number{
  color: #888;
}
#collection .sort .custom-pager ul.pages li.number.active{
	color: var(--accent_2);
  font-weight: bold;
}
#collection .sort.bottom{
	margin: 45px 0;
}
#collection .collection-bottom .general-content{
	max-width: 996px;
}
#collection .sort .custom-pager.sort-block.bottom{
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#collection .col-sidebar .sidebar-widget .inner{
	padding: 30px;
  background-color: #f6f6f6;
}
#collection .col-sidebar .sidebar-widget .widget-title{
	font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--accent_2);
}
#collection .col-sidebar .sidebar-widget .rating{
	margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #888;
}
#collection .col-sidebar .sidebar-widget .fbc-widget{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#collection .col-sidebar .sidebar-widget .fbc-widget .score{
	min-height: 60px;
  max-height: 60px;
  min-width: 60px;
  max-width: 60px;
  font-size: 20px;
}
#collection .col-sidebar .sidebar-widget .fbc-widget .stars i{
	font-size: 18px;
  margin-right: 3px;
}
#collection .col-sidebar .sidebar-widget .fbc-widget .count{
	font-size: 14px;
  color: #777;
}
#collection .col-sidebar .sidebar-widget .review-text{
	margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #888;
}
#collection .col-sidebar .review-text .review-content{
	margin-bottom: 10px;
}
#collection .col-sidebar .review-text .divider{
	margin: 0 8px;
}
#collection .col-sidebar .review-text .name-date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #555;
}
#collection .col-sidebar .sidebar-widget .fbc-logo img{
  height: 60px;
}
#collection .filter-wrap.sidebar-brands .filter-items .inner{
	max-height: 150px;
  overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}
#collection .filter-wrap.sidebar-brands .filter-items a.show-more{
	text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: var(--black);
  margin-top: 5px;
}
#collection .filter-wrap.sidebar-brands .filter-items a.show-more i{
	-webkit-transition: .15s all ease-in-out;
	-o-transition: .15s all ease-in-out;
	transition: .15s all ease-in-out;
}
#collection .filter-wrap.sidebar-brands .filter-items a.show-more .brands-count{
	margin-left: 3px;
}
#collection .filter-wrap.sidebar-brands .filter-items a.show-more i{
	margin-left: 10px;
}
#collection .filter-wrap.sidebar-brands .filter-items.open .inner{
	max-height: unset;
}
#collection .filter-wrap.sidebar-brands .filter-items.open a.show-more i{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#collection .products .usp-bar{
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#collection .products .usp-bar ul.usp-wrap{
  background-color: #f6f6f6;
  padding: 15px;
  text-align: center;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection .products .usp-bar ul.usp-wrap li.usp-item{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 12px;
}
#collection .products .usp-bar ul.usp-wrap li.usp-item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection .products .usp-bar ul.usp-wrap li.usp-item a i{
	margin-right: 10px;
  color: var(--accent_2);
  font-size: 1.5em;
}

#collection .filter-wrap .filter-items.filter-colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -5px;
}
#collection .filter-wrap .filter-items.filter-colors .color-filter {
	padding: 5px;
}
#collection .filter-wrap .filter-items.filter-colors .color-filter input {
	display: none;
}
#collection .filter-wrap .filter-items.filter-colors .color-filter label {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  margin: 0;
  position: relative;
}
#collection .filter-wrap .filter-items.filter-colors .color-filter input:checked ~ label:after {
	content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #333;
}

#collection .general-content h2 {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: 800;
  color: #555555;
}
/* Color filters */
.color-zwart {
	background-color: #000 !important;
}
.color-groen {
	background-color: #008000 !important;
}
.color-oranje {
	background-color: #FF6A1C !important;
}
.color-geel {
	background-color: #FFD900 !important;
}
.color-blauw {
	background-color: #1973c1 !important;
}
.color-rood {
	background-color: #FE0000 !important;
}
.color-wit {
	background-color: #ffffff !important;
  border: 1px solid #989898;
}
.color-roze {
	background-color: #FF1493 !important;
}
.color-grijs {
	background-color: #949494 !important;
}
.color-bruin {
	background-color: #A0522D !important;
}
.color-antraciet {
	background-color: #696969 !important;
}
.color-paars {
	background-color: #800080 !important;
}
.color-multi-color {
  background: -webkit-gradient(linear, left top, right top, from(#00C37E), color-stop(50%, #00C37E), color-stop(50%, #FF4E42), to(#FF4E42)), -webkit-gradient(linear, left top, right top, from(#1973C1), color-stop(50%, #1973C1), color-stop(50%, #FFB919), to(#FFB919));
  background: -o-linear-gradient(left, #00C37E 0%, #00C37E 50%, #FF4E42 50%, #FF4E42 100%), -o-linear-gradient(left, #1973C1 0%, #1973C1 50%, #FFB919 50%, #FFB919 100%);
  background: linear-gradient(to right, #00C37E 0%, #00C37E 50%, #FF4E42 50%, #FF4E42 100%), linear-gradient(to right, #1973C1 0%, #1973C1 50%, #FFB919 50%, #FFB919 100%);
  background-size: 100% 50%;
  background-position: center top, center bottom;
  background-repeat: no-repeat;
	
}
/* End color filters */
/* Responsive */
@media(max-width: 1199px){
  #collection .collection-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #collection .col-sidebar{
  	display: none;
  }
  #collection .col-main{
    width: 100%;
  }
  #collection .mobile-filters-wrap .mobile-filters{
		display: none;
  }
  #collection .mobile-filters-wrap .toggle-mobile-filters{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #collection .mobile-filters-wrap .toggle-mobile-filters i{
  	margin-right: 10px;
  }
  #collection .mobile-filters-wrap .mobile-filters{
  	margin-top: 15px;
    padding: 20px;
    border: 1px solid #eee;
  }
  #collection .title{
    font-size: 1.9em;
  }
  #collection .mobile-filters .price-filter{
  	max-width: 100%;
    min-width: 100%;
  }
  #collection .products .usp-bar{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #collection .no-products-wrap .inner{
  	padding-left: 0;
  }
}
@media(max-width: 991px){
	#collection .title{
  	font-size: 1.7em;
  }
  #collection .content-top .description{
  	font-size: 1em;
  }
  .filter-wrap .filter-title{
  	margin-bottom: 10px;
  }
  #collection .mobile-filters .filter-wrap{
  	margin-bottom: unset;
  }
  #collection .mobile-filters .filter-wrap:not(:last-child){
  	margin-bottom: 20px;
  }
  #collection .mobile-filters .filter-wrap.sidebar-brands{
    margin-bottom: 30px;
  }
  #collection .mobile-filters .filter-items .ui.checkbox{
  	padding: 5px 0;
  }
  #collection .products .usp-bar{
  	-webkit-box-ordinal-group: 10;
  	    -ms-flex-order: 9;
  	        order: 9;
  }
  #collection .sort .sort-block.sort-by .custom-select{
/*   	max-width: 150px; */
    min-width: 150px;
  }
  #collection .sort-block.sort-by .ui.selection.dropdown .menu{
  	max-height: 16em;
  }
  #collection .active-filters-box{
  	margin-top: 20px;
  }
  #collection .active-filters-box .filters-label{
  	font-size: 14px;
  }
  #collection .no-products-wrap .inner{
    background: #f6f6f6;
    padding: 30px;
  }
  #collection .no-products-wrap .title{
  	font-size: 1.8em;
  }
}
@media(max-width: 767px){
	#collection .products .usp-bar{
    padding: 7px;
    margin: 10px 0;
  }
  #collection .title{
    font-size: 1.5em;
  	margin-bottom: 10px;
  }
  #collection .content-top .description{
  	line-height: initial;
  }
  #collection .content-top .description{
  	margin-bottom: 15px;
  }
  #collection .products .usp-bar{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #collection .no-products-wrap .general-content{
  	max-width: unset;
  }
  #collection .active-filters-box{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  #collection .active-filters-box .filters-label{
  	margin-bottom: 10px;
  }
  #collection .no-products-wrap .title{
  	font-size: 1.6em;
  }
}
/* Collection - End */
/* Collection filters */
.price-filter {
  max-width: 287px;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 2px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: var(--accent_2);
  border: none;
  margin: 0;
  position: absolute;
  height: 2px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: var(--accent_2);
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-10px;
}

.collection-filter-price:after {
	display: block;
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #DEDEDE;
}

.price-filter-range {
  margin-top: 11px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-transform: lowercase;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

/* .price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
} */

.price-filter-range .max {
  margin-left: 30px;
}

.filter-wrap {
	margin-bottom: 30px;
}

.filter-wrap:last-child {
	margin-bottom: 0;
}

.filter-wrap .filter-title {
	margin-bottom: 15px;
  font-weight: bold;
  color: var(--black);
}

.filter-wrap .filter-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px 0;
}
/* End collection filters */
/* Breadcrumbs */
.breadcrumbs {
  font-weight: 500;
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}

.breadcrumbs i {
	font-size: 0.889em;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
  color: var(--black);
  font-size: 14px;
}
.breadcrumbs .crumb:last-child{
  font-weight: bold;
}
.breadcrumbs .crumb i {
	margin: 0 10px;
}
/* End breadcrumbs */
/* Dropdown */
.ui.selection.dropdown {
	height: 40px;
  min-height: unset;
  border: 1px solid #eee;
  line-height: 40px;
  border-radius: 0px;
  padding: 0 20px;
  padding-right: 40px;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 40px;
  font-weight: 700;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.ui.dropdown>.dropdown.icon:before {
	content: "\f0d7";
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
	border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-radius: 0;
  max-height: 13em;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}
.ui.dropdown>.text{
	font-size: 14px;
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 7px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.1em;
  cursor: pointer;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
	color: #000 !important;
  font-family: 'boxicons'!important;
  content: "\e9f0";
  font-size: 16px;
}

.ui.checkbox:not(.radio) .box:before, 
.ui.checkbox:not(.radio) label:before {
	border-radius: 2px !important;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
	border-color: #D4D4D5 !important;
}
/* End checkbox */
/* Fixed Pages - Start */
.fixed-padding {
	padding-top: 60px;
  padding-bottom: 60px;
}

.fixed-padding-top {
	padding-top: 60px;
}

.fixed-padding-bottom {
  padding-bottom: 60px;
}
.nothing-found .general-content{
  color: #555;
}
.fixed-title h1{
	color: var(--accent_2);
  font-weight: bold;
  font-size: 2.250em;
  margin-bottom: 30px;
}
#catalog .categories{
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#catalog .categories .category{
	padding: 10px;
}
@media(max-width: 1199px){
  .fixed-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fixed-padding-top {
    padding-top: 50px;
  }

  .fixed-padding-bottom {
    padding-bottom: 50px;
  }
}
@media(max-width: 991px){
  .fixed-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fixed-padding-top {
    padding-top: 40px;
  }

  .fixed-padding-bottom {
    padding-bottom: 40px;
  }
  .fixed-title h1{
  	font-size: 1.8em;
  }
}
@media(max-width: 767px){
  #catalog .categories{
    margin: -5px;
  }
  #catalog .categories .category{
    padding: 5px;
  }
  .fixed-title h1{
  	font-size: 1.6em;
  }
  .block-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-padding-top {
    padding-top: 30px;
  }
  .block-padding-bottom {
    padding-bottom: 30px;
  }
}
/* Fixed Pages - End */
/* Cart - Start */
#cart-page .cart-row {
	margin:0px -25px;
}
#cart-page .cart-body-col {
	width:calc(100% - 500px);
  float:left;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-total-col {
	width:500px;
  float:left;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-title,
.checkout-title,
#service-page .service-title{
	margin-bottom:30px;
}
#cart-page .cart-title .title,
.checkout-title .title,
#service-page .service-title .title {
	font-size:25px;
  margin:0;
  font-weight: bold;
  color: var(--black);
  font-size: 1.75em;
}
#cart-page .cart-table {
	width:100%;
}
#cart-page .cart-table th {
  text-align:center;
  padding-bottom:10px;
}
#cart-page .cart-table th:first-child {
	text-align:left;
}
#cart-page .cart-table td {
	padding:15px 15px;
  border-bottom:1px solid rgba(0,0,0,0.065);
}
#cart-page .cart-table td.image {
	width:100px;
}
#cart-page .cart-table td.image img {
	width:100%;
}
#cart-page .cart-table .image-wrap {
	position:relative;
}
#cart-page .cart-table .image-wrap.img-gray {
  padding: 12%;
}
#cart-page .cart-table .image-wrap.img-gray:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
#cart-page .cart-table td:last-child {
	padding-right:0;
}
#cart-page .cart-table td:first-child {
	padding-left:0;
}
#cart-page .cart-table .product-title {
	font-weight: bold;
}
#cart-page .cart-table .price-item,
#cart-page .cart-table .price-subtotal{
	color: #aaa;
  font-weight: bold;
}
#cart-page .cart-table .extra-info ul {
	margin:0px;
  padding:0;
  list-style:none;
  font-size:12px;
}
#cart-page .cart-table .extra-info ul li{
	font-size: .95em;
/*   margin-bottom:5px; */
}
#cart-page .cart-table .info a.title .items {
	font-size:80%;
  color:#777;
}
#cart-page .cart-table .input-wrap{
  position: relative;
  max-width: 100px;
  min-width: 100px;
  margin: 0 auto;
}

#cart-page .cart-table .input-wrap input {
	min-width: 100px;
  max-width: 100px;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  color: var(--black);
  border-radius: 0;
  background: transparent;
  border-color: #d0d0d0;
}

#cart-page .cart-table .input-wrap a {
	position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
}

#cart-page .cart-table .input-wrap a:before,
#cart-page .cart-table .input-wrap a:after {
	content: "";
  width: 10px;
  height: 1px;
  background: #C6C6C6;
  border-radius: .5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cart-page .cart-table .input-wrap a.up {
	left: auto;
  right: 0;
}

#cart-page .cart-table .input-wrap a.up:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}
#cart-page .cart-table td .option-icons .delete{
	font-size: 10px;
}
#cart-page .total-block {
  padding: 30px;
  background: rgba(0,0,0,0.065);
}
#cart-page .total-block table {
	width:100%;
  font-weight:700;
  color: #575757;
}
#cart-page .total-block table td {
	padding:3px 0px;
}
#cart-page .total-block table td:last-child {
	text-align:right;
}
#cart-page .total-block table tr:last-child td {
	padding-top:20px;
  border-top:1px solid rgba(0,0,0,0.06);
  font-size:120%;
}
#cart-page .total-block table tr:nth-last-child(2) td {
	padding-bottom:20px;
}
#cart-page .total-block table .delete-discount {
	font-size:70%;
  margin-left:5px;
  color: #aaa;
}
#cart-page .upsell-products .title-featured {
	align-items: flex-start;
  text-align: left;
}
#cart-page .total-block .payments ul {
	margin:-3px;
  margin-top:37px;
  padding:0;
  list-style:none;
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
#cart-page .total-block .payments ul li {
	margin:3px;
  padding:3px 5px;
  background:#fff;
  width:60px;
  border-radius:2px;
  display:inline-block;
  width:calc(16.6666% - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .total-block .payments ul li img {
	width:100%;
}	
#cart-page .total-block .button  {
	margin-top:20px;
  margin-bottom: 10px;
}
#cart-page .total-block .button .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  background: var(--accent_2);
  margin-top:5px;
}
#cart-page .total-block .button .btn i {
	margin-right:7px;
}
#cart-page .total-block .button .btn:first-child {
	margin-top:0;
}
#cart-page .total-block .button .btn.paypal {
	background:#012169;
}
#cart-page .total-block .button .btn.fastcheckout {
	background:#1ba5de;
}
#cart-page .total-block .cart-message span{
  font-weight: 700;
}
#cart-page .total-block .cart-message a{
  color: #50c2c2;
}
#cart-page .total-block .discount-block form {
	position:relative;
}
#cart-page .total-block .discount-block input {
	height:50px;
  padding:0px 20px;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:0;
  width:100%;
}
#cart-page .total-block .discount-block .btn {
	position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  padding:0;
  line-height:50px;
  border-radius: 0;
}
#cart-page .total-block .discount-block {
	margin-bottom:40px;
}

#cart-page .total-block .shipping-costs-block {
	margin-bottom:20px;
}
#cart-page .total-block .toggle-shipping-costs {
	font-weight:bold;
}
#cart-page .total-block .toggle-shipping-costs i {
	margin-left:7px;
}
#cart-page .total-block .shipping-costs-wrap {
	display:none;
  padding-top:10px;
  border-top: 1px solid rgba(0,0,0,0.06);
  margin-top: 15px;
}
#cart-page .total-block .shipping-costs-wrap.used {
	display:block;
}
#cart-page .total-block .shipping-costs-wrap .input-wrap {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding-bottom: 10px;
}
#cart-page .total-block .shipping-costs-wrap .input-wrap input {
  float: left;
  width: calc(100% - 140px);
  margin-right: 10px;
  background-color: #fff;
  border: 0px;
  height: 45px;
  padding: 0px 20px;
  outline:none;
}
#cart-page .total-block .shipping-costs-wrap .input-wrap .btn {
  float: left;
  border-radius: 0;
  font-size: 14px;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown {
  width: 100%;
  background-color: #fff;
  height: 40px;
  margin-bottom: 10px;
  padding: 0px 15px;
  font-size: 14px;
  border: 1px solid #dedede;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown .menu {
  max-height: 20.22857143rem;
}
#cart-page .total-block .shipping-costs-wrap .ui.search.selection.dropdown>input.search {
	padding:0px 20px;
  height:100%;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown>.dropdown.icon {
  height: 40px;
  line-height: 38px;
  width: 40px;
  color: #000;
}
#cart-page .total-block .shipping-costs-wrap .radio-block {
	border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 5px 0px;
}
#cart-page .total-block .shipping-costs-wrap .radio-block .radio-wrap label {
	margin-left:7px;
}

.status-bar {
	margin-bottom:50px;
  margin-top:50px;
}
.status-bar .bar {
	height:3px;
  background:#f7f7f7;
  margin:0px 50px;
  position:relative;
  margin-bottom:20px;
}
.status-bar .bar .dot {
	position:absolute;
  display:block;
  width:20px;
  height:20px;
  border:1px solid #eee;
  border-radius:100%;
  top:50%;
  margin-top:-10px;
  background:#fff;
  margin-left:-10px;
  text-align: center;
  font-size: 9px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.status-bar .bar .dot.active {
	border-color: var(--accent);
  color: var(--accent);
}
.status-bar .bar .dot.done {
  border-color: var(--accent);
	background-color: var(--accent);
}
.status-bar .bar .dot:nth-child(1) {
	left:0;
}
.status-bar .bar .dot:nth-child(2) {
	left:33.3333%;
}
.status-bar .bar .dot:nth-child(3) {
	left:66.6666%;
}
.status-bar .bar .dot:nth-child(4) {
	left:100%;
}
.status-bar .bar .active-bar {
	float:left;
	width:0;
  background:#007AD7;
  height:3px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.status-bar .bar .active-bar.done-2 {
	width:33.3333%;
}
.status-bar .bar .active-bar.done-3 {
	width:66.6666%;
}
.status-bar .bar .active-bar.done-4,
.status-bar .bar .active-bar.done-all {
	width:100%;
}
.status-bar ul {
	margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
.status-bar ul li {
	width:110px;
  text-align:center;
  opacity:.5;
  font-weight: bold;
}
.status-bar ul li.active {
	opacity:1;
}
.status-bar ul li.done {
	color: #333;
  opacity: 1;
}
.gui-progressbar {
	display:none;
}
.gui-checkout .gui-page-title {
	display: none;
}
.gui-input, .gui-text, .gui-select, .gui-number, .gui-select select {
  border: none !important;
  background: rgba(0,0,0,0.05)!important;
  border-radius: 0!important;
}
.gui a.gui-button-large.gui-button-action, 
.gui a.gui-button-small.gui-button-action{
	border: unset !important;
}
.gui-input input,
.gui-select select {
	height:40px !important;
}
.gui-checkout .gui-form a.gui-button-small {
  float: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  font-weight: bold;
  background: var(--accent_2);
  border: none;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
}
.gui-checkout .gui-conform .gui-checkbox a{
	color: var(--accent);
}
.gui-checkout .gui-form a.gui-button-primary, .gui-checkout .gui-form a.gui-button-action {
	padding: 0px 25px !important;
  background: var(--accent_2) !important;
  color:#fff !important;
}
.gui-checkout input:-webkit-autofill {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}
.gui-input-phone-number .gui-input-phone-number-code-wrapper{
	top: 5px !important;
}
#cart-page .title-featured .title {
	font-size:25px;
}

#cart-page .cart-body-col #update-cart-btn {
  float: right;
  margin-top: 10px;
}

@media (max-width: 1450px) {
  #cart-page .cart-body-col {
    width:calc(100% - 450px);
  }
  #cart-page .cart-total-col {
  	width:450px;
  }
}

@media (max-width: 1199px) {
	#cart-page .cart-title .title,
  .checkout-title .title,
  #service-page .service-title .title{
  	font-size:22px;
  }
  .status-bar ul li {
  	font-size:12px;
  }
  #cart-page .cart-row {
  	margin:0px -15px;
  }
  #cart-page .cart-body-col {
  	width: calc(100% - 400px);
    padding:0px 15px;
  }
  #cart-page .cart-total-col {
  	width:400px;
    padding:0px 15px;
  }
  #cart-page .total-block {
  	padding:25px;
    font-size:13px;
  }
  #cart-page .cart-table {
  	font-size:13px;
  }
  #cart-page .cart-table th {
  	font-size:100%;
  }
  #cart-page .cart-table td {
  	padding:15px 10px;
  }
  #cart-page .cart-table td.image {
  	width:75px;
  }
  #cart-page .cart-table .input-wrap .change {
  	opacity:1;
  }
  .status-bar {
    margin-bottom: 40px;
    margin-top: 40px;
	}
  .status-bar .bar .dot {
  	width:16px;
    height:16px;
    line-height:14px;
    margin-left:-8px;
    margin-top:-8px;
    font-size:7px;
  }
  #service .anchor{
  	top: -110px;
	}
}

@media (max-width: 991px) {
	#cart-page .cart-body-col {
  	width: 100%;
  }
  #cart-page .cart-total-col {
  	width: 100%;
    margin-top:30px;
  }
  #cart-page .total-block .payments ul li {
  	width: calc(10% - 6px);
  }
  #service-page .contact-form {
  	margin-bottom:40px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
}

@media (max-width: 767px) {
  .status-bar ul li {
  	width:50px;
  }
  .status-bar .bar {
  	margin:0px 25px;
    margin-bottom:10px;
  }
  #cart-page .cart-table td {
    padding: 10px 5px;
	}
  #cart-page .cart-table td.image {
  	width:60px;
  }
  #cart-page .cart-title .title, .checkout-title .title, #service-page .service-title .title {
  	font-size:18px;
  }
  .status-bar {
    margin-bottom: 20px;
    margin-top: 20px;
	}
  #cart-page .cart-table {
  	font-size:12px;
  }
  #cart-page .cart-table .extra-info ul {
  	font-size:11px;
  }
  #cart-page .cart-total-col {
  	padding:0;
  }
  #cart-page .total-block {
  	font-size:12px;
    padding:20px 15px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
  #cart-page .total-block .discount-block {
  	margin-bottom:20px;
  }
  #cart-page .total-block .payments ul {
  	margin-top:17px;
  }
  #cart-page .total-block table tr:last-child td{ 
  	padding-top:10px;
  }
  #cart-page .total-block table tr:nth-last-child(2) td {
  	padding-bottom:10px;
  }
  #cart-page .title-featured .title {
  	font-size:18px;
  }
  #cart-page .cart-table .input-wrap .change a {
  	width:20px;
    height:20px;
    line-height:20px;
  }
  #cart-page .cart-table .input-wrap input {
  	width: 40px;
  }
  #cart-page .total-block .discount-block input {
  	height:40px;
    padding:0px 15px;
  }
  #cart-page .total-block .discount-block .btn {
  	width:40px;
    height:40px;
    line-height:40px;
  }
  #cart-page .cart-table .input-wrap a{
  	top: 12px;
  }
  #cart-page .cart-table .input-wrap .change a.down{
  	left: 5px;
  }
  #cart-page .cart-table .input-wrap .change a.up{
  	right: 5px;
  }
}	
/* Cart - End */
/* Service Page - Start */
#service .page-title{
  color: var(--black);
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}
#service .service-headline {
  width: 100%;
  padding: 17% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eee;
  margin-bottom: 50px;
}

#service .service-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px;
}

#service .service-row .col {
	padding: 40px;
}
#service .service-row .col-30 {
  width: 33%;
}

#service .service-row .col-50 {
	width: 50%;
}

#service .service-row .col-100 {
	width: 100%;
}

#service .contact-info-wrap ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

#service .social-wrap {
  margin-top: 30px;
}

#service .contact-info-wrap ul li {
  margin-bottom: 7px;
}

#service .contact-info-wrap ul li:last-child {
	margin-bottom: 0;
}

#service .openingshours-wrap tr td:first-child {
  padding-right: 20px;
}
#service .openingshours-wrap td {
  padding-bottom: 2px;
}

#footer .social-wrap {
	margin-top: 20px;
}

#footer .social-wrap .socials,
#service .social-wrap .socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  list-style: none;
  padding: 0;
  font-size:35px;
}
#footer .social-wrap .socials li a,
#service .social-wrap .socials li a {
	padding: 5px;
  font-size:35px;
}
#footer .social-wrap .socials li a i,
#service .social-wrap .socials li a i {
  color: var(--accent_2);
}

#particulier .contact-form-wrap,
#service .contact-form-wrap {
	max-width: 500px;
}

#particulier .contact-form-wrap form,
#service .contact-form-wrap form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#particulier .contact-form-wrap form .input-outer-wrap,
#service .contact-form-wrap form .input-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -7px;
}

#particulier .contact-form-wrap form .input-wrap,
#service .contact-form-wrap form .input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px;
  align-items: start;
}

#particulier .contact-form-wrap form .input-wrap.width-100,
#service .contact-form-wrap form .input-wrap input{
  width: 100%;
}

#particulier .contact-form-wrap form .input-wrap.width-50,
#service .contact-form-wrap form .input-wrap.width-50 {
	width: 50%;
}

#particulier .contact-form-wrap form .input-wrap.width-100,
#service .contact-form-wrap form .input-wrap.width-100 {
	width: 100%;
}

#particulier .contact-form-wrap .btn-wrap,
#service .contact-form-wrap .btn-wrap {
	margin-top: 15px;
}

#particulier .contact-form-wrap .btn-wrap .required-notification,
#service .contact-form-wrap .btn-wrap .required-notification {
  opacity: .6;
  font-size: 14px;
  margin-bottom: 10px;
}

#particulier .contact-form-wrap form .input-wrap label,
#service .contact-form-wrap form .input-wrap label {
  font-size: 1em;
  color: var(--black);
  font-weight: bold;
}
#service #map{
  max-width: 540px;
	height: 500px;
  position: relative;
}

#service #map iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#particulier .contact-form-wrap form .input-wrap input,
#service .contact-form-wrap form .input-wrap input {
	height: 45px;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  padding: 0 20px;
  background: #fff;
}

#particulier .contact-form-wrap form .input-wrap textarea,
#service .contact-form-wrap form .input-wrap textarea {
	min-height: 140px;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  padding: 15px 20px;
  background: #fff;
}

#service .anchor{
  position: absolute;
  top: -52px;
}

#service .faq{
  position: relative;
}

#service .faq .faq-wrap .faq-block {
  padding: 25px 0;
  position: relative;
}

#service .faq .faq-block .faq-title {
  font-size: 1.1em;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

#service .faq .faq-block .faq-items .faq-item {
	border-bottom: 1px solid #d1d1d1;
}

#service .faq .faq-block .faq-items .faq-item .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-right: 0;
  cursor: pointer;
  font-weight: bold;
  color: var(--black);
}

#service .faq .faq-block .faq-items .faq-item .tab i {
	font-size: 1em;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-left: 15px;
}

#service .faq .faq-block .faq-items .faq-item.active .tab i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#service .faq .faq-block .faq-items .faq-item .page {
  margin-bottom: 20px;
  display: none;
  padding-left: 20px;
}

#service .faq .faq-block .faq-items .faq-item .page p:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	#service .service-row {
  	margin: -15px;
  }
  #service .service-row .col-30 {
    width: 50%;
  }
  
  #service .service-row .col {
  	padding: 15px;
  }
  
	#service .service-row .col-50 {
    width: 100%;
  }

  
  #service .contact-form-wrap form .input-wrap.width-50 {
  	width: 100%;  
  }
}
@media (max-width: 767px) {
  #service .service-row .col-30 {
    width: 100%;
  }
  #service .service-row .col-30.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service .social-wrap{
  	margin-top: unset;
  }
}
/* Service Page - End */

/* Pariculier */
#particulier .page-wrap {
	display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}

#particulier .page-wrap .col {
	padding: 20px 15px;
}

#particulier .page-title {
	font-size: 1.5em;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 20px;
}

#particulier .contact-info-wrap {
	margin-top: 40px;
}

#particulier .social-wrap {
	margin-top: 20px;
}

#particulier .social-wrap .socials {
	display: flex;
  align-items: center;
  color: var(--accent);
  font-size: 35px;
}

#particulier .social-wrap .socials li:not(:last-child) {
	margin-right: 10px;
}

@media (min-width: 1200px) {
  #particulier .page-wrap .col-inner {
  	padding-right: var(--block_spacing);
  }
}
/* End particulier  */

body .gui a.gui-button-facebook {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  height: 45px;
  font-size: 14px;
  background: #3C5A99;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  border-radius: 45px;
}

body .gui a.gui-button-facebook:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f082";
  /* content: "\f09a"; */
  font-size: 22px;
  margin-right: 10px;
}

body .gui a.gui-button-facebook span {
  margin: 0;
  background: transparent;
  border: none;
  color: inherit;
  padding: 0;
}

body .gui-login .gui-button-small, body .gui-register .gui-button-small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  height: 45px;
  font-size: 16px;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 45px !important;
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
}

#footer .footer-usp-bar ul.usp-wrap li.usp-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: var(--accent);
}


@media only screen and (max-width: 1400px) {
  #header .main-menu .inner > ul {
    margin-left: 20px;
  }

  #header .main-menu ul li > a {
    padding: 0px 16px;
  }
}

@media only screen and (max-width: 1300px) {
  #header .main-menu .inner > ul {
    margin-left: 12px;
  }

  #header .main-menu ul li > a {
    padding: 0px 11px;
  }
}

.btw-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 180px;
}

.btw-toggle .switch {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 28px;
  margin-bottom: 0 !important;
  position: relative;
}

.btw-toggle .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.btw-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dcdcdc;
  -webkit-transition: .4s;
  transition: .4s;
}

.btw-toggle .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.btw-toggle input:checked + .slider {
  background-color: #87c081;
}

.btw-toggle input:focus + .slider {
  box-shadow: 0 0 1px #87c081;
}

.btw-toggle .btw-title {
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  width: 32px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  padding: 0px 10px;
	font-weight: 800;
  color: #545454;
}

.btw-toggle .btw-title.right {
  text-align: left;
 	justify-content: flex-start;
  color: #fff;
}

.btw-toggle.incl .btw-title.right {
  opacity: 1;
  transition: opacity 200ms ease-in-out;
  transition-delay: 200ms;
}

.btw-toggle .btw-title.left {
  text-align: right;
 	justify-content: flex-end;
}

.btw-toggle.excl .btw-title.left {
  opacity: 1;
  transition: opacity 200ms ease-in-out;
  transition-delay: 200ms;
}


.btw-toggle input:checked + .slider:before {
  -webkit-transform: translateX(66px);
  -ms-transform: translateX(66px);
  transform: translateX(66px);
}

/* Rounded sliders */
.btw-toggle .slider.round {
  border-radius: 34px;
}

.btw-toggle .slider.round:before {
  border-radius: 50%;
}
#collection .sort {
	display: flex;
  align-items: center;
  justify-content: space-between;
}

#collection .sort form {
	width: 100%;
}

#header .btw-toggle {
	padding: 0 12px;
}

.mobile-menu .btw-toggle {
  display: none;
}

@media only screen and (max-width: 1200px) {  
  #header .btw-toggle {
    padding-right: 16px !important;
    justify-content: flex-end;
		min-width: unset;
  }
  
  #header .btw-toggle input:checked + .slider {
    background-color: #6b9d66;
	}
}

@media only screen and (max-width: 400px) {  
	.btw-toggle .btw-title {
  	font-size: 10px;
  }
  
  .btw-toggle .switch {
  	width: 88px;
	}
  
  .btw-toggle input:checked + .slider:before {
    -webkit-transform: translateX(59px);
    -ms-transform: translateX(59px);
    transform: translateX(59px);
	}
}

.products .product .image-wrap a:after {
	content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.main-menu ul li a svg {
	margin-right: 4px !important;
}

.fancybox-container {
	z-index: 9999999999;
}

.products-slider-related .owl-nav{
  display: none !important;
}

.product-slider-related__wrap{
  position: relative;
}

.product-slider-related__wrap .related-prev,
.product-slider-related__wrap .related-next{
    position: absolute;
    top: 50%;
    z-index: 2;
    background: #87c081;
    color: white;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.product-slider-related__wrap .related-prev{
  left: 0;
}


.product-slider-related__wrap .related-next{
  right: 0;
}




.product-related-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gui-required{
  color: #000;
  text-align: left;
}

.input-wrap{
  display: flex;
  align-items: center;
}

#productpage .product-info .product-configure.custom-product-options .custom-product-option.lengte-input .input-wrap{
  max-width: 200px;
}

#productpage .product-info .product-configure.custom-product-options .custom-product-option.lengte-input .input-wrap input::placeholder{
  opacity: 0;
}

#productpage .product-info .product-configure.custom-product-options .custom-product-option.lengte-input .input-value{
  height: 45px;
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 60px;
  background: #eee;
  color: gray;
}

.account-group{
  margin-top: 16px;
}