body {
	color:#424242;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 14px;
}

html, body {
  max-width: 100%;
	overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

div[class*=" col-"] {
	margin-left: -.5px;
}

#header .subnav .subnav-title:only-child {
  display:none;
}

.mobile-menu > div > ul > li > ul > li > a:only-child {
  display:none;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  display: table;
  opacity:1;
  visibility:visible;
  -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;
}

.loading.loaded {
  visibility:hidden;
  opacity:0;
}

.loading .loading-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.loading .logo {
  height:50px;
}

.loading .logo img {
	height: 100%;
}

.no-scroll {
  overflow: hidden;
  max-width: 100%;
}
.body-wrap {
  position:relative;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.body-wrap.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

h1,h2,h3,h4 {
	margin: 0;
  padding: 0;
}

a,
a:hover,
a:visited,
a:focus {
	color:#424242;
  text-decoration:none;
  outline:none;
}

.btn {
  display: inline-block;
	height: 50px;
  line-height: 50px;
  padding: 0 45px;
  border: none;
  border-style: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  outline: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn.white {
	border: 1px solid #fff;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.btn.gold {
/* 	border: 1px solid #756A55;
  color: #756A55; */
  border: 1px solid #000;
  color: #000;
  
}

.btn.grey {
	background: #EBEBEB;
}

.btn.gradient {
	color: #fff;
}

.disabled {
	pointer-events: none;
}

.gradient {
	background: -webkit-gradient(linear, right top, left top, from(#756A55), to(#543B1C));
	background: -webkit-linear-gradient(right, #756A55 0%, #543B1C 100%);
	background: -o-linear-gradient(right, #756A55 0%, #543B1C 100%);
	background: linear-gradient(270deg, #756A55 0%, #543B1C 100%);
  background-size: 100% 100%;
}

.btn:visited,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
	outline: none;
}

.btn.gold:focus {
/* 	border: 1px solid #756A55; */
/*   color: #756A55; */
  border: 1px solid #000;
  color: #000;
  
}

.btn.gradient:focus {
	color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#756A55), to(#543B1C));
  background: -webkit-linear-gradient(right, #756A55 0%, #543B1C 100%);
  background: -o-linear-gradient(right, #756A55 0%, #543B1C 100%);
  background: linear-gradient(270deg, #756A55 0%, #543B1C 100%);
}

.btn.white:focus {
	border: 1px solid #fff;
  color: #fff;
}

@-webkit-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradientAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.sm {
	display:inline-block;
  vertical-align:middle;
  margin-top: -.19em;
}

.sm:before {
	display:block;
}

.align {
	display:table;
  width:100%;
}

.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
  height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

.block-padding {
	padding: 70px 0;
}

.block-padding-top {
	padding-top: 70px;
}

.block-padding-bottom {
	padding-bottom: 70px;
}

.block-grey {
	background: #f7f7f7;
}

.block-border {
	border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.block-border-top {
	border-top: 1px solid #eee;
}

.block-border-bottom {
	border-bottom: 1px solid #eee;
}

.title {
	text-transform: uppercase;
}

h2.title {
	font-size: 4em;
  font-weight: 400;
}

.title-featured {
	text-align: center;
  margin-bottom: 40px;
}

.title-featured.fixed-page {
	text-align: left;
  margin-bottom: 20px;
}

.title-featured .title {
	color: #2A4258;
  font-weight: 400;
  font-size: 3.5em;
  text-transform: uppercase;
}

.line-height,
.line-height p {
	line-height: 2em;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.5em;
}

.owl-carousel .owl-nav .owl-prev {
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.owl-carousel .owl-nav .owl-next {
	left: auto;
  right: 0;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	opacity: .5;
}
/* Header */

#header {
	position: relative;
  z-index: 9999;
}

#header .main-header.fixed {
	position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#header .topbar {
	height: 35px;
  line-height: 35px;
  background: #000 !important;
}

#header .topbar .topbar-usp-slider {
	text-align: center;
}

#header .topbar a {
	color: #fff;
  font-size: .9em;
  font-weight: 600;
}

#header .main-header {
  background: #fff;
  border-bottom: 1px solid #eee; 
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .main-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}

#header .main-header a {
	color: #424242;
}

#header .main-header .inner i {
	font-size: 1.6em;
  color: #424242;
}

#header .main-header .inner .search {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#header .main-header .inner .search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .inner .search form i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  font-size: 1.3em;
  color: #424242;
}

#header .main-header .inner .search form input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 1px solid #424242;
  margin-left: 10px;
  background: transparent;
  color: #424242;
  width: 150px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .main-header .inner .search form input:focus {
	width: 200px;
}

#header .main-header .inner .search form input::-webkit-input-placeholder {
	color: #424242;
}

#header .main-header .inner .search form input:-ms-input-placeholder {
	color: #424242;
}

#header .main-header .inner .search form input::-ms-input-placeholder {
	color: #424242;
}

#header .main-header .inner .search form input::placeholder {
	color: #424242;
}

#formSearch .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#formSearch .autocomplete .more {
  padding: 20px 0px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: -1px;
}
#formSearch .autocomplete.noresults .more {
  display:none;
}

#formSearch .autocomplete.noresults .more a {
	color: #756A55;
}

#formSearch .autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}
#formSearch .autocomplete.noresults .notfound {
  display:block;
}
#formSearch .autocomplete.noresults .search-products {
  display:none;
}
.search-products,
.search-brands{
	display: flex;
  flex-wrap: wrap;
}

.search-products .product,
.search-brands .product{
  display:table;
  width:100%;
  padding:15px 0px;
  border-bottom:1px solid #ebebeb;
}
.search-products .product .image-wrap,
.search-products .product .info,
.search-brands .product .image-wrap,
.search-brands .product .info{
  display:table-cell;
  vertical-align:middle;
}
.search-products .product .image-wrap,
.search-brands .product .image-wrap{  
  width:50px;
}
.search-products .product .image-wrap img,
.search-brands .product .image-wrap img{
  width: 50px;  
}
.search-products .product .info,
.search-brands .product .info{
  padding-left:10px;
  font-size:14px;
}
.search-products .product .info .title,
.search-brands .product .info .title{
  display: block;
  overflow: hidden;
  height: 18px;
}
.search-products .product .info .brand {
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 4px;
  font-weight: 600;
  color: #aaa;
}
.search-products .product .info .price {
  font-size: 1em;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #2A4258;
}
.search-products .product .info .price .old-price {
 font-size: 11px;
  color: #c8c8c8;
  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;
}

#header .main-header .inner .logo img {
	width: auto;
  height: 40px;
}

#header .main-header .inner .logo img.logo-white {
	display: none;
}

#header .main-header .inner .icons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header .main-header .inner .icons-wrap a {
	margin-left: 25px;
}

#header .main-header .inner .icons-wrap a:first-child {
	margin-left: 0;
}

#header .main-header .inner .icons-wrap a.open-search i {
	font-size: 1.6em;
}

#header .main-header .inner .icons-wrap a i {	
  display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;
}

#header .main-header .inner .icons-wrap .cart {
	position: relative;
}

#header .main-header .inner .icons-wrap .cart .qty {
	position: absolute;
  top: -6px;
  right: -2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 11px;
}

#header .main-header .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .main-header .main-menu > ul {
	margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

#header .main-header .main-menu > ul > li {
	margin-right: 25px;
}

#header .main-header .main-menu > ul > li:last-child {
	margin-right: 0;
}

#header .main-header .main-menu > ul > li:hover > a {
	color: #756A55;
}

#header .main-header .main-menu > ul > li:hover > .subnav {
	opacity: 1;
  visibility: visible;
}

#header .main-header .main-menu > ul > li > a {
	font-weight: 600;
}

#header .main-header .main-menu > ul > li > a.sale {
	color: #e40000;
}

#header .main-header .main-menu ul li a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#header .main-header .main-menu ul li a.active {
	color: #756A55;
}

#header .main-header .main-menu > ul > li,
#header .main-header .main-menu > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .main-menu > ul > li > a > i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  font-size: 0.7em;
  margin-left: 7px;
  padding-top: 2px;
  color: #756A55;
}

#header .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
	background: #f7f7f7;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .subnav .subnav-title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
	color: #756A55;
  margin-bottom: 10px;
}

#header .subnav .subnav-col > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header .subnav .subnav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.1em;
}

#header .subnav .subnav-links > li:hover > a {
	color: #756A55;
}

#header .subnav .subnav-links > li.view-all > a {
	font-weight: 600;
  color: #756A55;
  opacity: .8;
}

