body {
  font-family: 'futura bk bt';
	color:#1E3254;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  background:#f5f5f5;
  margin-bottom:0 !important;
}

main {
	opacity:0;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

main.loaded {
	opacity:1;
}

#header .main-header .main-menu,
.search-products .product .title,
.price .new-price,
.side-content .products-table .title,
.side-content .title, 
.title-font,
h1, h2, h3, h4, h5, h6,
#collection .collection-usp ul li span,
#productpage .product-info .product-usp .usp span,
#cart .cart-usp .usp span,
body .gui-page-title,
.gui-block-subtitle, .gui-content-subtitle,
#compare-page .table-compare tr td:first-child,
#compare-page .table-compare tr th:first-child { 
  font-family: 'futura';
  font-weight:500;
}

.gui-block-subtitle, .gui-content-subtitle {
	font-size:1.28em;
}

body .gui-page-title,
body .gui-page-title strong,
body .gui-block-subtitle strong, body .gui-content-subtitle strong,
body .gui-block-subtitle, body .gui-content-subtitle {
	font-weight:500;
  color:#1E3254;
}

.normal-font {
	font-family: 'futura bk bt';
}

.orange-text {
	color:#E39E36;
}

.title-featured .subtitle {
	font-size:1.1428em;
  margin-bottom:20px;
}

.title-featured .title {
	font-size:2.5714em;
  margin:0;
  line-height:1.3em;;
}

.title-featured .content {
	font-size:1.3em;
  margin-top:15px;
  line-height:200%;
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.btn {
	height:55px;
  line-height:55px;
  padding:0px 30px;
  background:#213150;
  color:#fff;
  font-family: 'futura';
  font-weight:500;
  font-size:16px;
  border-radius:0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.orange {
	background:#E39E36;
}

.btn.orange:hover {
	background:#D5840C;
  background:#CA851D;
}

.btn.small-cart {
	height:55px;
  padding:0px 25px;
  font-size:25px;
  line-height:55px;
}

.btn.small-cart i {
	margin:0;
  font-size:100%;
}
	
.btn.green{
	background:#B1BCAF;
}

.btn.green:hover {
	background:#98A396;
}

.btn.dark-green{
	background:#909F8D;
}

.btn.dark-green:hover {
	background:#778674;
}

.btn.green-open,
.btn.green-open:visited{
  border:1px solid #B1BCAF;
	color:#B1BCAF;
  background:transparent;
}

.btn.green-open:hover {
	color:#fff;
  background:#B1BCAF;
}

.btn.fb {
	background:#617FB3;
}

.btn.fb:hover {
	background:#48669A;
}

.btn.fb i {
	margin-left:0;
  margin-right:10px;
  font-size:110%;
}

.btn.link {
	background:transparent;
  color:#213150;
}

.btn.link:hover {
	background:transparent;
  color:#213150;
}

.btn.full-w {
	width:100%;
}

.btn span {
	font-family: 'futura bk bt';
}

.btn i {
	margin-left:7px;
  font-size:1.1em;
}

.btn i.sm-heart {
	font-size:1.2em;
}

a.btn.disabled {
	background:#DBDBDB;
  opacity:1;
}

.home-content a.btn {
	color:#fff;
}

.btn:hover,
.btn:active,
.btn:focus {
	color:#fff;
}

.btn.btn-open {
	background:transparent;
  border:1px solid #000;
  color:#fd6d00;
  line-height:43px;
}

.btn.btn-open:active,
.btn.btn-open:focus,
.btn.btn-open:visited{
	color:#fd6d00;
}

.btn.btn-open:hover {
	background:#fd6d00;
  color:#fff;
}

.btn:visited {
	color:#fff;
}

.btn.link:visited {
	color:inherit;
}

.sm {
	display:inline-block;
  vertical-align:middle;
  margin-top: -0.30em;
}

.sm:before {
	display:block;
}

.align {
	display:table;
  width:100%;
}

.flex {
	displaY:flex;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
  height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B0B0B0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B0B0B0;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B0B0B0;
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B0B0B0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B0B0B0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #B0B0B0;
}

.btn,
a.btn {
  
}

#header {
	background:#fff;
}

#header .topbar {
  border-bottom:1px solid rgba(196, 196, 196, .3);
}

#header .topbar .wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  height:60px;
}

#header .topbar .main-ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:0px -15px;
}

#header .topbar .main-ul li {
	display:inline-block;
  padding:0px 15px;
}

#header .topbar .main-ul a:hover {
	text-decoration:underline;
}

#header .topbar .main-ul i {
	margin-right:7px;
}

#header .topbar .main-ul img {
  display: inline-block;
  height: 13px;
  vertical-align: baseline;
  margin-right: 7px;
  margin-bottom: -1px;
}

#header .main-header {
	padding:30px 0px;
  background:#fff;
  border-bottom:1px solid transparent;
}

#header .main-header .mobile-button {
	display:none;
}

#header .main-header.sticky {
	position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 99999;
  border-color:#ededed;
/*   z-index: 999999999999; */
}

#header .main-header .wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#header .main-header .logo-menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#header .main-header .logo {
	margin-top:-17px;
  width:140px;
}

#header .main-header .logo img {
	width:100%;
}

#header .main-header .main-menu {
	margin-left:40px;
  font-size:1.0714em;
  font-size:1.2em;
}

#header .main-header .main-menu i {
	margin-left:5px;
}

#header .main-header .main-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:0px -15px;
}

#header .main-header .main-menu ul li {
	display:inline-block;
  padding:15px;
  position:relative;
}

#header .main-header .main-menu ul li.active {
  background:#fff;
  z-index:99999;
}

#header .main-header .main-menu ul li .mega-menu {
	position:absolute;
  left:0;
  top:100%;
  background:#fff;
  display:none;
}

#header .main-header .main-menu ul li.active .mega-menu {
	display:block;
}

#header .main-header .main-menu ul li .mega-menu ul {
	padding:15px 0px;
  margin:0;
  width:280px;
/*   height:550px; */
  position:relative;
  border-right:1px solid #ededed;
}
#header .main-header .main-menu ul li .meganus ul {
	padding:15px 0px;
  margin:0;
  width:280px;
	height:550px;
  position:relative;
  border-right:1px solid #ededed;
}
#header .main-header .main-menu ul li .mega-menu ul li {
	padding:0 15px;
  display:block;
  position:unset;
}

#header .main-header .main-menu ul li .mega-menu ul li a {
	padding:10px 0px;
  display:block;
  border-bottom:1px solid #ededed;
}

#header .main-header .main-menu ul li .mega-menu ul li:last-child a {
	border:none;
  padding-bottom:0;
}

#header .main-header .main-menu ul li .mega-menu ul ul {
	position:absolute;
  left:calc(100% + 1px);
  top:0;
  width:120%;
  height:100%;
  display:none;
  background:#f5f5f5;
}

#header .main-header .main-menu ul li .mega-menu ul ul ul {
	background:#fff;
}

#header .main-header .main-menu ul li .mega-menu ul li:hover > ul {
	display:block;
}

#header .main-header .main-menu ul li .mega-menu ul ul li {
	padding:0px;
}

#header .main-header .main-menu ul li .mega-menu ul ul li a  {
	border:none;
  padding:6px 15px;
}

#header .main-header .main-menu ul li .mega-menu ul ul li:hover:not(.title) > a {
	background:#B1BCAF;
  color:#fff;
}

#header .main-header .main-menu ul li .mega-menu ul ul ul li:hover:not(.title) > a {
	background:transparent;
  color:#B2BCB0;
}

#header .main-header .main-menu ul li.active .arrow-down {
	-webkit-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	        transform:rotate(180deg);
}

#header .main-header .main-menu ul li a .arrow {
	float:right;
  line-height:inherit;
  padding-right:3px;
  -webkit-transition: padding .3s ease-in-out;
  -o-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

#header .main-header .main-menu ul li:hover:not(.title) > a {
	color:#B2BCB0;
}

#header .main-header .main-menu ul li:hover > a .arrow {
	padding-right:0;
}

#header .main-header .main-menu ul li .brands-menu {
	position:absolute;
  left:0;
  top:100%;
  background:#fff;
  display:none;
  width:800px;
  padding:15px;
}

#header .main-header .main-menu ul li.active .brands-menu {
	display:block;
}

#header .main-header .main-menu ul li .brands-menu .title {
	padding-bottom:10px;
  border-bottom:1px solid #ededed;
  margin-bottom:20px;
}

#header .main-header .main-menu ul li .brands-menu .brands-list {
	margin:-30px;
}

#header .main-header .main-menu ul li .brands-menu .brands-list ul {
	display:inline-block;
  padding:30px;
  margin:0;
}

#header .main-header .main-menu ul li .brands-menu .brands-list ul li {
	display:block;
  padding:10px 0px;
}

#header .main-header .main-menu ul li .brands-menu .brands-list ul li a:hover,
#header .main-header .main-menu ul li .brands-menu .brands-list ul li:hover a {
	text-decoration:underline;
  color:inherit;
}

#header .main-header .main-menu ul li .brands-menu .button {
	text-align:right;
  margin-top:20px;
}

#header .main-header .main-menu ul li .brands-menu .brands-logos {
	margin:0px -5px;
  margin-bottom:30px;
}

#header .main-header .main-menu ul li .brands-menu .brand-logo  {
	display:inline-block;
  padding:0px 5px;
  width:14.2857%;
}

#header .main-header .main-menu ul li .brands-menu .brand-logo img {
	width:100%;
}

#header .main-header .icons ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:0px -15px;
}

#header .main-header .icons ul li {
	display:inline-block;
  padding:0px 15px;
}

#header .main-header .icons .icon {
/* 	font-size:24px; */
    font-size: 1.4em;
}

#header .main-header .icons .icon-wrap {
	position:relative;
}

#header .main-header .icons .items {
	width:18px;
  height:18px;
  display:block;
  border-radius:100%;
  background:#B1BCAF;
  color:#fff;
  font-size:10px;
  line-height:18px;
  text-align:center;
  position:absolute;
  font-weight:bold;
  right: -12px;
  top: -10px;
}

#header .main-header .icons .arrow {
	margin-left:5px;
  margin-right:-7px;
}

#header .main-header .search .bar {
	width:500px;
  position:relative;
}

#header .main-header .search input {
	width:100%;
  height:40px;
  border:none;
  border:1px solid #EDEDED;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  outline:none;
  padding:0px 20px;
  padding-right:48px;
  font-size:.9285em;
  font-size:1.2em;
  border-radius:0;
}

#header .main-header .search .icon {
	position:absolute;
  right:0;
  top:0;
  width:48px;
  height:40px;
  background:#B1BCAF;
  color:#fff;
  text-align:center;
  line-height:40px;
  cursor:pointer;
      -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header .main-header .search .close-search-header {
  position: absolute;
  right: 58px;
  top: 50%;
  margin-top: -9px;
}

#header .main-header .search .close-search-header .close-icon {
	width:18px;
  height:18px;
  line-height:18px;
  font-size:6px;
  cursor:pointer;
}
#header .main-header .search .close-search-header .close-icon:hover {
	color:#fff;
}

#header .main-header .search .icon:hover {
	background:#98A396;
}

.autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#fff;
  border:1px solid #EDEDED;
  border-top:0;
  padding:20px;
  font-size:1.1em;
}
.autocomplete .more {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: -1px;
  padding-top:30px;
  padding-bottom:10px;
}
.autocomplete.noresults .more {
  display:none;
}
.autocomplete .notfound {
  display:none;
  font-size: 13px;
  font-style: italic;
}
.autocomplete.noresults .notfound {
  display:block;
}
.autocomplete.noresults .search-products {
  display:none;
}

/*
#formSearch .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#fff;
  border:1px solid #EDEDED;
  border-top:0;
  padding:20px;
  font-size:1.1em;
}
#formSearch .autocomplete .more {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: -1px;
  padding-top:30px;
  padding-bottom:10px;
}
#formSearch .autocomplete.noresults .more {
  display:none;
}
#formSearch .autocomplete .notfound {
  display:none;
  font-size: 13px;
  font-style: italic;
}
#formSearch .autocomplete.noresults .notfound {
  display:block;
}
#formSearch .autocomplete.noresults .search-products {
  display:none;
}
*/

.search-products {
  margin:0;
	margin-top:-10px;
}

.search-products .product-wrap {
	padding:10px 0px;
  border-bottom:1px solid #ededed;
}

.search-products .product  {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.search-products .product .image-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.search-products .product .image-wrap {
	width:90px;
  min-width:90px;
  margin-right:20px;
}

.search-products .product .image-wrap img {
	width:100%;
}

.search-products .product .price {
	margin-left:20px;
/*   text-align:right; */
}

.search-products .product .title,
.side-content .products-table .title {
	font-size:1.1428em;
}

.side-content .products-table .bundled-product {
	display:flex;
  align-items:center;
  font-size:.95em;
  margin-bottom:5px;
}

.side-content .products-table .bundled-product  i {
	color:#B1BCAF;
}

.side-content .products-table .bundled-product img {
	width:40px;
  border:1px solid #ededed;
  margin:0px 7px;
}

.price .old-price {
	color:#A2A4A8;
  text-decoration:line-through;
}

.price .new-price {
	color:#E39E36;
}

.search-products .product .price .new-price {
	font-size:1.2857em;
}

.search-products .product .delivery,
.side-content .products-table .delivery {
  color: #B2BCB0;
  font-style: italic;
  margin-top: 5px;
}

.side-overlay.open, .gen-overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-overlay, .gen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 49, 80, 0.5);
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.side-content.open {
  -ms-transform: translate(-640px, 0px);
  -webkit-transform: translate(-640px, 0px);
  transform: translate(-640px, 0px);
}

.side-content {
  position: fixed;
  left: 100%;
  top: 0;
  width: 640px;
  height: 100%;
  background: #F5F5F5;
  z-index: 9999999999;
  overflow-x: scroll;
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.side-content.side-search {
	display:block;
}

.side-content .search-body {
	padding:20px;
  padding-top:0;
}

.side-content .search-body input {
  width: 100%;
  height: 45px;
  border: none;
  border: 1px solid #EDEDED;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 20px;
  padding-right: 48px;
  font-size: .9285em;
  border-radius: 0;
}

.side-content .search-body .bar {
	position:relative;
}

.side-content .search-body form .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #B1BCAF;
}

.side-content .search-body form .button {
	margin-top:18px;
}

.side-content .search-body .suggestions {
	margin-top:10px;
  font-size:15px;
}

.side-content .search-body .suggestions .sug-title {
	margin-bottom:10px;
}

.side-content .search-body .suggestions .tags {
	margin:-3.5px;
}

.side-content .search-body .suggestions .tags .tag {
	padding:3.5px;
  display:inline-block;
}

.side-content .search-body .suggestions .tags .tag a {
	height:27px;
  display:block;
  padding:0px 10px;
  line-height:27px;
  background: #C9D7DE;
  color:#fff;
}

.side-content .side-body {
  overflow-x: scroll;
}

.side-content .side-body {
  max-height:0;
}

.side-content .products-table table {
	width:100%;
}

.side-content .products-table table td {
  padding:10px 0px;
	padding-left:30px;
}

.side-content .products-table table td:last-child {
	padding-right:30px;
}

.side-content .products-table table tr:nth-child(even) {
	background:#fff;
}

.side-content .products-table .image-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.side-content .products-table .image-wrap {
	width:120px;
  min-width:120px;
  margin-right:20px;
  position:relative;
}

.side-content .products-table .image-wrap .image {
	position:relative;
  display:block;
}

.side-content .products-table table tr:nth-child(odd) .image-wrap .image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.047);
}

.side-content .products-table .image-wrap img {
	width:100%;
}

.side-content .products-table .qty {
	width:40px;
  height:30px;
/*   background:#fff; */
/*   border:1px solid #e5e5e5; */
  line-height:28px;
  text-align:center;
  color:#A2A4A8;
}

.close-icon {
	display:block;
  width:22px;
  height:22px;
  color:#fff;
  background:rgba(196, 196, 196, .6);
  border-radius:100%;
  text-align:center;
  line-height:22px;
  font-size:8px;
}

.side-content .products-table .price .new-price {
	font-size:1.5714em;
}

.side-content.side-wish .products-table .price  {
	margin-top:10px;
  display:flex;
  align-items:center;
}

.side-content.side-wish .products-table .price .old-price {
	margin-left:7px;
}

.side-content .side-header .title {
	font-size:1.4285em;
}

.side-content .top-wrap .close-cart-wrap {
	padding:35px;
	padding-bottom: 0;
}

.side-content .top-wrap .close-cart-wrap .close-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 40px;
  height: 40px;
  background: #B1BCAF;
  color: #fff;
}

.side-content .top-wrap .close-cart-wrap .close-cart i {
	margin-bottom: -2px;
}

.side-content .side-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  padding:35px;
/*   padding-bottom:0; */
/*   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  z-index: 99; */
}

.side-content .side-footer {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
  padding:35px;
}

.side-content .side-footer .total-table {
  width:100%;
/*   max-width:450px; */
}

.side-content .side-footer table {
	width:100%;
  font-size: 1.1428em;
  font-size:1.3em;
}

.side-content .side-footer table td:last-child {
	text-align:right;
}

.side-content .side-footer table td {
	padding-bottom:30px;
}

.side-content .side-footer table td small {
	font-size: 65%;
}

.side-content .side-footer .shop-on {
	margin-top:30px;
  text-align:center;
}

.side-content .no-cart-products {
	padding:35px;
}

