:root{
  --accent: #65a1b5;
  --accent_dark: #000000;
  --titleColor: #000000;
}
@font-face {
	font-display: auto;
}

html {
	scroll-behavior: smooth;
  scroll-padding-top: 3rem;
  overflow-y:scroll;
}

body {
/*	color:#5E5E5E; */
  color: #000;
  -webkit-font-smoothing: antialiased;
  width:100%;
  line-height: 1.5;
  font-size: 16px;
}
/* html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden;
} */
/* div[class*=" col-"] {
	margin-left: -.5px;
} */

.ul-reset{
  list-style: none;
  padding: 0;
  margin: 0;
}
.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;
	margin-top: 1em;
  margin-bottom: .65em;
  font-weight: bold;
}
.line-height {
/*	line-height: 1.85em; */
  line-height: 1.5;
}
a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}
.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:48px;
  padding:0px 30px;
  background:#65a1b5;
  color:#fff;
  font-weight:bold;
  font-size: 0.875em;
  border-radius:4px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border: 0;
}
.btn:active,
.btn:focus,
.btn:visited,
.btn:hover {
	color:#fff;
}

.standard-input {
	height: 45px;
  padding: 0px 15px;
  outline: none;
  border-radius: 4px;
  font-size: 1em;
  background: #f7f7f7;
  border: none;
  -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: #909090;
}
.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #909090;
  opacity: 1;
}
.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #909090;
  opacity: 1;
}
.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #909090;
}
.standard-input::-ms-input-placeholder { /* Microsoft Edge */
	color: #909090;
}
.icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.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: 50px;
  padding-bottom: 50px;
}
.block-padding-top {
  padding-top: 40px;
/* 	padding-top: 50px; */
}
.block-padding-bottom {
  padding-bottom: 50px;
}
.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);
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.image-wrap img {
	width: 100%;
}

.title-featured {
	margin-bottom: 30px;
  color: #000000;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
}

.title-featured.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.title-featured.border span.border {
	width: 80px;
  height: 3px;
  display: inline-block;
  margin-right: 30px;
  background: #65a1b5;
}
.title-featured .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-featured.slider-bottom .inner {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.title-featured.border .inner {
  margin-top: -0.7em;
}
.title-featured h3 {
  color: #000000;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0;
}
.title-featured.border h3,
.title-featured.border .subtitle {
	  max-width: 300px;
    font-size: 16px;
    font-weight: normal;
}

.title-featured .subtitle {
	margin-top: 20px;
}

.title-featured .slider-nav {
	margin-left: auto;
}
.title-featured .slider-nav a {
	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;
  width: 48px;
  height: 48px;
  border: 1px solid #E1E4E8;
  border-radius: 4px;
  font-size: .7em;
  color: #65a1b5;
}
.title-featured .slider-nav a:last-child {
	margin-left: 20px;
}
.product-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-stars span {
	background: #2ECC71;
  width: 18px;
  height: 18px;
  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;
  font-size: 12px;
  color: #fff;
  margin-right: 2px;
  border-radius: 2px;
  position: relative;
}

.product-stars span .star-grey {
	z-index: -1;
}

.product-stars span .fa-star-half {
	position: absolute;
  z-index: 1;
  top: 0;
  left: -1;
}
.product-stars span:last-child {
	margin-right: 0;
}
@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1280px;
    padding:0px 35px;
  }
  /* HOVERS */
  .btn:hover {
    color:#fff;
/*    -webkit-filter: brightness(95%);
            filter: brightness(95%); */
    background-color: #497686;
  }
  
  a.btn.add-cart:hover {
    background-color: #0d8d60!important;
   -webkit-filter: brightness(100%);
          filter: brightness(100%);   
  }
	/* END HOVERS */
}

@media (min-width: 992px) and (max-width: 1199px) {
  #add-cart-popup {
    max-height: none!important;
  }
}