#header .subnav .subnav-image {
	padding: 50%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body.special-header main {
	margin-top:-115px;
}
#header.transparent .main-header {
/* 	background-color:transparent; */
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.25) 70%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.25) 70%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.25) 70%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  border:0;
}
/* #header.transparent .main-header .inner .logo img.logo-white {
	display: block;
}

#header.transparent .main-header .inner .logo img.logo-black {
	display: none;
} */

/* #header.transparent .main-header .inner i,
#header.transparent .main-header .main-menu > ul > li > a,
#header.transparent .main-header .main-menu > ul > li > a > i {
	color: #fff;
} */
/*
#header.transparent .menu-button ul li {
	background: #fff;
} */

/* @media (min-width: 991px) {
  #header.transparent .main-header .inner .search form input {
    border-bottom: 1px solid #fff;
  }
  
  #header.transparent .main-header .inner .search form i,
	#header.transparent .main-header .inner .search form input,
  #header.transparent .main-header .inner .search form input,
  #header.transparent .main-header .inner .search form input::-webkit-input-placeholder {
  	color: #fff;
  }
} */

/* End header */

/* Mobile menu */ 
.menu-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-button ul {
	margin:0;
  padding:0;
  list-style:none;
}

.menu-button ul li {
  margin: 5px 0px;
  height: 1px;
  display: block;
  background: #424242;
  width: 23px;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-x: scroll;
  -webkit-transform: translate(-300px, 0px);
      -ms-transform: translate(-300px, 0px);
          transform: translate(-300px, 0px);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  font-size:14px;
  font-weight:500;
}

.mobile-menu-inner {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.mobile-menu.mobile-menu-open .mobile-menu-inner {
  opacity: 1;
}

.mobile-menu.mobile-menu-open {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.mobile-menu .search {
	width: 100%;
  padding: 20px;
  padding-bottom: 0;
}

.mobile-menu .search form {
	position: relative;
  height: 40px;
}

.mobile-menu .search form a {
	position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 15px;
}

.mobile-menu .search form input {
	background: #f7f7f7;
  border: none;
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  outline: none;
  -webkit-appearance: none;
}

.mobile-menu ul a {
/* 	color:#fff; */
}
.mobile-menu ul.sub-menu a {
/* 	color:#fff; */
}

.mobile-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  padding:12px 0px;
}
.mobile-menu ul li {
	position:relative;
}
.mobile-menu ul li.sale a {
	color: #e40000;
}

.mobile-menu ul li.active > a {
	color: #756A55;
  font-weight: 600;
}
.mobile-menu ul li a {
	display:block;
  padding:12px 20px;
  padding-right:41px;
}
.mobile-menu ul li .more-cats {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
.mobile-menu ul li .more-cats i {
/*   color: #fff; */
	-webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mobile-menu ul li.active > .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu ul ul li .more-cats {
	height:23px;
  line-height:23px;
}
.mobile-menu ul ul {
	display:none;
  font-size: 12px;
  padding: 5px 0px;
  padding-left: 24px;
}
.mobile-menu ul ul li {
	border-left: 2px solid #e3e3e3;
}
.mobile-menu ul ul li a {
  padding: 3px 0px;
  padding-left:22px;
  color: #999;
}
.mobile-menu ul ul ul li a {
	padding-left:10px;
}
.mobile-menu ul ul.active {
	display:block;
}
.mobile-menu ul li i.before {
  display: inline-block;
  vertical-align: middle;
	font-size:1em;
  margin-right:10px;
/*   color:#fff; */
  width:15px;
}
.mobile-menu .logo {
	padding:20px;
  padding-bottom:10px;
}
.mobile-menu .logo.small img {
	height:20px;
}
.mobile-menu .logo.medium img {
	height:25px;
}
.mobile-menu .logo.large img {
	height:30px;
}
/* End mobile menu */ 

/* Cart side */ 
.cart-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.cart-overlay.cart-open {
  opacity:1;
  visibility:visible;
}

.cart-side {
  position: fixed;
  left: 100%;
  top: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
  overflow-x:scroll;
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.cart-side.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

.cart-side .no-cart-products {
  font-size:13px;
  padding:20px;
  font-style:italic;
}

.cart-side table {
  width:100%;
}

.cart-side .cart-title-wrap {
  border-bottom:1px solid #eee;
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  position:relative;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  z-index:99;
}

.cart-side:hover .cart-title-wrap {
  padding-right:60px;
}

.cart-side .cart-body {
	padding-bottom:99px;
  padding-top:65px;
  width:100%;
  height:100%;
  overflow-x:scroll;
}

.cart-side .close-cart {
  position:absolute;
  height:100%;
  width:60px;
  right:0;
  top:0;
  text-align:center;
/*   background:#756A55; */
  background: #000;
  color:#fff;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -ms-transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  cursor:pointer;
}

.cart-side:hover .close-cart {
  -ms-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.cart-side .cart-title {
  padding:20px;
}

.cart-side .cart-title .title {
  font-size: 1.4em;
  font-weight: 600;
}

.cart-side .cart-title .items {
  font-size:12px;
  color:#aaa;
}

.cart-side .cart-products table {
  width:100%;
}

.cart-side .cart-products table td {
  padding:20px 10px;
  border-bottom:1px solid #eee;
}

.cart-side .cart-products table td:first-child {
  padding-left:20px;
}

.cart-side .cart-products table td:last-child {
  padding-right:20px;
}

.cart-side .cart-products table td:nth-child(2) {
	width:100%;
}

.cart-side .remove-product i {
	color: #ccc;
}

.cart-side .cart-products .image-wrap {
  width:70px;
}

.cart-side .cart-products .image-wrap img {
  width:100%;
}

.cart-side .cart-products .image-wrap .image.img-gray {
	display: block;
  width: auto;
  padding: 10%;
	position: relative;
}

.cart-side .cart-products .image-wrap .image.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}

.cart-side .cart-products .info a.title {
  display:block;
  font-weight: 600;
  font-size:1em;
  margin-bottom:5px;
  color: #756A55;
  text-transform: initial;
}

.cart-side .cart-products .info .productbundled ul {
	list-style:none;
  margin:0;
  padding:0;
}
.cart-side .cart-products .info .productbundled ul li {
	font-size:0.9em;
}
.cart-side .cart-products .info .productbundled ul li i {
	font-size:0.8em;
  margin-right:8px;
}

.cart-side .cart-products .info .extra-info {
  font-size:.9em;
}
.cart-side .cart-products .info .extra-info .variant {
	margin-right: 10px;
}
.cart-side .cart-products .info .extra-info .variant,
.cart-side .cart-products .info .extra-info .qty {
	display: inline-block;
  vertical-align: middle;
}

.cart-side .cart-products .info .price {
  font-weight:bold;
}

.cart-side .cart-inner {
	position:absolute;
  width:100%;
  height:100%;
  overflow-x:scroll;
}

.cart-side .cart-total {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#fff;
  border-top:1px solid #eee;
  height:100px;
  padding:0px 20px;
}

.cart-side .cart-total .price {
  font-weight:bold;
  font-size:16px;
}

.cart-side .cart-total .price .title {
  font-size:14px;
  font-weight:normal;
}
/* End cart side */ 

/* Headline */
.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
	height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.headline:after {
  content: '';
  display: block;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0,0,0,0.3); */
  z-index: -1;
}

.headline .content {
	color: #fff;
  z-index: 1;
}

.headline .content .title {
	text-transform: uppercase;
  font-size: 4.5em;
  font-weight: 400;
}

.headline .content .text {
	margin-bottom: 60px;
}

.headline .btn-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.headline .btn-wrap .btn:first-child {
	margin-right: 30px;
}
/* End headline */

/* Home products */
.products-men-slider .owl-carousel .owl-nav.disabled,
.products-woman-slider .owl-carousel .owl-nav.disabled {
	display: block !important;
  pointer-events: initial !important;
}

.home-products .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.home-products .btn-wrap .btn {
	width: 200px;
}

.home-products .btn-wrap .btn:first-child {
	margin-right: 30px;
}

.home-products .owl-carousel  .owl-stage,
.product-related .owl-carousel  .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home-products .owl-carousel .owl-item,
.product-related .owl-carousel .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.home-products .owl-carousel .owl-nav .owl-prev,
.product-related .owl-carousel .owl-nav .owl-prev {
	left: -70px;
}

.home-products .owl-carousel .owl-nav .owl-next,
.product-related .owl-carousel .owl-nav .owl-next {
	right: -70px;
}
/* End home products */

/* Home banners */
.home-banners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}

.home-banners .banner {
	width: 50%;
  overflow: hidden;
  position: relative;
  font-size: 49px;
}

.home-banners .banner .banner-content {
	position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-banners .banner .banner-content a {
	display: none;
}

.home-banners .banner .title {
  width: 90%;
  text-align: center;
	z-index: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.home-banners .banner .bg {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30% 0;
  width: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: -1;
  position: relative;
}

.home-banners .banner .bg:after {
	position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}

.home-banners .banner:hover .bg {
	-webkit-filter: blur(5px);
	        filter: blur(5px);
}

.home-banners .banner:hover .title {
	opacity: 0;
  visibility: hidden;
}

.home-banners .banner:hover .banner-content {
  opacity: 1;
  visibility: visible;
}

.home-banners .banner:hover .banner-content a {
	display: inline-block;
}

.home-banner-fullwidth {
	padding: 9% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 250px;
}

.home-banner-fullwidth:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.home-banner-fullwidth .banner-content {
  width: 90%;
	z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.home-banner-fullwidth .banner-content .title {
	margin-bottom: 15px;
  font-size: 49px;
}

.home-banner-fullwidth .banner-content .subtitle {
	margin-bottom: 36px;
}
/* End home banners */

/* Home brands */
.home-brands .brands-slider {
	padding: 0 100px;
  position: relative;
}

.home-brands .brands-slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-brands .brands-slider .owl-item,
.home-brands .brands-slider .brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
/* End home brands */

/* Home info blocks */
.home-info-blocks .block .image {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50% 0;
}

.home-info-blocks .block .content {
	margin-top: 15px;
  text-align: center;
}

.home-info-blocks .block .content .subtitle {
	text-transform: uppercase;
  font-weight: 600;
  color: #aaa;
}

.home-info-blocks .block .content .title {
	font-size: 2.0em;
}

.home-info-blocks .block .content .text {
	margin-top: 13px;
  margin-bottom: 28px;
}

.home-info-block .blocks-row {
	margin: -15px;    
}

.home-info-block .blocks-row .block {
	padding: 15px;
}
/* End home info blocks */

/* Home text */
.home-text .content h3 {

}
/* End home text */

/* Collection */
#collection .collection-banner {
  position: relative;
/*   position: fixed; */
  width: 100%;
  left: 0;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
/*   background-attachment: fixed; */
  padding: 12% 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

#collection .collection-banner.fixed-banner {
	background-attachment: fixed;
  background-position:top center;
}

#collection .collection-banner:after {
	content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0,0,0,0.5); */
}

#collection .collection-banner .title {
	color: #fff;
  font-size: 5em;
  font-weight: 400;
  z-index: 1;
}

#collection .collection-title {
	border-bottom: 1px solid #eee;
}

