:root {
  --generalSpacing: 80px;
  --black: #1F1F1F;
  --dark_grey: #282828;
  --rgb_dark_grey: 40, 40, 40;
  --light_grey: #FBFBFB;
  --yellow: #FFD65F;
}

@font-face {
	font-display: auto;
}

body {
	color:var(--black);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 16px;
  letter-spacing: .05em;
  margin-top: 0 !important;
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden;
}

div[class*=" col-"] {
	margin-left: -.5px;
}

.relative {
	position:relative;
}

.body-wrap {
  position:relative;
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.body-wrap.cart-open {
  -webkit-transform: translate(-400px, 0px);
      -ms-transform: translate(-400px, 0px);
          transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.line-height {
	line-height: 1.8em;
}

.lazy-bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.accent {
	color: var(--accent) !important;
}

.accent-bg {
	background-color: var(--accent) !important;
}

.ul-reset {
	list-style: none;
  margin: 0;
  padding: 0;
}

.general-content {
  font-size: 1em;
}

.general-content strong {
	color: #000;
}

.general-content *:first-child {
	margin-top: 0;
}

.general-content *:last-child {
	margin-bottom: 0;
}

.general-content p {
	opacity: .8;
}

.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
	font-weight: bold;
  line-height: 1.3em;
  color: var(--black);
}

.general-content h1 {
	font-size:1.6em;
  margin-bottom: 20px;
}
.general-content h2 {
	font-size:1.4em;
  margin-bottom: 20px;
}
.general-content h3 {
	font-size:1.2em;
  margin-bottom: 20px;
}
.general-content h4 {
	font-size:1em;
  margin-bottom: 15px;
}
.general-content h5 {
	font-size:1em;
  margin-bottom: 10px;
}
.general-content h6 {
	font-size:1em;
  margin-bottom: 10px;
}

.general-content a,
.general-content a:visited,
.general-content a:active,
.general-content a:hover {
	text-decoration:none;
  color: var(--accent_light);
}

.general-content ul {
	padding-left: 25px;
}

.general-content ul li {
	list-style: none;
  position: relative;
}

.general-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent_light);
  vertical-align: middle;
  margin-right: 15px;
}

.general-content img,
.general-content video {
	height: auto;
}

.general-content img,
.general-content video,
.general-content iframe {
	max-width: 100%;
}

.general-content table {
	width: 100%;
}

.general-content table tr td {
	padding: 5px 15px;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
	height:60px;
  padding:0px 35px;
  background:var(--accent);
  color:#fff;
  font-weight:normal;
  letter-spacing: .1em;
  font-size:14px;
  text-transform: uppercase;
  border-radius:0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn:active,
.btn:focus,
.btn:visited,
.btn:hover {
	color:#fff;
}

.btn-transparent {
	background: transparent;
  color: var(--accent);
  text-decoration: underline;
}

.btn.btn-transparent:active,
.btn.btn-transparent:focus,
.btn.btn-transparent:visited,
.btn.btn-transparent:hover {
	color: var(--accent);
}

.text-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: var(--accent) !important;
}

.text-link i {
	font-size: 1.3em;
  margin-left: 3px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.text-link:hover i {
	-webkit-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	        transform: translateX(5px);
}

.standard-input {
	height: 50px;
  padding: 0px 20px;
  outline: none;
  border-radius: 0px;
  font-size: 1em;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea.standard-input {
	padding: 10px 15px;
}

.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #aaa;
}

.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}

.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}

.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
}

.standard-input::-ms-input-placeholder { /* Microsoft Edge */
	color: #aaa;
}

.icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.icon:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.align-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.align-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.block-padding {
	padding-top: var(--generalSpacing);
  padding-bottom: var(--generalSpacing);
}

.block-padding-top {
	padding-top: var(--generalSpacing);
}

.block-padding-bottom {
  padding-bottom: var(--generalSpacing);
}

.block-margin {
	margin-top: var(--generalSpacing);
  margin-bottom: var(--generalSpacing);
}

.block-margin-top {
	margin-top: var(--generalSpacing);
}

.block-margin-bottom {
  margin-bottom: var(--generalSpacing);
}

.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;
}

.block-grey {
	background: #f7f7f7;
}

.block-dark {
	background: var(--dark_grey);
}

.block-accent {
	background: rgba(var(--rgb_accent), .4);
}

.title-featured {
	margin-bottom: 40px;
}

.title-featured.with-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.title-featured .title {
	font-weight: bold;
  font-size: 1.625em; 
}

.title-featured.white {
	color: #fff;
}

.title-featured .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.title-featured .slider-nav li.prev {
	margin-right: 8px;
}

.title-featured .slider-nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background: var(--accent);
  color: #fff;
}

.title-featured .slider-nav li.prev a {
	background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
}

.image-wrap.grey {
	position: relative;
  background: #fff;
}

/* .image-wrap.grey:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
} */

.image-wrap img {
	width: 100%;
}

.sm-tabs-block .page {
	display: none;
}

.sm-tabs-block .page.active {
	display: block;
}

@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1560px;
    padding:0px 30px;
  }
  
  .btn:hover {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
}

@media (max-width: 1499px) {
  :root {
  	--generalSpacing: 70px;
  }
}

@media (max-width: 1199px) {
  :root {
  	--generalSpacing: 60px;
  }
  
  body {
  	font-size: 14px;
  }
}

@media (max-width: 991px) {
  :root {
  	--generalSpacing: 50px;
  }
  
  .title-featured .slider-nav li.prev {
    margin-right: 5px;
  }

  .title-featured .slider-nav li a {
    font-size: 20px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  :root {
  	--generalSpacing: 40px;
  }
  
  .btn {
  	height: 50px;
    padding: 0 30px;
  }
  
  .title-featured {
    margin-bottom: 25px;
  }

  .title-featured .title {
    font-size: 1.3em; 
  }
  
  .title-featured .slider-nav li a {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
/* End general styles */

/* Header */
#header {
	position: relative;
  margin-top: 35px;
}

/* #header:not(.fixed) .transparent-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
} */

#header .topbar {
  font-size: 14px;
  background: var(--accent);
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

#header .topbar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
	height: 35px;
}

#header .topbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#header .topbar ul li,
#header .topbar .contact-info li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .topbar .contact-info li:not(:last-child) {
	margin-right: 50px;
}

#header .topbar .contact-info li i {
	font-size: 1.4em;
  margin-right: 6px;
}

#header .topbar .topbar-links > li:not(:first-child) {
	margin-left: 20px; 
}

#header .topbar .topbar-links > li > a:hover {
	text-decoration: underline;
}

#header .topbar .topbar-links > li.language-dropdown {
	margin-left: 35px;
  position: relative;
}

#header .topbar .topbar-links li.language-dropdown > .cur-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .topbar .topbar-links li.language-dropdown > .cur-lang i {
	font-size: 1.4em;
  margin-right: 3px;
}

#header .topbar .topbar-links li.language-dropdown > ul {
  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;
	position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  background: #fff;
  color: initial;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.05);
          box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.05);
  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 .topbar .topbar-links li.language-dropdown:hover > ul {
	opacity: 1;
  visibility: visible;
}

#header .topbar .topbar-links li.language-dropdown > ul li a {
	display: block;
  padding: 7px 15px;
  text-align: center;
}

#header .topbar .topbar-links li.language-dropdown > ul li a:hover {
	color: var(--accent);
}

#header .main-header {
	padding: 20px 0;
  background: #fff;
}

#header .main-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .header-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header .main-header .header-col.search-col {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#header .main-header .header-col.icons-col {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header .main-header .search-wrap {
	width: 100%;
  max-width: 550px;
}

#header .main-header .search-wrap form {
	width: 100%;
  position: relative;
}

#header .main-header .search-wrap form input {
	width: 100%;
  padding-right: 45px;
  border-width: 2px;
}

#header .main-header .search-wrap form input::placeholder {
  color: #ADADAD;
}

#header .main-header .search-wrap form .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

#header .search-wrap-mobile {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#header .search-wrap-mobile form {
	position: relative;
}

#header .search-wrap-mobile form,
#header .search-wrap-mobile form input {
	width: 100%;
}

#header .search-wrap-mobile form input {
	height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
}

#header .search-wrap-mobile form .icon {
	position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  font-size: 20px;
}

.search-autocomplete {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  padding-top: 10px;
  background: #fff;
  z-index: 99999;
  width: 100%;
  border: 2px solid #eee;
  border-top: 0;
}


.search-autocomplete.focus {
	border-color: #ddd;
}

.search-autocomplete .subtitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  color: #333;
}

.search-autocomplete.has-products .feat-categories {
	margin-bottom: 20px;
}

.search-autocomplete ul {
	font-size: 14px;
}

.search-autocomplete ul li {
	margin-bottom: 5px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.search-autocomplete ul li img {
	width:30px;
  margin-right:10px;
}

.search-autocomplete ul li:last-child {
  margin-bottom: 0;
}

.search-autocomplete ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  color: initial;
  width:100%;
}

.search-autocomplete ul li a:hover {
	color: var(--accent);
}

.search-autocomplete ul li a span {
  opacity: .5;
  font-size: .9em;
  white-space:nowrap;
  margin-left:10px;
}

.search-autocomplete .notfound {
	display: none;
  font-size: 14px;
  opacity: .5;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
	display: block;
}

#header .main-header .logo img {
	height: 65px;
}

#header .main-header .header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .header-icons li:not(:last-child) {
	margin-right: 35px;
}

#header .main-header .header-icons li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .main-header .header-icons li a i {
	font-size: 24px;
}

#header .main-header .header-icons li a .i-wrap {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .main-header .header-icons li a .i-wrap .qty {
  position: absolute;
  bottom: 3px;
  right: -8px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 12px;
}

#header .main-menu {
	border-top: 1px solid #eee;
  background: #fff;
  color: rgba(var(--rgb_dark_grey), .7);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* #header:not(.fixed) .main-menu.transparent {
  border-top: 1px solid rgba(var(--rgb_dark_grey), .75);
  background: rgba(var(--rgb_dark_grey), .75);
  color: #fff;
} */

#header .main-menu .main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 60px;
}

#header .main-menu .main-nav > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#header .main-menu .main-nav > li:not(:last-child) {
	margin-right: 30px;
}

#header .main-menu .main-nav > li.brands-link {
	margin-left: auto;
}

#header .main-menu .main-nav > li.sales-link {
	text-transform: uppercase;
  text-decoration: underline;
}

#header .main-menu .main-nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

#header .main-menu .main-nav > li.active > a,
#header .main-menu .main-nav > li:hover > a {
	color: var(--accent);
  text-decoration: underline;
}

