@font-face {
  font-family: 'Futura Bk BT';
  src: url('futurabt-book.eot');
  src: url('futurabt-book.eot?#iefix') format('embedded-opentype'),
    url('futurabt-book.woff') format('woff'),
    url('futurabt-book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
 	font-family: 'Montserrat', sans-serif;
	margin-top: 0 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gui-page-title {
  font-family: 'Montserrat', sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
  color:#000;
  color:#000000;
  background-color:#f9f7fa;
  letter-spacing:0.05em;
}

body.no-scroll,
html.no-scroll {
  overflow: hidden;
  height: 100%;
}

.body-wrap {
/*   -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); */
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.body-wrap.menu-open {
  -ms-transform: translate(300px, 0px); /* IE 9 */
  -webkit-transform: translate(300px, 0px); /* Safari */
  transform: translate(300px, 0px);
}

.total-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 999999;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity:0;
  visibility:hidden;
}

.total-overlay.menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position:absolute;
  left:0;
  top:0;
  width:300px;
  height:100%;
  z-index:999999999;
  background:#fff;
  position:fixed;
  -ms-transform: translate(-300px, 0px); /* IE 9 */
  -webkit-transform: translate(-300px, 0px); /* Safari */
  transform: translate(-300px, 0px);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  overflow-y:scroll;
}

.mobile-menu.menu-open {
  -ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(0px, 0px);
}

.mobile-menu .logo {
  padding:15px;
  background: #faf7f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu .logo .close-mobile-menu {
	width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mobile-menu .logo .close-mobile-menu span {
	width: 100%;
  height: 2px;
  background: #333;
  display: inline-block;
  position: absolute;
  transform: rotate(-45deg);
}

.mobile-menu .logo .close-mobile-menu span:first-child {
	transform: rotate(45deg);
}

.mobile-menu .logo .close-mobile-menu:after {
	content: 'menu';
  display: block;
  font-size: 7px;
  margin-top: 36px;
  text-transform: uppercase;
}

.mobile-menu .logo img {
  height:40px;
}

.mobile-menu .mobile-main-menu ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
}

.mobile-menu .mobile-main-menu ul ul {
  font-weight:normal;
  display:none;
}

.mobile-menu .mobile-main-menu ul li ul.active {
  display:block;
}

.mobile-menu .mobile-main-menu ul li {
  position:relative;
}

.mobile-menu .mobile-main-menu ul li.type-phone > a {
  color:#f99e9d;
}

.mobile-menu .mobile-main-menu ul li a {
  height:50px;
  text-transform: initial;
  line-height:50px;
  border-bottom:1px solid #f7f7f7;
  display:block;
  padding:0px 15px;
}

.mobile-menu .mobile-main-menu ul ul li > a {
  padding-left:25px;
}

.mobile-menu .mobile-main-menu ul ul ul li > a {
  text-transform:none;
  color:#515151;
  height:35px;
  line-height:35px;
  font-size:12px;
}

.mobile-menu .mobile-main-menu ul li.active > a {
  color:#f99e9d;
}

.mobile-menu .mobile-main-menu ul li .more-cats {
  position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  cursor:pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobile-menu .mobile-main-menu ul li.active > .more-cats {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg); 
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6, .gui-page-title {
  font-weight:bold;
  text-transform:initial;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
  display:block;
}

.gui-page-title {
  display:none;
}

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
  color:#000000;
  text-decoration:none;
  outline:none;
}

a:hover {
  color:#f99e9d;
}

.left {
  float:left;
}

.right {
  float:right;
}

a.btn {
  height:60px;
  line-height:56px;
  padding:0px 50px;
  border:2px solid #d3d3d3;
  color:#000000;
  background-color:#fff;
  font-size:14px;
  display:inline-block;
   -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.align {
  display:table;
  width:100%;
}

#alert-bar {
  top: 0;
  left: 0;
  width: 100%;
  background: #f99e9d;
  height: auto;
  padding: 15px;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#alert-bar.always-show {
  position: relative;
}
#alert-bar .text {
  text-align: center;
  padding: 0 30px;
}
#alert-bar .text a {
  text-decoration: underline;
}
#alert-bar a.close {
	position: absolute;
  right: 15px;
}
#alert-bar.always-show a.close {
  display: none;
}
#alert-bar .text a:hover {
	color: #000;
}

#header.custom-header.fixed {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#header .topbar .dropdown {
  line-height:16px;
  padding:10px;
  position:relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .topbar .dropdown i {
  font-size: 10px;
  margin-left: 5px;
}

#header .topbar .dropdown:hover {
  background-color:rgba(0,0,0,0.05);
}

#header .topbar .dropdown ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  text-align:center;
  padding:0;
  margin:0;
  list-style:none;
  background-color:#faf7f2;
  z-index:99;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .topbar .dropdown:hover ul {
  opacity:1;
  visibility:visible;
}

#header .topbar .dropdown ul li a {
  display:block;
  padding:10px 0px;
  text-decoration:none;
}

#header .topbar .dropdown ul li a:hover {
  background-color:rgba(0,0,0,0.05);
}

#header .topbar {
  background-color:#faf7f2;
  color:#b0b0b0;
  font-size:13px;
  font-weight:600;
}

#header .topbar a {
  color:#b0b0b0;
  text-decoration:underline;
}

#header .topbar .account {
  padding:10px;
}

#header .main-header {
  border-bottom:1px solid #eaeaea;
  background-color:#fff;
  position:relative;
  z-index:999999;
  /*
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  */
  padding:10px 0px;
  margin-bottom:60px;
}

#header .main-header .main-header-inner {
  position:relative;
}

#header .main-header.fixed {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
}

#header .main-header .logo,
#header .main-header .main-menu,
#header .main-header .icons {
  display:table-cell;
  vertical-align:middle;
}

#header .main-header .logo {
  width:190px;
}

#header .main-header .logo img {
  width:100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .main-header.fixed .logo img {
  width:80%;
}

#header .main-header .main-menu {
  text-align:center;
  font-size:14px;
  font-weight:bold;
}

#header .main-header .main-menu ul {
  list-style:none;
  margin:0;
  padding:0;
  text-transform:none;
}

#header .main-header .main-menu ul li {
  display:inline-block;
  padding:0px 15px;
}

#header .main-header .main-menu ul li.type-phone {
	padding: 0;
}

#header .main-header .main-menu ul li.choose-your-phone {
	opacity: .5;
}

#header .main-header .main-menu ul li.collections {
  position:relative;
}

#header .main-header .main-menu ul li a {
  display:block;
  padding:10px 5px;
  position:relative;
}

#header .main-header .main-menu ul li .small-first-sub {
  position: absolute;
  left: 0;
  z-index: 999;
  background: #edf4ec;
  top: 40%;
  margin-top: 28px;
  color: #f5f0ea;
  border: 1px solid #eee;
  text-align: left;
  width: auto;
  padding: 15px 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
}

#header .main-header .main-menu ul li .small-first-sub.active {
  opacity:1;
  visibility:visible;
}

#header .main-header .main-menu ul li .small-first-sub ul li {
  padding: 2px 0px;
  display:block;
}

#header .main-header .main-menu ul li .small-first-sub ul li a {
  color: #000000;
  white-space:nowrap;
  padding:0;
  opacity: 1; 
  font-weight: normal;
}

#header .main-header .main-menu ul li .small-first-sub ul li a:hover {
  color:#f99e9d;
}

#header .main-header .main-menu > ul > li > a.normal-link:after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 3px;
  width: 100%;
  background-color: #e4be05;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  margin-top: -5px;
}

#header .main-header .main-menu ul li:hover > a.normal-link:after,
#header .main-header .main-menu ul li.active > a.normal-link:after {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#header .main-header .main-menu ul li.type-phone a {
  opacity:1;
}

#header .main-header .main-menu ul li.type-phone a {
  position:relative;
}

#header .main-header .main-menu ul li.type-phone a .zigzag {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -12px;
  padding-right: 20px;
  padding-left: 5px;
   -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height:normal;
}

#header .main-header .main-menu ul li.type-phone:hover a .zigzag {
  -ms-transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}


#header .main-header .main-menu ul li.type-phone a .zigzag img {
  width:100%;
}

#header .main-header .main-menu ul li a i {
  margin-left:5px;
}

#header .main-header .main-menu ul li:hover > a,
#header .main-header .main-menu ul li.active > a {
  color:#f99e9d;
  opacity:1;
}

#header .main-header .main-menu ul li .first-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
  font-weight:normal;
}

#header .main-header .main-menu ul li .first-sub.active {
  opacity:1;
  visibility:visible;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding:40px 0px;
  background: url('bolletjespatroon.png') left top repeat;
  background-size: 70%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
  background:#e6f7ff;
}

#header .main-header .main-menu ul li .first-sub ul li.small-drop {
  position:relative;
}

#header .main-header .main-menu ul li .first-sub ul li.small-drop ul li {
  white-space:nowrap;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub.small-sub {
  width:auto;
  padding: 15px 25px;
  border: 1px solid #eee;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub.small-sub ul li {
  padding:2px 0px;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul {
  text-transform:capitalize;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub.active {
  opacity:1;
  visibility:visible;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul li {
  display:block;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul li a {
  padding:0;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul li a .cat-label {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  background: #aaa;
  color: #fff;
  padding: 2px 5px;
  line-height: normal;
  font-weight: 600;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 7px;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul li a .cat-label.hot {
  background:#e74b3c;
}

#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul li a .cat-label.new {
  background:#26caff;
}

#header .main-header .main-menu ul li .first-sub ul li a {
  padding:20px;
}

#header .main-header .icons {
  text-align:right;
  font-size:30px;
}

#header .main-header .icons ul {
  margin:0;
  padding:0;
  list-style:none;
}

#header .main-header .icons ul li {
  display:inline-block;
  margin-left: -7px;  
}

#header .icons .cart-usp {
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  opacity: .8;
}