#collection .collection-title .title {
	color: #424242;
  padding: 40px 0;
}

#collection .filter-bar {
	border-bottom: 1px solid #eee;
  background: #fff;
}

#collection .filter-bar form {
	padding: 0;
  margin :0;
}

#collection .filter-bar .inner {
	display: flex;
  justify-content: space-between;
}

#collection .filter-bar .filters {
	display: flex;
}

#collection .filter-bar .filters .filter-wrap:first-child {
	border-left: 1px solid #eee;
}

#collection .filter-bar .filters .filters-inner {
  	display: flex;
}

#collection .filter-bar .filters .filter-wrap {
	position: relative;
  border-right: 1px solid #eee;
}

#collection .filter-bar .filters .filter-toggle {
	display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 40px;
}

#collection .filter-bar .filters .filter-toggle i {
  display: flex;
  font-size: 0.7em;
  margin-left: 7px;
  padding-top: 2px;
  color: #756A55;
  transition: transform .25s ease-in-out;
}

#collection .filter-bar .filters .filter-wrap.active .filter-toggle i {
	transform: rotate(-180deg);
}

#collection .filter-bar .filters .filter-items {
	position: absolute;
  top: 100%;
  left: -1px;
  display: none;
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  z-index: 1;
  width: max-content;
}

#collection .filter-bar .filters .filter-items .inner {
	display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#collection .filter-bar .filters .filter-items .filter-item:first-child {
	padding-top: 0;
}

#collection .filter-bar .filters .filter-items .filter-item:last-child {
	padding-bottom: 0;
}

#collection .filter-bar .filters .filter-items .filter-item {
	padding: 7px 0;
}

#collection .filter-bar .ui.selection.dropdown {
	border: none;
  padding: 0;
  min-width: unset;
  font-size: 1em;
  color: #424242;
  padding-right: 20px;
  height: 60px;
  line-height: 60px;
}

#collection .filter-bar .ui.selection.dropdown>.dropdown.icon {
	top: 53%;
  right: 0;
}

#collection .filter-bar .ui.selection.active.dropdown .menu {
	border-top: 1px solid #eee !important;
  max-height: unset !important;
  min-width: 14em;
  right: 0;
  left: auto;
}

.price-filter {
  padding: 10px 0 5px 0;
/*   max-width:300px; */
}

.price-filter a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  position: relative;
/*   width: 220px; */
  width: 100%;
  /*
  background-color: #f7f7f7;
  */
}

.collection-filter-price .ui-slider-range {
  background-color: #756A55;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid #756A55;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-15px;
}

.collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:#eee;
}

.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: flex;
  justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.price-filter-range .max {
  margin-left: 15px;
}

#collection .collection-body.block-padding {
	padding-top: 40px;
  background: #fff;
}

#collection .products.collection-products {
	display: flex;
  flex-wrap: wrap;
} 

#collection .no-products {
	padding-top: 20px;
}

#collection .collection-content h2.title {
	margin-bottom: 20px;
}
/* End collection */

/* Sidebar */
.sidebar {
	background: #f7f7f7;
  padding: 20px 25px;;
}

.sidebar-title {
	font-size: 2em;
  font-weight: 400;
  color: #2A4258;
  padding-bottom: 5px;
	margin-bottom: 5px;
}

.sb-cats .sb-cats-wrap {
	border-top:1px solid #eee;
  padding:0;
  margin:0;
  list-style:none;
  margin-top: 5px;
}
.sb-cats .sb-cats-wrap li {
	position:relative;
}
.sb-cats .sb-cats-wrap li.active > a {
    color: #756A55;
}
.sb-cats .sb-cats-wrap li > a {
  display: block;
  padding: 10px 0px;
/*   line-height:40px; */
  font-weight: bold;
  color: #333;
  padding-right:30px;
}
.sb-cats .sb-cats-wrap li > a:hover {
	color: #756A55;
}
.sb-cats .sb-cats-wrap li .more-cats {
	position: absolute;
  right: 0px;
  top: 0;
  line-height: 40px;
  color: #ccc;
  font-size: 1.2em;
  width: 30px;
  text-align: center;
}
.sb-cats .sb-cats-wrap li .more-cats i {
  color: #ccc;
  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;
}
.sb-cats .sb-cats-wrap li.active > .more-cats i {
    color: #756A55;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sb-cats .sb-cats-wrap ul {
  list-style: none;
  border-left: 3px solid #eee;
  margin-left: 3px;
  padding: 10px 0px 10px 15px;
  display:none;
}
.sb-cats .sb-cats-wrap ul.active {
	display:block;
}
.sb-cats .sb-cats-wrap ul li a {
	line-height: 28px;
  font-weight: normal;
  font-size:0.9em;
  padding:0;
}
.sb-cats .sb-cats-wrap ul li a small {
  color: #bbb;
  font-weight: normal;
}
.sb-cats .sb-cats-wrap ul li.active > a {
  color: #756A55;
  font-weight:bold;
}
.sb-cats .sb-cats-wrap ul li .hover-cats {
  display: none;
  position: absolute;
  top: 0px;
  left: -30px;
  background-color: #fff;
  line-height: 26px;
  width: 26px;
  text-align: center;
  font-size: 0.85em;
  border-radius: 100px;
  color: #756A55;
  opacity:0;
  visibility:hidden;
}
.sb-cats .sb-cats-wrap ul li.active > .hover-cats {
	opacity:1;
  visibility:visible;
}

.sb-cats .sb-cats-wrap ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sb-cats .sb-cats-wrap ul ul li a {
	font-size:0.8em;
}
.sb-cats .sb-cats-wrap ul li .more-cats {
	line-height:28px;
}

.mobile-filters-toggle a {
  display: inline-flex;
  align-items: center;
  padding: 0 50px;
  height: 45px;
/*   background: #756A55; */
  background: #000;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-filters-toggle a i {
	margin-left: 7px;
}

.sb-filters {
	margin-top: 20px;
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #eee;
}