.mobile-menu {
	position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #fff;
  overflow-x:scroll;
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.mobile-menu .scroll-inner {
	padding-top:50px;
  padding-bottom:65px;
}
.mobile-menu.active {
  -ms-transform: translate(-100%, 0px);
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.mobile-menu .menu-head,
.sidebar .menu-head,
.sort-mobile .menu-head,
.textpage-sidebar .menu-head {
	background: #f2f2f2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  position:fixed;
  width:100%;
  top:0;
  left:0;
  height:50px;
  line-height:50px;
  text-align:center;
  z-index:9;
}

.sort-mobile .menu-head {
	position:relative;
}

.mobile-menu .menu-head .back-icon,
.sidebar .menu-head .back-icon,
.sort-mobile .menu-head .back-icon,
.textpage-sidebar .menu-head .back-icon  {
  position: absolute;
  padding: 0px 15px;
  font-size: 20px;
  left: 0;
}

.mobile-menu .menu-head .title,
.sidebar .menu-head .title,
.sort-mobile .menu-head .title,
.textpage-sidebar .menu-head .title{
	font-size:1.1428em;
}

.mobile-menu .menu-head .close-icon,
.sidebar .menu-head .close-icon,
.sort-mobile .menu-head .close-icon,
.textpage-sidebar .menu-head .close-icon {
	position:absolute;
  right:15px;
  top:50%;
  margin-top:-11px;
}

.mobile-menu .main ul {
	margin:0;
  padding:0;
  list-style:none;
}

.mobile-menu .main:not(.sec) ul li {
	border-bottom:1px solid #ededed;
}

.mobile-menu .main.sec {
	padding-top:10px;
}

.mobile-menu .main ul li > a {
	display:block;
  padding:15px;
  position:relative;
}

.mobile-menu .main.sec ul li a {
	padding:10px 15px;
}

.mobile-menu .main ul li .arrow-right {
  line-height: inherit;
  position: absolute;
  right: 0;
  padding: 15px;
  top: 0;
}

.mobile-menu .sub-menu {
	display:none;
}
	
.mobile-menu .sub-menu.active {
	display:block;
}


.home-alert {
  padding: 15px;
  background: #1E3254;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
}

.topbar-alert {
	font-size:.93em;
  background:#333333;
  color:#fff;
  padding:8px 15px;
  padding-top:10px;
}

/* headline */

.headline-slider .owl-stage {
	padding-bottom:80px;
}

.headline {
	display:flex;
  align-items:center;
  background:#fff;
  position:relative;
}

.headline:after {
	content:'';
  position:absolute;
  display:block;
  top:100%;
  left:35%;
  width:65%;
  height:80px;
  background:#fff;
}

.headline.var-2:after,
.headline.var-3:after {
	display:none;
}

.headline .bg-image {
	min-width:35%;
  max-width:100%;
  align-self:stretch;
  background: url(https://cdn.webshopapp.com/shops/132458/themes/149621/v/11810/assets/headline-1.jpg?20210910101643?20200428111220) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:75vh;
}

.headline.var-2 .bg-image {
	background: url(https://cdn.webshopapp.com/shops/132458/themes/149621/v/850720/assets/headline-2.jpg?20210910101643?20210906120513) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headline.var-3 .bg-image {
	background: url(https://cdn.webshopapp.com/shops/132458/themes/149621/v/859298/assets/headline-3.jpg?20210910101643?20210910101633) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headline.var-2 .bg-image {
	min-width:50%;
  max-width:100%;
}

.headline.var-3 .bg-image {
	min-width:100%;
  max-width:100%;
}




.headline.var-3 {
	position:relative;
}

.headline .product-image {
  min-width:30%;
  max-width:30%;
  background: url(headline-1-product.png?20210910101643?) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left:-15%;
}

.headline .product-image:after {
	content:'';
  display:block;
  padding-top:100%;
}

.headline.var-2 .product-image,
.headline.var-3 .product-image {
	display:none;
}

.headline .text-box {
	padding:0px 6%;
}

.headline.var-3 .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align:center;
}

.headline .text-box .title {
	font-size:5em;
  margin:0;
}

.headline .text-box .content {
	font-size:1.2857em;
  margin-top:45px;
}

.headline .text-box  .buttons {
	margin-top:80px;
}

.headline .text-box  .buttons .btn {
	padding:0px 55px;
}

/* end headline */

/* products */
.home-products {
  margin-top:10px;
  display:flex;
  align-items:center;
} 

.home-products .products-wrap {
	background:#fff;
  min-width:80%;
  max-width:80%;
  position:relative;
  z-index:1;
  margin:85px 0px;
  padding:60px;
}

.home-products .title-wrap {
  background: #EAD8C3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 50%;
  max-width: 50%;
  margin-left: -30%;
  position: relative;
  z-index: 0;
  text-align: right;
  padding: 85px 90px 85px;
}

.home-products .title-wrap .title-featured {
	max-width:150px;
}

.home-products .tabs {
	padding-bottom:30px;
  border-bottom:1px solid #E0E0E0;
  font-size:1.1428em;
}

.home-products .tabs ul {
	margin:-15px;
  padding:0;
  list-style:none;
}

.home-products .tabs ul li {
	padding:15px;
  display:inline-block;
}

.home-products .tabs ul li a {
	display:block;
  padding:0px 30px;
  height:45px;
  line-height:45px;
  border:1px solid #E0E0E0;
  text-align:center;
  background:#F9F9F9;
  width:190px;
}

.home-products .tabs ul li a.active {
	background:#B1BCAF;
  border-color:#B1BCAF;
  color:#fff;
  font-family: 'futura';
  font-weight:500;
}

.products {
	margin:-15px;
}

.products .product {
	padding:15px;
}

.products .product img {
	width:100%;
}

.products .product .title,
.products .collection-banner .title {
	font-size:1.2857em;
  line-height:1.5em;
  height:3em;
  overflow:hidden;
  display:block;
}

.products .collection-banner .title {
	height:auto;
  margin-bottom:20px;
}

.products .product .price {
	margin-top:20px;
}
.products .product .price .new-price,
.products .collection-banner .price .new-price {
	font-size:2em;
  margin-right:10px;
}
.products .product .price .new-price,
.products .product .price .old-price,
.products .collection-banner .price .new-price,
.products .collection-banner .price .old-price{
	display:inline-block;
}

.products .product .stars {
	margin-top:20px;
  color:#EAD8C3;
  font-size:17px;
}

.products .product .delivery {
	color:#B1BCAF;
  margin-top:20px;
  font-style:italic;
}

.products .product .stars i {
	margin-right:3px;
}

.products .product .price .old-price {
	font-size:1.14em;
}

.home-products .title-featurd {
	display:inline-block;
}
/* .home-products .pages.loaded .page.active {
	display:block;
}
.home-products .pages.loaded .page {
	display:none;
} */
.home-products .pages .page.active {
  opacity: 1;
  height: auto;
}
.home-products .pages .page {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: opacity ease-in-out .5s;
}
.slider-arrows .slider-arrow {
	width:60px;
  height:60px;
  display:inline-block;
  font-size:17px;
  line-height:58px;
  text-align:center;
  cursor:pointer;
}
.slider-arrows .slider-arrow:last-child {
	border:1px solid;
}
/* end products */

/* home deals */
.home-deals {
	display:flex;
  align-items:stretch;
  margin-top:90px;
}
.home-deals .image-title {
/* 	width:40%; */
  min-width:85%;
  max-width:85%;
  position:relative;
  z-index:1;
}
.home-deals .title-featured.main-title {
  padding-left:50px;
  margin-bottom:-20px;
}
.home-deals .image-title .images {
	height:80vh;
  background:#aaa;
  min-width:55%;
  max-width:55%;
  background-size: cover;
}

.home-deals .images-info {
	display:flex;
  align-items:stretch;
}
.home-deals .info {
	display:flex;
  align-items:center;
  background:#fff;
 	min-width:45%;
  max-width:45%;
  position:relative;
  padding:0px 70px;
}
.home-deals .info:after,
.home-deals .info:before {
	position:absolute;
  content:'';
  height:70px;
  width:100%;
  background:#fff;
  top:100%;
  left:0;
}
.home-deals .info:before {
	top:auto;
  bottom:100%;
}
.home-deals .dec {
	width:60%;
  background:#B1BCAF;
  margin-left: -45%;
  position:relative;
}
.deals-slider {
	margin-bottom:-70px;
}
.deals-slider .owl-stage-outer {
	padding:70px 0px;
}
.home-deals .info .brand {
	font-size:1em;
  margin-bottom:10px;
}
.home-deals .info .description {
	font-size:1em;
  margin-top:20px;
}
.home-deals .info .product-title {
  font-size:2.8571em;
}
.home-deals .info .stars-del {
	display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-top:20px;
}
.home-deals .info .stars {
  margin-right: 30px;
  color: #EAD8C3;
  font-size: 17px;
}
.home-deals .info .stars i {
	margin-right:3px;
}
.home-deals .info .delivery {
  color: #B1BCAF;
  font-size:1.1428em;
  font-style: italic;
}
.home-deals .info .price {
	margin-top:20px;
}
.home-deals .info .price .new-price {
	font-size:2.8571em;
  display:inline-block;
  margin-right:10px;
}
.home-deals .info .price .old-price {
	display:inline-block;
  font-size:1.4285em;
}
.home-deals .info .del-timer {
	margin-top:80px;
}
.home-deals .info .del-timer .title,
#productpage .del-timer .title {
	font-size:1.1428em;
}
.home-deals .info .del-timer .time,
#productpage .del-timer .time {
	font-size:1.8571em;
  margin-top:5px;
}
.home-deals .info .del-timer .time span,
#productpage .del-timer .time span {
	color:#B1BCAF;
}
.home-deals .info .buttons {
	margin-top:40px;
}
.home-deals .thumbs {
	padding:50px;
}
.home-deals .thumbs .thumb {
	padding:10px;
  height:120px;
  max-height:15vh;
  cursor:pointer;
}
.home-deals .thumbs .thumb img {
	padding:10px;
  background:#fff;
  border:1px solid #ebebeb;
  height:100%;
  width:auto;
}
.home-deals .deals-slider-wrap .slider-arrows {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9;
}
.home-deals .deals-slider-wrap {
	position:relative;
}
/* end home deals */

/* home categories */
.home-categories {
	display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  margin-top:100px;
  position:relative;
  z-index:1;
}
.home-categories .categories-outer {
    margin-right: -170px;
    margin-left: -15%;
}
.home-categories .title-featured {
	margin-bottom:50px;
}
.home-categories .categories-wrap {
	background:#fff;
  width:calc(100% - 180px);
  padding:50px;
}
.home-categories .categories-wrap:after {
  content:'';
	position:absolute;
  right:0;
  bottom:-70px;
  width:95%;
  height:calc(50% + 70px);
  display:block;
  z-index:-1;
  background:#C9D7DE;
}
.home-categories .navigation {
	padding-top:50px;
}
.categories {
	margin:-15px;
  display: flex;
  flex-wrap: wrap;
}
.categories .category {
	padding:15px;
}
.categories .category .title {
	font-size:1.1428em;
}
.categories .category .image:after {
	content:'';
  display:block;
  padding-top:120% !important;
}
.categories.brands-categories .category .image:after {
	padding-top:55%;
}
.categories.brands-categories .category .image {
	background-color:#eee;
}
.categories .category .title:hover {
	text-decoration:underline;
}
.categories .category .info {
	margin-top:35px;
  text-align:center;
}
.categories .category .link {
	margin-top:5px;
}
.categories .category .link i {
	margin-left:10px;
}
/* end home categories */

/* home content */
.home-content {
	display:flex;
  flex-wrap:wrap;
  margin-top:220px;
  align-items:center;
}
.home-content .title-featured .title {
	padding-right:30%;
}
.home-content .text {
	padding-right:10%;
  padding-left:50px;
  width:50%;
  position:relative;
}
.home-content .text:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:-80px;
  background:#fff;
  width:170%;
  height:calc(50% + 80px);
  z-index:-1;
}
.home-content .main-image {
	align-self:stretch;	
  width:50%;
  background:#aaa;
  /*background: url(home-content-image.jpg?20210910101643) no-repeat center center;*/
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-content .special-cats {
	margin:-17px;
}
.home-content .special-cats .special-cat {
	padding:17px;
}
.home-content .special-cats .special-cat.cat-1 .image {
  /*background: url(special-cat-1.jpg?20210910101643) no-repeat center center;*/
	background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-content .special-cats .special-cat.cat-2 .image {
	/*background: url(special-cat-2.jpg?20210910101643) no-repeat center center;*/
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-content .special-cats .special-cat.cat-1 .image:after {
	content:'';
  display:block;
  padding-top:125%;
}
.home-content .special-cats .special-cat.cat-2 .image:after {
	content:'';
  display:block;
  padding-top:69%;
}
.home-content .special-cats-wrap {
	margin-right:-50%;
  margin-top:60px;
}
.home-content .special-cats .special-cat .link {
	font-size: 1.1428em;
  margin-top:25px;
}
.home-content .special-cats .special-cat .link i {
	margin-left:7px;
  font-size:80%;
}
/* end home content */



/* home brands */
.home-brands {
	padding:0px 50px;
  margin-top:80px;
  overflow-x:hidden;
}
.home-brands .title-featured {
	margin-bottom:50px;
}
.home-brands .brands-slider .image {
	position:relative;
  opacity:.3;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.home-brands .brands-slider .image:after {
	content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.047);
}
.home-brands .brands-slider .image:hover {
	opacity:1;
}
.home-brands .brands-slider-wrap {
  margin-right: -6%;
}
/* end home brands */

/* all-cats */
.all-categories {
	margin-top:80px;
  padding:0px 50px;
  position:relative;
  margin-bottom:70px;
}
.all-categories:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -70px;
  height: calc(50% + 70px);
  background: #ECC994;
  width: 100%;
  left: 0;
  z-index: -1;
}
.all-categories .block {
	padding:70px 140px;
  background:#fff;
}
.all-categories .title-featured {
	text-align:center;
  margin-bottom:50px;
}
.all-categories .cols {
	display:flex;
  justify-content:space-between;
}
.all-categories .cols ul {
	margin:0;
  padding:0;
  list-style:none;
  line-height:300%;
  font-size:15px;
}
.all-categories .cols ul li.title {
	font-size: 16px;
}
.all-categories .cols ul li:not(.title) {
	font-size:16px;
}
/* end all-cats */

/* footer */
#footer .top-footer {
  padding:75px 0px;
}
#footer .top-footer .cols {
	display:flex;
  justify-content:space-between;
}
#footer .top-footer .cols .col {
	width:45%;
}
#footer .top-footer .main-title .title {
	font-size:1.5714em;
}
#footer .top-footer .main-title {
	margin-bottom:30px;
  max-width:55%;
}
#footer .top-footer .main-title .text {
	font-size:1.0714em;
}
#footer .top-footer form input[type="text"] {
	width:calc(100% - 200px);
  max-width:500px;
  height:56px;
 	border:1px solid #eee;
  margin-right:15px;
  outline:none;
  font-size:1.0714em;
  vertical-align:top;
  padding:0px 20px;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:0;
}
#footer .top-footer form .btn {
	font-size:14px;
}
#footer .top-footer form .disc {
	margin-top:30px;
  color:#7B7E85;
  font-size:1.0714em;
}
#footer .top-footer .socials {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  margin:-15px;
}
#footer .top-footer .socials li {
	width:50%;
  padding:15px;
}
#footer .top-footer .socials li .wrap {
	display:flex;
  align-items:center;
  justify-content:flex-start;
}
#footer .top-footer .socials li {
	font-size:1.0714em;
}
#footer .top-footer .socials li .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #C9D7DE;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  margin-right: 15px;
}
#footer .main-footer {
	padding:65px;
  padding-bottom:0;
  background:#fff;
}
#footer .main-footer .cols {
	margin:-15px;
  display: flex;
  justify-content: space-between;
}
#footer .main-footer .cols .col {
	padding:15px;
}
#footer .main-footer .cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 300%;
}
#footer .main-footer .cols ul li.title {
	font-size:16px;
}
#footer .main-footer .cols ul li:not(.title) {
	font-size:15px;
}
#footer .main-footer .cols .col:not(:last-child) ul li:not(.title):before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  vertical-align: middle;
  background: #1E3254;
  margin-top: -0.20em;
  margin-right: 10px;
}
#footer .sub-footer {
	display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}

.kiyoh-widget {
	display: flex;
  align-items: center;
}
.kiyoh-widget .kiyoh-logo {
	position: relative;
  margin-right: 10px;
}
.kiyoh-widget .kiyoh-logo img {
	width: 80px;
  height: auto;
}
.kiyoh-widget .score {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 1.4em;
}
.kiyoh-widget .rating .amount {
	font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 8px;
}
.kiyoh-widget .rating .amount .count {
	font-weight: 600;
}
.kiyoh-widget .rating .stars i {
	width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #B1BCAF;
  line-height: 30px;
  text-align: center;
  font-size: 1.2em;
  margin-right: 3px;
}
.kiyoh-widget .rating .stars i:last-child {
	margin-right: 0;
}

#footer .sub-footer .hallmark {
	height:71px;
	display:block;
  margin-left:65px;
  margin-right:65px;
}
#footer .sub-footer .hallmark img {
	height:100%;
}
#footer .sub-footer .page-up {
	background:#B1BCAF;
  color:#fff;
  height:60px;
  width:60px;
  line-height:60px;
  text-align:center;
  font-size:17px;
      -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#footer .sub-footer .page-up:hover {
	background:#98A396;
}
#footer .sub-footer .page-up i {
  transform: rotate(-90deg);
}
#footer .footer-bottom {
	padding:25px 0px;
  border-top:1px solid #E8E8E8;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:40px;
}
#footer .footer-bottom ul {
	margin:-10px;
  padding:0;
  list-style:none;
  font-size:15px;
}
#footer .footer-bottom ul li {
	display:inline-block;
  padding:10px;
}
#footer .footer-bottom .payments {
	margin-left:-15px;
}
#footer .footer-bottom .payments img {
	height:30px;
}
/* end footer */

/* cookiebar */
.wsa-cookielaw {
	display:none;
}
body {
	margin-top:0 !important;
}
.cookiebar {
	padding:13px;
  display:flex;
  align-items:baseline;
  justify-content:center;
  font-size:13px;
  flex-wrap:wrap;
}
.cookiebar .btn {
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0px 13px;
  background: #ECC994;
  margin-left:25px;
}
.cookiebar .read-more {
  margin-left:5px;
}
/* end cookiebar */

/* breadcrumbs */
.breadcrumbs {
	padding:15px 0px;
  border-top:1px solid #eee;
  font-size:1.14em;
}
.breadcrumbs a {
	text-decoration:underline;
}
.breadcrumbs a:last-child {
	text-decoration:none;
  color: #899687;
}
.breadcrumbs i {
	margin:0px 15px;
}
/* end breadcrumbs */

/* collection */
#collection,
#productpage,
#textpage {
	background:#fff;
  padding:20px 0px;
  padding-bottom:40px;
}
#textpage {
	padding-top:30px;
}
.col-side {
	width:350px;
  float:left;
  min-height:1px;
}
.col-main {
	width:calc(100% - 350px);
  padding-left:80px;
  float:left;
}
.col-main.left-col {
	padding-left:0;
  padding-right:40px;
}
.row.row-with-side {
	margin:0;
}
#collection .static-alert {
	margin-bottom:25px;
}
.static-alert {
	padding:25px;
  background:#1E3254;
  color:#fff;
  font-size:1.1428em;
  text-align:center;
}
.page-title {
	margin-bottom:20px;
}
.page-title  .title {
  margin:0;
  margin-right: 10px;
	font-size:2.5714em;
  display:inline;
}
.page-title .items {
	font-size:1.1428em;
  color:#B0B0B0;
  display:inline;
  vertical-align:text-bottom;
}
.collection-image {
	background:#eee;
  margin-bottom:30px;
}
.collection-image:after {
	content:'';
  display:block;
  padding-top:26%;
}
.page-top .description,
.collection-content {
	font-size:1.3em;
  line-height:200%;
}
.collection-content.catalog {
	margin-top:40px;
}
select.custom-select {
	height:45px;
  opacity:0;
}
#collection .sortbar {
	padding:40px 0px;
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  border-bottom:1px solid #eee;
  align-items:center;
  font-size:1.2em;
  margin-bottom:50px;
}
#collection .sortbar.bottom {
	border-top:1px solid #eee;
  border-bottom:none;
  justify-content:flex-end;
  margin-top:50px;
  margin-bottom:0;
}
#collection .sortbar .left {
	display:flex;
  justify-content:flex-start;
  align-items:center;
}
#collection .sortbar .pages {
	line-height:25px;
  border-right:1px solid #eee;
  padding-right:30px;
  margin-right:30px;
}
#collection .sortbar .sm-pagination {
  justify-self:flex-end;
  flex-grow:1;
  text-align:right;
}
.ui.selection.dropdown {
  height: 45px;
  width: auto;
  min-width: 80px;
  padding: 0px 15px;
  padding-right: 45px;
  line-height: 45px;
  border-radius: 0;
  border-color: #E0E0E0 !important;
  box-shadow: none !important;
  color:inherit !important;
}
.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#B1BCAF;
}

