@font-face {
	font-display: auto;
}

body {
	color:#000;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 16px;
}

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;
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.ul-reset {
	list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-pages {
	padding-top: 30px;
}

.fixed-page-title {
  font-size: 30px;
	margin-bottom: 30px;
}

.general-content {
	color: #777;
}

.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:50px;
  padding:0px 25px;
  background:#000;
  color:#fff;
  font-weight:bold;
  font-size:1em;
  border-radius:0;
  text-transform: uppercase;
  -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 {
	color:#fff;
}

.btn.transparent {
	background: #fff;
  color: #000;
}

.btn.transparent:active,
.btn.transparent:focus,
.btn.transparent:visited {
	color:#000;
}

.standard-input {
	height: 40px;
  padding: 0px 15px;
  outline: none;
  border-radius: 0px;
  font-size: 1em;
  background: #f7f7f7;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea.standard-input {
	padding: 10px 15px;
}

.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #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;
}

.align {
	display:table;
  width:100%;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.align-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.align-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
  height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

.block-padding {
	padding-top: 80px;
  padding-bottom: 80px;
}

.block-padding-top {
	padding-top: 80px;
}

.block-padding-bottom {
  padding-bottom: 80px;
}

.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);
}

@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1560px;
    padding:0px 30px;
  }
}

@media (max-width: 1199px){
	.fixed-page-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px){
	.fixed-page-title {
    margin-bottom: 20px;
  }
}
/* End general styles */

/* Loading screen */
#loading-screen {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  margin-bottom: 1px;
}

#loading-screen .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
}

#loading-screen .logo {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  width: 60%;
}

#loading-screen .logo img {
	width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #loading-screen .logo {
  	width: calc(100% - 30px);
  }
}
/* End loading screen */

/* Header */
#header {
  background: #fff;
	border-bottom: 1px solid #eee;
}

#header.fixed {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#header .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;
  padding: 25px 0;
}

#header .logo img {
	height: 20px;
}

#header .menu-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-menu li {
	margin-right: 30px;
}

#header .main-menu li a {
	color: #000;
  position: relative;
}

#header .main-menu li a:after {
	content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header .main-menu li.active a:after,
#header .main-menu li:hover a:after {
	width: 100%;
}

#header .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

#header .cart i {
	font-size: 2em;
}

#header .cart .cart-info {
	margin-left: 7px;
}

#header .cart .cart-info .qty {
	font-size: 14px;
  line-height: 1;
}

#header .cart .cart-info .price {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

#header .open-menu ul {
	list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -3px 0;
}

#header .open-menu ul li {
	margin: 3px 0;
  display: block;
  width: 22px;
  height: 1px;
  background: #000;
}

#header .open-menu ul li:nth-child(2) {
	width: 18px;
}

@media (max-width: 991px) {
  #header .inner {
  	padding: 15px 0;
  }
  
  #header .footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-flex: 1;
  	    -ms-flex: 1;
  	        flex: 1;
  }
  
  #header .mobile-menu-col {
  	-webkit-box-pack: start;
  	    -ms-flex-pack: start;
  	        justify-content: flex-start;
  }
  
  #header .logo-col {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  
  #header .menu-col {
  	-webkit-box-pack: end;
  	    -ms-flex-pack: end;
  	        justify-content: flex-end;
  }
  
  #header .logo img {
  	height: 18px;
  }
  
  #header .cart i {
  	font-size: 1.7em;
  }
}

@media (max-width: 767px) {
	#header .logo img {
  	height: 12px;
  }
  
  #header .cart i {
  	font-size: 1.5em;
  }
  
  #header .cart {
  	position: relative;
  }
  
  #header .cart .mobile-qty {
    position: absolute;
    top: -2px;
    right: -8px;
    background: #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    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;
    font-size: 14px;
  }
}
/* 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;
}

.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.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;
}

.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;
  color: #000;
}

.mobile-menu .categories-wrap > ul > li.active > .cat-inner > a {
  font-weight: 600;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}

.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 .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;
}

.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 {
  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 */

