/* FIX */
.filter-wrap.price-filter .price-filter-range input { border: 1px solid #C4C4C4; border-radius: 1px; font-size: 14px; font-weight: 400; height: 32px; padding: 0 10px; width: 68px; }
.filter-wrap.price-filter .price-filter-range label { font-size: 0; margin-bottom: 0; }
.filter-wrap.price-filter .price-filter-range { align-items: center; color: #797979; font-weight: normal; margin-bottom: 0; margin-top: 25px; }
.filter-wrap .collection-filter-price { margin-top: 10px; }
#fixed-filter-btn { display: none; }

@font-face {
	font-display: auto;
}

body {
	color:#030406;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 14px;
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden
}

div[class*=" col-"] {
	margin-left: -.5px;
}

.relative {
	position:relative;
}

.body-wrap {
  position:relative;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

.body-wrap.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.line-height {
	line-height: 2em; 
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration:none;
  outline:none;
}

a {
	color:inherit;
  transition: color .2s ease-in-out, opacity .2s ease-in-out, background .2s ease-in-out;
}

.btn {
	height:55px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0px 30px;
  font-size:16px;
  font-weight:bold;
  background:#303C43;
  color:#fff;
  border-radius:0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius:4px;
}

.btn:hover,
.btn:active,
.btn:focus {
	color:#fff;
  filter: brightness(90%);
}

.btn.btn-open {
	background:transparent;
  border:1px solid ;
  color:initial;
}

.btn.btn-open:active,
.btn.btn-open:focus,
.btn.btn-open:visited{
	color:initial;
}

.btn.btn-open:hover {
  color:#fff;
}

.btn:visited {
	color:#fff;
}

.btn i {
	margin-right:7px;
  font-size:90%;
}

.standard-input {
	height: 40px;
  padding: 0px 15px;
  outline: none;
  border-radius: 0px;
  font-size: .95em;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.standard-input.error {
	border-color:#e30613 !important;
}

input.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #757575;
}

input.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #757575;
opacity: 1;
}

input.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #757575;
opacity: 1;
}

input.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #757575;
}

input.standard-input::-ms-input-placeholder { /* Microsoft Edge */
	color: #757575;
}

.icon {
	display: inline-flex;
}

.icon:before {
	display: flex;;
}

.align {
	display:table;
  width:100%;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.space-between {
	justify-content: space-between;
}

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.align-start {
	align-items: flex-start;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.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);
}
.title-featured {
	margin-bottom:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.title-featured  .title {
	font-size:26px;
  text-transform:uppercase;
  font-weight:bold;
  margin:0;
}
.title-featured.small-title  .title  {
	font-size:20px;
}
.title-featured.small-title {
	margin-bottom:20px;
}
.title-featured  .subtitle {
	font-size:20px;
  margin-top:3px;
}
.title-featured .link {
	font-size:16px;
  font-weight:600;
  white-space:nowrap;
  margin-left:30px;
}
.general-content p {
	line-height:150%;
  margin-bottom:20px;
}
.general-content h1 {
	font-size:2.2em;
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}
.general-content h2 {
	font-size:2.0em;
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}
.general-content h3 {
	font-size:1.8em;
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}
.general-content h4 {
	font-size:1.6em;
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}
.general-content table {
	border:1px solid #f6f6f6;
  margin:10px 0;
}
.general-content table p {
	margin:0;
}
.general-content table td {
  border:none;
	border-right:1px solid #f6f6f6;
  border-bottom:1px solid #f6f6f6;
  height:auto !important;
  width:auto !important;
  padding:10px 15px;
}
.general-content table td:last-child {
	border-right:0;
}
.general-content table tr:last-child td {
	border-bottom:0;
}
.general-content table tr:nth-child(2n) > * {
    background: #f9f9f9;
}
.general-content ul {
  padding: 0;
  margin-bottom:20px;
  list-style: none;
  border: 1px solid #f6f6f6;
}
.general-content ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #f6f6f6;
}
.general-content ul li:last-child {
	border-bottom:0;
}
.general-content ul li:nth-child(2n) {
	background:#f7f7f7;
}
.collection-content .general-content h1,
.collection-content .general-content h2,
.collection-content .general-content h3,
.collection-content .general-content h4 {
	font-size:1.1em;
}
#catalog .collection-content {
	padding-top:25px;
  margin-top:60px;
  border-top:1px solid #f6f6f6;
}
.title-featured.small-title .title {
	display:flex;
  align-items:center;
}
.title-featured.small-title .title .title-reviews {
	display:flex;
  align-items:center;
}
.title-featured.small-title .title .title-reviews .count {
	font-weight:normal;
  font-size:12px;
}
.title-featured.small-title .title .title-reviews .stars {
	margin:0 5px;  
}
#catalog .catalog-image {
	margin-bottom:30px;
}
#catalog .catalog-image p {
	margin:0;
}
#catalog .catalog-image img {
	width:100%;
  border-radius:4px;
}
.collection-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-content .image img {
	width:270px;
  margin-left:80px;
}
/* End general styles */

/* Header */
#header {
	position:relative;
  z-index:999;
}
#header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#header .main-header .logo img {
	height: 56px;
}
#header .main-header {
	padding:10px 0px;
  background:#fff;
}
.topbar-wrap {
  border-bottom:1px solid #EFEFEF;
}
.topbar {
	min-height:47px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.topbar ul {
	display:flex;
  align-items:center;
  list-style:none;
  margin:0;
  padding:0;
  margin:0px -17px;
}
.topbar ul li {
	padding:0px 17px;
  position:relative;
}
.topbar ul.cur-lang {
	margin:0 -10px;
}
.topbar ul.cur-lang li {
	padding:0 10px;
}
.topbar ul ul {
	position:absolute;
  z-index:9;
  right:25px;
/*   transform:translate(50%, 0); */
  top:100%;
  flex-direction:column;
  align-items:flex-start;
  padding:10px 0px;
  background:#fff;
  border:1px solid #ebebeb;
  opacity:0;
  visibility:hidden;
  transition:opacity .2s ease-in-out;
  margin-top:5px;
  z-index:99;
}
.topbar ul ul.active {
	opacity:1;
  visibility:visible;
}
.topbar ul .flag img {
	width:12px;
  height:12px;
 	object-fit: cover;
  border-radius:100%;
}
.topbar ul li i {
	margin-left:10px;
}
.vat-switch {
	margin-right:50px;
  display:flex;
  align-items:center;
}
.vat-switch input {
	display:none;
}
.vat-switch label {
/* 	font-weight:normal; */
  margin:0;
}
.vat-switch input:checked ~ label {
	font-weight:bold;
}
.vat-switch .switch {
	background:#000;
  width:24px;
  height:12px;
  border-radius:6px;
  margin:0px 15px;
  padding:2px;
  position:relative;
}
.vat-switch .switch span {
	width:8px;
  height:8px;
  border-radius:100%;
  display:block;
  background:#fff;
  position:absolute;
  left:2px;
  top:2px;
  transition:all .1s linear;
}
.vat-switch[data-active="excl"] .switch span {
	left:14px;
}
.search-bar {
	background:#fafafa;
  display:inline-block;
}
.stock-info { 
  color: #1ea9bf;
  display: block;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: 700;
  padding: 5px 10px;
}
.stock-info i { 
  margin-right: 10px;
}
.search-bar .inner {
	display:flex;
  align-items:flex-start;
}
.search-bar input{
	min-width:350px;
  background:transparent;
  height:45px;
  font-size:13px;
  color:#000;
}
.search-bar .ui.selection.dropdown {
  height: 45px;
  background: transparent;
  border: none;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  width:180px;
  font-size:13px;
  z-index:9999;
}
.search-bar select {
	width:182px;
  height: 45px;
  opacity:0;
}
.search-bar .autocomplete {
	display:none;
}
.search-bar .autocomplete {
	position:absolute;
  left:0;
  top:100%;
  width:100%;
  z-index:999;
  background:#fff;
  -webkit-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  padding:20px;
  
}
.autocomplete.noresults .more {
  display:none;
}
.autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}
.autocomplete.noresults .notfound {
  display:block;
}
.autocomplete.noresults .search-products {
  display:none;
}
.search-bar .ui.selection.dropdown>.dropdown.icon {
	background:transparent;
}
.autocomplete .more {
	font-weight:bold;
  text-decoration:underline;
  text-align:center;
  padding-top:20px;
  display:block;
  border-top:1px solid #ebebeb;
}
.search-bar .ui.selection.dropdown .text {
  height: 100%;
  display: flex;
  align-items: center;
  color:#757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.search-bar .ui.selection.dropdown {
  padding-right:40px;
  display: flex;
  align-items: center;
}
.search-bar .search-icon {
	width:53px;
  display:flex;
  align-self:stretch;
  align-items:center;
  justify-content:center;
  color:#000;
}
.search-bar-mobile,
.search-bar-mobile form {
	width:100%;
}
.search-bar-mobile {
/* 	border-left: 1px solid #efefef;
  border-right: 1px solid #efefef; */
  border:none;
}
.mobile-search {
	background:#fafafa;
}
.search-bar.search-bar-mobile input {
	min-width:0;
  flex-grow:10;
  padding-left:0;
}
.main-widget {
	display:flex;
  align-items:center;
}
.main-widget .score {
	width:36px;
  min-width:36px;
  max-width:36px;
  height:36px;
  border-radius:100%;
  font-size:16px;
  font-weight:bold;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  margin-right:10px;
}
.main-widget .stars {
	font-size:12px;
}
.main-widget .stars i {
	margin-right:2px;
  color:#FAC917;
}
.main-widget .stars i.grey {
	color:#D6D6D6;
}
#header .header-icons ul li a > i.header-icon {
	font-size:18px;
}
#header .header-icons > ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  margin:-11px;
}

#header .header-icons > ul > li {
	padding:11px;
  position:relative;
  z-index:9;
}
#header .header-icons .cart {
	padding:10px;
  background:#F7F8FA;
  border-radius:5px;
  position:relative;
  margin-right:25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 41px;
  height: 41px;
}
#header .header-icons .cart .quantity {
	width:30px;
  height:30px;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:100%;
  position:absolute;
  left:100%;
  top:50%;
  transform:translate(0, -50%);
  margin-left:-5px;
}
#header .main-menu {
	color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  position:relative;
}
#header .main-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  white-space:nowrap;
  align-items:center;