.ui.selection.dropdown>.dropdown.icon:before {
  content: "\f107";
  line-height: 45px;
}
.ui.selection.active.dropdown .menu {
  box-shadow: none !important;
  border-radius: 0;
  border-color: #e1e0e1 !important;
  max-height: initial;
  color:inherit !important;
}
.ui.dropdown .menu .active.item {
	background:#B1BCAF;
  color:#fff;
}
#collection .sortbar .sort {
	margin-left:45px;
}
#collection .sortbar .sort .ui.selection.dropdown {
	width:250px;
}
#collection .sortbar .sort label {
	margin-right:25px;
}
#collection .sm-pagination ul {
	margin:0;
  padding:0;
  list-style:none;
}
#collection .sm-pagination ul li {
 display:inline-block;
  vertical-align:middle;
  padding:0px 5px;
}
#collection .sm-pagination ul li a {
	display:block;
  height:25px;
  line-height:25px;
  padding:0px 7px;
}
#collection .sm-pagination ul li.active a {
	color:#B1BCAF;
  background:#F5F5F5;
}
#collection .sm-pagination ul li.next a,
#collection .sm-pagination ul li.prev a{
  font-size:20px;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #B1BCAF;
  color: #fff;
}
#collection .sm-pagination ul li.next a:hover,
#collection .sm-pagination ul li.prev a:hover {
    background: #98A396;
}
.ui.selection.dropdown .menu>.item {
  font-size: 100%;
  padding: 12px 30px !important;
  font-weight:normal;
}
#collection .products {
	display:flex;
  align-items:stretch;
	/* justify-content:space-between; */
  flex-wrap:wrap;
}
#collection .products .product,
#collection .products .next-page,
#collection .products .product-dummy {
	max-width:360px;
  margin-bottom:50px;
}
#collection .products .product-dummy {
	margin:0;
  min-height:1px;
}
#collection .collection-usp {
	width:100%;
  font-size:1.1428em;
  margin-bottom:50px;
}
#collection .collection-banner,
#collection .collection-usp,
#collection .products .product {
	margin-bottom:50px;
}
#collection .products .product .product-inner {
	position:relative;
  z-index:1;
}
#collection .products .product .bg {
  display:block;
	position:absolute;
  left:-115px;
  top:-25px;
  border:1px solid #F0F0F0;
  width:calc(100% + 140px);
  height:calc(100% + 50px);
  z-index:1;
  background:#fff;
  padding:25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#collection .products .product.loaded:hover .bg {
  opacity:1;
  visibility:visible;
}
#collection .products .product .bg .thumb {
	width:70px;
  margin-bottom:11px;
  border:1px solid #f0f0f0;
  padding:10px;
  cursor:pointer;
}
#collection .products .product .bg .thumb img {
	width:100%;
}
#collection .products .product .bg .more {
	width:65px;
  text-align:center;
  margin-top:10px;
  color:#A1A4A8;
}
#collection .products .product .product-wrap {
	position:relative;
  z-index:2;
}
#collection .collection-usp ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  justify-content:space-around;
  padding:25px;
  background:#F5F5F5;
}
#collection .collection-usp i {
	margin-right:10px;
  color:#B1BCAF;
}
#collection .collection-usp ul li  span {
	color:#E39E36;
}
#collection .products .clearfix {
	width:100%;
}
#collection .collection-banner {
	display:flex;
  align-items:stretch;
}
#collection .collection-banner .banner {
	background:#eee;
  width:100%;
  display:flex;
  align-items:stretch;
}
#collection .collection-banner .banner .overlay {
	width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  background:rgba(0,0,0,0.1);
}
#collection .collection-banner .banner .title {
	max-width:260px;
}
#collection .collection-banner .banner .info {
	padding:45px;
}
#collection .collection-banner .banner .info .text-link {
	margin-top:20px;
  font-size:16px;
}
#collection .collection-banner .banner,
#collection .collection-banner .banner .price .new-price,
#collection .collection-banner .banner .price .old-price {
	color:#fff;
}
#collection .next-page {
	display:flex;
  align-items:center;
  justify-content:space-around;
  font-size:1.2857em;
  color:#B1BCAF;
}
#collection .next-page.next-right {
    width: 100%;
    max-width: 100%;
    flex:1;
  	justify-content:flex-end;
}
#collection .next-page a {
	display:flex;
  align-items:center;
  text-align:right;
}
#collection .next-page i {
	margin-left:30px;
  font-size:32px;
}
.products .product .image-wrap {
	position:relative;
}
.products .product .product-label {
  background: #EAC9DD;
  width: 95px;
  height: 95px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  padding: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align:center;
  word-break:break-word;
}
.products .product .product-label.showroom-label {
	background:#aeb8ad;
  width:117px;
  height:117px;
  bottom:20px;
}
.products .product .product-label span {
	display:block;
  font-size:1.07em;
}
.sidebar .block .title {
	font-size:1.57142em;
  padding:15px 0px;
  border-bottom:1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .block .title.sub-title {
	font-size:1.1428em;
}
.sidebar .block .content {
	padding-top:30px;
}
.sidebar .block {
	margin-bottom:50px;
}
.sidebar .block .block {
	margin-bottom:30px;
}
.sidebar .block .block .content  {
	padding-top:20px;
}
.sidebar .side-categories {
	font-size:1.2em;
}
.sidebar .side-categories ul {
  margin:0;
  padding:0;
  list-style:none;
  line-height:2.5em;
}
.sidebar .side-categories ul ul {
	padding-left:25px;
}
.sidebar .side-categories ul li.active > a {
	color:#B1BCAF;
}
.sidebar .side-categories ul li a span {
	color:#B0B0B0;
}
.ui.checkbox label {
	color:inherit;
}
.ui.checkbox {
  display: block;
  padding: 10px 0px;
  margin: 0;
  color:inherit;
  font-size:1.2em;
}
.ui.checkbox .box:before, .ui.checkbox label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #E0E0E0 !important;
  border-radius: 0;
}
.ui.checkbox .box:after, .ui.checkbox label:after {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  color: #fff !important;
}
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
	background:#B1BCAF !important;
  border-color:#B1BCAF !important;
}
.sidebar .ui.checkbox span {
  color:#B0B0B0;
}
.brands-search {
	position:relative;
  margin-bottom:30px;
}
.brands-search input {
  height: 45px;
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 0px 15px;
  padding-right:45px;
  outline:none;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:0;
}
.brands-search .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  line-height: 45px;
  color: #B1BCAF;
  font-size: 16px;
  text-align: center;
}
.info-box-wrap {
	display:inline-block;
  vertical-align:middle;
  margin-left:3px;
  position:relative;
}
.info-box-wrap .info-box {
  position: absolute;
  width: 200px;
  right: 100%;
  bottom: 100%;
  margin-right: -5px;
  margin-bottom: -5px;
  background: #fff;
  padding: 18px;
  border: 1px solid #F0F0F0;
  color: initial;
  line-height: 1.5em;
  color: #1E3254;
  display:none;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  font-size:14px;
  z-index:999;
}
.sidebar .info-box-wrap .info-box {
  left:100%;
	right: auto;
  margin-right:0;
  margin-left:-5px;
}
.info-box-wrap .info-box.active {
	display:block;
}
.info-box-wrap > i {
  font-size:1.14em;
  color:#B1BCAF;
  cursor:pointer;
}
.info-box-wrap .info-box .close-icon {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -11px;
  margin-top: -11px;
  background: #DBDBDB;
  cursor:pointer;
  color:#fff;
}
.sidebar .filter-items.kleur .filter-item {
	width:50%;
  display:inline-block;
  vertical-align:middle;
}
.sidebar .filter-items.kleur .filter-item.roze input~.box:before, .sidebar .filter-items.kleur .filter-item.roze input~label:before,
.sidebar .filter-items.kleur .filter-item.roze input~.box:after, .sidebar .filter-items.kleur .filter-item.roze input~label:after {
	background:#f3acc5 !important; 
  border-color:#f3acc5 !important; 
  color:#fff !important;
}
.sidebar .filter-items.kleur .filter-item.groen input~.box:before, .sidebar .filter-items.kleur .filter-item.groen input~label:before,
.sidebar .filter-items.kleur .filter-item.groen input~.box:after, .sidebar .filter-items.kleur .filter-item.groen input~label:after {
	background:#07bb43 !important; 
  border-color:#07bb43 !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.beige input~.box:before, .sidebar .filter-items.kleur .filter-item.beige input~label:before,
.sidebar .filter-items.kleur .filter-item.beige input~.box:after, .sidebar .filter-items.kleur .filter-item.beige input~label:after {
	background:#ded0b9 !important; 
  border-color:#ded0b9 !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.blauw input~.box:before, .sidebar .filter-items.kleur .filter-item.blauw input~label:before,
.sidebar .filter-items.kleur .filter-item.blauw input~.box:after, .sidebar .filter-items.kleur .filter-item.blauw input~label:after {
	background:#2aa6d6 !important; 
  border-color:#2aa6d6 !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.bruin input~.box:before, .sidebar .filter-items.kleur .filter-item.bruin input~label:before,
.sidebar .filter-items.kleur .filter-item.bruin input~.box:after, .sidebar .filter-items.kleur .filter-item.bruin input~label:after {
	background:#7b6137 !important; 
  border-color:#7b6137 !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.geel input~.box:before, .sidebar .filter-items.kleur .filter-item.geel input~label:before,
.sidebar .filter-items.kleur .filter-item.geel input~.box:after, .sidebar .filter-items.kleur .filter-item.geel input~label:after {
	background:#f5dc6b !important; 
  border-color:#f5dc6b !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.grijs input~.box:before, .sidebar .filter-items.kleur .filter-item.grijs input~label:before,
.sidebar .filter-items.kleur .filter-item.grijs input~.box:after, .sidebar .filter-items.kleur .filter-item.grijs input~label:after {
	background:#bfbfbf !important; 
  border-color:#bfbfbf !important; 
  color:#fff !important;
}


.sidebar .filter-items.kleur .filter-item.oranje input~.box:before, .sidebar .filter-items.kleur .filter-item.oranje input~label:before,
.sidebar .filter-items.kleur .filter-item.oranje input~.box:after, .sidebar .filter-items.kleur .filter-item.oranje input~label:after {
	background:#f7a017 !important; 
  border-color:#f7a017 !important; 
  color:#fff !important;
}


.sidebar .filter-items.kleur .filter-item.paars input~.box:before, .sidebar .filter-items.kleur .filter-item.paars input~label:before,
.sidebar .filter-items.kleur .filter-item.paars input~.box:after, .sidebar .filter-items.kleur .filter-item.paars input~label:after {
	background:#8e5af7 !important; 
  border-color:#8e5af7 !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.rood input~.box:before, .sidebar .filter-items.kleur .filter-item.rood input~label:before,
.sidebar .filter-items.kleur .filter-item.rood input~.box:after, .sidebar .filter-items.kleur .filter-item.rood input~label:after {
	background:#ec4238 !important; 
  border-color:#ec4238 !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.transparant input~.box:before, .sidebar .filter-items.kleur .filter-item.transparant input~label:before,
.sidebar .filter-items.kleur .filter-item.transparant input~.box:after, .sidebar .filter-items.kleur .filter-item.transparant input~label:after {
	background:#f6f6f6 !important; 
  border-color:#f6f6f6 !important; 
  color:#131212 !important;
}

.sidebar .filter-items.kleur .filter-item.wit input~.box:before, .sidebar .filter-items.kleur .filter-item.wit input~label:before,
.sidebar .filter-items.kleur .filter-item.wit input~.box:after, .sidebar .filter-items.kleur .filter-item.wit input~label:after {
	background:#ffffff !important; 
  border-color:#E0E0E0 !important;
  border: 1px solid #e0e0e0;
  color:#131212 !important;
}

.sidebar .filter-items.kleur .filter-item.zwart input~.box:before, .sidebar .filter-items.kleur .filter-item.zwart input~label:before,
.sidebar .filter-items.kleur .filter-item.zwart input~.box:after, .sidebar .filter-items.kleur .filter-item.zwart input~label:after {
	background:#131212 !important; 
  border-color:#131212 !important; 
  color:#fff !important;
}

.sidebar .filter-items.kleur .filter-item.antraciet input~.box:before, .sidebar .filter-items.kleur .filter-item.antraciet input~label:before,
.sidebar .filter-items.kleur .filter-item.antraciet input~.box:after, .sidebar .filter-items.kleur .filter-item.antraciet input~label:after {
	background:#37474f !important; 
  border-color:#37474f !important; 
  color:#fff !important;
}


.clear-filters {
	height:48px;
  line-height:48px;
  display:block;
  background:#f5f5f5;
  text-align:center;
  font-size:1.2em;
}
.price-filter {
  padding-bottom: 15px;
  padding-top:20px;
  position:relative;
  z-index:0;
}

.price-filter a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 8px;
  border: none;
  margin: 0px;
  position: relative;
  /*
  background-color: #f7f7f7;
  */
}

.collection-filter-price .ui-slider-range {
  background-color: #B1BCAF;
  border: none;
  margin: 0;
  position: absolute;
  height: 100%;
  position:relative;
  z-index:999;
  margin:0px 5px;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #B1BCAF;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-10px;
}

.collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:8px;
  background-color: #F5F5F5;
  z-index:0;
}

.price-filter-range {
  margin-top: 10px;
  font-size: 1.2em;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:40px;
}
.price-filter-range .price-box {
	width:100%;
  max-width:140px;
  height:48px;
  text-align:center;
  line-height:46px;
  border:1px solid #e0e0e0;
}
.price-filter-range > span {
	margin:0px 20px;
  font-style:italic;
}
.active-filters-box {
	margin-bottom:40px;
  margin-top:-20px;
  width:100%;
}
.active-filters {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.active-filters .filters-label {
	font-size:1.1428em;
  margin-right:20px;
}
.active-filters .active-filter input {
	display:none;
}
.active-filters .active-filter label {
	display:flex;
  align-items:center;
  height:48px;
  padding:0px 17px;
  border:1px solid #e0e0e0;
  font-weight:normal;
  margin-right:15px;
}
.active-filters .active-filter .close-icon {
	margin-left:10px;
}
/* end collection */

/* productpage */
#productpage .product-top-info {
	display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-top:10px;
}
#productpage .product-top-info > div {
	margin-right:20px;
}
#productpage .product-top-info .stars {
  display: flex;
  align-items: center;
}
#productpage .product-top-info .stars i {
  color: #EAD8C3;
  font-size:16px;
  margin-right:3px;
}
#productpage .product-top-info .stars .items {
	font-size:13px;
  color:#a2a4a8;
  display:block;
}
#productpage .product-top-info .stars .write {
	margin-left:5px;
  text-decoration:underline;
}
#productpage .product-top-info .ui.checkbox {
	padding:0;
}
#productpage  .product-top-info .ui.checkbox label {
  color: inherit;
  padding-left: 25px;
  font-size: 14px;
  text-decoration: underline;
}
#productpage .main-product {
	display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
#productpage .main-product .product-info {
  padding:40px;
  background:#e8e8e8;
  border:1px solid #f0f0f0;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
}
#productpage .right-block {
	min-width:655px;
  max-width:655px;
}
#productpage .main-product .product-info .price-timer {
	display:flex;
  justify-content:space-between;
}
#productpage .main-product .product-info .del-timer {
	text-align:right;
}
#productpage .product-info .price .price-tax {
	display:flex;
  align-items:baseline;
}
#productpage .product-info .price .new-price {
	font-size:2.85714em;
}
#productpage .product-info .price .old-price {
	font-size:1.428em;
}
#productpage .product-info .price .discount {
	color:#E39E36;
  font-size:1.1428em;
}
#productpage .product-info .price .tax {
	font-style:italic;
  color:#A2A4A8;
}
#productpage .ui.selection.dropdown {
	height:55px;
  width:calc(100% - 54px);
  line-height:55px;
}
#productpage .product-info .options {
	margin-top:40px;
}
#productpage .product-info .options .option .label-wrap {
	font-size:1.1428em;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:15px;
}
#productpage .product-info .options .option .label-wrap  label {
	margin:0;
}
#productpage .product-info .options .option .label-wrap .del {
	font-style:italic;
}
#productpage .product-info .options .option .label-wrap .del.available {
	color:#B1BCAF;
}
#productpage .product-info .options .option .label-wrap .del.not-available {
	color:#F34141;
}
.ui.default.dropdown:hover>.text, .ui.default.dropdown>.text, .ui.dropdown:hover>.default.text, .ui.dropdown>.default.text {
	color:#1E3254;
}
#productpage .ui.selection.dropdown.colors {
	padding:0;
/*   display:flex;
  align-items:stretch; */
  font-size:16px;
}
#productpage  .ui.selection.dropdown.colors .menu .active.item {
	background:#f9f9f9;
  font-weight:bold;
  color:#1E3254;
}
.ui.dropdown .menu>.item:hover {
	background:#f9f9f9;
}
#productpage  .ui.selection.dropdown.colors .menu .item .img {
	position:relative;
  background:#fff;
}
#productpage  .ui.selection.dropdown.colors .menu .active.item .img:after,
#productpage .ui.selection.dropdown.colors .menu>.item:hover .img:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.025);
}
#productpage .ui.selection.dropdown.colors .text {
  display:flex;
  align-items:center;
  height:100%;
  max-height:100%;
  overflow:hidden;
}
#productpage  .ui.selection.dropdown.colors .img {
	align-self:stretch;
  height:100%;
  padding:5px;
  padding-right:15px;
}
#productpage  .ui.selection.dropdown.colors .img img {
	height:100%;
  vertical-align:unset;
}
#productpage  .ui.selection.dropdown.colors .menu>.item {
  padding: 0 !important;
  display: flex;
  align-items: center;
  height:50px;
}
#productpage .ui.selection.dropdown.colors .menu>.item .img {
	padding:5px;
}
#productpage .ui.selection.dropdown.colors>.dropdown.icon,
#productpage .ui.selection.dropdown>.dropdown.icon{
	width:50px;
  height:55px;
  line-height:55px;
}
#productpage .product-info .cart {
	margin-top:25px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
#productpage .product-info .cart .ui.selection.dropdown {
	width:63px;
  min-width:0;
}
#productpage .product-info .cart .ui.selection.dropdown .dropdown.icon  {
	height:55px;
  line-height:55px;
  
}
#productpage .ui.selection.dropdown.quantity .menu>.item {
	padding-left:0!important;
  padding-right:0!important;
  text-align:center;
}
#productpage .product-info .cart .btn.cart-btn {
	width:calc(100% - 133px);
}
#productpage .product-info .cart .btn.add-wish {
  padding:0; 
  margin-left:20px;
}
#productpage .product-info .cart .btn.add-wish i {
	margin:0;
  font-size: 1.4em;
}
#productpage .product-info .product-usp {
	font-size:1.1428em;
  display:flex;
  justify-content:space-between;
  padding-right:60px;
  margin-top:30px;
}
#productpage .product-info .product-usp .usp {
	margin:15px 0px;
}
#productpage .product-info .product-usp .usp i {
  margin-right:10px;
  width:16px;
}
#productpage .product-info .product-usp .usp span {
	color:#E39E36;
}
#productpage .product-info .description {
	margin-top:30px;
  font-size:1.2em;
  line-height:2.2em;
}
#productpage .product-info .description a {
	text-decoration:underline;
}
#productpage .product-info .hallmarks {
	margin-top:30px;
  padding-top:25px;
  border-top:1px solid #E0E0E0;
  display:flex;
  align-items:center;
}
#productpage .product-info .hallmarks .hallmark img {
	height:45px;
  margin-right:40px;
}
#productpage .product-images {
	display:flex;
  align-items:flex-start;
}
#productpage .left-block {
	min-width:calc(100% - 655px);
  max-width:calc(100% - 655px);
}
#productpage .right-block {
	min-width:655px;
  max-width:655px;
}
#productpage .product-images .thumbs {
	min-width:100px;
  max-width:100px;
}
#productpage .product-images .thumbs .thumb {
	padding:10px;
  border:1px solid #EBEBEB;
  margin-bottom:10px;
  background:#fff;
}
#productpage .product-images .thumbs .thumb .more-images {
	position:relative;
}
/* #productpage .product-images .thumbs .thumb .more-images:after {
	content:'';
  display:block;
  padding-top:100%;
} */
#productpage .product-images .thumbs .thumb .more-images .nr {
	position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: bold;
  font-size: 1.7em;
  color: #bac4b8;
  background:rgba(255,255,255,.7);
}
#productpage .product-images .thumbs .thumb.active {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.03);
}
#productpage .product-images .thumbs .thumb img {
	width:100%;
}
#productpage .product-images .images {
	min-width:calc(100% - 100px);
  max-width:calc(100% - 100px);
  padding:0px 10%;
}
#productpage .product-images .zoom-img {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 30px;
  color: #A1A4A8;
}
#productpage .product-image-slider .owl-nav .owl-prev,
#productpage .product-image-slider .owl-nav .owl-next {
	position:absolute;
  right:100%;
  top:50%;
  width:50px;
  height:50px;
  margin-top:-25px;
  font-size:44px;
  line-height:50px;
  text-align:center;
  color:#A1A4A8;
}
#productpage .product-image-slider .owl-nav .owl-next {
	left:100%;
  right:auto;
/*   right:0; */
}
#productpage .product-image-slider .owl-nav .owl-next.disabled,
#productpage .product-image-slider .owl-nav .owl-prev.disabled {
	display:none;
}
#productpage .tabs {
	padding-bottom:0px;
  border-bottom:1px solid #E0E0E0;
  font-size:1.1428em;
}
#productpage .tabs ul {
	margin:-10px;
  margin-bottom:-11px;
  padding:0;
  list-style:none;
}
#productpage .tabs ul li {
	padding:10px;
  display:inline-block;
  vertical-align:bottom;
}
#productpage .tabs ul li a {
	display:block;
  padding:0px 22px;
  height:45px;
  line-height:45px;
  border:1px solid #E0E0E0;
  text-align:center;
  background:#F9F9F9;
}
#productpage .tabs ul li a.active {
	background:#B1BCAF;
  border-color:#B1BCAF;
  color:#fff;
  font-family: 'futura';
  font-weight:500;
}
#productpage .extra-info {
	display:flex;
  align-items:flex-start;
  margin-top:40px;
  flex-wrap:wrap;
}
#productpage .extra-info .desk-tabs {
	padding-right:100px;
}
#productpage .pages .page.active {
	display:block;
}
#productpage .pages .page {
	display:none;
  margin-bottom:40px;
}
#productpage .pages .page {
  margin-top: 30px;
  font-size: 1.1428em;
  line-height: 2.2em;
}
#productpage .extra-info .pp-tab {
	font-size:1.5714em;
  display:flex;
  align-items:center;
}
#productpage .extra-info .pp-tabs-wrap {
	margin-bottom:40px;
}
#productpage .extra-info .pp-tab {
	padding-bottom:20px;
}
#productpage .extra-info .specs {
	font-size:1.1428em;
}
#productpage .extra-info .specs table {
	width:100%;
}
#productpage .extra-info .specs table td {
	height:43px;
  padding-left:17px;
}
#productpage .extra-info .specs table tr:nth-child(odd) td {
	background:#F5F5F5;
} 
#productpage .extra-info .specs table tr:nth-child(n+8) {
   display:none;
}
#productpage .extra-info .specs table.all-specs tr:nth-child(n+8) {
   display: table-row;
}
#productpage .extra-info .specs .toggle-specs {
	height:43px;
  align-items:center;
  display:flex;
  padding:0px 17px;
  color:#B1BCAF;
  margin-top:10px;
}
#productpage .extra-info .reviews {
	font-size:1.2em;
}
#productpage .extra-info .reviews .review {
	display:flex;
  align-items:center;
  padding:30px 0px;
  border-bottom:1px solid #E0E0E0;
}
#productpage .extra-info .reviews .review .name-circle {
  min-width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #B1BCAF;
  color: #fff;
  border-radius: 100%;
  padding-top: 2px;
  margin-right:35px;
}
#productpage .extra-info .reviews .review .content {
	text-align:center;
  flex-grow:10;
}
#productpage .extra-info .reviews .review .content-inner {
	width:320px;
  display:inline-block;
  text-align:left;
}
#productpage .extra-info .reviews .review .content a {
	text-decoration:underline;
}
#productpage .extra-info .reviews .review .name-score {
	width:320px;
  margin-right:20px;
}
#productpage .extra-info .reviews .review .auth {
	color:#A1A4A8;
}
#productpage .extra-info .reviews .review .stars {
	display: flex;
  align-items: center;	
  margin-top:7px;
}
#productpage .extra-info .reviews .review .stars i {
  color: #EAD8C3;
  font-size: 16px;
  margin-right: 2px;
}
#productpage .extra-info .reviews .review .stars .score {
	font-size:14px;
  margin-left:10px;
}
#productpage .extra-info .review-title {
	font-size:85%;
  display:flex;
  align-items:center;
	margin-left:30px;
}
#productpage .extra-info .review-title .stars {
  margin-left:15px;
  display:flex;
  align-items:center;
}
#productpage .extra-info  .review-title .stars i {
	font-size:16px;
  color:#EAD8C3;
  margin-right:2px;
}
#productpage .extra-info  .review-title .stars .items {
	font-size:13px;
  margin-left:5px;
  color:#A2A4A8;
}
#productpage .extra-info .reviews {
	max-height:240px;
  overflow-y:scroll;
}
#productpage .reviews-tab .button {
	margin-top:30px;
}
#productpage .share-block {
	padding:20px 40px;
  background:#F5F5F5;
  margin-top:40px;
  min-height:124px;
  display:flex;
  align-items:center;
}
#productpage .share-block .title {
	font-size:1.1428em;
}
#productpage .share-block .social {
  min-width:50px;
  max-width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:27px;
  background:#C9D7DE;
  font-size:20px;
  color:#fff;
  border-radius:100%;
}
#productpage .bundles {
	margin:-18px;
}
#productpage .bundles .bundle {
	padding:18px;
}
#productpage .bundles .bundle .bundle-inner {
	padding:35px;
  border:1px solid #E0E0E0;
}
#productpage .bundles .bundle .title {
	font-size:1.1428em;
  margin-bottom:30px;
}
#productpage .bundles .bundle .title i {
	font-size:14px;
  color: #A1A4A8;
  margin:0px 10px;
  vertical-align:middle;
  margin-top:-5px;
}
#productpage .bundles .bundle .bundleproducts {
	display:flex;
  align-items:center;
}
#productpage .bundles .bundle .bundleproducts i {
	font-size:18px;
  color:#A1A4A8;
  margin:0px 20px;
}
#productpage .bundles .bundle .bundleproducts .bundleproduct img {
	width:100px;
}
#productpage .bundles .bundle .info {
	padding-top:22px;
  margin-top:22px;
  border-top:1px solid #e0e0e0;
}
#productpage .bundles .bundle .info table {
	width:100%;
  font-size:1.1428em;
}
#productpage .bundles .bundle .info table tr td:last-child {
	text-align:right;
}
#productpage .bundles .bundle .info table tr:last-child td {
	padding-top:10px;
  font-size:110%;
}
#productpage .bundles .bundle .info table tr:last-child td:last-child {
	padding-top:10px;
  color:#E39E36;
}
#productpage .bundles .bundle .info table tr td .discount {
	color:#E39E36;
}
#productpage .bundles .bundle .info .button {
	display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:30px;
}
#productpage .bundles .bundle .info .delivery {
	color:#B1BCAF;
  font-size:1.1428em;
}
#productpage .bundles .bundle .info .delivery i {
	margin-right:10px;
}
#productpage .showroom-banner {
	padding:35px;
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
  text-align:center;
  font-size:16px;
}
#productpage .showroom-banner .title {
	font-size:26px;
}
#productpage .showroom-banner ul {
  margin:0px -15px;
  padding:0;
	margin-top:30px;
  list-style:none;
}
#productpage .showroom-banner ul li {
	display:inline-block;
  padding:0px 15px;
}
#productpage .showroom-banner ul li  i {
	margin-right:7px;
}
#productpage .showroom-banner .link {
	margin-top:30px;
}
.related-products {
	margin-top:70px;
}
.related-products .products {
  display: flex;
  align-items: stretch;
/*   justify-content: space-between; */
  flex-wrap: wrap;
}
/* .related-products .products .product {
  max-width: 300px;
} */
.related-products .pp-tab {
  font-size: 1.8571em;
  display: flex;
  align-items: center;
  padding-bottom:20px;
}
.products .product .buttons {
	margin-top:20px;
}
.products .product .buttons .btn {
  font-size:120%;
}
.products .product .buttons .btn i {
  margin:0;
}
.products .product .buttons .btn.wish {
  padding:0;
  margin-right:15px;
  color:inherit;
  background:transparent;
}
.products .product .buttons .btn.cart {
  font-size:25px;
  line-height:40px;
  padding:0px 15px;
  height:45px;
}
.product-sticky {
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  z-index: 9999;
  padding:10px 0px;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.product-sticky.active {
	opacity:1;
  visibility:visible;
}
.product-sticky .inner {
	display:flex;
  align-items:center;
  justify-content:space-between;
}
.product-sticky .left-info {
	display:flex;
  align-items:center;
}
.product-sticky .price {
  display:flex;
	align-items:center;
}
.product-sticky .cart {
	display:flex;
  align-items:center;
}
.product-sticky .image img {
	width:90px;
  margin-right:45px;
}
.product-sticky .info .title {
	font-size:1.28em;
  margin-bottom:5px;
}
.product-sticky .info .new-price {
	font-size:1.57em;
}
.product-sticky .info  .price > div,
.product-sticky .info  .price > span {
	margin-right:10px;
}
.product-sticky .info  .price .tax {
	color:#A2A4A8;
  font-style:italic;
}
.product-sticky .info .discount {
	font-size:1.14em;
  color:#E39E36;
}
#productpage .product-sticky .ui.selection.dropdown.colors {
	width: 500px;
  margin-right:15px;
}
#productpage .product-sticky .btn {
	padding:0px 80px;
}
/* end productpage */