#header .main-menu .main-nav > li.cart {
	display: none;
}
#header.fixed .main-menu .main-nav > li.cart {
	display: flex;
}
#header.fixed .main-menu .main-nav > li.cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header.fixed .main-menu .main-nav > li.cart a .i-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header.fixed .main-menu .main-nav > li.cart a i {
  font-size: 24px;
}
#header.fixed .main-menu .main-nav > li.cart a .i-wrap .qty {
  position: absolute;
  bottom: 3px;
  right: -8px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 12px; 
}

#header .main-menu .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  color: initial;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
          box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
}

#header .main-menu .main-nav > li:hover .subnav {
	opacity: 1;
  visibility: visible;
}

#header .main-menu .subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .main-menu .subnav ul li {
  width: calc(100% / 6);
}

#header .main-menu .subnav ul li a {
  display: block;
  padding: 20px;
  text-align: center;
}

#header .main-menu .subnav ul li.active a,
#header .main-menu .subnav ul li a:hover {
	background: var(--black);
  color: #fff;
}

#header .open-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding: 15px;
  margin: -15px;
  font-size: 24px;
}

#header .search-wrap-mobile {
  background: #fff;
}

#header .search-wrap-mobile form {
	position: relative;
}

#header .search-wrap-mobile form,
#header .search-wrap-mobile form input {
	width: 100%;
  border: none;
}

#header .search-wrap-mobile form a {
	position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

#header .usp-bar {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #4C4C4C;
  color: #fff;
}

#header:not(.fixed) .usp-bar.transparent {
	background: rgba(var(--rgb_accent), 0.8);
}

#header:not(.fixed) .usp-bar.transparent.dark {
	background: rgba(var(--rgb_dark_grey), 0.8);
}

#header .usp-bar .usp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  height: 35px;
  font-size: 14px;
}

#header .usp-bar .usp-wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .usp-bar .usp-wrap li i {
	margin-right: 5px;
}

@media (min-width: 1200px) {
	#header.fixed .header-fixed-wrap {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 999;
  }	
}

@media (max-width: 1199px) {
  #header.fixed .header-fixed-wrap-mobile {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  
  #header .topbar .usp-wrap {
  	display: block;
  }
  
  #header .topbar .usp-wrap.mobile-hidden {
  	height: 40px;
    opacity: 0;
  }
  
  #header .topbar .usp-wrap li a {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
    text-align: center;
  }
  
  #header .main-header .logo-col {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  
  #header .main-header .logo img {
  	height: 55px;
  }
}

@media (max-width: 999px) {
  #header .usp-bar .usp-wrap.mobile-hidden {
  	height: 35px;
    opacity: 0;
  }
}

@media (max-width: 991px) {
	#header .main-header .logo img {
  	height: 50px;
  }
}

@media (max-width: 767px) {
	#header .main-header .logo img {
  	height: 45px;
  }
  
  #header .main-header {
  	padding: 15px 0;
  }
  
  #header .topbar .contact-info li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 499px) {
  #header .topbar .contact-info li:not(:last-child) {
    margin-right: 15px;
  }
  
  #header .topbar .contact-info {
  	font-size: 12px;
  }
  
  #header .topbar .contact-info li i {
  	margin-right: 3px;
    font-size: 1.3em;
  }
  
  #header .main-header .logo img {
  	height: 40px;
  }
}
/* End header */

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transform: translate(-300px, 0px);
      -ms-transform: translate(-300px, 0px);
          transform: translate(-300px, 0px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.mobile-menu.mobile-menu-open {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -webkit-transform: translate(300px, 0px);
      -ms-transform: translate(300px, 0px);
          transform: translate(300px, 0px);
}

.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 80px;
  border-bottom: 1px solid #eee;
}

.mobile-menu .logo img {
	width: 100%;
  height: auto;
}

.mobile-menu .login-wrap {
	padding: 15px;
  border-bottom: 1px solid #eee;
}

.mobile-menu .login-wrap ul {
  margin: -5px 0;
}

.mobile-menu .login-wrap ul li {
	padding: 5px 0;
}

.mobile-menu .login-wrap ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  background: #f7f7f7;
  padding: 10px;
  font-weight: bold;
}

.mobile-menu .login-wrap ul li a .icon-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.mobile-menu .login-wrap ul li.loggedin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .login-wrap ul li.loggedin a.account-link {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}