/*   overflow: hidden;
  overflow-x: scroll; */
}
#header .main-menu ul::-webkit-scrollbar { 
    display: none; 
}
#header .main-menu ul li {
	margin-right:15px;
  display:flex;
  align-items:center;
  min-height:45px;
  height:45px;
  font-size:13px;
}
#header .main-menu ul li.home > a {
	width:47px;
  display:flex;
  height:41px;
  background: rgba(247, 248, 250, .4);
  align-items:center;
  justify-content:center;
  border-radius:5px;
  font-size:15px;
}
#header .main-menu a:hover {
	color:inherit;
  opacity:.8;
}
.login-popup {
	position:absolute;
  width:775px;
  background:#fff;
  border-radius:4px;
  -webkit-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  right:0;
  top:100%;
  margin-top:5px;
  opacity:0;
  visibility:hidden;
  transition:all .2s ease-in-out;
}
.login-popup.active {
	opacity:1;
  visibility:visible;
}
.login-popup .btn {
	width:100%;
}
.login-popup .col {
	min-width:50%;
  max-width:50%;
  padding:36px;
  padding-bottom:20px;
}
.login-popup .cols .col:last-child {
	background:#F9F9F9;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  align-items:stretch;
}
.login-popup .cols .col:last-child .btn {
	margin-bottom:37px;
}
.login-popup .cols {
	display:flex;
  align-items:stretch;
}
.login-popup .title,
.cart-dropdown .dropdown-title{
	font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:20px;
}
.cart-dropdown .dropdown-title {
	padding:7px;
  font-size:20px;
}
.login-popup .inputs {
	margin:-12px;
}
.login-popup .inputs .input {
	padding:12px;
}
.login-popup input {
	width:100%;
  height:40px;
  padding:0px 12px;
  border: 1px solid #F2F2F2;
}
.buttons {
	margin-top:20px;
}
.login-popup .link,
.cart-dropdown .link,
#collection .filters .link {
	line-height:22px;
  text-align:center;
  width:100%;
  display:block;
  margin-top:15px;
  font-weight:600;
}
#collection .filters .link {
	margin-top:10px;
}
#header .header-icons .login-popup .usp,
.login-popup .usp {
	display:block;
  margin:-5px;
  font-weight:600;
  padding-left:0;
}
#header .header-icons .login-popup .usp li, 
.login-popup .usp li {
	display:flex;
  align-items:center;
  padding:5px;
}
.login-popup .usp .icon {
	min-width:18px;
  height:18px;
  border-radius:100%;
  color:#fff;
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
  align-self:flex-start;
}
.login-popup .usp .icon i {
	font-size:9px;
}
.login-popup .usp .text {
	margin-top:-2px;
}
.login-popup .usp .icon:after {
  content:'';
  display:block;
  width:calc(100% + 4px);
  height:calc(100% + 4px);
  left:-2px;
  top:-2px;
  position:absolute;
  border-radius:100%;
  z-index:-1;
}
.cart-dropdown {
	position:absolute;
  right:11px;
  top:100%;
  background:#fff;
  padding:20px;
  -webkit-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  font-weight:600;
  width:440px;
  opacity:0;
  visibility:hidden;
  transition:all .2s ease-in-out;
}
.cart-dropdown.active {
	opacity:1;
  visibility:visible;
}
.cart-dropdown .cart-products {
	width:100%;
}
.cart-dropdown .cart-products td:last-child {
	text-align:right;
}
.cart-dropdown .cart-products td {
	padding:17px 0px;
  border-bottom:1px solid #F2F2F2;
}
.cart-dropdown .cart-products .image-wrap img {
	width:52px;
}
.cart-dropdown .cart-products .image-wrap {
	position:relative;
}
.cart-dropdown .cart-products .info {
	margin-left:35px;
  margin-right:50px;
}
.cart-dropdown .cart-products .info .bundled ul {
	list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.cart-dropdown .cart-products .info .bundled ul li {
	font-weight: 600;
  font-size: .95em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.cart-dropdown .cart-products .info .bundled ul li:last-child {
	margin-bottom: 0;
}
.cart-dropdown .cart-products .info .bundled ul li .plus {
  margin-right: 10px;
  font-size: 16px;
}
.cart-dropdown .cart-products .image-wrap {
	position:relative;
}
.cart-dropdown .cart-products .qty {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -2px;
}
.cart-dropdown .shipping-message {
	height:42px;
  background:#f9f9f9;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  margin-top:10px;
  border-radius:5px;
}
.cart-dropdown .shipping-message i {
	margin-right:10px;
}
.cart-dropdown .btn {
	width:100%;
}
.cart-dropdown .totals {
	width:100%;
  max-width:255px;
  margin-left:auto;
  font-size:13px;
  margin-top:20px;
}
.cart-dropdown .totals td {
	padding:4px 0px;
}
.cart-dropdown .totals td:last-child {
	font-size:14px;
  font-weight:700;
  text-align:right;
}
.cart-dropdown .totals tr:last-child td:last-child,
.cart-dropdown .totals .free-shipping {
	font-size:142%;
}
.cart-dropdown .cart-products-outer {
  max-height: 400px;
  overflow-x: scroll;
}
.cart-dropdown .no-products {
	padding:7px;
  margin-top:-20px;
  color:#757575;
  font-style:italic;
}
#header .main-menu .mega-menu {
	position:absolute;
  top:100%;
  left:0;
  width:100%;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.05);
  color:initial;
  background:#fff;
  font-weight:normal;
  text-transform:none;
  font-size:14px;
  opacity:0;
  visibility:hidden;
  transition:opacity .2s ease-in-out;
  white-space:initial;
}
#header .main-menu li:hover .mega-menu  {
	opacity:1;
  visibility:visible;
}
#header .main-menu .mega-menu ul {
	display:block;
}
#header .main-menu .mega-menu ul li {
	height:auto;
  min-height:0;
}
#header .main-menu .mega-menu .main-cols {
	display:flex;
  align-items:stretch;
}
#header .main-menu .mega-menu .main-col {
	padding:45px 33px;
}
#header .main-menu .mega-menu .col-right {
	border-left:1px solid #EFEFEF;
  min-width:360px;
  padding-right:0;
}
#header .main-menu .mega-menu .col-left {
	flex-grow:10;
  padding-left:0;
}
#header .main-menu .mega-menu .right-nav {
	font-weight:600;
}
#header .main-menu .mega-menu .right-nav li a {
	display:block;
  padding:10px 25px;
  border-radius:5px;
  margin-top:6px;
}
#header .main-menu .mega-menu .right-nav li:hover a {
	background:#f9f9f9;
}
#header .main-menu .mega-menu .col-right .menu-title {
	padding-left:25px;
}
#header .main-menu .mega-menu .menu-title {
	font-weight:bold;
  margin-bottom:20px;
}
#header .main-menu .mega-menu .sub-cols {
	margin:-8px;
}
#header .main-menu .mega-menu .sub-cols .sub-col {
	padding:8px;
  width:25%;
}
#header .main-menu .mega-menu.plus-20 .menu-title {
	margin:0;
}
#header .main-menu .mega-menu.plus-20 .sub-cols {
	margin:-4px;
}
#header .main-menu .mega-menu.plus-20 .sub-cols .sub-col {
	padding:4px;
}
#header .main-menu .mega-menu .sub-col ul  {
	line-height:200%;
}
#header .main-menu .mega-menu .sub-col ul a.more {
	font-weight:600;
}
#header .main-menu .mega-menu .sub-col ul a.more i {
	margin-left:7px;
}
#header .main-menu .mega-menu .sub-col.with-image {
	display:flex;
  align-items:center;
}
#header .main-menu .mega-menu .sub-col.with-image .menu-title {
 margin:0;
}
#header .main-menu .mega-menu .sub-col.with-image .image-wrap {
	margin-right:15px;
  padding:10px;
  position:relative;
}
#header .main-menu .mega-menu .sub-col.with-image .image-wrap.border {
	border:1px solid #f6f6f6;
  border-radius:4px;
}
#header .main-menu .mega-menu .sub-col.with-image .image-wrap:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.02);
}
#header .main-menu .mega-menu .sub-col.with-image .image-wrap.border:after {
	display:none;
}
#header .main-menu .mega-menu .sub-col.with-image .image-wrap img {
	width:53px;
}
.sticky-header {
	color:#fff;
  padding:15px 0px;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9;
  transform:translate(0, -100%);
  transition:transform .2s ease-in-out;
}
.sticky-header.active {
	transform:translate(0, 0);
}
.sticky-header .search-bar-sticky {
	position:relative;
}
.sticky-header .search-title {
	font-size:18px;
  position:absolute;
  top:50%;
  right:100%;
  margin-right:55px;
  font-weight:bold;
  white-space:nowrap;
  transform:translate(0, -50%);
}
.sticky-header .back-top {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 47px;
  height: 42px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
}
.alertbar {
	display:none;
}
.alertbar .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 55px;
  position: relative;
  text-align:center;
}
.alertbar .icon {
	position:absolute;
  min-height:100%;
  height:100%;
  width:55px;
  display:flex;
  right:0;
  top:0;
  align-items:center;
  justify-content:center;
}
.mobile-alert  {
	color:#fff;
  padding:4px 0px;
  font-size:12px;
  display:none;
}
.mobile-alert .small-widget {
	display:flex;
  align-items:center;
}
.mobile-alert .small-widget img {
	width:25px;
  margin-right:8px;
}
.mobile-alert .small-widget .score {
	font-weight:bold;
  margin-right:5px;
}
.mobile-alert .small-widget .stars {
	margin-right:5px;
  margin-bottom: 0;
}
.mobile-alert .small-widget .stars i {
  margin-right: 2px;
  color: #FAC917;
}
.mobile-alert .small-widget .stars i.grey {
	color:#fff;
}
.usp-bar {
	display:flex;
  align-items:center;
  justify-content:space-between;
  margin:20px 0px;
}
.usp-bar img {
	height:18px;
  margin-right:15px;
}
.usp-bar .owl-item img {
	width:auto;
}
.usp-bar .item {
	display:flex;
  align-items:center;
}
.usp-bar .item i {
	font-size:18px;
  margin-right:15px;
}
#collection .usp-bar {
	margin:40px 0px;
  padding:0px 24px;
}
#collection .usp-bar-wrap {
	width:100%;
}
.cookiebar {
  background:rgba(0,0,0,0.05);
}
.cookiebar .inner {
  padding:10px 0;
	min-height:66px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.cookiebar .close-cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  min-width: 20px;
  height: 20px;
  background: #eee;
  background: #303C43;
  color: #fff;
  border-radius: 100%;
  margin-left: 100px;
}
.wsa-cookielaw {
	display:none !important;
}
body {
	margin-top:0 !important; 
}
/* End header */

/* Mobile menu */ 
.menu-button ul {
	margin:0;
  padding:0;
  list-style:none;
}

.menu-button a span {
  display: block;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-top:-2px;
}

.menu-button {
	font-size:18px;
}

.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: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-x: scroll;
  -ms-transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  font-size:14px;
  font-weight:500;
}