/* textpage */
.textpage-content {
	font-size:18px;
  font-size:1.4em;
  line-height:2em;
}
.textpage-content p {
	margin-bottom:60px;
  margin-top:0;
}
.textpage-content em {
	color:#B1BCAF;
}
.textpage-content h1,
.textpage-content h2 {
	font-size:36px;
  margin-bottom:20px;
  margin-top:0;
  line-height: 1.5em;
}
.textpage-content h3 {
	font-size:22px;
  margin-bottom:10px;
  line-height: 1.5em;
}
.textpage-content h4 {
	color:#B1BCAF;
  /*font-size:18px;*/
  margin-bottom:10px;
  line-height: 1.5em;
}
.textpage-content h5 {
/* 	font-size:16px; */
  margin-bottom:10px;
  line-height: 1.5em;
}
.textpage-content blockquote {
    padding: 45px;
    border: none;
    margin-bottom: 60px;
    background: #EAD8C3;
    padding-right: 50%;
}
.textpage-sidebar .block {
	margin-bottom:40px;
}
.textpage-sidebar .title {
	font-size:1.5714em;
  margin-bottom:10px;
}
.textpage-sidebar .links ul {
	margin:0;
  padding:0;
  list-style:none;
  font-size:15px;
}
.textpage-sidebar .links ul li a {
  padding: 12px 0px;
  display: block;
  border-bottom: 1px solid #ededed;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.textpage-sidebar .links ul li {
	-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;
}
.textpage-sidebar .links ul li.active,
.textpage-sidebar .links ul li:hover {
	color:#B2BCB0;
}
.textpage-sidebar .links ul li i {
	padding-right:17px;
  -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;
}
.textpage-sidebar .links ul li:hover i,
.textpage-sidebar .links ul li.active i {
	padding-right:0;
}
.tags-general ul {
	margin:-4px;
  list-style:none;
  padding:0;
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
}
.tags-general ul li {
	padding:4px;
}
.tags-general ul li a {
	font-size:1.07em;
  height:27px;
  display:flex;
  padding:0px 10px;
  align-items:center;
  background:#C9D7DE;
  color:#fff;
}
/* end textpage */

/* blog */
#blog {
	background:#fff;
  padding-top:30px;
  padding-bottom:100px;
  border-top:1px solid rgba(196, 196, 196, .3);
}
#blog .articles {
	margin:-25px;
  display:flex;
  flex-wrap:wrap;
}
#blog .articles .article {
	padding:25px;
}
#blog .articles .article .image {
	position:relative;
}
#blog .articles .article .image .hover {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  background: rgba(177, 188, 175, .9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#blog .articles .article:nth-child(n+2):hover .image .hover,
#blog .bottom-articles .articles .article:hover .image .hover {
	opacity: 1;
  visibility: visible;
}
#blog .articles .article .image:after {
  content:'';
  padding-top:30%;
  display:block;
}
#blog .articles .article .article-inner{ 
	position:relative;
  display:block;
}
#blog .top-articles .articles .article:first-child {
	width:100%;
}
#blog .top-articles .articles .article:first-child .info {
	position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.2);
  padding:50px 65px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
}
#blog .top-articles .articles .article:first-child .info .title {
	font-size:2.57em;
  max-width:600px;
  margin-top:10px;
  margin-bottom:25px;
}
#blog .top-articles .articles .article:first-child .info .cat {
	font-size:1.28em;
}
#blog .top-articles .articles .article:first-child .info .bottom {
	display:flex;
  align-items:center;
}
#blog .top-articles .articles .article:first-child .info .link {
	display:none;
}
#blog .top-articles .articles .article:first-child .info .auth {
	margin-right:30px;
}
#blog .top-articles .articles .article .info .bottom i,
#blog .bottom-articles .articles .article .info .bottom i{
	margin-right:10px;
}
#blog .top-articles .articles .article:nth-child(n+2) {
	width:33.333%;
}
#blog .top-articles .articles .article:nth-child(n+2) .image:after,
#blog .bottom-articles .articles .article .image:after {
	padding-top:66%;
}
#blog .top-articles .articles .article:nth-child(n+2) .article-inner {
	display:flex;
  align-items:center;
}
#blog .top-articles .articles .article:nth-child(n+2) .image {
	min-width:50%;
  max-width:50%;
  margin-right:35px;
}
#blog .articles .article:nth-child(n+2) .info .title,
#blog .bottom-articles .articles .article .info .title {
	font-size:1.42em;
  margin-top:5px;
  margin-bottom:10px;
  line-height: 1.42em;
  max-height: 2.84em;
  overflow: hidden;
}
#blog .top-articles .articles .article:nth-child(n+2) .info .cat,
#blog .bottom-articles .articles .article .info .cat{
	font-size:1.14em;
  color:#B1BCAF;
}
#blog .top-articles .articles .article:nth-child(n+2) .info .bottom,
#blog .bottom-articles .articles .article .info .bottom{
	line-height:1.5em;
}
#blog .top-articles .articles .article .link,
#blog .bottom-articles .articles .article .link {
	font-size:1.14em;
  margin-top:10px;
  color:#B1BCAF;
}
#blog .hr {
	height:1px;
  background:#e0e0e0;
  margin:50px 0px;
}
#blog .bottom-articles .articles .article {
	width:50%;
}
#blog .bottom-articles .articles .article .image {
	min-width:100%;
  max-width:100%;
  margin:0;
}
#blog .bottom-articles .articles .article .article-inner {
	flex-wrap:wrap;
}
#blog .bottom-articles .articles .article .info {
	margin-top:25px;
}
#blog .bottom-articles .articles .article .info .bottom {
	display:flex;
  align-items:center;
}
#blog .bottom-articles .articles .article .info .date {
	margin-left:30px;
}
#blog .bottom-articles .articles .article .link {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}
.blog-banner img {
	width:100%;
}
#blog .page-article .page-title .blog-subtitle {
	margin-top:10px;
  display:flex;
  align-items:center;
}
#blog .page-article .page-title .blog-subtitle .date {
	margin-left:20px;
}
#blog .page-article .page-title .blog-subtitle i {
	margin-right:7px;
}
#blog .page-article .image:after {
	content:'';
  display:block;
  padding-top:45%;
}
#blog .page-article .content {
	margin-top:30px;
  font-size:1.4em;
  line-height:2em;
}
#blog .page-article .content h1,
#blog .page-article .content h2,
#blog .page-article .content h3,
#blog .page-article .content h4,
#blog .page-article .content h5 {
	font-size:1.22em;
  margin-top:0;
  margin-bottom:20px;
}
#blog .page-article .content p {
	margin-bottom:40px;
}
#blog .article-bottom {
	padding:35px 0px;
  border-top:1px solid #E0E0E0;
  border-bottom:1px solid #E0E0E0;
  margin-top:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
#blog .article-bottom .tags {
	display:flex;
  align-items:center;
}
#blog .article-bottom .tags .title {
	margin-right:10px;
  font-size:1.57em;
}
#blog .article-bottom .share {
	display:flex;
  align-items:center;
}
#blog .article-bottom .share ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  font-size:1.42em;
}
#blog .article-bottom .share ul li {
	margin-left:20px;
}
#blog .article-bottom .share .title {
	font-size:1.2em;
}
#blog .leave-comment {
	padding:30px;
  background:#f9f9f9;
  margin-top:30px;
}
#blog .leave-comment .title {
	font-size:1.14em;
  margin-bottom:30px;
}
#blog .leave-comment form label {
	display:block;
  width:100%;
  font-size:1.14em;
  margin:0;
  margin-bottom:5px;
}
#blog .leave-comment form label span {
	color:#FF0000;
}
#blog .leave-comment form input[type="text"] {
  width: 100%;
  height: 46px;
  border: none;
  border: 1px solid #EDEDED;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 20px;
  font-size: 1.3em;
  border-radius: 0;
  max-width:60%;
}
#blog .be-first {
	font-size:1.2em;
}
#blog .leave-comment form textarea {
  width: 100%;
  min-height: 140px;
  border: none;
  border: 1px solid #EDEDED;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 20px;
  font-size: 1.3em;
  border-radius: 0;
}
#blog .leave-comment form .field {
	margin-bottom:20px;
}
#blog .leave-comment form .input-wrap {
	display:flex;
  align-items:center;
}
#blog .leave-comment form .input-wrap .disc {
	color:#A1A4A8;
  margin-left:25px;
  font-size:1.07em;
}
#blog .leave-comment form .req {
	margin-bottom:20px;
 	color:#FF0000;
}
#blog .comments {
	margin-top:50px;
}
#blog .comments .comments-title {
  font-size: 1.57em;
}
#blog .comments .comment {
	padding:20px 0px;
  border-bottom:1px solid #E0E0E0;
  display:flex;
  align-items:center;
  font-size:1.14em;
}
#blog .comments .comment .name-circle {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: #B1BCAF;
  color: #fff;
  border-radius: 100%;
  padding-top: 4px;
  margin-right: 35px;
}
#blog .comments .comment  .comment-content {
	flex-grow:10;
  line-height:1.7em;
}
#blog .comments .comment .date {
	white-space:nowrap;
  justify-self:flex-end;
  margin-left:45px;
  color:#A1A4A8;
}
.blog-main {
	width:75%;
  padding-right:70px;
  float:left;
}
.blog-side {
	width:25%;
  float:right;
}
.textpage-sidebar .block.recent-articles-block {
	border:1px solid #E0E0E0;
  background:#fafafa;
  padding:25px 20px;
}
.textpage-sidebar .recent-articles {
	max-height:400px;
  overflow-y:scroll;
}
.textpage-sidebar .recent-articles .article-inner {
	display:flex;
  align-items:center;
  padding:20px 0px;
  border-bottom:1px solid #E0E0E0;
}
.textpage-sidebar .recent-articles .article-inner .image {
	min-width:100px;
  max-width:100px;
  margin-right:17px;
}
.textpage-sidebar .recent-articles .article-inner .image:after {
	content:'';
  display:block;
  padding-top:65%;
}
.textpage-sidebar .recent-articles .article-inner .info .article-title {
	font-size:1.14em;
}
/* end blog */

.gui-messages {
	display:none !important;
}

/* cart */
#cart {
	background:#fff;
  padding-top:30px;
  padding-bottom:100px;
  border-top:1px solid rgba(196, 196, 196, .3);
}
#fixedpage {
	background:#fff;
  padding-top:30px;
  padding-bottom:100px;
  border-top:1px solid rgba(196, 196, 196, .3);
}
#compare-page {
	background:#fff;
  padding-top:30px;
  padding-bottom:100px;
  border-top:1px solid rgba(196, 196, 196, .3);
}
#cart .cart-wrap {
	display:flex;
}
#cart .cart-main {
	flex-grow:10;
  padding-right:50px;
}
#cart .cart-side {
	min-width:550px;
  max-width:550px;
}
#cart .totals {
	
  
  border:1px solid #F0F0F0;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
}
#cart .totals .totals-inner {
	padding:35px;
  background:#F9F9F9;
}
#cart .totals .payments {
	padding:30px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:center;
  background:#fff;
}
#cart .totals .payments img {
	height:30px;
}
#cart .totals .hallmarks {
	padding-top:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #e0e0e0;
  margin-top:40px;
}
#cart .totals .hallmarks .hallmark img {
	height:65px;
  margin-right:20px;
}
#cart .cart-usp {
	font-size:1.14em;
  display:flex;
  justify-content:space-between;
  margin-top:30px;
}
#cart .cart-usp  .usp {
	margin:15px 0px;
}
#cart .cart-usp  .usp i {
  margin-right:10px;
  width:16px;
}
#cart .cart-usp .usp span {
	color:#E39E36;
}
#cart .totals table {
	font-size:1.14em;
  width:100%;
  margin-bottom:20px;
  line-height:2em;
}
#cart .totals table tr:first-child td {
	padding-bottom:20px;
}
#cart .totals table tr td:last-child {
	text-align:right;
}
#cart .totals table tr:last-child td {
	padding-top:20px;
  border-top:1px solid #e0e0e0;
}
#cart .totals table tr:nth-last-child(2) td  {
	padding-bottom:20px;
}
#cart .totals table tr:last-child td:last-child {
	color:#E39E36;
  font-size:1.62em;
}
#cart .totals .title {
	font-size:1.42em;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #e0e0e0;
}
#cart .cart-table .cart-product {
	display:flex;
  align-items:center;
/*   padding:20px 0px; */
  border-top:1px solid #e0e0e0;
}
#cart .cart-table .cart-product:last-child {
	border-bottom:1px solid #e0e0e0;
}
#cart .cart-table .cart-product .right-info {
	margin-left:70px;
}
#cart .cart-table .cart-product .right-info .wishlist {
	font-size:1.14em;
  margin-top:20px;
}
#cart .cart-table .cart-product .right-info .wishlist i {
	font-size:1.14em;
  margin-right:10px;
}
#cart .cart-table .cart-product .right-info .icons-price {
	display:flex;
  align-items:center;
  justify-content:flex-end;
}
#cart .cart-table .cart-product .right-info .icons {
	margin-right:70px;
  display:flex;
  align-items:flex-start;
}
#cart .cart-table .cart-product .ui.selection.dropdown {
	padding-right:35px;
  height:55px;
  line-height:55px;
  background:#f9f9f9;
}
#cart .cart-table .cart-product .right-info .icons .icon-btn {
	width:63px;
  height:55px;
  line-height:53px;
  border:1px solid #e0e0e0;
  text-align:top;
  text-align:center;
  margin-left:10px;
  font-size:18px;
  color:#B1BCAF;
}
#cart .cart-table .cart-product .right-info .price .new-price {
  font-size:2em;
}

#cart .cart-table .cart-product .ui.selection.dropdown>.dropdown.icon {
	height:55px;
  line-height:55px;
  width:35px;
}
#cart .cart-table .cart-product .info {
	flex-grow:10;
}
#cart .cart-table .cart-product .image {
	min-width:270px;
  max-width:270px;
  margin-right:30px;
}
#cart .cart-table .cart-product .image img {
	width:100%;
}
#cart .cart-table .cart-product .info-wrap {
  flex-grow:10;
	display:flex;
  align-items:center;
  justify-content:space-between;
}
#cart .cart-table .cart-product .info .title {
	font-size:1.28em;
  display:block;
  margin-bottom:10px;
}
#cart .cart-table .cart-product .info .bundled-products .bundled-product {
	display:flex;
  align-items:center;
  margin-bottom:7px;
}
#cart .cart-table .cart-product .info .bundled-products .bundled-product img {
	width:40px;
  margin:0px 10px;
  border:1px solid #ededed;
}
#cart .cart-table .cart-product .info .bundled-products .bundled-product i {
	color:#B1BCAF;
}
#cart .cart-table .cart-product .info .variant,
#cart .cart-table .cart-product .info .delivery {
	font-size:1.14em;
}
#cart .cart-table .cart-product .info .delivery {
	margin-top:10px;
  color:#B1BCAF;
  font-style:italic;
}
#cart .cart-bottom {
	display:flex;
  align-items:center;
  justify-content:space-between;
  padding:50px 0px;
}
#cart .cart-bottom .shop-on {
	font-size:1.14em;
}
#cart .discounts input {
  height: 55px;
  border: none;
  border: 1px solid #EDEDED;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 20px;
  font-size: 1.14em;
  border-radius: 0;
  margin-right:10px;
  width:240px;
  vertical-align:top;
}
#cart .related-products {
	margin-top:100px;
}
/* end cart */

/* thankyou */
#thankpage {
  background:#fff;
  padding-top:50px;
  padding-bottom:100px;
  border-top:1px solid rgba(196, 196, 196, .3);
}
#thankpage .thankyou-header {
	background:#C9D7DE;
  color:#fff;
  padding:60px;
  padding-right:50%;
  position:relative;
}
#thankpage .thankyou-header .title {
	font-size:2.57em;
  margin:0;
  margin-bottom:45px;
}
#thankpage .thankyou-header .content {
	font-size:1.14em;
  line-height:2em;
}
#thankpage .thankyou-header .intro {
	margin-bottom:40px;
}
#thankpage .thankyou-header .usp ul {
	margin:-15px;
  padding:0;
  list-style:none;
}
#thankpage .thankyou-header .usp ul li {
	padding:15px;
  display:flex;
  align-items:baseline;
}
#thankpage .thankyou-header .usp ul li i {
	margin-right:10px;
}
#thankpage .thankyou-header .image {
	position:absolute;
  right:5%;
  height:110%;
  top:-5%;
}
#thankpage .thankyou-header .image img {
	height:100%;
}
#thankpage .gui-page-title {
	display:none;
}
#thankpage .gui-block {
  border: none;
  margin-top:50px;
}
#thankpage .gui-block-title,
#thankpage  .gui-block-inner,
#thankpage .gui-block-subtitle
 {
	font-size:1.14em;
  padding:30px 50px;
}
#thankpage  .gui-cart-sum .gui-item .gui-desc,
#thankpage .gui-cart-sum .gui-item .gui-price {
	font-size:16px;
  padding:30px 0px;
}
#thankpage  .gui-cart-sum .gui-item:last-child .gui-price {
	color:#E39E36;
}
#thankpage .gui-cart-sum .gui-item .gui-price {
	padding-right:50px;
}
#thankpage .gui-block-subcontent strong {
	font-size:1.14em;
  margin-bottom:30px;
}
#thankpage .gui-line, .gui-cart-sum .gui-line {
	background:#EBEBEB;
}
#thankpage .gui-block-title strong,
#thankpage .gui-block-subtitle,
#thankpage  .gui-cart-sum .gui-item .gui-desc  strong,
#thankpage  .gui-cart-sum .gui-item:last-child .gui-price,
#thankpage  .gui-cart-sum .gui-item:last-child .gui-price strong {
	font-weight:500;
}
#thankpage  .gui-cart-sum .gui-item .gui-desc  strong {
	color:#E39E36;
}
#thankpage .gui-block-title strong,
#thankpage .gui-block-title,
#thankpage  .gui-block-inner,
#thankpage  .gui-block-inner strong,
#thankpage .gui-block-subtitle,
#thankpage .gui-content-subtitle,
#thankpage .gui-block-subcontent,
#thankpage  .gui-table thead tr th,
#thankpage  .gui-cart-sum .gui-item .gui-desc,
#thankpage .gui-cart-sum .gui-item .gui-price{
	color:#1E3254;
}
#thankpage .gui-block-title,
#thankpage .gui-block-inner a,
#thankpage .gui-block-subtitle,
#thankpage .gui-block-subcontent strong,
#thankpage  .gui-table thead tr th,
#thankpage .gui-table tbody tr td:last-child,
#thankpage  .gui-cart-sum .gui-item .gui-desc,
#thankpage  .gui-cart-sum .gui-item:last-child .gui-price{
  font-family: 'futura';
  font-weight:500;
  border:none !important;
}
#thankpage .gui-block-subtitle {
  border:none;
	border-bottom:1px solid #EBEBEB !important;
}
#thankpage .gui-block-inner a,
#thankpage .gui-block-subcontent strong {
	color:#B1BCAF;
}
#thankpage  .gui-block-inner {
  background:#F9F9F9;
  border:none !important;
  height:auto;
  line-height:normal;
}
#thankpage  .gui-block-inner strong {
	float:none;
  font-weight:normal;
}
#thankpage  .gui-col2-equal .gui-col2-equal-col2,
#thankpage  .gui-col2-equal .gui-col2-equal-col1 {
	width:50%;
}
#thankpage .gui-block-content {
    padding: 0px;
}
#thankpage .gui-block-subcontent, #thankpage .gui-content-subtitle {
	border:none;
  padding:30px 50px;
  line-height:2em;
}