@media (min-width: 992px){
  .col-md-20{
    width: 16.66666667%;
}
}
@media (max-width: 991px) {
	.block-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-padding-top {
    padding-top: 40px;
  }
  .block-padding-bottom {
    padding-bottom: 40px;
  }
  .title-featured {
  	margin-bottom: 20px;
  }

}
@media (max-width: 767px) {
	.block-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  #productpage .product-images .thumbs .thumb .image-wrap .play-icon i {
  	min-width: 25px !important;
    max-width: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
}
  
  .block-padding-top {
    padding-top: 30px;
  }
  .block-padding-bottom {
    padding-bottom: 30px;
  }
  .title-featured {
  	margin-bottom: 15px;
  }
  .title-featured.border span.border {
    width: 40px;
  }
  .title-featured .inner {
  	-webkit-box-flex: 10;
  	    -ms-flex-positive: 10;
  	        flex-grow: 10;
  }
}
@media (max-width: 520px) {
  .title-featured.border .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .title-featured.border .slider-nav {
  	margin-left: 0;
    margin-top: 10px;
  }
  
}
/* End general styles */
/* Header */
#header .header-inner {
	z-index: 1000;
}
#header .main-header {
  background: #65a1b5;
  padding: 25px 0;
}
#header .main-header .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
#header .main-header .topbar ul,
#header .main-header .topbar ul li,
#header .main-header .topbar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
#header .main-header .topbar ul.usp-wrap li {
  margin-right: 40px;
}
#header .main-header .topbar ul.usp-wrap li:last-child {
	margin-right: 0;
}
#header .main-header .topbar ul.usp-wrap li a i {
  margin-right: 7px;
}
#header .main-header .topbar ul.topbar-links li {
  margin-right: 30px;
}
#header .main-header .topbar ul.topbar-links li:last-child {
	margin-right: 0;
}
#header .main-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .main-wrap .logo {
	margin-right: 40px;
}
#header .main-wrap .logo a {
  width: 286px;
  height: 0;
  padding-bottom: 21%;
  position: relative;
  display: inline-block;
}
#header .main-wrap .logo img {
/* 	height: 60px; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header .main-wrap .search-bar {
	margin-right: 30px;
}
#header .main-wrap .search-bar form {
	position: relative;
}
#header .main-wrap .search-bar form input {
	background: #fff;
  border-radius: 4px;
  padding: 0 15px;
  width: 400px;
  height: 50px;
  padding-right: 65px;
}
#header .main-wrap .search-bar form span {
	position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  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;
  color: #AEAEAE;
  font-size: 0.9em;
}
#header .main-wrap .service-link-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#header .main-wrap .service-link-wrap a i {
	margin-right: 10px;
}
#header .main-wrap .service-link-wrap a .status {
	font-weight: bold;
  margin-left: 0.3em;
}
#header .main-wrap .header-icons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#header .main-wrap .header-icons-wrap ul,
#header .main-wrap .header-icons-wrap ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .main-wrap .header-icons-wrap ul > li.account {
	margin-right: 30px;
}
#header .main-wrap .header-icons-wrap ul > li. {
	margin-left: 23px;
}
#header .main-wrap .header-icons-wrap ul > li > a {
	color: #000;
  font-weight: bold;
}
#header .main-wrap .header-icons-wrap ul > li > a > i {
	font-size: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .main-wrap .header-icons-wrap ul > li > a > .icon-title  {
	margin-left: 10px;
}
#header .main-wrap .header-icons-wrap ul > li.cart > a > i {
	font-size: 1.3em;
}
#header .main-wrap .header-icons-wrap ul > li.cart > a .amount {
	min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  border-radius: 3px;
  background: #fff;
  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-left: 10px;
  color: #65a1b5;
  font-weight: bold;
}
#header .main-menu {
  background: #f2f5f9;
  border-bottom: 1px solid #dae1e7;
  margin-bottom: 20px;
  position: relative;
/*   z-index: 9999; */
}
#header .main-menu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 70px;
}
#header .main-menu ul.main-nav,
#header .main-menu ul.main-nav > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header .main-menu ul.main-nav > li {
	position: relative;
}
#header .main-menu ul.main-nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  color: #000000;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#header .main-menu ul.main-nav > li > a > i {
/* color: #65a1b5; */
  color: #000;
  font-size: .7em;
  margin-left: 10px;
  margin-bottom: -0.3em;
  display: none;
}

#header .main-menu ul.main-nav > li:hover > a,
#header .main-menu ul.main-nav > li.active > a {
  background: #fff;
}
#header .main-menu ul.main-nav > li:hover > .subnav {
	opacity: 1;
  visibility: visible;
}
#header .main-menu .subnav {
	position: absolute;
  top: 100%;
  left: 0;
/*   width: 100%; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
}
#header .main-menu .subnav .subnav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
/*  border: 1px solid #dae1e7; */
  flex-direction: column;
}
#header .main-menu .subnav .subnav-inner .subnav-block {
/* 	width: 25%; */
  padding: 15px;
}
/* #header .main-menu .subnav .subnav-inner .subnav-block:not(:last-child) {
border-bottom: 1px solid #eee;
} */
/* #header .main-menu .subnav .subnav-inner .subnav-block:nth-child(n+5) {
	border-top: 1px solid #eee;
} */
#header .main-menu .subnav .subnav-inner .subnav-block .title {
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
/*  font-size: 1.1em; */
}
#header .main-menu .subnav .subnav-inner .subnav-block ul {
  font-size: 1em;
	margin-top: 5px;
}
#header .main-menu .subnav .subnav-inner .subnav-block ul li a {
  display: block;
/*  padding: 3px 0; */
}
#header .main-menu .subnav .subnav-inner .subnav-block ul li a:hover > span {
	text-decoration: underline;
}
#header .main-menu .subnav .subnav-inner .subnav-block ul li.active a {
	font-weight: 600;
}