/* Headline */
.headline-wrap {
	padding: 35px 0;
}

.headline-wrap .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline-wrap .inner .block.slider-block {
	width: calc(100% - 530px);
}

.headline-wrap .inner .block.content-block {
	min-width: 500px;
  max-width: 500px;
  margin-left: 30px;
}

.headline-wrap .headline-slider .owl-nav .owl-prev,
.headline-wrap .headline-slider .owl-nav .owl-next {
	position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline-wrap .headline-slider .owl-nav .owl-next {
	left: auto;
  right: 0;
}

.headline-wrap .headline-slider .owl-stage,
.headline-wrap .headline-slider .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.headline-wrap .headline-slider .owl-stage .owl-item .item {
	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;
}

.headline-wrap .content-block {
	text-align: center;
}

.headline-wrap .content-block .product-title {
	font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

.headline-wrap .content-block .general-content {
	color: #777;
  margin-top: 15px;
}

.headline-wrap .content-block .general-content a {
	color: #000;
}

.headline-wrap .content-block .price {
	margin-top: 30px;
  font-size: 20px;
}

.headline-wrap .content-block .usp {
	margin-top: 15px;
}

.headline-wrap .content-block .custom-option {
  margin-top: 15px;
  font-size: 14px;
}

.headline-wrap .content-block .custom-option label {
	margin-left: 10px;
}

.headline-wrap .content-block .add-cart {
	height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
  width: 100%;
  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;
  text-align: center;
  color: #000;
  background: #fff;
  font-weight: bold;
  border: 1px solid #eee;
}

.headline-wrap .content-block .add-cart.disabled {
	background:#aaa;
  color:#fff;
}

.headline-wrap .content-block .add-cart i {
  font-size: 1.4em;
  margin-left: 10px;
  margin-top: -0.1em;
}

@media (min-width: 768px) {
	.headline-wrap .headline-slider .owl-stage .owl-item .item img {
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: .2;
  }

  .headline-wrap .headline-slider .owl-stage .owl-item.center-item .item img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .headline-wrap {
  	padding: 30px 0;
  }
  
  .headline-wrap .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  .headline-wrap .inner .block.slider-block {
  	width: 100%;
  }
  
  .headline-wrap .headline-slider .owl-stage .owl-item .item {
  	width: 100%;
    padding: 0 15%;
  }
  
  .headline-wrap .inner .block.content-block {
    margin-top: 30px;
    margin-left: 0;
  }
  
  .headline-wrap .headline-slider .owl-nav .owl-prev,
  .headline-wrap .headline-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;	
    font-size: 1.6em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .headline-wrap .headline-slider .owl-nav .owl-next {
  	-webkit-box-pack: end;
  	    -ms-flex-pack: end;
  	        justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .headline-wrap .inner .block.content-block {
  	min-width: 100%;
    max-width: 100%;
  }
  
  .headline-wrap .content-block .product-title {
  	font-size: 35px;
  }
  
  .headline-wrap .content-block .general-content {
  	margin-top: 10px;
  }
  
  .headline-wrap .content-block .price {
  	margin-top: 15px;
  }
}
/* End headline */

/* Home gallery */
.home-gallery {
	border-bottom: 1px solid #eee;
  padding: 15px;
}

.home-gallery .banners-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -7px;
}

.home-gallery .banners-wrap .col-left {
	width: 30%;
}

.home-gallery .banners-wrap .col-right {
	width: 70%;
}

.home-gallery .banners-wrap .banner {
	padding: 7px;
}

.home-gallery .banners-wrap .banner .inner {
	width: 100%;
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
}

.home-gallery .banners-wrap .banners-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.home-gallery .banners-wrap .banner-1 {
	width: 100%;
  height: 100%;
}

.home-gallery .banners-wrap .banner-1 .inner {
  max-height: 900px;
  min-height: 900px;
}

.home-gallery .banners-wrap .banner-2 {
	width: 25%;
}

.home-gallery .banners-wrap .banner-3 {
	width: 25%;
}

.home-gallery .banners-wrap .banner-4 {
	width: 50%;
}

.home-gallery .banners-wrap .banner-5 {
	width: 50%;
}

.home-gallery .banners-wrap .banner-6 {
	width: 50%;
}

@media (max-width: 1600px) {
  .home-gallery .banners-wrap .banner-2,
  .home-gallery .banners-wrap .banner-3,
  .home-gallery .banners-wrap .banner-4 {
  	width: calc(100% / 3);
  }
}

@media (max-width: 1400px) {
  .home-gallery .banners-wrap .col-left {
  	width: 40%;
  }
  
  .home-gallery .banners-wrap .col-right {
  	width: 60%;
  }
}

@media (max-width: 1199px) {
  .home-gallery .banners-wrap {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  .home-gallery .banners-wrap .col-left,
  .home-gallery .banners-wrap .col-right {
  	width: 100%;
  }
  
  .home-gallery .banners-wrap .banner-1 .inner {
  	min-height: unset;
    max-height: unset;
    padding: 25% 0;
  }
}

@media (max-width: 767px) {
  .home-gallery .banners-wrap .banner-1 .inner,
  .home-gallery .banners-wrap .banner .inner {
    min-height: 350px;
  }
  
  .home-gallery .banners-wrap .banner-1,
	.home-gallery .banners-wrap .banner-2,
  .home-gallery .banners-wrap .banner-3,
  .home-gallery .banners-wrap .banner-4,
  .home-gallery .banners-wrap .banner-5,
  .home-gallery .banners-wrap .banner-6 {
  	width: 50%;
  }
}

@media (max-width: 500px) {
  .home-gallery .banners-wrap .banner-1 .inner,
  .home-gallery .banners-wrap .banner .inner {
    min-height: 300px;
  }
}
/* End home gallery */

/* Royal Asscher */
#asscher-page .tab-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

#asscher-page .tab-links li {
	margin-right: 40px;
}

#asscher-page .tab-links li:last-child {
	margin-right: 0;
}

#asscher-page .tab-links li a {
	font-weight: 600;
  color: #000;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-transform: uppercase;
  opacity: .2;
}