.cart-wrap-outer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.cart-wrap-inner {
  position: relative;
}

#header .main-header .icons ul li .cart-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #efefef;
  z-index: 9999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  text-align:left;
  font-size:13px;
}

#header .main-header .icons ul li .cart-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown .cart-title {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-dropdown .cart-title .items {
  float: right;
  font-size: 11px;
  font-weight: normal;
  line-height: 22px;
  color: #9a978e;
}

.cart-dropdown .empty-cart {
  padding-top: 15px;
  padding-bottom: 10px;
  font-style: italic;
  font-size: 12px;
  color:#9a978e;
}

.cart-dropdown .cart-products .product .info {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

#header .main-header .icons ul li .cart-dropdown a {
  padding:0;
}

#header .main-header .icons ul li .cart-dropdown a.delete {
  color: #f99e9d;
}


#header .main-header .icons ul li .cart-dropdown .cart-products .product .info a.title {
  padding:0;
  font-size:12px;
}

#header .main-header .icons ul li .cart-dropdown .cart-products .product .info a.title .qty {
  font-size:11px;
  color:#9a978e;
  margin-left:4px;
}

#header .main-header .icons ul li .cart-dropdown .cart-products .product .info .price {
 color:#9a978e;
}
 
.cart-dropdown table.cart-products td {
  padding: 10px 0px;
  padding-right: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-dropdown table.cart-products td:first-child {
  padding-left: 0;
}

.cart-dropdown table.cart-products td:last-child {
  padding-right: 0;
}

.cart-dropdown table.total {
  margin-top:15px;
  width:100%;
  text-align:right;
  font-size:15px;
}

.cart-dropdown table.total td:last-child {
  text-align:right;
}

#header .main-header .icons ul li a {
  display:block;
  padding:0px 15px;
  border-right:1px solid #c5c5c5;
}

#header .main-header .icons ul li:last-child a {
  border:none;
}

#header .main-header .icons ul li .icon {
  position:relative;
}

#header .main-header .icons ul li .cart-dropdown a.btn {
  padding: 0px 10px;
  border-radius: 0;
  height: 50px;
  display: inline-block;
  background-color: #ffefce;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 44px;
  border: 3px solid;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  margin-top: 15px;
}

#header .main-header .icons ul li .icon .items {
  position: absolute;
  right: -10px;
  top: -2px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #000;
  background: #c3e4dd;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
}

#header .searchbar {
  position: absolute;
  top: 100%;
  height: 62px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .searchbar.active {
  opacity:1;
  visibility:visible;
}

#header .searchbar input {
  border:none;
  height:60px;
  padding:0;
  outline:none;
  width:100%;
  padding-left:30px;
  font-weight: 600;
}

#header .searchbar .search-wrap .clear-search {
  display: none;
  position: absolute;
  height: 45px;
  text-align: center;
  width: 45px;
  top: 0;
  right: 40px;  
  line-height: 45px;
  color: #929292;
}


#header .searchbar .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  color: #a9a9a9;
  font-size:13px;
}

#header .searchbar  .search-wrap {
  position:relative;
}

#header .mobile-usp-bar {
  position: absolute;
  top: calc(100% + 67px);
  z-index: 999;
/*   background: #FCEFD1;
  color: #333; */
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 10px 30px;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in-out;
  z-index: -1;
}

#header .mobile-usp-bar.active {
	opacity: 1;
  visibility: visible;
}

#header .mobile-usp-bar .usp-title {
	font-weight: 600;
  margin-bottom: 2px;
}

#header .mobile-usp-bar .usp-subtitle {
	font-size: 11px;
  opacity: .9;
}

.headlines {
  position:relative;
}

.headlines .slider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  overflow: hidden;
}

.headlines .slider-bottom .icon {
  text-align: center;
  line-height: 61px;
  font-size: 30px;
  color: #fff;
  opacity: 0.3;
  display:block;
}

.headlines .slider-bottom .img-wrap {
  display:inline-block;
  position:relative;
}

.headlines .slider-bottom .img-wrap:before,
.headlines .slider-bottom .img-wrap:after {
  right:100%;
  top:0;
  height:100%;
  width:3000px;
  position:absolute;
  display:block;
  content:'';
  background:#f9f7fa;
}

.headlines .slider-bottom .img-wrap:after {
  left:100%;
  right:auto;
}