.mobile-menu.mobile-menu-open {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

/* .mobile-menu ul a {
	color:#000;
}
.mobile-menu ul.sub-menu a {
	color:#aaa;
} */

.mobile-menu a:hover {
	color:inherit;
}

.mobile-menu  {
	color:#fff;
  font-weight:600;
}
.mobile-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  margin-bottom:20px;
}
.mobile-menu ul li {
	position:relative;
}
.mobile-menu ul li a {
	display:block;
  padding:12px 20px;
  padding-right:41px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.mobile-menu ul li:first-child > a {
	border-top:1px solid rgba(0,0,0,0.1);
}
.mobile-menu ul li .more-cats {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 44px;
  display:flex;
  align-items:center;
  justify-content:center;
  width: 44px;
}
.mobile-menu ul li .more-cats i {
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mobile-menu ul li.active > .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu ul ul {
	display:none;
  font-size: 12px;
  padding: 0px;
  background:rgba(255,255,255,.1);
  margin-bottom:0;
}
.mobile-menu ul ul li:first-child a {
	border-top:0;
}
.mobile-menu ul ul.active {
	display:block;
}
.mobile-menu ul li i.before {
	font-size:11px;
  margin-right:10px;
/*   color:rgba(0,0,0,0.2); */
  width:15px;
}
.mobile-menu ul li img.before {
  object-fit: cover;
  border-radius: 100%;
  width:13px;
  height:13px;
  border:1px solid #fff;
  margin-right:12px;
}
.mobile-menu .logo {
	padding:20px;
  padding-bottom:10px;
}
.mobile-menu .logo.small img {
	height:20px;
}
.mobile-menu .logo.medium img {
	height:25px;
}
.mobile-menu .logo.large img {
	height:30px;
}
/* End mobile menu */

/* Headlines */
.home-banners .banner,
.deal-banner {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display:block;
}
.home-banners .banner.banner-1 {
	padding:50px 25px;
  display:flex;
  align-items:flex-end;
  min-height:100%;
  height:100%;
}
.home-banners .banner.banner-1 .text-box {
	padding:45px 30px;
  background:#fff;
  border-radius:4px;
  width:100%;
  max-width:420px;
  position:relative;
}
.home-banners .banner.banner-1 .banner-label {
	position:absolute;
  top:0;
  left:30px;
  transform:translate(0, -50%);
  height:27px;
  padding:0px 15px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
}
.home-banners .banner .title {
	font-size:26px;
  font-weight:bold;
  margin-bottom:15px;
}
.home-banners .banner .text {
  line-height:212%;
}
.home-banners .banner .link {
	font-weight:bold;
  margin-top:20px;
}
.home-banners .banner-cols {
	display:flex;
  align-items:stretch;
  margin:-15px;
}
.home-banners .banner-cols .col-left {
	min-width:65%;
  max-width:65%;
  padding:15px;
}
.home-banners .headlines-slider {
	min-height:100%;
}
.home-banners .headlines-slider .owl-stage-outer {
  display: flex;
  align-items: stretch;
}
.home-banners .headlines-slider.owl-loaded {
	display: flex;
  align-items: stretch;
}
.home-banners .headlines-slider .owl-stage {
	height:100%;
  display:flex;
  align-items:stretch;
}
.home-banners .headlines-slider .banner.banner-1 {
  transform: translate(2px, 0px);
}
.home-banners .headlines-slider .banner.banner-1 .text-box {
	padding:30px;
}
.home-banners .headlines-slider .banner .link {
	margin-top:10px;
}
.home-banners .headlines-slider .banner .title {
	margin-bottom:10px;
}
.headlines-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headlines-slider .owl-dots .owl-dot {
	padding: 0px 7px;
}
.headlines-slider .owl-dots .owl-dot span {
  display: block;
  height: 15px;
  width: 15px;
  background: #000;
  border-radius: 100%;
  border: 3px solid #fff;
}
.home-banners .banner-cols .col-right {
	padding:15px;
  flex-grow:10;
}
.home-banners .banner.banner-2,
.home-banners .banner.banner-3 {
	min-height:245px;
  color:#fff;
  padding:55px;
  display:flex;
  align-items:center;
}
.home-banners .banner.banner-2 .text-box,
.home-banners .banner.banner-3 .text-box {
  max-width:220px;
}
/* .home-banners .banner.banner-2 {
	justify-content:flex-end;
} */
.home-banners .banner.banner-2 {
	margin-bottom:30px;
}
.home-banners .banner.banner-2.with-bestsellers {
	margin-bottom:20px;
}
/* End headlines */

/* homepage */
.brands-service {
  display:flex;
  align-items:flex-end;
  border-bottom:1px solid #F2F2F2;
}
.brand-logos {
	display:flex;
  align-items:center;
  justify-content:space-between;
}
.brands-service .title-featured {
	margin-bottom:10px;
}
.home-brands {
  flex-grow:10;
  padding-top:50px;
  padding-bottom:20px;
}
.home-brands .brand-logos {
	margin:-20px;
}
.home-brands .brand-logo {
  width: 100%;
  max-width: 140px;
  padding: 20px;
}
.home-brands .brand-logo img {
	width:100%;
  
}
.home-service {
	min-width:400px;
  max-width:400px;
  margin-right:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.home-service .image img {
	width:150px;
  padding-top:20px;
}
.home-service .service-available {
	margin-bottom:7px;
}
.home-service .service-available .dot {
	width:7px;
  height:7px;
  border-radius:100%;
  display:inline-block;
  margin-right:7px;
}
.home-service .text {
	margin-top:20px;
  line-height:190%;
}
.home-service .text a {
	font-weight:bold;
  text-decoration:underline;
}

.brands-service .reviews {
	flex-grow:10;
  margin-bottom:30px;
}

.brands-service .side-widget {
	margin-top:0;
  padding-top:0;
  border:none;
  margin-right:30px;
}

.brands-service .usp-bar {
	display:flex;
  flex-wrap:wrap;
  margin:0;
  margin:-5px;
}

.brands-service .usp-bar .item {
	width:50%;
  padding:5px;
}

.brands-service .reviews .headline-reviews {
	display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:30px;
}

.deal-product .inner {
	display:flex;
  align-items:center;
  padding:0px 12px;
}
.deal-product .image-wrap {
	flex-grow:10;
  text-align:center;
  padding:0px 50px;
}
.deal-product .image-wrap img {
	width:240px;
}
.deal-product .deal-info {
	display:flex;
  align-items:center;
  justify-content:space-between;
   padding:12px;
  background:#FAFAFA;
  margin-top:15px;
}
.deal-product .deal-info .btn,
.deal-product .info {
	min-width:255px;
  max-width:255px;
}
.home-deal {
	display:flex;
  align-items:stretch;
}
.home-deal .banner {
	flex-grow:10;
}
.deal-product .deal-label {
  height: 22px;
  padding: 0px 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-bottom:15px;
}
.deal-product .product-title {
	font-weight: bold;
  margin-bottom: 3px;
  display: block;
}
.deal-product .price {
	margin-top:20px;
}
.deal-product .stock {
	margin-top:30px;
  font-weight:600;
  font-size:13px;
}
.deal-product .stock .status {
	height:6px;
  background:#f2f2f2;
  border-radius:3px; 
  overflow:hidden;
  margin-bottom:5px;
}
.deal-product .stock .status span {
	display:block;
  height:100%;
  width:80%;
  border-radius:3px;
}
.deal-product .timer-save {
	display:flex;
  align-items:center;
  justify-content:center;
  flex-grow:10;
}
.deal-product .timer-save .title {
	font-weight:600;
}
.deal-product .timer-save .text {
	font-weight:bold;
  font-size:24px;
}
.deal-product .timer-save .block:first-child {
	padding-right:20px;
  margin-right:20px;
  border-right:1px solid #C4C4C4;
}
.home-deal .banner {
  margin-right:40px;
}
.home-deal .banner {
	padding:55px;
  display:flex;
  align-items:center;
  color:#fff;
}
.home-deal .banner .text-box {
	width:100%;
  max-width:350px;
}
.home-deal .banner .title {
	font-weight:bold;
  line-height:140%;
  font-size:26px;
}
.home-deal .banner .text {
  line-height:212%;
  margin-top:30px;
  margin-bottom:25px;
}
.home-deal .banner .link {
	font-weight:bold;
}
.home-blog {
	padding-top:40px;
  padding-bottom:80px;
  background:#F9F9F9;
}
.small-articles {
	margin:-10px;
}
.small-articles .small-article {
	padding:10px;
}
.small-article .inner {
	padding:22px;
  background:#fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
  border-radius:4px;
  display:flex;
  align-items:center;
}
.small-article .image-wrap {
	margin-right:20px;
}
.small-article .image-wrap img {
	width:115px;
}
.small-article .title {
	font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
  line-height:140%;
}
.small-article .date {
	font-size:14px;
  color:#828282;
  display:flex;
  align-items:center;
}
.small-article .date i {
	font-size:9px;
  margin-right:10px;
}
.home-content .image {
	min-width:45%;
  margin-left:30px;
}
.home-content .vid {
	position:relative;
  overflow:hidden;
}
.home-content .content {
	overflow-x:scroll;
  padding-right:30px;
}
.home-content .vid:after {
	content:'';
  padding-top:56%;
  display:block;
}
.home-content .vid video {
	width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  object-fit:cover;
}
.home-content .content-wrap {
	flex-grow:10;
}
.simplebar-scrollbar:before {
	width:4px;
  background:#DDDDDD !important;
  opacity:1 !important;
  border-radius:0 !important;
}
.home-content .vid-controls {
  margin:0px -20px;
	margin-top:25px;
  font-size:20px;
  display:flex;
  justify-content:flex-end;
}
.home-content .vid-controls .control {
	display:block;
  padding:0px 20px;
}
.home-usp {
	padding:35px 0px;
  border-top:1px solid #F2F2F2;
}
.home-usp .usps {
	margin:-15px;
}
.home-usp .usps .usp {
	padding:15px;
}
.home-usp .usps .usp .inner {
	max-width:620px;
}
.home-usp .usps .usp .title {
	font-weight:bold;
  font-size:26px;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  margin-bottom:30px;
}
.home-usp .usps .usp  .title  i {
	font-size:40px;
  margin-right:15px;
}
.home-usp .usps .usp .content {
	line-height:170%;
}
/* end homepage */

/* footer */
.footer-widget {
	padding:30px 0px;
  background:#F6F6F6;
}
.footer-widget .total img {
	height:46px;
}
.footer-widget .score-circle {
	width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
.footer-widget .total .score-circle {
	margin-left:-5px;
}
.footer-widget .total .image {
	display:flex;
  align-items:flex-start;
  margin-right:15px;
}
.footer-widget .total {
	display:flex;
  align-items:center;
  white-space:nowrap;
}
.footer-widget .total .info .title {
	font-size:20px;
}
.footer-widget .total .info .score {
	display:flex;
  align-items:center;
}
.footer-widget .total .info .stars {
	margin-left:10px;
  margin-bottom:0;
}
.footer-widget .widget-wrap {
	display:flex;
  align-items:center;
  justify-content:space-around;
}
.footer-widget .widget-reviews {
	display:flex;
  flex-grow:10;
  justify-content:flex-end;
}
.footer-widget .widget-review {
	display:flex;
  align-items:center;
  max-width:300px;
  margin-left:35px;
}
.footer-widget .widget-review .score-circle {
	margin-right:12px;
}
.footer-widget .widget-review .text {
	line-height:170%;
}
.widget-reviews .owl-dots {
	display:flex;
  align-items:center;
  justify-content:center;
  margin-top:20px;
}
.widget-reviews .owl-dots .owl-dot {
	padding:0px 2.5px; 
}
.widget-reviews .owl-dots .owl-dot span {
	width:6px;
  height:6px;
  display:block;
  border-radius:100%;
  background:#C4C4C4;
}
/* end footer */

/* collection */
#collection .col-side {
	min-width:230px;
  max-width:230px;
  margin-right:60px;
}
#collection .col-main {
/* 	flex-grow:10; */
/*   min-width:calc(100%-290px);
  max-width:calc(100%-290px);
  width:calc(100%-290px); */
  flex:1;
}
#collection {
	margin-top:10px;
}
.collection-subs {
	margin:-5px;
  margin-bottom:25px;
}
.collection-subs .collection-sub {
	padding:5px;
}
.collection-sub .inner {
	border:1px solid #F2F2F2;
  border-radius:4px;
  padding:10px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.collection-sub .inner:after {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:'';
  display:block;
  background:rgba(0,0,0,.025);
  opacity:0;
  transition:opacity .2s ease-in-out;
}
.collection-sub .inner:hover:after {
	opacity:1;
}
.collection-sub img {
	width:37px;
  margin-right:10px;
}
.collection-sub .title {
	font-size:16px;
  font-weight:bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#collection .sort.top {
/* 	margin-top:30px; */
  padding-top:12px;
  border-top:1px solid #F6F6F6;
  margin-bottom:60px;
}
#collection .sort.bottom {
  padding-bottom:30px;
  padding-top:50px;
  border-bottom:1px solid #F6F6F6;
  margin-bottom:60px;
}
#collection .sort .sort-block {
	display:flex;
  align-items:center;
}
#collection .sort label {
  margin:0;
	margin-right:25px;
  font-weight:bold;
}
#collection .sort .sort-block select	{
	height:40px;
  opacity:0;
}
#collection .sort .pager-wrap,
.custom-pager {
	display:flex;
  align-items:center;
}
.custom-pager .arrow a {
	width:32px;
  height:32px;
  border-radius:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:20px;
}
.custom-pager .total {
	font-weight:bold;
  margin-right:20px;
}
.custom-pager .pager-text {
	margin-right:20px;
}
.custom-pager .prev {
	margin-right:20px;
}
.custom-pager .arrow.disabled a {
	background:#F7F8FA;
  color:#000;
  pointer-events:none;
}
.custom-pager ul {
	display:flex;
  margin:0;
  padding:0;
  list-style:none;
  margin:-5px;
  margin-right:15px;
  align-items:center;
}
.custom-pager ul li {
	padding:5px;
}
.custom-pager ul li.active {
	font-weight:bold;
}
.custom-pager ul li.dots a {
  width: 37px;
  height: 37px;
  display: flex;
  border: 1px solid #f2f2f2;
  align-items: center;
  justify-content: center;
  color: #A8A8A8;
  pointer-events: none;
}
.filters .filter-title {
	font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
}
.side-widget {
	padding-top:15px;
  border-top:1px solid #F2F2F2;
}
.side-widget img {
	height:46px;
}
.side-widget .image {
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
}
.side-widget .score-circle {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left:-5px;
}
.side-widget .top {
	display:flex;
  align-items:center;
}
.side-widget .title {
	font-size:20px;
  line-height:100%;
}
.side-widget .score {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.side-widget .score .stars {
	margin:0;
  margin-left:10px;
}
/* end collection */

/* Products */
.products {
	margin: -24px;
  display:flex;
  flex-wrap:wrap;
}
.products .product {
	padding: 24px;
}
.products-slider .owl-stage-outer {
	padding:20px;
}
.products .product .info .product-title {
	font-size:16px;
  font-weight:bold;
  display: block;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.products-slider.last-active .owl-item {
	transform:translate(-35px, 0) !important;
}
.products-slider .owl-item {
	transition:transform .2s ease-in-out;
}
.stars {
	font-size:12px;
  margin-bottom:5px;
}
.products .product .image-wrap {
	position:relative;
  z-index:0;
}
.products .product .image-wrap img {
	width:100%;
}
.products .product .image-wrap .sec {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity .2s ease-in-out;
  background:#fff;
}
.products .product.has-sec:hover .image-wrap .sec {
	opacity: 1;
}
.stars i {
  color: #FAC917;
}
.stars i.grey {
  color: #D6D6D6;
}
.products .product .info {
	margin-top:30px;
}
.products .product .inner {
	position:relative;
  z-index:0;
}
@media (min-width:1200px) {
.products .product .inner:after {
  content: '';
  display: block;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.05);
  border: 1px solid #efefef;
  position: absolute;
  z-index: -1;
  width: calc(100% + 60px);
  left:-30px;
  height: calc(100% + 70px);
  top:-35px;
  z-index:-1;
  opacity:0;
  transition:all .2s ease-in-out;
}
.products .product:hover .inner:after {
	opacity:1;
}
}
.products .product .price {
	margin-top:20px;
}
.products .product .price .per,
.small-products .small-product .price .per{
	font-size:90%;
  margin-left:5px;
  opacity:.7;
}
.products .product .stock {
	font-weight:bold;
  margin-top:20px;
  display:flex;
  align-items:center;
  color:#eee;
}
.products .product .stock .dot {
	width:7px;
  height:7px;
  border-radius:100%;
  margin-right:5px;
  vertical-align:middle;
  background:#eee;
}
.products-slider .owl-nav.disabled,
.categories-slider .owl-nav.disabled{
	display:block;
}
.products-slider .owl-next,
.categories-slider .owl-next{
	position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  transform: translate(50%, -50%);
}
.products-slider .owl-prev,
.categories-slider .owl-prev{
	display:none;
}
.products .product .description {
	margin-top:10px;
  color:#ADADAD;
  line-height:170%;
}
.products .product .usps {
	font-size:12px;
  line-height:170%;
  margin-top:10px;
  color:#ADADAD;
}
.products .product .usps .usp {
	display:flex;
  align-items:center;
  min-height:20px;
}
.products .product .usps.not-loaded .usp .text {
	min-height:17px;
  background:#fff;
  width:50%;
  animation: loading 2s infinite;
}
.products .product .usps.not-loaded .usp:nth-child(2) .text {
	width:60%;
}
.products .product .usps.not-loaded .usp:nth-child(3) .text {
	width:45%;
}

@keyframes loading {
  0%   { opacity: 1; }
  25% {	opacity: .4;}
  50% {	opacity: .4;}
  100% { opacity: 1; }
}

.products .product .usps .usp i {
	margin-right:7px;
  font-size:9px;
  margin-bottom:-1px;
}
.products .product .image-wrap {
	position:relative;
}
.product-label {
/* 	position: absolute;
  left: 0;
  top: 0; */
  height: 22px;
  padding: 0px 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.product-label.circle {
  padding: 0;
  width: 56px;
  height: 56px;
  justify-content: center;
  border-radius: 100%;
}
.custom-label {
/* 	position: absolute;
  left: 0;
  top: 0; */
  z-index:1;
}
.product-label,
.custom-label {
	margin-right:10px;
}
.product-labels-wrap {
	position: absolute;
  left: 0;
  top: 0;
  display:flex;
  align-items:center;
}
.custom-label.flight img {
	width:47px !important;
  height:auto;
}
.custom-label.balloons img,
.products .product .custom-label.balloons img{
	height:52px !important;
  width:auto;
}
.product-images .product-labels-wrap,
.product-images .product-labels-wrap{
	right:20px;
  left:auto;
  z-index:9;
}
.products .product .add-cart {
  min-width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 20px;
  margin-right: 15px;
  display: flex;
}
.products .product .add-cart.disabled {
	background:#ddd !important;
  pointer-events:none;
}
.small-products {
	margin:0;
}
.small-products .small-product {
	padding:10px 0px;
  border-bottom:1px solid #efefef;
}
.small-products .small-product:last-child {
	border-bottom:0;
}
.small-products .small-product .inner {
	display:flex;
  align-items:center;
}
.small-products .small-product .stars {
	font-size:12px;
}
.small-products .small-product .stars i {
  margin-right: 2px;
  color: #FAC917;
}
.small-products .small-product .stars i.grey {
  color: #D6D6D6;
}
.small-products .small-product .title {
	font-weight:bold;
  margin-bottom:3px;
  display:block;
}
.small-products .small-product .price,
.products .product .price,
.deal-product .price {
	display:flex;
  align-items:center;
}
.small-products .small-product .price .price-new,
.products .product .price .price-new,
.deal-product .price .price-new {
	font-size:18px;
  font-weight:bold;
}
.small-products .small-product .price .price-old,
.products .product .price .price-old,
.deal-product .price .price-old {
	color:#ADADAD;
  text-decoration:line-through;
  margin-left:10px;
  font-size:16px;
}
.small-products .small-product .image-wrap img {
	width:65px;
  margin-right:35px;
}
.home-block {
	margin-top:55px;
}
.home-products .tabs {
	display:flex;
  align-items:center;
  font-weight:600;
  margin:0;
  padding:0;
  list-style:none;
}
.home-products .tabs li {
	padding-right:30px;
}
.home-products .tabs li:last-child {
	padding:0;
}
.home-products .tabs li a {
	display:block;
} 
.home-products .tabs li.active a {
  height:40px;
	padding:0px 20px;
  border:1px solid;
  display:flex;
  align-items:center;
  border-radius:4px;
}
.tabs-wrap .pages .page {
  display:none;
}
.tabs-wrap .pages .page.active {
  display:block;
}
.title-featured .custom-slider-nav,
.title-wrap .custom-slider-nav{
	margin-left:20px;
  display:flex;
}
.title-featured .custom-slider-nav a,
.title-wrap .custom-slider-nav a {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 100%;
  font-size: 15px;
}
.title-featured .custom-slider-nav a:last-child,
.title-wrap .custom-slider-nav a:last-child{
	margin-left:10px;
}
#add-cart-popup .title-wrap {
	display:flex;
  align-items:center;
  justify-content:space-between;
}
/* End products */

/* Breadcrumbs */
.breadcrumbs {
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left:30px;
  font-size:12px;
  display:flex;
  align-items:center;
}

.breadcrumbs i {
	font-size: 0.889em;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
}

.breadcrumbs .crumb i {
	margin: 0 15px;
}
.breadcrumbs .back {
  height: 25px;
  display: flex;
  align-items: center;
  border: 1px solid #F2F2F2;
  padding: 0px 12px;
  align-items: center;
  margin-left:15px;
}
.breadcrumbs .back i {
	margin-right:3px;
}
/* End breadcrumbs */

/* Collection filters */
/* .price-filter {
  max-width:200px;
} */

.price-filter a {
  -webkit-transition: none;
  -moz-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: 4px;
  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: -6px;
  cursor: col-resize;
  border: none;
  background-color: #8A898F;
  border: 2px solid #fff;
  outline: none;
  z-index:9;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16);
}