#asscher-page .tab-links li.active a {
	opacity: 1;
}

#asscher-page .page {
	display: none;
}

#asscher-page .page.active {
	display: block;
}

#asscher-page .gallery {
  padding: 15px;
  padding-top: 0;
}

#asscher-page .gallery .banners-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -7px;
}

#asscher-page .gallery .banners-wrap .col-left {
	width: 35%;
}

#asscher-page .gallery .banners-wrap .col-right {
	width: 65%;
}

#asscher-page .gallery .banners-wrap .banner {
	padding: 7px;
}

#asscher-page .gallery .banners-wrap .banner .inner {
	width: 100%;
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
}

#asscher-page .gallery .banners-wrap .banners-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

#asscher-page .gallery .banners-wrap .banner-1 {
	width: 100%;
  height: 100%;
}

#asscher-page .gallery .banners-wrap .banner-1 .inner {
  max-height: 100%;
  min-height: 1000px;
}

#asscher-page .gallery .banners-wrap .banner-2 {
	width: 50%;
}

#asscher-page .gallery .banners-wrap .banner-3 {
	width: 25%;
}

#asscher-page .gallery .banners-wrap .banner-4 {
	width: 25%;
}

#asscher-page .gallery .banners-wrap .banner-5,
#asscher-page .gallery .banners-wrap .banner-6 {
	width: 25%
}

#asscher-page .gallery .banners-wrap .banner-7,
#asscher-page .gallery .banners-wrap .banner-8,
#asscher-page .gallery .banners-wrap .banner-9 {
	width: 50%;
}

#asscher-page .gallery .banners-wrap .banner-8 .inner,
#asscher-page .gallery .banners-wrap .banner-9 .inner {
  min-height: unset;
  padding: 30% 0;
}