#header .main-menu .subnav .subnav-inner .subnav-block ul li.all-cat-link a {
  color: #65a1b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .main-menu .subnav .subnav-inner .subnav-block ul li.all-cat-link a i {
	margin-right: 5px;
  font-size: .7em;
  margin-bottom: -.3em;
}
.subnav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
}
.subnav-overlay.active {
	opacity: .2;
  visibility: visible;
}
#header .main-menu .hallmarks {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .main-menu .hallmarks img {
	height: 35px;
  width: auto;
}
#header .main-menu .hallmarks img:first-child {
	margin-right: 20px;
}
@media (max-width: 1299px) {
  #header .main-wrap .search-bar form input {
  	width: 300px;
  }
}
@media (max-width: 1199px) {
  #header .main-wrap .logo {
    margin: 0;
  }
}
@media (max-width: 767px){
	#header .main-wrap .logo a{
/*   	height: 48px; */
    width: 205px;
  }
  
  #productpage .product-info .product-usp-wrap ul li .usp-title {
  font-size: 14px!important;
  }
}
/* End header */
/* mobile menu*/
.close-popup { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,247,247,0)),to(rgba(247,247,247,1)));
  background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-top:50px;
  text-align: center;
  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;
}
.close-popup .close-popup-inner {
  width:100%;
  overflow:hidden;
}
.close-popup.dark { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 58, 64,0)),to(rgba(57, 58, 64,1)));
  background: linear-gradient(to bottom, rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.close-popup a {
	padding:0 20px;
  height:26px;
  text-transform:uppercase;
  display:inline-block;
  line-height:26px;
  border-radius:13px;
  font-size:11px;
  border: 1px solid #e4e4e4;
  color:#BABABA !important;
  font-weight:bold;
  letter-spacing:.05em;
  position:relative;
  text-decoration:none !important;
}
.close-popup.dark a {
  border: 1px solid #777777;
  color:#777777 !important;
}
.close-popup a:before,
.close-popup a:after {
  content: '';
  display: block;
  height: 1px;
  background: #e4e4e4;
  width: 1000px;
  position: absolute;
  right: 100%;
  margin-right: 15px;
  top: 50%;
}
.close-popup.dark a:before,
.close-popup.dark a:after  {
	background: #777777;
}
.close-popup a:after {
	right:auto;
  left:100%;
  margin-right:15px;
  margin-left:15px;
}
.mobile-menu {
	display:none;
  position: relative;
  overflow: hidden;
}
.mobile-popup.mobile-menu {
  overflow-x:hidden;
  max-height: 100vh;
}
.mobile-popup.mobile-menu .title-font {
	color:#000;
  font-weight: 600;
  font-size: 1.1em;
  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;
  text-align: left;
  color: #65a1b5;
}
.mobile-popup.mobile-menu .subs-wrap .title-font {
/*  margin-bottom: 20px; */
}
.mobile-popup.mobile-menu .subs .subs-back i {
	font-size:.6em;
  margin-right:10px;
  margin-top: 3px;
}
/* .mobile-menu .menu ul {
	margin:0;
  padding:0;
  list-style:none;
  text-align:left;
  font-weight:bold;
  margin-bottom:50px;
} */
.mobile-menu .menu ul li .cat-inner {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  padding: 13px 30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  font-size: 1em;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
}
.mobile-menu .menu ul li .cat-inner > a {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.mobile-menu .menu ul li .cat-inner > a > i {
  margin-left: auto;
}
.mobile-menu .menu ul li a.main-link {
/*	color: var(--accent); */
  color: #000;
  font-weight: 600;
}
.mobile-menu .menu .subs ul li a.main-link {
/*	padding:8px 0; */
}
/* .mobile-menu .menu .subs ul li a.main-link .more-cats{
	z-index: -1;
}
.mobile-menu .menu ul li.active > a {
	font-weight: bold;
  color: #65a1b5;
  text-decoration: underline;
} */
/* .mobile-menu .menu ul li .more-cats {
	font-size:.7em;
  position:absolute;
  right:0;
  top:0;
  width: 45px;
  height:100%;
  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;
  color: initial;
} */

.mobile-menu .menu > ul:last-child li:last-child {
	border-bottom:none;
  border-top: none;
}
.mobile-menu .menu ul li.highlight a {
	margin-bottom:15px;
  margin-top:15px;
  border-radius:0px;
  background: rgba(222, 215, 189,1);
  color: #fff;
  font-weight: bold;
  font-size: .9em;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}
.mobile-menu .menu ul li.account a i {
	font-size: 1.2em;
  margin-right: 7px;
}
.mobile-menu .menu ul li .user-circle {
	margin-right:10px;
}
/* .mobile-menu .menu ul li .subs {
  position: absolute;
  left: 100%;
  top: 0;
  padding-bottom: 60px;
  background: #fff;
  width: 100%;
  z-index:9;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
} */
/* .mobile-menu .menu ul li .subs.active {
	-webkit-transform:translate(-100%, 0);
	    -ms-transform:translate(-100%, 0);
	        transform:translate(-100%, 0);
} */

.mobile-menu .breads {
	font-weight:normal;
  font-size:10px;
  text-align:center;
  margin-bottom:2px;
  opacity:.6;
  text-transform: uppercase;
}
/* Toevoeging */
.mobile-menu .menu > ul > li > .cat-inner > a.more-cats {
  justify-content: flex-end;
	flex-grow: unset;
  width: 30px;
}
.mobile-menu .menu a.more-cats i {
	transition: all .15s ease-in-out;
}

.mobile-menu .menu li.active > .cat-inner > a.more-cats i {
	transform: rotate(90deg);
}
.mobile-menu .subs-wrap {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  /* padding: 25px 20px; */
  padding-bottom: 60px;
  background: #fff;
  width: calc(347px - 40px);
  height: calc(100vh);
  z-index: 9;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.mobile-menu .subs-wrap.active {
  -webkit-transform: translate(calc(-100% - 20px), 0);
  -ms-transform: translate(calc(-100% - 20px), 0);
  transform: translate(calc(-100% - 20px), 0);
/* overflow: scroll; */
}
.mobile-menu .menu ul.subs {
/*  padding-left: 15px; */
/*  border-left: 3px solid #eee; */
  font-size: 1em;
}
.mobile-menu .menu ul.subs.active {
	display: block;
}

.mobile-menu .menu ul.subs li {
/*	opacity: .8; */
  transition: all .15s ease-in-out;
}

.mobile-menu .menu ul.subs li.active {
	opacity: 1;
}

.mobile-menu .menu ul.subs li > .cat-inner > a {
	font-weight: normal;
}

.mobile-menu .menu ul.subs li.active > .cat-inner > a {
	font-weight: bold;
}

.mobile-menu .menu ul.subs li .cat-inner {
	display: flex;
  align-items: center;
  padding-left: 40px;
}

.mobile-menu .menu ul.subs li a {
  display: flex;
  align-items: center;
/*	padding: 5px 0; */
  flex-grow: 10;
}

.mobile-menu .menu ul.subs li a.more-cats {
  justify-content: flex-end;
	flex-grow: unset;
  width: 30px;
}
.mobile-menu .ul-title{
	color: #000 !important;
  font-weight: bold !important;
/*  margin-bottom: 2px;
  padding-bottom: 20px;
  padding-top: 5px; */
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .custom-links-wrap{
  margin-top: 15px;
}
.mobile-menu .custom-links-wrap li{
  text-align: left;
}

@media (max-width:1199px) {
  .mobile-popup.open {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    box-shadow: -20px 0px 100px 110px #0000003d;
	}
  .mobile-menu .close-popup {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 2147483647;
    padding: 0px 20px;
	}
  .mobile-menu .popup-inner {
    position:relative;
/*    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; */
  }
  .mobile-menu .popup-inner .menu-wrap {
    position: relative;
/*    overflow: hidden; */
  }
  .mobile-menu .popup-inner .menu-wrap .menu {
/*    overflow-x: hidden; */
  }
  .mobile-popup.mobile-search .title-small,
  .mobile-popup.mobile-menu .title-small {
  	text-align:left;
    margin-bottom:15px;
  }
  .shop-categories {
    position:relative;
  }
  .close-popup.mobile-top-close {
    padding: 15px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #63a2b4;
    color: #fff;
    margin: 0;
    right: 15px;
    left: unset;
    top: 14px;
    bottom: unset;
  }
  .mobile-popup {
    position: fixed;
    top: 0;
    right:0;
    left:100%;
    width: 347px;
     z-index: 2147483647;
    bottom: 0px;
    background: #fff;
/*     padding: 20px; */
/*     padding-bottom:50px; */
    text-align: center;
    display:block;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    overflow-y:scroll;
   -webkit-overflow-scrolling: touch;
/*     position:relative; */
  }
  .mobile-popup.open {
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .mobile-popup .popup-inner {
/*    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; */
    position:relative;
/*     position:unset; */
  }
  .mobile-popup .popup-inner.sub-active {
    height: 100%;
    overflow: hidden;
  }
}
@media(max-width: 991px){
  .mobile-popup {
    top: 0;
  }
}
@media(max-width: 767px){
  .mobile-popup {
    top: 0;
    width: 315px;
  }
  
	.mobile-menu .subs-wrap {
/*   width: calc(360px - 40px); */
    width: 100%;
  }
}
.mobile-search {
  text-align:left;
}
.mobile-search .search-wrap {
  margin-bottom:40px;
}
.mobile-search .search-wrap input[type="text"] {
  height: 40px;
  padding: 0px 20px;
  padding-right: 40px;
  border: none;
  outline: none;
  border: 1px solid rgba(0,0,0,.07);
  width: 100%;
  border-radius: 0;
}
.mobile-search .search-wrap .icon {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
}
.mobile-search .search-form {
  height: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-search .search-form .btn {
  width: 100%;
  margin-top: auto;
}
/* End mobile menu */
/* Headlines */
.headline-block .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: -5px;
}
.headline-block .left,
.headline-block .right {
	padding: 5px;
}
.headline-block .left {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}
.headline-block .right {
	min-width: 330px;
  max-width: 330px;
}
.headline-block .headline {
  background-image: url();
	background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline-block .headline .headline-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
  min-height: 100%;
  min-width: 100%;
}
.headline-block .headline .text-box {
  background: rgb(245 250 254 / 88%);
  padding: 30px;
  border-radius: 5px;
  max-width: 400px;
}
.headline-block .headline .text-box .title {
  color: #65a1b5;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 600;
  margin-top: 10px;
}
.headline-block .headline .text-box .text {
	color: #000;
  margin-top: 10px;
}
.headline-block .headline .text-box .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #65a1b5;
  font-weight: bold;
  margin-top: 15px;
  font-size: 1em;
}
.headline-block .headline .text-box .link i {
	margin-right: 10px;
  font-size: 0.8em;
}
.headline-block .link-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.headline-block .link-blocks .link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.headline-block .link-blocks .link-block:nth-child(2) {
	border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.headline-block .link-blocks .link-block.has-image:after {
/*   content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
	background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1; */
}
.headline-block .link-blocks .link-block-1.has-image:after {
/*   background-image: url(https://cdn.webshopapp.com/shops/89136/themes/178547/v/2579728/assets/headline-link-block-1-image.jpg?20250724152336?20250501101630); */
}
.headline-block .link-blocks .link-block-2.has-image:after {
/*   background-image: url(https://cdn.webshopapp.com/shops/89136/themes/178547/v/2096708/assets/headline-link-block-2-image.jpg?20250724152336?20240131122344); */
}
.headline-block .link-blocks .link-block-3.has-image:after {
/*   background-image: url(https://cdn.webshopapp.com/shops/89136/themes/178547/v/2579578/assets/headline-link-block-3-image.jpg?20250724152336?20250227113737); */
}
.headline-block .link-blocks .link-block .block-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  min-height: 100%;
	padding: 0 20px;
/*   background: #65a1b540; */
/*   padding-right: 70px; */
}
.headline-block .link-blocks .link-block .title {
  color: #65a1b5;
  font-size: 1em;
  line-height: 1.6em;
  /*   font-size: 1.1em; */
}
@media (max-width: 991px) {
  .headline-block {
  	margin-top: 20px;
  }
  .headline-block .inner {
    margin: 0;
  }
  .headline-block .left,
  .headline-block .right {
    padding: 0px;
  }
  .headline-block .headline {
  	min-height: 350px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .headline-block {
  	margin-top: 0px;
  }
  .headline-block .container {
  	padding: 0;
  }
  .headline-block .headline .headline-inner {
  	padding: 20px 10px;
  }
  .headline-block .headline .text-box {
  	width: 100%;
    max-width: unset;
  }

}
/* End headlines */
/* Categories */
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 0px;
}
.categories .category {
	padding: 5px;
}
.categories .category .inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
	border-radius: 5px;
  border: 1px solid #EEE;
  padding: 17px;
  min-height: 100%;
}
.categories .category .image-wrap {
/*  padding:11%; */
/*	padding:5%; */
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.categories .category .image-wrap img {
	position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  object-fit: cover;
}
.categories .category .category-title {
	font-weight: 600;
  /* color: #65a1b5; */
  color: #000;
  font-size: 1em;
  margin-top: 10px;
/*   font-size: 1.1em; */
}
.home-categories .categories {
	margin: -5px;
}
.home-categories .categories .category {
	padding: 5px;
}
.categories-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.categories-mobile li {
	border-bottom: 1px solid #F1F2F4;
}
.categories-mobile li a {
	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: 13px 0;
  padding-right: 20px;
/*  color: #65a1b5; */
  color: #000;
/*  font-weight: bold; */
}
/* .categories-mobile li a i {
  font-size: 0.6em;
} */
@media (min-width: 1200px) {
  .categories .category .inner:hover {
  	border: 1px solid #ddd;
  }
}
@media(max-width: 767px){
	/* Home mobile categories */
  .categories-mobile li:not(:last-child) a{
    padding-top: 0;
    padding-bottom: 10px;
  }
  .categories-mobile li a .cat-inner{
    display: flex;
    align-items: center;
  }
  .categories-mobile li a .cat-inner .image-wrap{
    margin-right: 10px;
  }
  .categories-mobile li a .cat-inner .image-wrap img{
    width: 50px;
    height: auto;
  }
}
/* End categories */
/* Home banners */
.home-banners .banners-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
.home-banners .banners-wrap .banner {
	width: 50%;
  padding: 15px;
}
.home-banners .banners-wrap .banner .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding: 30px;
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
/*   height: 260px; */
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.home-banners .banners-wrap .banner-1 .inner {
  background-image: url(https://cdn.webshopapp.com/shops/89136/themes/178547/v/1992331/assets/home-banner-1.jpg?20250724152336?20231110170354);
}
.home-banners .banners-wrap .banner-2 .inner {
  background-image: url(https://cdn.webshopapp.com/shops/89136/themes/178547/v/1317869/assets/home-banner-2.jpg?20250724152336?20220517153830);
}
.home-banners .banners-wrap .banner .text-box .title {
  font-size: 1.2em!important;
  line-height: 1.6em;
  font-weight: normal;
  background: #f2f2f2;
  padding: 20px;
  background: rgba(245, 245, 245, 0.85);
  padding: 16px;
  border-radius: 5px;font-size: 1.6em;
}
.home-banners .banners-wrap .banner .text-box .title span {
	font-weight: bold;
  color: #ff6700;
}
.home-banners .banners-wrap .banner .text-box .banner-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;
  background: #ff6700;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 3px;
}
@media (max-width: 1199px) {
	.home-banners .banners-wrap {
    margin: -10px;
  }
  .home-banners .banners-wrap .banner {
    padding: 10px;
  }
  .home-banners .banners-wrap .banner .inner {
  	padding: 20px;
  }
}
@media (max-width: 991px) {
	.home-banners .banners-wrap {
    margin: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-banners .banners-wrap .banner {
    width: 100%;
    padding: 5px;
  }
  .home-banners .banners-wrap .banner .inner {
  	padding: 15px;
    height: 220px;
  }
  .home-banners .banners-wrap .banner .text-box .title {
  	font-size: 1.3em;
  }
}
@media (max-width: 767px) {
	.home-banners .banners-wrap .banner .inner {
    height: 210px;
  }
  .home-banners .banners-wrap .banner .text-box .banner-btn {
  	font-size: .9em;
  }
}
/* End home banners */
/* Products */
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 0px;
  align-items: stretch;
  position: relative;
}
.products .product {
	padding: 15px;
}
.products .product .image-wrap {
  position: relative;
}
.products .product .image-wrap .first {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.products .product .image-wrap .first img {
	height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.products .product .product-label {
	position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 26px;
  padding-left: .65em;
  padding-right: .8em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
/*  border-radius: 2px; */
}
.products .product .info {
	margin-top: 20px;
}
.products .product.small-product .info {
	margin-top: 15px;
}
.products .product .info .product-title {
	font-weight: bold;
  color: #000000;
  min-height: 2.9em;
  max-height: 4.2em;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
/*  margin-bottom: auto; */
}

.products .product .info .product-title:hover {
	text-decoration: underline;
}

.popup-products .product .info .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products .product.small-product .info .product-title {
	color: #65a1b5;
}
.products .product .info .score-wrap {
	margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products .product.product-small .info .score-wrap {
	margin-top: 5px;
}
.products .product .info .score-wrap .review-count {
	margin-left: 10px;
  color: #5E5E5E;
}
.products .product .info .price {
  /* margin-top: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  justify-content: space-between;
}
.products .product .info .delivery-message{
	margin-top: 10px;
  display: none;
}
.products .product .info .delivery-message i{
	margin-right: 5px;
}
.products .product .info .delivery-message span{
	font-weight: bold;
}
.products .product .info .delivery-message.available{
	color: #008A00;
  font-size: 15px;
}
.products .product .info .delivery-message.unavailable{
	color: #8A0000;
  display: none;
}
.products .product .info .price .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.products .product.small-product .info .price-new {
  font-size: 15px;
}

.products .product .info .price-old {
    margin-left: 5px;
    text-decoration: line-through;
    opacity: .5;
    color: #64748b;
    font-weight: normal;
    font-size: 15px;
}

.products .product .info .price-new {
  	font-size: 16px;
  	line-height: normal;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    line-height: normal;
}

.products .product .info .price-new .vanaf {
  font-size: 16px;
  line-height: normal;
  margin-right: 5px;
  font-weight: lighter;
  color: #64748b;
}
.products.related-products .owl-carousel .owl-stage-outer {
/*	padding-bottom: 40px; */
  overflow: hidden;
}
.products.related-products {
	margin: 0px;
}
.products.related-products .owl
.products.related-products .product.related-product {
	padding: 7px;
}
.products.related-products .product.related-product .inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.products.related-products .product.related-product .inner > a {
	width: 100%; 
  padding-bottom: 10px;
}
/* .products.related-products .product.related-product .image-wrap {
  min-width: 60px;
  max-width: 60px;
} */
.products.related-products .product.related-product .info {
  margin-top: 0;
  margin-left: 10px;
}
.products.related-products .product.related-product .info .product-title {
	font-size: 1em;
}
.products.related-products .product.related-product .info .score-wrap {
  margin-top: 5px;
}
.products.related-products .product.related-product .info .score-wrap .product-stars span {
	width: 15px;
  height: 15px;
/*  font-size: 10px; */
}
.products.related-products .product.related-product .info .score-wrap .review-count {
	display: none;
}
.products.related-products .product.related-product .info .price {
	font-size: 1em;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 1299px) {
  .products {
  	margin: -10px;
  }
  .products .product {
  	padding: 20px 10px;
    border-bottom: 1px solid rgba(218,225,231,.5)!important;
  }
  
    .products .product-related {
    border-bottom: none!important;
  }
  
  .products .product .info .score-wrap .review-count {
  	margin-left: 6px;
    font-size: .95em;
  }
}
@media (max-width: 767px) {
  .mobile-products-block {
  	overflow: hidden;
  }
  .mobile-products-slider-outer {
  	margin-right: -25%;
  }
  .mobile-products-slider-outer .owl-stage {
  	overflow: visible;
  }
  .products .product .product-stars span {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
  }
  .products .product .info .score-wrap .review-count {
    margin-left: 5px;
    font-size: .8em;
  }
}
/* End products */
/* Home text */
.home-text .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: -15px;
}
.home-text .inner .text-col {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  padding: 15px;
}
.home-text .title {
  color: #000000;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0px
}
.home-text .toggle-text {
	font-weight: bold;
  color: #65a1b5;
}
@media (max-width: 991px) {
  .home-text .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
}
/* End home text */
/* General content */
@media(max-width: 767px){
  #collection .content-text .general-content .text-wrap{
		max-height: 80px;
    overflow: hidden;
  }
  #collection .content-text .general-content .readmore{
  	margin-top: 10px;
    display: block;
  }
  
  #collection .content-text .general-content p:empty,
  #collection .content-text .general-content p:last-child{
    margin-bottom: 0;
  }
}
/* Collection filters */
.price-filter {
  max-width:200px;
}
.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}
.collection-filter-price .ui-slider-range {
  background-color: #756A55;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}
.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid #756A55;
  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:5px;
  background:#eee;
}
.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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: 15px;
}
.filter-wrap{
  margin-bottom: 15px;
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
}

.category-filter {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* .filter-wrap:last-child {
	margin-bottom: 0;
} */
.filter-wrap .filter-title {
	margin-bottom: 10px;
}
.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; */
  padding-bottom: 10px;
}
/* End collection filters */
/* Dropdown */
.ui.selection.dropdown {
	height: 50px;
  min-height: unset;
  border: 1px solid #E1E4E8;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 20px;
}
.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: 50px;
  background: transparent;
  font-weight: 700;
  font-size: 1em;
  color: #ABABAB;
  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;
}
.ui.dropdown>.dropdown.icon:before {
	content: '\f107';
  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: #bcc5ca;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui.selection.dropdown>.text {
	color: #909090;
  font-weight: normal;
}
.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  max-height: 14em;
}
.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
	font-size: 100%;
}
/* 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.disabled > *{
	cursor: not-allowed !important;
  pointer-events: none !important;
}
.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;
}
.ui.checkbox:not(.radio) .box:before, 
.ui.checkbox:not(.radio) label:before {
	border-radius: 0 !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 */