.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:4px;
  background:#C5C4C9;
  border-radius:2px;
}

.price-filter-range {
  margin-bottom: 10px;
  font-weight:bold;
  display: flex;
  justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.price-filter-range .max {
  margin-left: 15px;
}

.filter-wrap {
	margin-bottom:40px;
}

.filter-wrap .filter-title {
	margin-bottom: 15px;
  padding-bottom:10px;
  border-bottom:1px solid #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor:pointer;
}

.filter-wrap .filter-title i {
	font-size:16px;
  transform:rotate(0deg);
  transition:transform .2s ease-in-out;
}

.filter-wrap.active .filter-title i {
	transform:rotate(180deg);
}

.filter-wrap .filter-items {
	display: flex;
  flex-direction: column;
  margin: -10px 0;
}
.active-filters ul {
	margin:0;
  padding:0;
  list-style:none;
  line-height:230%;
}
.active-filters input {
	display:none;
}
.active-filters label {
	font-weight:normal;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0;
}
.active-filters label i {
	font-size:9px;
  color:#d4d4d4;
  margin-left:10px;
}
.active-filters input ~ label {
	display:none;
}
.active-filters input:checked ~ label {
	display:flex;
}
.active-filters label .name {
	white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.active-filters label .name .and:last-child {
	display:none;
}
.filter-btn .open-filters {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #f2f2f2;
}
.filter-btn i {
	margin-left:20px;
}
/* End collection filters */

/* Dropdown */
.ui.selection.dropdown {
	height: 40px;
  min-height: unset;
  border: 1px solid #f2f2f2;
  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: transparent;
  font-weight: 700;
  font-size: 1em;
  color: #303C43;
  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;
	max-height: 14em;
}

.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:1em;
  display: block;
  padding: 7px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.1em;
  cursor: pointer;
}

.ui.checkbox label:before,
.ui.checkbox label:after {
	margin-top:2px;
}

.ui.checkbox label span {
	color:#757575;
}

.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: #fff !important;
}