#asscher-page .videos-wrap .video {
	margin-bottom: 70px;
}

#asscher-page .press-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

#asscher-page .press-wrap .press-item {
	width: calc(100% / 5);
  padding: 15px;
}

#asscher-page .press-wrap .press-item img {
	width: 100%;
}

@media (max-width: 1600px) {
  #asscher-page .gallery .banners-wrap .banner-2,
  #asscher-page .gallery .banners-wrap .banner-3,
  #asscher-page .gallery .banners-wrap .banner-4,
  #asscher-page .gallery .banners-wrap .banner-5,
  #asscher-page .gallery .banners-wrap .banner-6,
  #asscher-page .gallery .banners-wrap .banner-7 {
  	width: 50%;
  }
}

@media (max-width: 1400px) {
  #asscher-page .gallery .banners-wrap .col-left {
  	width: 40%;
  }
  
  #asscher-page .gallery .banners-wrap .col-right {
  	width: 60%;
  }
}

@media (max-width: 1199px) {
  #asscher-page .gallery .banners-wrap {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #asscher-page .gallery .banners-wrap .col-left,
  #asscher-page .gallery .banners-wrap .col-right {
  	width: 100%;
  }
  
  #asscher-page .gallery .banners-wrap .banner-1 .inner {
  	min-height: unset;
    max-height: unset;
    padding: 50% 0;
  }
  
  #asscher-page .gallery .banners-wrap .banner-8,
  #asscher-page .gallery .banners-wrap .banner-9 {
  	width: 100%;
  }
  
  #asscher-page .videos-wrap .video {
    margin-bottom: 60px;
  }
  
  #asscher-page .press-wrap .press-item {
    width: calc(100% / 4);
  }
}

@media (max-width: 991px) {
	#asscher-page .press-wrap .press-item {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  #asscher-page .gallery .banners-wrap .banner-1 .inner,
  #asscher-page .gallery .banners-wrap .banner .inner {
    min-height: 350px;
  }
  
  #asscher-page .gallery .banners-wrap .banner-1,
	#asscher-page .gallery .banners-wrap .banner-2,
  #asscher-page .gallery .banners-wrap .banner-3,
  #asscher-page .gallery .banners-wrap .banner-4,
  #asscher-page .gallery .banners-wrap .banner-5,
  #asscher-page .gallery .banners-wrap .banner-6 {
  	width: 50%;
  }
  
  #asscher-page .gallery .banners-wrap .banner-7 {
  	width: 100%;
  }
  
  #asscher-page .videos-wrap .video {
    margin-bottom: 50px;
  }
  
  #asscher-page .press-wrap {
  	margin: -10px;
  }
  
  #asscher-page .press-wrap .press-item {
  	width: 50%;
    padding: 10px;
  }
  
  #asscher-page .tab-links li {
  	margin-right: 15px;
  }
  
  #asscher-page .tab-links li a {
  	font-size: .9em;
  }
}

@media (max-width: 500px) {
  #asscher-page .gallery .banners-wrap .banner-1 .inner,
  #asscher-page .gallery .banners-wrap .banner .inner {
    min-height: 300px;
  }
  
  #asscher-page .videos-wrap .video {
    margin-bottom: 40px;
  }
}
/* End royal asscher */

/* About us */
#textpage .page-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#textpage .page-wrap .image {
  max-width: 500px;
  min-width: 500px;
  margin-right: 30px;
}

#textpage .page-wrap .image img {
	width: 100%;
}

@media (max-width: 991px) {
  #textpage .page-wrap .image {
    max-width: 300px;
    min-width: 300px;
  } 	
}

@media (max-width: 767px) {
  #textpage .page-wrap {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #textpage .page-wrap .image {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  } 	
}
/* End about us */

/* Products */
.products {
	margin: -25px -15px;
}

.products .product {
	padding: 25px 15px;
}

.products .product .image-wrap {
	padding: 20px;
}

.products .product .info {
	margin-top: 15px;
  text-align: center;
}