#thankpage .gui-thankyou .gui-block-content .gui-table {
  margin:-30px -50px;
	margin-bottom:0px;
  border:none;
}
#thankpage  .gui-table thead tr th {
	padding:20px 50px;
  padding-right:0;
  border:none;
  font-size:1.14em;
}
#thankpage .gui-table tbody tr td  {
	padding:30px 50px;
  padding-right:0;
  border:none;
  line-height:normal;
  border-bottom:1px solid #ebebeb;
}
#thankpage .gui-table tbody tr td:last-child,
#thankpage  .gui-table thead tr th:last-child {
	padding-right:50px;
}
#thankpage .gui-table tbody tr td,
#thankpage .gui-table tbody tr td:last-child {
	border-bottom:1px solid #ebebeb !important;
}
#thankpage .gui-block-inner  .gui-table a, #thankpage .gui-block-subcontent .gui-table strong {
	color:#1E3254;
  line-height:2em;
}
#thankpage .gui-block-subtitle:nth-child(3) {
    display: none;
}
/* end thankyou */

/* review popup */
#review-popup {
	display:none;
  background: #1E3254;
  color: #fff;
  padding:40px;
  padding-top:45px;
  width:100%;
  max-width:600px;
  border-radius:4px;
}
.fancybox-bg,
.fancybox-is-open .fancybox-bg {
    background: rgba(33, 49, 80, 0.5);
    opacity: 1;
}
.fancybox-container {
	font-family:inherit;
}
#review-popup .subtitle {
	font-size:1.14em;
  margin-bottom:3px;
}
#review-popup .title {
	font-size:1.85em;
}
#review-popup .review-score {
	font-size:1.14em;
  margin-top:15px;
}
#review-popup .review-score .stars {
	margin-left:3px;
  color:#EAD8C3;
}
#review-popup .review-score .stars i {
	margin-left:2px;
}
#review-popup label {
	display:block;
  font-size:1.14em;
  margin:0;
  margin-bottom:10px;
  margin-top:20px;
}
#review-popup input[type="text"] {
  width: 100%;
  height: 46px;
  border: none;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 20px;
  border-radius: 0;
  color:#1E3254;
}
#review-popup textarea {
	padding:20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  color:#1E3254;
  min-height:140px;
  width:100%;
  max-width:100%;
  min-width:100%;
  border: 1px solid #e0e0e0;
}
input[type="text"].error,
#review-popup input[type="text"].error,
#review-popup textarea.error {
	border-color:red;
}
#review-popup .button {
	margin-top:20px;
  text-align:right;
}
#review-popup .fancybox-close-small:after {
	color:#fff;
}
.fancybox-close-small {
	width:auto;
  height:auto;
  right:20px;
  top:20px;
}
.fancybox-close-small:after {
  width:auto;
  height:auto;
	background:transparent !important;
  font-family: "shopmonkey-icons" !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;
  -moz-osx-font-smoothing: grayscale;
  content: "\63";
  font-size:15px;
}
/* end review popup */

/* login popup */
#login-popup {
	display:none;
  background: #fff;
  padding:25px 45px;
  width:100%;
  max-width:700px;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  font-size:1.05em;
}
#login-popup .inner {
	display:flex;
  align-items:stretch;
  margin:0px -30px;
}
#login-popup .inner  .col:first-child {
	min-width:47%;
  max-width:47%;
}
#login-popup .inner  .col {
  flex-grow:10;
  padding:0px 30px;
}
#login-popup .inner  .col:first-child {
	border-right:1px solid #EDEDED;
}
#login-popup input[type="text"],
#login-popup input[type="password"] {
  width: 100%;
  height: 46px;
  border: none;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 12px;
  border-radius: 0;
  color:#1E3254;
  margin-bottom:20px;
}
#login-popup .title {
	font-size:1.28em;
  margin-bottom:20px;
}
#login-popup label {
	font-weight:normal;
  margin-bottom:5px;
}
#login-popup .button {
	margin-top:15px;
}
#login-popup  .forgot-pw {
	color:#FF0000;
  text-decoration:underline;
  margin-top:-5px;
  display:inline-block;
}
#login-popup .usp {
	margin:0;
  padding:0;
  list-style:none;
  line-height:2em;
}
#login-popup .usp li {
	display:flex;
  align-items:baseline;
}
#login-popup .usp i {
	font-size:11px;
  color:#909F8D;
  margin-right:7px;

}
#login-popup .social-inlog {
	margin-top:25px;
}
/* end login popup */

/* newsletter popup */
#newsletter-popup {
  display:none;
	width:100%;
  max-width:1000px;
  padding:0;
  background:#B1BCAF;
  color:#fff;
}
#newsletter-popup .inner {
	display:flex;
  align-items:stretch;
}
#newsletter-popup .content {
	align-self:center;
  padding:50px;
}
#newsletter-popup .inner > div {
	min-width:50%;
  max-width:50%;
}
#newsletter-popup .image {
	background: url(newsletter-img-min.jpg?20210910101643) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#newsletter-popup .image:after {
	content:'';
  display:block;
  padding-top:100%;
}
#newsletter-popup .subtitle {
	font-size:1.14em;
  margin-bottom:5px;
}
#newsletter-popup .title {
	font-size:1.85em;
}
#newsletter-popup .usp {
	padding:0;
  margin:0;
  list-style:none;
  font-size:1.14em;
  line-height:1.7em;
  margin:25px 0px;
}
#newsletter-popup .usp li {
	display:flex;
  align-items:baseline;
}
#newsletter-popup .usp li i {
	margin-right:10px;
}
#newsletter-popup input[type="text"] {
  width: 100%;
  height: 46px;
  border: none;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 20px;
  border-radius: 0;
  color: #1E3254;
  margin-bottom: 20px;
}
#newsletter-popup input[type="text"].error {
	border-color:red;
}
#newsletter-popup .fancybox-close-small:after {
	color:#fff;
}
#newsletter-popup .check-icon {
	font-size:50px;
  margin-top:10px;
  margin-bottom:40px;
  line-height:normal;
}
/* end newsletter popup */

/* checkout/account */

.gui-input, .gui-text, .gui-select, .gui-number, .gui-select select {
  border: none !important;
  background: rgba(0,0,0,0.05)!important;
  border-radius: 0!important;
  font-size:13px !important;
}
.gui-input input,
.gui-select select {
	height:40px !important;
}
.gui-checkout .gui-form a.gui-button-small {
  float: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  font-weight: bold;
  background: #28a745;
  border: none;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
}
.gui-checkout .gui-form a.gui-button-primary, .gui-checkout .gui-form a.gui-button-action {
	padding: 0px 25px !important;
  background: #B1BCAF !important;
  color:#fff !important;
}
.gui-checkout input:-webkit-autofill {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}
.gui-checkout-one-step .gui-block {
	padding: 10%;
}

.gui-checkout-one-step .gui-block, .gui-checkout-one-step .gui-block {
  background: #f9f9f9;
}

.gui-input, .gui-text, .gui-select, .gui-number {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
}

.gui-block-subtitle, .gui-content-subtitle {
	font-size:1.5em;
}

.gui-block-subtitle a {
	font-size:12px;
  line-height:2em;
  text-transform:none;
}

body .gui-checkout a {
	color:#fd6d00;
}

.gui-checkout .gui-form .gui-checkout-steps {
	margin:-15px;
}

.gui-checkout .gui-checkout-one-step .gui-checkout-steps {
	width:auto !important;
}

.gui-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
.gui-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
.gui-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
  width: 33.3333% !important;
  padding: 15px !important;
  margin: 0 !important;
}

.gui-checkout .gui-form .gui-field > label {
	margin-bottom:5px;
}

.gui-checkout .gui-form .gui-field > label,
.gui-checkout .gui-form .gui-field .gui-input > input {
	font-size:16px;
}

body .gui-checkout-one-step .gui-block-option .gui-field .gui-radio > label,
body .gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label{
	font-size:15px;
}

.gui-checkout #gui-block-review .gui-product-image {
  display: block !important;
  border:1px solid #ccc;
  border-radius:0;
  margin-right:15px;
}

.order-summary .gui-table tbody tr td:first-child {
	padding-left:0;
}

.order-summary .gui-table tbody tr td:last-child {
	padding-right:0;
  color:#404040;
}

.order-summary .gui-table thead {
	display:none;
}
.order-summary .gui-table tbody tr td {
	font-size:14px;
}

.gui-cart-sum .gui-item .gui-desc {
  font-size: 12px;
  text-align:left !important;
}

.gui-cart-sum .gui-line {
	background:#eee !important;
}

body .gui-checkout .gui-table tbody tr:last-child td {
	border-color:#eee;
}

.gui-checkout  .gui-div-cart-coupons a.gui-button-small  {
	background:#B1BCAF;
}
.gui-checkout  .gui-div-cart-coupons a.gui-button-small:hover  {
	background:#98A396;
}

.gui-checkout .gui-confirm-buttons a.gui-button-action {
  padding: 0px 40px !important;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
}

.gui-select select {
  -webkit-appearance: none;
	appearance:none;
  background:transparent !important;
  padding:0px 10px !important;
}

body .gui-checkout  .gui-select {
	background:#fff !important;
  color:#000;
  font-size:13px;
  position:relative;
  z-index:0;
}

body .gui-checkout .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fd6c00;
  z-index: -1;
}
body .gui-account .gui-block {
    border: none;
}
body .gui-account .gui-block-title {
    padding-left: 0;
    padding-right: 0;
}
body .gui-account .gui-block-content {
    padding-left: 0;
    padding-right: 0;
}
body .gui a {
    color: #B1BCAF;
}
body .gui a.gui-button-large, body .gui a.gui-button-small {
    background: #1e3254;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1.14em;
    font-family: 'futura';
  font-weight:500 !important;
}
body .gui a.gui-button-large strong, body .gui a.gui-button-small strong {
font-weight:500;
}
/* end chehckout*/

.added .sm-heart:before {
    content: "\6e";
}

.messages-container {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 9;
}

.messages-container .message {
  display: block;
  float: right;
  width: 350px;
  background: #aaa;
  color: #fff;
  border-radius: 4px;
  padding: 20px;
  font-size:1.14em;
  display:flex;
  align-items:center;
      -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;
}

.messages-container .message .icon {
	margin-right:20px;
}

.messages-container .message ul {
	margin:0;
  padding:0;
  list-style:none;
}
  
.messages-container .message.error {
	background:#ff0000;
}

.messages-container .message.success {
	background:#B1BCAF;
}

.messages-container .message.info {
	background:#1E3254;
}

.messages-container .message.done {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0px,-150px);
    -webkit-transform: translate(0px,-150px);
    transform: translate(0px,-150px);
}
	
.flex-fix {
    margin: 0 -.3px;
}

.plus-min {
  width: 10px;
  height: 10px;
  display: inline;
  position: relative;
  float: right;
  line-height: inherit;
}
.plus-min:before,
.plus-min:after {
  display: block;
  content: '';
  width: 10px;
  height: 1px;
  background:#1E3254;
  position: absolute;
  top: 50%;
  margin-top: -.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;
}
.plus-min:after {
  transform: rotate(90deg);
}
.active .plus-min:after {
  transform: rotate(0deg);
}
.sort-mobile {
	display:none;
}

/* compare */
.compare-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eee;
  z-index: 99;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 4px -1px 4px 0px rgba(0,0,0,0.08);
  display:none;
}
.compare-block .head {
	display:flex;
  align-items:center;
  justify-content:space-between;
  padding:30px 0px;
}
.compare-block .head .title {
	font-size:1.5em;
}
.compare-block .head .title-delete {
	display:flex;
  align-items:center;
}
.compare-block .head .title-delete .text-link,
.compare-block .head .buttons .text-link {
	margin-left:20px;
}
.compare-block .compare-products-block {
	padding:30px 0px;
  background:#fff;
  display:none;
}
.compare-block .compare-product img {
	width:100%;
}
.compare-block .compare-product:not(.empty) {
	border-right:1px solid #ededed;
}
.compare-block .compare-product .inner {
	max-width:350px;
  margin:0 auto;
  position:relative;
}
.compare-block .compare-product .delete-compare {
	position:absolute;
  top:10px;
  right:0;
  color:#B1BCAF;
}
.compare-block .compare-products {
	display:flex;
  align-items:stretch;
}
.compare-block .compare-product.empty {
	display:flex;
  align-items:stretch;
  justify-content:stretch;
}
.compare-block .compare-product:nth-child(n+4) {
	display:none;
}
.compare-block .compare-product.empty .placeholder {
	background:#f9f9f9;
  border:1px dashed #e0e0e0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:300px;
}
#compare-page .compare-table-wrap {
	width:100%;
  max-width:100%;
  overflow-y:scroll;
}
#compare-page .table-compare {
	width:100%;
  min-width:900px;
}
#compare-page .table-compare .item {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  max-width:250px;
  position:relative;
}
#compare-page .table-compare .item img {
	width:100%;
}
#compare-page .table-compare .item .remove {
	position:absolute;
  right:0;
  top:0;
  color:#B1BCAF;
}
#compare-page .table-compare .item .delivery {
    color: #B1BCAF;
    margin-top: 10px;
    font-style: italic;
  margin-bottom:20px;
}
#compare-page .table-compare th,
#compare-page .table-compare td {
	border-right:1px solid #ededed;
  border-bottom:1px solid #ededed;
  padding:20px;
}
#compare-page .table-compare tr:last-child td,
#compare-page .table-compare tr:last-child th {
	border-bottom:none;
}
#compare-page .table-compare tr td:last-child,
#compare-page .table-compare tr th:last-child {
	border-right:none;
}
#compare-page .table-compare tr td:first-child,
#compare-page .table-compare tr th:first-child {
	font-size:1.14em;
}
/* end compare */

.fancybox-container {
	z-index: 99999999999999 !important;
}

.cat-highlight {
	margin-top:30px;
}

@media (min-width: 1200px) {
  .col-lg-20 {
  	width:20%;
    padding-left:15px;
    padding-right:15px;
    float:left;
  }
}

@media (min-width: 992px) {
  .container {
  	width:100%;
    max-width:1800px;
    padding:0px 30px;
  }
}

@media (max-width: 1600px) {
  .products .product .product-label.showroom-label {
    	border-radius: 0;
      white-space: nowrap;
      height: auto;
      font-size: 11px;
      left: 0;
      right: auto;
    	top: auto;
      bottom: 90%;
      padding: 5px;
    	width:100%;
  }
  .products .product .title, .products .collection-banner .title {
    margin-top: 6px;
}
}

@media (max-width: 1450px) {
  body {
  	font-size:13px;
  }
  #header .main-header .logo {
  	width:110px;
  }
  #header .main-header .search .bar {
  	width:300px;
  }
  #header .main-header .main-menu {
  	font-size:1em;
  }
  #header .main-header .main-menu ul {
  	margin:-10px;
  }
  #header .main-header .main-menu ul li {
  	padding:10px;
  }
  #header .main-header .icons .icon {
  	font-size:20px;
  }
  #header .main-header .icons ul,
  #header .topbar .main-ul {
  	margin:0px -7px;
  }
  #header .main-header .icons ul li,
  #header .topbar .main-ul li {
  	padding:0px 7px;
  }
  #header .main-header .icons .items {
  	font-size:9px;
    width:16px;
    height:16px;
    line-height:16px;
    right:-8px;
  }
 	.headline .text-box .title{
  	font-size:4em;
  }
  .headline .text-box .content {
  	margin-top:35px;
  }
  .headline .text-box .buttons {
  	margin-top:60px;
  }
  .headline .text-box .buttons .btn {
  	padding:0px 35px;
  }
  .headline:after {
  	height:40px;
  }
  .home-deals .image-title {
  	min-width:90%;
    max-width:90%;
  }
  .home-deals .dec {
  	margin-left:-50%;
  }
  .home-content .main-image {
  	width:40%;
  }
  .home-content .text {
  	width:60%;
  }
  .home-content .text:after {
  	width:140%;
  }
  .all-categories .block {
  	padding:70px;
  }
  .col-side {
  	width:300px;
  }
  .col-main {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
  .col-main.left-col {
  	padding-left:0;
    padding-right:30px;
  }
  #collection .sortbar .pages {
  	display:none;
  }
  #collection .sortbar .sort label {
  	margin-right:15px;
  }
  #productpage .left-block{
  	min-width: calc(100% - 580px);
    max-width: calc(100% - 580px);
  }
  #productpage .main-product .product-info {
    padding: 35px;
  }
  #productpage  .right-block {
  	min-width: 580px;
    max-width: 580px;
  }
  #productpage .product-images .thumbs {
    min-width: 60px;
    max-width: 60px;
	}
  #productpage .product-images .images {
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
  #productpage .extra-info .desk-tabs {
  	padding-right:30px;
  }
  .blog-side {
  	width:25%;
  }
  .blog-main {
  	width:75%;
  }
  #cart .cart-table .cart-product .image {
    min-width: 150px;
    max-width: 150px;
    margin-right: 30px;
	}
  #cart .cart-side {
    min-width: 450px;
    max-width: 450px;
	}
  #cart .cart-usp {
  	flex-wrap:wrap;
  }
  #cart .cart-usp .usp {
  	margin:0;
    margin-bottom:10px;
  }
  #cart .cart-table .cart-product {
  	padding:20px 0px;
  }
  #cart .cart-table .cart-product .right-info .icons-price {
  	margin-left:30px;
  }
  #cart .cart-table .cart-product .right-info .icons {
  	margin-right:30px;
  }
  #cart .cart-bottom .discounts input {
  	width:200px;
  }
  #thankpage .thankyou-header .image {
  	right:3%;
    width:50%;
    height:auto;
    top:50%;
    transform: translate(0, -50%);	
  }
  #thankpage .thankyou-header .image img {
  	height:auto;
    width:100%;
  }
  #productpage .product-sticky .ui.selection.dropdown.colors {
  	width:300px;
  }
  .product-sticky .image img {
  	margin-right:20px;
  }
}	