.mobile-menu .login-wrap ul li.loggedin a.account-link .icon-wrap {
	background: var(--accent);
  color: #fff;
  font-size: 13px;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link {
	padding: 0;
  background: none;
  margin-left: 15px;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link .icon-wrap {
	margin: 0;
}

.mobile-menu .categories-wrap {
	padding: 15px;
}

.mobile-menu .categories-wrap > ul {
	margin: -7px 0;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: bold;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .categories-wrap ul > li.active > .cat-inner > a {
	color: var(--accent);
  text-decoration: underline;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	-webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	        flex-grow: unset;
  width: 30px;
}

.mobile-menu .categories-wrap a.more-cats i {
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap li.active > .cat-inner > a.more-cats i {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.mobile-menu .categories-wrap ul.subs {
  display: none;
  padding-left: 15px;
  border-left: 2px solid #eee;
  font-size: .95em;
}

.mobile-menu .categories-wrap ul.subs.active {
	display: block;
}

.mobile-menu .categories-wrap ul.subs li {
	opacity: .8;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap ul.subs li.active {
	opacity: 1;
}

.mobile-menu .categories-wrap ul.subs li.active > .cat-inner > a {
	font-weight: bold;
}

.mobile-menu .categories-wrap ul.subs li .cat-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .categories-wrap ul.subs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 5px 0;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .categories-wrap ul.subs li a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	-webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	        flex-grow: unset;
  width: 30px;
}

.mobile-menu .extra-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #eee;
  font-weight: bold;
}

.mobile-menu ul.shop-settings .flag {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  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;
}

.mobile-menu ul.shop-settings .flag img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 30px;
  height: 30px;
}


.mobile-menu ul.shop-settings .icon-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.mobile-menu ul.shop-settings > li > .inner,
.mobile-menu ul.shop-settings > li > .inner .cur-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu ul.shop-settings .flag,
.mobile-menu ul.shop-settings .icon-wrap {
	margin-right: 10px;
}

.mobile-menu ul.shop-settings > li > .inner > a {
	font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #eee;
}

.mobile-menu ul.shop-settings > li > .inner .more-cats i {
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.mobile-menu ul.shop-settings > li.active > .inner .more-cats i {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.mobile-menu ul.shop-settings ul.subs {
	display: none;
  padding: 15px;
  padding-top: 0px;
}

.mobile-menu ul.shop-settings ul.subs li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
/* End mobile menu */

/* 404 page */
.page-404 {
	margin-top: var(--generalSpacing);
  text-align: center;
}

.page-404 .page-404-title {
	font-weight: bold;
  font-size: 1.625em;
  text-align: center;
}

.page-404 .page-404-text {
	margin-top: 10px;
}

.page-404 .search-404 .search-wrap-inner {
  width: 100%;
  max-width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}

.page-404 .search-404 .search-wrap-inner input {
	width: 100%;
  padding-right: 45px;
  border-width: 2px;
}

.page-404 .search-404 .search-wrap-inner span {
	position: absolute;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}



.page-404 .contact-404 .contact-btn {
	margin-top: 15px;
}

.page-404 .contact-404 .contact-btn .btn:first-child {
	margin-right: 20px;
}


.page-404 .title-featured {
	margin-bottom: 20px;
}

.page-404 .title-featured .title {
	font-size: 1.1em;
}

@media (max-width: 767px) {
  .page-404 .contact-404 .contact-btn {
  	display: flex;
    align-items: center;
    flex-direction: column;
  } 
  
  .page-404 .contact-404 .contact-btn .btn:first-child {
  	margin-right: 0px;
    margin-bottom: 10px;
  }
}
/* End 404 page */

/* projects catalog */
.customer-reviews.catalog-projects .reviews-wrap  {
	display: flex;
  flex-wrap: wrap;
}

.customer-reviews.catalog-projects .reviews-wrap .review {
  margin-top: 15px;
  margin-bottom: 15px;
}

.customer-reviews.catalog-projects .reviews-wrap .review .inner {
	border: 1px solid #eee;
}
/* End projects catalog */

/* projects textpage */
.project-textpage .project-headline {
	height: 600px;
/*   margin-bottom: 30px; */
}

.project-textpage .content-block {
  display: flex;
/*   margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 40px; */
  min-width: 100%;
  flex-wrap: wrap;
  padding-top: 40px;
}

.project-textpage .content-block.no-margin {
	margin: -15px 0px;
}

.project-textpage .content-block .image-col {
	padding-top: 15px;
  padding-bottom: 15px;
}

.project-textpage .content-block > .col-left,
.project-textpage .content-block > .col-right {
  flex: 1;
/*   padding-left: 40px;
  padding-right: 40px; */
  padding: 0px 15px;
}

.project-textpage .content-block .text-col {
/* 	padding: 15px 40px; */
}

.project-textpage .content-block div:not(.text-col) p {
	margin: 0;
}

.project-textpage img {
	max-width: 100%;
  width: 100%;
  height: auto;
}

.project-textpage .subtext {
	margin-top: 5px;
}

.project-textpage .subtext p {
	margin: 0;
  font-size: 0.8em;
}

.project-textpage .project-specs {
	margin-bottom: 20px;
  opacity: 0.7;
}

.project-textpage .project-specs .project-spec {
	display: flex;
  align-items: center;
}

.project-textpage .project-specs .spec-title {
	min-width: 65px;
  display: inline-block;
}

.project-textpage .project-specs .spec-spacer {
  height: 2px;
  width: 30px;
  background: #000;
  opacity: 0.7;
  margin-right: 20px;
}

.project-textpage .btn-wrap {
	padding-top: 40px;
}

@media (max-width: 1400px) {
	.project-textpage .project-headline {
    height: 450px;
  }
}

@media (max-width: 992px) {
	.project-textpage .project-headline {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .project-textpage .project-headline {
    height: 200px;
  }
  .project-textpage .content-block {
  	flex-wrap: wrap;
  }
  
  .project-textpage .content-block .text-col {
  	padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .project-textpage .content-block > .col-left,
  .project-textpage .content-block > .col-right {
  	width: 100%;
    flex: auto;
  }
}


/* End projects textpage */


/* Headlines */
.headlines .headline {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.headlines .headline .overlay {
/*   background: rgba(0,0,0,0.2); */
}

.headlines .headline .inner {
	padding-top: 96px;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.headlines .headline .text-box {
	padding: 40px 50px;
  background: rgba(255,255,255,0.7);
	max-width: 630px;
}

.headlines .headline .text-box .title {
	font-size: 1.625em;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 15px;
}

.headlines .headline .text-box .text {
	margin-bottom: 25px;
  opacity: .7;
}

.headlines .headline .text-box .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.headlines .headline .text-box .btn-wrap .btn-col {
	padding: 10px;
}

.headlines .owl-prev,
.headlines .owl-next {
	position: absolute;
  top: 50%;
  left: 30px;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: calc(95px/2);
}

.headlines .owl-next {
  left: auto;
  right: 30px;
}

.headlines .owl-dots {
	position: absolute;
  bottom: 30px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headlines .owl-dots .owl-dot {
	width: 10px;
  height: 10px;
  background: #fff;
  opacity: .4;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin: 0 5px;
}

.headlines .owl-dots .owl-dot.active {
	opacity: 1;
  width: 20px;
}

.headlines .hotspot {
	position: absolute;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.hotspot .toggle-hotspot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
}

.hotspot .toggle-hotspot i {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.hotspot.active .toggle-hotspot i {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
  color: var(--accent);
}

.hotspot .product {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  padding: 15px;
  background: #fff;
  min-width: 250px;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.hotspot.active .product {
	-webkit-transform: translateY(-50%) scale(1);
	    -ms-transform: translateY(-50%) scale(1);
	        transform: translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.hotspot .product .title {
  font-weight: bold;
  font-size: 1.1em;
}

.hotspot .product .price-link {
  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;
  margin-top: 10px;
  font-size: 14px;
}

.hotspot .product .text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.hotspot .product .text-link i {
  font-size: 1.3em;
  margin-left: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hotspot .product .text-link:hover,
.hotspot .product .title:hover {
	color: var(--accent);
}

.hotspot .product .text-link:hover i {
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
}

@media (max-width: 1599px) {
  .headlines .headline .inner {
  	height: 650px;
  }
}

@media (max-width: 1499px) {
  .headlines .headline .inner {
  	height: 550px;
  }
}

@media (max-width: 1199px) {
  .headlines .headline .inner {
  	padding-top: 35px;
  }
  
  .headlines .owl-prev {
  	left: 0;
  }
  
  .headlines .owl-next {
  	right: 0;
  }
}

@media (max-width: 991px) {
  .headlines .owl-prev,
  .headlines .owl-next {
  	width: 45px;
    height: 45px;
  }
  
  .headlines .headline .text-box {
  	padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .headlines .owl-prev,
  .headlines .owl-next {
  	width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .headlines .headline .text-box {
  	padding: 20px 15px;
  }
  
  .headlines .headline .text-box .btn-wrap {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .headlines .headline .text-box .btn-wrap .btn-col {
    padding: 0px;
  }
  
  .headlines .headline .text-box .btn-wrap .btn.btn-transparent {
   	padding: 0;
  }
  
  .headlines .headline .text-box .title {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
}

@media (max-width: 499px) {
  .headlines .headline .inner {
  	height: 500px;
  }
  
  .headlines .headline .text-box {
    display: block;
    margin: 245px auto auto auto;
    background: none;
  }
  
  .headlines .headline .text-box .title {
    padding: 10px 15px;
    background: rgb(255 255 255 / 40%);
	}
  
  .headlines .headline .text-box .btn {
    height: 40px;
    padding: 0 15px;
    font-size: 12px;
  }
}
/* End headlines */

/* Home banners */
.home-banners .banners-wrap {
	margin:-15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.home-banners .btn-wrap {
	margin-top: 50px;
}

.home-banners .banners-wrap .banner {
	padding:15px;
}

.home-banners .banners-wrap .banner .image {
	display: block;
  padding-top: 50%;
  min-height: 150px;
}

.home-banners .banners-wrap .banner .info {
  text-align: center;
	margin-top:20px;
}

.home-banners .banners-wrap .banner .title {
	font-size:1.188em;
  font-weight:bold;
  margin-bottom:10px;
  display:block;
  line-height:1.1em;
}

.home-banners .banners-wrap .banner .title:hover {
	opacity: .7;
}

.home-banners .banners-wrap .banner .summary {
	font-size: 14px;
  opacity: .7;
}

.home-banners .banners-wrap .banner .read-more {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .home-banners .banners-wrap .banner .image {
  	padding-top: 70%;
  }
}
/* End home banners */

/* Reviews block */
.customer-reviews .btn-wrap {
	margin-top: 50px;
}

.customer-reviews .reviews-wrap {
	margin: -10px;
}

.customer-reviews .reviews-wrap .owl-stage,
.customer-reviews .reviews-wrap .owl-item,
.customer-reviews .reviews-wrap .review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customer-reviews:not(.catalog-projects) .reviews-wrap .review {
	padding: 10px;
  width: 100%;
}

.customer-reviews .reviews-wrap .review .image-wrap {
	position: relative;
}

.customer-reviews .reviews-wrap .review .image-wrap:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.customer-reviews .reviews-wrap .review .image-wrap iframe,
.customer-reviews .reviews-wrap .review .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer-reviews .reviews-wrap .review .inner {
  background: #fff;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
	        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.03);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.customer-review-popup .info,
.customer-reviews .reviews-wrap .review .info {
  padding: 20px;
  text-align: center;
  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;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.customer-review-popup .info .stars,
.customer-reviews .reviews-wrap .review .info .stars {
  font-size: 1.3em;
  color: var(--yellow);
  margin-bottom: 10px;
}

.customer-review-popup .info .name,
.customer-reviews .reviews-wrap .review .info .name {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.customer-review-popup .info .general-content,
.customer-reviews .reviews-wrap .review .info .general-content {
  font-size: 14px;
  opacity: .7;
  margin-bottom: 15px;
}

.customer-reviews .reviews-wrap .review .info .read-more {
  margin: 0 auto;
  margin-top: auto;
}

.customer-review-popup {
  display: none;
	max-width: 600px;
  padding: 0;
}

.customer-review-popup .info {
	padding: 40px;
}

@media (max-width: 1199px) {
	.customer-review-popup .info .stars,
  .customer-reviews .reviews-wrap .review .info .stars {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  
  .customer-review-popup .info .name,
  .customer-reviews .reviews-wrap .review .info .name {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  
  .customer-review-popup .info .general-content,
  .customer-reviews .reviews-wrap .review .info .general-content {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
	.customer-review-popup .info {
    padding: 30px 20px;
  }
}
/* End reviews block */

/* SEO block */
.seo-block .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: -30px;
}

.seo-block .inner-col {
	width: 50%;
  padding: 30px;
}

.seo-block .video-wrap {
	position: relative;
}

.seo-block .video-wrap:after {
	content: '';
  display: block;
  padding-top: 56.25%;
}

.seo-block .video-wrap iframe {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.seo-block .image:after {
	content: '';
  display: block;
  padding-top: 60%;
}

.seo-block h1{
  font-size: 1.3em;
  font-weight: bold;
}

.seo-block .general-content {
	margin: 20px 0;
  font-size: 14px;
}

.seo-block .toggle-content-wrap .toggle-content {
	font-weight: 600;
}

/* @media (min-width: 768px) {
	.seo-block .toggle-content-wrap.closed .general-content:after  {
		display: none;
  }

  .seo-block .toggle-content-wrap.closed .general-content {
    max-height: 100%;
  }
} */


@media (max-width: 991px) {
  .seo-block .inner {
  	margin: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .seo-block .inner-col {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .seo-block .inner {
  	margin: -15px;
  }
  
  .seo-block .inner-col {
    padding: 15px;
  }
}
/* End SEO block */

/* Slider dots */
.add-slider-dots .owl-dots {
  margin-top: 30px;
  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;
}

.add-slider-dots .owl-dots .owl-dot {
	width: 10px;
  height: 10px;
  background:var(--dark_grey);
  opacity: .1;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin: 0 5px;
}

.add-slider-dots .owl-dots .owl-dot.active {
  opacity: .4;
  width: 20px;
}

@media (max-width: 767px) {
  .add-slider-dots .owl-dots {
  	margin-top: 15px;
  }
}
/* End slider dots */

/* Productpage */
#productpage {
	overflow: hidden;
}

#productpage .productpage-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .productpage-row .productpage-col.col-left {
	min-width: 600px;
  max-width: 600px;
}

#productpage .productpage-row .productpage-col.col-right {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  padding-left: 100px;
}

#productpage .productpage-row .image-col {
	margin-top: 50px;
}

#productpage .productpage-row .image-col img {
	max-width: 100%;
}

#productpage .product-images .productpage-slider {
  margin-bottom: 20px;
}

#productpage .product-images .productpage-slider-outer.slider-loading {
	width: 100%;
}

#productpage .product-images .productpage-slider-outer.slider-loading:after {
	content: '';
  display: block;
  padding-top: 100%;
}

#productpage .product-images .productpage-slider .owl-prev,
#productpage .product-images .productpage-slider .owl-next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 50px;
  height: 50px;
  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;
  background: rgba(0,0,0,0.05);
  font-size: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .product-images .productpage-slider .owl-prev.disabled,
#productpage .product-images .productpage-slider .owl-next.disabled {
	opacity: 0;
  visibility: hidden;
}

#productpage .product-images .productpage-slider .owl-next {
	left: auto;
  right: 15px;
}

#productpage .product-images .productpage-slider .image-wrap {
  border: 1px solid #E4E4E4;
}

#productpage .product-images .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin: -10px;
  flex-wrap: wrap;
}

#productpage .product-images .thumbs .thumb {
  width: calc(100% / 5);
	padding: 10px;
  cursor: pointer;
}

#productpage .product-images .thumbs .thumb .image-wrap {
	padding: 7%;
  border: 1px solid #F2F2F2;
  position: relative;
}

#productpage .product-images .thumbs .thumb.more-images .more-images-overlay {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  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;
}

#productpage .product-images .thumbs .thumb.active .image-wrap {
	border: 1px solid #E4E4E4;
}

#productpage .product-images .thumbs .thumb .image-wrap img {
  opacity: .6;
}

#productpage .product-images .thumbs .thumb.active .image-wrap img {
	opacity: 1;
}

#productpage .productpage-content {
	margin-top: 50px;
}

#productpage .product-info {
  padding: 40px;
  padding-right: 0;
  position: relative;
  --infoSpacing: 15px;
  font-size: 14px;
}

#productpage .general-content {
  font-size: 14px;
}

#productpage .product-info:after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  background: #FBFBFB;
  z-index: -1;
}

#productpage .product-info .title-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#productpage .product-info .product-brand {
  opacity: .8;
  margin-bottom: 10px;
}

#productpage .product-info .product-title {
	font-size: 1.625em;
  font-weight: bold;
  line-height: 1.3em;
  padding-right: 15px;
}

#productpage .product-info .add-wish {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  font-size: 26px;
}

#productpage .product-info .add-wish:hover i:before {
	content: "\ecea";
  color: var(--accent);
}

#productpage .product-info .product-code {
	margin-top: 5px;
  opacity: .8;
}

#productpage .product-info .description,
#productpage .product-info .price,
#productpage .product-info .delivery,
#productpage .product-info .shipping-link{
	margin-top: var(--infoSpacing);
}

#productpage .product-option .ui.selection.dropdown {
  height: 50px;
  line-height: 50px;
}