.products .product .info .product-title {
  font-size: 23px;
}

/* .products .product .info .price {
  margin-top: 5px;
  font-size: 17px;
  font-weight: bold;
} */

.products .product .info  .price {
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .product .info  .price .price-new{
	font-size: 17px;
  font-weight: bold;
}
.products .product .info  .price .price-old{
	text-decoration: line-through;
  opacity: 0.6;
  margin-right: 10px;
}
@media (max-width: 991px) {
	.products {
    margin: -15px -10px;
  }

	.products .product {
		padding: 15px 10px;
	}
}

@media (max-width: 767px) {
  .products .product .info .product-title {
  	font-size: 16px;
  }
  
  .products .product .info .price {
  	font-size: 15px;
  }
}
/* End products */

/* Breadcrumbs */
.breadcrumbs {
  font-weight: 500;
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}

.breadcrumbs i {
	font-size: 0.889em;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
}

.breadcrumbs .crumb i {
	margin: 0 10px;
}
/* End breadcrumbs */

/* Collection */
#collection .collection-banner {
	width: 100%;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#collection .collection-banner:after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

#collection .collection-banner .title {
	z-index: 1;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  font-size: 40px;
}

#collection .collection-wrap {
	margin-top: 50px;
}

@media (max-width: 1199px) {
  #collection .collection-banner .title {
  	font-size: 35px;
  }
}

@media (max-width: 991px) {
  #collection .collection-banner .title {
  	font-size: 30px;
  }
}

@media (max-width: 767px) {
  #collection .collection-banner .title {
  	font-size: 25px;
  }
}
/* End collection */

/* Collection filters */
.price-filter {
  max-width:200px;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: #756A55;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid #756A55;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-10px;
}

.collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:#eee;
}

.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.price-filter-range .max {
  margin-left: 15px;
}

.filter-wrap {
	margin-bottom: 30px;
}

.filter-wrap:last-child {
	margin-bottom: 0;
}

.filter-wrap .filter-title {
	margin-bottom: 10px;
}

.filter-wrap .filter-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px 0;
}
/* End collection filters */

/* Dropdown */
.ui.selection.dropdown {
	height: 40px;
  min-height: unset;
  border: 1px solid #eee;
  line-height: 40px;
  border-radius: 0px;
  padding: 0 20px;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 40px;
  background: #eee;
  font-weight: 700;
  font-size: 1em;
  color: #797979;
  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;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 7px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.1em;
  cursor: pointer;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
	color: #000 !important;
}

.ui.checkbox:not(.radio) .box:before, 
.ui.checkbox:not(.radio) label:before {
	border-radius: 0 !important;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
	border-color: #D4D4D5 !important;
}
/* End checkbox */

/* Productpage */
#productpage .productpage-slider a.zoomImg {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#productpage .productpage-slider .owl-nav .owl-prev,
#productpage .productpage-slider .owl-nav .owl-next {
	position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .productpage-slider .owl-nav .owl-next {
	left: auto;
  right: 0;
}

#productpage .productpage-slider .owl-stage,
#productpage .productpage-slider .owl-stage .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#productpage .productpage-slider .owl-stage .owl-item .item {
	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;
}

#productpage .productpage-slider video {
  width: 100%;
  margin: auto;
  outline: none;
}

#productpage .main-product {
	padding-top: 35px;
  padding-bottom: 70px;
}

#productpage .info-wrap-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

#productpage .info-wrap {
  min-width: 750px;
  max-width: 750px;
  text-align: center;
}

#productpage .info-wrap .product-title {
	font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

#productpage .info-wrap .general-content {
	color: #777;
  margin-top: 15px;
}

#productpage .info-wrap .price {
	margin-top: 30px;
	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 .info-wrap .price .price-new{
	font-size: 25px;
  font-weight: bold;
}
#productpage .info-wrap .price .price-old{
	text-decoration: line-through;
  opacity: 0.6;
  margin-right: 10px;
}
#productpage .info-wrap .usp {
	margin-top: 15px;
  font-size: 20px;
}