.headlines .item.item-1 {
  background: url(https://cdn.webshopapp.com/shops/18572/files/264549374/slider-website-min.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headlines .item.item-2 {
  background: url(headline_2_image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headlines .item.item-3 {
  background: url(headline_3_image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headlines .align {
  height:100%;
}

.headlines .text-box {
  display:table-cell;
  vertical-align:middle;
}

.headlines .text-box .text-wrap {
  padding:20px;
}

.headlines .text-box .title {
  margin: 0;
  font-weight: 900;
  font-size: 35px;
  line-height: normal;
}

.headlines .text-box .buttons {
  margin:0px -5px;
  margin-top:50px;
}

.headlines .text-box .buttons a.btn {
  margin:0px 5px;
}

.headlines .text-box .buttons a.btn:hover {
  font-weight:bold;
}

.home-products {
  padding:50px 0px;
}

.home-products ul.tabs {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
  margin-bottom:30px;
}

.home-products ul.tabs li {
  display:inline-block;
  padding:0px 20px;
}

.home-products ul.tabs li a {
  display:block;
  height:45px;
  line-height:45px;
  border-radius:0px;
  background-color:transparent;
  font-weight:600;
  text-transform:uppercase;
  font-size:16px;
  padding:0px 15px;
  letter-spacing:0.1em; 
  color: #454545;
}

.home-products ul.tabs li.active a {
  background-color:#f2e4d7;
}

.tabs-pages .page {
  opacity:0;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

.tabs-pages .page.active {
  opacity:1;
  visibility:visible;
  height:auto;
}

.home-products .page-inner .products-wrap {
  position:relative;
}

.home-products .page-inner .products-wrap .prev-slide,
.home-products .page-inner .products-wrap .next-slide {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 35px;
  opacity: 0.15;
  margin-top: -25px;
  cursor:pointer;
}

.home-products .page-inner .products-wrap .next-slide {
  left:auto;
  right:0;
}

.home-products .page-inner .products {
  padding: 0px 70px;
}

.products .product {
  padding:15px;
  text-align:center;
}

.products .product .product-inner {
  padding:15px;
  background:#fff;
  position:relative;
  padding-top:35px;
}

.product-label {
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  background: #eee;
  line-height: 28px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0px 15px;
  /*font-weight: bold;*/
  letter-spacing: 0.1em;
  color:#3c4644;
}

.product-label:empty {
	display: none;
}

.product-label.meer-combinaties {
  background:#bce2db; 
}

.product-label.nieuw {
  background:#fbf5af; 
}

.product-label.eigen-foto-uploaden {
  background:#fbe2ea; 
}

.product-label.meer-toestellen {
  background:#cae6f1; 
}

.product-label.pre-order {
  background:#ffebdd; 
}

.product-label.uitverkocht {
  background:#000000; 
  color:#fff;
}

.product-label.sale {
  background:#fce5e2;
}

.product-label.meer-designs {
  background:#d7e6ff;
}

.product-label.meer-kleuren {
  background:#ffefc6;
}

.product-label.personaliseren {
  background:#d2ede8;
}

.product-label.meer-varianten {
  background:#d7e6ff;
}

.product-label img {
  height:100%;
}

.products .product .image-wrap {
  padding:30px 0;
}


.products .product .image-wrap img {
  width:95%;
  margin:0 auto;
}

.products .product .top-info {
  font-size:13px;
  text-transform:initial;
  letter-spacing:0.07em;
}

.products .product .top-info .brand {
  color:#454d50;
  height:18px;
  overflow:hidden;
}

.products .product .top-info a.title {
  color:#9a978e;
  display:block;
  height:38px;
  overflow:hidden;
  font-family: 'Futura Bk BT';
  text-transform:none;
}

.products .product .bottom-info .only-here {
  height: 22px;
  display: inline-block;
  position:relative;
  z-index:0;
  font-family: 'Futura Bk BT'; 
  color:#9a978e;
}

/*
.products .product .bottom-info .only-here  img {
  width:100%;
}
*/

.products .product .bottom-info .only-here:before {
  content: '';
  display: block;
  position: absolute;
  width: 110%;
  height: 50%;
  top: 0;
  background: #fce5e2;
  z-index: -1;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


.products .product .bottom-info .price {
  color: #6b7073;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-top: 5px;
}

.products .product .bottom-info .price .old-price {
  color: #cecfcf;
  text-decoration: line-through;
  font-size: 11px;
  margin-right: 5px;
}
    
.home-products .tabs-pages .page .page-inner {
  text-align:center;
}

.home-products a.view-all {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold; 
  letter-spacing: 0.05em;
  color: #e5be00;
  padding: 2px 6px;
  border-bottom: 3px solid #494949;
  position:relative;
}

.home-products a.view-all:after {
  position:absolute;
  content:'';
  top:100%;
  width:100%;
  left:0;
  display:block;
  height:3px;
  background:#e5be00;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.home-products a.view-all:hover:after {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#home-divider {
  text-align:center;
}

#home-divider .square {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #e0a23f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position:relative;
  margin-top: 3px;
}

#home-divider .square-wrap {
  display:inline-block;
  position:relative;
}

#home-divider .square-wrap:before {
  position:absolute;
  content:'';
  display:block;
  width:30px;
  height:1px;
  top:50%;
  right:100%;
  margin-right:15px;
  background-color:#e7e7e7;
}

#home-divider .square-wrap:after {
  position:absolute;
  content:'';
  display:block;
  width:30px;
  height:1px;
  top:50%;
  left:100%;
  margin-left:15px;
  background-color:#e7e7e7;
}

.collab-block {
  padding:10px 0px;
  padding-bottom: 70px;
}

.collab-block .image img {
  width:100%;
}

.collab-block .align {
  background-color:#fff;
  width:90%;
  margin:0 auto;
}

.collab-block .image {
  display:table-cell;
  vertical-align:middle;
  width:40%;
}

.collab-block .text {
  display:table-cell;
  vertical-align:middle;
  text-align:right;
  color: #494949; 
}

.collab-block .text-wrap {
  padding: 30px;
  border: 4px solid #e8bc03;
  margin: 30px;
  margin-left: -30px;
  position: relative;
  z-index: 9;
  height: 100%;
}

.collab-block .text-wrap h2,
.collab-block .text-wrap .h2 {
  margin:0;
  text-transform:uppercase;
}

.collab-block .text-wrap .text-box {
  margin:30px 0px;
  padding-left:45%;
  line-height:30px;
}

.collab-block .text-wrap a.view,
.collab-block-2 .text-wrap a.view,
.collab-block-3 .text-wrap a.view {
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #e5be00;
  padding: 5px 0px;
  border-bottom: 3px solid #494949;
  letter-spacing: 0.1em;
  position:relative;
}

.collab-block .text-wrap a.view:after,
.collab-block-2 .text-wrap a.view:after,
.collab-block-3 .text-wrap a.view:after {
  position:absolute;
  content:'';
  top:100%;
  width:100%;
  left:0;
  display:block;
  height:3px;
  background:#e5be00;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.collab-block .text-wrap a.view:hover:after,
.collab-block-2 .text-wrap a.view:hover:after,
.collab-block-3 .text-wrap a.view:hover:after {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.home-banner.home-banner-1 {
/*     background: url(https://static.webshopapp.com/shops/018572/files/100625261/home-banner-1-image-min.jpg) no-repeat center center;  */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position:relative;
}

.home-banner.home-banner-2 {
/*     background: url(https://static.webshopapp.com/shops/018572/files/100624304/banner-2-min.jpg) no-repeat center center;  */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position:relative;
}

.home-banner .button {
  position:absolute;
  width:100%;
  text-align:center;
  left:0;
  bottom:10%;
}

.home-banner .button a.btn {
  background: #fff68d;
  border-color: #fff68d;
  text-transform: uppercase;
  font-size: 25px;
  padding: 0px 30px;
  letter-spacing: 0.1em;
}

.collab-block-2,
.collab-block-3 {
  padding:70px 0px;
}

.collab-block-2 .image,
.collab-block-3 .image {
  display:table-cell;
  vertical-align:middle;
  position:relative;
}

.collab-block-3 .image {
  text-align:right;
}

.collab-block-2 .image .first-img img {
  width: 100%;
  position: relative;
  max-width: 450px;
  left: -70px;
  z-index: 0;
}

.collab-block-2 .image .sec-img {
  position: absolute;
  width: 100%;
}

.collab-block-2 .image .sec-img img {
  width: 80%;
  max-width: 350px;
  position: absolute;
  right: 10%;
  bottom: 0;
  margin-bottom: -15%;
}

.collab-block-2 .text,
.collab-block-3 .text {
  display:table-cell;
  vertical-align:middle;
  color: #494949; 
  width:60%;
}

.collab-block-3 .text {
  text-align:right;
  width:50%;
}

.collab-block-2 .text h2,
.collab-block-3 .text h2,
.collab-block-2 .text .h2,
.collab-block-3 .text .h2 {
  margin:0;
  text-transform:uppercase;
  letter-spacing:0.1em;
}

.collab-block-2 .text .sub-title {
  text-transform:uppercase;
  margin-top:5px;
  text-transform:uppercase;
  letter-spacing:0.1em;
}

.collab-block-2 .text .text-box,
.collab-block-3 .text .text-box {
  margin:60px 0px;
  line-height:30px;
}

.collab-block-2 .text .text-wrap-outer,
.collab-block-3 .text .text-wrap-outer {
  background-color:#fff;
  padding:40px;
}

.collab-block-2 .text .text-wrap,
.collab-block-3 .text .text-wrap {
  padding: 50px;
  position: relative;
  border: 4px solid #e8bc03;
  padding-right:20%;
  z-index:1;
}

.collab-block-3 .text .text-wrap {
  padding:50px;
  padding-left:20%;
}

.collab-block-3 .image img {
  width:58%;
  position: relative;
  right: -80px;
  text-align:right;
}

.insta-block {
  padding:70px 0px;
}

.insta-block .text-wrap {
  background-color:#fff;
  width:70%;
  padding:40px;
}

.insta-block .text-wrap .text-box {
  border: 4px solid #c0e3dd;
  padding: 50px;
  padding-bottom:100px;
  margin-right: -80px;
}

.insta-block .text-wrap .text-box h2,
.insta-block .text-wrap .text-box .h2{
  margin:0;
  text-transform:uppercase;
  display:inline-block;
  vertical-align:middle;
  margin-right:25px;
}

.insta-block .text-wrap .text-box .text {
  margin-top:50px;
  line-height:30px;
}

.insta-block .insta-feed {
  margin-top: -70px;
  position: relative;
  right: -150px;
}

.insta-block .insta-row {
  margin:-5px;
}

.insta-block .insta-row .insta-post {
  padding:5px;
}

.insta-block .insta-row .insta-post img {
  width:100%;
}

.insta-block .follow-us {
  display:inline-block;
  vertical-align:middle;
}

.insta-block .follow-us a.follow {
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #e5be00;
  padding: 3px 0px;
  border-bottom: 3px solid #494949;
  letter-spacing: 0.1em;
  position:relative;
}

.insta-block .follow-us a.follow:after {
  position:absolute;
  content:'';
  top:100%;
  width:100%;
  left:0;
  display:block;
  height:3px;
  background:#e5be00;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.insta-block .follow-us a.follow:hover:after {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.insta-block .follow-us .icon {
  margin-left:10px;
  font-size:18px;
  color:#29b04a;
}

.contact-block {
  position:relative;
  z-index:1;
  overflow:hidden;
  padding:100px 0px;
  text-align:center;
}

.contact-block:after {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  background: url(footer-patroon.svg) repeat left top;
  background-color:#f8efc6;
  -ms-transform: rotate(10deg) translate(50%, 50%);
  -webkit-transform: rotate(10deg) translate(50%, 50%);
  transform: rotate(10deg) translate(50%, 50%);
  left: -100%;
  top: -100%;
  z-index: -1;
}

.contact-block h2,
.contact-block .h2 {
  margin:0;
}

.contact-block .socials ul {
  margin:0;
  padding:0;
  list-style:none;
  margin-top:15px;
}

.contact-block .socials ul li {
  display:inline-block;
  padding:15px;
  font-size:40px;
}

.contact-block .socials ul li a {
  display:block;
}

.contact-block .socials ul li img {
  width:55px;
}

.contact-block .newsletter {
  margin-top:70px;
}

.contact-block .newsletter .text {
  margin:50px;
  line-height:30px;
}

.contact-block .newsletter #formNewsletter {
  width: 90%;
  margin: 0 auto;
  position:relative;
}

.contact-block .newsletter #formNewsletter input {
  width: 100%;
  height: 55px;
  border: 2px solid #494949;
  padding: 0px 20px;
  outline: none;
  position: relative;
}

.contact-block .newsletter #formNewsletter a.newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  line-height: 55px;
  background: #494949;
  padding: 0px 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.home-text {
  padding:50px 0px;
  background-color:#d2ede8;
  text-align:center;
  font-size:12px;
  line-height:25px;
  color:#767676;  
  word-break:break-word;
}

.home-text p {
  margin-bottom:20px;
}

.home-text h1,
.home-text h2,
.home-text h3,
.home-text h4,
.home-text h5,
.home-text h6 {
/*   color:#494949; */
  margin-bottom:18px;
  margin-top:15px;
}

.home-text h2 {
  font-size:24px;
}

#footer {
  background-color:#fcedea;
  font-size:13px;
  line-height:25px;
}

/* #footer.home-margin{
  margin-bottom: 60px;
} */

#footer a:hover {
  color:#b05d5d;
}

#footer .main-footer {
  padding:50px 0px;
}

#footer .main-footer .footer-title {
  text-transform:uppercase;
  font-size:20px;
  padding-top:30px;
  padding-bottom:20px;
  font-weight:bold;
}

#footer .main-footer .footer-title img {
  height:30px;
}
/*
#footer .main-footer .footer-title.account-title img,
#footer .main-footer .footer-title.nextlevel-title img {
  height:35px;
}
*/

#footer .main-footer ul {
  margin:0;
  padding:0;
  padding-bottom:30px;
  list-style:none;
}

#footer .socials {
  padding-bottom:50px;
}

#footer .socials ul {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}

#footer .socials ul li {
  display:inline-block;
}

#footer .copyright {
  padding:15px 0px;
}
#footer .socials ul li a {
  padding:5px;
  font-size:25px;
  display:block;
  color:#c9bebc;
}