.sb-filters .sort { 
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.sb-filters .sort .ui.selection.dropdown {
	width: 100%;
}

.sb-filters .filters {
	margin-top: 10px;
}

.sb-filters .filters .filter-wrap {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.sb-filters .filters .filter-wrap .filter-toggle {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}

.sb-filters .filters .filter-wrap .filter-toggle i {
	font-size: 10px;
  transition: all .2s ease-in-out;
}

.sb-filters .filters .filter-wrap.active .filter-toggle i {
	transform: rotate(-180deg);
}

.sb-filters .filters .filter-wrap .filter-items {
  max-height: 400px;
  overflow-y: scroll;
}

.sb-filters .filters .filter-wrap .filter-items .inner {
	display: flex;
  flex-direction: column;
}

.sb-filters .filters .filter-wrap .filter-items .filter-item {
	padding: 7px 0;
}

@media (max-width: 1199px) {
  .sb-filters {
    display: none;
  	margin-top: 0;
    margin-bottom: 20px;
  }
  
	.sb-filters .sort { 
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}
/* End sidebar */

/* Dropdown */
.ui.selection.dropdown {
	height: 50px;
  min-height: unset;
  border: 1px solid #dedede;
  line-height: 50px;
  border-radius: 0;
  padding: 0 20px;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: auto;
  font-weight: 700;
  font-size: .7em;
}

.ui.dropdown>.dropdown.icon:before {
	content: '\62';
  font-family: "untitled-font-7" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
	border-color: #dedede;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-radius: 0;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;	
}

.ui.checkbox {
	font-size: 0.8em;
}

.ui.checkbox .box,
.ui.checkbox label {
	padding-left: 2.5em;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
	color: #756A55 !important;
}

.ui.checkbox .box:before, 
.ui.checkbox label:before {
	border-radius: 0 !important;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
	border-color: #D4D4D5 !important;
}
/* End checkbox */

/* Breadcrumbs */
.breadcrumbs {
  margin: 13px 0;
}

.breadcrumbs a,
.breadcrumbs i {
	font-size: .9em;
  color: #999;
  font-weight: 400;
}

.breadcrumbs i {
	margin: 0 10px;
}
/* End breadcrumbs */

/* Productpage */
	#sizetable-popup {
  	max-width: 600px;
    min-width: 600px;
    padding: 30px;
  }
  
  #sizetable-popup .sizetables-wrap {
    display: flex;
    flex-direction: column;
    margin: -20px 0;
  }
  
  #sizetable-popup .sizetables-wrap .sizetable-item {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
  
  #sizetable-popup .sizetables-wrap .sizetable-item .toggle-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    font-family: initial;
    padding: 15px 0;
    color: #2A4258;
  }
  
  #sizetable-popup .sizetables-wrap .sizetable-item .toggle-button i {
  	transition: all .2s ease-in-out;
    font-size: 16px;
  }
  
  #sizetable-popup .sizetables-wrap .sizetable-item.active .toggle-button i {
  	transform: rotate(-180deg);
  }
  
  #sizetable-popup .sizetables-wrap .sizetable-item img {
  	display: none;
    max-width: 100%;
  }
  
  #sizetable-popup .sizetables-wrap .sizetable-item.active img {
  	display: block;
  }

#productpage .product-images .image-wrap,
#productpage .thumbs .image-wrap {
  padding: 10%;
  position: relative;
}

#productpage .product-images .image-wrap:after,
#productpage .thumbs .image-wrap:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

#productpage .product-images .image-wrap img,
#productpage .thumbs .image-wrap img {
	width: 100%;
}

#productpage .product-images .productpage-slider {
	margin-bottom: 20px;
}

#productpage .thumbs {
  margin: -10px;
}

#productpage .thumbs .thumb {
	padding: 10px;
}

#productpage .thumbs .thumb .image-wrap {
	opacity: .7;
  transition: opacity .2s ease-in-out;
}

#productpage .thumbs .thumb.active .image-wrap {
	opacity: 1;
}

#productpage .product-info .brand {
  margin-bottom: 20px;
	text-transform: uppercase;
  font-size: 3em;
  font-weight: 500;
  color: #756A55;
}

#productpage .product-info .product-title {
	font-size: 1.45em;
  margin-bottom: 30px;
}

#productpage .product-info .price-wrap {
	margin-bottom: 40px;
}

#productpage .product-info .price-wrap .price {
	color: #2A4258;
  font-weight: 600;
  font-size: 1.45em;
}

#productpage .product-info .price-wrap .price.price-old {
	color: #aaa;
  margin-left: 20px;
  text-decoration: line-through;
  font-weight: 400;
}

#productpage .product-info .price-wrap .price.sale {
	color: #d13232;
}

#productpage .product-info .product-variants {
	margin: -10px;
  padding-bottom: 40px;
}

#productpage .product-info .product-variants .product-variant {
	padding: 10px;
}

#productpage .product-info .product-variants .product-variant .image-wrap {
	position: relative;
  padding: 10%;
}

#productpage .product-info .product-variants .product-variant .image-wrap:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

#productpage .product-info .product-variants .product-variant .image-wrap {
	opacity: .7;
  transition: opacity .2s ease-in-out;
}

#productpage .product-info .product-variants .product-variant .image-wrap img {
	width: 100%;
}

#productpage .product-info .product-variants .product-variant.active .image-wrap,
#productpage .product-info .product-variants .product-variant:hover .image-wrap {
	opacity: 1;
}

#productpage .product-info .custom-product-options {
	display: flex;
  width: 100%;
  margin-bottom: 20px;
}

#productpage .product-info .custom-product-options .product-configure-variants {
	flex: 1;
  margin-right: 20px;
}

#productpage .product-info .variants-dropdown {
	border-color: #756A55;
  display: flex;
	flex: 1;
  min-width: 345px;
  max-width: 345px;
  text-transform: uppercase;
}

#productpage .product-info .variants-dropdown .menu {
	border: 1px solid #756A55 !important;
  max-height: unset;
}

#productpage .product-info .variants-dropdown .text {
	color: #756A55;
  font-weight: 700;
}
#productpage .product-info .variants-dropdown .text.last-item {
	color: #e40000;
}

#productpage .product-info .variants-dropdown.ui.selection.dropdown .menu>.item {
	padding: .71428571rem 1.14285714rem!important;
}
#productpage .product-info .variants-dropdown.ui.selection.dropdown .menu>.item.last-item {
  color: #e40000;
}

#productpage .product-info .cart {
  position: relative;
  overflow: hidden;
  z-index: 1;
/*   margin-top: 20px; */
}

#productpage .product-info .cart:hover .input-wrap {
	left: 0;
}

#productpage .product-info .cart .input-wrap {
	position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  left: -75px;
  top: 0;
  -webkit-transition: left .2s ease-in-out;
  -o-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
}

#productpage .product-info .cart .input-wrap input {
  width: 50px;
  height: 50px;
  background: #f7f7f7;
  color: #000;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  outline: none;
}


#productpage .product-info .cart .input-wrap .change a {
	display: block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  background: #d2d2d2;
  color: #949494;
  font-size: 1.5em;
  text-align: center;
}

#productpage .product-info .cart .btn.add-cart {
	width: 100%;
}

#productpage .product-info .btn.out-of-stock {
	width: 100%;
}

#productpage .product-info .btn.add-wishlist {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 40px;
}

#productpage .product-info .usp-block {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}

#productpage .product-info .usp-block .usp {
	padding: 5px;
}

#productpage .product-info .usp-block .usp .usp-inner {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	padding: 15px 10px;
  background: #f7f7f7;
}

#productpage .product-info .usp-block .usp .usp-inner i {
	font-size: 1.8em;
/*   color: #756A55; */
  color: #000;
  margin-bottom: 15px;
}

#productpage .product-info .usp-block .usp .usp-inner .text {
	font-size: .9em;
  font-weight: 600;
  color: #000;
}

#productpage .info-tabs-block .inner {
	padding: 40px 0;
}
  

#productpage .info-tabs-block ul.tab-links {
	margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#productpage .info-tabs-block ul.tab-links li {
	text-transform: uppercase;
  margin-right: 50px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  color: #878787;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid transparent;
}

#productpage .info-tabs-block ul.tab-links li:hover {
	color: #756A55;
}

#productpage .info-tabs-block ul.tab-links li.active {
	color: #756A55;
  border-bottom: 2px solid #CBCBCB;
}

#productpage .info-tabs-block .tabs .tab {
	display: none;
  padding-right: 30px;
}

#productpage .info-tabs-block .tabs .tab.active {
	display: block;
}

#productpage .info-tabs-block .specs-table {
	width: 90%;
}

#productpage .info-tabs-block .specs-table tr:nth-child(odd) {
	background: #fff;
}

#productpage .info-tabs-block .specs-table tr td {
	padding: 5px 15px;
}

