/* uitgangspunten mozaic */
.before {
  display: block;
  content: "";
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#100002+0,100002+100&0+9,0+9,1+94 */
  background: -moz-linear-gradient(top, rgba(16, 0, 2, 0) 0%, rgba(16, 0, 2, 0) 9%, #100002 94%, #100002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(16, 0, 2, 0) 0%, rgba(16, 0, 2, 0) 9%, #100002 94%, #100002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(16, 0, 2, 0) 0%, rgba(16, 0, 2, 0) 9%, #100002 94%, #100002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00100002', endColorstr='#100002', GradientType=0);
  /* IE6-9 */
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  background: #fff;
  color: #6f7173;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #6f7173;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7ec7bb;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.2);
}
/* ==========================================================================
	BACKGROUND COLORS
   ========================================================================== */
.bg-grey {
  background-color: #f8f8f8;
}
.bg-white {
  background-color: #fff;
}
.bg-mint {
  background-color: #7ec7bb;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h0,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 5px;
  color: #7ec7bb;
}
.f1-l {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.1em;
}
.f1-r {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}
.f1-b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}
.f2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}
.f3 {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 500;
  line-height: 1.1em;
}
h0,
.h0 {
  font-size: 56px;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
.h-white {
  color: #fff;
}
.h-mint {
  color: #7ec7bb;
}
.h-dark {
  color: #6f7173;
}
.t-white {
  color: #fff;
}
.t-mint {
  color: #7ec7bb;
}
.t-dark {
  color: #6f7173;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-upper {
  text-transform: uppercase;
}
.t-italic {
  font-style: italic;
}
.tagline {
  display: block;
  font-style: italic;
}
@media (max-width: 1280px) {
  h0,
  .h0 {
    font-size: 50px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h0,
  .h0 {
    font-size: 46px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h0,
  .h0 {
    font-size: 42px;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
}
.mb1 {
  margin-bottom: 10px;
}
.mb2 {
  margin-bottom: 20px;
}
.mb3 {
  margin-bottom: 30px;
}
.mb4 {
  margin-bottom: 40px;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.post-output h1,
.article-output h1,
.post-output h2,
.article-output h2,
.post-output h3,
.article-output h3 {
  margin-bottom: 20px;
}
.post-output h1,
.article-output h1 {
  font-size: 36px;
}
.post-output h2,
.article-output h2 {
  font-size: 30px;
}
.post-output h3,
.article-output h3 {
  font-size: 26px;
}
.post-output h4,
.article-output h4 {
  font-size: 22px;
}
.post-output p:last-child,
.article-output p:last-child {
  margin-bottom: 0;
}
.post-output ul,
.article-output ul,
.post-output ol,
.article-output ol,
.post-output li,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-output ul,
.article-output ul {
  margin: 0 0 30px;
}
.post-output ul li,
.article-output ul li {
  margin-left: 20px;
  list-style: disc;
}
.post-output ol,
.article-output ol {
  margin: 0 0 30px;
}
.post-output ol li,
.article-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
@media (max-width: 1280px) {
  .post-output h1,
  .article-output h1,
  .post-output h2,
  .article-output h2,
  .post-output h3,
  .article-output h3 {
    margin-bottom: 15px;
  }
  .post-output h1,
  .article-output h1 {
    font-size: 36px;
  }
  .post-output h2,
  .article-output h2 {
    font-size: 30px;
  }
  .post-output h3,
  .article-output h3 {
    font-size: 26px;
  }
  .post-output h4,
  .article-output h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .post-output h1,
  .article-output h1 {
    font-size: 30px;
  }
  .post-output h2,
  .article-output h2 {
    font-size: 26px;
  }
  .post-output h3,
  .article-output h3 {
    font-size: 24px;
  }
  .post-output h4,
  .article-output h4 {
    font-size: 20px;
  }
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#100002+0,100002+100&0+9,0+9,1+94 */
  background: -moz-linear-gradient(top, rgba(16, 0, 2, 0) 0%, rgba(16, 0, 2, 0) 9%, #100002 94%, #100002 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(16, 0, 2, 0) 0%, rgba(16, 0, 2, 0) 9%, #100002 94%, #100002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(16, 0, 2, 0) 0%, rgba(16, 0, 2, 0) 9%, #100002 94%, #100002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00100002', endColorstr='#100002', GradientType=0);
  /* IE6-9 */
}
.product-card .inner {
  position: relative;
}
.product-card .product-image {
  position: relative;
  /* background-image: url(../img/lazyload.gif);
		background-position: center center;
		background-repeat: no-repeat;*/
  margin-bottom: 20px;
}
.product-card .product-image .inner-box {
  min-height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-card .product-image .inner-box img {
  width: 100%;
}
.product-card .label-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  white-space: nowrap;
  background: #7ec7bb;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.product-card .label-circle.label-sale {
  background: #f37e95;
}
.product-card .labels {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-card .labels .label {
  display: inline-block;
  background: #7ec7bb;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  font-size: 12px;
  padding: 0 10px;
}
.product-card .labels .label.label-soldout {
  background: #6f7173;
}
.product-card .labels .label.label-sale {
  background: #f37e95;
  display: none;
}
.product-card.cls-soldout {
  opacity: 0.7;
}
.product-card.cls-sale .button-arrow {
  background-color: #f37e95;
}
.product-card.cls-sale .button-arrow:hover {
  background-color: #6f7173;
}
.slick-products .product-info {
  padding: 0 0 0 15px;
}
.product-info.notpanel {
  padding: 0px;
}
.product-info .product-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #4d4d4f;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
}
.product-info .product-model {
  display: block;
  font-size: 12px;
  font-style: normal;
}
.product-info .product-price {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  color: #4d4d4f;
  font-size: 18px;
  margin-top: 10px;
  margin-right: 15px;
}
.product-info .product-price .price {
  display: inline-block;
  font-weight: bold;
}
.product-info .product-price .price-old {
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through;
  color: #6f7173;
  font-size: 16px;
  opacity: 0.5;
}
.product-info .product-price .price-sale {
  color: #f37e95;
}
.product-info .product-action {
  margin-top: 10px;
}
@media (max-width: 520px) {
  .product-card .label-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    bottom: 10px;
    right: 10px;
  }
}
.product-card-b .product-image {
  display: block;
  margin-bottom: 30px;
}
.product-card-b .product-info {
  text-align: center;
}
.product-card-b .product-info .product-header {
  margin-bottom: 10px;
}
.product-card-b .product-info h2 {
  font-weight: normal;
  font-size: 15px;
}
.product-card-b .product-info h3 {
  display: none;
}
.product-card-b .product-price .price {
  font-size: 18px;
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
  position: relative;
}
.container {
  position: relative;
  background: rgba(0, 0, 0, 0);
}
.main-content {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .main-content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding: 40px 0;
  }
}
.comp-logo {
  display: block;
  width: 200px;
  height: 40px;
  background: url(../img/trendyard-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all 0.3s ease-in-out 0s;
}
.site-wrapper {
  padding-top: 90px;
}
.has-notice-bar .site-wrapper {
  padding-top: 130px;
}
.has-notice-bar .site-header {
  top: 0;
}
.has-notice-bar .site-header .header-notice {
  display: block;
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .header-notice {
  display: none;
  height: 40px;
  background: #f3f4f4;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  line-height: 40px;
}
.site-header .header-notice .close-bar {
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.site-header .header-notice .inner {
  overflow: hidden;
}
.site-header .header-notice .item {
  display: inline-block;
}
.site-header .header-notice .usp {
  margin-right: 40px;
}
.site-header .header-notice .payments {
  float: right;
  white-space: nowrap;
  margin-right: 30px;
}
.site-header .header-notice .payments .text {
  display: inline-block;
}
.site-header .header-notice .payments img {
  display: inline-block;
  height: 20px;
  line-height: 1em;
  margin-left: 6px;
}
.site-header .nav-bar {
  height: 90px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
.site-header .search-toggle {
  display: block;
  width: 90px;
  height: 100%;
  background: #7ec7bb url(../img/search.svg) center center no-repeat;
  background-size: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .comp-logo {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
.site-header .nav-toggle {
  display: none;
  cursor: pointer;
  width: 90px;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.site-header .nav-std {
  position: absolute;
  top: 50%;
  left: 330px;
  transform: translateY(-50%);
}
.site-header .mainnav {
  overflow: inherit;
}
.site-header .mainnav ul {
  display: none;
}
.site-header .mainnav li {
  float: left;
  margin-left: 30px;
}
.site-header .mainnav a {
  display: block;
  font-size: 16px;
  color: #6f7173;
}
.site-header .mainnav a:hover {
  color: #7ec7bb;
}
.site-header .utils {
  position: absolute;
  top: 50%;
  right: 95px;
  transform: translateY(-50%);
}
.site-header .utils a {
  font-size: 16px;
  margin-left: 15px;
}
.site-header .cart-toggle {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f8f8f8;
  text-align: center;
  line-height: 46px;
  position: relative;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.site-header .cart-toggle .product-count {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7ec7bb;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: -3px;
  right: -5px;
}
.site-header .sub-nav-bar {
  display: none;
  width: 100%;
  padding: 20px 40px;
  background: #fff;
  border-top: 1px solid #7ec7bb;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}
.site-header .sub-nav-bar.open {
  display: block;
}
.site-header .sub-nav-bar .submenu li {
  width: 25%;
  float: left;
}
.site-header .sub-nav-bar .submenu a {
  display: block;
  line-height: 40px;
  white-space: nowrap;
}
.site-header .sub-nav-bar .submenu ul {
  display: none;
}
.scrolled .site-header,
.shownav .site-header {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.scrolled .site-header .container,
.shownav .site-header .container {
  height: 100px;
}
@media (max-width: 1400px) {
  .site-header .nav-std {
    display: none;
  }
  .site-header .utils {
    right: 185px;
  }
  .site-header .cart-toggle {
    right: 120px;
  }
  .site-header .nav-toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 70px;
  }
  .has-notice-bar .site-wrapper {
    padding-top: 70px;
  }
  .site-header {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .site-header .header-notice {
    display: none !important;
  }
  .site-header .header-notice .payments {
    display: none;
  }
  .site-header .nav-bar {
    height: 70px;
  }
  .site-header .search-toggle {
    width: 70px;
  }
  .site-header .comp-logo {
    width: 160px;
    height: 70px;
    background-size: contain;
    background-position: center left;
    left: 90px;
  }
  .site-header .utils {
    right: 165px;
  }
  .site-header .cart-toggle {
    right: 100px;
  }
  .site-header .nav-toggle {
    width: 70px;
  }
  .site-header .nav-toggle .nav-icon {
    top: 20px;
    left: 20px;
  }
  .scrolled .site-header {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .scrolled .site-header .nav-bar {
    height: 70px;
  }
}
@media (max-width: 680px) {
  .site-header .search-toggle {
    display: none;
  }
  .site-header .comp-logo {
    left: 20px;
  }
  .site-header .utils {
    display: none;
  }
  .site-header .nav-toggle {
    background: #7ec7bb;
  }
  .site-header .nav-toggle .nav-icon:before,
  .site-header .nav-toggle .nav-icon:after,
  .site-header .nav-toggle .nav-icon div {
    background-color: #fff;
  }
}
.site-footer {
  background: #fff;
  overflow: hidden;
  margin-bottom: 48px;
}
.site-footer .primary {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.site-footer .secondary {
  padding: 30px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.site-footer .footer-bar {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}
.site-footer .footer-bar .payments {
  float: right;
  white-space: nowrap;
}
.site-footer .footer-bar .payments .text {
  display: inline-block;
}
.site-footer .footer-bar .payments img {
  display: inline-block;
  height: 20px;
  line-height: 1em;
  margin-left: 6px;
}
.site-footer .col {
  margin-bottom: 40px;
}
.site-footer .col-1 {
  width: 20%;
}
.site-footer .col-2 {
  width: 15%;
}
.site-footer .col-2 .box {
  margin-bottom: 30px;
}
.site-footer .col-3 {
  width: 35%;
}
.site-footer .col-4 {
  width: 30%;
}
.site-footer .post-ouput p {
  margin-bottom: 0;
}
.site-footer .post-actions {
  margin-top: 20px;
}
.site-footer h3 {
  color: #7ec7bb;
  margin-bottom: 15px;
}
.site-footer .comp-logo {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .site-footer .comp-logo {
    display: none;
  }
  .site-footer .credits {
    text-align: center;
  }
  .site-footer .col-1 {
    width: 20%;
  }
  .site-footer .col-2 {
    width: 20%;
  }
  .site-footer .col-3 {
    width: 30%;
  }
  .site-footer .col-4 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .site-footer .col-1 {
    width: 30%;
  }
  .site-footer .col-2 {
    width: 30%;
  }
  .site-footer .col-3 {
    width: 40%;
  }
  .site-footer .col-4 {
    width: 100%;
  }
  .site-footer .footer-bar .webwinkelkeurmerk {
    display: block;
    width: 350px;
    margin: 0 auto;
  }
  .site-footer .footer-bar .payments {
    float: none;
    white-space: nowrap;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-footer .col-1 {
    width: 50%;
  }
  .site-footer .col-2 {
    width: 50%;
  }
  .site-footer .col-3 {
    width: 50%;
  }
  .site-footer .col-4 {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .site-footer .col-1 {
    width: 50%;
  }
  .site-footer .col-2 {
    width: 50%;
  }
  .site-footer .col-3 {
    width: 100%;
  }
  .site-footer .col-4 {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .site-footer .col-1 {
    width: 100%;
  }
  .site-footer .col-2 {
    width: 100%;
  }
  .site-footer .col-3 {
    width: 100%;
  }
  .site-footer .col-4 {
    width: 100%;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 32px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 29px;
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #6f7173;
  content: '';
  display: block;
  position: relative;
  height: 2px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-trigger-mz .nav-icon {
  width: 50px;
  top: 38px;
  left: 35px;
}
.nav-trigger-mz .nav-icon:before,
.nav-trigger-mz .nav-icon:after,
.nav-trigger-mz .nav-icon div {
  height: 4px;
  margin: 8px 0;
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #0c5a55;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 18px;
  padding-top: 130px;
  padding-bottom: 10px;
  position: relative;
}
.mobile-nav a {
  color: #74a18d;
}
.mobile-nav a:hover {
  color: #fbe200;
}
.mobile-nav .mainnav {
  border-bottom: 1px solid #f3f4f4;
}
.mobile-nav .mainnav li {
  border-bottom: 1px solid #f3f4f4;
}
.mobile-nav .mainnav li:last-child {
  border: none;
}
.mobile-nav .mainnav li a {
  display: block;
  line-height: 50px;
  overflow: hidden;
  color: #6f7173;
  text-decoration: none;
  font-size: 20px;
}
.mobile-nav .mainnav li a .toggle {
  display: inline-block;
  margin-right: 10px;
}
.mobile-nav .mainnav ul {
  display: none;
  border-top: 1px solid #f3f4f4;
}
.mobile-nav .mainnav ul.show-subnav {
  display: block;
}
.mobile-nav .mainnav ul a {
  font-size: 18px;
  padding-left: 20px;
}
.mobile-nav .mainnav ul ul a {
  font-size: 16px;
  padding-left: 40px;
}
.mobile-nav .utils {
  padding: 30px 0;
  border-bottom: 1px solid #f3f4f4;
  text-align: center;
}
.mobile-nav .utils a {
  display: inline-block;
  margin: 0 20px;
}
.mobile-nav .utils a .icon-search {
  display: inline-block;
  transform: scale(1.2);
}
.mobile-nav .utils a:hover {
  color: #6f7173;
}
.mobile-nav .payments {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mobile-nav .payments .text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.mobile-nav .payments img {
  display: inline-block;
  height: 20px;
  line-height: 1em;
  margin-left: 6px;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 991px) {
  .mobile-nav .container {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .mobile-nav .utils {
    overflow: hidden;
  }
  .mobile-nav .utils a {
    display: block;
    width: 33.3334%;
    float: left;
    font-size: 24px;
    margin: 0;
  }
  .mobile-nav .utils a .text {
    display: none;
  }
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #6f7173;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
}
.search-panel .container {
  padding-top: 80px;
  color: #fff;
  position: relative;
}
.search-panel .search-close {
  display: block;
  font-size: 30px;
  color: #7ec7bb;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.search-panel .mod-search {
  margin: 30px 10%;
  position: relative;
}
.search-panel .mod-search input {
  width: 100%;
  height: 50px;
  border: 2px solid #7ec7bb;
  border-radius: 3px;
  color: #003978;
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  width: 80px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0 3px 3px 0;
  background: #7ec7bb;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
}
.search-panel .mod-search button:hover {
  opacity: 0.8;
}
.smartsearch .smartsearch-product {
  display: block;
  overflow: hidden;
  padding: 15px 5px;
  border-bottom: 1px solid #f3f4f4;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: normal;
  min-height: 65px;
}
.smartsearch .smartsearch-product img {
  float: left;
  margin: 0 15px 0 0;
}
.smartsearch .smartsearch-product strong {
  display: block;
  color: #000;
  font-size: 14px;
  margin: 2px 5px 8px 0;
}
.smartsearch .smartsearch-product:hover {
  background: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
.smartsearch .smartsearch-bottom {
  background: #7ec7bb;
  color: #fff;
  text-align: center;
}
.smartsearch .smartsearch-bottom a {
  display: block;
  background: #7ec7bb;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.showsearch .search-panel {
  left: 0;
}
@media (max-width: 991px) {
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
/* ==========================================================================
	SIDE CART
   ========================================================================== */
.side-cart {
  display: block;
  height: 100%;
  width: 450px;
  position: fixed;
  top: 0;
  right: -452px;
  z-index: 950;
  background: #fff;
  border-left: 1px solid #f3f4f4;
  padding: 20px 30px;
  transition: all 0.3s ease-in-out 0.2s;
}
.side-cart .side-cart-header {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f4f4;
  margin-bottom: 20px;
  position: relative;
}
.side-cart .side-cart-header .js-cart-toggle {
  position: absolute;
  top: 0;
  left: 0;
}
.side-cart.show {
  right: 0;
}
.site-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 930;
  transition: all 0.3s ease-in-out;
  background: #7ec7bb;
  opacity: 0.2;
}
.showcart .site-overlay {
  right: 0;
  opacity: 0.6;
}
.side-cart-output .products {
  width: 100%;
  font-size: 13px;
}
.side-cart-output .products tbody tr {
  border-bottom: 1px solid #f3f4f4;
}
.side-cart-output .products tbody td {
  vertical-align: middle;
  padding: 5px 0;
}
.side-cart-output .products .image {
  padding-right: 15px;
}
.side-cart-output .products .image a {
  display: block;
  width: 75px;
}
.side-cart-output .products .name a {
  line-height: 1.4em;
  font-weight: bold;
  display: block;
  color: #000;
}
.side-cart-output .products .name em {
  display: block;
  color: #666;
  font-size: 80%;
}
.side-cart-output .products .name .options small {
  display: block;
  font-style: italic;
}
.side-cart-output .products .subtotal {
  line-height: 1.6em;
}
.side-cart-output .products .subtotal span {
  display: block;
  text-align: right;
}
.side-cart-output .totals {
  font-size: 13px;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}
.side-cart-output .totals .total-text,
.side-cart-output .totals .total-sum {
  display: inline-block;
}
.side-cart-output .totals .total-sum {
  width: 100px;
}
.side-cart-output .actions {
  padding-top: 15px;
  border-top: 1px solid #f3f4f4;
}
.side-cart-output .actions .button {
  display: block;
  width: 46%;
  float: left;
  text-align: center;
}
.side-cart-output .actions .button.right {
  float: right;
}
@media (max-width: 500px) {
  .side-cart {
    width: 90%;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
.circle-button {
  display: inline-block;
  height: 50px;
  white-space: nowrap;
  position: relative;
  padding-right: 70px;
}
.circle-button .text {
  display: block;
  line-height: 50px;
  color: #fff;
}
.circle-button .circle {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.circle-button .circle i {
  color: #7ec7bb;
  font-size: 34px;
  line-height: 50px;
}
.circle-button.notext {
  padding-right: 50px;
}
.circle-button.notext .text {
  display: none;
}
.button-arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  background: #7ec7bb;
  color: #fff !important;
  font-size: 18px;
}
.button {
  display: inline-block;
  background: #7ec7bb;
  color: #fff !important;
  white-space: nowrap;
  padding: 5px 20px;
  border: none;
  border-radius: 2px;
}
.button:hover {
  background: #6f7173;
  color: #fff !important;
}
.button.large {
  padding: 10px 20px;
  font-size: 20px;
}
.button.dark {
  background: #6f7173;
  color: #fff !important;
}
.button.dark:hover {
  background: #7ec7bb;
  color: #fff !important;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?89697294d');
  src: url('../font/fontello.eot?89697294d#iefix') format('embedded-opentype'), url('../font/fontello.woff2?89697294d') format('woff2'), url('../font/fontello.woff?89697294d') format('woff'), url('../font/fontello.ttf?89697294d') format('truetype'), url('../font/fontello.svg?89697294d#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?89697294#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-mail:before {
  content: '\e802';
}
/* '' */
.icon-email:before {
  content: '\e803';
}
/* '' */
.icon-left-open-1:before {
  content: '\e804';
}
/* '' */
.icon-right-open-1:before {
  content: '\e805';
}
/* '' */
.icon-login:before {
  content: '\e806';
}
/* '' */
.icon-heart-empty-1:before {
  content: '\e807';
}
/* '' */
.icon-heart-1:before {
  content: '\e808';
}
/* '' */
.icon-star:before {
  content: '\e809';
}
/* '' */
.icon-star-empty:before {
  content: '\e80a';
}
/* '' */
.icon-cancel:before {
  content: '\e824';
}
/* '' */
.icon-right-open:before {
  content: '\f006';
}
/* '' */
.icon-left-open:before {
  content: '\f007';
}
/* '' */
.icon-chat-empty:before {
  content: '\f0e6';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-shopping-basket:before {
  content: '\f291';
}
/* '' */
.icon-user-o:before {
  content: '\f2c0';
}
/* '' */
.icon-linkedin-rect:before {
  content: '\f312';
}
/* '' */
@font-face {
  font-family: 'billymedium';
  src: url('../font/billy-webfont.woff2') format('woff2'), url('../font/billy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
.warning {
  display: block;
  background: #f37e95;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.stform fieldset {
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.stform .form-row {
  margin-bottom: 20px;
}
.stform .form-row .label {
  display: block;
  margin-bottom: 4px;
}
.stform .form-row input[type="text"],
.stform .form-row input[type="password"],
.stform .form-row textarea {
  width: 100%;
  border: 1px solid #7ec7bb;
  padding: 8px;
  border-radius: 3px;
}
.stform .form-row textarea {
  height: 100px;
}
.stform .form-row .error {
  display: block;
  clear: both;
  font-style: italic;
  font-size: 14px;
  color: #f37e95;
  margin-top: 2px;
}
.stform .type-captcha .captcha-wrapper .image {
  float: left;
  padding-top: 2px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.stform .type-captcha .captcha-wrapper .input {
  width: 160px;
  float: left;
}
.stform .radio-group {
  background: #f9f9f9;
  padding: 10px 20px;
}
.stform .radio-group label {
  display: block;
  line-height: 2.2em;
}
.stform .radio-group input {
  margin-right: 8px;
}
.stform .form-actions .agree {
  display: block;
  margin-bottom: 10px;
}
.stform .buttons {
  overflow: hidden;
}
.stform .buttons .left {
  display: inline-block;
  float: left;
}
.stform .buttons .right {
  display: inline-block;
  float: right;
}
#inline_alert {
  min-height: 170px;
  min-width: 500px;
  max-width: 650px;
  padding: 30px;
  margin-bottom: 2px;
  margin-top: 5px;
  line-height: 1.6em;
  color: #555;
}
#inline_alert h3,
#inline_alert h4 {
  font-size: 30px;
  margin: 0 0 20px;
}
#inline_alert p {
  margin-bottom: 0;
}
#infopopup {
  max-width: 700px;
  padding: 40px;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
/* ==========================================================================
	SECTIONS
   ========================================================================== */
.section-detail-description .container {
  padding-top: 250px;
}
.section-detail-description .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.section-detail-description .mozaic-image img {
  display: none;
}
.section-detail-description .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 120px;
  background: #0c5a55;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.section-detail-description .col-left {
  padding-bottom: 80px;
}
.section-detail-description.type-b .mozaic-image {
  bottom: 120px;
}
@media (max-width: 1280px) {
  .section-detail-description .bgbefore {
    display: block;
    content: "";
    height: 103px;
    left: 100%;
    bottom: 0;
  }
  .section-detail-description .mozaic-image {
    width: 309px;
    height: 309px;
  }
  .section-detail-description.type-b .bgbefore {
    bottom: 103px;
  }
  .section-detail-description.type-b .mozaic-image {
    width: 412px;
    height: 412px;
    bottom: 103px;
  }
}
.section-detail-images {
  background: #0c5a55;
}
.section-detail-images .container {
  min-height: 400px;
  overflow: hidden;
}
.section-detail-images .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
}
.section-detail-images .mozaic-image img {
  display: none;
}
@media (max-width: 1280px) {
  .section-detail-images .mz-image-1 {
    width: 412px;
    height: 412px;
  }
  .section-detail-images .mz-image-2 {
    width: 206px;
    height: 206px;
  }
  .section-detail-images .mz-image-3 {
    width: 206px;
    height: 206px;
  }
}
.section-detail-info {
  background: #0c5a55;
}
.section-detail-info .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.section-detail-info .mozaic-image .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.section-detail-info .mozaic-image img {
  display: none;
}
.section-detail-info .col-left {
  min-height: 480px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .section-detail-info .col-left {
    min-height: 412px;
  }
  .section-detail-info .col-left .inner {
    padding-right: 50px;
  }
}
.section-wat-we-bieden {
  position: relative;
  z-index: 10;
}
.section-wat-we-bieden .bg {
  position: relative;
}
.section-wat-we-bieden .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
}
.section-wat-we-bieden .col-left .inner {
  padding: 60px 0 40px;
  background: #fbe200;
}
.section-wat-we-bieden .col-right {
  margin-top: -120px;
  position: relative;
}
.section-wat-we-bieden .col-right:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #0c5a55;
  position: absolute;
  top: 0;
  left: 0;
}
.section-wat-we-bieden .col-right .inner {
  padding: 60px 30px 40px 30px;
  background: #0c5a55;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 1280px) {
  .section-wat-we-bieden .col-right {
    margin-top: -103px;
  }
}
.section-solliciteren .bg {
  padding: 60px 0;
  position: relative;
}
.section-solliciteren .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-solliciteren .mod-header {
  max-width: 45%;
}
.section-solliciteren .sollicitatieform {
  min-height: 300px;
  margin-right: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.section-navigation {
  padding: 80px 0 20px;
  overflow: hidden;
}
.section-navigation .prev,
.section-navigation .next {
  width: 50%;
  float: left;
  background: #fbe200;
  position: relative;
}
.section-navigation .prev:hover .bgimg:before,
.section-navigation .next:hover .bgimg:before {
  right: -600px;
  opacity: 0.5;
}
.section-navigation .box {
  width: 300px;
  position: relative;
}
.section-navigation .bgimg {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-navigation .bgimg:before {
  display: block;
  content: "";
  width: 1200px;
  height: 1200px;
  background: #fbe200;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-navigation .goto {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.section-navigation .goto .arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/btn-dgreen.svg);
  background-size: 100px 100px;
}
.section-navigation .goto .text {
  position: absolute;
  top: 50%;
  line-height: 1.1em;
  transform: translateY(-50%);
}
.section-navigation .goto .text strong {
  display: block;
}
.section-navigation .goto:hover {
  opacity: 0.8;
}
.section-navigation .prev {
  border-right: 40px solid #fff;
}
.section-navigation .prev .box {
  float: right;
}
.section-navigation .prev .goto {
  left: 0;
  transform: translate(-50%, -50%);
}
.section-navigation .prev .goto .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-navigation .prev .goto .text {
  left: -90px;
  text-align: right;
}
.section-navigation .next {
  float: right;
  border-left: 40px solid #fff;
}
.section-navigation .next .goto {
  right: 0;
  transform: translate(50%, -50%);
}
.section-navigation .next .goto .text {
  right: -90px;
}
.tpl-home .main-body {
  position: relative;
  overflow: hidden;
}
.tpl-home .main-body .bg-main {
  display: block;
  content: "";
  width: 900px;
  height: 100%;
  background: url(../img/cheezy-woman.jpg);
  background-size: 900px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-200px);
}
.page-spacer {
  height: 280px;
}
.page-intro-banner {
  margin-bottom: 100px;
}
.page-intro-banner .inner {
  margin: 0 25%;
  text-align: center;
}
.page-info-top {
  padding: 20px;
  overflow: hidden;
  background: #fafafa;
  margin-bottom: 40px;
}
.page-info-top .crumbs {
  float: left;
  font-size: 14px;
}
.page-info-top .navigation {
  float: right;
}
.page-top {
  margin-bottom: 20px;
}
.category-page .cat-description-bottom {
  clear: both;
  margin-top: 60px;
}
.selected-filters {
  margin-bottom: 15px;
}
.selected-filters .text {
  font-size: 16px;
}
.selected-filters .item {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #7ec7bb;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 3px;
}
.product-page .product {
  padding-bottom: 60px;
}
.product-page .product h1,
.product-page .product h2,
.product-page .product h3,
.product-page .product h4 {
  color: #7ec7bb;
}
.product-page .product .product-images {
  position: relative;
}
.product-page .product .product-images .labels {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-page .product .product-images .labels .label {
  display: inline-block;
  background: #7ec7bb;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
  font-size: 16px;
  padding: 3px 10px;
}
.product-page .product .product-images .labels .label.label-soldout {
  background: #6f7173;
}
.product-page .product .product-images .labels .label.label-sale {
  background: #f37e95;
}
.product-page .product .product-images .mainimage {
  display: block;
}
.product-page .product .product-images .mainimage img {
  margin: 0 auto;
}
.product-page .product .product-images .thumbs {
  overflow: hidden;
}
.product-page .product .product-images .thumbs a {
  display: block;
  width: 70px;
  float: left;
  margin: 10px 10px 0 0;
}
.product-page .product .product-images .thumbs a:hover {
  opacity: 0.7;
}
.product-page .product .product-info .box {
  margin-bottom: 40px;
}
.product-page .product .product-title .model {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #6f7173;
}
.product-page .product .product-price .price {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
}
.product-page .product .product-price .price.price-old {
  font-size: 18px;
  opacity: 0.5;
  font-weight: normal;
  text-decoration: line-through;
  margin-right: 10px;
}
.product-page .product .product-price .price.price-sale {
  color: #f37e95;
}
.product-page .product .product-price .vat {
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
.product-page .product .product-notice {
  background: #fafafa;
  padding: 20px;
  border: 3px solid #f5f5f5;
  border-radius: 3px;
}
.product-page .product .product-notice .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.product-page .product .tocart {
  overflow: hidden;
}
.product-page .product .tocart .qty-cart {
  float: left;
  position: relative;
  padding-right: 24px;
  margin-right: 10px;
}
.product-page .product .tocart .qty-cart .qty-button {
  display: block;
  width: 24px;
  height: 50%;
  line-height: 25px;
  background: #f3f4f4;
  border: 1px solid #6f7173;
  border-left: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.product-page .product .tocart .qty-cart .qty-button.qty-more {
  border-bottom: none;
}
.product-page .product .tocart .qty-cart .qty-button.qty-less {
  top: 50%;
}
.product-page .product .tocart .quantity {
  float: left;
  width: 40px;
  height: 50px;
  border: 1px solid #6f7173;
  text-align: center;
}
.product-page .product .tocart .addtocart {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: #333;
  border: none;
  color: #fff;
  margin-right: 10px;
}
.product-page .product .tocart .addtocart:hover {
  background: #7ec7bb;
}
.product-page .product .tocart .addtocart.pink {
  background-color: #f37e95;
}
.product-page .product .tocart .addtocart.pink:hover {
  background: #7ec7bb;
}
.product-page .product .tocart .towish {
  display: block;
  float: left;
  font-size: 32px;
  line-height: 50px;
  color: #6f7173;
}
.product-page .product .tocart .towish:hover {
  color: #7ec7bb;
}
.product-page .product .tocart .stockstatus {
  clear: both;
  display: block;
  padding-top: 15px;
  color: #4d4d4f;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
}
.product-page .product .product-paysafe {
  background: #fafafa;
  padding: 10px;
}
.product-page .product .product-paysafe span {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.product-page .product .product-paysafe img {
  display: inline-block;
  height: 20px;
}
.product-page .product .product-downloads .button {
  margin: 0 8px 8px 0;
}
.product-page .product .product-data .data-item {
  overflow: hidden;
  font-size: 14px;
}
.product-page .product .product-data .data-item .key {
  display: block;
  width: 140px;
  float: left;
}
.product-page .product .product-data .data-item .value {
  display: block;
  float: left;
}
.product-page .product .product-series .products {
  overflow: hidden;
}
.product-page .product .product-series .products a {
  display: block;
  width: 30%;
  float: left;
  margin: 10px 3% 0 0;
}
.product-page .product .product-series .products a:hover {
  opacity: 0.7;
}
.product-page .product .product-series .products a .info {
  text-align: center;
  margin-top: 10px;
}
.product-page .product .product-series .products a .name {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 5px;
}
.product-page .product .product-series .products a .product-price {
  display: block;
  font-family: 'Rubik', sans-serif;
  color: #4d4d4f;
  margin-top: 0;
}
.product-page .product .product-series .products a .product-price .price {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.product-page .product .product-series .products a .product-price .price-old {
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through;
  color: #6f7173;
  font-size: 16px;
  opacity: 0.5;
}
.product-page .product .product-series .products a .product-price .price-sale {
  color: #f37e95;
}
.product-page .product .product-tags {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
.product-page .product .product-tags a {
  display: inline-block;
  line-height: 18px;
  padding: 2px 10px 2px;
  margin: 0 1px 2px 0;
  color: #333;
  background: #f5f5f5;
  text-decoration: none;
  border-radius: 2px;
}
.product-page .product .product-tags a:hover {
  color: #fff;
  background: #7ec7bb;
}
.product-page .product .product-description {
  margin-top: 60px;
}
.product-page .product .product-description .inner {
  background: #fafafa;
  padding: 40px;
}
.product-page .product .product-description h2,
.product-page .product .product-description h3 h4 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.product-page .product .product-description .post-output {
  margin-top: 30px;
}
.product-page .product .product-description .col-right p {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product-page {
    padding-bottom: 0;
  }
  .product-page .product-details .col-left {
    margin-bottom: 40px;
  }
  .product-page .product-description {
    margin-top: 20px;
  }
  .product-page .product-description .container {
    padding: 0;
  }
  .product-page .product-description .inner {
    padding: 40px 20px;
  }
}
.tpl-contact .gmap {
  width: 100%;
  height: 500px;
}
.tpl-contact .contact-info {
  padding-top: 80px;
  padding-bottom: 60px;
}
.tpl-contact .post-header {
  margin-bottom: 30px;
}
.tpl-contact .form .h2 {
  margin-bottom: 30px;
}
.tpl-contact .form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.tpl-contact .form .form-row {
  margin-bottom: 20px;
}
.tpl-contact .form .form-row label {
  display: block;
  margin-bottom: 4px;
}
.tpl-contact .form .form-row input,
.tpl-contact .form .form-row textarea {
  width: 100%;
  border: 1px solid #7ec7bb;
  padding: 8px;
  border-radius: 3px;
}
.tpl-contact .form .form-row textarea {
  height: 100px;
}
.mod-form {
  margin-top: 100px;
}
.mod-form .form {
  max-width: 800px;
}
.mod-form .form .h2 {
  margin-bottom: 30px;
}
.mod-form .form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.mod-form .form .form-row {
  margin-bottom: 20px;
}
.mod-form .form .form-row label {
  display: block;
  margin-bottom: 4px;
}
.mod-form .form .form-row input,
.mod-form .form .form-row textarea {
  width: 100%;
  border: 1px solid #7ec7bb;
  padding: 8px;
  border-radius: 3px;
}
.mod-form .form .form-row textarea {
  height: 100px;
}
.mod-home-banner {
  padding-bottom: 80px;
}
.mod-home-banner .banner-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-home-banner .container {
  height: 70vh;
  position: relative;
  z-index: 10;
}
.mod-home-banner .item {
  position: relative;
}
.mod-home-banner .item .box {
  padding: 30px;
  padding-bottom: 40px;
  min-height: 150px;
  max-width: 580px;
  position: absolute;
  bottom: -60px;
  left: 25px;
}
.mod-home-banner .item .box .circle-button {
  position: absolute;
  bottom: 26px;
  right: 20px;
}
.mod-home-banner .item .title {
  max-width: 450px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.3em;
}
.mod-home-banner .item .article-output {
  color: #fff;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .mod-home-banner .container {
    height: 65vh;
  }
}
@media (max-width: 620px) {
  .mod-home-banner {
    padding-bottom: 0;
  }
  .mod-home-banner .container {
    height: auto;
  }
  .mod-home-banner .item .bgimg {
    position: static;
    height: 380px;
  }
  .mod-home-banner .item .box {
    padding: 30px;
    padding-bottom: 40px;
    width: auto;
    position: static;
    margin-top: -40px;
  }
  .mod-home-banner .item .box .circle-button {
    bottom: 10px;
    right: 36px;
  }
  .mod-home-banner .item .title {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .mod-home-banner .item .bgimg {
    height: 280px;
  }
  .mod-home-banner .item .h0 {
    font-size: 32px;
  }
}
.mod-page-header {
  margin-bottom: 40px;
}
.mod-categories {
  padding: 80px 0;
}
.mod-products {
  padding: 0 0 80px 0;
}
.mod-products .slick-wrapper {
  margin: 40px -25px 0 0;
}
.mod-home-ads {
  padding: 80px 0;
}
.mod-home-ads .article {
  margin: 0 10%;
}
.mod-home-ads .article .article-image {
  width: 35%;
  float: left;
  min-height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
.mod-home-ads .article .article-image img {
  display: none;
}
.mod-home-ads .article .article-output {
  color: #fff;
}
.mod-home-ads .article .article-info {
  width: 65%;
  float: left;
}
.mod-home-ads .article .article-info .primary {
  padding: 0 40px 60px 40px;
  position: relative;
}
.mod-home-ads .article .article-info .primary:before {
  display: block;
  content: "";
  width: 110%;
  height: 100%;
  background: #7ec7bb;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: -1;
}
.mod-home-ads .article .article-info .primary .circle-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.mod-home-ads .article .article-info .secondary {
  padding: 80px 40px 0 40px;
}
.mod-home-ads .article .article-info .secondary .product-info {
  max-width: 300px;
}
@media (max-width: 1280px) {
  .mod-home-ads .article {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .mod-home-ads .article .article-info .primary {
    padding: 0 100px 50px 40px;
  }
  .mod-home-ads .article .article-info .primary:before {
    top: -50px;
  }
  .mod-home-ads .article .article-info .secondary {
    padding: 50px 30px 0 40px;
  }
}
@media (max-width: 600px) {
  .mod-home-ads {
    padding: 0px 0 60px;
  }
  .mod-home-ads .article .article-image {
    width: 100%;
    float: none;
    min-height: 300px;
  }
  .mod-home-ads .article .article-info {
    width: 100%;
    float: left;
  }
  .mod-home-ads .article .article-info .primary {
    padding: 40px 100px 40px 40px;
  }
  .mod-home-ads .article .article-info .primary:before {
    display: none;
  }
}
.mod-connect {
  position: relative;
}
.mod-connect .mod-nieuwsbrief {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.mod-connect .mod-nieuwsbrief form {
  overflow: hidden;
}
.mod-connect .mod-nieuwsbrief form .txt {
  width: 60%;
  height: 36px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-right: 10px;
  padding-left: 8px;
}
.mod-connect .bg-instagram {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-size: cover;
  background-position: center center;
}
.mod-connect .bg-instagram:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.mod-connect .mod-instagram {
  position: relative;
}
.mod-connect .mod-instagram .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  .mod-connect .col-left,
  .mod-connect .col-right {
    width: 100%;
    float: none;
    clear: both;
  }
  .mod-connect .col-left:before {
    display: block;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.02);
  }
  .mod-connect .mod-nieuwsbrief {
    padding: 60px 0;
  }
  .mod-connect .bg-instagram {
    width: 100%;
    height: 200px;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .mod-connect .mod-instagram {
    height: 200px;
  }
}
.mod-about {
  padding: 80px 0;
}
.mod-about .col-left {
  width: 30%;
  float: left;
  position: relative;
}
.mod-about .col-left h2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-about .col-right {
  width: 70%;
  float: left;
}
@media (max-width: 900px) {
  .mod-about {
    padding: 60px 0;
  }
  .mod-about .col-left,
  .mod-about .col-right {
    width: 100%;
    float: none;
  }
  .mod-about .col-left h2,
  .mod-about .col-right h2 {
    position: static;
    transform: translateY(0);
  }
  .mod-about .col-left {
    margin-bottom: 30px;
  }
}
.mod-product-grid .page-header {
  margin-bottom: 20px;
  position: relative;
}
.mod-product-grid .page-header .button {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .mod-product-grid .page-header .button {
    display: block;
  }
}
@media (max-width: 600px) {
  .mod-product-grid .page-header .button {
    position: static;
    display: inline-block;
    transform: translateY(0);
  }
}
.mod-filtersxxx .filter-box {
  border-bottom: 1px solid #6f7173;
  padding-bottom: 30px;
  margin-top: 30px;
}
.mod-filtersxxx .filter-options a {
  display: block;
}
/* @group MOD-FILTERS */
.ajax-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.85) url(../img/ajax-loader.gif) center center no-repeat;
}
.js-ajax-product-grid {
  position: relative;
}
.js-ajax-product-grid .ajax-loader {
  top: -10px;
}
.js-ajax-product-grid.preloading .ajax-loader {
  display: block;
}
.mod-filters {
  margin-bottom: 20px;
}
.mod-filters h3 {
  margin-bottom: 0 !important;
}
.mod-filters h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: 1em;
}
.mod-filters h4 i {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out 0s;
}
.mod-filters .show h4 i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mod-filters .filter-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-top: 20px;
}
.mod-filters .filter-box .label {
  display: block;
  padding: 2px 2px 2px 30px;
  font-size: 16px;
  line-height: 1.8em;
  overflow: hidden;
  position: relative;
}
.mod-filters .filter-box .label input {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  opacity: 0;
}
.mod-filters .filter-box .label:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #6f6f6e;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.mod-filters .filter-box .label:hover {
  background: rgba(0, 0, 0, 0.05);
}
.mod-filters .filter-box .label:hover:before {
  background-color: #f37e95;
}
.mod-filters .filter-box .label.selected:before {
  background-color: #7ec7bb;
}
.mod-filters .filter-box.filter-toggler .f-toggle {
  cursor: pointer;
}
.mod-filters .filter-box.filter-toggler .f-toggle i {
  display: block;
}
.mod-filters .filter-box.filter-toggler .filter-options {
  display: none;
}
.mod-filters .filter-box.filter-toggler .filter-options.open {
  display: block;
}
.mod-filters .filter-options {
  display: block;
  padding-top: 10px;
}
.mod-filters .filter-options.open {
  display: block;
}
.mod-filters .filter-options .label {
  cursor: pointer;
}
.mod-filters .filter-options .label.hide {
  display: none;
}
.mod-filters .filter-colors {
  overflow: hidden;
}
.mod-filters .filter-colors .label {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 0 8px 8px 0;
}
.mod-filters .filter-colors .label input {
  opacity: 0;
}
.mod-filters .filter-colors .label .text {
  display: none;
}
.mod-filters .filter-colors .label.selected {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.mod-filters .filter-colors .label:before {
  display: none;
}
.mod-filters .filter-category .catnav ul {
  display: none;
}
.mod-filters .filter-category .catnav > li.current > a {
  color: #7ec7bb;
  font-weight: bold;
}
.mod-filters .filter-category .catnav a {
  line-height: 1.8em;
}
.mod-filters .filter-category .catnav a.active {
  color: #7ec7bb;
  font-weight: bold;
}
.mod-filters .filter-subcategory .catnav ul {
  display: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.mod-filters .filter-subcategory .catnav a {
  display: block;
  padding: 2px 2px 2px 30px;
  position: relative;
}
.mod-filters .filter-subcategory .catnav a:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #6f6f6e;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.mod-filters .filter-subcategory .catnav a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.mod-filters .filter-subcategory .catnav a:hover:before {
  background-color: #f37e95;
}
.mod-filters .filter-subcategory .catnav a.active:before {
  background-color: #7ec7bb;
}
.mod-filters .filter-price .slider-box {
  padding: 40px 10px 20px;
  position: relative;
}
.mod-filters .filter-price .slider-box .pricelabel-from,
.mod-filters .filter-price .slider-box .pricelabel-to {
  background: #f2f2f2;
  color: #333;
  padding: 6px 8px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-filters .filter-price .slider-box .pricelabel-to {
  left: auto;
  right: 0;
}
.mod-filters .toggle-filter-advanced {
  display: block;
  margin: 10px 0 30px;
}
.mod-filters .filter-attributes-advanced {
  display: none;
}
.mod-filters .filter-attributes-advanced.open {
  display: block;
}
.mod-filters .setfilter {
  /* vanwege de ajax integratie staat deze op hidden */
  display: none;
  margin-top: 20px;
}
.mod-filters .setfilter:hover {
  color: #7ec7bb;
}
.mod-filters .action {
  display: none;
  padding-top: 15px;
}
.mod-filters .dofilter {
  display: block;
  width: 100%;
  background: #7ec7bb;
  color: #fff;
  text-align: center;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 2px;
}
.mod-filters .dofilter:hover {
  opacity: 0.8;
}
.mod-filters .filter-header .filter-toggle {
  display: none;
}
.mod-filters .filter-footer {
  display: none;
}
@media (max-width: 991px) {
  .mod-filters {
    width: 360px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -400px;
    z-index: 999;
    transition: all 0.6s ease 0s;
    background: #fff;
  }
  .mod-filters .form-filters {
    overflow: hidden;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 80px;
    left: 0;
    padding: 15px 30px 50px;
  }
  .mod-filters .filter-header {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    position: relative;
    background: #7ec7bb;
  }
  .mod-filters .filter-header .filter-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
  }
  .mod-filters .filter-header h2 {
    margin: 0;
    color: #fff;
    line-height: 70px;
    white-space: nowrap;
  }
  .mod-filters .filter-footer {
    display: block;
    width: 100%;
    height: 80px;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.05);
  }
  .mod-filters .btn-bottom {
    display: block;
    background: #7ec7bb;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 3px;
  }
  .mod-filters .btn-bottom:hover {
    background: #6f7173;
  }
  .show-filters .mod-filters {
    left: 0;
  }
  .show-filters .site-overlay {
    right: 0;
    opacity: 0.6;
  }
}
/* @end */
.mod-related-products,
.mod-producten-merk {
  margin-bottom: 80px;
}
.mod-related-products .mod-header,
.mod-producten-merk .mod-header {
  margin-bottom: 40px;
}
.mod-related-products .slick-outer,
.mod-producten-merk .slick-outer {
  width: 100%;
  overflow: hidden;
}
.mod-related-products .slick-related,
.mod-producten-merk .slick-related {
  width: calc(100% + 30px);
}
.mod-related-products {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
	SLIDERS
   ========================================================================== */
.slick-prev,
.slick-next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #7ec7bb;
  color: #fff;
  position: absolute;
  top: 110px;
  z-index: 100;
  font-size: 26px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #f37e95;
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 45px;
}
.slick-categories .slick-list {
  overflow: visible;
}
.slick-categories .item {
  opacity: 1;
  padding: 0 24px 0 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.slick-categories .item .inner {
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-categories .item .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}
.slick-categories .item .action {
  display: block;
  width: 100%;
  padding: 30px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slick-categories .slick-active .item {
  opacity: 1;
}
@media (max-width: 620px) {
  .slick-categories .item {
    padding: 0 10px;
  }
  .slick-categories .slick-next {
    right: 20px;
  }
}
.slick-products .item {
  padding: 0 25px 0 0;
}
.slick-related .item {
  padding-right: 30px;
}
/* ==========================================================================
	COMPONENTS
   ========================================================================== */
.webwinkelkeurmerk {
  display: inline-block;
  margin-right: 60px;
  padding-left: 40px;
  background-image: url(../img/webwinkelkeur.png);
  background-position: center left;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.webwinkelkeurmerk .rating {
  margin-right: 5px;
}
.webwinkelkeurmerk i {
  color: #D6187D;
}
.webwinkelkeurmerk a strong {
  display: inline-block;
  margin-right: 4px;
}
.webwinkelkeurmerk a:hover {
  color: #D6187D;
}
/* @group NOTIFICATIONS */
.notification .message {
  background: #a2d3cb;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.notification .message a {
  display: inline-block;
}
.notification .message a:hover {
  color: #fff !important;
}
.notify-bar {
  background: #a2d3cb;
  color: #fff;
  padding: 15px;
  text-align: center;
}
/* @end */
/* @group POPUP CARTBOX */
.cartbox {
  width: 100%;
  font-size: 13px;
}
.cartbox h3 {
  color: #fff;
  font-size: 22px;
  background: #7ec7bb;
  padding: 15px 15px;
  margin: 0 0 10px 0;
}
.cartbox .cartcontent {
  min-height: 100px;
  margin: 0 10px;
}
.cartbox .cartcontent .cartcontent {
  margin: 0;
}
.cartbox .products {
  width: 100%;
}
.cartbox .products tbody tr {
  border-bottom: 1px solid #ddd;
}
.cartbox .products tbody td {
  vertical-align: middle;
  padding: 5px 0;
}
.cartbox .products .image {
  padding-right: 15px;
}
.cartbox .products .image a {
  display: block;
  width: 75px;
}
.cartbox .products .name a {
  line-height: 1.4em;
  font-weight: bold;
  display: block;
  color: #000;
  font-size: 14px;
}
.cartbox .products .name em {
  display: block;
  color: #666;
}
.cartbox .products .name .options small {
  display: block;
  font-style: italic;
}
.cartbox .products .subtotal {
  line-height: 1.6em;
}
.cartbox .products .subtotal span {
  display: block;
  text-align: right;
}
.cartbox .totals {
  width: auto;
  float: right;
  margin-top: 12px;
  margin-bottom: 12px;
}
.cartbox .totals td {
  padding: 0;
}
.cartbox .totals .title {
  text-align: right;
}
.cartbox .totals .sum {
  font-weight: bold;
  text-align: right;
  width: 100px;
}
.cartbox .actions {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
  margin: 15px;
  border-top: 1px solid #ddd;
}
.cartbox .actions .button.right {
  float: right;
}
/* @end */
/* @group NoUISlider */
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-base *,
.noUi-connects * {
  outline: none;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -17px;
  top: -11px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #7ec7bb;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 50%;
  background: #7ec7bb;
  cursor: default;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px 7px;
  text-align: center;
  white-space: nowrap;
  background: #6f6f6e;
  font-size: 11px;
  line-height: 1em;
  color: #fff;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/* @end */
/* ==========================================================================
	GRIDS
   ========================================================================== */
.std-grid .item {
  margin-bottom: 60px;
}
.std-grid .item .product-image {
  margin-bottom: 20px;
}
.std-grid .item:hover {
  opacity: 0.8;
}
.categrory-grid .item {
  margin-bottom: 40px;
}
.categrory-grid .item .cat-image {
  margin-bottom: 20px;
}
.categrory-grid .item .cat-info .goto {
  display: none;
}
.categrory-grid .item:hover {
  opacity: 0.8;
}
@media (max-width: 680px) {
  .categrory-grid .h3 {
    font-size: 22px;
  }
}
@media (max-width: 540px) {
  .categrory-grid .item {
    width: 100%;
    float: none;
  }
  .categrory-grid .cat-image {
    height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .categrory-grid .cat-image img {
    display: none;
  }
}
/* @group SHOPPING CART */
.shopping-cart-page .cart-info-content {
  padding: 0 20px 30px;
  margin-bottom: 30px;
}
.shopping-cart-page .cart-info {
  padding: 0 20px;
}
.shopping-cart-page .cart-module .panel {
  display: none;
}
.shopping-cart-page .page-actions {
  margin-top: 30px;
  overflow: hidden;
}
.shopping-cart-page .page-actions .button.right {
  float: right;
}
.cart-info {
  width: 100%;
  margin-bottom: 20px;
}
.cart-info thead tr {
  border-bottom: 1px solid #f3f4f4;
}
.cart-info thead td {
  background: #fff;
  color: #6f7173;
  font-weight: bold;
  padding: 8px;
}
.cart-info thead td.price,
.cart-info thead td.total {
  text-align: right;
}
.cart-info tbody tr {
  border-bottom: 1px solid #f3f4f4;
}
.cart-info tbody td {
  padding: 8px;
}
.cart-info tbody td.price,
.cart-info tbody td.total {
  text-align: right;
}
.cart-info tbody td.image {
  width: 100px;
}
.cart-info tbody td.action {
  width: 22px;
}
.cart-info tbody td .remove {
  color: #e34444;
  font-size: 22px;
}
.cart-info tbody td .remove:hover {
  opacity: 0.7;
}
.cart-info tbody td .numm {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  height: 40px;
  border-radius: 3px;
}
.cart-total-wrap {
  text-align: right;
  overflow: hidden;
}
.cart-total-wrap .cart-total {
  float: right;
}
.cart-total-wrap .cart-total tr.total-total {
  font-weight: bold;
}
.cart-total-wrap .cart-total td {
  padding: 4px 8px ;
}
.cart-options-wrap {
  background: #f8f8f8;
  padding: 30px;
  margin-top: 30px;
}
.cart-options-wrap h2 {
  margin: 0 0 20px;
}
.cart-options-wrap .radio td {
  padding: 5px;
}
.cart-options-wrap .cart-module .panel {
  margin-top: 15px;
  padding: 15px;
  background: #f3f4f4;
}
.cart-options-wrap .cart-module .text {
  display: block;
  margin-bottom: 15px;
}
.cart-options-wrap .cart-module .medium-field {
  border: none;
  width: 50%;
  height: 36px;
  padding: 4px 8px;
}
/* @end */