#footer .copyright ul {
  margin:0;
  padding:0;
  list-style:none;
  text-align:right;
  font-style:italic;
}

#footer .copyright ul li {
  display:inline-block;
  margin-left:30px;
}

.breadcrumbs {
  color:#e4e4e4;
  font-size:8px;
  text-transform:initial;
/*   font-weight:bold; */
  padding:10px 0px;
}
/* 
.breadcrumbs.productpage-breadcrumbs {
	color: #d5d5d5;
  text-transform: initial;
} */

.breadcrumbs a {
  color:#a9a9a9;
}

.breadcrumbs a.active {
  color:#494949;
}

.breadcrumbs ol{
  margin-top: 10px;
}

.page-title {
  background-color:#fff;
}

.page-title.fixed-page-title {
  padding-bottom: 40px;
}

.page-title.fixed-page-title.article-template{
  padding-bottom: 0;
}

.page-title.insta-page-title {
  padding-bottom:20px;
}

.page-title h1 {
  margin:0;
}

.page-title .title-wrap {
  padding:10px 0px;
  text-align:center;
}

.page-title .title-wrap .description {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
  padding: 15px 0px;
  color: #646464;
}

.collection-content {
  padding:30px 0px;
}

#collection-page .sub-cats.on-top {
  position: relative;
  z-index: 0;
  padding-bottom:40px;
}

#collection-page .bff-head {
  text-align:center;
  padding-top:20px;
  padding-bottom:50px;
}

#collection-page .bff-head img {
  width:100%;
  max-width:300px;
}

#collection-page .bff-head .text {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  vertical-align: middle;
  color:#686868;
}

#collection-page .sub-cats ul {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}

#collection-page .sub-cats ul li {
  display:inline-block;
  padding:10px;
}

#collection-page .sub-cats ul li a {
  display:block;
  font-size:18px;
  text-transform:uppercase;
  width:250px;
  height:60px;
  line-height:58px;
  position:relative;
  border:2px solid transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#collection-page .sub-cats ul li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #fdfad9;
  z-index: -1;
  border:2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#collection-page .sub-cats ul li.cat-2 a:before {
  background-color:#f6e3f7;
}

#collection-page .sub-cats ul li.cat-3 a:before {
  background-color:#f8e3e0;
}

#collection-page .sub-cats ul li.cat-4 a:before {
  background-color:#c1eef4;
}

#collection-page .sub-cats ul li:hover a:before,
#collection-page .sub-cats ul li.active a:before {
  height:100%;
}

#collection-page .sub-cats ul li:hover a,
#collection-page .sub-cats ul li.active a {
  border-color:#eee;
}

#collection-page .sub-cats ul li.collab-cat-1 a:before {
  background-color:#ffd5fd;
}

#collection-page .sub-cats ul li.collab-cat-2 a:before {
  background-color:#c0dffc;
}

#collection-page .sub-cats ul li .symbol {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  height: 56px;
  line-height: 50px;
  margin-right: 10px;
}

#collection-page .sub-cats ul li .symbol img {
  height:25px;
}

#collection-page .sub-cats ul li .text {
  display: inline-block;
  vertical-align: top;
  height: 56px;
  line-height: 56px;
}

.sort {
  margin:0px -10px;
  text-align:center;
}

.filter-dropdown {
  padding:0px 15px;
  height:60px;
  border:3px solid #494949;
  line-height:56px;
  display:inline-block;
  vertical-align:middle;
  font-weight:bold;
  position:relative;
  min-width:200px;
  background-color:#fff;
  margin:7px;
  text-align:left;
  padding-right:60px;
  /*
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  */
  opacity:0.5;
  /*z-index:999;*/
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  cursor:pointer;
}

.filter-dropdown:hover {
  opacity:1;
}

.filter-dropdown .text {
  overflow:hidden;
  color:#a9a9a9;
}

.filter-dropdown .icon {
  position: absolute;
  right: 0;
  width: 54px;
  height: 54px;
  top: 0;
  text-align: center;
  font-size: 20px;
  line-height: 54px;
}

.filter-dropdown .filter-menu {
  position:absolute;
  left:-3px;
  top:100%;
  z-index:99999;
  background-color:#fff;
  border:3px solid #494949;
  border-top:0;
  width:calc(100% + 6px);
  display:none;
}

.filter-dropdown .filter-menu .item {
  position:relative;
}

.filter-dropdown .filter-menu .item .remove-filter {
  position: absolute;
  right: 0;
  top: 0;
  height: 47px;
  line-height: 47px;
  width: 47px;
  text-align: center;
  color: #e74c3c; 
}


.filter-dropdown .filter-menu .item input {
  display:none;
}

.filter-dropdown .filter-menu .item label {
  height: auto;
  margin: 0;
  display: block;
  line-height: normal;
  font-weight: normal;
  padding: 15px;
  border-top: 1px solid #eee;
}


.filter-dropdown .filter-menu .item.active label,
.filter-dropdown .filter-menu .item:hover label {
  font-weight:bold;
  color:#72cbc5;
  cursor:pointer;
}

.filter-dropdown .filter-menu .item label span {
  font-size:11px;
  color:#a9a9a9;
  margin-left:2px;
}

.filter-dropdown .symbol,
.sort .most-wanted-filter .symbol {
  width: 25px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: top;
  margin-top: -3px;
}

.filter-dropdown .symbol img,
.sort .most-wanted-filter .symbol img {
  width:100%;
}

.filter-dropdown .text .text-inner,
.sort .most-wanted-filter .text .text-inner {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

.sort .most-wanted-filter {
  line-height:56px;
  display:inline-block;
  vertical-align:top;
  font-weight:bold;
  position:relative;
  background-color:#fff;
  margin:7px;
  text-align:left;
  opacity:0.5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-left:50px;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  cursor:pointer;
}

.sort .most-wanted-filter.active,
.sort .most-wanted-filter:hover {
  opacity:1;
}

.sort .most-wanted-filter input {
  display:none;
  color:#a9a9a9;
}

.sort .most-wanted-filter label {
  color:#a9a9a9;
  padding:0px 15px;
  height:60px;
  display:block;
  min-width:200px;
  border:3px solid #e74c3c; 
  margin:0;
  vertical-align:top;
}

.sort .most-wanted-filter .icon {
  font-size:20px;
  color:#e74c3c;
  line-height:54px;
  margin-right:10px;
}

.sort .most-wanted-filter .text {
  display:inline-block;
  vertical-align:top;
  line-height:54px;
}

.sort .clear-all {
  height: 60px;
  border: 3px solid #f99e9d;
  line-height: 54px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin: 7px;
  width: 60px;
  color: #fff;
  background: #f99e9d;
  font-size: 20px;
}

.sort .clear-all a {
  color:#fff;
}

.sort .selected-filters-wrap {
  padding:10px;
}

.sort .selected-filters {
  padding: 15px;
  background: #fff;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15),0 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 1px 0 rgba(0,0,0,.15);
  text-align:left;
}

.sort .selected-filters input {
  display:none;
}

.sort .selected-filters .filter {
  display: inline-block;
  background: #f8e3e0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0px 10px;
  margin:3px;
}

.sort .selected-filters .filter label {
  margin:0;
  font-weight:normal;
}

.sort .selected-filters .filter label i {
  margin-left:7px;
  font-size:10px;
}

.sort .selected-filters .filter-label {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 13px;
}

.custom-pager {
  margin-top:15px;
}

.custom-pager ul {
  margin:0;
  padding:0;
  list-style:none;
  margin:0px -10px;
  text-align:right;
}

.custom-pager ul li {
  display:inline-block;
}

.custom-pager ul li.arrow {
  padding:0px 10px;
}

.custom-pager ul li.arrow a {
  display:block;
  width:35px;
  height:35px;
  text-align:center;
  line-height:33px;
  vertical-align:top;
  font-size:13px;
}

.custom-pager ul li.number a {
  display: block;
  width: 15px;
  text-align: center;
  height: 35px;
  vertical-align: top;
  line-height: 35px;
  font-size:15px;
}

.custom-pager ul li.number.active a {
  color:#a55d71;
}

.disabled {
  opacity:0.7;
  pointer-events: none;
}

#product-page .product-content {
  background:#fff;
  padding-bottom:30px;
  position:relative;
}

#product-page .product-socials {
  position: absolute;
  top: 74px;
  right: 20px;
  color:#696969;
  text-align:center;
}

#product-page .product-socials a {
  color:#696969;
}

#product-page .product-socials ul {
  list-style:none;
  padding:0;
  margin:0;
  font-size:20px;
}

#product-page .product-socials ul li {
  margin-bottom:15px;
  width:30px;
}

#product-page .product-socials ul li .share-text {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
  margin-top: 100px;
  margin-left: -2px;
  font-size: 10px;
/*   text-transform: uppercase; */
  line-height: 30px;
  white-space: nowrap;
}

#product-page .product-contact {
  position: absolute;
  right: 30px;
  bottom: 50px;
  text-transform: initial;
  font-size: 10px;
  color:#696969;
}

#product-page .product-contact a {
  color:#696969;
}

#product-page .product-contact .icon {
  font-size: 20px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 10px;
}

#product-page .thumbs .thumb {
  opacity:0.7;
}

#product-page .thumbs .thumb.active {
  opacity:1;
}

#product-page .thumbs .thumb img {
  width:100%;
  margin-bottom:30px;
}

#product-page .images .image {
  display:none;
  text-align:center;
}

#product-page .images .image img {
  max-width:100%;
}