/* Productpage */
#productpage ul, ol {
  margin-bottom: 25px;
}

#productpage h2, h3 {
  margin-bottom: 20px;
}

#productpage .main-title-wrap {
	margin-bottom: 15px;
}
#productpage .main-title-wrap h1 {
	margin: 0;
  font-weight: bold;
  /*
  color: #65a1b5;
  */
  color: #000;
  font-size: 1.5em;
}
#productpage .main-title-wrap .score-wrap {
	margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#productpage .main-title-wrap .score-wrap .score-text {
	margin-left: 10px;
}
#productpage .main-title-wrap .score-wrap .score-text span {
  color: #65a1b5;
  font-weight: bold;
}
#productpage .main-title-wrap .score-wrap .total-reviews{
	padding-left: 10px;
  color: #5e5e5e;
/*  margin-left: 10px;
  border-left: 1px solid #eee; */
}
#productpage .main-title-wrap .score-wrap .total-reviews:hover{
	text-decoration: underline;
}
#productpage .productpage-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: -10px -30px;
}
#productpage .productpage-row .productpage-col {
	padding: 10px 35px;
}
#productpage .productpage-row .productpage-col.col-left {
	width: 60%;
}
#productpage .productpage-row .productpage-col.col-right {
	width: 40%;
}
#productpage .product-images .productpage-slider-outer {
	position: relative;
}
#productpage .product-images .productpage-slider .image-wrap span {
  position: relative;
  height: 0;
  padding-bottom: 66.6667%;
  width: 100%;
}
#productpage .product-images .productpage-slider .image-wrap span img {
	height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#productpage .product-images .productpage-slider-outer .product-label {
	position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