#productpage .info-tabs-block .specs-table tr td.title {
  font-size: 1.3em;
  font-weight: 600;
  color: #756A55;
  padding-top: 7px;
}

#productpage .info-tabs-block .specs-table tr td.value {
	text-align: right;
}

#productpage .info-tabs-block .product-fit h6 {
	font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  color: #424242;
  margin: 0;
  margin-bottom: 10px;
}

#productpage .info-tabs-block .fit-blocks {
	display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  margin: -5px;
}

#productpage .info-tabs-block .fit-blocks .fit {
  display: inline-block;
	height: 35px;
  min-width: 80px;
  padding:0px 10px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #756A55;
  color: #756A55;
  font-weight: 600;
  margin: 5px;
}

#productpage .info-tabs-block .fit-blocks .fit.active {
	color: #fff;
  border: none;
}
/* End productpage */

/* Products */
.products {
	margin: -10px;
}

.products .product {
	padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.products .product .inner {
	background: #f7f7f7;
  padding: 30px 25px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.products .product .inner .image-wrap {
	position: relative;
}

.product-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 6px;
  background: #d13232;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  z-index: 9;
}

#productpage .product-images .product-label {
	left:20px;
  top:20px;
}

.products .product .image-wrap .product-label:empty {
	display:none;
}

.products .product .inner .image-wrap:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.products .product .inner .image-wrap img {
	width: 100%;
}

.products .product .inner .image-wrap img.second {
	position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.products .product .inner .info,
.products .product .inner .variants {
	margin-top: 30px;
}

.products .product .inner .info .brand,
.products .product .inner .variants .var-title {
	text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  color: #aaa;
}

.products .product .inner .info .product-title {
	margin-top: 7px;
  margin-bottom: 12px;
}

.products .product .inner .info .price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .product .inner .info .price-wrap .price {
	font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #2A4258;
}

.products .product .inner .info .price-wrap .price.sale {
	color: #d13232;
}

.products .product .inner .info .price-wrap .price.price-old {
	color: #aaa;
  text-decoration: line-through;
  margin-right: 10px;
}

.products .product .inner .variants {
	display: none;
}

.products .product .inner .variants .var-title {
	margin-bottom: 13px;
}

.products .product .inner .variants .variants-wrap {
	margin: -7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.products .product .inner .variants .variants-wrap .variant {
	padding: 7px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.products .product .inner .variants .variants-wrap .variant.disabled {
	opacity: .5;
}

.products .product .inner .variants .variants-wrap .variant:hover {
	color: #756A55;
}

.products .product.has-images:hover .inner .image-wrap img.second {
	display: block;
}

.products .product.has-variants:hover .inner .variants {
	display: block;
}

.products .product.has-variants:hover .inner .info {
	display: none;
}
/* End products */

/* Footer */
#footer .newsletter {
	background: #fff;
}

#footer .newsletter .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .newsletter #formNewsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#footer .newsletter #formNewsletter input[type=text] {
	height: 50px;
  border: 1px solid #dedede;
  padding: 0 30px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 400px;
  max-width: 400px;
}

#footer .newsletter #formNewsletter .btn {
	width: 200px;
}

#footer .main-footer .footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -100px;
}

#footer .main-footer .footer-row.building-row {
	margin: unset;
}

#footer .main-footer .footer-row .footer-col {
	padding: 0 100px;
}

#footer .main-footer .footer-title {
	color: #756A55;
  font-size: 1.6em;
  margin-bottom: 5px;
}

#footer .main-footer .links-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: -30px;
}

#footer .main-footer ul {
	margin: 0;
  padding: 0;
  padding: 30px;
  list-style: none;
  line-height: 3em;
}

#footer .main-footer ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .main-footer ul li a {
	color: #424242;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#footer .main-footer ul li a:hover {
	color: #756A55;
}

#footer .main-footer ul li i {
	color: #756A55;
  margin-right: 10px;
}

#footer .main-footer .building {
	margin-top: 50px;
}

#footer .main-footer .building img {
	opacity: .3;
  width: 100%;
}

#footer .footer-bottom {
	height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: .9em;
  background: #000;
}
/* End footer */

/* Custom textpages */
#textpage .textpage-banner {
  position: relative;
	height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

#textpage .textpage-banner:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0,0,0,0.5); */
  z-index: -1;
}

#textpage .textpage-banner .title-featured {
	margin: 0;
  z-index: 1;
}

#textpage .textpage-banner .title-featured .title {
	color: #fff;
}

#textpage .content-btn {
	margin-top: 30px;
}

#textpage .content.content-top {
	margin-bottom: 40px;
}

#textpage .content.content-bottom {
	margin-top: 40px;
}

#textpage .image-row {
	margin: -15px;
}

#textpage .image-row .image-col {
	padding: 15px;
}

#textpage .image-row .image-col .image-block {
	padding: 50% 0;
  background: #f7f7f7;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  z-index: 0;
  transition: all .2s ease-in-out;
}

#textpage .image-row .image-col .image-block:hover {
	background-size: auto 105%;
}

#textpage .image-row .image-col .image-block:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: -1;
}

#textpage .image-row .image-col .title {
	font-size: 2.3em;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
}

#textpage .image-row .image-col .image-block-2,
#textpage .image-row .image-col .image-block-3,
#textpage .image-row .image-col .image-block-4,
#textpage .image-row .image-col .image-block-5,
#textpage .image-row .image-col .image-block-6 {
	background-image: url('http://placehold.it/312x312');
}

#textpage h3 {
	font-size: 2.5em;
}

#textpage .contact,
#service .contact {
	padding: 30px;
  background: #f7f7f7;
  margin-top: 40px;
  width: max-content;
}

#textpage .contact .title,
#service .contact .title {
	margin-bottom: 10px;
  font-size: 2em;
}

#textpage .contact .subtitle,
#service .contact .subtitle {
	margin-bottom: 15px;
}

#textpage .contact .links-wrap,
#service .contact .links-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: -30px;
}

#textpage .contact ul,
#service .contact ul {
	margin: 0;
  padding: 0;
  padding: 30px;
  list-style: none;
  line-height: 3em;
}

#textpage .contact ul li,
#service .contact ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#textpage .contact ul li a,
#service .contact ul li a {
	color: #424242;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#textpage .contact ul li a:hover,
#service .contact ul li a:hover {
	color: #756A55;
}

#textpage .contact ul li i,
#service .contact ul li i {
	color: #756A55;
  margin-right: 10px;
}

#blog.events .blog-items {
	margin: -15px;
}

#blog.events .blog-items .blog-item {
	text-align: center;
  padding: 15px;
}

#blog.events .blog-items .blog-item .subtitle {
	text-transform: uppercase;
  color: #aaa;
  margin: 15px 0 5px 0;
  text-align: center;
  font-weight: 700;
}

#blog.events .blog-items .blog-item .title {
	text-align: center;
}

#blog.events .blog-items .blog-item .text {
	text-align: center;
  margin: 5px 0 15px 0;
}

#article .subtitle {
	text-transform: uppercase;
  color: #aaa;
  margin-bottom: 5px;
  font-weight: 700;
}

#article .title {
	font-size: 2.5em;
  margin-bottom: 20px;
}

#article .content {
  margin-top: 40px;
	padding: 30px 20px;
  background: #f7f7f7;
}

#service .service-banner {
  position: relative;
	height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

#service .service-banner:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}

#service .service-banner .title-featured {
	margin: 0;
  z-index: 1;
}

#service .service-banner .title-featured .title {
	color: #fff;
}

#service form#contactForm {
	display: flex;
  flex-direction: column;
}

#service form#contactForm input,
#service form#contactForm textarea {
	height: 50px;
  padding: 0 25px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

#service form#contactForm textarea {
	padding: 25px;
  min-height: 150px;
}

#service .contact-times-wrap {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#service .contact-times-wrap .contact {
	margin-right: 20px;
}

#service .contact-times-wrap .times {
	display: inline-flex;
  flex-direction: column;
  flex: 1;
  height: max-content;
}

#service .contact-times-wrap .times table tr:nth-child(odd) {
	background: #fff;
}

#service .contact-times-wrap .times table tr td {
	padding: 5px 15px;
}

#service .contact-times-wrap .times table tr td.day {
  font-size: 1.3em;
  font-weight: 600;
  color: #756A55;
  padding-top: 7px;
}

#service .contact-times-wrap .times table tr td.time {
	text-align: right;
}

#service #map {
  height: 400px;
  width: 100%;
}

#textpage .history-row {
  padding-top: 40px;
	margin: -15px;
}

#textpage .history-col {
	padding: 15px;
}

#textpage .history-banner {
	padding: 22.6% 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#textpage .history-banner-small {
	padding: 50% 0;
}