#product-page .images .image.active {
  display:block;
}

#product-page .breadcrumbs {
  margin-bottom:30px;
}

#product-page .product-info h1 {
  margin:0;
/*   font-size:25px; */
}

#product-page .product-info .brand {
  color:#81cfc1;
  font-weight:bold;
  font-size:13px;
  margin-top:5px;
  text-transform:initial;
}

#product-page .product-info .title-wrap {
	display: inline-block;
  vertical-align: middle;
}

#product-page .product-info .price {
/*   margin-top:20px; */
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-size:20px;
  color:#000000;
}

#product-page .product-info .price .old-price {
  color: #cecfcf;
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 5px;
}

.collection-wrap .usp-block {
	display: flex;
  flex-direction: column;
}

.collection-wrap .usp-block ul {
	line-height: 25px;
}

.collection-wrap .usp-block .hallmark {
	padding: 0;
  margin-top: 20px;
}

.usp-block {
  padding:10px;
  background-color:#edf4ec;
  margin-top:20px;
  display: block;
  width: 100%;
}

.usp-block .usp ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:12px;
}

.usp-block .usp ul li {
  padding:2px 0px;
}

.usp-block .usp ul li i {
  color:#81d2c1;
  margin-right:5px;
}

.usp-block .align {
/*   width:auto; */
}

.usp-block .usp,
.usp-block .hallmark {
  display:table-cell;
  vertical-align:middle;
}

.usp-block .hallmark {
/*   padding:0px 30px; */
/*   float: right; */
}

.usp-block .hallmark img {
  width:80px;
}

#product-page .usp-block {
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

#product-page .product-info .product-option .product-configure-variants,
#product-page .product-info .product-option .product-configure-custom,
#product-page .product-info .extra-info {
  padding-top:20px;
  margin-top:20px;
  border-top:1px solid #eee;
}

.product-configure .product-configure-custom-option {
  padding:10px 0px;
}

.ui.selection.dropdown {
  margin: 0;
  min-height: 0;
  min-width: 0;
  max-width: 300px;
  height: 50px;
  line-height: 48px;
  padding: 0px 15px;
  padding-right: 50px;
  display: block;
  color: #545456 !important;
  background: #feefec;
  font-size: 13px;
  font-weight: bold;
  border-color:#eaeaea!important;
  border-radius:0;
}

.ui.search.selection.dropdown > input.search {
  line-height: 48px;
  padding: 0px 15px; 
  padding-right:50px;
}

.ui.selection.dropdown > .dropdown.icon {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.ui.selection.dropdown .menu > .item {
  padding: 10px 15px !important;
  font-size: 12px;
  color: #545457 !important;
}

.ui.selection.dropdown .menu {
  border-color:#eaeaea!important;
  border-radius:0;
}

.ui.dropdown>.text {
  height:100%;
  overflow:hidden;
}

.product-option label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  color:#a9a9a9;
}

.product-option label .more-info {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}

#product-page .product-info {
	max-width: 600px;
  float: right;
}

#product-page .product-info .extra-info ul {
  margin:0;
  padding:0;
  list-style:none;
}

#product-page .product-info .extra-info ul li {
  display:inline;
}

#product-page .product-info .extra-info ul li .en {
  display:none;
}

/*
#product-page .product-info .extra-info ul li:first-child .komma,
#product-page .product-info .extra-info ul li:first-child .en {
  display:none;
}

#product-page .product-info .extra-info ul li:last-child .en {
  display:inline;
}
*/

#product-page .product-info .extra-info ul li:last-child .komma {
  display:none;
}

#product-page .product-info .extra-info ul li a {
  text-decoration:underline;
}

#product-page .product-info .extra-info {
  font-size:12px;
}

#product-page .product-info .extra-info td {
  padding:2px 0px;
}

#product-page .product-info .extra-info td:first-child {
  padding-right:20px;
  font-weight:Bold;
}

#product-page .product-info .extra-info td .day {
 font-weight:bold;
 font-size:13px;
 color:#ec3fd6;
}

#product-page .product-info .cart {
  margin-top:30px;
  display: flex;
}

#product-page .product-info .cart input {
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  background: #FBE2EA;
  text-align: center;
  font-size: 11px;
  border-radius: 100%;
  display:inline-block;
  vertical-align:top;
}

#product-page .product-info .cart a.change-q {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  width: 15px;
  text-align: center;
  font-size: 18px;
}

#product-page .product-info .cart .change-wrap {
  display:inline-block;
  vertical-align:top;
  margin-right:20px;
}

#product-page .product-info .cart .change-wrap label {
  margin-bottom:10px;
  font-size:11px;
  color:#000;
}

#product-page .product-info .cart a.cart-btn {
  padding:0px 40px;
  height:56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-color:#FBE2EA;
  font-weight:bold;
  text-transform:initial;
  line-height:50px;
  border:3px solid;
  vertical-align:top;
  font-size:15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color:initial;
  min-width: 414px;
  text-align: center;
}

#product-page .product-info .cart a.cart-btn img {
	height: 20px;
  margin-right: 10px;
}

#product-page .product-info .cart a.sold-out-btn {
  background: #d1d1d1;
  color: #fff;
  padding: 12px 30px;
  font-size: 12px;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
  text-align: center;
  pointer-events: none;
  cursor: default;
}

#product-page .product-info .cart a.cart-btn i {
  font-size: 25px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 15px;
}

#product-page .product-info .cart a.cart-btn:hover {
  background:#edf4ec;
}


#product-page .bottom-content {
  padding:70px 0px;
}

#product-page .bottom-content .text {
  font-size: 13px;
  line-height: 25px;
}

#product-page .bottom-content a.more-info {
  display:inline-block;
  position:relative;
  margin-top: 10px;
  font-size: 13px;
}

#product-page .bottom-content a.more-info:after {
  content:'';
  display:block;
  top:100%;
  left:0;
  width:100%;
  height:3px;
  background:#d1ca62;
  margin-top:2px;
}

#product-page .bottom-content h3 {
  font-size:18px;
  text-transform:none;
  margin:0;
  margin-bottom:10px;
}

#product-page .bottom-content ul.product-code {
  margin:0;
  padding:0;
  list-style:none;
  margin-top:10px;
  font-size:11px;
  text-transform:uppercase;
  line-height:20px;
  color:#a9a9a9;
}

.more-info-arrow {
  text-align: center;
  padding-top: 50px;
}

.more-info-arrow .text {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #a9a9a9;
}

.more-info-arrow  .icon {
  display: block;
  font-size: 40px;
  line-height: 20px;
  margin-top: -5px;
}

.insta-block-2 {
  padding:70px 0px;
  background-color:#ffffff;
  text-align:center;
}

.insta-block-2 h2,
.insta-block-2 .h2 {
  margin: 0;
  text-align: Center;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
}

.insta-block-2 a.insta-title-btn {
  display: inline-block;
  background: #98d2c6;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  margin: 0px 10px;
}

.insta-block-2 a.insta-title-btn i {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.insta-block-2 .undertitle {
  font-size:13px;
  line-height:25px;
  padding:30px 0px;
  width:100%;
  max-width:800px;
  margin:0 auto;
  text-align:center;
}

.insta-block-2 .insta-row {
  margin:-5px;
}

.insta-block-2 .insta-row .insta-post {
  padding:5px;
}

.insta-block-2 .insta-post img {
  width:100%;
}

/* #search .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
} 

#search .autocomplete .more {
  padding: 20px 0px;
  font-weight: bold;
  text-decoration: underline;
}

#search .autocomplete.noresults .more {
  display:none;
}

#search .autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}

#search .autocomplete.noresults .notfound {
  display:block;
}

#search .autocomplete.noresults .search-products {
  display:none;
} */

.search-products .product {
  display:table;
  width:100%;
  padding:15px 0px;
  border-bottom:1px solid #ebebeb;
}

.search-products .product .image-wrap,
.search-products .product .info {
  display:table-cell;
  vertical-align:middle;
}

.search-products .product .image-wrap {
  width:50px;
}

.search-products .product .image-wrap img {
  width: 50px;  
}

.search-products .product .info {
  padding-left:10px;
  font-size:13px;
  text-transform:uppercase;
}

.search-products .product .info .title {
  color: #9a978e;
  display: block;
  overflow: hidden;
  height: 18px;
}

.search-products .product .info .price {
  color: #6b7073;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-top: 5px;
  height:20px;
}

.search-products .product .info .price .old-price {
  font-size:14px;
  font-weight:normal;
  margin-right:5px;
  text-decoration:line-through;
}

.search-products .product .info .price .inc-tax {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

#collection-page .catalog-content {
  padding:50px 0px;
  overflow:hidden;
}

.collabs {
  margin:-20px;
}

.collabs .collab {
  padding:20px;
}

.collabs .collab .collab-inner {
  position:relative;
}

.collabs .collab .collab-inner:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-bottom: 30px solid #d3eee9;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-top: 10px;
  margin-left: -15px;
  -ms-transform: translate(0px, 30px);
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
}

.collabs .collab.active .collab-inner:after {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity:1;
  visibility:visible;
}

.collabs .collab .info {
  padding:40px;
  padding-top:0px;
  background-color:#fff;
}

.collabs .collab .info .info-wrap {
  border: 4px solid #e8bc03;
  padding: 50px;
  margin-top: -40px;
  position: relative;
}

.collabs .collab .info .description {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #bbbbbb;
}

.collabs .collab .info .title {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 30px;
}

.collabs .collab .info .button {
  margin-top:30px;
}