/* border-radius: 2px; */
  z-index: 9;
}
#productpage .product-images .productpage-slider {
  margin-bottom: 15px;
}
#productpage .product-images .productpage-slider .owl-nav .owl-prev,
#productpage .product-images .productpage-slider .owl-nav .owl-next {
	position: absolute;
  top: 50%;
  /* left: 10px; */
  width: 52.5px;
  height: 52.5px;
  font-size: 32px;
	background-color: rgba(255,255,255,.7);
	border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#productpage .product-images .productpage-slider .owl-nav .owl-prev img,
#productpage .product-images .productpage-slider .owl-nav .owl-next img{
  width: 35px;
}
#productpage .product-images .productpage-slider .owl-nav .owl-next {
	left: auto;
  right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#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 #ddd;
  border-radius: 5px;
  padding: 8px;
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 10px);
  width: 100%;
}

#productpage .product-images .thumbs .thumb .image-wrap:hover {
		border: 1px solid #666;
    box-shadow: 0 0rem 0.8rem -0.3rem #eee
}


#productpage .product-images .thumbs .thumb.active .image-wrap {
  border: 1px solid #0286fb;
  box-shadow: 0px 0px 0px 3px rgb(101 160 181 / 30%);
}
#productpage .product-images .thumbs .thumb .image-wrap img {
  border-radius: 3px;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px;
}
#productpage .product-images .thumbs .thumb.active .image-wrap img {
	opacity: 1;
}
#productpage .product-info .discounts-wrap {
	border: 1px solid #ececec;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
  margin-top: 10px;
}
#productpage .product-info .discounts-wrap .top-wrap {
	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;
  height: 50px;
  font-weight: bold;
  color: #000;
  padding: 0 25px;
  border-bottom: 1px solid #ececec;
}
#productpage .product-info .discounts-wrap .discount-option {
	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;
  height: 40px;
  padding-right: 35px;
  padding-left: 20px;
  border-left: 6px solid transparent;
  border-bottom: 1px solid #ececec;
}
#productpage .product-info .discounts-wrap .discount-option:last-child {
  border-bottom: 0;
}
#productpage .product-info .discounts-wrap .discount-option.active,
#productpage .product-info .discounts-wrap .discount-option.active:hover {
  border-left: 6px solid #65a1b5 ;
  background-color: #f5fafe;
  font-weight: bold;
}
#productpage .product-info .discounts-wrap .discount-option:hover {
    border-left: 6px solid #dcecf8;