#productpage .info-wrap .product-configure-custom-option-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#productpage .info-wrap .product-configure-custom-option-item label {
  margin-bottom: 0;
  margin-left: 10px;
}

#productpage .info-wrap .btn-wrap {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#productpage .info-wrap .btn-wrap .add-cart {
  height: 60px;
  font-size: 21px;
  text-transform: initial;
  width: 100%;
  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;
  text-align: center;
      color: #fff;
 background-image: -o-linear-gradient(315deg, #FF9759 0%, #FFBE5D 100%);
  background-image: linear-gradient(135deg, #FF9759 0%, #FFBE5D 100%); 
  font-weight: bold;
}

#productpage .info-wrap .btn-wrap .add-cart.disabled {
	background:#aaa;
}

#productpage .info-wrap .btn-wrap input {
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  color: #000;
}

#productpage .product-configure {
  margin-bottom: 30px;
}

#productpage .product-configure .product-configure-custom {
  margin: -7px;
  padding-top: 15px;
}

#productpage .product-configure .product-configure-custom .product-configure-col {
	padding: 7px;
}

#productpage .product-configure .product-configure-custom label {
	display: block;
}

#productpage .product-configure .standard-input {
	border: 1px solid #eee;
  width: 100%;
}

#productpage .product-configure input.standard-input {
	padding: 0 15px;
}

#productpage .product-configure textarea.standard-input {
	padding: 10px 15px;
}

#productpage .product-configure textarea {
	max-width: 100%;
  min-height: 100px;
}

#productpage .info-block {
	background: #f7f7f7;
  padding: 70px 0;
}

#productpage .info-block .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -25px;
}

#productpage .info-block .product-info-block {
	padding: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#productpage .info-block .info-banner 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: 15px;
  width: 100%;
  text-align: center;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  min-height: 160px;
}

#productpage .info-block .info-banner a:after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: -1;
}

#productpage .info-block .info-banner .text-box {
	color: #fff;
}

#productpage .info-block .info-banner .text-box .title {
	font-size: 25px;
  font-weight: bold;
}

#productpage .info-block .info-banner .text-box .link {
	font-size: 16px;
  text-decoration: underline;
  text-transform: lowercase;
}

#productpage .info-block .specs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#productpage .info-block .specs .top-wrap {
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 1.2em;
  font-weight: bold;
}

#productpage .info-block .specs table {
	width: 100%;
}

#productpage .info-block .specs table tr td {
	background: #fff;
  padding: 10px 15px;
  font-size: 16px;
}

#productpage .info-block .specs table tr td:first-child {
  font-weight: bold;
}

#productpage .info-block .specs table tr td:last-child {
	text-align: right;
}

#productpage .info-block .specs table tr:nth-child(even) td {
	background: #f7f7f7;
}

@media (min-width: 768px) {
	#productpage .productpage-slider .owl-stage .owl-item .item img {
    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
            transform: scale(.7);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: .2;
  }

  #productpage .productpage-slider .owl-stage .owl-item.center .item img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 1400px) {
	#productpage .info-block .inner {
    margin: -15px;
  }

  #productpage .info-block .product-info-block {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  #productpage .main-product {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  
  #productpage .info-block .inner {
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #productpage .info-block .product-info-block {
    padding: 10px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  
  #productpage .info-block .product-info-block.info-banner {
  	width: 50%;
  }
  
  #productpage .info-block .info-banner .text-box .title {
  	font-size: 22px;
  }
  
  #productpage .info-block {
  	padding: 50px 0; 	
  }
}