.ui.checkbox .box:before, 
.ui.checkbox label:before {
	border-radius: 0 !important;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before,
.ui.checkbox .box:before, 
.ui.checkbox label:before {
	border: none !important;
  background:#F2F2F2 !important;
  border-radius:1px !important;
  width:15px;
  height:15px;
}

.custom-module .ui.checkbox input:indeterminate:focus~.box:before,
.custom-module .ui.checkbox input:indeterminate:focus~label:before,
.custom-module .ui.checkbox input:focus~.box:before,
.custom-module .ui.checkbox input:focus~label:before,
.custom-module .ui.checkbox .box:before, 
.custom-module .ui.checkbox label:before {
	background:#fff !important;
  border:1px solid #F0F1F1!important;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
	width:15px;
  height:15px;
  font-size:9px;
  line-height:16px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
	content: "\e905";
}

.ui.checkbox input ~ label:after, 
.ui.checkbox input ~ label:after {
	opacity:0;
}

.color-filters {
	margin:-8px;
  display:flex;
  flex-wrap:wrap;
}
.color-filter {
	padding:8px;
  line-height:1px;
}
.color-filter input {
	display:none;
}
.color-filter label {
	margin:0;
  width:25px;
  height:25px;
  background:#eee;
  border-radius:2px;
  position:relative;
}
.color-filter input:checked ~ label:after {
	content:'';
  display:block;
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
  border-radius:2px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  color:#fff;
  line-height:normal;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}
.filters .side-cats ul {
	list-style:none;
  margin:0;
  padding:0;
  line-height:230%;
}
.filters .side-cats ul li span {
	color:#757575;
}
/* End checkbox */

/* Productpage */


#productpage .product-images {
	margin-bottom:25px;
}

#productpage .product-images .thumbs .thumb {
	padding: 10px;
  cursor: pointer;
}

#productpage .product-images .thumbs .thumb .image-wrap img {
  opacity: .6;
}

#productpage .product-images .thumbs .thumb.active .image-wrap img {
	opacity: 1;
}
#productpage .product-images {
	display:flex;
}
#productpage .product-images .thumbs {
	min-width:100px;
  max-width:100px;
}
#productpage .product-images .thumb,
#productpage .product-images .thumb img {
	width:100%;
}
#productpage .product-images .images {
	width:calc(100% - 100px);
  position:relative;
}
#productpage .product-images .thumb {
	padding:14px;
  margin-bottom:14px;
  border:1px solid #f6f6f6;
}
#productpage .product-images .images {
  position:relative;
}
#productpage .product-images .images .owl-item img {
	padding:70px;
}
#productpage .product-images .images .enlarge {
  right: 0;
  bottom: 0;
  position: absolute;
  font-weight: 600;
}
#productpage .product-images .images .enlarge i {
	margin-right:10px;
}
#productpage .product-info .top {
	margin-bottom:40px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
}
#productpage .product-info .price-shipping {
	display:flex;
  align-items:flex-end;
}
#productpage .product-info .price .price-new {
	font-weight:bold;
  font-size:36px;
  line-height:1;
}
#productpage .product-info .price .price-old {
	font-size:20px;
  font-weight:600;
  text-decoration:line-through;
  color:#ADADAD;
}
#productpage .product-info .free-shipping {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 25px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin-left: 25px;
  font-weight:600;
  background:#fff;
}
#productpage .product-info .free-shipping i {
	font-size:11px;
  margin-right:13px;
}
#productpage .product-info .wishlist a {
	height:35px;
  display:flex;
  align-items:center;
  font-weight:600;
}
#productpage .product-info .wishlist i {
	font-size:12px;
  margin-right:7px;
}
.product-option .label-wrap label {
	font-size:18px;
  font-weight:bold;
  line-height:28px;
  margin:0;
  display:block;
}
.product-option .label-wrap {
	margin-bottom:10px;
  display:flex;
  align-items:center;
}
.product-option .label-wrap .stock {
	font-weight:600;
  margin-left:25px;
  font-size:13px;
  display:flex;
  align-items:center;
}
.product-option .label-wrap .stock .dot {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: middle;
  display:block;
}
.product-option input[type="text"] {
	height:55px;
  border:1px solid #F2F2F2;
  border-radius:4px;
  width:100%;
  padding:0px 15px;
}
.product-option textarea {
	height:55px;
  border:1px solid #F2F2F2;
  border-radius:4px;
  width:100%;
  padding:15px;
  height:150px;
  max-width:100%;
  min-width:100%;
  
}
.product-info .stock.loose-stock .dot {
	width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: middle;
  display:block;
}
.product-info .stock.loose-stock {
	font-weight:600;
  font-size:13px;
  display:flex;
  align-items:center;
  margin-bottom:20px;
}
.product-option select {
	height:40px;
  opacity:0;
}
.custom-product-options {
	margin:-14px;
}
.custom-product-options .custom-product-option {
	padding:14px;
}
#productpage .product-info .ui.selection.dropdown {
	width:100%;
}
#productpage .product-info .product-configure {
	margin-bottom:20px;
}
#productpage .product-info .option-blocks {
	margin:-5px;
  display:flex;
  flex-wrap:wrap;
}
#productpage .product-info .option-block {
	padding:5px;
}
#productpage .product-info .option-block a {
	display:flex;
  height:40px;
  padding:0px 20px;
  border:1px solid #F2F2F2;
  border-radius:4px;
  align-items:center;
}
#productpage .product-info .option-block.active a {
	font-weight:bold;
}
#productpage .product-info .cart {
	display:flex;
  align-items:center;
}
#productpage .product-info .cart  .input-wrap {
	margin-right:20px;
}
#productpage .product-info .cart .btn {
	flex-grow:10;
}
#productpage .product-info .cart .btn.disabled-grey {
	background:#aaa;
  pointer-events:none;
}
#productpage .product-info .cart .btn i {
	font-size:19px;
  margin-right:10px;
}
#productpage .offer-discounts {
	margin-top:30px;
  display:flex;
  align-items:flex-end;
}
#productpage .discounts ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:-5px;
  display:flex;
  flex-wrap:wrap;
}
#productpage .discounts ul li {
	display:flex;
  align-items:center;
  font-weight:600;
  padding:5px;
  width:100%;
}
#productpage .discounts.no-offer ul li {
	width:50%;
}
#productpage .discounts.no-offer {
	width:100%;
}
#productpage .discounts ul li .discount-label {
	font-weight:bold;
  height:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:114px;
  background:#f2f2f2;
  margin-right:14px;
  border-radius:4px;
}
#productpage .offer-discounts .offer-title .title {
	font-size:20px;
  font-weight:bold;
}
#productpage .offer-discounts .offer-title {
	display:flex;
  align-items:center;
  margin-bottom:25px;
}
#productpage .offer-discounts .offer-title i {
	font-size:35px;
  margin-left:7px;
  transform: rotate(12deg);
}
#productpage .offer-discounts .offer {
	min-width:50%;
  margin-right:15px;
}
#productpage .offer-discounts .offer .btn {
	width:100%;
}
#productpage .delivery-usp {
	margin-top:40px;
  overflow:hidden;
  border-radius:4px;
}
.product-usp-bar {
	display:flex;
  flex-wrap:wrap;
  margin:-5px;
}
.product-usp-bar .usp {
	padding:5px;
  display:flex;
  align-items:center;
}
.product-usp .usp-bar-wrap {
	padding:35px 25px;
  background:#f9f9f9;
}
.product-usp .check-icon-wrap {
	margin-right:10px;
}
#productpage .delivery-usp .delivery {
	background:#303C43;
  color:#fff;
}
#productpage .delivery-usp .delivery {
	display:flex;
  align-items:center;
  min-height:55px;
}
#productpage .delivery-usp .delivery .icon {
	align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:55px;
  font-size:23px;
  border-right:1px solid rgba(255,255,255, .3);
  margin-right:15px;
}
#productpage .delivery-usp .delivery .title-timer {
	display:flex;
  align-items:center;
}
#productpage .delivery-usp .delivery .title {
	font-size:16px;
  margin-right:20px;
}
#productpage .delivery-usp .delivery .timer {
	font-size:20px;
  font-weight:bold;
  display:flex;
  align-items:center;
}
#productpage .delivery-usp .delivery .timer .nr {
	border-radius:4px;
  background:rgba(255,255,255, .05);
  display:flex;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
}
#productpage .delivery-usp .delivery .timer .divider {
	margin:0px 5px;
}
.contents-block {
	margin-top:50px;
}
#productpage .plus-min ul {
	margin:-5px;
  padding:0;
  list-style:none;
}
#productpage .plus-min ul li {
	padding:5px;
  display:flex;
  align-items:center;
}
#productpage .plus-min .icon {
  margin-right:11px;
  line-height:1; 
  font-size:20px;
  color:#F7F8FA;
}
#productpage .plus-min .icon.min {
	position:relative;
}
#productpage .plus-min .icon.min:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background: #000;
  z-index: -1;
  border-radius: 100%;
}
.product-content blockquote {
  background: #303C43;
  border: none;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  padding-left: 0;
  min-height:55px;
  display:flex;
  align-items:center;
  padding-left:78px;
  position:relative;
  border-radius:4px;
}
.product-content blockquote:before {
  content: "\e902";
  display:block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 0;
  width: 55px;
  min-height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.3);
  font-size: 23px;
}
#productpage .specs table {
	width:100%;
}
#productpage .specs table tr td:first-child {
	border-right:1px solid #F2F2F2;
  font-weight:bold;
}
#productpage .specs table tr td {
	padding:15px 20px;
}
#productpage .specs table tr td:last-child {
  padding-left:40px;
}
#productpage .specs table tr:nth-child(even) td {
	background:#FAFAFA;
}
#productpage .product-tabs ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  margin:-5px;
}
#productpage .product-tabs ul li {
	padding:5px;
}
#productpage .product-tabs ul li a {
	display:flex;
  align-items:center;
  min-height:40px;
  padding:0px 25px;
  border-radius:4px;
  font-size:16px;
  font-weight:600;
  border:1px solid #F2F2F2;
}
#productpage .product-tabs ul li:hover a {
	background:#F9F9F9;
  border-color:#F9f9f9;
}
/* #productpage .related-products {
	margin-top:45px;
} */
.product-reviews .top {
	display:flex;
  align-items:center;
  justify-content:space-between;
}
.product-reviews .stars-wrap {
	display:flex;
  align-items:center;
}
.product-reviews .reviews-total .stars-wrap .stars {
	font-size:22px;
  margin:0;
}
.product-reviews .reviews-total .stars-wrap .score {
	font-size:22px;
  line-height:1;
  margin-left:15px;
}
.product-reviews .reviews-total .review-q {
	color:#828282;
  margin-top:5px;
}
.product-reviews .review-btn {
	height:40px;
  border-radius:4px;
  display:inline-flex;
  padding:0px 25px;
  font-weight:600;
  align-items:center;
  border:1px solid #F2F2F2;
}
.product-reviews .review-btn i {
	margin-right:10px;
}
.product-reviews .reviews-total {
	margin-bottom:30px;
}
.product-reviews .reviews {
	border-top:1px solid #F2F2F2;
}
.product-reviews.more-loaded .reviews {
	max-height:400px;
  overflow-x:scroll;
  border-bottom:1px solid #F2F2F2;
}
.product-reviews .reviews .review {
	padding:35px 40px;
  border:1px solid #F2F2F2;
  border-top:0;
}
.product-reviews .review {
	display:flex;
  align-items:center;
}
.product-reviews .review .score {
	margin-right:45px;
  white-space:nowrap;
  text-align:center;
}
.product-reviews .review .score .text {
	font-size:22px;
}
.product-reviews .review .score .stars {
	font-size:15px;
  margin:0;
}
.product-reviews .review .content .text {
	line-height:190%;
  margin-bottom:10px;
}
.product-reviews .review .content .bottom {
	color:#828282;
}
.product-reviews .reviews .review:nth-child(n+3) {
	display:none;
}
.product-reviews .button {
	margin-top:20px;
  text-align:center;
}
.product-reviews .button .btn {
	font-size:14px;
  font-weight:600;
  padding:0px 60px;
}
.bundles {
 	border-left:1px solid #F2F2F2;
}
.bundles .bundle {
	padding:25px 30px;
  border:1px solid #F2F2F2;
  border-left:0;
  width:100%;
}
.bundle .bundle-products {
	flex-wrap:wrap;
}
.bundle .bundle-products,
.bundle .bundle-products .bundle-product .inner {
	display:flex;
  align-items:center;
}
.bundle .bundle-products .bundle-product img {
	width:75px;
}
.bundle .bundle-product .plus {
	font-size:13px;
  margin:0px 10px;
}
.bundles .bundle .cart {
	margin-top:20px;
}
.bundles .bundle .cart .btn {
	width:100%;
}
.bundles .bundle .titles {
	padding-top:20px;
}
.bundles .bundle .titles .bundle-title {
	font-size:18px;
  line-height:150%;
  font-weight:600;
}
.bundles .bundle .products-sum {
	font-weight:600;
  line-height:212%;
}
.bundles .bundle .products-sum i {
	margin-right:10px;
  font-size:13px;
}
.bundles .bundle .info {
	border-top:1px solid #F2F2F2;
  margin-top:25px;
  padding-top:25px;
}
.bundles-slider .owl-stage {
	display: flex;
  align-items: stretch;
}
.bundles-slider .owl-stage .owl-item {
	display:flex;
  align-items:stretch;
}
.bundles .bundle .bundle-inner {
	display:flex;
  align-items:stretch;
  justify-content:space-between;
  flex-direction:column;
  min-height:100%;
}
.bundles .bundle .info table {
	width:100%;
}
.bundles .bundle .info table td:last-child {
	text-align:right;
}
.bundles .bundle .info table tr:last-child {
	font-size:17px;
  font-weight:bold;
  line-height: 140%;
}
.bundles .bundle .info table tr:last-child td {
	padding-top:5px;
}
.productpage-slider .owl-nav .owl-prev  {
	display:none;
}
.productpage-slider .owl-nav .owl-next {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 100%;
  font-size: 15px;
}
/* End productpage */