/*	background-color: #f5fafe; */
  font-weight: 600;
}
#productpage .product-info .discounts-wrap .discount-option .percentage {
	font-size: 14px;
  font-weight: bold;
  background: #ff6700;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}

#productpage .product-info .discounts-wrap .discount-option .percentage .besparen {
	font-weight: normal;
}

#productpage .product-info .discounts-wrap .discount-option .price {
  display: inline-block;
/*	font-weight: bold; */
  width: 55px;
  text-align: right;
}
#productpage .product-info .main-price-wrap {
	font-weight: 700;
  font-size: 1.3em;
/*   margin-bottom: 20px; */
  margin-right: 15px;
  margin-left: 5px;
/*  color: #65a1b5; */
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  padding-top: 10px;
  flex-direction: column;
  
  margin: 0;
  padding: 15px;
  border: 1px solid #ececec;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

#productpage .product-info .main-price-wrap .from {
  font-size: .7em;
  margin-right: 10px;
}

#productpage .product-info .main-price-wrap .price-old {
  margin-right:10px;
  opacity: .5;
  color: #64748b;
  font-weight: normal;
  text-decoration: line-through;
}
#productpage .product-info .main-price-wrap .price-discounted {
  font-size: 13px;
  font-weight: lighter;
}
#productpage .product-info .main-price-wrap .price-discounted span {
  color: #ff6700;
  font-weight: bold;
  font-size: 15px;
}
#productpage .product-info .main-price-wrap .prijs-per-stuk {
  font-size: 16px;
  font-weight: lighter;
  padding-left: 8px;