#textpage .history-banner-1 {
  margin-bottom: 40px;
}
/* End custom textpages */

/* Brands */
#brands .brands {
	margin: -10px;
}

#brands .brands .brand {
	padding: 10px;
}

#brands .brands .brand .inner {
  padding: 15%;
  position: relative;
}


#brands .brands .brand .inner:after {
  content: '';
	position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}
/* End brands */

/* Catalog */
#catalog .categories {
	margin: -10px;
}

#catalog .categories .category {
	padding: 10px;
}

#catalog .categories .category .inner {
	position: relative;
}

#catalog .categories .category .inner .text-box {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#catalog .categories .category .inner .text-box .title {
	font-size: 2.2em;
  color: #fff;
}
/* End catalog */

/* Cart */
.gui-progressbar ul li a {
	color: #fff !important;
  font-weight: 600 !important;
}
label[for="gui-form-terms"] a {
	text-decoration:underline;
}
/* End cart */

/* Custom CSS */
#textpage #afspraak {
	margin-top: 30px;
}

#textpage #afspraak .form-block {
	background: #f7f7f7;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#textpage #afspraak .form-block label {
	margin-bottom: 10px;
  color: #756A55;
  text-transform: uppercase;
  font-size: 1.4em;
}

#textpage #afspraak .form-block input[type=text] {
	height: 50px;
  border: 1px solid #dedede;
  padding: 0 20px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
}

#textpage #afspraak .form-block .options {
	display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px;
}

#textpage #afspraak .form-block .options .option {
	background: #fff;
  border: 1px solid #dedede;
  padding: 0 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  font-weight: 600;
}

#textpage #afspraak .form-block .options .option.active {
	background: linear-gradient(270deg, #756A55 0%, #543B1C 100%);
  color: #fff;
  border: 1px solid transparent;
}

#afspraakCalendar i.icon.chevron.left:before {
	content:'\f104';
}

#afspraakCalendar i.icon.chevron.right:before {
	content:'\f105';
}

#afspraakCalendar i.icon.chevron.left:before,
#afspraakCalendar i.icon.chevron.right:before {
	font-family: 'FontAwesome';
}

#textpage .maatwerk-sub-slider {
	margin-bottom: 30px;
}

#textpage .afspraak-btn {
	margin-top: 30px;
}

#textpage #afspraak .form-message {
	padding: 25px;
  background: #f7f7f7;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 20px;
  display:none;
}

#textpage #afspraak .form-message.active {
	display: flex;
}

#textpage #afspraak .form-message .icon {
	width: 40px;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

#textpage #afspraak .form-message.succes {
	background: #2ecc71;
  color: #fff;
}

#textpage #afspraak .form-message.succes .icon {
	color: #2ecc71;
}

#textpage #afspraak .form-message.error {
	background: #cd3b3b;
  color: #fff;
}

#textpage #afspraak .form-message.error .icon {
	color: #cd3b3b;
}

#textpage .maatwerk-row {
	margin: -10px;
  padding-top: 40px;
}

#textpage .maatwerk-col {
	padding: 10px;
}

#textpage .btn-wrap {
	margin: 30px 0;
}

#textpage .maatwerk-col .image {
	background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30% 0;
  position: relative;
  transition: all .2s ease-in-out;
  z-index: -1;
}

#textpage .maatwerk-col .image:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 0;
}

#textpage .maatwerk-col .title {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-size: 2.5em;
}

#textpage .maatwerk-col:hover .image {
	background-size: auto 105%;
}

#textpage .maatwerk-col .image.big {
	padding: 17% 0;
}

/* Messages */
.message-container {
  z-index: 9999999;
  margin-top: 20px;
  margin-bottom:10px;
  width:100%;
}
.fixed-content .message-container {
	margin-top:0;
  margin-bottom:20px;
}
.message-container.home-message {
	position: fixed;
  bottom: 0;
  margin-bottom: 20px;
}

.message-container .messages {
  margin: 0;
  position: relative;
}

.message-container .messages .message ul {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  color:#fff;
  text-align:left;
}

.message-container .messages .message {
  color: #fff;
  padding: 20px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  -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;
  display: inline-block;
  padding: 10px;
  width:100%;
}

.message-container .messages .message.error .icon {
  color: #cd3b3b;
}

.message-container .messages .message.success .icon {
  color: #2ecc71;
}

.message-container .messages .message.info .icon {
  color: #3ca1cd;
}

.message-container .messages .message.error {
  background: #cd3b3b;
}
.message-container .messages .message.success {
  background: #2ecc71;
}
.message-container .messages .message.info {
  background: #3ca1cd;
}

.message-container .messages .message .icon {
	width:35px;
}

.message-container .messages .message .icon i {
  font-size: 16px;
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  text-align:center;
}

.message-container .messages .message .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  padding-left:20px;
}

.message-container .messages .message .button {
	padding-left:10px;
  text-align:right;
}

.message-container .messages .message .button .btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.gui-messages {
	display:none !important;
}
/* End Messages */


.usp-block.service {
  padding-top: 40px;
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}

.usp-block.service .usp {
	padding: 5px;
}

.usp-block.service .usp .usp-inner {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	padding: 15px 10px;
  background: #f7f7f7;
}

.usp-block.service .usp .usp-inner i {
	font-size: 1.8em;
  color: #756A55;
  margin-bottom: 15px;
}

.usp-block.service .usp .usp-inner .text {
	font-size: .9em;
  font-weight: 600;
}

.ui.dropdown>.dropdown.icon:before {
  font-family: "icons-cramers" !important;
}

#blog .textpage-banner {
    position: relative;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

#blog .textpage-banner .title-featured {
  margin: 0;
  z-index: 1;
}

#blog .textpage-banner .title-featured .title {
    color: #fff;
}

#blog .textpage-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}

#textpage .textpage-content {
	margin-bottom: 40px;
}

/* #textpage .faq .question-wrap {
	display: flex;
  flex-direction: column;
  margin-top: 10px;
}

#textpage .faq .question-wrap:first-child {
	margin-top: 0;
}

#textpage .faq .question-wrap .question {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
	cursor: pointer;
}

#textpage .faq .question-wrap .question .text {
	font-weight: 600;
  color: #fff;
  font-size: 1em;
}

#textpage .faq .question-wrap .question i {
	font-size: 1.2em;
  color: #fff;
  transition: transform .2s ease-in-out;
}

#textpage .faq .question-wrap.active .question i {
	transform: rotate(90deg);
}

#textpage .faq .question-wrap .answer {
  display: none;
	padding: 25px;
  background: #f7f7f7;
}

#textpage .faq .question-wrap .answer p {
	margin: 0;
} */

/* ===== faq page =====*/

.faq-page .faq-block .faq-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-page .faq-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-page .faq-block ul li {
  margin-bottom: 10px;
}

.faq-page .faq-block ul li:last-child {
	margin: 0;
}

.faq-page .faq-block ul li a i {
  margin-right: 10px;
}

.faq-page .faq-block {
	padding: 25px;
  background: #f9f9f9;
  margin-bottom: 30px;
  min-height: 200px;
}

.faq-page .faq-block .text {
  background-color: #fff;
  padding: 10px 15px;
  margin: 7px 15px;
  display:none;
}
.faq-page .faq-block .text p {
	margin-bottom:0px;
}


#textpage .store-tour {
	margin-top: 40px;
}

#textpage .contact-times-wrap {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#textpage .contact-times-wrap .contact {
	margin-right: 20px;
  height: max-content;
}

#textpage .contact-times-wrap .times {
  margin-right: 0;
	display: inline-flex;
  flex-direction: column;
  flex: 1;
  height: max-content;
}

#textpage .contact-times-wrap .times table tr:nth-child(odd) {
	background: #fff;
}

#textpage .contact-times-wrap .times table tr td {
	padding: 5px 15px;
}

#textpage .contact-times-wrap .times table tr td.day {
  font-size: 1.3em;
  font-weight: 600;
  color: #756A55;
  padding-top: 7px;
}

#textpage .contact-times-wrap .times table tr td.time {
	text-align: right;
}

#article .content {
	margin-top: 0;
}

#article .article-banner {
	margin-bottom: 40px;
}

#service form#contactForm input,
#service form#contactForm textarea {
	outline: none;
}

.home-info-blocks .blocks-row {
	margin: -15px;
}

.home-info-blocks .blocks-row .block {
	padding: 15px;
}

#footer .newsletter #formNewsletter input[type=text] {
	width: 100%;
}

#blog.events .blog-items {
	display: flex;
  flex-wrap: wrap;
}