/* tafel module */
.custom-module,
.custom-module-standaard {
/* 	border:1px solid #E2E0DB; */
  border-radius:3px;
  overflow:hidden;
  background:#FAFAFA;
}

.custom-module-standaard {
	overflow:visible;
}

.custom-module.cat-accessories .forms .img,
.custom-module.cat-accessories .shape {
	background: url(gras.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.custom-module .owl-stage {
/* 	display:flex; */
}

.custom-module .input-wrap input {
	min-width:47px;
  max-width:47px;
  min-height:40px;
  max-height:40px;
}

.module-rating {
  display: none; }

.custom-module .title,
.custom-module-standaard .title {
	padding:20px 30px;
  border-bottom:1px solid #F0F1F1;
  font-size:16px;
  font-weight:bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-module .title .prev-step {
	font-size:14px;
}

.custom-module .block-content,
.custom-module-standaard .block-content {
	padding:30px;
}

.custom-module .blocks {
	display:flex;
  align-items:stretch;
  justify-content:space-between;
}

.module-tabs .not-custom {
  font-size: 16px;
  font-weight: 600;
  background: #FAFAFA;
  padding: 20px 30px;
  border-left: 5px solid;
}

.custom-module .blocks .block-left {
	padding:30px;
  border-right:1px solid #F0F1F1;
  white-space:nowrap;
  width:100%;
  max-width:300px;
}

.custom-module .blocks .block-left .inner {
	margin-top:25px;
}

.custom-module .blocks .block-left .inner:first-child {
	margin-top:0;
}

.custom-module .blocks .block-right {
	background:#f8f8f8;
  flex:1;
  padding:30px;
  display:flex;
  align-items:center;
}

.custom-module .blocks .block-left label {
	margin:0;
}

.custom-module .blocks .block-left .sub-label {
	font-style:italic;
  color:#B2B2B2;
  margin-bottom:10px;
  font-size:90%;
}

.custom-module .blocks .block-left .sub-label.sub-error {
	color: #e30613;
}

.custom-module .total .price {
  font-weight: bold;
  font-size: 30px;
}

.custom-module .total .pm {
	font-size:12px;
}

.custom-module .example {
	width:100%;
  font-size:12px;
}

.custom-module .shape-box {
  display: flex;
  align-items: center;
  white-space:nowrap;
  position:relative;
}

.custom-module .shape-box .radius-show {
	position:absolute;
  left:0;
  top:0;
}

.sm-hidden {
	display:none;
}

.custom-module .shape {
  background: #e94c4f;
  width:100%;
  max-height:200px;
}

.custom-module .shape:after {
	content:'';
  display:block;
}

.custom-module .shape[data-shape="circle"],
.custom-module .shape[data-shape="ellips"]{
	border-radius:100%;
}

.custom-module .example .length-show {
	min-width:50px;
}

.custom-module .example .width-show {
	padding-left:50px;
  margin-top:15px;
  text-align:center;
}

/* .custom-module .shape:after {
	content:'';
  padding-top:60%;
  display:block;
} */

.custom-module .shape-wrap {
	width:100%;
  max-width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.custom-module {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.custom-module .add-costs {
	font-size:12px;
  color:#9a9a9a;
  margin-bottom:5px;
}

.module-tabs .tabs {
	display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0;
  padding:0;
  list-style:none;
  padding-bottom:16px;
  text-align:center;
  margin:-8px;
}

.module-tabs .tabs li {
	flex:1;
  padding:8px;
  font-weight:bold;
}

.module-tabs .tabs li > .link {
	padding:0px 15px;
  min-height:40px;
  height:40px;
  display:flex;
  border:1px solid #F0F1F1;
  border-radius:3px;
  text-decoration:none;
  color:inherit;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  white-space:nowrap;
}

.module-tabs .tabs li.active > .link {
	border-color:#e94c4f;
}

.module-tabs .tabs li .check {
  width: 16px;
  height: 16px;
  font-size: 7px;
  background: #e94c4f;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius:2px;
  margin-right:5px;
}

.module-tabs .tabs li.active .check {
	display: inline-flex;
}

.module-tabs .tabs li .check:before {
  content: "\e92a";
  display: block;
  font-family: i;
  font-weight: 400;
  line-height: 16px;
}

.module-tabs .tabs li i {
	margin-left:10px;
  color:#D4D4D4;
  font-size:16px;
}

.module-tabs .tabs li > .link .tip {
	padding-right:0;
}

.tabs-wrap .pages .page {
  display:none;
}

.tabs-wrap .pages .page.active {
  display:block;
}

.module-tabs {
	margin-bottom:30px;
}


.verzending-koker {
  margin-top: 10px;
  white-space: initial;
  margin: 0px -30px;
  padding: 0px 30px;
  padding-top:20px;
  margin-top:20px;
  border-top: 1px solid #f0f1f1;
}

.verzending-koker label {
	display: inline-block;
}

.verzending-koker input {
	display: inline-block;
  width: auto;
  margin-left: 5px;
}

.hele-rol-oud {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 0 0 0;
  color: #828282;
  font-size: .8em;
  font-weight: 600;
  text-decoration: line-through;
}

.custom-module .owl-nav,
.custom-module .owl-dots {
	display:none;
} 

.custom-module .forms {
	display:flex;
  align-items:stretch;
  justify-content:space-between;
  flex-wrap:wrap;
}

.custom-module .forms .form {
	width:100%;
  max-width:120px;
  cursor:pointer;
}

.custom-module .forms .img {
	background:#e94c4f;
  opacity:.7;
}

.custom-module .forms .form:hover .img,
.custom-module .forms .form.active .img{
	opacity:1;
}

.custom-module .forms .form.circle .img {
	border-radius:100%;
}

.custom-module .forms .form.ellips .img {
	border-radius:100%;
}

.custom-module .forms .img:after {
	content:'';
  display:block;
  padding-top:100%;
}

.custom-module .forms .form.ellips .img:after {
	padding-top:50%;
  margin:25% 0;
}

.custom-module .forms .form.oval .img:after {
	padding-top:50%;
  margin:25% 0;
  border-radius:4px;
}

.custom-module .forms .form-title {
	font-size:16px;
  font-weight:bold;
  text-align:center;
  padding-top:20px;
}

.custom-module .button {
/*   position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; */
  margin-top:30px;
}

.custom-module .next-slide {
  width:100%;
}

.custom-module .next-slide.dis {
	opacity:.4;
  pointer-events:none;
}

.form-product .submit > p button.disabled {
	background:#aaa;
  border-color:#aaa;
  pointer-events:none;
}

.gui-login .gui-input,
.gui-register .gui-input {
	border: 1px solid #F2F2F2 !important;
  box-shadow:none !important;
}

.gui-login .gui-input input,
.gui-register .gui-input input {
	height:40px !important;
  padding:0px 12px !important;
  font-family:inherit;
  box-shadow:none !important;
}

.gui-page-title {
	display:none;
}

.gui-login .gui-block-title,
.gui-login .gui-block,
.gui-register .gui-block-title,
.gui-register .gui-block {
	border-color: #F2F2F2 !important;
}

body .gui-login .gui-button-small,
body .gui-register .gui-button-small{
	display:flex;
  align-items:center;
  justify-content:center;
  padding:0px 40px;
  height:55px;
  font-size:16px;
}

body .gui-login .gui-block,
body .gui-register .gui-block {
  -webkit-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  border: none;
}

body .gui-login .gui-block-title,
body .gui-login .gui-content-title,
body .gui-register .gui-block-title,
body .gui-register .gui-content-title{
  border: none;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  padding: 30px;
}

body .gui-login .gui-content-title,
body .gui-register .gui-content-title {
	padding:0;
  padding-bottom:30px;
}

body .gui-login .gui-block-title strong,
body .gui-register .gui-block-title strong {
	font-weight:bold;
}

body .gui-login .gui-block-content,
body .gui-register .gui-block-content {
	padding:30px;
  padding-top:0;
}

body .gui p {
	line-height:150%;
  margin-bottom:20px;
}

body .gui-login label,
body .gui-register label,
body .gui-register .gui-form .gui-field > label,
body .gui-login .gui-form .gui-field > label {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  display: block;
  margin-bottom: 5px;
  color: #303d43; 
}

body .gui a.gui-button-facebook {
  margin: 0;
  height: 55px;
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  height: 55px;
  font-size: 16px;
  background: #3C5A99;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  border-radius: 3px;
}

body .gui a.gui-button-facebook span {
  margin: 0;
  background: transparent;
  border: none;
  color: inherit;
  padding:0;
}

body .gui a.gui-button-facebook:before {
  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;
  content: "\f082";
/*   content: "\f09a"; */
  font-size:22px;
  margin-right:10px;
}

@media (max-width: 1199px) {
  .custom-module .blocks {
  	display:block;
  }
  .custom-module .blocks .block-left {
    border-right: none;
    border-bottom: 1px solid #E2E0DB;
	}
  .custom-module .forms .form {
  	max-width:100px;
  }
  .custom-module .forms .form-title {
  	font-size:14px;
    padding-top:10px;
  }
}
@media (max-width: 1199px) {
  .module-tabs .tabs li > .link {
  	font-size:12px;
  }
}

@media (max-width: 1199px) { 
  .custom-module .blocks .block-right {
  	display:none;
  }
  .custom-module .blocks .block-left {
  	border-bottom:none;
  }
}
@media (max-width: 767px) { 
.custom-module .title {
    padding: 15px 25px;
	}
  .custom-module .block-content {
  	padding:20px;
  }
  .custom-module .forms {
  	margin:-5px;
  }
  .custom-module .forms .form {
  	padding:5px;
  }
  .custom-module .title .prev-step {
  	white-space:nowrap;
  }
  .custom-module .blocks .block-left {
  	padding:20px;
  }
  .verzending-koker {
    margin: 0px -20px;
    padding: 0px 20px;
    padding-top:20px;
    margin-top:20px;
  }
}
/* end tafelmodule */
/* Footer */
#footer .main-footer .logo img {
	height: 30px;
}

#footer .footer-bottom .payments img {
	height: 35px;
}
/* End footer */

/* Categories */
.categories {
	margin: -10px;
  display:flex;
  flex-wrap:wrap;
}

.categories .category {
	padding: 10px;
}

.categories .category .image-wrap {
	padding:10%;
}


.categories .category .image-wrap.grey:after {
	transition: background .2s ease-in-out;
}
.categories .category:hover .image-wrap.grey:after {
  background: rgba(0,0,0,0.05);  
}

.categories .category img {
	width:100%;
}
.categories .category .category-title {
	font-size:18px;
  font-weight:bold;
  line-height:140%;
}
.categories .category .info {
	margin-top:20px;
}
.categories .category .subs ul {
	list-style:none;
  padding:0;
  margin:0;
  line-height:230%;
  margin-top:15px;
}
.home-categories .slider-bar {
	margin:0px 45px;
  margin-top:20px;
  height:2.5px;
  border-radius:1.25px;
  background:#f2f2f2;
  position:relative;
  display:flex;
  overflow:hidden;
}
.home-categories .slider-bar span {
	flex:1;
  height:100%;
  top:0;
  display:block;
}
.home-block .link-bottom {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 20px;
}
/* End categories */




/* Messages */
.message-container {
  z-index: 9999999;
  margin-top: 20px;
  margin-bottom:10px;
  width:100%;
}
.fixed-content .message-container {
	margin-top:0;
  margin-bottom:20px;
}
.message-container.home-message {
	position: fixed;
  bottom: 0;
  margin-bottom: 20px;
}

.message-container .messages {
  margin: 0;
  position: relative;
}

.message-container .messages .message ul {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  color:#fff;
  text-align:left;
}

.message-container .messages .message {
  color: #fff;
  padding: 20px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 10px;
  width:100%;
}

.message-container .messages .message.error .icon {
  color: #cd3b3b;
}

.message-container .messages .message.success .icon {
  color: #2ecc71;
}

.message-container .messages .message.info .icon {
  color: #3ca1cd;
}

.message-container .messages .message.error {
  background: #cd3b3b;
}
.message-container .messages .message.success {
  background: #2ecc71;
}
.message-container .messages .message.info {
  background: #3ca1cd;
}

.message-container .messages .message .icon {
	width:35px;
}

.message-container .messages .message .icon i {
  font-size: 16px;
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  text-align:center;
}

.message-container .messages .message .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  padding-left:20px;
}

.message-container .messages .message .button {
	padding-left:10px;
  text-align:right;
}

.message-container .messages .message .button .btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.gui-messages {
	display:none !important;
}
/* End Messages */

/* Responsive */
@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1460px;
    padding:0px 30px;
  }
  .col-lg-20 {
  	padding:0px 15px;
    width:20%;
    float:left;
  }
}