@media (max-width: 1199px) {
  #header .main-header .main-menu ul li .brands-menu {
  	width:700px;
  }
  .headline .text-box .title {
  	font-size:3.5em;
  }
  .headline .text-box {
  	padding:0 2%;
  }
  .home-products .title-wrap {
  	min-width: 55%;
    max-width: 55%;
    padding: 65px 40px;
  }
  .home-products .products-wrap {
  	margin:65px 0px;
    padding:45px;
    min-width: 75%;
    max-width: 75%;
  }
  .home-products {
  	margin-top:100px;
  }
  .title-featured .title,
  .home-deals .info .product-title,
  .home-deals .info .price .new-price {
  	font-size:2.2em;
  }
  .title-featured .subtitle {
  	margin-bottom:15px;
  }
  .home-deals .info {
  	padding:0px 40px;
  }
  .home-deals .deals-slider-wrap .slider-arrows {
  	right:40px;
    top:40px;
  }
  .home-deals .info .del-timer {
  	margin-top:40px;
  }
  .home-deals .image-title {
    min-width: 95%;
    max-width: 95%;
  }
  .home-deals .dec {
  	margin-left:-55%;
  }
  .all-categories .block {
    padding: 70px 30px;
	}
  .all-categories .cols ul {
  	font-size:14px;
  }
  #footer .top-footer .main-title {
  	max-width:100%;
  }
  #footer .top-footer .cols {
  	margin:-15px;
  }
  #footer .top-footer .cols .col {
  	width:50%;
    padding:15px;
  }
  .all-categories .cols ul li.title,
  #footer .main-footer .cols ul li.title {
  	font-size:15px;
  }
  .all-categories .cols ul li:not(.title),
  #footer .main-footer .cols ul li:not(.title) {
  	font-size:14px;
  }
  #footer .main-footer .cols .col {
  	width:20%;
  }
  #footer .footer-bottom ul {
  	font-size:14px;
  }
  #footer .sub-footer .hallmark {
  	margin:0px 30px;
  }
  #footer .sub-footer {
  	margin-top:30px;
  }
  #footer .main-footer {
  	padding:40px;
    padding-bottom:0;
  }
  #collection .collection-usp {
  	order:5;
    text-align:center;
  }
  #collection .collection-banner {
  	order:15;
  }
  #collection .products .next-page {
  	order:100;
  }
  .col-side {
  	width:250px;
  }
  .col-main {
  	width:calc(100% - 250px);
  }
  #collection .sortbar .sort {
  	margin-left:0;
  }
  #collection .sortbar .sort .ui.selection.dropdown {
  	width:200px;
  }
  #productpage .left-block {
  	min-width: 50%;
    max-width: 50%;
  }
  #productpage .main-product .product-info {
    
  }
  #productpage .right-block {
  	min-width: 50%;
    max-width: 50%;
  }
  #productpage .main-product .product-info .price-timer {
  	display:block;
  }
  #productpage .main-product .product-info .price {
  	display:flex;
    align-items:center;
    justify-content:space-between;
  }
  #productpage .main-product .product-info .price .price-tax {
  	display:block;
  }
  #productpage .product-info .options .option .label-wrap {
  	flex-wrap:wrap;
    margin-bottom:5px;
  }
  #productpage .product-info .options .option .label-wrap > div,
  #productpage .product-info .options .option .label-wrap > label {
  	width:100%;
  }
  #productpage .product-info .options .option .label-wrap div{
  	order:1;
    margin-bottom:25px;
  }
  #productpage .product-info .options .option .label-wrap label {
  	order:2;
  }
  #productpage .ui.selection.dropdown {
  	width:100%;
  }
  #productpage .product-info .cart .btn.cart-btn {
    width: calc(100% - 78px);
	}
  #productpage .product-info .product-usp {
  	padding-right:0;
  }
  #productpage .product-info .product-usp {
  	flex-wrap:wrap;
  }
  #productpage .product-info .product-usp .block {
  	width:100%;
  }
  #productpage .product-info .product-usp .usp {
  	margin:0;
    margin-bottom:10px;
  }
  #productpage .product-info .description {
  	margin-top:20px;
  }
  #productpage .product-images {
    flex-wrap: wrap;
	}
  #productpage .product-images .thumbs,
  #productpage .product-images .images {
  	width:100%;
    min-width:100%;
    max-width:100%;
  }
  #productpage .product-images .thumbs {
  	order:1;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #productpage .product-images .thumbs .thumb {
  	display:inline-block;
    margin-right:10px;
    width:calc(20% - 10px);
  }
  #productpage .product-image-slider .owl-nav .owl-prev, #productpage .product-image-slider .owl-nav .owl-next {
  	font-size:35px;
  }
  #productpage .product-images .images {
  	padding:0px 50px;
  }
  #productpage .extra-info .left-block,
  #productpage .extra-info .right-block {
  	min-width:100%;
    max-width:100%;
  }
  #productpage .extra-info .desk-tabs {
  	padding-right:0;
  }
  #productpage .extra-info .right-block {
    display: flex;
    flex-wrap: wrap;
  }
  #productpage .extra-info .right-block > div {
  	width:100%;
  }
  #productpage .bundles-tab {
  	order:1;
    margin-top:40px;
  }
  #productpage .bundles .bundle {
    padding: 18px;
    width: 50%;
    float: left;
	}
  .related-products .products .product:nth-child(n+5) {
  	display:none;
  }
  #blog .top-articles .articles .article:first-child .info {
  	padding:30px;
  }
  #blog .top-articles .articles .article:first-child .info .title {
    font-size: 2.3em;
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 15px;
	}
  #blog .top-articles .articles .article:nth-child(n+2) .image {
  	margin-right:20px;
  }
  #blog .articles  {
  	margin:-17px;
  }
  #blog .articles .article {
  	padding:17px;
  }
  #blog .articles .article:nth-child(n+2) .info .title, #blog .bottom-articles .articles .article .info .title {
  	font-size:1.2em;
  }
  #blog .bottom-articles .articles .article .link {
    margin-top: 15px;
    padding-top: 15px;
  }
  .col-main.left-col {
  	padding-right:0;
  }
  .blog-main {
  	padding-right:30px;
  }
  #cart .cart-table .cart-product .image {
  	min-width:75px;
    max-width:75px;
    margin-right:20px;
  }
  #cart .cart-side {
  	min-width:350px;
    max-width:350px;
  }
  #cart .cart-main {
  	padding-right:30px;
  }
  #cart .cart-table .cart-product .right-info .icons-price {
  	margin-left:20px;
  }
  #cart .cart-table .cart-product .right-info .icons {
  	margin-right:20px;
  }
  #cart .cart-table .cart-product .right-info .icons .icon-btn {
  	width:53px;
  }
  .page-title .title {
  	font-size:2em;
  }
  #thankpage .thankyou-header {
  	padding:40px;
    padding-right:50%;
  }
  #thankpage .thankyou-header .title {
  	margin-bottom:35px;
  }
  #thankpage .thankyou-header .intro {
  	margin-bottom:30px;
  }
  #thankpage .thankyou-header .usp ul {
  	margin:-10px;
  }
  #thankpage .thankyou-header .usp ul li {
  	padding:10px;
  }
  .search-products .product .image-wrap {
  	min-width:50px;
    max-width:50px;
  }
  .search-products .product .title,
  .search-products .product .price .new-price {
  	font-size:1em;
  }
}

@media (max-width: 991px) {
  .search-products .product .title {
    word-break: break-word;
	}
  body {
  	font-size:16px;
  }
  #header {
  	display:flex;
    flex-direction:column;
  }
  #header .topbar {
  	order:2;
    border-bottom: 0;
    border-top: 1px solid rgba(196, 196, 196, .3);
  }
  #header .main-header {
  	order:1;
  }
  #header .main-header {
  	padding:15px 0px;
  }
  #header .main-header .icons ul, #header .topbar .main-ul  {
  	margin:0px -15px;
  }
  #header .main-header .icons ul li, #header .topbar .main-ul li{
  	padding:0px 15px;
  }
  .sm-menu-btn {
  	display: inline-block;
    background: #B1BCAF;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
  }
  .sm-menu-btn i {
  	margin-left:10px;
  }
  .headline {
      flex-wrap: wrap;
	}
  .headline:after {
  	display:none;
  }
  .headline .bg-image {
    min-width: 60%;
    max-width: 100%;
    height: 60vh;
	}
  .headline.var-2 .bg-image,
  .headline.var-3 .bg-image {
  	min-width: 100%;
    max-width: 100%;
    height:50vh;
  }
  .headline .product-image {
    min-width: 60%;
    max-width: 60%;
    margin-left: -30%;
	}
  .headline .text-box {
  	padding:40px 20px;
  }
  .headline .text-box .title {
  	font-size:40px;
  }
  .headline .text-box .content {
  	margin-top:30px;
    font-size:20px;
  }
  .headline .text-box .buttons {
  	margin-top:35px;
  }
  .home-products {
  	flex-wrap:wrap;
    margin-top:0;
    border-top:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;
  }
  .home-products .products-wrap,
  .home-products .title-wrap {
  	min-width:100%;
    max-width:100%;
    margin:0;
  }
  .home-products .products-wrap {
  	order:2;
  	padding: 30px 20px;
    padding-top: 0;
  }
  .home-products .title-wrap {
    order: 1;
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
    background:#fff;
    padding:30px 20px;
	}
  .home-products .title-wrap .title-featured {
  	max-width:none;
  }
  .title-featured .title {
  	font-size:32px;
  }
  .title-featured .subtitle {
  	font-size:16px;
    margin-bottom:5px;
  }
  .home-products .tabs ul {
  	margin:0px -10px;
    margin-bottom:-1px;
  }
  .home-products .tabs ul li {
  	padding:0px 10px;
  }
  .home-products .tabs {
  	padding-bottom:0;
  }
  .home-deals .info:after, .home-deals .info:before {
  	display:none;
  }
  .home-deals {
    margin-top: 0;
    padding-top: 50px;
    background:#fff;
	}
  .home-deals .image-title {
  	min-width:100%;
    max-width:100%;
  }
  .home-deals .images-info {
    flex-wrap: wrap;
  }
  .home-deals .image-title .images,
  .home-deals .image-title .info {
  	min-width:100%;
    max-width:100%;
  }
  .home-deals .image-title .images {
  	height:45vh;
  }
  .deals-slider {
  	margin-bottom:0;
  }
  .deals-slider .owl-stage-outer {
  	padding:0;
  }
  .home-deals .title-featured.main-title {
  	margin-bottom:30px;
  }
  .home-deals .info {
  	padding:20px;
  }
  .home-deals .info .info-wrap {
  	padding:25px;
    background:#F5F5F5;
    border:1px solid #F0F0F0;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.08);
  }
  .home-deals .info .info-wrap {
    display: flex;
    align-items:flex-start;
    flex-wrap:wrap;
	}
  .home-deals .info .info-wrap .info-left,
  .home-deals .info .info-wrap .info-right {
  	width:50%;
  }
  .home-deals .info .info-wrap .info-right {
  	padding-left:50px;
  }
  .home-deals .info .stars-del {
  	display:block;
  }
  .home-deals .info .brand {
  	font-size:16px;
  }
  .home-deals .info .product-title {
    font-size: 24px;
	}
  .home-deals .info .description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2em;
	}
  .home-deals .info .delivery {
  	margin-top:15px;
  }
  .home-deals .info .price .new-price {
  	font-size:40px;
  }
  .home-deals .info .del-timer {
  	margin-top:25px;
  }
  .home-deals .info .del-timer .title,
  #productpage .del-timer{
  	font-size:14px;
  }
  .home-deals .info .del-timer .time,
  #productpage .del-timer .time{
  	font-size:20px;
  }
  .home-deals .deals-slider-wrap .slider-arrows {
  	position:unset;
  }
  .home-deals .info .info-wrap .arrows-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .home-deals .info .small-link {
  	font-size:16px;
  }
  .home-deals .info .small-link i {
  	margin-left:10px;
  }
  .home-deals .thumbs {
    position: relative;
  	padding:20px;
    padding-bottom:0;
    text-align:center;
    margin:-10px 0px;
  }
  .home-deals .thumbs .thumb {
  	width:16%;
    display:inline-block;
    height:auto;
  }
  .home-deals .thumbs .thumb img {
  	width:100%;
    height:auto;
  }
  .home-categories {
  	overflow-x:hidden;
    margin-top:0;
  }
  .home-categories .categories-wrap:after {
  	display:none;
  }
  .home-categories .categories-wrap {
  	padding:25px 20px;
    padding-top:0;
    width:100%;
  }
  .home-categories .navigation {
    padding-top: 50px;
    margin-left: -140px;
	}
  .home-categories .title-featured {
  	padding-right:50%;
    padding-top:20px;
    border-top:1px solid #e0e0e0;
  }
  .home-categories .categories-outer {
    margin-right: -22%;
    margin-left: -25px;
	}
  .categories .category .info {
  	margin-top:15px;
  }
  .home-content .text:after {
  	display:none;
  }
  .home-content {
    margin-top: 0;
    background: #fff;
	}
  .home-content .text {
  	width:100%;
    padding:0;
  }
  .home-content .title-featured {
  	padding:20px;
  }
  .home-content {
  	margin-top:0;
  }
  .home-content .title-featured .title {
  	padding-right:0;
  }
  .home-content .special-cats-wrap {
  	margin:0;
    margin-top:15px;
    padding:20px;
  }
  .home-content .special-cats .special-cat.cat-2 .image:after {
  	padding-top:125%;
  }
  .home-content .main-image {
  	width:100%;
    margin-top:40px;
  }
  .home-content .main-image:after {
  	content:'';
    padding-top:78%;
    display:block;
  }
  .home-content .special-cats .special-cat .link {
  	text-align:center;
  }
  .home-brands {
  	margin:0;
    padding:0;
  }
  .home-brands .title-featured {
  	margin:0;
    padding:20px;
    background:#fff;
  }
  .home-brands .brands-slider-wrap {
  	margin:0;
    padding:40px 0px;
    padding-right:50px;
    margin-left:-15%;
  }
  .all-categories {
  	padding:0px;
    margin-top:0;
  }
  .relative {
  	position:relative;
  }
  .home-brands .slider-arrows .slider-arrow {
    font-size: 35px;
    border: none;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index:99;
  }
  .home-brands .slider-arrows .slider-arrow[data-way="next"] {
  	left: auto;
    right: 0;
  }
  .all-categories .cols {
  	flex-wrap:wrap;
    margin:-30px;
    justify-content:flex-start;
  }
  .all-categories .cols .col {
  	padding:30px;
    width:33%;
  }
  .all-categories .block {
  	padding:50px 20px;
  }
  .all-categories .title-featured {
  	padding:0px 15%;
  }
  .all-categories .cols ul,
  #footer .main-footer .cols ul{
  	line-height:250%;
  }
  .all-categories .cols ul li.title span,
   #footer .main-footer .cols ul li.title span {
  	margin-bottom:10px;
    display:block;
  }
  .all-categories:after {
  	display:none;
  }
  .all-categories {
  	margin-bottom:0;
  }
  #footer .top-footer .cols {
    flex-wrap: wrap;
	}
  #footer .top-footer .cols .col {
  	width:100%;
  }
  #footer .top-footer .cols .col:last-child {
  	order:0;
  }
  #footer .top-footer .cols .col:first-child {
    margin-top:60px;
  	order:1;
  }
  .container {
  	padding:0px 20px;
    width:100%;
  }
  #footer .top-footer .socials li {
  	width:33.3333%;
    padding:15px 7px;
  }
  #footer .top-footer .socials {
  	margin:-15px -7px;
  }
  #footer .top-footer {
  	padding:45px 0px;
  }
  #footer .top-footer .socials li .icon {
    width: 40px;
    height: 40px;
    line-height:40px;
    margin-right:10px;
  }
  #footer .main-footer .cols {
  	flex-wrap:wrap;
    justify-content:flex-start;
  }
  #footer .main-footer .cols .col {
    width: 33.33%;
	}
  #footer .main-footer .cols .col:last-child {
  	width:auto;
  }
  #footer .main-footer .cols .col:nth-child(3) {
  	order:2;
  }
  #footer .main-footer .cols .col:nth-child(5) {
  	order:3;
  }
  #footer .sub-footer .hallmark {
  	margin:0;
  }
  #footer .sub-footer {
  	justify-content:space-between;
  }
  #footer .sub-footer .hallmark {
  	order:0;
  }
  #footer .sub-footer iframe {
  	order:1;
  }
  #footer .sub-footer .page-up {
  	order:2;
  }
  #footer .main-footer {
  	padding:50px 20px;
    padding-bottom:0;
  }
  #footer .main-footer .cols ul li.title {
  	font-size:16px;
  }
  #footer .main-footer .cols ul li:not(.title) {
  	font-size:15px;
  }
  #footer .footer-bottom {
  	flex-wrap:wrap;
    text-align:center;
  }
  #footer .footer-bottom .links {
  	width:100%;
    order:0;
    margin-bottom:20px;
    font-size:16px;
  }
  #footer .footer-bottom .payments {
  	width:100%;
    order:1;
  }
  #footer .footer-bottom .payments {
  	margin-left:0;
  }
  .cookiebar .btn {
  	margin-left:0;
    margin-top:10px;
  }
  .col-main {
  	width:100%;
    max-width:100%;
    padding:0;
  }
  .page-title .title {
  	font-size:30px;
  }
  .page-title .items {
  	font-size:14px;
  }
  .collection-image:after {
  	padding-top:37%;
  }
  #collection .collection-usp {
  	order:7;
  }
  #collection .collection-banner {
  	order:23;
  }
  .products .product .product-label {
  	width:70px;
    height:70px;
    font-size:13px;
    padding:7px;
  }
  /*
  #collection .container {
  	padding:0;
  }
  */
  #collection .sortbar {
  	border-bottom:0;
    padding-bottom:0;
    padding-top:20px;
  }
  #collection .sortbar .pages {
  	display:block;
  }
  .active-filters-box {
    margin: 0;
	}
  #collection .sortbar .filter-btn {
    order: 1;
    display: inline-block;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    background:#F9F9F9;
    border:1px solid #e0e0e0;
    border-radius:4px;
  }
  #collection .sortbar .filter-btn .icon,
  #collection .sortbar .filter-btn .arrow {
  	margin-left:30px;
    font-size:16px;
    color:#B1BCAF;
  }
  #collection .sortbar .filter-btn .arrow {
  	margin-left:20px;
  }
  #collection .sortbar .sort {
  	order:2;
    flex-grow: 10;
    text-align: right;
  }
  .active-filters-box {
  	order:5;  
  }
  #collection .sortbar .pages {
  	order:6;
  }
  #collection .sortbar .items {
  	order:7;
  }
  #collection .sortbar .sortbar-divider {
  	height:1px;
    width:100%;
    background:#eee;
    margin:15px -20px;
    width: calc(100% + 40px);
  }
  #collection .sortbar .sortbar-divider {
    order:5;
  }
  #collection .sortbar .sortbar-divider.sec {
  	order:3;
  }
  #collection .sortbar .sm-pagination {
  	order:8;
  }
  #collection .products .product .bg {
  	display:none;
  }
  #collection .sortbar .pages {
  	padding-right:15px;
    margin-right:15px;
  }
  #collection .collection-usp {
  	padding:0;
    margin-left:-5px;
    margin-right:-5px;
    width:calc(100% + 10px);
  }
  #productpage .right-block {
    min-width: calc(50% + 20px);
    max-width: calc(50% + 20px);
    margin-right: -20px;
	}
  #productpage .product-info .cart {
  	margin-top:15px;
  }
  #productpage .product-top-info .brand {
  	font-size:16px;
  }
  #productpage .product-image-slider .owl-nav .owl-prev, #productpage .product-image-slider .owl-nav .owl-next {
  	color:#1E3254;
    width:30px;
  }
  #productpage .product-images .images {
  	padding:0px 30px;
  }
  #productpage .product-images {
  	padding-right:20px;
  }
  .pp-tabs-wrap .pp-page {
  	display:none;
  }
  .pp-tabs-wrap .pp-page.active {
  	display:block;
  }
  .pp-tabs-wrap .pp-tab {
  	display:flex;
    align-items:center;
    justify-content:space-between;
  }
  #productpage .product-info .product-usp {
  	margin:0;
  }
  #productpage .product-info .pp-tabs-wrap .pp-page {
  	padding-top:20px;
  }
  #productpage .product-info .pp-tabs-wrap {
  	margin-top:20px;
  }
  #productpage .product-info .hallmarks {
  	flex-wrap:wrap;
    margin:0;
    padding:0;
    border:none;
  }
  #productpage .product-info .hallmarks .hallmark {
  	margin-right:0;
    margin-bottom:20px;
  }
  #productpage .extra-info .left-block,
  #productpage .extra-info .right-block {
  	min-width:100%;
    max-width:100%;
  }
  #productpage .extra-info .pp-tabs-wrap {
  	margin-bottom:0;
  }
  #productpage .extra-info .pp-tab {
    height: 57px;
    font-size: 20px;
    border-bottom: 1px solid #ededed;
    margin: 0px -20px;
    padding: 0px 20px;
	}
  #productpage .pages .page {
  	margin:0;
  }
  #productpage .extra-info .pp-page {
  	padding:20px 0px;
  }
/*   #productpage .extra-info .specs-tab .pp-page {
  	margin:0 -20px;
    padding:0;
  } */
  #productpage .extra-info .reviews .review {
  	border-bottom:0;
    border-top:1px solid #e0e0e0;
    flex-wrap:wrap;
  }
  #productpage .extra-info .reviews .review .content {
  	width:100%;
    text-align:left;
  }
  #productpage .extra-info .reviews .review .content-inner {
  	width:100%;
    margin-top:20px;
  }
  #productpage .extra-info .reviews .review .name-circle {
  	margin-right:15px;
  }
  #productpage .extra-info .reviews {
  	font-size:16px;
  }
  #productpage .extra-info .reviews .review .name-score {
  	width:auto;
  }
  #productpage .showroom-banner {
  	margin-top:40px;
  }
  #productpage .extra-info .review-title {
  	margin-left:0;
    font-size:18px;
    margin-bottom:20px;
  }
  #productpage .bundles .bundle .bundle-inner {
  	padding:20px;
  }
  #productpage .bundles {
  	margin:-10px;
  }
  #productpage .bundles .bundle {
  	padding:10px;
  }
  #productpage .bundles .bundle .info .button {
  	flex-wrap:wrap;
  }
  #productpage .bundles .bundle .info .button > div,
  #productpage .bundles .bundle .info .button > a {
  	width:100%;
  }
  #productpage .bundles .bundle .info .button .delivery {
  	order:1;
    margin-top:15px;
  }
  #productpage .bundles .bundle .info .button {
  	margin-top:20px;
  }
  #productpage .bundles .bundle .bundleproducts .bundleproduct img {
    width: 60px;
	}
  #productpage .bundles .bundle .bundleproducts i {
    font-size: 14px;
    margin: 10px;
	}
  #productpage .share-block {
  	margin-left:-20px;
    margin-right:-20px;
    min-height:94px;
    padding:20px;
    margin-top:10px;
  }
  .related-products .products .product:nth-child(n+4) {
  	display:none;
  } 
  .textpage-content h1, .textpage-content h2 {
  	font-size:32px;
  }
  .textpage-content blockquote {
  	padding:40px 35px;
  }
  #blog .articles .article .image:after {
  	padding-top:50%;
  }
  #blog .top-articles .articles .article:nth-child(n+2) {
  	width:100%;
  }
  .blog-main {
  	width:100%;
    padding-right:0;
  }
  #cart .cart-wrap {
  	flex-wrap:wrap;
  }
  #cart .cart-main,
  #cart .cart-side {
  	width:100%;
    padding:0;
  }
  #cart .cart-side {
  	min-width:100%;
    max-width:100%;
  }
  #cart .cart-bottom {
  	padding:35px 0px;
  }
  #cart .page-title {
  	display:flex;
    align-items:center;
    justify-content:space-between;
  }
  #thankpage .thankyou-header {
  	padding:35px 50px;
    padding-bottom:90px;
  }
  #thankpage .thankyou-header .image {
    right: -10px;
    bottom: 0;
    transform: none;
    top: auto;
    bottom: -60px;
    z-index: 9;
    width:45%;
	}
  #thankpage .thankyou-header .usp ul {
  	margin:-3px;
  }
  #thankpage .thankyou-header .usp ul li {
  	padding:3px;
  }
  #thankpage .gui.gui-thankyou {
  	margin:0px -20px;
  }
  #thankpage .gui-col2-big .gui-col2-big-col2 {
  	width:100%;
  }
  #header .main-header.sticky .button {
  	display:block;
  }
  #header .main-header.sticky .icons ul li:nth-child(1),
  #header .main-header.sticky .icons ul li:nth-child(2) {
  	display:none;
  }
  #header .main-header .search .bar {
    width: 370px;
	}
  #productpage .product-sticky .btn {
      font-size: 25px;
      line-height: 40px;
      padding: 0px 15px;
      height: 45px;
  }
  #productpage .product-sticky i {
    margin: 0;
    font-size:100%;
}
    #collection .sidebar {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    height:100%;
    z-index: 9999999999;
    overflow-y: scroll;
    ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  #collection .sidebar.active {
      -ms-transform: translate(-100%, 0px);
  -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .sidebar .block .content {
  	padding: 0px;
  }
  .sidebar .block .title.sub-title {
    padding: 11px 20px;
    font-size: 15px;
	}
  .sidebar .block .block .content {
  	padding:25px 20px;
  }
  .ui.checkbox {
  	padding:5px 0px;
  }
  .sidebar .block {
  	margin-bottom:0;
  }
  .sidebar .block .block {
  	margin-bottom:0;
  }
  .sidebar .clear-filters {
  	margin:20px;
    background:#B1BCAF;
    color:#fff;
  }
  #collection .sidebar .scroll-inner,
  .mobile-menu .scroll-inner{
    padding-top: 50px;
    padding-bottom:65px;
    height: 100%;
    overflow-y: scroll;
  } 