.collabs .collab .info .button a.btn {
  height: 45px;
  border-radius: 0;
  line-height: 45px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 20px;
  background: #f99e9d;
  color: #fff;
  border: none;
  font-weight: bold;
}

.collabs .collab .info .button a.btn:hover {
  background:#e59191;
}

.collabs .collab .info .content {
  margin-top: 30px;
  font-size: 13px;
  line-height: 25px;
  height:365px;
  overflow:hidden;
}

.look-box {
  padding:30px 0px;
  margin-left:-3000px;
  margin-right:-3000px;
  margin-top:20px;
  background-color:#d3eee9;
}

.products .product .button a.btn {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  text-transform: initial;
  font-size: 12px;
  font-weight: bold;
  border-width: 3px;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.products .product .button a.btn:hover {
  background:#fcedea;
}

.products .product .button a.btn {
  margin-top:15px;
}

.insta-head {
  text-align:center;
  margin-top:-50px;
} 

.insta-head img {
  height:100px;
}

.insta-head .text {
  font-weight: bold;
  font-size: 16px;
  color: #686868;
}

.insta-posts {
  margin:-7px;
}

.insta-posts .insta-post {
  padding:7px;
}

.insta-posts .insta-post .image-wrap {
  overflow:hidden;
}

.insta-posts .insta-post img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.insta-posts .insta-post:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: #fff;
  display: table;
  opacity:1;
  visibility:visible;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.loading.loaded {
  visibility:hidden;
  opacity:0;
}

.loading .loading-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.loading .logo {
  height:80px;
}

.gui-form .gui-payment-methods label span {
  font-size: 11.5px;
}

@keyframes fadeIn { 
  from { opacity: 0; } 
}

@-o-keyframes fadeIn { 
  from { opacity: 0; } 
}

@-moz-keyframes fadeIn { 
  from { opacity: 0; } 
}

@-webkit-keyframes fadeIn { 
  from { opacity: 0; } 
}
/*
.loading .logo {
  -webkit-animation: fadeIn 2s infinite alternate;
  -moz-animation: fadeIn 2s infinite alternate;
  -o-animation: fadeIn 2s infinite alternate;
  animation: fadeIn 2s infinite alternate;
}
*/
.loading .logo img {
  height:100%;
  width:auto;
}

.fixed-content {
  padding:50px 0px;
}

.usp-bar {
  height: 35px;
  line-height: 35px;
  text-transform: inherit;
  letter-spacing: 0.05em;
  background: #d2ede8;
  font-size: 12px;
  text-align: center;
  z-index: -1;
}

.usp-bar .usp-wrap {
	display: flex;
  justify-content: space-between;
}

.usp-bar .usp-wrap .usp {
	font-size: .9em;
  color: #333333;
}

.usp-bar .usp-wrap .usp i {
	color: #6fc3ab;
  margin-right: 7px;
}

.alert-bar {
  height: 35px;
  line-height: 35px;
  text-transform: inherit;
  text-align: center;
  letter-spacing: 0.05em;
  background: #d2ede8;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.alert-bar.fixed {
	position: fixed;
  z-index: 9999999;
}

.alert-bar .purple {
  color:#e575d9;
}

.alert-bar .icon {
  height: 35px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  margin-left:5px;
}

.alert-bar .icon img {
  height:25px;
}

.alert-bar .text {
  position:relative;
}

.alert-bar .close-alert {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  cursor:pointer;
}

.searchbar-mobile-menu {
	padding: 0 15px;
  margin: 10px 0;
}

.searchbar-mobile-menu .search-wrap {
	position: relative;
}

.searchbar-mobile-menu input {
	appearance: none;
  outline: none;
  border: 1px solid #eee;
  padding: 13px 10px;
  font-size: 10px;
  background: #fff;
  color: #333;
  width: 100%;
	font-weight: 600;
}

.searchbar-mobile-menu .search-wrap .icon {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.searchbar-mobile-menu .search-wrap .icon i {
	color: #ccc;
}

.wsa-cookielaw {
	top: auto;
  bottom: 0;
  background: #EDFBFE;
  color: #333;
  padding: 15px 0;
}

.wsa-cookielaw a {
	color: #333;
}

.wsa-cookielaw .wsa-cookielaw-button {
	color: #fff;
}

.fancybox-skin {
  border-radius:0;
  background-color:#fff;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.fancybox-overlay {
  background: rgba(0,0,0,0.3);
  z-index:9999999;
}

.fancybox-opened {
  z-index:99999999;
}

.fancybox-container {
  z-index:99999999;
}

html.locked, body.locked {
  overflow:hidden;
}

.collection-usp ul {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
}

.collection-usp ul li {
  display:inline-block;
  padding:20px 30px;
  color:#494949;
  text-transform: initial;
  font-size: 13px;
}

.collection-usp ul li i {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  color:#2c2d31;
}

.textpage-content {
  text-align: center;
  line-height: 25px;
  color: #000;
  padding:50px 0px;
  margin: 0 100px;
}
@media(max-width: 991px){
	.textpage-content {
    margin: unset;
  }
}
.backtotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #f99e9d;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border-radius: 100%;
  font-size: 22px;
  cursor:pointer;
  z-index:999;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.backtotop.active {
  opacity:1;
  visibility:visible;
}

#service-page .service-block {
  padding:30px;
  background-color:#fff;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15),0 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15),0 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15),0 0 1px 0 rgba(0,0,0,.15);
  color:#676767;
  font-size:13px;
}

#service-page .service-block h3 {
  margin: 0;
  text-transform: none;
  padding-bottom:15px;
  color:#000000;
}

#service-page .service-block #contact-form .input-wrap {
  padding-top:15px;
}

#service-page .service-block #contact-form .input-wrap label {
  font-weight:bold;
  color:#000;
  text-transform:uppercase;
  font-size:11px;
}

#service-page .service-block #contact-form .input-wrap input,
#service-page .service-block #contact-form .input-wrap textarea {
  background:#fafafa;
  width:100%;
  display:block;
  width:100%;
  height:40px;
  padding:0px 10px;
  border:1px solid #e6e6e6;
  outline:none;
  border-radius:2px;
}

#service-page .service-block #contact-form .input-wrap input.error,
#service-page .service-block #contact-form .input-wrap textarea.error {
  border-color:#e74b3c;
}

#service-page .service-block #contact-form .input-wrap textarea {
  height:100px;
  padding:10px;
  max-width:100%;
}

#service-page .service-block #contact-form .btn-wrap {
  text-align:center;
  padding-top:20px;
}

#service-page .service-block #contact-form .btn-wrap a.btn {
  background: #ceb98c;
  color: #fff;
  border: none;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-label {
  text-shadow: 0px 0px 3px rgba(251, 255, 27, 1);
  text-align: center;
  color: #676767;
  font-size: 13px;
  font-weight: bold;
}

.service-col {
  padding:15px;
}

.fancybox-button--close {
  background: #72cbc5;
  width: 44px;
  height: 44px;
  line-height: 50px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {color: #fff;}

.categories .category {
  padding:15px;
}

.categories .category .category-inner {
  padding: 15px;
  background: #fff;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15),0 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 1px 0 rgba(0,0,0,.15);
  position: relative;
  padding-top:30px;
}

.categories .category .image-wrap {
  padding:30px 0px;
}

.categories .category .image-wrap img {
  width:100%;
}

.categories .category .top-info {
  font-size: 13px;
  text-transform: initial;
  letter-spacing: 0.07em;
  text-align:center;
}

.categories .category .top-info .cat-title {
  color: #454d50;
  height: 18px;
  overflow: hidden;
}

.filter-btn {
  height: 45px;
  line-height: 45px;
  background: #f8e3e0;
  font-size: 12px;
  text-align: center;
  padding: 0px 10px;
  position: relative;
  margin-bottom: 10px;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.15),0 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 0 1px 0 rgba(0,0,0,.15);
}

.sidebar {
  padding: 20px;
  padding-bottom:0;
  background: #fff;
}

.sidebar .side-block {
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:1px solid #eee;
}

.sidebar .side-block:last-child {
  border-bottom:none;
}

.sidebar .side-title {
  font-size:15px;
  font-weight:bold;
  margin-bottom:10px;
}

.sidebar .side-title.filter-title {
  position:relative;
  padding-right:110px;
}

.sidebar .side-title .clear-filters {
  float: right;
  font-size: 10px;
  color: #b9b9b9;
  font-weight: normal;
  line-height: 21px;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.sidebar .side-title i {
  margin-right:5px;
  font-size:14px;
}

.sidebar .categories ul {
  margin:0;
  padding:0;
  list-style:none;
  line-height:23px;
  font-size:13px;
}

.sidebar .categories ul li.active a {
  color:#f99e9d;
}

.sidebar .categories ul li a .count {
  font-size:11px;
  margin-left:5px;
  color:#b9b9b9;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.filters-top label {
	vertical-align:middle;
  margin-right:7px;
}

.filters-top .row-icons {
	margin:0;
  padding:0;
  list-style:none;
  margin:-3px;
  display:inline-block;
}

.filters-top .row-icons li {
	padding:3px;
  display:inline-block;
}

.filters-top .row-icons li a {
	display:block;
  width:30px;
  height:30px;
  line-height:28px;
  background:#fff;
  text-align:center;
  border: 1px solid #d2d2d2;
  font-size:12px;
  opacity:.5;
}

.filters-top .row-icons li a.active {
	opacity:1;
}

.filters-top ul.row-icons li a img {
	width:13px;
  display:inline;
}

/* .ui.checkbox {
  margin:0;
  padding:5px 0px;
  display:block */

/* new */

.ui.checkbox {
	display:block;
  margin:5px 0px;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
	width:22px;
  height:22px;
  border:1px solid #d2d2d2 !important;
  border-radius:0;
}

.ui.checkbox label {
	padding-left:30px;
  line-height:22px;
  font-size:12px;
} 

.ui.checkbox .box:after, .ui.checkbox label:after {
    width: 22px;
    height: 22px;
    font-size: 11px;
    text-align: center;
    color: #72cbc6 !important;
}

.ui.checkbox label span {
  font-size: 95%;
  margin-left: 5px;
  color: #b9b9b9;
}

#footer .copyright-new {
	display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:30px;
  color:#767676;
  color:#cabfbb;
}

#footer .copyright-new a {
	color:inherit;
}