@media (max-width: 1400px) {
  .search-bar input {
  	min-width:300px;
  }
}

@media (max-width: 1199px) {
	#header .logo {
  	flex:1;
  }
  #header .main-widget {
  	margin-right:50px;
  }
  #header .menu-button {
  	margin-right:30px;
  }
  .usp-bar {
  	margin:15px 0px;
  }
  .usp-bar .item {
  	justify-content:center;
    white-space:nowrap;
    opacity:0;
    overflow:hidden;
    transition:opacity .2s ease-in-out;
  }
  .usp-bar.owl-loaded .item {
  	opacity:1;
  }
  .home-banners .banner-cols {
  	margin:-10px;
  }
  .home-banners .banner-cols .col-left,
  .home-banners .banner-cols .col-right {
  	padding:10px;
  }
  .home-banners .banner.banner-2 {
  	margin-bottom:20px;
  }
  
  .home-brands .brand-logos .brand-logo:nth-child(n+4) {
  	display:none;
  }
  .home-banners .bestsellers .small-products .small-product:nth-child(n+5) {
  	display:none;
  }
  .home-banners .bestsellers .small-products .small-product:nth-child(n+4) {
  	border-bottom:none;
  }
  .home-banners .banner-cols .col-left {
  	display:flex;
    align-items:stretch;
  }
  .home-banners .banner-cols .col-left .banner {
  	width:100%;
  }
  .home-service .image img {
  	width:130px;
  }
  .products-slider .owl-next {
  	right:0;
    transform:translate(-50%, 10px);
  }
  .home-deal {
  	display:block;
  }
  .home-deal .banner {
  	margin-right:0;
    margin-bottom:30px;
  }
  #productpage .delivery-usp .delivery .title {
  	font-size:14px;
  }
  #productpage .delivery-usp .delivery {
  	min-height:50px;
  }
  #productpage .delivery-usp .delivery .icon {
  	min-width:50px;
    font-size:20px;
  }
  #productpage .delivery-usp .delivery .timer {
  	font-size:18px;
  }
  #productpage .delivery-usp .delivery .timer .nr {
  	width:37px;
    height:37px;
  }
  #productpage .product-info .price-shipping {
  	width:100%;
    justify-content:space-between;
  }
  #productpage .product-info .top {
    white-space: nowrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #productpage .product-info .top {
  	margin-bottom:20px;
  }
  .contents-block {
  	margin-top:35px;
  }
  #productpage .product-tabs ul li a {
  	font-size:14px;
  }
}

@media (max-width: 991px) {
.home-banners .banner-cols {
  	flex-wrap:wrap;
  }
  .home-banners .banner-cols .col-left,
  .home-banners .banner-cols .col-right {
  	min-width:100%;
    max-width:100%;
  }
  .brands-service {
    flex-wrap: wrap;
  }
  .home-service {
  	order:1;
  }
  .home-brands .brand-logos .brand-logo:nth-child(n+4) {
  	display:block;
  }
  .footer-widget .widget-wrap {
  	display:block;
  }
  .footer-widget .total {
  	justify-content:center;
    padding-bottom:20px;
    border-bottom:1px solid #F2F2F2;
    margin-bottom:20px;
  }
  .footer-widget .widget-review {
  	margin:0 auto;
  }
  .footer-widget .widget-reviews {
  	display:block;
  }
  .collection-flex {
  	display:block;
  }
  #collection .col-side {
    min-width:100%;
    max-width:100%;
    margin-right:0px;
  }
  #collection .col-main {
    width:100%;
  }
  #collection .filters {
  	position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:#fff;
    padding:25px 15px;
    overflow-x:scroll;
    transition:transform .2s ease-in-out;
    transform:translate(-100%, 0); 
  }
  #collection .filters.active {
  	transform:unset;
  }
  #collection .filters .submit {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #F6F6F6;
    width: 100%;
  }
  #collection .filters .submit .btn {
  	width:100%;
  }
  #collection .filters {
  	padding-bottom:118px;
  }
  #collection .sort .sort-block {
  	flex-wrap:wrap;
  }
  #collection .sort .pager-wrap {
    width: 100%;
    order: 0;
    margin-bottom: 20px;
    justify-content: center;
  }
  #collection .sort .custom-pager {
  	justify-content:center;
  }
  #collection .sort .custom-pager .total {
  	order:1;
  }
  #collection .sort .custom-pager .pager-text {
  	order:2;
    margin:0;
  }
  #productpage .product-images .images {
  	width:100%;
  }
  #productpage .product-images .images img {
  	padding:0;
    max-width:400px;
    margin:0 auto;
  }
  #productpage .product-info .option-block a {
  	padding:0px 10px;
  }
  .custom-product-options {
  	margin:-10px;
  }
  .custom-product-options .custom-product-option {
  	padding:10px;
  }
  .product-option .label-wrap {
  	justify-content:space-between;
  }
  #productpage .product-contents {
  	margin-top:40px;
  }
  #productpage .product-images .images .owl-item img {
  	padding:0;
  }
  #productpage .product-images {
  	display:block;
  }
  #productpage .product-images .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin-top:10px;
  }
  #productpage .product-images .controls i {
  	margin-right:10px;
  }
  #productpage .product-images {
  	margin-bottom:15px;
  }
}