#productpage .product-info .description {
	opacity: .8;
}

#productpage .product-info .price .price-old {
  font-size: 1.2em;
  margin-bottom: 0;
  opacity: .8;
  text-decoration: line-through;
}

#productpage .product-info .price .price-new .title-font {
	font-weight: bold;
  font-size: 1.625em;
}

#productpage .product-info .price .price-vat {
  margin-left: 25px;
  opacity: .8;
}

#productpage .product-info .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-info .delivery i {
  font-size: 1.4em;
  margin-right: 5px;
}

#productpage .product-info .delivery .title {
	font-weight: bold;
}

#productpage .product-info .delivery-subtext {
  margin-top: 5px;
  font-size: 13px;
  opacity: .7;
}

#productpage .product-info .order-form,
#productpage .product-info .cart,
#productpage .product-info .usp-wrap,
#productpage .product-info .product-discounts {
	margin-top: calc(var(--infoSpacing)*2);
}

#productpage .product-info .product-discounts li {
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;;
}

#productpage .product-info .cart,
#productpage .product-info .cart .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-info .cart .input-wrap input {
	min-width: 60px;
  max-width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  margin: 0 10px;
}

#productpage .product-info .cart .input-wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  font-size: 18px;
}

#productpage .product-info .cart .btn {
  margin-left: 30px;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

#productpage .product-info .cart .btn i {
  font-size: 1.7em;
  margin-right: 15px;
  letter-spacing: 0;
  margin-top: -.05em;
}

#productpage .product-info .shipping-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .7;
  font-weight: bold;
  font-size: 14px;
}

#productpage .product-info .shipping-link i {
	margin-right: 7px;
  font-size: 1.6em;
}

#productpage .product-info .shipping-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	text-decoration: underline;
}

#productpage .product-info .usp-wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-info .usp-wrap li:not(:last-child) {
	margin-bottom: 10px;
}

#productpage .product-info .usp-wrap li i {
	margin-right: 10px;
  font-size: 1.6em;
}

#productpage .product-configure .product-configure-inner {
	margin: -15px 0;
}

#productpage .product-configure .product-configure-inner .option-wrap {
	padding: 10px 0;
}

#productpage .product-configure .product-configure-inner .option-wrap .menu {
  max-height: 27em;
}

#productpage .product-configure label.label-title {
  display: block;
  margin-bottom: 15px;
  opacity: .7;
}

#productpage .product-configure .ui.selection.dropdown {
	width: 100%;
}

#productpage .product-configure select {
	height: 60px;
  opacity: 0;
}

#productpage .product-info .cart .btn {
  background: #1A936F;
}

#productpage .product-configure .product-configure-inner .option-wrap.product-custom-text,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-textarea,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-date,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-datetime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productpage .product-configure input[type="text"],
#productpage .product-configure input[type="date"],
#productpage .product-configure input[type="datetime-local"],
#productpage .product-configure textarea {
	border: 2px solid rgba(0,0,0,0.07);
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
}

#productpage .product-configure textarea {
	padding: 15px;
  height: auto;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}

#productpage .content-title {
	font-size: 1.225em;
  font-weight: bold;
  margin-bottom: 15px;
}

#productpage .specs-table {
	width: 100%;
}

#productpage .specs-table tr td {
	padding: 10px 0;
}

#productpage .specs-table tr td:first-child {
	font-weight: 600;
  opacity: .7;
}

#productpage .specs-table tr:not(:last-child) td {
	border-bottom: 1px solid #eee;
}

#productpage .product-brand-block .brand-image {
  padding: 3% 7%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
}

#productpage .product-brand-block .image-wrap img {
	height: auto;
  width: 100%;
}

#productpage .product-brand-block .brand-image .image-wrap {
	min-width: 100px;
  max-width: 100px;
}

#productpage .product-brand-block .text-link {
	margin-top: 15px;
  font-weight: 900;
}

#shipping-info {
	display: none;
  width: 100%;
  max-width: 600px;
}

#shipping-info .title {
	font-size: 1.4em;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

@media (max-width: 1399px) {
	#productpage .productpage-row .productpage-col.col-left {
    min-width: 600px;
    max-width: 600px;
  }
  
  #productpage .productpage-row .productpage-col.col-right {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
	#productpage .productpage-row .productpage-col.col-left {
    min-width: 400px;
    max-width: 400px;
  }
  
  #productpage .productpage-row .productpage-col.col-right {
    padding-left: 40px;
  }
  
  #productpage .product-content .productpage-row {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #productpage .product-content .productpage-row .productpage-col.col-left {
    min-width: 100%;
    max-width: 100%;
  }
  
  #productpage .product-content .productpage-row .productpage-col.col-right {
    padding-left: 0px;
    padding-top: 30px;
  }
  
  #productpage .product-images .productpage-slider {
    margin-bottom: 15px;
  }
  
  #productpage .product-images .thumbs {
  	margin: -7px;
  }
  
  #productpage .product-images .thumbs .thumb {
  	padding: 7px;
  }
  
  #productpage .product-images .thumbs .thumb.more-images .more-images-overlay {
  	font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  #productpage .productpage-row {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #productpage .productpage-row .productpage-col.col-left {
    min-width: 100%;
    max-width: 100%;
  }
  
  #productpage .productpage-row .productpage-col.col-right {
    padding-left: 0px;
    padding-top: 30px;
  }
  
  #productpage .product-info {
  	padding: 30px 0;
  }
  
  #productpage .product-info:after {
  	left: -50vw;
  }
  
  #productpage .product-images .productpage-slider .owl-prev,
  #productpage .product-images .productpage-slider .owl-next {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  #productpage .product-images .productpage-slider .image-wrap {
/*   	padding: 5% 25%; */
  }
  
  #productpage .product-info .product-title {
  	font-size: 1.4em;
  }
}

@media (max-width: 767px) {
	#productpage .product-info .cart .input-wrap input {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  
  #productpage .product-info .cart .btn {
    margin-left: 10px;
    padding: 0 10px;
    font-size: 12px;
  }
  
  #productpage .product-info .cart .btn i {
  	font-size: 1.4em;
    margin-right: 5px;
  }
  
  #productpage .product-info .product-code {
	margin-top: 25px;
}
   #productpage .product-info .product-info-mobile {
     padding-top: 15px;
  }
  
  #productpage .product-configure label.label-title {
  	margin-bottom: 10px;
  }
  
  #productpage .product-configure .product-configure-inner .option-wrap {
    padding: 5px 0;
  }
  
  #productpage .product-info .price .price-vat {
  	margin-left: 15px;
  }
  
  #productpage .product-info .add-wish {
    font-size: 22px;
  }
  
  #productpage .product-info .order-form,
  #productpage .product-info .cart,
  #productpage .product-info .usp-wrap {
  	margin-top: var(--infoSpacing);
  }
  
  #productpage .product-info .product-title {
  	font-size: 1.3em;
  }
  
  #productpage .product-images .productpage-slider .owl-prev,
  #productpage .product-images .productpage-slider .owl-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
/* End productpage */

/* Footer */
#footer {
	color: #fff;
}

#footer .newsletter .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

#footer .newsletter .title {
  margin-right: 40px;
  font-weight: 600;
}

#footer .newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .newsletter form input {
  width: 350px;
}

#footer .newsletter form .btn {
  height: 50px;
  margin-left: 20px;
}

#footer .main-footer {
  border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

#footer .main-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -15px;
}

#footer .main-footer .footer-col {
	padding: 15px;
}

#footer .main-footer .logo img {
	height: 70px;
}

#footer .main-footer .description {
	margin-top: 20px;
  font-size: 14px;
  max-width: 280px;
}

#footer .main-footer .contact-info {
	margin-top: 20px;
}

#footer .main-footer .contact-info li:not(:last-child) {
	margin-bottom: 10px;
}

#footer .main-footer .contact-info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .main-footer .contact-info li a i {
	font-size: 1.3em;
  margin-right: 7px;
}

#footer .main-footer .socials {
	margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .main-footer .socials li:not(:last-child) {
	margin-right: 20px;
}

#footer .main-footer .socials li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
}

#footer .main-footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 20px;
}

#footer .main-footer .footer-title .plusmin {
	width: 12px;
  height: 12px;
  position: relative;
}

#footer .main-footer .footer-title .plusmin:before,
#footer .main-footer .footer-title .plusmin:after {
	content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -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;
}

#footer .main-footer .footer-title .plusmin:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

#footer .main-footer .footer-links-wrap.active .footer-title .plusmin:after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	    -ms-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

#footer .main-footer .footer-links-wrap ul li {
	font-size: 14px;
  margin-bottom: 10px;
}

#footer .main-footer .footer-links-wrap ul li:last-child {
	margin-bottom: 0;
}

#footer .main-footer .footer-links-wrap ul li a {
	opacity: .8;
}

#footer .main-footer .footer-links-wrap ul li a:hover {
	color: var(--accent);
  opacity: 1;
}

#footer .footer-bottom {
  background: #2D2D2D;
  padding: 15px 0;
}

#footer .footer-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer-bottom .payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -2px;
}

#footer .footer-bottom .payments li {
	padding: 2px;
}

#footer .footer-bottom .payments li a {
	display: inline-block;
}

#footer .footer-bottom .payments li img {
	height: 40px;
}

@media (max-width: 1199px) {
  #footer .main-footer .inner {
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
  }
  
  #footer .main-footer .footer-col:first-child {
  	width: 100%;
  }
  
  #footer .footer-bottom .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #footer .footer-bottom .copyright {
  	text-align: center;
    margin-bottom: 10px;
  }
  
  #footer .footer-bottom .payments {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  
  #footer .footer-bottom .payments li img {
    height: 30px;
  }
}

@media (max-width: 991px) {
  #footer .newsletter .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #footer .newsletter .title {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
	#footer .newsletter form,
  #footer .newsletter form input {
    width: 100%;
  }
  
  #footer .main-footer .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: 0;
  }
  
  #footer .main-footer .footer-col {
  	padding: 0;
  }
  
  #footer .main-footer .footer-links-wrap {
  	border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  
  #footer .main-footer .footer-title {
  	margin: 0;
    padding: 15px 0;
    font-size: 1.2em;
  }
  
  #footer .main-footer .footer-links {
  	display: none;
    padding-bottom: 15px;
  }
  
  #footer .main-footer .logo img {
  	height: 50px;
  }
  
  #footer .main-footer .socials li:not(:last-child) {
    margin-right: 10px;
  }
  
  #footer .main-footer .socials {
  	margin-bottom: 20px;
  }
  
  #footer .footer-bottom .payments li img {
    height: 25px;
  }
}

@media (max-width: 767px) {
	#footer .newsletter form .btn {
    margin-left: 10px;
  }
}

@media (max-width: 499px) {
  #footer .newsletter form {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
	#footer .newsletter form .btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

/*
#footer .main-footer {
	background: #f7f7f7;
  padding: 50px 0;
}

/* End footer */

/* Categories */
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -10px;
}