/*  vertical-align: middle; */
}

/* #productpage .product-configure {
  margin-bottom: 20px;
}*/

#productpage .product-configure .product-configure-custom,
#productpage .product-configure .product-configure-options {
  margin: -13px;
}
#productpage .product-configure .product-configure-col {
	padding: 13px;
}
#productpage .product-configure .product-configure-variants label,
#productpage .product-configure .product-configure-custom label {
	display: block;
}
#productpage .product-configure label {
	font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
#productpage .info-label {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#productpage .info-label span,
#productpage .info-label a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#productpage .info-label a {
	position: relative;
  margin-left: 10px;
  margin-bottom: -.0em;
}
#productpage .info-label a i {
  color: #FEA824;
  font-size: 1.3em;
}
#productpage .info-label a .info-tooltip {
	position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  background: #fff;
  max-width: 300px;
  -webkit-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.05);
          box-shadow: 0 0px 5px 3px rgba(0,0,0,0.05);
  white-space: nowrap;
  font-size: .9em;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  z-index: 100;
}
#productpage .info-label a:hover > .info-tooltip {
	opacity: 1;
  visibility: visible;
}
#productpage .product-configure .standard-input {
	border: 1px solid #eee;
  width: 100%;
}
#productpage .product-configure select {
	height: 50px;
  opacity: 0;
}
#productpage .product-configure input.standard-input {
	padding: 0 15px;
}
#productpage .product-configure textarea.standard-input {
	padding: 10px 15px;
}
#productpage .product-configure textarea {
	max-width: 100%;
  min-height: 100px;
}
#productpage .product-configure .ui.selection.dropdown {
	width: 100%;
}
#productpage .sku-function .info-label{
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
#productpage .product-configure .option-labels,
#productpage .sku-function .sku-variants {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
#productpage .sku-function .sku-variants{
  margin-bottom: 20px;
}
#productpage .product-configure .option-labels .option-label ,
#productpage .sku-function .sku-variants .sku-variant{
  padding: 2px;
}
#productpage .product-configure .option-labels .option-label label ,
#productpage .sku-function .sku-variants .sku-variant a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 17px 12px;
  border-radius: 5px;
	border: 1px solid #cbd4dd;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  cursor: pointer;
  margin: 0;
}