#footer .copyright-new ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:-5px;
}

#footer .copyright-new ul li {
	display:inline-block;
  padding:5px;
}

#footer .copyright-new ul.socials {
	font-size:22px;
}

#footer .copyright-new ul.socials a {
	color:#cabfbb;
}

/*###### REM Fonts ######*/
  h1{
    font-size: 2.2rem;
  }
  h2{
    font-size: 2rem !important;
  }
  h3{
    font-size: 1.8rem !important;
  }
  h4{
    font-size: 1.6rem !important;
  }
  h5{
    font-size: 1.4rem !important;
  }
  h6{
    font-size: 1.2rem !important;
  }
  p{
    font-size: 1.2rem;
  }

@media (min-width: 1200px) {
  .container {
    width:1200px;
    padding:0px 30px;
  }
  #header .main-header .main-menu .first-sub ul li:hover .sec-sub{
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1300px) {
  .container {
    width:1300px;
    padding:0px 30px;
  }
}
@media (min-width: 1400px) {
  .container {
    width:1400px;
    padding:0px 30px;
  }
}

@media (max-width: 1200px) {
  #header .main-header .mob-menu {
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
  width:120px;
}
  #header .main-header .mob-menu .menu-icon-wrap {
  height: 46px;
  display: block;
}
#header .main-header .mob-menu .menu-icon-wrap .icon i {
  font-size: 38px;
  line-height: 20px;
}
#header .main-header .mob-menu .menu-icon-wrap .text {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-top: -9px;
}
.sort .clear-all {
  width:50px;
  height:50px;
  line-height:42px;
}
#header .main-header .logo {
  width: 160px;
}
#header .main-header .main-menu {
  font-size: 11px;
}
#header .main-header .main-menu ul li {
  padding:0px 7px;
}
#header .main-header .icons {
  font-size:25px;
}
#header .main-header .icons ul li .icon .items {
  height:18px;
  width:18px;
  line-height:18px;
  font-size:11px;
}
#header .topbar {
  font-size:12px;
}
#header .topbar .account {
  padding:7px;
}
#header .topbar .dropdown {
  padding:7px;
}
.collab-block .image {
  width:50%;
}
.collab-block .text-wrap .text-box {
  padding-left:20%;
}
.collection-usp ul li {
  padding:15px;
  font-size:12px;
}
.collection-usp ul li i {
  font-size:22px;
}
#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul li {
  white-space:nowrap;
}
#header .main-header .main-menu ul li .first-sub ul li .sec-sub ul li a .cat-label {
  padding:1px 3px;
  margin-left:3px;
}
#collection-page .sub-cats ul li a {
  width:180px;
  font-size:16px;
  height:50px;
  line-height:48px;
}
.sort .filter-dropdown {
  height:50px;
  line-height:46px;
  font-size:12px;
}
.sort .filter-dropdown .icon {
  height:44px;
  width:44px;
  line-height:44px;
}
.sort .most-wanted-filter label {
  height:50px;
  line-height:46px;
}
.sort .most-wanted-filter .text {
  display: inline-block;
  vertical-align: top;
  line-height: 44px;
}
.sort .most-wanted-filter {
  margin-left:20px;
  font-size:12px;
}
.sort .filter-dropdown {
  min-width:150px;
}
.sort .most-wanted-filter label {
  min-width:150px;
}
.sort .filter-dropdown .symbol, .sort .most-wanted-filter .symbol {
  width:18px;
}
#collection-page .bff-head .text {
  font-size:18px;
}
#collection-page .bff-head img {
  max-width:250px;
}
#collection-page .sub-cats ul li .symbol {
  height:46px;
  line-height:46px;
}
#collection-page .sub-cats ul li .symbol img {
  height:18px;
}
#collection-page .sub-cats ul li .text {
  height:46px;
  line-height:46px;
}
.headlines .text-box .title {
  font-size: 40px;
}
.headlines .text-box .buttons {
  margin-top:40px;  
}
.headlines .text-box .buttons a.btn {
  height: 50px;
  line-height: 46px;
  padding: 0px 35px;
}
#product-page .product-socials {
  right:7px;
}
#product-page .product-socials ul {
  font-size:18px;
}
#product-page .product-socials ul li .share-text {
  margin-top: 90px;
  margin-left: 3px;
  font-size: 9px;
}
#header .main-header.fixed .logo img {
  width:85%;
}
}

@media (max-width: 991px) {

 #header .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .alert-bar.home-alert-bar {
  	position: relative;
  }
  #header .main-header.home-header {
  	position: relative;
  }
  
  #header .main-header.home-header.fixed {
  	position: fixed;
  }
  .main-content.home-content {
  	margin-top: 0;
  }
  
  #collection-page.active {
  	margin-top: 0px;
  }
  
  
  
  #product-page .product-info {
  	max-width: unset;
    float: none;
  }
  #header .searchbar.home-searchbar {
  	opacity: 1;
    visibility: visible;
    background: #f6f6f6;
    padding: 10px 0px;
    height: auto;
  }
  #header .searchbar.home-searchbar.collection-searchbar.active {
  	opacity: 0;
    visibility: hidden;
  }
  
  #header .searchbar.home-searchbar input {
    height: 45px;
    display: block;
    width: 100%;
    font-weight: 600;
    color: #3e3e3e;
    background-color: #fff;
    background-image: none;
/*     background-clip: padding-box; */
    font-size: 12px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 2px #e6e6e6;
    box-shadow: inset 0 0 0 2px #e6e6e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    #header .searchbar.home-searchbar input {
    	font-size: 16px;
    }
  }
  
  #header .searchbar.home-searchbar .icon {
  	background: #212529;
    color: #fff;
    right: 2px;
    left: auto;
    text-align: center;
    top: 2px;
    height: 41px;
    width: 41px;
    line-height: 43px;
  }
  #header .main-header {
  	margin-bottom: 0;
  }
.collab-block-3 .image img {
  width:120%;
  right:-30px;
}
.alert-bar {
  font-size:12px;
}
.alert-bar .icon img {
  height:20px;
}
.home-products ul.tabs li {
  padding:0px 10px;
}
.home-products ul.tabs li a {
  font-size:14px;
}
.collabs .collab .info {
  padding:30px;
  padding-top:0;
}
.collabs .collab .info .info-wrap {
  padding:30px;
  margin-top:-25px;
}
#product-page .images .image img {
    max-width: 300px;
    width: 100%;
}
.bottom-content .bottom-content-block {
  padding:15px;
}
.product-info {
  margin-top:20px;
}

#header .main-header .logo {
  text-align:center;
  width:auto;
}
#header .main-header .logo img,
#header .main-header.fixed .logo img {
  width:65px;
}

#header .main-header .icons {
  width:120px;
}
  
  #footer .copyright-new {
    flex-direction: column;
}
  
  #footer .copyright-new {
    flex-direction: column;
    text-align:center;
	}
  
  #footer .copyright-new .socials {
  	margin:10px 0px;
  }
  
}

@media (max-width: 767px) {
  #alert-bar .text { 
    font-size: 1.2rem;
    padding: 0;
  }
  .collabs .products .product .image-wrap img {
    width: 4%;
  }
  .usp-block {
  	width: 100%;
  }
  
  #product-page .product-info .cart a.cart-btn {
  	width: 100%;
    min-width: unset;
  }
  
  .custom-pager ul {
  	text-align: center;
  }
  
  .main-content.home-searchbar {
  	margin-top: 67px;
  }
  
  #product-page .product-info .extra-info {
    font-size:10px;
  }
  #product-page .product-info .extra-info td .day {
    font-size:11px;
  }
  #product-page .product-info .cart {
    margin-top:15px;
  }
  #header .main-header .mob-menu,
    #header .main-header .icons {
    width:50px;
  }
  #product-page .product-contact {
    right:10px;
    bottom:10px;
  }
  #product-page .product-info .usp-block .usp ul {
    font-size:11px;
  }
  #product-page .breadcrumbs {
    margin-bottom:0;
  }
  .mobile-producttitle {
    margin-bottom:30px;
    margin-top:20px;
    text-align:center;
  }
  .mobile-producttitle .price {
    color:#a9a9a9;
    font-size:13px;
  }
  .mobile-producttitle .price .old-price {
    color: #cecfcf;
    text-decoration: line-through;
    font-size: 10px;
    margin-right: 5px;
  }
  .mobile-producttitle .h1 {
    font-size:14px;
    margin:0;
  }
  #product-page .mobile-producttitle .brand {
    color: #81cfc1;
    font-weight: normal;
    font-size: 13px;
    margin-top: 3px;
    text-transform: uppercase;
  }
  .products .product .bottom-info .only-here {
    font-size:11px;
    height:15px;
  }
  .headlines .item.item-1 {
    background: url(headline_1_image_mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 316px;
	}
  .headlines .item.item-2 {
    background: url(headline_2_image_mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 316px;
	}
  .headlines .item.item-3 {
    background: url(headline_3_image_mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 316px;
	}
  .sidebar {
  	display:none;
  }
  
  .collab-block-2 .text, .collab-block-3 .text {
    display: block;
    width: 100%;
	}
  .collab-block-2 .text .text-wrap, .collab-block-3 .text .text-wrap,
  .collab-block-2 .text .text-wrap-outer, .collab-block-3 .text .text-wrap-outer{
  	padding:20px;
  }
  .collab-block-2 .text h2, .collab-block-3 .text h2, .collab-block-2 .text .h2, .collab-block-3 .text .h2 {
  	font-size:24px;
  }
  .home-products ul.tabs li {
    display: block;
    padding: 0;
	}
  #header .main-header {
  	margin-bottom:0;
  }
  #footer .main-footer ul {
  	padding-bottom:10px;
  }
  #footer .main-footer .footer-title {
  	padding:10px 0px;
  }
  .categories .category .category-inner{
    padding: 0;
  }
  .categories .category .category-inner a{
  	display:flex;
    align-items:center;
    padding:15px;
  }
  .categories .category .image-wrap {
  	order:1;
    margin-right:10px;
    width:30px;
    padding:0;
  }
  .categories .category .top-info {
  	order:2;
  }
  .categories {
  	margin:-5px;
  }
  .categories .category {
  	padding:5px;
  }
  #collection-page .catalog-content {
  	padding:30px 0px;
  }
}