.categories .category {
	padding: 10px;
}

.categories .category .inner {
	display: block;
  position: relative;
}

.categories .category .info {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
	background: rgba(0,0,0,0.2);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.categories .category .info .category-title {
	font-size: 1.188em;
  font-weight: bold;
  color: #fff;
}

.categories .category .info .category-title span {
	opacity: .7;
  margin-left: .3em;
}

.categories .category .overlay {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  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;
  padding: 20px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.categories .category .overlay .link {
	color: #fff;
  font-weight: bold;
  font-size: 1.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories .category .overlay .link i {
	margin-left: 10px;
}

@media (min-width: 1200px) {
  .categories .category .inner:hover .overlay,
	.categories .category .inner:hover .info {
    background: rgba(0,0,0,0.4);
  }
}

@media (max-width: 1499px) {
  .categories .category .overlay .link {
  	font-size: 1.4em;
 	}
}

@media (max-width: 1199px) {
  .categories .category .overlay .link {
  	font-size: 1.2em;
 	}
  
  .categories .category .info {
  	padding: 15px;
  }
}

@media (max-width: 767px) {
  .categories .category .info {
    padding: 10px;
	}
}
/* End categories */

/* Brands */
.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -15px;
}

.brands .brand {
	padding: 15px;
}

.brands .brand .image-wrap {
	padding: 5%;
}

@media (max-width: 1199px) {
	.brands {
    margin: -10px;
  }

  .brands .brand {
    padding: 10px;
  }
}

@media (max-width: 767px) {
	.brands {
    margin: -7px;
  }

  .brands .brand {
    padding: 7px;
  }
}
/* End brands */

/* Tags */
#tags-page .tags {
	margin: -7px;
}

#tags-page .tags a {
	height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  background: #f7f7f7;
  margin: 7px;
}
/* End tags */

/* messages */
.gui-messages {
	display:none !important;
}

.message-wrap {
	position:fixed;
  left:30px;
  bottom:30px;
  z-index:99999999999;
  display:none;
}

.message-wrap.active {
  display:block;
}

.message-wrap .message {
	background:#fff;
  border-radius:0px;
  padding:20px;
  width:350px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:1.1em;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.message-wrap.active .message {
	-webkit-animation: jump 1s ease 0s 1 normal ;
 	animation: jump 1s ease 0s 1 normal ;
  opacity:1;
  visibility:visible;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.message-wrap .message .icon {
	min-width:40px;
  max-width:40px;
  height:40px;
  background:#000;
  color:#fff;
  border-radius:100%;
  text-align:center;
  line-height:40px;
  margin-right:20px;
  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;
}

.message-wrap .message.error .icon {
  background: #cd3b3b;
}
.message-wrap .message.success .icon {
  background: #2ecc71;
}
.message-wrap .message.info .icon {
  background: #3ca1cd;
}

.message-wrap .text ul {
	margin:0;
  padding:0;
  list-style:none;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	        transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .message-wrap {
    top: auto;
    bottom: 10px;
    z-index: 99999999999;
    left: 0;
    padding: 0px 10px;
  }
  .message-wrap .message {
    padding: 15px;
    width:100%;
  }
  .message-wrap .message .icon {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height:30px;
    margin-right: 15px;
    font-size: 10px;
  }
}
/* End messages */

/* Blog */
.blog-articles {
	margin:-15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.blog-article {
	padding:15px;
}

.blog-article .image {
	display: block;
  padding-top: 50%;
}

.blog-article .info {
  text-align: center;
	margin-top:20px;
}

.blog-article .title {
	font-size:1.188em;
  font-weight:bold;
  margin-bottom:10px;
  display:block;
  line-height:1.1em;
}

.blog-article .title:hover {
	opacity: .7;
}

.blog-article .summary {
	font-size: 14px;
  opacity: .6;
}

.blog-article .read-more {
  margin-top: 15px;
}

.featured-articles .blog-article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-articles .blog-article .image-wrap {
  min-width: 60%;
  max-width: 60%;
}

.featured-articles .blog-article .info {
  margin-top: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: -5%;
  background: #fff;
  padding: 40px;
  text-align: left;
  max-width: 600px;
  margin-top: 8%;
}

.featured-articles .blog-article .info .summary {
	position: relative;
  max-height: 7.5em;
  overflow: hidden;
}

.featured-articles .blog-article .info .summary:after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.00) 58%, #FFFFFF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, rgba(255,255,255,0.00)), to(#FFFFFF));
  background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 58%, #FFFFFF 100%);
}

.home-blog .btn-wrap {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.featured-articles .blog-article:nth-child(even) .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .featured-articles .blog-article:nth-child(even) .info {
    margin-left: 0;
    margin-right: -5%;
  }
}

@media (max-width: 1199px) {
  .featured-articles .blog-article .info {
  	padding: 40px;
  }
}

@media (max-width: 991px) {
  .featured-articles .blog-article .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
	.featured-articles .blog-article .image-wrap {
    min-width: 100%;
    max-width: 100%;
  }
  
  .featured-articles .blog-article .info {
    margin: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -10%;
    max-width: unset;
    padding: 30px;
  }
  
  .blog-article .image {
  	padding-top: 70%;
  }
}

@media (max-width: 767px) {
	.featured-articles .blog-article .info {
  	padding: 20px;
  }
}
/* End blog */

/* Collection - Start */
#collection .collection-headline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#collection .collection-headline .overlay{
/*   background: rgba(0,0,0,0.34); */
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 435px;
  padding: 50px 0;
}
#collection .collection-headline .content {
  color: #fff;
  width: auto;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: rgba(0,0,0,0.34);
  padding: 15px;
}
#collection .collection-headline .content .title,
#collection .brand-headline .content .title {
  margin: 0;
  font-size: 1.8em;
  font-weight: bold;
}
#collection .collection-headline .content .general-content,
#collection .brand-headline .content .general-content {
  margin-top: 15px;
  max-width: 730px;
  color: #fff;
  opacity: 0.7;
}

#collection .brand-headline {
	margin-top: 70px;
}

#collection .col-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#collection .col-sidebar{
	min-width: 295px;
  max-width: 295px;
  margin-right: 80px;
}
#collection .col-sidebar .title{
	margin: 0;
  font-size: 1.188em;
  font-weight: bold;
  letter-spacing: 1.76px;
}
#collection .col-sidebar .sidebar-block{
	padding: 40px 30px;
  background: var(--light_grey);
}
#collection .col-sidebar .title-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}
#collection .col-sidebar .title-wrap .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection .col-sidebar .title-wrap .right a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	opacity: 0.6;
  font-size: 14px;
}
#collection .col-sidebar .title-wrap a i{
	margin-right: 5px;
  font-size: 21px;
}
#collection .col-sidebar .sidebar-block:last-child{
	margin-top: 25px;
}
#collection .col-sidebar .sb-cats ul {
	margin:0;
  padding:0;
  list-style:none;
  font-size: 0.95em;
  font-weight:bold;
  color:#777;
}
#collection .col-sidebar .sb-cats ul ul {
	padding-left:10px;
  padding-bottom:5px;
  display:none;
  font-weight:normal;
  border-left:3px solid var(--accent);
}
#collection .col-sidebar .sb-cats ul ul.active {
	display:block;
}
#collection .col-sidebar .sb-cats ul li.active > .inner > a,
#collection .col-sidebar .sb-cats ul li.active > .inner .more-cats{
  font-weight: bold;
  color: var(--dark_grey);
}
#collection .col-sidebar .sb-cats ul li .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
#collection .col-sidebar .sb-cats ul li a {
  display:block;
  padding:10px 0px;
  -webkit-box-flex:10;
      -ms-flex-positive:10;
          flex-grow:10;
  text-decoration:none;
}
#collection .col-sidebar .sb-cats ul ul li a {
	padding:5px 0px;
}
#collection .col-sidebar .sb-cats ul li:first-child .inner {
	border-top:0;
}
#collection .col-sidebar .sb-cats ul ul li .inner  {
	border:none;
}
#collection .col-sidebar .sb-cats .more-cats {
	-ms-flex-item-align:stretch;
	    align-self:stretch;
  padding-left:20px;
  padding:0px 10px;
  cursor:pointer;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#collection .col-sidebar .sb-cats li .more-cats .plusmin{
	position: relative;
  width: 8px;
  height: 8px;
}
#collection .col-sidebar .sb-cats li .more-cats .plusmin:before,
#collection .col-sidebar .sb-cats li .more-cats .plusmin:after{
	content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: rgba(56,56,56,0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -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;
}
#collection .col-sidebar .sb-cats li .more-cats .plusmin:after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#collection .col-sidebar .sb-cats li.active .more-cats .plusmin:after{
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#collection .col-sidebar .filter-wrap .filter-items{
  display: none;
}
#collection .col-sidebar .filter-wrap.active .filter-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#collection .col-main .sort-wrap{
	margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#collection .col-main .sort-wrap,