@media (max-width: 767px) {
  #header .main-header {
  	padding:13px 0px;
  }
  #header .main-header .logo img {
  	height:40px;
  }
  .search-bar.search-bar-mobile input {
  	padding:15px;
  }
  .search-bar-mobile {
  	border:none;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef; 
  }
  .mobile-search .container {
  	padding:0;
  }
  .search-bar .search-icon {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  #header .menu-button {
  	margin:0;
    font-size:16px;
  }
  #header .header-icons ul li a > i.header-icon {
  	font-size:16px;
  }
  #header .header-icons ul {
  	margin:-6px;
  }
  #header .header-icons .cart .quantity {
    font-size: 11px;
    width: 16px;
    height: 16px;
    transform: none;
    top: -8px;
    right: -8px;
    left: auto;
  }
  #header .header-icons .cart {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
  }
  #header .header-icons .cart .header-icon {
  	font-size:18px;
  }
  #header .menu-button,
  #header .header-icons {
  	flex:1;
  }
  #header .header-icons {
  	justify-content:flex-end;
  }
  #header .logo {
  	flex:2;
    text-align:center;
    padding:0px 10px;
  }
  #header .header-icons ul li {
  	padding:6px;
  }
  #header .main-header {
  	position:relative;
  }
  .cart-dropdown .dropdown-title {
  	margin-bottom:0;
  }
  #header .header-icons ul li {
  	position:unset;
  }
  .cart-dropdown {
  	right:0;
    width:100%;
  }
  .cart-dropdown .totals {
  	margin-top:10px;
  }
  .cart-dropdown .buttons {
  	margin-top:10px;
  }
  .cart-dropdown .cart-products-outer {
  	max-height:220px;
  }
  .cart-dropdown .no-products {
  	margin-top:-10px;
  }
  .login-popup {
    right: 0;
    width: 100%;
    margin-top:0;
	}
  .login-popup .cols {
  	display:block;
  }
  .login-popup .col {
  	min-width:100%;
    max-width:100%;
  }
  .home-banners .banner.banner-1 {
  	padding:20px;
    padding-top:140px;
  }
  .home-banners .banner.banner-1 .text-box {
  	padding:20px;
    padding-top:30px;
  }
  .home-banners .banner.banner-1 .banner-label {
  	left:20px;
  }
  .home-banners .banner .link {
  	margin-top:15px;
  }
  .home-banners .banner .title {
  	margin-bottom:10px;
  }
  .home-banners .banner.banner-2, .home-banners .banner.banner-3 {
  	min-height:0;
    padding:35px;
  }
  .home-brands .brand-logos {
  	margin:-10px;
  }
  .home-brands .brand-logos .brand-logo {
  	padding:10px;
  }
  .home-service {
  	min-width:100%;
    max-width:100%;
  }
  .title-featured {
  	flex-wrap:wrap;
  }
  .title-featured .tabs {
  	width:100%;
    margin-top:15px;
  }
  .home-products {
  	overflow: hidden;
  }
  .home-products .products {
  	margin-right: -25%;
    overflow: hidden;
  }
  .products {
  	margin:-10px;
  }
  .products .product {
  	padding:10px;
  }
  .products-slider .owl-stage-outer {
  	padding:0;
  }
  .products-slider .owl-nav {
  	display:none;
  }
  .products .product .price {
  	margin-top:10px;
  }
  .products .product .stock {
  	margin-top:10px;
  }
  .products .product .add-cart {
  	display:flex;
  }
  .deal-product .image-wrap {
  	padding:0;
    min-width:50%;
    max-width:50%;
  }
  .deal-product .image-wrap img {
  	width:100%;
  }
  .deal-product .deal-info .btn, .deal-product .info {
  	min-width:0;
    max-width:100%;
  }
  .deal-product .info {
  	margin-left:20px;
  }
  .deal-product .deal-info {
  	background:transparent;
    flex-wrap:wrap;
    padding:0;
  }
  .deal-product .timer-save {
  	background:#FAFAFA;
    padding:12px;
    margin-bottom:10px;
  }
  .deal-product .deal-info .btn {
  	width:100%;
  }
  .deal-product .stock {
  	margin-top:20px;
  }
  .categories .category .category-title {
  	font-size:16px;
  }
  .title-featured .title {
  	font-size:22px;
  }
  .title-featured .subtitle {
  	font-size:16px;
  }
  .home-categories {
  	overflow: hidden;
  }
  .home-categories .categories.with-slider {
  	margin-right: -25%;
    overflow: hidden;
  }
  .home-block {
  	margin-top:40px;
  }
  .small-article .inner {
  	padding:14px;
  }
  .small-article .image-wrap img {
  	width:75px;
  }
  .small-article .title {
  	font-size:16px;
  }
  .small-articles {
  	margin:-7px;
  }
  .small-articles .small-article {
  	padding:7px;
  }
  .home-blog {
  	padding-bottom:40px;
  }
  .home-content .content-flex {
  	display:block;
  }
  .home-content .image {
  	margin-left:0;
    width:100%;
    margin-top:30px;
  }
  .home-content .vid-controls {
    margin:0px -12px;
  	margin-top:15px;
    font-size:16px;
  }
  .home-content .vid-controls .control {
  	padding:0px 12px;
  }
  .home-usp .usps {
  	margin:-25px 0px;
  }
  .home-usp .usps .usp {
  	padding:25px 0px;
  }
  .home-usp .usps .usp .title {
  	font-size:18px;
    margin-bottom:15px;
  }
  .home-usp .usps .usp .title i {
  	font-size:22px;
  }
  .footer-widget {
  	padding-bottom:20px;
  }
  .collection-sub img {
  	width:28px;
  }
  .collection-subs {
  	margin:-4px;
    margin-bottom:16px;
  }
  .collection-subs .collection-sub {
  	padding:4px;
  }
  #collection .sort .sort-block .ui.selection.dropdown {
    width: auto;
    min-width: 0;
    padding-right: 45px;
    padding-left: 15px;
  }
  #collection .sort label {
  	margin-right:15px;
    display: none;
  }
  #collection .sort.bottom {
  	border-bottom:none;
    padding-bottom:0;
  }
  #productpage .product-images .images img {
  	max-width:270px;
  }
  #productpage .product-info .free-shipping {
  	padding:0px 20px;
    margin-left:15px;
  }
  #productpage .product-info .price .price-new {
  	font-size:30px;
  }
  #productpage .product-info .price .price-old {
  	font-size:18px;
  }
  .product-option .label-wrap {
  	margin-bottom:5px;
  }
  #productpage .offer-discounts {
  	flex-wrap:wrap;
    margin-top:25px;
  }
  #productpage .offer-discounts .offer {
    order: 1;
    width: 100%;
    margin: 0;
    margin-top: 20px;
	}
  #productpage .product-info .product-configure {
  	margin-bottom:0px;
  }
  #productpage .product-info .product-option {
  	margin-bottom:5px;
  }
  #productpage .offer-discounts .offer-title {
  	margin-bottom:20px;
  }
  #productpage .delivery-usp {
    margin: 0px -15px;
    margin-top: 20px;
    border-radius: 0;
	}
  #productpage .delivery-usp .delivery .title-timer {
  	flex-wrap:wrap;
    padding:6px 0px;
  }
  #productpage .delivery-usp .delivery .title {
  	width:100%;
    margin:0;
    margin-bottom:5px;
  }
  #productpage .delivery-usp .delivery .timer .nr {
  	width:29px;
    height:29px;
    font-size:16px;
  }
  #productpage .delivery-usp .delivery .icon {
  	min-width:67px;
  }
  .product-usp .usp-bar-wrap {
  	padding:15px 25px;
  }
  .contents-block .contents {
  	padding:25px 0px;
    padding-top:10px;
  }
  .title-featured.small-title.mobile-tab {
  	padding:15px 0px;
    margin:0;
    border-top:1px solid #F6F6F6;
  }
  .contents-block {
  	margin-top:0;
  }
  .title-featured.small-title .title {
  	font-size:18px;
    text-transform:none;
  }
  .contents-block.active .contents {
  	display:block;
  }
  .contents-block .contents {
  	display:none;
  }
  .title-featured.small-title.mobile-tab .tab-arrow {
  	transition: transform .2s ease-in-out;
  }
  .title-featured.small-title.mobile-tab.active .tab-arrow {
  	transform:rotate(180deg);
  }
  #productpage .related-products,
  #productpage .product-bundles {
  	margin-top:50px;
  }
  .product-content blockquote {
    margin: 0px -15px;
    border-radius: 0;
		font-size:14px;
  }
  .bundles-slider .owl-stage {
  	align-items:flex-start;
  }
  .bundles {
  	border:none;
  }
  .bundles .bundle {
  	border:none;
    padding:0;
    padding-right:3px;
  }
  #productpage .product-contents {
  	margin-top:20px;
  }
  #productpage .related-products {
  	margin-right:-15px;
    overflow:hidden;
  }
  #productpage .related-products .products {
  	margin-right:-25%;
  }
  .product-reviews .reviews .review {
  	display:block;
    padding:25px 30px;
  }
  .product-reviews .review .score {
  	margin:0;
    margin-bottom:5px;
  }
  .product-images .product-label, .product-images .custom-label {
  	right:0;
  }
  .home-deal .banner {
  	padding:55px 25px;
  }
  .collection-subs .collection-sub:nth-child(n+9) {
  	display:none;
  }
  .collection-subs.active .collection-sub:nth-child(n+9) {
  	display:block;
  }
  .collection-subs .more-subs {
    padding: 4px;
    display: block;
    width: 100%;
  }
  .collection-subs .more-subs a {
    padding: 10px;
    border: 1px solid #F2F2F2;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
  }
  .brand-logos {
  	display:block;
  }
  .home-brands {
  	display:block;
    max-width:100%;
  }
  .cookiebar {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background: #f7f7f7;
  }
/*   .products .product .stock {
  	min-height:40px;
  } */
  body.language-de .footer-widget .total .info .title {
  	font-size:16px;
  }
  body.language-de .module-tabs .tabs {
  	margin:-4px;
    flex-wrap:wrap;
  }
  body.language-de .module-tabs .tabs li {
  	flex:auto;
    width:100%;
    padding:4px;
  }
}

@media (max-width: 424px) {

}

.grecaptcha-badge {
    display: none !important;
}

/* End responsive */

/* Cookies */
.cookiebar { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.6); position: fixed; pointer-events: auto; left: 0; top: 0; z-index: 99999999; display: flex; justify-content: center; align-items: center; padding: 0 30px; }
.cookiebar .cookie-wrapper { max-width: 600px; background: white; }
.cookiebar .inner { display: flex; flex-direction: column; align-items: flex-start; padding: 20px 30px; }
.cookiebar .close-cookie { margin-left: 0; border-radius: 5px; min-width: unset; font-size: 16px; background: #F27544; border: none; font-family: "Muli", Helvetica, sans-serif; height: 40px; position: relative; margin-top: 20px; width: 100%; color: white; }
.cookiebar .cookies-title { font-size: 24px; font-family: "Muli", Helvetica, sans-serif; font-weight: bold; margin-top: -5px; margin-bottom: 10px; }
@media (max-width: 767px){
  .cookiebar .cookies-title { font-size: 18px; }
  .cookiebar .inner span { font-size: 12px; }
  .cookiebar .close-cookie { font-size: 14px; height: 40px; }
  .cookiebar { padding: 0 15px; }
  .cookiebar .inner { padding: 15px 20px; }
}
@media (max-width: 320px){ 
  .cookiebar .inner span { height: 240px; overflow-y: scroll; }
}