/*   body .mobile-menu .scroll-inner  {
  	overflow:hidden;
  }
  body .mobile-menu.active:last-child .scroll-inner {
    overflow: scroll;
	} */
  #collection .sidebar .scroll-inner,
  .mobile-menu .scroll-inner{
    padding-top: 50px;
    padding-bottom:65px;
    height: 100%;
    overflow-y: scroll;
  }
  #collection .sidebar .scroll-inner {
  	padding-bottom:145px;
  }
  .active-filters-box {
  	padding:20px;
    padding-top:0;
  }
  .active-filters .active-filter label {
  	height:38px;
    padding:0px 10px;
  }
  body .gui-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
  body .gui-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
  body .gui-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
    width: 100% !important;
  }
  .textpage-sidebar {
  	position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 9999999999;
    overflow-y: scroll;
    ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .textpage-sidebar.active {
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
	}
   .textpage-sidebar .scroll-inner {
    padding-top: 50px;
    padding-bottom:65px;
    height: 100%;
    overflow-y: scroll;
  }
  .textpage-sidebar .links ul li a {
  	padding-left:15px; 
    padding-right:15px;
  }
  .textpage-sidebar .block:not(:first-child) {
  	padding:0px 20px;
  }
  .open-textpage-menu {
    height: 48px;
    border: 1px solid #e0e0e0;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 15px;
    margin-bottom: 20px;
    background:#F9F9F9;
  }
  .open-textpage-menu i {
  	margin-left:5px;
    color:#B1BCAF;
  }
  
  
  
  
  .all-categories .title-featured .subtitle {
  	font-size:15px;
    font-family: 'futura bk bt';
  }
  .all-categories .block {
  	padding:35px 0px;
  }
  .all-categories .cols,
  #footer .main-footer .cols {
  	margin:0;
  }
  .all-categories .cols .col,
  #footer .main-footer .cols .col,
  #footer .main-footer .cols .col:nth-child(5) {
  	padding:0;
    width:100%;
  }
  .all-categories .title-featured {
  	margin-bottom:30px;
  }
  .all-categories .cols ul li.title span,
  #footer .main-footer .cols ul li.title span {
    padding: 15px 20px;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    display:block;
	}
  .all-categories .cols ul li.title,
  #footer .main-footer .cols ul li.title {
  	border-bottom: 1px solid #e0e0e0;
  }
  .all-categories .cols ul li.title.active span,
  #footer .main-footer .cols ul li.title.active span {
  	color:#B1BCAF;
  }
  .all-categories .cols ul li .plus-min,
  #footer .main-footer .cols ul li .plus-min{
  	margin-top:2px;
  }
  .all-categories .cols ul ul,
  #footer .main-footer .cols ul ul{
  	padding:0px 30px;
    padding-bottom:15px;
    display:none;
  }
  .all-categories .cols ul li:not(.title),
  #footer .main-footer .cols ul li:not(.title){
  	font-size:15px;
  }
  #footer .main-footer .cols .col:not(:last-child) ul li:not(.title):before {
  	display:none;
  }
  #footer .main-footer .cols {
  	margin:0px -20px;
  }
  
  
  
  
  
  
}

@media (min-width: 768px) {
  .fancybox-container {
  	z-index:9999999999999999;
  }
}

@media (max-width: 767px) {
  .headline-slider .owl-stage {
  	padding-bottom:0;
  }
  body {
  	font-size:16px;
  }
  #productpage .product-info .cart .btn.add-wish i {
  	font-size: 1.2em;
  }
  
  .side-content .top-wrap .close-cart-wrap {
  	display: none;
  }
  body, html {
  	max-width:100%;
    overflow-x:hidden;
  }
  .btn.small-cart {
    height: 45px;
    line-height: 40px;
    font-size: 25px;
    padding: 0px 15px;
}
  .btn .count {
  	displaY:inline;
  }
  .main-content {
/*   	padding-top:50px; */
  }
  #header .main-header .logo {
		width:70px;
    margin:0;
  }
  #header .main-header .wrap {
/*   	justify-content:space-around; */
    height:50px;
  }
  #header .main-header {
  	padding:0;
    background:#f2f2f2;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
    position:relative;
    z-index: 999999999999;
  }
  #header .main-header.sticky {
  	 z-index: 999999999999;
  }
  #header {