#blog.events .blog-items .blog-item {
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#blog.events .blog-items .blog-item .text {
  height: 6em;
  overflow: hidden;
}

/* Shop the look */
#looks-page .looks {
	margin:-20px;
}

#looks-page .looks .look {
	padding:20px;
  opacity:0.15;
  transition: opacity .2s ease-in-out;
}

#looks-page .looks .look.active,
#looks-page .looks .look:hover {
	opacity:1;
}

#looks-page .looks .look .image-wrap {
	position: relative;
  display: flex;
  flex-direction: column;
}

#looks-page .looks .look .image-wrap:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

#looks-page .looks .look .image-wrap img {
	width: 100%;
  transition: opacity .2s ease-in-out;
}

#looks-page .looks .look .btn {
	transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity .2s ease-in-out;
}

#looks-page .looks .look .info {
	padding:20px 0px;
}

#looks-page .looks .look .info .title {
  font-weight:700;
  font-size: 2em;
}

#looks-page .look-products {
	display: flex;
  flex-wrap: wrap;
}

#looks-page .look-products .look-product {
	padding:20px;
}

#looks-page .look-products-block {
	display:none;
  padding: 25px 0;
  margin: 25px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#looks-page .look-products-block.active {
	display:block;
}

#looks-page .look-products-block .look-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}
/* End shop the look */


/* Shop the look */





/* #looks-page .look-products .look-product .inner {
	background: #fff;
  border-radius: 10px;
  padding: 20px;
} */

/* #looks-page .look-products .look-product .image-wrap img {
	width:100%;
} */

#looks-page .looks-wrap {
/* 	margin-top:100px; */
}

#looks-page .look-products .look-product .image-wrap {
/* 	border:1px solid #e1dfdd; */
/*   padding:7%; */
/*   background:#fff;
  border-radius:5px;
  overflow: hidden; */
}


#looks-page .look-products .look-product .info {
/* 	padding-top:20px; */
/*   padding-bottom:50px; */
}

/* #looks-page .look-products .look-product .info .price {
	margin-top:20px;
}

#looks-page .look-products .look-product .info .var-title {
	margin-top:30px;
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin-bottom:15px;
}

#looks-page .look-products .look-product .info .variants {
  padding: 0;
  list-style: none;
  margin: -5px;
}

#looks-page .look-products .look-product .info .variants li {
  display: inline-block;
  padding: 5px;
}

#looks-page .look-products .look-product .info .variants li a {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  border: 1px solid transparent;
  line-height: 31px;
}

#looks-page .look-products .look-product .info .variants li a.active,
#looks-page .look-products .look-product .info .variants li:hover a {
  border-color: #9d9593;
}

#looks-page .look-products .look-product .info .button {
	margin-top:30px;
} */
/* End shop the look */

@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1400px;
    padding:0px 30px;
  }
  
  .btn:after {
    position: absolute;
    content: '';
    top: -10%;
    height: 180%;
    width: 103%;
    left: -105%;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
  }

  .btn:hover:after {
    left: -2%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  
  .btn.add-wishlist:after {
  	top: -30%;
    height: 240%;
  }

  .btn.white:after {
    background: #fff;
  }

  .btn.white:hover {
    color: #000;
  }

  .btn.gold:after {
/*     background: -webkit-gradient(linear, right top, left top, from(#756a55), to(#543B1C));
    background: -webkit-linear-gradient(right, #756a55 0%, #543B1C 100%);
    background: -o-linear-gradient(right, #756a55 0%, #543B1C 100%);
    background: linear-gradient(270deg, #756a55 0%, #543B1C 100%);
    background-size: 200% 200%; */
    
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#000));
    background: -webkit-linear-gradient(right, #fff 0%, #000 100%);
    background: -o-linear-gradient(right, #fff 0%, #000 100%);
    background: linear-gradient(270deg, #fff 0%, #000 100%);
    background-size: 200% 200%;

    -webkit-animation: gradientAnimation 1.5s ease-in-out infinite;
    animation: gradientAnimation 1.5s ease-in-out infinite;
  }

  .btn.gold:hover {
    color: #fff;
  }
  
  .btn.grey:hover {
  	background: #dedede;
  }

  .btn.gradient:hover {
    background: -webkit-gradient(linear, right top, left top, from(#756a55), to(#543B1C));
    background: -webkit-linear-gradient(right, #756a55 0%, #543B1C 100%);
    background: -o-linear-gradient(right, #756a55 0%, #543B1C 100%);
    background: linear-gradient(270deg, #756a55 0%, #543B1C 100%);
    background-size: 150% 150%;

    -webkit-animation: gradientAnimation 1.5s ease-in-out infinite;
    animation: gradientAnimation 1.5s ease-in-out infinite;
  }
  
  #productpage .thumbs .thumb .image-wrap:hover {
		opacity: 1;
  }
  
  #looks-page .looks .look .btn {
  	opacity: 0;
  }
  
  #looks-page .looks .look:hover .btn {
    opacity: 1;
  }
  
  #looks-page .looks .look:hover img {
    opacity:.5;
  }
}

@media (max-width: 1199px) {
  #header .main-header .inner {
  	padding: 0;
  }
  
  #header .main-header {
  	padding: 20px 0;
  }
  
  .products {
  	margin: -5px;
  }
  
  .products .product {
  	padding: 5px;
  }
  
  .home-products .owl-carousel,
  .product-related .owl-carousel,
  .home-brands .brands-slider {
  	padding: 0 70px; 
  }
  
  .home-products .owl-carousel .owl-nav .owl-prev,
  .product-related .owl-carousel .owl-nav .owl-prev {
  	left: 0;
  }
  
  .home-products .owl-carousel .owl-nav .owl-next,
  .product-related .owl-carousel .owl-nav .owl-next {
  	right: 0;
  }
  
  .headline {
  	height: 600px;
  }
  
  .headline .content .title {
  	font-size: 4em;
    margin-bottom: 10px;
  }
  
  .headline .content .text {
  	margin-bottom: 40px;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
  	font-size: 2.5em;
  }
  
  .block-padding {
  	padding: 60px 0;
  }
  
  .block-padding-top {
  	padding-top: 60px;
  }
  
  .block-padding-bottom {
  	padding-bottom: 60px;
  }
  
  .title-featured {
  	margin-bottom: 30px;
  }
  
  .title-featured .title {
  	font-size: 3em;
  }
  
  h2.title {
  	font-size: 2.5em;
  }
  
  .home-info-blocks .block .content .title {
  	font-size: 2em;
    margin-top: 5px;
  }
  
  #productpage .product-info .custom-product-options {
  	flex-direction: column;
  }
  
  #productpage .product-info .custom-product-options .product-configure-variants {
  	margin-right: 0;
  }
  
  #productpage .product-info .variants-dropdown {
  	max-width: 100%;
    min-width: 100%;
  }
  
  #productpage .product-info .sizetable {
  	display: inline-flex;
    margin-top: 15px;
    width: max-content;
  }
  
  #productpage .product-info .brand {
  	font-size: 2.2em;
  }
  
  #productpage .product-info .product-title {
  	font-size: 1.2em;
    margin-bottom: 20px;
  }
  
  #productpage .product-info .price-wrap {
  	margin-bottom: 25px;
  }
  
  #productpage .product-info .price-wrap .price {
  	font-size: 1.2em;
  }
  
  #productpage .product-info .btn.add-wishlist {
  	margin-top: 15px;
  }
  
  #productpage .product-info .custom-product-options {
  	margin-bottom: 30px;
  }
  
  #productpage .product-info .cart {
  	display: flex;
  }
  
  #productpage .product-info .cart .input-wrap {
  	position: relative;
    left: 0;
  }
  
  #productpage .product-info .btn.add-wishlist {
  	margin-bottom: 30px;
  }
  
  #productpage .product-info .cart .btn.add-cart {
  	width: auto;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
  }
  
  #productpage .product-info .product-variants {
  	padding-bottom: 30px;
  }
  
  #footer .main-footer .footer-row {
  	margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  #footer .main-footer .footer-row .footer-col {
  	padding: 0;
  }
  
  #footer .main-footer .footer-row.building-row {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  
  #collection .collection-banner .title {
  	font-size: 3em;
  }
  
  .products .product.has-images:hover .inner .image-wrap img.second {
    display: none;
  }

  .products .product.has-variants:hover .inner .variants {
    display: none;
  }

  .products .product.has-variants:hover .inner .info {
    display: block;
  }
}