#collection .col-main .sort-wrap .sort,
#collection .col-main #filter_form{
	width: 100%;
}
#collection .col-main .sort-wrap .sort-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#collection .col-main .sort-wrap .sort-text{
	margin-right: 15px;
  font-weight: bold;
  opacity: 0.7;
}
#collection .col-main .sort-wrap .sort-block select{
  height: 60px;
	opacity: 0;
  visibility: hidden;
}
#collection .content-bottom .title{
	font-size: 1.188em;
  font-weight: bold;
  letter-spacing: 1.76px;
}
#collection .content-bottom .general-content{
  margin-top: 20px;
  opacity: 0.55;
}
#collection .products .product-banner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#collection .products .product-banner .background{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}
#collection .products .product-banner.no-img{
	background-color: #eee;
}
#collection .products .product-banner .overlay{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  padding: 30px;
  color: #fff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#collection .products .product-banner .overlay .title{
	font-weight: bold;
  letter-spacing: 1.76px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#collection .products .product-banner .overlay .text{
	opacity: 0.7;
}
#collection .products .product-banner .overlay .btn-wrap{
	margin-top: 30px;
  width: 100%;
}
#collection .products .product-banner .overlay .btn-wrap .btn{
  width: 100%;
}
#collection .sort-wrap .ui.selection.dropdown{
	min-width: 250px;
  max-width: 250px;
}
@media(max-width: 1399px) and (min-width: 1200px){
	#collection .col-sidebar{
  	margin-right: 40px;
    min-width: 270px;
    max-width: 270px;
  }
}
@media(max-width: 1199px){
  #collection .collection-headline .overlay{
  	min-height: 375px;
  }
	#collection .col-sidebar{
  	min-width: unset;
    max-width: unset;
    margin-right: unset;
  }
  #collection .col-sidebar .sidebar{
  	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: var(--light_grey);
    z-index: 9999;
    overflow-x: hidden;
    -webkit-transform: translate(-300px, 0px);
    -ms-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
    transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  }
  #collection .col-sidebar .sidebar.active{
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  #collection .col-main .sort .open-filters{
    margin-right: 15px;
  }
  #collection .col-main .sort .open-filters i{
  	margin-right: 7px;
    font-size: 1.3em;
  }
  .sidebar-overlay{
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s cubic-bezier(.29,.58,.32,1);
    -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
    transition: all .35s cubic-bezier(.29,.58,.32,1);
  }
  .sidebar-overlay.active{
  	opacity: 1;
    visibility: visible;
  }
  #collection .col-sidebar .sidebar-block:last-child{
  	margin-top: unset;
  }
  #collection .col-sidebar .sidebar-block{
  	padding: 20px;
  }
}
@media(max-width: 991px){
	#collection .collection-headline .overlay{
  	min-height: 300px;
  }
  #collection .col-sidebar .sb-cats ul{
  	font-size: 1em;
  }
  #collection .product-banner .btn{
  	height: 50px;
    line-height: 50px;
  }
}
@media(max-width: 767px){
	#collection .collection-headline .overlay{
  	min-height: 180px;
    padding: 30px 0;
    padding-top: 60px;
  }
  #collection .col-main .sort .open-filters {
    margin-right: 10px;
    padding: 0 15px;
    font-size: .9em;
  }
  #collection .sort-wrap .ui.selection.dropdown{
    min-width: 200px;
    max-width: 200px;
  }
  #collection .product-banner .overlay{
  	padding: 15px;
  }
  #collection .products .product-banner .background{
  	padding: 50% 0;
  }
}
/* Collection - End */
/* Products */
.products{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.products .product{
  padding: 10px;
}
.products .product .inner{
	position: relative;
}
.products .product .wishlist{
	position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.products .product .wishlist .add-wish{
	background: #fff;
  border-radius: 100%;
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.1em;
	border: 1px solid #eee;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
.products .product .wishlist .add-wish:hover i:before{
	content: "\ecea";
  color: var(--accent);
}
.products .product .info{
	margin-top: 15px;
  margin-bottom: 40px;
}
.products .product .info .product-title{
	font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 1.67px;
  opacity: 1;
}
.products .product .info .price{
	margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products .product .info .price .price-excl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products .product .info .price .price-old{
	font-size: 13px;
  text-decoration: line-through;
  letter-spacing: 1.21px;
  margin-right: 10px;
  color: var(--accent);
}
.products .product .info .price .price-old:empty {
	display: none;
}
.products .product .info .price .price-new{
	opacity: 1;
  font-weight: 500;
}
.products .product .info .price .price-incl{
	opacity: 1;
  font-size: 13px;
  letter-spacing: 1.21px;
  margin-top: 10px;
}
@media(max-width: 1399px) and (min-width: 1200px){
  .products .product .info .product-title{
  	font-size: 1em;
  }
  .products .product .wishlist .add-wish{
  	min-height: 35px;
    max-height: 35px;
    min-width: 35px;
    max-width: 35px;
    font-size: 1em;
  }
}
@media(max-width: 991px){
  .products{
  	margin: -7px;
  }
	.products .product{
  	padding: 7px;
  }
}
/* Products - End */
/* Breadcrumbs */
.breadcrumbs {
  margin: 25px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  opacity: 0.5;
}
.breadcrumbs i {
	font-size: 0.866em;
}
.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
  color: #1f1f1f;
  font-size: 0.813em;
}
.breadcrumbs .crumb i {
	margin: 0 5px;
}
/* End breadcrumbs */
/* Collection filters */
.price-filter {
  max-width: unset;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: var(--accent);
  border: none;
  margin: 0;
  position: absolute;
  height: 9px;
  top: 0;
  z-index: 1;
  border-radius: 5px;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 0;
  top: -4px;
  cursor: col-resize;
  border: none;
  background-color: var(--accent);
  border: 2px solid #756A55;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-10px;
}

.collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:9px;
  background: #f2f2f2;
}

.price-filter-range {
  margin-top: 30px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
  min-width: 74px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-size: 13px;
}

.price-filter-range .till {
  margin: 0 15px;
  font-size: 13px;
}

/* .filter-wrap {
	margin-bottom: 30px;
} */

.filter-wrap:last-child {
	margin-bottom: 0;
}
.filter-wrap:first-child{
	display: none;
}
.filter-wrap .filter-title{
	margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  letter-spacing: 1.49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-wrap .filter-title .plusmin{
	position: relative;
  width: 10px;
  height: 10px;
}
.filter-wrap .filter-title .plusmin:before,
.filter-wrap .filter-title .plusmin:after{
	content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #383838;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -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;
}
.filter-wrap .filter-title  .plusmin:after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.filter-wrap.active .filter-title  .plusmin:after{
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.filter-wrap .filter-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
/* End collection filters */

/* Dropdown */
.ui.selection.dropdown {
	height: 60px;
  min-height: unset;
  border: 1px solid #ccc;
  line-height: 60px;
  border-radius: 0px;
  padding: 0 20px;
  font-size: 13px;
  color: #797979;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 40px;
  background: none;
  font-weight: 700;
  font-size: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.ui.dropdown>.dropdown.icon:before {
	content: '\f107';
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
	border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-radius: 0;
  min-height: 14em;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}
@media(max-width: 767px){
	.ui.selection.dropdown{
  	min-width: unset;
    max-width: unset;
    height: 50px;
    line-height: 50px;
  }
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 8px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2em;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #1f1f1f !important;
	font-weight: 300;
  letter-spacing: 1.21px;
}

.ui.checkbox input:checked ~ label,
.ui.checkbox label:hover,
.ui.checkbox+label:hover {
	color: #000 !important;
}

.ui.checkbox label span {
	font-size: 12px;
  color: #aaa;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
  color: #000 !important;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
}

.ui.checkbox:not(.radio) .box:before, 
.ui.checkbox:not(.radio) label:before {
	border-radius: 0px !important;
}

.ui.checkbox label:before,
.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: #e9e9e9 !important;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
	background: #fff;
  border-color: #e9e9e9 !important;
}

.ui.checkbox .box:hover:before,
.ui.checkbox label:hover:before {
	border-color: #000 !important;
}
/* End checkbox */
/* Color Filters */
.filter-wrap .filter-items.filter-colors{
  margin: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
}
.filter-wrap .filter-items.filter-colors .color-filter{
  padding: 3px;
}
.filter-wrap .filter-items.filter-colors .color-filter input{
  display: none;
}
.filter-wrap .filter-items.filter-colors .color-filter label{
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  max-width: 28px;
  border-radius: 50%;
  background: #888;
  position: relative;
  margin: 0;
  position: relative;
  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;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}
.filter-wrap .filter-items.filter-colors .color-filter input:checked ~ label{
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  max-width: 28px;
}
.filter-wrap .filter-items.filter-colors .color-filter input:checked ~ label:after{
  content: "\e9f0";
  font-family: 'boxicons'!important;
  color: #756A55;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  max-width: 28px;
  border: 2px solid #756A55;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1em;
}
.filter-colors .color-roze,
.filter-colors .color-pink{
	background: #F4ECE3 !important;
}
.filter-colors .color-grijs,
.filter-colors .color-gray{
	background: #EFEFEF !important;
}
.filter-colors .color-blauw,
.filter-colors .color-blue{
	background: #5498FF !important;
}
.filter-colors .color-rood,
.filter-colors .color-red{
	background: #FF5454 !important;
}
.filter-colors .color-paars,
.filter-colors .color-purple{
	background: #CC54FF !important;
}
.filter-colors .color-groen,
.filter-colors .color-green{
	background: #69CE92 !important;
}
.filter-colors .color-black,
.filter-colors .color-zwart{
	background: #202020 !important;
}
/* End color filters */
/* Nothing found message - Start */
.nothing-found-wrap{
  max-width: 50%;
  margin-right: auto;
}
.nothing-found-wrap .title{
  font-size: 2em;
}
.nothing-found-wrap .subtitle{
  margin: 30px 0;
  margin-right: 0;
  border-left: 3px solid var(--accent);
  padding-left: 30px;
}
@media(max-width: 991px){
  .nothing-found-wrap{
    max-width: 75%;
  }
  .nothing-found-wrap .subtitle{
    font-size: 1em;
    margin: 20px;
  }
}
@media(max-width: 767px){
  .nothing-found-wrap{
    max-width: unset;
    margin-right: unset;
  }
  .nothing-found-wrap .title{
    font-size: 1.8em;
  }
}
/* Nothing found message - End */
/* Custom Cart - Start */
#cart-page .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin:0px -25px;
}
#cart-page .cart-body-col {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-total-col {
	min-width:500px;
  max-width: 500px;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-title,
.checkout-title,
#service-page .service-title{
	margin-bottom:30px;
}
#cart-page .cart-title .title,
.checkout-title .title,
#service-page .service-title .title {
	font-size:25px;
  margin:0;
}
#cart-page .cart-table {
	width:100%;
}
#cart-page .cart-table th {
  text-align:center;
  padding-bottom:10px;
}
#cart-page .cart-table th:first-child {
	text-align:left;
}
#cart-page .cart-table td {
	padding:15px 15px;
  border-bottom:1px solid rgba(0,0,0,0.065);
}
#cart-page .cart-table td.image {
	width:100px;
}
#cart-page .cart-table td.image img {
	width:100%;
}
#cart-page .cart-table .image-wrap.img-gray {
  padding: 12%;
}
#cart-page .cart-table .image-wrap.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
#cart-page .cart-table td:last-child {
	padding-right:0;
}
#cart-page .cart-table td:first-child {
	padding-left:0;
}
#cart-page .cart-table .info .product-title{
  font-weight: bold;
  letter-spacing: 1.67px;
  opacity: 0.7;
}
#cart-page .cart-table .extra-info ul li.variant {
  margin-top:5px;
  color: #777;
  font-size: 90%;
}
#cart-page .cart-table .input-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .cart-table .input-wrap .standard-input{
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border: none;
  margin: 0 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0 5px;
  color: rgba(56,56,56, 0.75);
}
#cart-page .cart-table .input-wrap .change{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#cart-page .cart-table .input-wrap .change a{
	height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .cart-table .input-wrap .change i{
	font-size: 1em;
  font-weight: bold;
  color: var(--black);
}
#cart-page .cart-table .option-icons{
	color: #aaa;
  font-size: 1.429em;
}
#cart-page .cart-table .subtotal{
  opacity: 0.7;
}
#cart-page .total-block {
  padding: 30px;
  background: var(--light_grey);
  border-radius: 3px;
}
#cart-page .total-block .quantity-title{
	margin-bottom: 30px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