@media (max-width: 767px) {
	#productpage .info-wrap {
    min-width: 100%;
    max-width: 100%;
  }
  
  #productpage .productpage-slider .owl-stage .owl-item .item {
  	width: 100%;
    padding: 0 15%;
  }
  
  #productpage .productpage-slider .owl-nav .owl-prev,
  #productpage .productpage-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;	
    font-size: 1.6em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  #productpage .productpage-slider .owl-nav .owl-next {
  	-webkit-box-pack: end;
  	    -ms-flex-pack: end;
  	        justify-content: flex-end;
  }
  
  #productpage .main-product {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  
  #productpage .info-wrap-outer {
    margin-top: 25px;
  }
  
  #productpage .info-wrap .product-title {
    font-size: 35px;
  }
  
  #productpage .info-block .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #productpage .info-block .product-info-block.info-banner {
  	width: 100%;
  }
  
  #productpage .info-block {
  	padding: 40px 0; 	
  }
  
  #productpage .info-wrap .btn-wrap input {
    width: 45px;
    height: 45px;
  }
  
  #productpage .info-wrap .btn-wrap .add-cart {
  	height: 55px;
  }
  
  #productpage .info-wrap .usp {
  	font-size: 16px;
  }
}
/* End productpage */

/* Footer */
#footer {
  margin-top: 70px;
}

#footer.no-margin {
	margin-top: 0px;	
}

#footer .main-footer {
	background: #fff;
  border-top: 1px solid #eee;
  padding: 50px 0;
}

#footer .main-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

#footer .main-footer .footer-col {
	padding: 20px;
}

#footer .main-footer .logo img {
	height: 20px;
}

#footer .main-footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  margin: -5px;
}

#footer .main-footer .socials li {
	padding: 5px;
}

#footer .main-footer .socials li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  background: #000;
  color: #fff;
  font-size: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .main-footer .footer-title {
	font-size: 20px;
}

#footer .main-footer .footer-subtitle {
	color: #777;
  margin-top: 2px;
}

#footer .main-footer .service-links {
	margin-top: 10px;
}

#footer .main-footer .service-links li {
	margin-bottom: 7px;
}

#footer .main-footer .service-links li:last-child {
	margin-bottom: 0;
}

#footer .main-footer .service-links li a {
	color: #777;
}

#footer .main-footer .newsletter {
	margin-top: 15px;
}

#footer .main-footer .newsletter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .main-footer .newsletter form input {
	height: 50px;
  min-width: 360px;
  padding: 0 20px;
}

#footer .footer-bottom {
	background: #f7f7f7;
}

#footer .footer-bottom .inner {
	padding: 13px 0;
  text-align: center;
  font-size: 13px;
  color: #777;
}
  

@media (min-width: 1200px) {
  #footer .main-footer .service-links li a:hover {
  	color: #555;
  }
}

@media (max-width: 991px) {
  #footer {
  	margin-top: 50px;
  }
  
  #footer .main-footer .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
}

@media (max-width: 767px) {
  #footer {
  	margin-top: 40px;
  }
  
  #footer .main-footer {
  	padding: 40px 0;
  }
  
  #footer .main-footer .inner {
  	margin: -15px 0;
  }
  
  #footer .main-footer .footer-col {
  	padding: 15px 0;
  }
  
  #footer .main-footer .logo img {
  	height: 15px;
  }
  
  #footer .main-footer .socials {
  	padding-top: 20px;
  }
  
  #footer .main-footer .newsletter form input {
  	min-width: unset;
    width: 100%;
  }
  
  #footer .main-footer .newsletter form .btn {
  	width: 100%;
  }
  
  #footer .main-footer .newsletter form {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
}
/* End footer */

/* Categories */
.categories {
	margin: -15px;
}

.categories .category {
	padding: 15px;
}

.categories .category img {
	width:100%;
}

.categories .category .category-title {
	font-size: 20px;
  margin-top: 15px;
}
/* End categories */

/* Brands */
.brands {
	margin: -15px;
}

.brands .brand {
	padding: 15px;
}