#productpage .sku-function .sku-variants .sku-variant a:hover {
  border: 1px solid #bbb; 
  box-shadow: 0 0.6rem 0.8rem -0.3rem #eee;
}

#productpage .sku-function .sku-variants .sku-variant.color a {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 1px solid #979797;
}

#productpage .sku-function .sku-variants .sku-variant.color a:hover {
  /* border: 1px solid #bbb; */
	box-shadow: 0 0.6rem 0.8rem -0.3rem #eee;
}

#productpage .product-configure .option-labels .option-label input:checked+label,
#productpage .sku-function .sku-variants .sku-variant.active a{
  color: #000000;
  background: #f5fafe;
  border: 1px solid #0086fb;
	box-shadow: inset 0px 0px 0px 1px #0090e3;
}

#productpage .product-configure .option-labels .option-label input{
	display: none;
}
#productpage .product-info .option-stock-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#productpage .product-info .stock {
  white-space: nowrap;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.1em;
}
#productpage .product-info .stock.available {
  color: #0FCB59;
  display: none;
}
#productpage .product-info .stock.unavailable {
  color: #D03838;
}
#productpage .product-info .stock i {
  font-size: 0.9em;
  margin-bottom: -0.3em;
  margin-right: 10px;
}
#productpage .product-info .stock.unavailable i {
  font-size: 0.6em;
}  
#product-info-popup .cart,
#productpage .product-info .cart {
	padding-top: 15px;
/*  border-top: 1px solid #ECECEC; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product-info-popup .cart .input-wrap,
#productpage .product-info .cart .input-wrap,
#sticky-cart .input-wrap {
  --padding: 10px;
  --button-width: 27px;
  marg