@media (max-width: 991px) {
  #textpage #afspraak .form-block .options .option {
  	width: 100%;
  }
  
  #textpage #afspraak input.btn {
  	width: 100%;
  }
  
  body {
  	font-size: 13px;
  }
  
  .headline .content .title {
  	font-size: 3em;
  }
  
  .block-padding {
  	padding: 50px 0;
  }
  
  .block-padding-top {
  	padding-top: 50px;
  }
  
  .block-padding-bottom {
  	padding-bottom: 50px;
  }
  
  .home-products .owl-carousel,
  .product-related .owl-carousel,
  .home-brands .brands-slider {
  	padding: 0 50px;
  }
  
  .home-info-blocks .block .content .subtitle {
  	font-size: .9em;
  }
  
  .home-info-blocks .block .content .title {
  	font-size: 1.5em;
  }
  
  .home-info-blocks .block .content .text {
  	font-size: .9em;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  
  .home-text .content h3 {
  	font-size: 2.2em;
  }
  
  #footer .main-footer .links-wrap {
  	margin: -10px;
  }
  
  #footer .main-footer ul {
  	padding: 10px;
  }
  
  #collection .filter-bar .inner {
  	flex-wrap: wrap;
  }
  
  #collection .filter-bar .filters .filter-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
  }
  
  #collection .filter-bar .mobile-filters-toggle a {
    display: inline-flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-right: 1px solid #eee;
  }
  
  #collection .filter-bar .mobile-filters-toggle a i {
  	margin-left: 10px;
  }
  
  #collection .filter-bar .filters {
    display: none;
  	width: 100%;
    order: 3;
  }
  
  #collection .filter-bar .filters .filters-inner {
  	flex-direction: column;
    width: 100%;
  }
  
  #collection .filter-bar .filters .filter-wrap:first-child {
  	border-left: 0;
  }
  
  #collection .filter-bar .filters .filter-wrap {
  	border-top: 1px solid #eee;
  }
  
  #collection .filter-bar .filters .filter-items {
  	position: relative;
    width: 100%;
    background: #f7f7f7;
    border: none;
  }
  
  #collection .filter-bar .ui.selection.dropdown {
  	padding: 0 40px 0 20px;
    border-left: 1px solid #eee;
  }
  
  #collection .filter-bar .ui.selection.dropdown>.dropdown.icon {
  	right: 20px;
  }
  
  .container-fullwidth {
  	padding: 0;
    width: 100%;
  }
  
  #productpage .product-info-mobile .inner {
  	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  #productpage .product-info .price-wrap,
  #productpage .product-info .product-title {
  	margin-bottom: 0;
  }
  
  #productpage .product-info .price-wrap .price.price-old {
  	margin-left: 15px;
  }
  
  #productpage .product-info .product-variants {
  	margin-top: 20px;
  }
  
  .home-banners .banner:hover .bg {
    filter: none;
  }
  
  #collection .collection-body.block-padding {
  	padding: 25px 0;
  }
  
  #textpage .contact,
  #service .contact {
  	width: 100%;
  }
  
  #textpage .contact .links-wrap,
  #service .contact .links-wrap {
  	flex-wrap: wrap;
    margin: -10px -30px;
  }
  
  #textpage .contact ul,
  #service .contact ul {
  	padding: 10px 30px;
  }
  
  .title-featured .title {
  	font-size: 2.8em;
  }
  
  #textpage .textpage-banner,
  #blog .textpage-banner,
  #service .service-banner {
  	height: 400px;
  }
  
  #textpage .image-row {
  	margin: -10px;
  }
  
  #textpage .image-row .image-col {
  	padding: 10px;
  }
  
  #textpage .image-row .image-col .title {
  	font-size: 2em;
  }
  
  #collection .collection-banner-heren,
  #collection .collection-banner-dames {
  	background-attachment: unset;
    background-position: center top;
    background-size: cover;
  }
  
  #textpage .maatwerk-row {
    margin: -5px;
  }

  #textpage .maatwerk-col {
    padding: 5px;
  }
  
  #textpage .maatwerk-col .image.big,
  #textpage .maatwerk-col .image {
  	padding: 25% 0;
  }
}

@media (max-width: 767px) {
  #sizetable-popup {
  	min-width: 100%;
    max-width: 100%;
  }
  
  #textpage .textpage-banner,
  #service .service-banner {
  	height: 300px;
  }
  
  .headline {
  	height: 500px;
  }
  
  .headline .content .title {
    font-size: 2.5em;
  }
  
  .block-padding {
  	padding: 40px 0;
  }
  
  .block-padding-top {
  	padding-top: 40px;
  }
  
  .block-padding-bottom {
  	padding-bottom: 40px;
  }
  
  #footer .main-footer .footer-row .footer-col {
  	flex-direction: column;
  }
  
  #footer .main-footer .links-wrap {
  	display: none;
  }
  
  #footer .main-footer .footer-row {
  	flex-direction: column;
  }
  
  #footer .main-footer .footer-title {
  	display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  
  #footer .main-footer .footer-title .footer-toggle i {
  	font-size: .8em;
    color: #756A55;
    transition: transform .2s ease-in-out;
  }
  
  #footer .main-footer .footer-col.active > .footer-title .footer-toggle i  {
  	transform: rotate(90deg);
  }
  
  #footer .main-footer .links-wrap {
  	margin: 0px;
  }
  
  #footer .main-footer ul {
  	padding: 0px;
  }
  
  .home-products .owl-carousel .owl-item,
  .product-related .owl-carousel .owl-item {
  	justify-content: center;
  }
  
  .headline .btn-wrap {
  	flex-direction: column;
  }
  
  .headline .btn-wrap .btn:first-child {
  	margin-right: 0;
    margin-bottom: 10px;
  }
  
  .cart-side.cart-open {
    -ms-transform: translate(-300px, 0px);
		-webkit-transform: translate(-300px, 0px);
		transform: translate(-300px, 0px);
  }
  
  .cart-side {
  	width: 300px;
  }
  
  .body-wrap.cart-open {
    -ms-transform: translate(-300px, 0px);
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
  }
  
  .home-banners {
  	flex-direction: column;
  }
  
  .home-banners .banner {
  	width: 100%;
  }
  
  #footer .newsletter #formNewsletter {
  	flex-direction: column;
  }
  
  #footer .newsletter #formNewsletter input[type=text] {
  	max-width: unset;
  }
  
  #footer .newsletter #formNewsletter .btn {
  	width: 100%;
    margin-top: 15px;
  }
  
  #collection .collection-banner .title {
  	font-size: 2.5em; 
  }

  #collection .collection-body.block-padding {
  	padding: 15px 0;
  }
  
  .products .product .inner {
  	padding: 20px 15px;
  }
  
  #productpage .info-tabs-block ul.tab-links li {
  	font-size: .9em;
    margin-right: 20px;
    padding-bottom: 2px;
  }
  
  #productpage .info-tabs-block .product-fit {
  	margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
  }
  
  #productpage .info-tabs-block .specs-table {
  	width: 100%;
  }
  
  .title-featured .title {
  	font-size: 2.5em;
  }
  
  #textpage .image-row {
  	margin: -5px;
  }
  
  #textpage .image-row .image-col {
  	padding: 5px;
  }
  
  #textpage .image-row .image-col .title {
  	font-size: 1.8em;
    line-height: 1.1em;
  }
}

@media (max-width: 424px) {
  #textpage .textpage-banner,
  #blog .textpage-banner,
  #service .service-banner {
  	height: 250px;
  }
}
/* End custom CSS */

/* NEW STYLING FOR NEW FOOTER */
#footer .container-fluid{
  max-width: 1400px;
}
#footer .main-footer .footer-row{
  display: flex;
  margin: 0;
  justify-content: space-between;
}

#footer .main-footer .links-wrap{
  margin: 0;
}

#footer .main-footer .building-row{
  display: flex;
  justify-content: center;
}

#footer .main-footer .link-list,  
#footer .main-footer .social-list{
  padding: 0;
}

#footer .main-footer .footer-row .footer-col {
  padding: 0;
}

#footer .main-footer .link-list li a:hover{
	color: #756A55;
}

footer .main-footer .last-col{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .main-footer .contact-col{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .main-footer .contact-col img {
    width: auto;
    height: 30px;
}

footer .main-footer .last-col .socials{
  display: flex;
  gap: 10px;
}

footer .main-footer .last-col .socials i{
  font-size: 22px;
}

@media(max-width: 767px){
  footer .main-footer .contact-col{
  	margin-top: 30px;
    text-align: center;
  }
  #footer .main-footer .social-list {
  	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* END NEW STYLING FOR NEW FOOTER */

/* NEW COLOR FOR BUTTONS */
.button-black{
  background: #000 !important;
  color: #fff !important;
}

.button-white{
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.button-green{
  background: #37b24d !important;
  color: #fff !important;
  border: none !important;
}