@media (max-width: 424px) {
/* 	.alert-bar .text {
  	padding:0px 30px;
  }
  .alert-bar {
  	height:auto;
    line-height:normal;
    padding:5px 0px;
  } */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  input {
    font-size: 12px;
  }
}


#personalize {
  background: #f9f7fa;
}

#personalize .head {
  background: url(https://cdn.webshopapp.com/shops/18572/files/263745857/slider-website-personaliseer-pagina-test.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#personalize .conf-title {
  width: 100%;
}

#personalize .head .conf-title {
  max-width: 600px;
  margin: 0 auto;
  text-align:center;
}

#personalize .conf-title h2 {
	margin:0;
  font-size:24px;
}

#personalize .conf-title .text {
    margin-top:10px;
/*   color: #646464; */
}

#personalize .configure {
	padding:30px 100px;
  padding-bottom:50px;
}

#personalize .configure .conf-title {
	margin-bottom:20px;
}

#personalize .conf-row {
	margin:-15px;
}

#personalize .conf-col {
	padding:15px;
}

#personalize .configure select {
	height:50px;
  opacity:0;
}

.configure .ui.selection.dropdown {
	width:100%;
  background:#fff;
  max-width:100%;
}

.configure-small {
	padding:20px;
  background:#edf4ec;
  margin-top:10px;
}

.configure-small select {
	height:50px;
  opacity:0;
}

.configure-small .conf-row {
	margin:-5px;
}

.configure-small .conf-col {
	padding:5px;
}

.configure-small .small-title {
	font-weight:600;
  margin-bottom:10px;
}

#personalize .conf-btn {
	height:50px;
  width:100%;
  background:#bbe3db;
  color:#000;
  font-size:16px;
  text-align:center;
  display:inline-block;
  line-height:50px;
  font-weight:bold;
}
#personalize .conf-btn i{
	margin-right: 5px;
}
#personalize .conf-btn:hover {
	border:2px solid #000;
	line-height:46px;
}
#personalize .personalize-usps{
	max-width: 85%;
  margin: 0 auto;
}
#personalize .usps {
	display:flex;
  justify-content:space-between;
  margin:-15px;
  padding-bottom: 25px; 
  font-size:13px;
}

#personalize .usps .usp {
	display:flex;
  align-items:flex-start;
  width: calc(100%/3);
  max-width:450px;
  padding:15px;
    flex-direction: column;
  align-items: center;
  text-align: center;
}
#personalize .usps .usp .text{
	margin-top: 15px;
}
#personalize .usps .usp .subtitle{
	margin-top: 10px;
}
#personalize .usps .usp .icon {
	min-width:44px;
  max-width:44px;
  margin-right:25px;
}

#personalize .usps .usp .icon img {
	width:100%;
}

#personalize .usps .usp .title {
	display:block;
  font-weight:bold;
  font-size: 1.286em;
}

#personalize .info-blocks {
	margin-top:50px;
}

#personalize .info-blocks .info-block {
	margin-bottom:50px;
}

#personalize .info-blocks .block-1 {
	display:flex;
  align-items:center;
}

#personalize .info-blocks .block-2 {
	text-align:center;
}

#personalize .info-blocks .block-2 .title-block  {
	margin-bottom:40px;
}

#personalize .info-blocks .block-2 .title-block .content {
	width:100%;
  max-width:600px;
  margin:0 auto;
}

#personalize .info-blocks .block-1 .image {
	min-width:55%;
  max-width:55%;
}

#personalize .info-blocks .block-1.image-left .image  {
	padding-right:7%;
}

#personalize .info-blocks .block-1.image-right .image  {
	padding-left:7%;
}

#personalize .info-blocks .block-1 .image img {
	width:100%;
}

#personalize .info-blocks .block-1 .text {
	min-width:45%;
  max-width:45%;
}

#personalize .info-blocks .info-block.image-right .text {
	text-align:right;
}

#personalize .info-blocks .info-block .title {
	font-size:20px;
}

#personalize .info-blocks .info-block .content {
	color:#767676;
  margin-top:20px;
  font-size:13px;
}

#personalize .info-blocks .info-block  .usp-list {
  list-style:none;
	margin:0;
  padding:0;
  margin:0;
  margin-top:50px;
}

#personalize .info-blocks .info-block  .usp-list li {
	padding:7px 0px;
  display:flex;
  align-items:center;
}

#personalize .info-blocks .info-block.image-right  .usp-list li {
/* 	justify-content:flex-start; */
  flex-direction:row-reverse;
}

#personalize .info-blocks .info-block  .usp-list i {
	color:#000;
  margin-right:20px;
}

#personalize .info-blocks .info-block.image-right  .usp-list i {
	margin-right:0px;
  margin-left:20px;
}

#personalize .covers {
	display:flex;
  align-items:flex-start;
  justify-content:center;
  margin:-30px;
}

#personalize .covers .cover {
	padding:30px;
  width:360px;
  max-width:33%;
}

#personalize .covers .cover img {
	width:75%;
}

#personalize .covers .cover .price {
	font-size:1.14em;
  color:#767676;
  margin-bottom:30px;
  font-weight:bold;
}

#personalize .covers .cover .image {
	margin-bottom:30px;
}

#personalize .covers .cover .info .title {
	margin:0;
  margin-bottom:20px;
}

.clear-all-filters {
	height:50px;
  border:3px solid #000;
  line-height:44px;
  background:#fff;
  text-align:center;
  display:block;
  margin-bottom:20px;
  font-weight:bold;
}

@media (max-width: 991px) {
   #alert-bar .text {
     padding:0 15px;
  }
    #alert-bar a.close {
	position: relative;
    right: 0;
}
  #personalize .head {
  	padding:150px 0px;
  }
  #personalize .info-blocks .info-block .content {
  	font-size:1em;
  }
  #personalize .covers {
  	margin:-20px;
  }
  #personalize .covers .cover {
  	padding:20px;
  }
}

@media (max-width: 767px) {
  #personalize .head {
  	padding:100px 20px;
  }
  #personalize .configure {
  	padding:50px 0px;
  }
  #personalize .conf-row {
  	margin:-10px;
  }
  #personalize .conf-col {
  	padding:10px;
  }
  
  #personalize .usps {
  	flex-wrap:wrap;
    overflow: hidden;
    width: 100%;
    margin: 0;
   
  }
  #personalize .usps .usp {
  	min-width:100%;
    padding: 0;
     padding-bottom: 30px;
  }
   #personalize .usps .usp:last-child  {
     padding-bottom: 0;
  }
  #personalize .info-blocks .block-1 {
  	flex-wrap:wrap;
  }
  #personalize .info-blocks .block-1.image-left .image,
  #personalize .info-blocks .block-1.image-right .image{
  	padding:0;
    margin-bottom:20px;
    min-width:100%;
    max-width:100%;
    order:1;
  }
  #personalize .info-blocks .block-1 .text {
    min-width: 100%;
    max-width: 100%;
    order:2;
  }
  #personalize .info-blocks .info-block.image-right .text {
  	text-align:left;
  }
  #personalize .info-blocks .info-block.image-right .usp-list li {
  	flex-direction:row;
  }
  #personalize .info-blocks .info-block.image-right .usp-list i {
  	margin-left:0;
    margin-right:20px;
  }
  #personalize .info-blocks .info-block .usp-list {
  	margin-top:30px;
  }
  #personalize .info-blocks .info-block.block-2 {
    overflow: hidden;
  }
  #personalize .covers {
  	flex-wrap:wrap;
  }
  #personalize .covers .cover {
  	min-width:100%;
  }
  #personalize .covers .cover .image {
    padding: 0 30%;
	}
  .headlines .headline > .text-box{
    background-color: #f9f7fa;
  }
  .headlines .text-box .title {
    font-size:24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .headlines .text-box .mobile-text{
    max-width: 550px;
    color: #666;
    font-size: 12px;
    text-align: center;
  }
  .home-products{
    padding: 25px 0;
  }
  .products .product .top-info{
    font-size: 1.4rem !important;
  }
  
}

.open-collections{
  cursor: pointer;
}