/*     position:relative;
    z-index: 99999999999;
    top:0;
    left:0;
    width:100%; */
  }

  #header.fixed {
  	position:fixed;
  }
  .side-content {
  	padding-bottom:64px;
    padding-top:50px;
  }
  .mobile-bar {
  	position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index: 999999999999;
  }
  .mobile-bar .icons {
  	display: flex;
    justify-content: space-around;
    background:#F2F2F2;
    border-top:1px solid #e0e0e0;
  }
  .mobile-bar .icons .icon {
    flex-grow:1;
    width:68px;
    height:68px;
    min-width:68px;
    max-width:68px;
    display:flex;
    align-items:flex-end;
    padding-bottom:10px;
    justify-content:space-around;
    text-align:center;
    border-right:1px solid #e0e0e0;
  }
  .mobile-bar .icons .icon .name-circle {
  	display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #C9D7DE;
    border-radius: 100%;
    color: #fff;
/*     padding-top: 2px; */
    margin-bottom: -4px;
  }
  .mobile-bar .icons .icon:last-child,
  .mobile-bar .icons .icon:nth-child(2) {
  	border-right:0;
  }
  .mobile-bar .icon-wrap {
  	position:relative;
  }
  .mobile-bar .icon-wrap .items {
  	width: 18px;
    height: 18px;
    display: block;
    border-radius: 100%;
    background: #B1BCAF;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    right: -12px;
    top: -10px;
  }
  .mobile-bar .icons .icon.menu-icon {
  	flex-grow:1;
    width:auto;
    height:auto;
    min-width:unset;
    max-width:unset;
    background:#1E3254;
    color:#fff;
    position:relative;
  }
  .mobile-bar .icons .icon.menu-icon:after {
  	content:'';
    position:absolute;
    left:0;
    bottom:99%;
    width:100%;
    height:8px;
    display:block;
    background:#1E3254;
  }
  .mobile-bar .icons .icon .title {
  	font-size:10px;
    margin-top:5px;
  }
  .mobile-bar .icons .icon i {
  	font-size:23px;
    width:23px;
    height:23px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
  .side-content.open {
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
	}
  .side-content {
  	width:100%;
  }
  .side-content::-webkit-scrollbar { 
    display: none; 
	}
  .btn {
  	height:45px;
    line-height:45px;
    font-size:14px;
  }
  .side-content .side-footer,
  .side-content .side-header,
  .side-content .no-cart-products {
  	padding:20px;
  }
  .side-content .side-footer {
  	padding-bottom:40px;
  }
  .side-content .side-footer table td {
  	padding-bottom:10px;
  }
  .side-content .side-footer table {
  	font-size:1em;
    width:100%;
/*     max-width:270px; */
    float:right;
  }
  .side-content:not(.side-search) .side-header {
  	border-bottom:1px solid #ededed;
  }
  .side-content .side-header .title {
    font-size: 1.1428em;
	}
  .side-content .products-table table tr:nth-child(odd) {
  	background:#fff;
  }
  .side-content .products-table table tr:nth-child(odd) .image-wrap .image:after {
  	display:none;
  }
  .side-content .products-table table td {
  	border-bottom:1px solid #ededed;
    padding-left:10px;
    padding-right:10px;
  }
  .side-content .products-table .icons-price {
  	display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
  }
  .side-content.side-wish .products-table table td:last-child {
  	padding-right:15px;
  }
  .side-content.side-wish .products-table table td {
  	padding-left:0;
  }
  .side-content.side-wish .products-table table td:first-child {
  	padding-left:10px;
  }
  .side-content.side-wish .products-table .price {
  	margin-top:0;
  }
  .side-content.side-wish .products-table .image-wrap img {
  	width:65px;
  }
  .search-products .product .title, .side-content .products-table .title {
  	font-size:1.0714em;
  }
  .side-content .products-table .image-wrap {
  	width:85px;
    min-width:85px;
    margin-right:5px;
  }
  .side-overlay {
  	display:none;
  }
  .search-products .product .delivery, .side-content .products-table .delivery {
  	margin-top:0;
  }
  .side-content .products-table .mobile-icons .icon {
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 45px;
    border: 1px solid #e0e0e0;
    margin-right: 5px;
    text-align: center;
  }
  .side-content .products-table .mobile-icons .icon.trash {
  	color:#B1BCAF;
  }
  .side-content .products-table .mobile-icons .icon.items {
  	background:#FAFAFA;
  }
  .side-content .products-table .price .new-price {
  	font-size:1.4285em;
  }
  .headline .text-box {
  	padding:25px 20px;
    text-align:center;
  }
  .headline .text-box .title {
  	font-size:17px;
  }
  .headline .text-box .content {
  	font-size:15px;
    margin-top:10px;
    line-height:160%;
  }
  .headline .bg-image {
  	height:50vh;
  }
  .headline .text-box .buttons {
    margin:0px -5px;
  	margin-top:15px;
    width:100%;
  }
  .headline .text-box .buttons .btn {
  	width:calc(50% - 10px);
    padding:0;
    margin:10px 5px;
  }
  .home-products .tabs ul li a {
    font-size: 14px;
    padding: 0px 15px;
    height: 35px;
    line-height: 35px;
    width:auto;
	}
  .home-products .tabs ul {
  	margin-left:-5px;
    margin-right:-5px;
    text-align:center;
  }
  .home-products .tabs ul li {
    padding: 0px 5px;
	}
  .title-featured {
  	text-align:center;
  }
  .title-featured .title,
  #footer .top-footer .main-title .title {
  	font-size:18px;
  }
  #footer .top-footer .main-title .text {
  	font-size:15px;
  }
  #footer .top-footer .main-title {
  	text-align:center;
    margin-bottom:20px;
  }
  #footer .top-footer {
  	padding:20px 0px;
  }
  #footer .top-footer .cols .col:first-child {
  	margin-top:5px;
  }
  #footer .top-footer form input[type="text"] {
  	width:100%;
    height:50px;
  }
  #footer .top-footer form .btn {
  	width:100%;
    margin-top:10px;
  }
  .home-products .title-wrap {
  	display:block;
    padding:20px;
  }
  .home-products .products-wrap {
  	padding:0;
  }
  .home-products .products-slider {
  	display:block;
  }
  .home-products .pages .page {
  	padding:15px;
  }
  .products {
  	margin:-15px;
  }
  .products .product {
  	padding:15px;
    border-bottom:1px solid rgba(0,0,0,0.1);
  }
  .products .product .title,
  .products .collection-banner .title {
    font-size: 15px;
  }
  .products .product .price,
  .products .product .delivery,
  .products .product .buttons {
  	margin-top:10px;
  }
  .products .product .info {
  	padding-bottom:10px;
  }
  .products .product .price .new-price,
  .products .collection-banner .price .new-price {
  	font-size:20px;
    letter-spacing: -1px;
  }
  .products .product .price .old-price {
    font-size: 1em;
    letter-spacing: -0.5px;
  }
  .products .product .buttons .btn {
  	font-size:120%;
  }
  .products .product .buttons .btn i {
  	margin:0;
  }
  .products .product .buttons .btn.wish {
  	padding:0;
    margin-right:15px;
    color:inherit;
    background:transparent;
  }
  .products .product .buttons .btn.cart {
  	font-size:25px;
    line-height:40px;
    padding:0px 15px;
  }
  .home-deals .title-featured.main-title {
    margin-bottom:25px;
    padding-left:0;
  }
  .home-deals {
  	padding-top:35px;
  }
  .home-deals .thumbs .thumb {
  	padding:5px;
  }
  .home-deals .info .info-wrap .info-left, .home-deals .info .info-wrap .info-right {
  	width:100%;
    padding:0;
  }
  .home-deals .info .info-wrap {
  	padding:0;
    background:transparent;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align:center;
  }
  .home-deals .info .brand {
  	font-size:15px;
    margin-bottom:3px;
  }
  .home-deals .info .product-title {
  	font-size:18px;
  }
  .home-deals .info .del-timer {
    margin-top: 25px;
    padding: 10px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    order:3;
    width:100%;
	}
  .home-deals .info {
  	padding:20px 0px;
  }
  .home-deals .info .info-wrap .info-left {
  	padding:0px 20px;
  }
  .home-deals .info .del-timer .title,
  #productpage .del-timer .title{
  	font-size:12px;
  }
  .home-deals .info .del-timer .time,
   #productpage .del-timer .time {
  	font-size:18px;
    margin:0;
    margin-left:7px;
  }
  .home-deals .info .info-wrap .info-right {
  	display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
  }
  .home-deals .info .price {
    margin-top: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	} 
  .home-deals .info .price .new-price {
  	font-size: 22px;
    margin: 0;
    order: 2;
  }
  .home-deals .info .price .old-price {
  	font-size:15px;
  }
  .home-deals .info .buttons {
  	margin-top:0;
    margin-left:20px;
  }
  .home-deals .info .stars-del {
  	display:flex;
    justify-content:center;
    margin-bottom:20px;
  }
  .home-deals .info .stars {
  	font-size:13px;
    margin-right:10px;
  }
  .home-deals .info .delivery {
  	margin-top:0;
    font-size:14px;
  }
  .home-categories .title-featured {
    padding: 0;
    border: none;
    margin-bottom: 25px;
	}
  .title-featured .content {
  	font-size:15px;
    margin-top:5px;
  }
  .home-categories .category-slider {
  	display:block;
  }
  .home-categories .categories-outer {
  	margin:0;
  }
  .categories .category .image:after {
  	padding-top:83.577713%;
  }
  .categories .category .title,
  .categories .category .link {
  	font-size:15px;
  }
  .categories {
  	margin:-10px;
  }
  .categories .category {
  	padding:10px;
  }
  .categories .category .link i {
  	margin-left:5px;
    font-size:80%;
  }
  .home-content .text {
  	display:flex;
    flex-wrap:wrap;
  }
  .home-content .special-cats-wrap {
  	order:0;
    width:100%;
  }
  .home-content .main-image {
  	order:1;
    width:100%;
  }
  .home-content .title-featured {
  	order:2;
    position:relative;
    width:100%;
  }
  .home-content .special-cats {
  	margin:-9px;
  }
  .home-content .special-cats .special-cat {
  	padding:9px;
  }
  .home-content .special-cats .special-cat .link {
  	margin-top:20px;
    font-size:15px;
  }
  .home-content .main-image {
  	margin-top:0;
  }
  .home-content .special-cats-wrap {
  	margin-top:0;
  }
  .home-content {
  	background:transparent;
  }
  .home-content .title-featured:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    background: #fff;
    height: 130%;
    z-index: -1;
	}
  .home-content .text {
  	padding:0px 20px;
  }
  .home-content .title-featured,
  .home-content .special-cats-wrap {
  	padding-left:0px;
    padding-right:0px;
  }
  .home-brands .brands-slider-wrap {
    padding-right: 0;
    margin-right: -15px;
	}
  .home-brands .brands-slider-wrap {
  	padding:30px 0px;
  }
  .all-categories .title-featured .subtitle {
  	font-size:15px;
    font-family: 'futura bk bt';
  }
  .all-categories .block {
  	padding:35px 0px;
  }
  .all-categories .cols,
  #footer .main-footer .cols {
  	margin:0;
  }
  .all-categories .cols .col,
  #footer .main-footer .cols .col,
  #footer .main-footer .cols .col:nth-child(5) {
  	padding:0;
    width:100%;
  }
  .all-categories .title-featured {
  	margin-bottom:30px;
  }
  .all-categories .cols ul li.title span,
  #footer .main-footer .cols ul li.title span {
    padding: 15px 20px;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    display:block;
	}
  .all-categories .cols ul li.title,
  #footer .main-footer .cols ul li.title {
  	border-bottom: 1px solid #e0e0e0;
  }
  .all-categories .cols ul li.title.active span,
  #footer .main-footer .cols ul li.title.active span {
  	color:#B1BCAF;
  }
  .all-categories .cols ul li .plus-min,
  #footer .main-footer .cols ul li .plus-min{
  	margin-top:2px;
  }
  .all-categories .cols ul ul,
  #footer .main-footer .cols ul ul{
  	padding:0px 30px;
    padding-bottom:15px;
    display:none;
  }
  .all-categories .cols ul li:not(.title),
  #footer .main-footer .cols ul li:not(.title){
  	font-size:15px;
  }
  #footer .main-footer .cols .col:not(:last-child) ul li:not(.title):before {
  	display:none;
  }
  #footer .top-footer .socials li {
  	width:auto;
  }
  #footer .top-footer .socials .break {
  	width:100%;
    height:1px;
  }
  #footer .top-footer .socials {
  	justify-content:center;
  }
  #footer .top-footer .socials li .icon  {
  	margin-right:7px;
  }
  #footer .top-footer .socials li:nth-child(-n+4) .icon {
  	margin:0;
  }
  #footer .top-footer .socials li:nth-child(n+5) .icon {
  	font-size:16px;
  } 
  #footer .top-footer .socials li {
  	padding:15px 5px;
  }
  #footer .top-footer .socials {
    margin: -15px -5px;
	}
  #footer .top-footer .socials li {
  	font-size:14px;
  }
  #footer .top-footer form .disc {
  	font-size:12px;
    margin-top:20px;
  }
  .all-categories .block {
  	padding-bottom:0;
  }
  #footer .main-footer {
  	padding:0;
  }
  #footer .sub-footer {
  	justify-content:space-around;
    margin-top:20px;
  }
  #footer .footer-bottom {
  	margin-top:20px;
  }
  #footer {
  	margin-bottom:68px;
  }
  .cookiebar {
  	flex-wrap:unset;
    backround:#fff;
    align-items:center;
  }
  .cookiebar .close-icon {
    margin-right: 20px;
    min-width: 22px;
    min-height: 22px;
  }
  .cookiebar .read-more {
  	white-space:nowrap;
    color:#ECC994;
    margin:0;
    margin-left:20px;
  }
  #collection .static-alert {
    margin: -20px;
    margin-bottom: 25px;
    padding: 20px;
    font-size: 14px;
	}
  .page-title .title {
  	font-size:18px;
  }
  .collection-image {
    margin-bottom: 30px;
    margin: 0px -20px;
    margin-bottom: 20px;
	}
  .collection-image:after {
  	padding-top:57.33%;
  }
  #collection .page-top {
  	display:flex;
    flex-wrap:wrap;
  }
  #collection .page-top > div,
  #collection .page-top > form {
  	width:100%;
  }
 	#collection .page-top .collection-image {
  	width:calc(100% + 40px);	
  }
  #collection .page-top .collection-image {
  	order:10;
  }
  #collection .sortbar {
  	margin-bottom:0;
    justify-content:space-between;
    padding-top:0;
  }
  #collection .sortbar .filter-btn {
    background: #B1BCAF;
    color: #fff;
    border: none;
    height: 36px;
    font-size: 14px;
    border-radius: 0;
    padding: 0px 30px;
  }
  #collection .sortbar .sort .ui.selection.dropdown {
    width: auto;
    font-size: 14px;
    height: 34px;
    line-height: normal;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    border:1px solid #E0E0E0 !important;
    background:#f2f2f2;
	}
  #collection .sortbar .sort {
  	flex-grow:0;
  }
  #collection .sortbar .sort .ui.selection.dropdown>.dropdown.icon {
    position: unset;
    width: auto;
    height: auto;
    margin-right: 10px;
    line-height: normal;
    min-height: unset;
    color: #1f3254;
	}
  .sortbar .ui.selection.dropdown>.dropdown.icon:before {
  	line-height:normal;
    content: "\f15d";
  }
  .ui.selection.dropdown .menu {
  	margin:0 !important;
    margin-left:-1px !important;
  }
  .ui.selection.dropdown .menu>.item {
    font-size: 90%;
    padding: 12px 20px !important;
    font-weight: normal;
	}
  .container {
  	padding:0px 15px;
  }
  #collection .page-top .collection-image {
  	margin:0px -15px;
    margin-bottom:20px;
    width: calc(100% + 30px);
  }
  .page-title {
  	margin-bottom:10px;
  }
  #collection .static-alert {
  	margin-bottom:15px;
  }
  .products .product .product-label {
  	font-size:11px;
  }
  .products .product .product-label span {
    display: inline;
    font-size: 100%;
    margin-left: 3px;
    font-family: 'futura bk bt';
	}
  #collection .collection-banner, #collection .collection-usp, #collection .products .product, #collection .products .next-page {
  	margin-bottom:0;
  }
  #collection .products .next-page {
  	border-bottom: 1px solid rgba(0,0,0,0.1); 
  }
  #collection .collection-usp {
  	order:5;
  }
  #collection .collection-banner {
  	order:15;
  }
  #collection .collection-banner {
  	margin:20px 0px;
  }
  #collection .collection-banner .banner .info {
  	padding:20px;
  }
  #collection .collection-banner .banner{ 
  	height:300px;
  }
  #collection .next-page {
  	font-size:14px;
  }
  #collection .next-page i {
  	margin-left:15px;
  }
  #collection .sortbar.bottom {
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
	}
  .page-top .description, .collection-content {
  	font-size:15px;
  }
  #productpage .main-product {
  	flex-wrap:wrap;
  }
  #productpage .left-block,
  #productpage  .right-block {
  	min-width:100%;
    max-width:100%;
  }
  #productpage .product-images {
  	padding:0;
  }
  #productpage .product-top-info .brand {
  	font-size:14px;
    font-family: 'futura bk bt';
  }
  .breadcrumbs .container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #productpage .product-images .thumbs {
  	text-align:center;
  }
  #productpage .product-images .thumbs .thumb {
  	margin:0px 5px;
  }
  #productpage .main-product .product-info {
  	/*padding:0;
    margin:0;
    background:transparent;*/
    padding: 30px 10px;
    border:none;
    box-shadow:none;
  }
  #productpage .product-images .thumbs .thumb {
  	width:calc(17% - 10px);
  }
  #productpage .main-product .product-info .price-timer {
  	display:block;
    text-align:center;
  }
  #productpage .main-product .product-info .price {
  	display:inline-block;
    text-align:left;
  }
  #productpage .main-product .product-info {
  	margin-top:20px;
  }
  #productpage .main-product .product-info .price .md-left {
  	display:flex;
    align-items:center;
  }
  #productpage .main-product .product-info .price .old-price {
  	order:1;
    font-size:15px;
    margin-left:5px;
  } 
  #productpage .product-info .price .new-price {
  	font-size:28px;
  }
  #productpage .product-info .price .discount {
    font-size: 13px;
    margin-top: -10px;
	}
  #productpage .product-info .options .option .label-wrap {
  	font-size:15px;
    padding-top:20px;
  }
  #productpage .product-info .options .option .label-wrap div{ 
  	margin-bottom:10px;
  }
  #productpage .product-info .options{ 
  	margin-top:20px;
  }
  #productpage  .ui.selection.dropdown.colors {
  	height:46px;
  }
  .ui.selection.dropdown>.dropdown.icon {
  	height:45px;
    width:45px;
    line-height:45px;
  }
  #productpage .product-info .cart .btn.cart-btn {
  	order:2;
  }
  #productpage .product-info .cart .btn.add-wish {
    margin-left: 0;
    margin-right: 20px;
    font-size: 20px;
	}
  #productpage .product-info .cart .btn.cart-btn {
  	flex-grow:10;
    min-width:0;
    max-width:100%;
  }
  .pp-tabs-wrap .pp-tab {
    margin: 0px -15px;
    padding: 0px 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    height: 47px;
	}
  #productpage .product-info .pp-tabs-wrap.usp-tab .pp-page {
    margin: 0px -15px;
    padding: 20px;
    background: #F5F5F5;
	}
  #productpage .product-info .product-usp .block:last-child .usp:last-child {
  	margin-bottom:0;
  }
  #productpage .main-product .product-info .del-timer {
    text-align: right;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 49px;
    background: #eee;
    background: #F5F5F5;
    justify-content: center;
    margin: 0px -15px;
    margin-top: 20px;
	}
  #productpage .product-info .product-usp {
  	font-size:15px;
  }
  #productpage .extra-info {
  	margin-top:0;
  }
  #productpage .pages .page {
  	font-size:15px;
    line-height:1.7em;
    display:block;
  }
  #productpage .extra-info .pp-tab {
  	font-size:15px;
    height:47px;
  }
  #productpage .extra-info .specs-tab .pp-page {
  	padding:0;
    margin:0px -15px;
  }
  #productpage .extra-info .specs {
  	font-size:15px;
  }
  #productpage .extra-info .specs table tr td:first-child {
  	font-family: 'futura bk bt';
  }
  #productpage .extra-info .review-title {
  	font-size:17px;
  }
  #productpage .extra-info .reviews .review .name-score {
    margin-right: 0;
    width: calc(100% - 65px);
    font-size: 15px;
	}
  #productpage .extra-info .reviews .review .content {
  	font-size:15px;
  }
  #productpage .extra-info .reviews {
    font-size: 16px;
    padding: 20px;
    border: 1px solid #E0E0E0;
    max-height: 380px;
	}
  #productpage .extra-info .reviews .review {
    border: none;
    padding: 0;
    margin-bottom: 30px;
	}
  #productpage .reviews-tab .button {
  	margin-top:20px;
  }
  #productpage .reviews-tab .button .btn {
  	width:100%;
  }
  #productpage .bundles .bundle {
  	width:100%;
  }
  #productpage .bundles .bundle .bundle-inner {
  	padding:0;
    border:none;
  }
  #productpage .extra-info .right-block {
  	order:3;
  }
  #productpage .showroom-banner {
  	order:2;
  }
  #productpage .share-block {
    margin-left: -15px;
    margin-right: -15px; 
    flex-wrap:wrap;
    justify-content:space-between;
    padding:25px 20px;
  }
  #productpage .share-block .title {
  	width:100%;
    margin-bottom:25px;
    font-size:14px;
  }
  #productpage .share-block .social {
  	margin:0;
  }
  #productpage .extra-info .pp-tabs-wrap.bundles-tab {
  	margin-top:0;
    padding:20px 0px;
  }
  #productpage .extra-info .bundles-tab .pp-tab {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
	}
  #productpage .extra-info .pp-tabs-wrap.bundles-tab .pp-page {
  	padding-top:0;
  }
  #productpage .extra-info .bundles-tab .pp-tab .plus-min {
  	display:none;
  }
  #productpage .bundles .bundle .bundleproducts {
  	flex-wrap:wrap;
  }
  #productpage .bundles .bundle .bundleproducts .bundleproduct {
  	width:100%;
    display:flex;
    align-items:center;
  }
  #productpage .bundles .bundle .bundleproducts i {
    margin: 0;
    padding: 5px 0px;
    padding-left: 120px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 18px;
	}
  #productpage .bundles .bundle .bundleproducts i:after {
    height: 1px;
    background: #e0e0e0;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: -1;
  }
  #productpage .bundles .bundle .title {
  	font-size:15px;
    margin:0;
  }
  #productpage .bundles .bundle .bundleproducts .bundleproduct .image {
  	min-width:120px;
    max-width:120px;
    margin-right:20px;
  }
  #productpage .bundles .bundle .bundleproducts .bundleproduct .image img {
  	width:100%;
  }
  #productpage .bundles .bundle .info {
  	margin-top:5px;
  }
  #productpage .bundles .bundle .info table {
  	font-size:15px;
  }
  #productpage .bundles .bundle .info table tr:last-child td {
  	font-size:100%;
  }
  #productpage .extra-info .pp-page:after {
    content: '';
    display: table;
    clear: both;
	}
  #productpage .extra-info .right-block .showroom-banner {
    margin: 0px -15px;
    width: calc(100% + 30px);
    text-align:left;
    padding:25px 17px;
    font-size:15px;
  }
  #productpage .showroom-banner .title {
  	font-size:18px;
  }
  #productpage .showroom-banner ul {
  	margin-left:0;
    margin-right:0;
    margin-top:10px;
  }
  #productpage .showroom-banner ul li {
  	display:block;
    padding:5px 0px;
  }
  #productpage .showroom-banner .link {
  	margin-top:25px;
  }
  .related-products .products .product:nth-child(n+4) {
  	display:block;
  } 
  .related-products .products .product:nth-child(n+5) {
  	display:none;
    display:block;
  } 
  .related-products {
  	margin-top:0px;
    margin-bottom:15px;
  }
  .pp-tabs-wrap.related-tab .pp-tab {
  	height:70px;
    font-size:18px;
  }
  .textpage-content h1, .textpage-content h2 {
  	font-size:18px;
  }
  .textpage-content,
  .textpage-content h4 {
  	font-size:16px;
  }
  .textpage-content h3 {
  	font-size:18px;
  }
  .textpage-content p {
  	margin-bottom:40px;
  }
  .textpage-content blockquote{ 
  	padding:25px;
  }
  .textpage-content h5 {
  	font-size:15px;
  }
  #blog .top-articles .articles .article:first-child .info {
  	padding:15px;
  }
  #blog .top-articles .articles .article:nth-child(n+2) .image {
  	min-width:40%;
    max-width:40%;
  }
  #blog .top-articles .articles .article:first-child .info .title {
  	    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #blog .top-articles .articles .article:first-child .info .cat {
  	font-size:14px;
  }
  #blog .articles .article:nth-child(n+2) .info .title, #blog .bottom-articles .articles .article .info .title {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
	}
  .col-main.left-col {
  	padding-right:0;
  }
  #blog .hr {
  	margin:20px 0px;
  }
  #blog .top-articles .articles .article:nth-child(n+2) .info .bottom, #blog .bottom-articles .articles .article .info .bottom {
  	font-size:13px;
  }
  #blog .top-articles .articles .article .link, #blog .bottom-articles .articles .article .link {
  	font-size:14px;
  }
  #blog .bottom-articles .articles .article {
  	width:100%;
  }
  #blog .articles {
  	margin:-10px;
  }
  #blog .articles .article {
  	padding:10px;
  }
  #blog .page-article .content {
  	font-size:1em;
  }
  #blog .page-article .content h1, #blog .page-article .content h2, #blog .page-article .content h3, #blog .page-article .content h4, #blog .page-article .content h5 {
  	margin-bottom:10px;
  }
  #blog .page-article .content p {
  	margin-bottom:20px;
  }
  #blog .article-bottom {
    flex-wrap: wrap;
	}
  #blog .article-bottom .share {
  	margin-top:15px;
  }
  #blog .article-bottom .share .title {
  	font-size:1em;
  }
  #blog .article-bottom .share ul {
  	font-size:1.14em;
  }
  #blog .article-bottom .share ul li {
  	margin-left:15px;
  }
  #blog .article-bottom .tags .title,
  #blog .comments .comments-title {
  	font-size:1.22em;
  }
  #blog .comments .comment {
    flex-wrap: wrap;
    font-size: 1.07em;
  }
  #blog .comments .comment .name-circle {
    order: 1;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    font-size: 16px;
    margin-right: 20px;
	}
  #blog .comments .comment .comment-content {
    order: 3;
    width: 100%;
    margin-top: 10px;
	}
  #blog .comments .comment .date {
    order: 2;
    white-space: unset;
    width: calc(100% - 100px);
    margin: 0;
	}
  #blog .leave-comment form input[type="text"] {
  	width:100%;
    max-width:100%;
    height:40px;
  }
  #blog .leave-comment form .input-wrap {
  	display:block;
  }
  #blog .leave-comment form .input-wrap .disc {
  	margin-left:0px;
    margin-top:7px;
  }
  #blog .leave-comment {
    margin: 0 -15px;
    margin-top: 30px;
    padding: 20px;
	}
  #blog .leave-comment form label {
  	font-size:1.07em;
  }
  #blog .leave-comment form .field,
  #blog .leave-comment form .req {
  	margin-bottom:10px;
  }
  #cart .cart-table .cart-product .info-wrap {
  	flex-wrap:wrap;
  }
  #cart .cart-table .cart-product .info-wrap > div {
  	width:100%;
  }
  #cart .cart-table .cart-product .info-wrap > div {
  	margin-left:0;
  }
  #cart .cart-table .cart-product .right-info .icons-price {
  	margin-left:0;
  }
  #cart .cart-table .cart-product .right-info .icons-price {
  	justify-content:space-between;
  }
  #cart .cart-table .cart-product .info .title {
  	font-size:1.07em;
    margin-bottom:5px;
  }
  #cart .cart-table .cart-product .info .variant, #cart .cart-table .cart-product .info .delivery {
  	font-size:1em;
  }
  #cart .cart-table .cart-product .info-wrap > div {
  	margin-top:10px;
  }
  #cart .cart-table .cart-product .right-info .icons .icon-btn {
  	width:47px;
    height:47px;
    line-height:45px;
    font-size:14px;
    margin-left:0;
    margin-right:5px;
  }
  #cart .cart-table .cart-product .ui.selection.dropdown {
    padding-right: 35px;
    height: 47px;
    line-height: 47px;
    order:3;
	}
  #cart .cart-table .cart-product .ui.selection.dropdown>.dropdown.icon {
  	height: 47px;
    line-height: 47px;
  }
  #cart .cart-table .cart-product .right-info .price .new-price {
  	font-size:20px;
  }
  #cart .cart-table .cart-product .right-info .icons {
  	margin-right:0;
  }
  #cart .cart-table .cart-product .image {
  	margin-right:5px;
  }
  #cart {
  	padding-top:20px;
  }
  #cart .page-title {
  	margin:0px -15px;
    padding:0px 15px;
    padding-bottom:20px;
    border-bottom:1px solid #e0e0e0;
  }
  #cart .page-title .btn {
  	padding:0px 20px;
  }
  #cart .cart-table .cart-product:first-child {
  	border-top:none;
  }
  #cart .cart-table .cart-product:last-child {
  	border-bottom:none;
  }
  #cart .totals {
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin:0px -15px;
  } 
  #cart .totals .totals-inner {
  	padding: 20px 25px;
  }
  #cart .totals .title {
  	font-size:16px;
    padding-bottom:15px;
    margin-bottom:15px;
  }
  #cart .totals table {
  	font-size:15px;
  }
  #cart .totals table tr:first-child td {
  	padding-bottom:15px;
  }
  #cart .totals table tr:last-child td {
  	padding-top:15px;
  }
  #cart .related-products {
  	margin-top:20px;
  }
  #cart .totals .hallmarks iframe {
  	width:200px;
    height:100px;
  }
  #cart .totals .hallmarks .hallmark img {
  	height:55px;
  }
  #cart .discounts {
  	margin-top:20px;
  }
  #cart .discounts input {
    height: 45px;
    width:calc(100% - 95px);
    margin-right:10px;
	} 
  #cart .totals .hallmarks {
  	padding-top:0;
    border:none;
    margin-top:20px;
  }
  #thankpage {
  	padding-top:0;
  }
  #thankpage .thankyou-header {
  	margin:0px -15px;
    padding:25px;
    padding-bottom:140px;
    margin-bottom:100px;
  }
  #thankpage .thankyou-header .title {
  	font-size:18px;
    margin-bottom:25px;
  }
  #thankpage .thankyou-header .content {
  	font-size:15px;
  }
  #thankpage .thankyou-header .image {
    width: 100%;
    padding: 0px 20px;
    left: 0;
    bottom: -100px;
    right: auto;
	}
  #thankpage .gui-block-title, #thankpage .gui-block-inner, #thankpage .gui-block-subtitle {
    font-size: 15px;
    padding: 20px;
	}
  #thankpage .gui-block-inner a {
  	display:none;
  }
  #thankpage .gui-col2-equal .gui-col2-equal-col2, #thankpage .gui-col2-equal .gui-col2-equal-col1 {
  	width:100%;
  }
  #thankpage .gui-block-subcontent, #thankpage .gui-content-subtitle {
  	padding:20px;
  }
  #thankpage .gui.gui-thankyou {
  	margin:0px -15px;
  }
  #thankpage .gui-table tbody tr td:nth-child(2) {
  	display:none;
  }
  #thankpage .gui-block-subcontent strong {
  	font-size:15px;
    line-height:normal;
  }
  #thankpage .gui-cart-sum .gui-item .gui-desc, #thankpage .gui-cart-sum .gui-item .gui-price {
  	padding:15px 0px;
  }
  #thankpage .gui-cart-sum .gui-item .gui-price {
  	padding-right:20px;
  }
  #thankpage .gui-cart-sum .gui-item .gui-desc, #thankpage .gui-cart-sum .gui-item .gui-price {
  	font-size:14px;
  }
  #thankpage .gui-thankyou .gui-block-content .gui-table {
  	padding-bottom:0;
  }
  #review-popup .title {
  	font-size:18px;
  }
  #review-popup .subtitle{ 
  	font-size:15px;
  }
  #review-popup .review-score{ 
  	font-size:15px;
  }
  #review-popup label {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
	}
  #review-popup .button {
  	margin-top:15px;
  }
  #review-popup {
    padding: 30px;
    padding-top: 45px;
    border-radius:0;
	}
  #review-popup textarea {
  	min-height:100px;
  }
  #review-popup input[type="text"] {
  	height:40px;
  }
  #login-popup {
  	display:block;
    position: fixed;
    left: 100%;
    top: 0;
    padding:20px;
    padding-top: 70px;
    padding-bottom: 88px;
    z-index: 9999999999;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
      -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, 
      -webkit-transform .2s ease-in-out;
  }
  #login-popup.open {
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  #login-popup .inner .col,
 	#login-popup .inner .col:first-child {
  	min-width:100%;
    max-width:100%;
    border:none;
    padding:15px 0px;
  }
  #login-popup .inner .col:first-child {
  	border-bottom:1px solid #ededed;
  }
  #login-popup .inner {
  	flex-wrap:wrap;
    margin:-15px 0px;
  }
  #login-popup .title {
    font-size: 16px;
    margin-bottom: 10px;
	}
  #newsletter-popup .inner > div {
  	min-width:100%;
    max-width:100%;
  }
  #newsletter-popup .content {
  	padding:40px 20px;
  }
  #newsletter-popup .subtitle,
  #newsletter-popup .usp {
  	font-size:15px;
  }
  #newsletter-popup .usp {
  	margin:15px 0px;
  }
  #newsletter-popup .title {
  	font-size:18px;
  }
  #newsletter-popup input[type="text"] {
  	margin-bottom:10px;
  }
  .fancybox-close-small {
    right: 10px;
    top: 10px;
	}
  .fancybox-close-small:after {
  	font-size:12px;
  }
  #productpage .product-images .zoom-img {
  	font-size:22px;
  }
  .product-sticky .image img {
    width: 70px;
    margin: 0;
	}
  .product-sticky .info .title {
    font-size: 15px;
    margin-bottom: 5px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
  .product-sticky .price {
    flex-wrap: wrap;
	}
  .product-sticky .info .new-price {
    font-size: 18px;
	}
  .product-sticky .info .discount {
    font-size: 13px;
    width:100%;
	}
  #header .topbar .wrap {
  	height:53px;
  }
  #header .topbar .hallmark img {
  	height:25px;
  }
  #header .topbar {
  	border-bottom:1px solid #ededed;
  }
/*   .headline {
  	padding-top:15px;
  } */
  .messages-container {
  	top:50px;
  }
  .messages-container .container {
  	padding:0;
  }
  .messages-container .message {
  	width:100%;
    border-radius:0;
    font-size:14px;
  }
  #productpage .ui.selection.dropdown.colors>.dropdown.icon,
  #productpage .ui.selection.dropdown>.dropdown.icon {
  	width:45px;
    line-height:45px;
    height:45px;
  }
  .mobile-submit-filter {
    position: fixed;
    bottom: 69px;
    background: #fff;
    z-index: 9;
    width: 100%;
    left: 0;
    padding: 17px;
    border-top: 1px solid #ededed;
	}
  .sort-mobile {
  	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999999999;
  }
  .sort-mobile .ui.checkbox {
    padding: 10px 20px;
    padding-top: 15px;
    border-bottom: 1px solid #ededed;
}
  #collection .sortbar .sort .ui.selection.dropdown .menu {
/*   	display:none !important; */
  }
  .open-mobile-sort {
  	width: auto;
    font-size: 14px;
    height: 34px;
    line-height: normal;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    border: 1px solid #E0E0E0 !important;
    background: #f2f2f2;
  }
  .open-mobile-sort i {
  	margin-right:5px;
  }
  .info-box-wrap .info-box {
  	right:-50px;
  }
  body .gui-checkout .gui-block-subtitle {
  	font-size:18px;
    float:none;
  }
  .gui-hide {
  	display:none !important;
  }
  body .gui a.gui-checkout-login {
  	float:none;
    font-size:13px;
    order:2;
    width:100%;
  }
  body .gui-checkout .gui-block-subtitle {
  	display:flex;
    flex-wrap:wrap;
  }
  .gui-checkout .gui-form .gui-checkout-steps {
    margin: -15px;
    width: calc(100% + 30px);
	}
  .gui-col2-equal .gui-col2-equal-col1 {
  	margin-bottom:25px !important;
  }
  .gui-block-subtitle, .gui-content-subtitle {
  	font-size:16px;
  }
  body .gui-account .gui-block-title {
/*   	display:none; */
  }
  .gui-block-productlist li .gui-block-productlist-text a {
    display: block;
    overflow: hidden;
    padding-right: 30px;
    text-overflow: ellipsis;
	}
  .gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image {
  	border-color:#e0e0e0 !important;
  }
  body .gui-account .gui-block-title {
    /* display: none; */
    font-family: 'futura';
    font-weight: 500;
    color:#1E3254;
	}
  body .gui-account .gui-block-title strong {
  	font-weight: 500;
    color:#1E3254;
  }
  body .gui-account .gui-col2-left-col2 .gui-buttons {
  	display:flex;
    flex-wrap:wrap;
  }
  body .gui-account .gui-buttons .gui-left {
  	order:1;
  }
  .cat-highlight {
		margin-bottom:20px;
	}
  .autocomplete {
  	padding:0;
    border:none;
    background:transparent;
    position:relative;
    margin-top:20px;
  }
  .search-products .product .title {
  	font-size:15px;
  }
  .search-products .product .image-wrap {
  	position:relative;
  }
  .search-products .product .image-wrap:after {
  	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.047);
  }
  .search-products .product .delivery {
  	font-size:15px;
  }
}
@media (max-width: 350px){
  .products .product .product-label.showroom-label {
      font-size: 10px;
      width: auto;
  }
}
  
.home-deals .lozad-custom, .home-deals .deal-product .images {
	background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  
.data-text{
  font-weight: bold;
  margin-top: 10px;
}