#cart-page .total-block table {
	width:100%;
  font-weight:700;
}
#cart-page .total-block table td {
	padding:3px 0px;
  opacity: 0.7;
}
#cart-page .total-block table td:last-child {
	text-align:right;
}
#cart-page .total-block table tr:last-child td {
	padding-top:20px;
  border-top:1px solid rgba(0,0,0,0.06);
/*   font-size:120%; */
}
#cart-page .total-block table tr:nth-last-child(2) td {
	padding-bottom:20px;
}
#cart-page .total-block table .delete-discount {
  margin-left:5px;
}
#cart-page .total-block table a{
  color: #aaa;
}
#cart-page .total-block ul.payments{
	margin:-3px;
  margin-top:37px;
  padding:0;
  list-style:none;
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
#cart-page .total-block ul.payments li {
	margin:3px;
  padding:3px 5px;
  background:#fff;
  width:60px;
  border-radius:2px;
  display:inline-block;
  width:calc(16.6666% - 6px);
}
#cart-page .total-block ul.payments li img {
	width:100%;
}
#cart-page .total-block .button  {
	margin-top:20px;
}
#cart-page .total-block .button .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  background: var(--accent);
  margin-top:5px;
}
#cart-page .total-block .button .btn.back{
	background: #B8B8B8;
}
#cart-page .total-block .button .btn:first-child {
	margin-top:0;
}
#cart-page .total-block .button .btn.paypal {
	background:#012169;
}
#cart-page .total-block .button .btn.fastcheckout {
	background:#1ba5de;
}

#cart-page .total-block .cart-total-text {
	margin-top: 15px;
}

#cart-page .cart-body-col .shipping-discount{
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cart-page .cart-body-col .shipping-discount #gui-form-discount{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .cart-body-col .shipping-discount #gui-form-discount .standard-input{
  margin-right: 10px;
  font-size: 13px;
}
#cart-page .cart-body-col .shipping-discount #gui-form-discount .add-discount{
  max-height: 50px;
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
  padding: 0 15px;
  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;
  line-height: 50px;
  text-align: center;
  font-size: 1.2em;
}
#cart-page .cart-body-col .shipping-discount .shipping-btn{
	height: 50px;
  color: #fff;
}
#shipping-costs-popup {
	display:none;
}

#shipping-costs-popup.shipping-costs-block-visible {
	display: block;
  padding: 30px;
  background: var(--light_grey);
  border-radius: 3px;
  margin-top: 30px;
}
.fancybox-slide #shipping-costs-popup {
  margin: 30px 0px;
  padding: 40px 50px;
  background: #f7f7f7;
  width: 100%;
  max-width: 420px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}
#shipping-costs-popup .input-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin-top:10px;
}
#shipping-costs-popup .input-wrap input {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  margin-right:10px;
}
#shipping-costs-popup  .title-small {
	margin-bottom:50px;
  font-weight: bold;
  font-size: 1.3em;
}
#shipping-costs-popup .methods-block,
#shipping-costs-popup .no-shipments{
  margin-top:20px;
}
#shipping-costs-popup .methods-title {
  font-size:1.1em;
  font-weight: bold;
  margin-bottom:10px;
}
#shipping-costs-popup #gui-form-shipment{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#shipping-costs-popup #gui-form-shipment .submit-shipping{
	padding: 0 15px;
  height: 50px;
}
#shipping-costs-popup .ui.radio.checkbox input:checked~.box:after, 
#shipping-costs-popup .ui.radio.checkbox input:checked~label:after{
	background: var(--accentPrimary);
  margin-left: unset;
}
.custom-cart-page .gui-progressbar {
	display:none;
}
.gui-input, .gui-text, .gui-select, .gui-number, .gui-select select {
  border: none !important;
  background: rgba(0,0,0,0.05)!important;
  border-radius: 0!important;
}
.gui-input input,
.gui-select select {
	height:40px !important;
}
.gui-checkout .gui-form a.gui-button-small {
  float: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  font-weight: bold;
  background: #2ecc71;
  border: none;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
}
.gui-checkout .gui-form a.gui-button-primary, .gui-checkout .gui-form a.gui-button-action {
	padding: 0px 25px !important;
  background: #2ecc71 !important;
  color:#fff !important;
}
.gui-checkout input:-webkit-autofill {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}
.upsell-products {
	padding-top:70px;
}
#cart-page .title-featured .title {
	font-size:25px;
}
.upsell-products .products .owl-stage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.upsell-products .products .owl-stage .owl-item .item{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.upsell-products .products .owl-stage .owl-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upsell-products .products .owl-stage .owl-item .product{
  height: 100%;
}
@media (max-width: 1450px) {
  #cart-page .cart-total-col {
  	min-width:450px;
    max-width:450px;
  }
}

@media (max-width: 1199px) {
	#cart-page .cart-row {
  	margin:0px -15px;
  }
  #cart-page .cart-body-col {
    padding:0px 15px;
  }
  #cart-page .cart-total-col {
  	min-width:400px;
    max-width:400px;
    padding:0px 15px;
  }
  #cart-page .total-block {
  	padding:25px;
    font-size:13px;
  }
  #cart-page .cart-table {
  	font-size:13px;
  }
  #cart-page .cart-table th {
  	font-size:100%;
  }
  #cart-page .cart-table td {
  	padding:15px 10px;
  }
  #cart-page .cart-table td.image {
  	width:75px;
  }
} 
  
@media (max-width: 991px) {
  #cart-page .cart-row {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
	#cart-page .cart-body-col {
  	width: 100%;
  }
  #cart-page .cart-total-col {
  	min-width: 100%;
    max-width: 100%;
    margin-top:30px;
  }
  #cart-page .total-block ul.payments li {
  	width: calc(10% - 6px);
  }  
}
  
@media (max-width: 767px) {
  #cart-page .cart-table td {
    padding: 10px 5px;
	}
  #cart-page .cart-table td.image {
  	width:60px;
  }
  #cart-page .cart-title .title, .checkout-title .title, #service-page .service-title .title {
  	font-size:18px;
  }
  #cart-page .cart-table .extra-info ul {
  	font-size:11px;
  }
  #cart-page .cart-total-col {
  	padding:0;
  }
  #cart-page .total-block {
    padding:20px 15px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
  #cart-page .total-block .discount-block {
  	margin-bottom:20px;
  }
  #cart-page .total-block .payments ul {
  	margin-top:17px;
  }
  #cart-page .total-block table tr:last-child td{ 
  	padding-top:10px;
  }
  #cart-page .total-block table tr:nth-last-child(2) td {
  	padding-bottom:10px;
  }
  .upsell-products {
  	padding-top:30px;
  }
  #cart-page .title-featured .title {
  	font-size:18px;
  }
  #cart-page .total-block .discount-block input {
  	height:40px;
    padding:0px 15px;
  }
  #cart-page .total-block .discount-block .btn {
  	width:40px;
    height:40px;
    line-height:40px;
  }
}
@media(max-width: 525px){
  #cart-page .total-block ul.payments li {
  	width:calc(16.6666% - 6px);
  }
}
/* Custom Cart - End */
/* Custom Checkout - Start */
.gui {
  font-size: 16px;
}
.gui-checkout {
  font-size: 16px;  
}

.gui-checkout .order-summary table tr:first-child td small {
  display: none;
}
.gui-payment-method-service .gui-payment-method-icon {
  opacity:0;
  background:#fff;
  border-radius:3px;
  border:1px solid rgba(0,0,0,.07);
}

.gui-payment-method-service .gui-payment-method-icon.updated {
  opacity:1;
}

.gui-form .gui-radio label,
.gui-form .gui-checkbox label {
  position: relative;
  padding-left: 30px !important;
  padding-top: 4px;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border:1px solid rgba(0,0,0,.07);
}

.gui-form .gui-checkbox label:before {
  border-radius:0;
}

.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
  display:none;
}

.gui-form .gui-radio input:checked ~ label:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 100%;
}

.gui-form .gui-checkbox input:checked ~ label:after {
  content: "\f00c";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--accent) !important;
}

.gui-checkout-one-step .gui-payment-method-service > label {
  padding: 15px;
  background: #fff;
  border-radius: 0;
  margin: 0;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.gui-checkout-one-step .gui-payment-method-service > label input {
  display:none;
}

.gui-checkout .gui-form a.gui-button-small {
  height: 40px;
  line-height: 37px;
  padding: 0 20px;
  border-radius: 0 !important;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  color: #ffffff !important;
  font-weight: 700;   
  border-radius: 3px !important;
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
}

.gui-checkout-one-step .gui-block {
  padding: 7%;
  border-radius: 0px;
}

.gui-checkout-one-step .gui-block, .gui-checkout-one-step .gui-block {
  background: var(--light_grey);
}

.gui-input, .gui-text, .gui-select, .gui-number {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
}

body .gui-block-subtitle, body .gui-content-subtitle {
  font-size:1.3em;
  font-weight: bold;
  color:var(--black);
}

.gui-block-subtitle a {
  font-size:12px;
  line-height:2em;
  text-transform:none;
}

.gui-form .gui-checkout-steps {
  margin:-15px;
}

.gui-checkout-one-step .gui-checkout-steps {
  width:auto !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
  width: 33.3333% !important;
  padding: 15px !important;
  margin: 0 !important;
}

.gui-form .gui-field > label {
  font-size:.9em;
}

.gui-checkout #gui-block-review .gui-product-image {
  display: block !important;
  border:none;
  border-radius:3px;
  overflow: hidden;
  margin-right:15px;
}

.order-summary .gui-table tbody tr td:first-child {
  padding-left:0;
}

.order-summary .gui-table tbody tr td:last-child {
  padding-right:0;
  color:#404040;
}

.order-summary .gui-table thead {
  display:none;
}
.order-summary .gui-table tbody tr td {
  font-size:14px;
}

.gui-cart-sum .gui-item .gui-desc {
  font-size: 12px;
  text-align:left !important;
}

.gui-cart-sum .gui-line {
  background:#eee !important;
}

body .gui-table tbody tr:last-child td {
  border-color:#eee;
}

.gui-checkout .gui-confirm-buttons a.gui-button-action {
  padding: 0px 40px !important;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  border-radius: 0 !important;
}

input#gui-form-discount_code {
  font-size: 1em;
}

.gui-select select {
  -webkit-appearance: none;
  -moz-appearance:none;
       appearance:none;
  background:transparent !important;
  padding:0px 10px !important;
}

body .gui-select {
  background:#fff !important;
  color:#000;
  font-size:13px;
  position:relative;
  z-index:0;
  border-radius: 5px;
  overflow: hidden;
}

body .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  z-index: -1;
  font-size: .9em;
}

.gui-form .gui-radio input {
  margin: 0;
  margin-right: 10px;
}

.gui-checkout .gui-form .gui-input,
.gui-checkout .gui-form .gui-text,
body .gui-select {
  border: none !important;
}

.gui-select select {
  height: 40px !important;
  -webkit-appearance: none;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07) !important;
}