.brands .brand img {
	width:100%;
}
/* 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 {
	margin-top:40px;
}
.blog-articles {
	margin:-15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.blog-articles .blog-article {
	padding:15px;
}
.blog-article .image-wrap .image:after {
	content:'';
  display:block;
  padding-top:60%;
}
#blog .headline-articles {
	padding-bottom:50px;
  margin-bottom:50px; 
  border-bottom:1px solid #f3f3f3;
}
.blog-article .info {
	margin-top:20px;
}
.blog-article .title {
	font-size:2em;
  font-weight:bold;
  margin-bottom:5px;
  display:block;
  line-height:1.1em;
}
.blog-article .summary a {
  font-weight: bold;
  text-decoration: underline;
}
.blog-spinner {
	margin-top:50px;
}
#blog .complete-article .article-title {
	font-size:4em;
  text-align:center;
  margin:0;
  font-weight:bold;
}
#blog .complete-article .image:after {
	display:block;
  padding-top:60%;
  content:'';
}
#blog .complete-article .image-wrap {
	max-width:1100px;
  margin:0 auto;
}
#blog .complete-article .text-container.top-content {
  margin-bottom:40px;
}
#blog .complete-article .date-author,
.blog-article .date-author {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  color:#8a8a8a;
  margin-top:10px;
  font-size:12px;
}
.blog-article .date-author {
	margin-top:0;
  margin-bottom:10px;
}
#blog .complete-article .date-author {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
#blog .complete-article .author,
.blog-article .author {
	margin-right:10px;
  text-transform:lowercase;
}
#blog .complete-article .author span,
.blog-article .author span {
	text-decoration:underline;
  text-transform:none;
}
#blog .complete-article .date,
.blog-article .date {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#blog .complete-article .date i,
.blog-article .date i {
	margin-right:5px;
}
#blog .complete-article .text-container {
	max-width:700px;
  margin:0 auto;
}
#blog .complete-article .article-text {
	font-size:1.15em;
  margin-top:30px;
}
#blog .complete-article .share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
  margin-top: 15px;
}
#blog .complete-article .share ul li {
    padding: 5px;
}
#blog .complete-article .share ul li a {
  height: 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;
  background: #aaa;
  color: #fff;
  padding: 0px 20px;
  min-width: 120px;
  font-weight: bold;
}
#blog .complete-article img {
	max-width:100%;
  height:auto;
}
#blog .complete-article .share ul li a i {
    margin-right: 10px;
}
#blog .complete-article .share ul li a.facebook {
	background:#3b5999;
}
#blog .complete-article .share ul li a.twitter {
	background:#55acee;
}
#blog .complete-article .share ul li a.pinterest {
	background:#bd081c;
}
#blog .recent-articles {
  margin:0 auto;
	margin-top:50px;
  padding-top:50px;
  border-top:1px solid #f3f3f3;
}
@media (max-width: 991px) {
  #blog .complete-article .article-title {
  	font-size:3em;
  }
}

@media (max-width: 767px) { 
  #blog {
  	margin-top:30px;
  }
  .blog-article .info {
  	margin-top:10px;
  }
  .blog-article .title {
  	font-size:1.7em;
  }
  #blog .headline-articles {
    border: none;
    padding: 0;
    margin-bottom: 10px;
	}
  #blog .complete-article .article-title {
  	font-size:2.5em;
  }
  #blog .complete-article .share ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -3px;
    margin-top: 15px;
  }
  #blog .complete-article .share ul li {
  	padding:3px;
  }
  #blog .complete-article .text-container.top-content {
  	margin-bottom:25px;
  }
  #blog .complete-article .share ul li a {
  	height:30px;
    font-size:12px;
  }
  #blog .complete-article .article-text {
  	font-size:1.1em;
  }
  #blog .recent-articles {
  	margin-top:30px;
    padding-top:30px;
  }
  #blog .complete-article .image-wrap {
  	margin:0 -20px;
  }
  #blog {
  	margin-top:20px;
  }
}
/* end blog */

/* Added to cart */
#added-to-cart {
	display: none;
  padding: 40px;
}

#added-to-cart .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 30px;
}

#added-to-cart .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#added-to-cart .btn-wrap .btn:first-child {
  margin-bottom: 10px;
  background: transparent;
  color: #000;
  border: 1px solid #eee;
}
/* End added to cart */