.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-input input,
.gui-checkout .gui-form textarea {
  height:40px;
  padding:0px 15px;
  font-size: 14px;
  outline:none;
  border: 1px solid #efefef;
  border-radius:0px;
  background:#fff;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

.gui-checkout .gui-form textarea {
  padding:13px 20px;
  max-width:100%;
  min-height: 100px;
}

.gui-checkout .gui-form input::-webkit-input-placeholder,
.gui-checkout .gui-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
  color:rgba(0,0,0,0.4);
}

.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}

.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}

.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
}

.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
}

body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
  border:1px solid rgba(0,0,0,.07) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .gui-select.gui-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gui-checkout .gui-progressbar {
  display: none;
}

.gui-checkout .gui-form a.gui-button-action {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.gui-input-phone-number .gui-input-phone-number-code-wrapper{
  margin: unset !important;
}
.gui-input-phone-number #gui-form-details-phone-number{
  padding-left: 80px !important;
}
.gui-delivery-time-checkout{
  display: none;
}
.gui-checkout .gui-form a.gui-button-action{
  background: var(--accent) !important;
  border-color: var(--accent) !important;
}
.gui-form label em{
  color: var(--accent) !important;
}
.gui-form .gui-radio input:checked ~ label:after{
  background: var(--accent) !important;
}
.gui-checkout-one-step .gui-payment-method-service.gui-is-selected > label{
  border: 2px solid var(--accent) !important;
}
.gui-input-phone-number .gui-input-phone-number-code-placeholder {
  line-height: 40px !important;
}
.gui-input-phone-number .gui-input-phone-number-code-flag {
  top: 10px !important;
  left: 10px !important;
}
.gui-checkout.gui a {
    color: var(--accent);
}
/* Responsive */
@media (max-width: 1199px) {
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
    width: 100% !important;
  }
}
@media(max-width: 991px){
  .gui-checkout-one-step .gui-block{
    padding: 30px !important;
  }
  .gui-block-subtitle, .gui-content-subtitle{
    font-size: 1.3em;
  }
}
@media(max-width: 767px){
  .gui-checkout {
    font-size: 14px;
  }
  .gui-block-subtitle, .gui-content-subtitle{
    font-size: 1.1em;
  }
  .gui-checkout-one-step .gui-block{
    padding: 20px !important;
  }
}
/* Custom checkout - End */
/* Contact popup */
/* Contact popup */
/* #contact-popup {
	display: none;
  width: 100%;
  max-width: 500px;
  background: #f7f7f7;
} */
#service-page .form-wrap .title-wrap {
  margin-bottom: 20px;
}
#service-page .form-wrap .title-wrap .title {
  margin-bottom: 15px;
  font-size: 1.7em;
  font-weight: bold;
  color: var(--black);;
  line-height: 1em;
}
#service-page .form-wrap .inputs-wrap .input-wrap {
	margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#service-page .form-wrap .inputs-wrap .input-wrap label{
	color: #2D2D2D;
  margin-bottom: 10px;
}
#service-page .form-wrap .inputs-wrap .input-wrap .standard-input{
  height: 47px;
  background-color: #fff;
}
#service-page .form-wrap .inputs-wrap .input-wrap textarea.standard-input.opmerkingen {
  height: 125px;
}
#service-page .form-wrap .inputs-wrap .btn-wrap .btn{
	width: 100%
}
#service-page .form-wrap .inputs-wrap .btn-wrap .btn:hover {
	color: #4C4036;
  background-color: #fff;
  border: 2px solid #4C4036;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
#service-page .form-wrap .inputs-wrap .btn-wrap i{
	font-size: 1.5em;
  margin-left: 20px;
}

#service-page .content-form-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#service-page .content-form-wrap .textpage-content {
	padding-right: var(--generalSpacing); 
  width: calc(100%/3 * 2);
}
#service-page .content-form-wrap .form-wrap {
  padding-top: var(--generalSpacing);
  width: calc(100%/3);
  padding-left: 12px;
}
/* Contact popup - end */
/* Service Page */
#service-page {
  padding-bottom: 100px;
	overflow: hidden;
}
#service-page .service-banner {
	background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  min-height: 300px;
}
#service-page .service-banner .overlay{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  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;
  padding: 50px 0;
}
#service-page .service-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service-page .service-banner .inner h1 {
  color: #fff;
  letter-spacing: 1.67px;
  font-size: 2.2em;
  font-weight: bold;
}
#service-page .service-blocks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  margin: -10px;
}
#service-page .service-blocks-wrap .service-block-wrap {
  width: calc(100%/3);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#service-page .service-blocks-wrap .service-block-wrap .inner-wrap {
  padding: 40px;
	background: var(--light_grey);
  width: 100%;
}
#service-page .service-blocks-wrap .service-block-wrap.service-block-3 .inner-wrap {
	padding: 0; 
}
#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service-page .service-blocks-wrap .service-block-wrap .contact-wrap .li-wrap {
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
}
#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li a i{
	padding-right: 10px;
  font-size: 1.5em;
}
#service-page .service-blocks-wrap .service-block-wrap .contact-wrap ul li.list-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image .overlay {
	background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service-page .service-blocks-wrap .service-block-wrap .title {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 1.67px;
  color: var(--black);
}
#service-page .service-blocks-wrap .service-block-wrap .title-wrap {
	margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service-page .footer-links-1 ul li{
	margin-bottom: 13px;
}
#service-page .service-block-wrap .inner-wrap.bg-image .title-wrap .title {
  color: #fff;
}
#service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image .content-wrap .text {
  color: #fff;
}
#service-page .service-block-wrap .inner-wrap.bg-image .content-wrap .btn-wrap .btn {
  background-color: var(--accent);
  color: #fff;  
  margin-top: 20px;
}
#service-page .service-block-wrap .inner-wrap.bg-image .content-wrap .btn-wrap .btn:hover {
  background: #fff;
  color: var(--accent);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
}
#service-page .service-blocks-wrap .service-block-wrap ul li:last-child {
	margin-bottom: 0px;
}
#service-page .faq-wrap .service-block .question-answer {
	display: none;
}
#service-page .faq-wrap .service-block .question-title {
  line-height: 2em;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  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;
  cursor: pointer;
}
#service-page .faq-wrap .service-block .question-wrap.active .question-title {
	color: var(--accent);
  border: 0px;
}
#service-page .faq-wrap .service-block .question-wrap.active .question-title i {
	color: var(--accent);
}
#service-page .faq-wrap .service-block .question-wrap .question-answer {
  background-color: var(--light_grey);
  padding: 20px;
  line-height: 2em;
  color: var(--black);
  border-radius: 5px;
}
#service-page .faq-wrap .service-block .question-wrap .question-answer p {
	margin: 0px;
}
#service-page .faq-wrap .service-block .title-wrap .title {
	font-weight: bold;
  font-size: 1.2em;
  color: var(--accent);
  margin-bottom: 15px;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
#service-page .content-wrap i {
  font-size: 15px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-left: 15px;
  color: black;
}
#service-page .faq-wrap .service-block {
  width: 50%;
  padding: 25px;
}
#service-page .content-row  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -25px;
}
#service-page .faq-wrap .question-wrap .question-title i {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
#service-page .faq-wrap .question-wrap.active .question-title i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media(min-width: 1200px){
	#service-page ul li:hover a{
  	color: var(--accent);
  }
}
@media (max-width: 1199px) {
  #service-page .service-banner{
  	min-height: 250px;
  }
  #service-page .service-blocks-wrap .service-block-wrap.service-block-3 {
  	width: 100%;
  }
  #service-page .service-blocks-wrap {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
    padding-top: 40px;
	}
  #service-page .service-blocks-wrap .service-block-wrap {
  	width: 50%;
  }
  #service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image {
    width: 100%;
	}
  #service-page .faq-wrap .service-block {
    width: 100%;
  }
  #service-page .faq-wrap .service-block {
    margin: 0px;
	}
   #service-page .faq-wrap .service-block .title-wrap .title {
    margin-bottom: 5px;
	}
}
@media (max-width: 991px) {
  #service-page .service-banner{
  	min-height: 250px;
  }
  #service-page .service-banner .inner h1{
  	font-size: 2em;
  }
  #service-page .service-blocks-wrap .service-block-wrap .inner-wrap.bg-image .overlay,
  #service-page .service-blocks-wrap .service-block-wrap .inner-wrap {
    padding: 30px;
	} 
  #service-page .service-blocks-wrap {
  	margin: -10px;
    padding-top: 30px;
  }
  #service-page .service-blocks-wrap .service-block-wrap {
    width: 50%;
	}
  #service-page .faq-wrap .service-block {
    margin: 0px;
	}
   #service-page .faq-wrap .service-block .title-wrap .title {
    margin-bottom: 5px;
	}
  #service-page .service-banner .blur .inner h1 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  #service-page .content-form-wrap {
  flex-direction: column-reverse;
}
#service-page .content-form-wrap .textpage-content {
	width: 100%;
  padding-right: 0;
}
#service-page .content-form-wrap .form-wrap {
 	width: 100%;
  padding-left: 0;
}
  #service-page .service-banner{
  	min-height: 180px;
    padding: 30px 0;
  }
  #service-page .service-banner .inner h1{
  	font-size: 1.5em;
  }
  #service-page .service-blocks-wrap .service-block-wrap {
    width: 100%;
	}
   #service-page .service-blocks-wrap {
    padding-top: 25px;
  }
  #service-page .faq-wrap .service-block {
    margin: 0px;
	}
  #service-page .faq-wrap .service-block .title-wrap .title {
    margin-bottom: 5px;
	}
  #service-page .service-banner .blur .inner h1 {
    font-size: 1.6em;
  }
}
/* Fixed Pages - Start */
.fixed-pages{
	padding-top: 50px;
}
@media(max-width: 767px){
	.fixed-pages{
  	padding-top: 30px;
  }
}
/* Fixed Pages - End */

.mobile-contact-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  left: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 -3px 0 0 rgba(0,0,0,.05);
          box-shadow: 0 -3px 0 0 rgba(0,0,0,.05);
}

.mobile-contact-box .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}

.mobile-contact-box .buttons li {
	padding: 5px;
  width: 50%;
}

.mobile-contact-box .buttons li a {
	width: 100%;
  height: 35px;
  font-size: 13px;
  padding: 0 15px;
}

.mobile-contact-box .buttons li:first-child a {
	background: #fff;
  color: var(--accent);
 	border: 1px solid var(--accent); 
}

.toggle-content-wrap.closed .general-content {
	max-height: 200px;
  overflow: hidden;
  position: relative;
}

.toggle-content-wrap:not(.closed) .general-content {
	max-height: 100% !important;
}

.toggle-content-wrap.closed .general-content:after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.00)), to(#FFFFFF));
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.00) 0%, #FFFFFF 100%);
  background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 100%);
}

.toggle-content-wrap .toggle-content {
	text-decoration: underline;
}