body {
	color:#030406;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 13px;
  margin: 0 !important;
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden
}

div[class*=" col-"] {
	margin-left: -.5px;
}

.relative {
	position:relative;
}

.body-wrap {
  position:relative;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.body-wrap.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.line-height {
	line-height: 2em; 
}

.fixed-content {
	padding: 50px 0;
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
	height:50px;
  padding:0px 35px;
  background:#a10b30;
  color:#fff;
  font-weight:bold;
  font-size:1em;
  border-radius:0;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.btn.green {
	background:#00b900;
}

body .gui-checkout a.gui-button-primary, 
body .gui-checkout a.gui-button-action {
  display: inline-flex;
  border: none !important;
  background: #00b900 !important;
  color: #fff !important;
  padding: 0px 25px !important;
  height: 45px;
  border-radius: 0;
  align-items: center;
  font-weight: bold;
}

.btn.small {
	height: 40px;
  padding: 0 20px;
  font-size: .85em;
}

.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
	color:#fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.open {
	background: transparent;
  border: 1px solid #a10b30;
  color: #a10b30;
}

.btn.open:active,
.btn.open:focus,
.btn.open:visited {
  color: #a10b30;
}

.btn i {
	margin-right:7px;
}

.standard-input {
	height: 45px;
  padding: 0px 25px;
  outline: none;
  border-radius: 0;
  font-size: 1em;
  background: #f7f7f7;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #aaa;
}

input.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #aaa;
	opacity: 1;
}

input.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}

input.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
}

input.standard-input::-ms-input-placeholder { /* Microsoft Edge */
	color: #aaa;
}

.icon:before {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.align {
	display:table;
  width:100%;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.align-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.align-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
  height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

.block-padding {
	padding-top: 80px;
  padding-bottom: 80px;
}

.block-padding-top {
	padding-top: 80px;
}

.block-padding-bottom {
  padding-bottom: 80px;
}

.block-grey {
	background: #f7f7f7;
}

.bg-sika {
/* 	background-image: url('bg-sika-min.png'); */
  background:#f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.image-wrap.grey {
	position: relative;
  background: #fff;
}

.image-wrap.grey:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.title-featured {
	margin-bottom: 70px;
}

.title-featured.left {
	text-align: left;
}

.title-featured.center {
	text-align: center;
}

.title-featured.right {
	text-align: right;
}

.title-featured .title {
	font-weight: bold;
  color: #a10b30;
  font-size: 3.1em;
}

.textpage-title {
	font-weight: bold;
  margin-bottom: 25px;
  color: #a10b30;
  font-size: 3em;
}

.plusmin {
  position: relative;
}

.plusmin:after,
.plusmin:before {
	content: '';
  width: 10px;
  height: 2px;
  background: #a10b30;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.plusmin:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

.plusmin.active:before {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	    -ms-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}
/* End general styles */

/* Header */
#header .topbar {
	background: #a10b30;
  width: 100%;
}

#header .topbar .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 35px;
}

#header .topbar .inner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold; 
  color: #fff;
}

#header .topbar .inner a i {
	margin-right: 7px;
}

#header .topbar .inner a.service {
	background: rgba(255,255,255,0.3);
  padding: 0 25px;
}

#header.fixed .topbar {
	display: none;
}

#header.fixed {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header .main-header {
 	background: #fff;
  border-bottom:1px solid #eee;
  max-width: 100vw;
}

#header .main-header .inner {
	padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#header .main-header .logo-cats {
	display:flex;
  align-items:center;
}

#header .main-header .logo img {
	height: 60px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#header .search-wrap form {
	position: relative;
}

#header .search-wrap form input {
	min-width: 400px;
}

/* #header .search-wrap.desktop-search {
	display:none;
} */

#header .search-wrap.desktop-search input {
	width:100%;
  padding: 0px 0px 0px 25px;
}

#header .search-wrap form a {
  position: absolute;
	/* right: 20px; */
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a10b30;
}

#header .search-wrap.mobile form {
	background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

#header .search-wrap.mobile form input {
	padding: 0;
  min-width: unset;
  width: 100%;
  height: 40px;
}

#header .main-header .widget {
	    width: 150px;
}

#header .main-header .header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	 color: #a10b30; 
}

#header .main-header .header-icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin-left: 10px;
}

#header .main-header .header-icons a:first-child {
	margin-left: 0;
}

#header .main-header .header-icons a i {
	padding: 10px;
  font-size: 1.8em;
}

#header .main-header .header-icons a.cart {
	position: relative;
}

#header .main-header .header-icons a.cart .qty {
	width: 16px;
  height: 16px;
  background: #a10b30;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 2px;
  top: 4px;
  border-radius: 50%;
  text-align: center;
  font-size: .85em;
}

#header .main-menu {
	border-bottom: 1px solid #eee;
  background: #fff;
}

#header .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

#header .main-menu ul > li {
	position: relative;
}

#header .main-menu ul > li > a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
}

#header .main-menu ul > li.active > a {
	color: #D8261B;
}

#header .main-menu ul > li > .subnav {
	display: none;
}

#header .main-menu ul > li:hover > .subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .main-menu ul > li > .subnav {
	position: absolute;
  top: 100%;
  left: 15px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header .main-menu ul > li > .subnav > li {
	border-bottom: 1px solid #eee;
}

#header .main-menu ul > li > .subnav > li > a {
	white-space: nowrap;
}

#header .main-menu ul > li > .subnav > li:last-child {
	border:none;
}

#header .vertical-menu-wrap {
	margin-left:70px;
}

#header .vertical-menu-btn {
  height: 45px;
  font-size: .95em;
  padding:0px 20px;
}

/* #header .vertical-menu-btn.active {
  border-radius:5px 5px 0 0;
} */

#header .vertical-menu-btn i {
  margin-left:7px;
}

#header .vertical-menu-wrap .btn-wrap {
	position:relative;
}

#header .vertical-menu-wrap.active .btn-wrap {
  z-index:9999;
}

#header .vertical-menu  {
	position:absolute;
  left:-5px;
  top:100%;
  color:#000;
  font-weight:500;
  font-size:.95em;
  padding:5px;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .vertical-menu.active {
	opacity:1;
  visibility:visible;
}

#header .vertical-menu a {
	color:inherit;
  text-decoration:none;
}

#header .vertical-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  width:100%;
  width:300px;
  padding:15px 0px;
  background:#fff;
  border-radius:5px;
}

#header .vertical-menu ul li {
  padding:0px 15px;
  position:relative;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity:.85;
}

#header .vertical-menu ul li.subs-title {
	font-weight:bold;
}

#header .vertical-menu ul li:hover {
	opacity:1;
}

#header .vertical-menu ul li:last-child > a {
	padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:none;
}

#header .vertical-menu ul li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  border-bottom:1px solid rgba(0,0,0,.07);
  padding-bottom:10px;
  margin-bottom:10px;
}

#header .vertical-menu ul li .category-wrap {
	display:flex;
  align-items:center;
}

#header .vertical-menu ul li img {
	width:40px;
  margin-right:10px;
  height:auto;
  border-radius:3px;
}

#header .vertical-menu ul li .arrow-right {
	font-size:.75em;
  -webkit-transform: translate(-2px, 0px);
      -ms-transform: translate(-2px, 0px);
          transform: translate(-2px, 0px);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  margin-left:10px;
}

#header .vertical-menu ul li:hover > a > .arrow-right {
	-webkit-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	        transform: translate(0px, 0px);
}

#header .vertical-menu ul .subs {
  position:absolute;
  visibility:hidden;
  opacity:0;
	left:100%;
  top:-15px;
  padding:0px 5px;
/*   display:none; */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .vertical-menu ul li:hover > .subs {
	opacity:1;
  visibility:visible;
}

#header .vertical-menu ul .subs .subs-title a {
  border: none;
  color: #a10b30;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.general-overlay {
	position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  background:rgba(0,0,0,0.4);
  z-index:999;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.general-overlay.active {
	opacity:1;
  visibility:visible;
}

/* End header */

/* Mobile menu */ 
.menu-button ul {
	margin:0;
  padding:0;
  list-style:none;
}

.menu-button a {
	padding-right: 10px;
}

.menu-button ul li {
  margin: 6px 0px;
  height: 1px;
  display: block;
  background: #a10b30;
  width: 23px;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-x: scroll;
  -ms-transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -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;
  font-size:14px;
  font-weight:500;
}

.mobile-menu.mobile-menu-open {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.mobile-menu ul a {
	color:#000;
}
.mobile-menu ul.sub-menu a {
	color:#aaa;
}

.mobile-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  padding:12px 0px;
}
.mobile-menu ul li {
	position:relative;
}
.mobile-menu ul li a {
	display:block;
  padding:12px 20px;
  padding-right:41px;
}
.mobile-menu ul li .more-cats {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}

.mobile-menu ul li .more-cats .plusmin {
	position: absolute;
  top: 50%;
  left: 50%;
}
.mobile-menu ul li .more-cats i {
	-webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mobile-menu ul li.active > .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu ul ul li .more-cats {
	height:23px;
  line-height:23px;
}
.mobile-menu ul ul {
	display:none;
  font-size: 12px;
  padding: 5px 0px;
  padding-left: 24px;
}
.mobile-menu ul ul li {
	border-left: 2px solid #e3e3e3;
}
.mobile-menu ul ul li a {
  padding: 3px 0px;
  padding-left:22px;
  color: #999;
}
.mobile-menu ul ul ul li a {
	padding-left:10px;
}
.mobile-menu ul ul.active {
	display:block;
}
.mobile-menu ul li i.before {
	font-size:11px;
  margin-right:10px;
  color:rgba(0,0,0,0.2);
  width:15px;
}
.mobile-menu .logo {
	padding:20px;
  padding-bottom:10px;
}
.mobile-menu .logo.small img {
	height:20px;
}
.mobile-menu .logo.medium img {
	height:25px;
}
.mobile-menu .logo.large img {
	height:30px;
}
/* End mobile menu */

/* Cart side */ 
.cart-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.cart-overlay.cart-open {
  opacity:1;
  visibility:visible;
}

.cart-side {
  position: fixed;
  left: 100%;
  top: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
  overflow-x:scroll;
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.cart-side.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

.cart-side .no-cart-products {
  font-size:13px;
  padding:20px;
  font-style:italic;
}

.cart-side table {
  width:100%;
}

.cart-side .cart-title-wrap {
  border-bottom:1px solid #eee;
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  position:relative;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  z-index:99;
}

.cart-side:hover .cart-title-wrap {
  padding-right:60px;
}

.cart-side .cart-body {
	padding-bottom:99px;
  padding-top:65px;
  width:100%;
  height:100%;
  overflow-x:scroll;
}

.cart-side .close-cart {
  position:absolute;
  height:100%;
  width:60px;
  right:0;
  top:0;
  text-align:center;
  background:#D8261B;
  color:#fff;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -ms-transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  cursor:pointer;
}

.cart-side:hover .close-cart {
  -ms-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

.cart-side .cart-title {
  padding:20px;
}

.cart-side .cart-title .title {
  font-size: 1.4em;
  font-weight: 600;
}

.cart-side .cart-title .items {
  font-size:12px;
  color:#aaa;
}

.cart-side .cart-products table {
  width:100%;
}

.cart-side .cart-products table td {
  padding:20px 10px;
  border-bottom:1px solid #eee;
}

.cart-side .cart-products table td:first-child {
  padding-left:20px;
}

.cart-side .cart-products table td:last-child {
  padding-right:20px;
}

.cart-side .cart-products table td:nth-child(2) {
	width:100%;
}

.cart-side .remove-product i {
	color: #ccc;
}

.cart-side .cart-products .image-wrap {
  width:70px;
}

.cart-side .cart-products .image-wrap img {
  width:100%;
}

.cart-side .cart-products .info a.title {
  display:block;
  font-weight: bold;
  font-size:1em;
  margin-bottom:5px;
  color: #a10b30;
  text-transform: initial;
}

.cart-side .cart-products .info .productbundled ul {
	list-style:none;
  margin:0;
  padding:0;
}
.cart-side .cart-products .info .productbundled ul li {
	font-size:0.9em;
}
.cart-side .cart-products .info .productbundled ul li i {
	font-size:0.8em;
  margin-right:8px;
}

.cart-side .cart-products .info .extra-info {
  font-size:.9em;
}
.cart-side .cart-products .info .extra-info .variant {
	margin-right: 10px;
}
.cart-side .cart-products .info .extra-info .variant,
.cart-side .cart-products .info .extra-info .qty {
	display: inline-block;
  vertical-align: middle;
}

.cart-side .cart-products .info .price {
  font-weight:bold;
}

.cart-side .cart-inner {
	position:absolute;
  width:100%;
  height:100%;
  overflow-x:scroll;
}

.cart-side .cart-total {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#fff;
  border-top:1px solid #eee;
  height:100px;
  padding:0px 20px;
}

.cart-side .cart-total .btn {
	background:#00b900;
}

.cart-side .cart-total .price {
  font-weight:bold;
  font-size:16px;
}

.cart-side .cart-total .price .title {
  font-size:14px;
  font-weight:normal;
  margin-right: 10px;
}
/* End cart side */ 

/* Headlines */
.headline {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.headline .usp-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.35);
}

.headline .usp-bar .usp-wrap {
	list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
}

.headline .usp-bar .usp-wrap li i {
	margin-right: 7px;
}

.headline .outer {
	background: rgba(0,0,0,0.3);
}

.headline .inner {
  padding: 170px 0;
  padding-top: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headline .text-box {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline .text-box .title {
  font-weight: bold;
  font-size: 4em;
}

.headline .text-box .text {
  margin: 20px 0 30px 0;
  font-weight: 600;
  max-width: 500px;
}
/* End headlines */

/* Home about */
.home-about {
	position: relative;
}

.home-about .title,
.home-text .title {
	font-size: 2.538em;
  font-weight: bold;
  color: #a10b30;
  margin-bottom: 40px;
}

.home-about .col-right {
  padding: 80px;
  padding-right: 0;
	width: 50%;
  position: relative;
  margin-left: auto;
}

.home-about .image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* End home about */

/* Home text */
.home-text {
	position: relative;
}

.home-text .col-left {
  padding: 80px;
  padding-left: 0;
	width: 50%;
  position: relative;
}

.home-text .btn-wrap {
	margin-top: 80px;
}

.home-text .btn-wrap .btn {
	width: 220px;
}

.home-text .btn-wrap .btn:first-child {
	margin-right: 30px;
}

.home-text .image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* End home text */

/* Products */
.products-slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.products-slider .product {
	height: 100%;
}

.products {
	margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.products .product {
	padding: 15px;
}

.products .product .inner {
	padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products .product .image-wrap {
	padding: 7%;
}

.products .product .info .product-title {
	margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-weight: bold;
  color: #a10b30;
  font-size: 1.1em;
}

.products .product .info {
	margin: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.products .product .info .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
}

.products .product .info .price-new {
	color: #555;
}

.products .product .info .price-new.sale {
	color: #a10b30;
}

.products .product .info .price-old {
	color: #aaa;
  margin-left: 7px;
  text-decoration: line-through;
  font-weight: 500;
}

.products .product .info .price .price-vat {
	width: 100%;
  text-align: center;
  color: #aaa;
  font-weight: 500;
  margin-top: 10px;
  font-size: .8em;
}


.products .product .btn {
	height: 40px;
  z-index: 7;
  width: 100%;
  font-size: .85em;
}

/* .products .product .product-btn {
	position: relative;
  overflow: hidden;
  z-index: 9;
}

.products .product .product-btn .input-wrap {
	position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  transform: translateX(-100%);
  transition: all .15s ease-in-out;
  z-index: 8;
}

.products .product .product-btn .input-wrap .change {
	display: flex;
  flex-direction: column;
}

.products .product .product-btn .input-wrap .change a {
	height: 50%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  position: relative;
}

.products .product .product-btn .input-wrap .change a:hover {
	background: #ccc;
}

.products .product .product-btn .input-wrap .change a span {
	width: 8px;
  height: 2px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products .product .product-btn .input-wrap .change a span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(90deg);
}

.products .product .product-btn .input-wrap input {
	width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
} */
/* End products */

/* Breadcrumbs */
.breadcrumbs {
  font-size: .95em;
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}

.breadcrumbs i {
	font-size: 0.889em;
  color: #D8261B;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
  color: #9B9B9B;
}

.breadcrumbs .crumb.last {
	font-weight: bold;
  color: #333;
}

.breadcrumbs .crumb i {
	margin: 0 10px;
}
/* End breadcrumbs */

/* Collection */
#collection .collection-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#collection .sidebar-col {
	width: 350px;
  padding-right: 50px;
}

#collection .main-col {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.sidebar .login-block {
	padding: 30px;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.sidebar .login-block .title {
	font-size: 1.846em;
  margin-bottom: 25px;
}

.sidebar .login-block .title span {
	font-weight: bold;
}

.sidebar .login-block .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.sidebar .login-block .btn-wrap .btn {
	margin: 5px;
} 

.sidebar .sb-block-small {
	padding: 20px;
}

.sidebar .sb-title-small {
	font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.sidebar .sb-usp .usp-wrap {
	list-style: none;
  padding: 0;
  margin: 0;
  font-size: .9em;
}

.sidebar .sb-usp .usp-wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7F7F7F;
  margin-bottom: 13px;
}

.sidebar .sb-usp .usp-wrap li:last-child {
	margin: 0;
}

.sidebar .sb-usp .usp-wrap li i {
	color: #a10b30;
  margin-right: 15px;
  font-size: 2em;
}

.sidebar .sb-reviews .text {
	color: #7F7F7F;
  margin-bottom: 15px;
}

.sidebar .sb-reviews .text span {
	font-weight: 600;
}

.sidebar .sb-recent .sidebar-title {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.sidebar .sb-recent .product-recent {
	margin-bottom: 10px;
}

.sidebar .sb-recent .product-recent:last-child {
	margin-bottom: 0;
}

.sidebar .sb-recent .product-recent .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: #f7f7f7;
}

.sidebar .sb-recent .product-recent .image-wrap {
  width: 60px;
  padding: 10px;
  background: #fff;
  margin-right: 15px;
  border: 1px solid #eee;
}

.sidebar .sb-recent .product-recent .info-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar .sb-recent .product-recent .info-wrap .product-title {
  font-weight: bold;
  color: #a10b30;
  margin-bottom: 5px;
}

.sidebar .sb-recent .product-recent .info-wrap .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.sidebar .sb-recent .product-recent .info-wrap .price .price-old {
  margin-left: 10px;
  color: #aaa;
  text-decoration: line-through;
}

#collection .collection-content {
	margin-bottom: 50px;
}

#collection .collection-content .scroll-to-content {
	text-decoration: underline;
  font-weight: 500;
}

#collection .collection-content h1 {
	font-weight: bold;
  font-size: 3.077em;
  color: #a10b30;
}

#collection .collection-content .general-content {
	margin-top: 30px;	
}

#collection .toggle-mobile-filters {
	margin-bottom: 30px;
}

#collection .mobile-filters {
  display: none;
  padding: 20px;
  margin-bottom: 30px;
  background: #f7f7f7;
}
/* End collection */

/* Toggle text */
.general-content.faded .text {
  position: relative;
	height: 300px;
  overflow: hidden;
}

.search-wrap {
	position:relative;
}

.search-wrap .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#fff;
  border:1px solid #eee;
}
.search-wrap .autocomplete .more {
  padding: 20px 20px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: -1px;
}
.search-wrap .autocomplete.noresults .more {
  display:none;
}
.search-wrap .autocomplete .notfound {
  display:none;
  padding: 15px;
  font-size: 13px;
  font-style: italic;
}
.search-wrap .autocomplete.noresults .notfound {
  display:block;
}
.search-wrap .autocomplete.noresults .search-products {
  display:none;
}
.search-products .product {
  display:table;
  width:100%;
  padding: 5px 15px;
  border-bottom:1px solid #ebebeb;
}
.search-products .product a{
  display: inline-block;
  width: 100%;
}
.search-products .product .image-wrap,
.search-products .product .info {
  display:table-cell;
  vertical-align:middle;
}
.search-products .product .image-wrap {
  width:50px;
}
.search-products .product .image-wrap img {
  width: 50px;  
}
.search-products .product .info {
  padding-left:10px;
  font-size:14px;
}
.search-products .product .info .title {
  color: #a10b30;
  display: block;
  overflow: hidden;
  height: 18px;
  font-weight:bold;
}
.search-products .product .info .brand {
  font-size: 0.85em;
}
.search-products .product .info .price {
  color: #555;
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
}
.search-products .product .info .price .old-price {
 font-size: 11px;
  font-weight:normal;
  margin-right:5px;
  text-decoration:line-through;
}
.search-products .product .info .price .inc-tax,
.search-products .product .info .price .search-excl-no-acc {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
  color:#aaa;
  font-weight:500;
}

@media (max-width: 1199px) {
  .general-content.faded .text {
  	height: 150px;
  }
}

.general-content.faded .text.active {
  height: auto;
	overflow: visible;
}

.general-content.faded .text:after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)),to(rgba(255,255,255,1)));
  background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#ffffff',GradientType=0 );
}

.general-content.faded .text.active:after {
	display: none;
}

.general-content .toggle-text {
	display: none;
  font-weight: bold;
}

.general-content.faded .toggle-text {
	display: block;
  color: #a10b30;
}

.general-content.faded .toggle-text i {
	margin-left: 7px;
}
/* End toggle text  */

/* Sidebar categories */
.sidebar .sidebar-title {
	font-size:1.4em;
  font-weight: 600;
  margin-bottom:10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.sidebar .sb-block {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.sidebar .sb-cats ul {
	margin:0;
  padding:0;
  list-style:none;
  font-size:.95em;
  font-weight:600;
}
.sidebar .sb-cats ul ul {
	padding-left:20px;
  border-left: 2px solid #F9F9F9;
  padding-bottom: 5px;
  display:none;
  font-weight:normal;
}
.sidebar .sb-cats ul ul.active {
	display:block;
}
.sidebar .sb-cats ul ul li {
	opacity:.7;
}
.sidebar .sb-cats ul li .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
.sidebar .sb-cats ul li a {
  display:block;
  padding:10px 0px;
  -webkit-box-flex:10;
      -ms-flex-positive:10;
          flex-grow:10;
  text-decoration:none;
}
.sidebar .sb-cats ul ul li a {
	padding:5px 0px;
}
.sidebar .sb-cats ul li .inner {
	border-top:1px solid rgba(0,0,0,0.07);
}
.sidebar .sb-cats ul li:first-child .inner {
	border-top:0;
}
.sidebar .sb-cats ul ul li .inner  {
	border:none;
}
.sidebar .sb-cats ul li.active > .inner {
	color: #a10b30;
}
.sidebar .sb-cats .more-cats {
	-ms-flex-item-align:stretch;
	    align-self:stretch;
  padding-left:20px;
  padding:0px 10px;
  cursor:pointer;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.sidebar .sb-cats .more-cats i {
	-webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidebar .sb-cats li.active > .inner .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* End sidebar categories */

/* Collection filters */
.price-filter {
  max-width:100%;
  padding-bottom: 15px;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.collection-filter-price .ui-slider-range {
  background-color: #a10b30;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid #a10b30;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-15px;
}

.collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:#eee;
}

.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.price-filter-range .max {
  margin-left: 15px;
}

.filter-wrap {
  border-bottom: 1px solid #eee;
}

.filter-wrap:last-child {
	margin-bottom: 0;
  border-bottom: 0;
}

.filter-wrap .filter-title {
	font-weight: 500;
  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: 15px 0;
}

.filter-wrap .filter-title .plusmin {
	margin-right: 5px;
}

.filter-wrap .filter-items .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px 0;
  padding: 5px 0 15px 0;
}

.toggle-filters .filter-items {
	display: none;
}

.filter-wrap.price-filter .filter-title {
	padding: 0;
}
/* End collection filters */

/* Collection sort */
.sort.top {
	padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.sort.bottom {
	padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.sort .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.sort .sort-block {
	padding: 10px;
}

.sort .custom-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sort .custom-pager ul li:not(.disabled):hover a {
	background: #f1f1f1;
}

.sort .custom-pager ul li:first-child {
	margin-left: 0;
}

.sort .custom-pager ul li:last-child {
	margin-right: 0;
}

.sort .custom-pager ul li.number a {
	background: #f7f7f7;
  height: 45px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #bbb;
}

.sort .custom-pager ul li.active.number a {
	color: #D8261B;
}

.sort .custom-pager ul li {
	margin: 0 3px;
}

.sort .custom-pager ul li.prev a,
.sort .custom-pager ul li.next a {
	width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a10b30;
  background: #f7f7f7;
}

.sort .custom-pager ul li.prev.disabled a,
.sort .custom-pager ul li.next.disabled a {
	pointer-events: none;
  color: #ccc;
  opacity: 1;
}

.sort .per-page-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}

.sort .per-page-wrap .per-page {
	font-weight: 600;
  color: #9B9B9B;
  margin-right: 10px;
}

.sort .per-page-wrap .ui.selection.dropdown {
	min-width: unset;
}
/* End collection sort*/

/* Dropdown */
.sort select {
  height: 45px;
  opacity: 0;
}

.ui.selection.dropdown {
	height: 45px;
  min-height: unset;
  border: none;
  line-height: 45px;
  border-radius: 0px;
  padding: 0 20px;
  padding-right: 60px;
  background: #f7f7f7;
}

.ui.dropdown>.text {
	color: #a10b30;
  font-weight: 600;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 45px;
  background: transparent;
  font-weight: 700;
  font-size: 1em;
  color: #a10b30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui.dropdown>.dropdown.icon:before {
	content: '\f107';
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
	border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-radius: 0;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 7px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.1em;
  cursor: pointer;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
	color: #a10b30 !important;
}

.ui.checkbox .box:before, 
.ui.checkbox label:before {
	border-radius: 0 !important;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
	border-color: #D4D4D5 !important;
}
/* End checkbox */

/* Productpage */
#productpage .productpage-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#productpage .product-images {
	width: 350px;
}

#productpage .product-images .image-wrap {
	position: relative;
}

#productpage .product-images .btn-wrap {
	position: absolute;
  bottom: 20px;
  right: 20px;
}

#productpage .product-images .btn-wrap .btn {
	padding: 0;
  width: 50px;
  height: 50px;
}

#productpage .product-images .btn-wrap .btn i {
	margin: 0;
}

#productpage .product-images .btn-wrap .btn:nth-child(2) {
	margin-left: 10px;
}

#productpage .product-images .productpage-slider .image-wrap {
	padding: 10%;
  border: 1px solid #eee;
}

#productpage .product-images .thumbs {
	margin: -10px;
}

#productpage .product-images .thumbs .thumb {
	padding: 10px;
  cursor: pointer;
}

#productpage .product-images .thumbs .thumb .image-wrap {
	padding: 7%;
  border: 1px solid #eee;
}

#productpage .product-images .thumbs .thumb .image-wrap img {
  opacity: .6;
}

#productpage .product-images .thumbs .thumb.active .image-wrap img {
	opacity: 1;
}

#productpage .product-info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  padding: 0 60px;
}

#productpage .product-info h1.product-title {
	font-size: 2em;
  font-weight: bold;
  color: #a10b30;
  margin-bottom: 20px;
}

#productpage .product-info .price-stock-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

#productpage .product-info .price .price-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  font-size: 1.5em;
  font-weight: bold;
}

#productpage .product-info .price .price-inner .price-new.sale {
	color: #a10b30;
}

#productpage .product-info .price .price-inner .price-old {
	margin-left: 10px;
  color: #aaa;
  font-weight: normal;
  text-decoration: line-through;
}

#productpage .product-info .price .price-vat {
	font-size: .9em;
  color: #aaa;
  margin-top: 15px;
}

#productpage .product-info .stock-wrap .stock {
	text-transform: uppercase;
  font-weight: 600;
}

#productpage .product-info .stock-wrap .stock.available {
	color: #00b900;
}

#productpage .product-info .stock-wrap .stock.unavailable {
	color: #D8261B;
}

#productpage .product-info .stock-wrap .stock i {
	margin-right: 5px;
}

#productpage .product-info .description .readmore {
	font-weight: 600;
  color: #a10b30;
}

#productpage .productpage-usp-wrap {
	width: 300px;
}

#productpage .order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

#productpage .order .link {
  width: 100%;
  margin-top: 10px;
  font-weight: 600;
  font-size: .9em;
}

#productpage .order .input-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  overflow: hidden;
}

#productpage .order .input-wrap input {
	width: 75px;
  height: 55px;
  text-align: center;
  padding: 0;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#productpage .order .input-wrap .change {
	width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#productpage .order .input-wrap:hover .change {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

#productpage .order .input-wrap:hover input {
	padding-right: 25px;
}

#productpage .order .input-wrap .change a {
	background: #eee;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#productpage .order .input-wrap .change a span {
  width: 8px;
  height: 2px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#productpage .order .input-wrap .change a span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

#productpage .order .input-wrap .change a:hover {
	background: #ccc;
}

#productpage .order .buttons {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .order .buttons .btn {
	height: 55px;
  margin-left: 10px;
}

#productpage .order .buttons .btn.calculate-btn {
	background: #eee;
  color: #7F7F7F;
}

#productpage .order .buttons .btn.add-cart {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  background: #00b900;
}

#productpage .sample-link {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a10b30;
  font-weight: 600;
}

#productpage .sample-link i {
	margin-right: 7px;
}

#productpage .your-choice {
	margin: 20px 0;
}

#productpage .your-choice .shopmonkey-colors .color {
	display: inline-flex;
  align-items: center;
  flex-direction: column;
}

#productpage .your-choice .shopmonkey-colors .color .var-title {
  font-size: 10px;
  display: block;
  color: #757575;
  margin-top: 5px;
}

#productpage .choose-alert {
	width: 100%;
  margin: 20px 0;
  font-weight: 600;
}

.product-configure-variants {
	margin-top:20px;
}

.product-configure-variants .ui.selection.dropdown {
    width: 100%;
}

.usp-block .title {
	font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 20px;
  color: #a10b30;
}

.usp-block .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


.usp-block.service-page-usp-block .usp-item{
	background: #fff;
}

.usp-block .usp-item{
  background-color: #f9f9f9;
  padding: 13px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.usp-block .usp-item:not(:last-child){
  margin-bottom: 10px;
}
.usp-block .usp-item .usp-item-inner{
  background-color: #fff;
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a10b30;
  margin-right: 15px;
  font-size: 1.4em;
}    
.usp-block .usp-item .usp-item-inner .icon-usp-truck{
  font-size: 1.4em;
}
.usp-block .usp-item .usp-text{
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 500;
}
.productpage-payment-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EEEEEE;
  margin-top: 30px;
}
.productpage-payment-block .inner{
  padding: 20px;
}

.productpage-payment-block.service-page-payments {
	border: 0;
}

.productpage-payment-block.service-page-payments .inner{
	padding: 0;
}

.productpage-payment-block .payments{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -5px;
}
.productpage-payment-block .payments a{
  padding: 5px;
}
.productpage-payment-block .payments img{
  height: 30px;
}

#productpage .product-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}

#productpage .product-content .inner .col {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#productpage .product-content .inner .col.col-left {
  padding-right: 200px;
}

#productpage .product-content .inner .col.col-right {
  max-width: 430px;
}

#productpage .product-content .tab-links{
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #c6c6c6;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#productpage .product-content .content-pages h2{
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px 0px;
}

#productpage .product-content .content-pages .page ul{
  list-style: none;
  padding: 0;
}

#productpage .product-content .content-pages .page ul li{
  display: block;
  vertical-align: middle;
}

#productpage .product-content .content-pages .page ul li:before{
  content: '';
  width:5px;
  height: 5px;
  border-radius: 50%;
  background: #a10b30;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.home-about .content a,
.home-text .content a{
    color: #a10b30;
    text-decoration: underline;
}

#productpage .product-content .tab-links li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #cccccc;
}

#productpage .product-content .tab-links li a.active {
  color: #a10b30;
}

#productpage .product-content .page.active {
  display: block;
}

#productpage .product-content .page {
  display: none;
}
#productpage .product-content .reviews-title{
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  margin-bottom: 30px;
}
/* End productpage */

/* Calculate popup */
#calculate-popup {
	display:none;
  padding:30px;
  width:100%;
  max-width:500px;
}

#calculate-popup .inputs .input {
	padding:10px 0px;
}

#calculate-popup .inputs .input label {
	display:block;
  font-size:12px;
}

#calculate-popup .inputs .input input {
	background:#f8f8f8;
  height:45px;
  width:100%;
  padding:0px 15px;
  outline:none;
  border:none;
}

#calculate-popup .button {
	margin-top:20px;
}

#calculate-popup .result {
  margin-top: 30px;
  padding: 20px;
  background: #eee;
  text-align: center;
}

#calculate-popup .result .smalltitle {
  margin-top: 30px;
  padding: 20px;
  background: #eee;
  text-align: center;
}

#calculate-popup .result .items {
  font-weight: 800;
  font-size: 30px;
  display: block;
  margin-top: 5px;
  color:#ff9900;
}

#calculate-popup .result .btn {
	margin-top:20px;
}
/* End calculate popup */

/* Colors popup */
#colors-popup {
	display:none;
  padding:30px;
  text-align:center;
  width:100%;
  max-width:700px;
}

#colors-popup  .shopmonkey-colors ul li {
	padding:10px;
  width:70px;
}

#colors-popup  .shopmonkey-colors ul li .circle {
	width:45px;
  height:45px;
}

#colors-popup .spacer {
	height:30px;
}

#colors-popup .search-colors .no-results {
	color:#757575;
  font-size:15px;
}

.color-search input {
  outline: none;
  background: #f7f7f7;
  border: none;
  height: 45px;
  width: 100%;
  padding: 0px 20px;
  padding-left:45px;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.color-search {
	margin-bottom:20px;
  position:relative;
}

.color-search .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 45px;
  color: #013366;
}

.popup-title {
	margin-bottom:30px;
}

.popup-title .title {
	font-size:20px;
  margin:0;
  font-weight: 700;
  color: #a10b30;
}

.popup-title .subtitle {
	color:#757575;
  font-size:15px;
}
.popup-bottom .text {
  padding: 30px 30px 0px 30px;
  color: #757575;
}

.product-info .colors-wrap {
	padding-top:30px;
  border-top:1px solid #eee;
  margin-top:30px;
}

.shopmonkey-colors .normal-link {
  font-size: 0.9em;
  font-weight: 600;
}

.shopmonkey-colors .normal-link i {
	margin-left:5px;
}

.shopmonkey-colors ul {
	margin:-5px;
  padding:0;
  list-style:none;
  display:inline-block;
  vertical-align:top;
}

.shopmonkey-colors .more {
	display:inline-block;
  vertical-align:top;
  font-size:16px;
  font-weight:bold;
  color:#bbb;
  margin-left:15px;
  line-height: 35px;
}

.shopmonkey-colors .chosen {
  margin-top: -15px;
  display: block;
  margin-bottom: 20px;
  color: #757575;
}

.shopmonkey-colors .chosen strong {
	color:#f90;
}

.shopmonkey-colors ul li {
	padding:5px;
  display:inline-block;
  vertical-align:top;
  text-align:center;
  width:60px;
  cursor:pointer;
}

.shopmonkey-colors ul li.disabled {
	opacity:.5;
  pointer-events: none;
 cursor: default;
}

.shopmonkey-colors .circle {
	width:35px;
  height:35px;
  background:#eee;
  border-radius:100%;
  display:inline-block;
}

.shopmonkey-colors ul li .var-title {
	font-size:10px;
  display:block;
  color:#757575;
}

.shopmonkey-colors .transparant-c00 .circle,
.shopmonkey-colors .wit-c01 .circle{
	background:#fff;
  border:1px solid #eee;
}
.shopmonkey-colors .donkergrijs-c03 .circle {
	background:#595959;
}
.shopmonkey-colors .zwart-c04 .circle {
	background:#000;
}
.shopmonkey-colors .bruin-c05 .circle {
	background:#352d25;
}
.shopmonkey-colors .helderbruin-c06 .circle {
	background:#856a4e;
}
.shopmonkey-colors .sneeuwwit-c116 .circle {
	background:#f8f7f3;
}
.shopmonkey-colors .zand-beige-c12 .circle {
	background:#e8ae7e;
}
.shopmonkey-colors .beige-c16 .circle {
	background:#ddcdab;
}
.shopmonkey-colors .roodbruin-c65 .circle {
	background:#5d4e49;
}
.shopmonkey-colors .helderbeige-c68 .circle {
	background:#ddcdab;
}
.shopmonkey-colors .middelgrijs-c78 .circle {
	background:#81817f;
}
.shopmonkey-colors .wolkengrijs-c387 .circle {
	background:#d4d9dd;
}
.shopmonkey-colors .beige-c1038 .circle {
	background:#ddcdab;
}
.shopmonkey-colors .diepzeeblauw-c983 .circle {
	background:#2e4966;
}
.shopmonkey-colors .braam-c7703 .circle{
	background-color: #ff60da;
}
.shopmonkey-colors .limoengroen-c7699 .circle{
	background-color: #70ef6e;
}
.shopmonkey-colors .taupe-c1667 .circle{
  background-color: #7f766d;
}
.shopmonkey-colors .puurwit-c1646 .circle{
  background-color: #f2f2f2;
}
.shopmonkey-colors .crema-c1657.circle{
  background-color: #fff6e0;
}
.shopmonkey-colors .blauwgrijs-c1671.circle{
  background-color: #c9cdd8;
/* .shopmonkey-colors .cremebeige-c1043 .circle,
.shopmonkey-colors ul li.c1043 .circle{
	background:#e5d897;
} */

}
.shopmonkey-colors ul li.c1110 .circle {
	background:#f2ecc9;
}
.shopmonkey-colors .den-c5128 .circle {
	background:#ab9765;
}
.shopmonkey-colors .zand-beige-c6672 .circle {
	background:#ddd6c4;
}
.shopmonkey-colors .roodbruin .circle {
	background:#5d4e49;
}
.shopmonkey-colors .ral-c9002 .circle {
	background:#d6d5ca;
}
.shopmonkey-colors .ral-c9010 .circle {
	background:#fefdf6;
}

.shopmonkey-colors ul  li.c00 .circle{
	background-color: #ffffff;
  border: 1px solid #eee;
}
.shopmonkey-colors ul  li.c01 .circle{
	background-color: #ffffff;
  border: 1px solid #eee;
}
.shopmonkey-colors ul  li.c02 .circle{
	background-color: #575f61;
}
.shopmonkey-colors ul  li.c03 .circle{
	background-color: #575f61;
}
.shopmonkey-colors ul  li.c7113 .circle{
	background-color: #575f61;
}
.shopmonkey-colors ul  li.c04 .circle{
	background-color: #000000;
}
.shopmonkey-colors ul  li.c05 .circle{
	background-color: #563c1f;
}
.shopmonkey-colors ul  li.c06 .circle{
	background-color: #856a4d;
}
.shopmonkey-colors ul  li.c7094 .circle{
	background-color: #856a4d;
}
.shopmonkey-colors ul  li.c07 .circle{
	background-color: #6c3f2a;
}
.shopmonkey-colors ul  li.c08 .circle{
	background-color: #fbf4ec;
}
.shopmonkey-colors ul  li.c09 .circle{
	background-color: #ae8760;
}
.shopmonkey-colors ul  li.c10 .circle{
	background-color: #E5D495;
}
.shopmonkey-colors ul  li.c1008 .circle{
	background-color: #598e7c;
}
.shopmonkey-colors ul  li.c1009 .circle{
	background-color: #467f78;
}
.shopmonkey-colors ul  li.c101 .circle{
	background-color: #7f5a40;
}
.shopmonkey-colors ul  li.c1010 .circle{
	background-color: #ccc4b7;
}
.shopmonkey-colors ul  li.c102 .circle{
	background-color: #c9c5ba;
}
.shopmonkey-colors ul  li.c103 .circle{
	background-color: #cebb9a;
}
.shopmonkey-colors ul  li.c1038 .circle{
	background-color: #ddcdab;
}
.shopmonkey-colors ul  li.c1039 .circle{
	background-color: #316966;
}
.shopmonkey-colors ul  li.c104 .circle{
	background-color: #bf9d77;
}
.shopmonkey-colors ul  li.c1042 .circle{
	background-color: #2b718a;
}
.shopmonkey-colors ul  li.c1043 .circle{
	background-color: #e5d897;
}
.shopmonkey-colors ul  li.c01043 .circle{
	background-color: #ada898;
}
.shopmonkey-colors ul  li.c1044 .circle{
	background-color: #c1804a;
}
.shopmonkey-colors ul  li.c1049 .circle{
	background-color: #c7962f;
}
.shopmonkey-colors ul  li.c105 .circle{
	background-color: #e0c195;
}
.shopmonkey-colors ul  li.c1053 .circle{
	background-color: #a07f52;
}
.shopmonkey-colors ul  li.c1056 .circle{
	background-color: #bf9f64;
}
.shopmonkey-colors ul  li.c1062 .circle{
	background-color: #6f5f50;
}
.shopmonkey-colors ul  li.c1063 .circle{
	background-color: #71382d;
}
.shopmonkey-colors ul  li.c1066 .circle{
	background-color: #993f34;
}
.shopmonkey-colors ul  li.c109 .circle{
	background-color: #a9ab98;
}
.shopmonkey-colors ul  li.c11 .circle{
	background-color: #afb14e;
}
.shopmonkey-colors ul  li.c110 .circle{
	background-color: #f4e6d9;
}
.shopmonkey-colors ul  li.c1129 .circle{
	background-color: #f7e9d1;
}
.shopmonkey-colors ul  li.c1104 .circle{
	background-color: #aa8f7c;
}
.shopmonkey-colors ul  li.c1105 .circle{
	background-color: #9a9591;
}
.shopmonkey-colors ul  li.c2260 .circle{
	background-color: #9a9591;
}
.shopmonkey-colors ul  li.c1106 .circle{
	background-color: #e6d1be;
}
.shopmonkey-colors ul  li.c1107 .circle{
	background-color: #fdf9ee;
}
.shopmonkey-colors ul  li.c1108 .circle{
	background-color: #e3e4de;
}
.shopmonkey-colors ul  li.c1109 .circle{
	background-color: #a4a39e;
}
.shopmonkey-colors ul  li.c111 .circle{
	background-color: #b1b5b8;
}
.shopmonkey-colors ul  li.c1112 .circle{
	background-color: #397a64;
}
.shopmonkey-colors ul  li.c1113 .circle{
	background-color: #d29d73;
}
.shopmonkey-colors ul  li.c1116 .circle{
	background-color: #6c8490;
}
.shopmonkey-colors ul  li.c1129 .circle{
	background-color: #b4593a;
}
.shopmonkey-colors ul  li.c1130 .circle{
	background-color: #a6994a;
}
.shopmonkey-colors ul  li.c1131 .circle{
	background-color: #66443b;
}
.shopmonkey-colors ul  li.c116 .circle{
	background-color: #f8f7f3;
}
.shopmonkey-colors ul  li.c6832 .circle{
	background-color: #f8f7f3;
}
.shopmonkey-colors ul  li.c1167 .circle{
	background-color: #915744;
}
.shopmonkey-colors ul  li.c1168 .circle{
	background-color: #6f706b;
}
.shopmonkey-colors ul  li.c1169 .circle{
	background-color: #e4ce9d;
}
.shopmonkey-colors ul  li.c1170 .circle{
	background-color: #7d8381;
}
.shopmonkey-colors ul  li.c1172 .circle{
	background-color: #999ea4;
}
.shopmonkey-colors ul  li.c12 .circle{
	background-color: #e2c076;
}
.shopmonkey-colors ul  li.c7099 .circle{
	background-color: #e2c076;
}
.shopmonkey-colors ul  li.c1216 .circle{
	background-color: #fbf4ec;
}
.shopmonkey-colors ul  li.c1237 .circle{
	background-color: #a58866;
}
.shopmonkey-colors ul  li.c1282 .circle{
	background-color: #c0c1c5;
}
.shopmonkey-colors ul  li.c6874 .circle{
	background-color: #b3afa5;
}
.shopmonkey-colors ul  li.c13 .circle{
	background-color: #29241e;
}
.shopmonkey-colors ul  li.c7109 .circle{
	background-color: #29241e;
}
.shopmonkey-colors ul  li.c1300 .circle{
	background-color: #232937;
}
.shopmonkey-colors ul  li.c1390 .circle{
	background-color: #625b62;
}
.shopmonkey-colors ul  li.c137 .circle{
	background-color: #6b6d68;
}
.shopmonkey-colors ul  li.c1391 .circle{
	background-color: #38343a;
}
.shopmonkey-colors ul  li.c14 .circle{
	background-color: #999f9f;
}
.shopmonkey-colors ul  li.c1416 .circle{
	background-color: #4a2512;
}
.shopmonkey-colors ul  li.c15 .circle{
	background-color: #9f6e46;
}
.shopmonkey-colors ul  li.c155 .circle{
	background-color: #898989;
}
.shopmonkey-colors ul  li.c16 .circle{
	background-color: #d6ece0;
}
.shopmonkey-colors ul  li.c016 .circle{
	background-color: #ddcdab;
}
.shopmonkey-colors ul  li.c17 .circle{
	background-color: #9f7955;
}
.shopmonkey-colors ul  li.c18 .circle{
	background-color: #c5c9b5;
}
.shopmonkey-colors ul  li.c19 .circle{
	background-color: #e5b506;
}
.shopmonkey-colors ul  li.c194 .circle{
	background-color: #ffffff;
}
.shopmonkey-colors ul  li.c197 .circle{
	background-color: #c1c1c1;
}
.shopmonkey-colors ul  li.c20 .circle{
	background-color: #cccccc;
}
.shopmonkey-colors ul  li.c2044 .circle{
	background-color: #928b6f;
}
.shopmonkey-colors ul  li.c21 .circle{
	background-color: #452f22;
}
.shopmonkey-colors ul  li.c22 .circle{
	background-color: #efdbb1;
}
.shopmonkey-colors ul  li.c23 .circle{
	background-color: #f9d9d9;
}
.shopmonkey-colors ul  li.c230 .circle{
	background-color: #e1e3e0;
}
.shopmonkey-colors ul  li.c24 .circle{
	background-color: #d5e2de;
}
.shopmonkey-colors ul  li.c25 .circle{
	background-color: #7fafc5;
}
.shopmonkey-colors ul  li.c26 .circle{
	background-color: #b09287;
}
.shopmonkey-colors ul  li.c27 .circle{
	background-color: #d1b5b1;
}
.shopmonkey-colors ul  li.c284 .circle{
	background-color: #aeaaa7;
}
.shopmonkey-colors ul  li.c29 .circle{
	background-color: #661E05;
}
.shopmonkey-colors ul  li.c029 .circle{
	background-color: #745842;
}
.shopmonkey-colors ul  li.c30 .circle{
	background-color: #ffffff;
}
.shopmonkey-colors ul  li.c31 .circle{
	background-color: #cd9f2f;
}
.shopmonkey-colors ul  li.c7100 .circle{
	background-color: #cd9f2f;
}
.shopmonkey-colors ul  li.c7105 .circle{
	background-color: #e9deba;
}
.shopmonkey-colors ul  li.c3178 .circle{
	background-color: #71382d;
}
.shopmonkey-colors ul  li.c3180 .circle{
	background-color: #cebb9a;
}
.shopmonkey-colors ul  li.c32 .circle{
	background-color: #8c5646;
}
.shopmonkey-colors ul  li.c34 .circle{
	background-color: #6a7a69;
}
.shopmonkey-colors ul  li.c35 .circle{
	background-color: #e81414;
}
.shopmonkey-colors ul  li.c37 .circle{
	background-color: #01472f;
}
.shopmonkey-colors ul  li.c38 .circle{
	background-color: #E1E5C0;
}
.shopmonkey-colors ul  li.c39 .circle{
	background-color: #331314;
}
.shopmonkey-colors ul  li.c6569 .circle{
	background-color: #331314;
}
.shopmonkey-colors ul  li.c40 .circle{
	background-color: #c0e2dc;
}
.shopmonkey-colors ul  li.c41 .circle{
	background-color: #8d866e;
}
.shopmonkey-colors ul  li.c42 .circle{
	background-color: #00385d;
}
.shopmonkey-colors ul  li.c4270 .circle{
	background-color: #222322;
}
.shopmonkey-colors ul  li.c43 .circle{
	background-color: #dddddd;
}
.shopmonkey-colors ul  li.c433 .circle{
	background-color: #dadbd6;
}
.shopmonkey-colors ul  li.c6645 .circle{
	background-color: #dadbd6;
}
.shopmonkey-colors ul  li.c44 .circle{
	background-color: #c5dbe0;
}
.shopmonkey-colors ul  li.c45 .circle{
	background-color: #dbe0e4;
}
.shopmonkey-colors ul  li.c47 .circle{
	background-color: #8b9b94;
}
.shopmonkey-colors ul li.c4720 .circle{
  background-color: #222322;
}
.shopmonkey-colors ul  li.c49 .circle{
	background-color: #473527;
}
.shopmonkey-colors ul  li.c7107 .circle{
	background-color: #473527;
}
.shopmonkey-colors ul  li.c501 .circle{
	background-color: #b6b8aa;
}
.shopmonkey-colors ul  li.c5078 .circle{
	background-color: #8e8f8a;
}
.shopmonkey-colors ul  li.c51 .circle{
	background-color: #f5f3e7;
}
.shopmonkey-colors ul  li.c5128 .circle{
	background-color: #ab9765;
}
.shopmonkey-colors ul  li.c5176 .circle{
	background-color: #373739;
}
.shopmonkey-colors ul  li.c5195 .circle{
	background-color: #cccccc;
}
.shopmonkey-colors ul  li.c7101 .circle{
	background-color: #cccccc;
}
.shopmonkey-colors ul  li.c52 .circle{
	background-color: #83827e;
}
.shopmonkey-colors ul  li.c53 .circle{
	background-color: #d4ac79;
}
.shopmonkey-colors ul  li.c537.circle{
	background-color: #929b8a;
}
.shopmonkey-colors ul  li.c55 .circle{
	background-color: #faead1;
}
.shopmonkey-colors ul  li.c56 .circle{
	background-color: #9d9e9c;
}
.shopmonkey-colors ul  li.c056 .circle{
	background-color: #81817f;
}
.shopmonkey-colors ul  li.c57 .circle{
	background-color: #e1c885;
}
.shopmonkey-colors ul  li.c7096 .circle{
	background-color: #e1c885;
}
.shopmonkey-colors ul  li.c59 .circle{
	background-color: #692d39;
}
.shopmonkey-colors ul  li.c60 .circle{
	background-color: #9e8062;
}
.shopmonkey-colors ul  li.c6005 .circle{
	background-color: #004f30;
}
.shopmonkey-colors ul  li.c6009 .circle{
	background-color: #173626;
}
.shopmonkey-colors ul  li.c6111 .circle{
	background-color: #948d7a;
}
.shopmonkey-colors ul  li.c6834 .circle{
	background-color: #948d7a;
}
.shopmonkey-colors ul  li.c6112 .circle{
	background-color: #ffffff;
}
.shopmonkey-colors ul  li.c6113 .circle{
	background-color: #878175;
}
.shopmonkey-colors ul  li.c7102 .circle{
	background-color: #878175;
}
.shopmonkey-colors ul  li.c6114 .circle{
	background-color: #000000;
}
.shopmonkey-colors ul  li.c7112 .circle{
	background-color: #000000;
}
.shopmonkey-colors ul  li.c6115 .circle{
	background-color: #c9ab85;
}
.shopmonkey-colors ul  li.c6116 .circle{
	background-color: #6d7567;
}
.shopmonkey-colors ul  li.c7103 .circle{
	background-color: #6b6d68;
}
.shopmonkey-colors ul  li.c6831 .circle{
	background-color: #6b6d68;
}
.shopmonkey-colors ul  li.c6117 .circle{
	background-color: #f0e8d3;
}
.shopmonkey-colors ul  li.c6118 .circle{
	background-color: #000000;
}
.shopmonkey-colors ul  li.c62 .circle{
	background-color: #84837e;
}
.shopmonkey-colors ul  li.c635 .circle{
	background-color: #fff3cd;
}
.shopmonkey-colors ul  li.c64 .circle{
	background-color: #b79f75;
}
.shopmonkey-colors ul  li.c65 .circle{
	background-color: #5d4e49;
}
.shopmonkey-colors ul  li.c66 .circle{
	background-color: #b49a77;
}
.shopmonkey-colors ul  li.c6672 .circle{
	background-color: #ddd6c4;
}
.shopmonkey-colors ul  li.c67 .circle{
	background-color: #585858;
}
.shopmonkey-colors ul  li.c6776 .circle{
	background-color: #63605b;
}
.shopmonkey-colors ul  li.c6777 .circle{
	background-color: #716861;
}
.shopmonkey-colors ul  li.c6778 .circle{
	background-color: #998d7d;
}
.shopmonkey-colors ul  li.c6855 .circle{
	background-color: #a4936b;
}
.shopmonkey-colors ul  li.c68 .circle{
	background-color: #ddcdab;
}
.shopmonkey-colors ul  li.c69 .circle{
	background-color: #fcf7ea;
}
.shopmonkey-colors ul  li.c695 .circle{
	background-color: #d3eae4;
}
.shopmonkey-colors ul  li.c700 .circle{
	background-color: #21170d;
}
.shopmonkey-colors ul  li.c7004 .circle{
	background-color: #9c9c9e;
}
.shopmonkey-colors ul  li.c7016 .circle{
	background-color: #6b6d68;
}
.shopmonkey-colors ul  li.c7039 .circle{
	background-color: #71706b;
}
.shopmonkey-colors ul  li.c706 .circle{
	background-color: #a7a6a1;
}
.shopmonkey-colors ul  li.c0706 .circle{
	background-color: #7f8273;
}
.shopmonkey-colors ul  li.c70 .circle{
	background-color: #cdc9be;
}
.shopmonkey-colors ul  li.c71 .circle{
	background-color: #c9c5ba;
}
.shopmonkey-colors ul  li.c7116 .circle{
	background-color: #5d4e49;
}
.shopmonkey-colors ul  li.c7117 .circle{
	background-color: #6c6259;
}
.shopmonkey-colors ul  li.c7166 .circle{
	background-color: #5d4e49;
}
.shopmonkey-colors ul  li.c72 .circle{
	background-color: #b1aca6;
}
.shopmonkey-colors ul  li.c74 .circle{
	background-color: #ddcfc4;
}
.shopmonkey-colors ul  li.c742 .circle{
	background-color: #b26e37;
}
.shopmonkey-colors ul  li.c7114 .circle{
	background-color: #b26e37;
}
.shopmonkey-colors ul  li.c753 .circle{
	background-color: #d1e0e7;
}
.shopmonkey-colors ul  li.c75 .circle{
	background-color: #6f5e4a;
}
.shopmonkey-colors ul  li.c76 .circle{
	background-color: #d8b991;
}
.shopmonkey-colors ul  li.c7111 .circle{
	background-color: #d8b991;
}
.shopmonkey-colors ul  li.c77 .circle{
	background-color: #bcb8b5;
}
.shopmonkey-colors ul  li.c7110.circle{
	background-color: #e6e6e6;
}
.shopmonkey-colors ul  li.c776 .circle{
	background-color: #bdb8b5;
}
.shopmonkey-colors ul  li.c787 .circle{
	background-color: #dee3df;
}
.shopmonkey-colors ul  li.c78 .circle{
	background-color: #81817f;
}
.shopmonkey-colors ul  li.c79 .circle{
	background-color: #9e967f;
}
.shopmonkey-colors ul  li.c80 .circle{
	background-color: #e1e1df;
}
.shopmonkey-colors ul  li.c808 .circle{
	background-color: #383c3d;
}
.shopmonkey-colors ul  li.c81 .circle{
	background-color: #acb2a4;
}
.shopmonkey-colors ul  li.c82 .circle{
	background-color: #DBB781;
}
.shopmonkey-colors ul  li.c83 .circle{
	background-color: #a08965;
}
.shopmonkey-colors ul  li.c7104 .circle{
	background-color: #a08965;
}
.shopmonkey-colors ul  li.c84 .circle{
	background-color: #e8dccc;
}
.shopmonkey-colors ul  li.c7098 .circle{
	background-color: #e8dccc;
}
.shopmonkey-colors ul  li.c85 .circle{
	background-color: #9f6750;
}
.shopmonkey-colors ul  li.c86 .circle{
	background-color: #c2c2c0;
}
.shopmonkey-colors ul  li.c88 .circle{
	background-color: #f4d495;
}
.shopmonkey-colors ul  li.c7095 .circle{
	background-color: #f4d495;
}
.shopmonkey-colors ul  li.c884 .circle{
	background-color: #e4d2ac;
}
.shopmonkey-colors ul  li.c89 .circle{
	background-color: #7b7e7d;
}
.shopmonkey-colors ul  li.c9001 .circle{
	background-color: #fff2dd;
}
.shopmonkey-colors ul  li.c7118 .circle{
	background-color: #fff2dd;
}
.shopmonkey-colors ul  li.c9002 .circle{
	background-color: #d6d5ca;
}
.shopmonkey-colors ul  li.c9010 .circle{
	background-color: #f6f8ee;
}
.shopmonkey-colors ul  li.c09010 .circle{
	background-color: #fefdf6;
}
.shopmonkey-colors ul  li.c9016 .circle{
	background-color: #fcfcfc;
}
.shopmonkey-colors ul  li.c91 .circle{
	background-color: #d2ddcf;
}
.shopmonkey-colors ul  li.c910 .circle{
	background-color: #d3d0c7;
}
.shopmonkey-colors ul  li.c92 .circle{
	background-color: #d4dbe3;
}
.shopmonkey-colors ul  li.c94 .circle{
	background-color: #d3d3c9;
}
.shopmonkey-colors ul  li.c6645 .circle{
	background-color: #d3d3c9;
}
.shopmonkey-colors ul  li.c95 .circle{
	background-color: #ffffff;
}
.shopmonkey-colors ul  li.c958 .circle{
	background-color: #335571;
}
.shopmonkey-colors ul  li.c961 .circle{
	background-color: #c6c6c6;
}
.shopmonkey-colors ul  li.c964 .circle{
	background-color: #537082;
}
.shopmonkey-colors ul  li.c979 .circle{
	background-color: #d3d1ba;
}
.shopmonkey-colors ul  li.c98 .circle{
	background-color: #8b7455;
}
.shopmonkey-colors ul  li.c980 .circle{
	background-color: #53828a;
}
.shopmonkey-colors ul  li.c982 .circle{
	background-color: #547982;
}
.shopmonkey-colors ul  li.c983 .circle{
	background-color: #2e4966;
}
.shopmonkey-colors ul  li.c987 .circle{
	background-color: #c5dbe0;
}
.shopmonkey-colors ul  li.c990 .circle{
	background-color: #009bd4;
}
.shopmonkey-colors ul  li.c1651 .circle{
	background-color: #eaeaea;
}  
.shopmonkey-colors ul  li.c7703 .circle{
	background-color: #ff60da;
}  
.shopmonkey-colors ul  li.c7699 .circle{
  background-color: #70ef6e;
}
.shopmonkey-colors ul  li.c1667 .circle{
  background-color: #7f766d;
}
.shopmonkey-colors ul  li.c1646 .circle{
  background-color: #f2f2f2;
}
.shopmonkey-colors ul  li.c1671.circle{
  background-color: #c9cdd8;
}
.shopmonkey-colors ul li.c1657.circle{
  background-color: #fff6e0;
}
.shopmonkey-colors ul li.active .circle {
	border:2px solid #D8261B;
}
/* End colors popup */

/* Offer popup */
#offer-popup {
	display:none;
  padding:30px;
  width:100%;
  max-width:700px;
}

#offer-popup .inputs,
#offer-form .inputs {
	margin:-7px;
}

#offer-popup .inputs .input,
#offer-form .inputs .input {
	padding:7px;
}

#offer-popup .inputs .input label,
#offer-form .inputs .input label {
	display:block;
  font-size:12px;
}

#offer-popup .inputs .input input,
#offer-form .inputs .input input {
	background:#f8f8f8;
  height:45px;
  width:100%;
  padding:0px 15px;
  outline:none;
  border:none;
}

#offer-popup .inputs .input input.error,
#offer-form .inputs .input input.error {
	border:1px solid #ff9900;
}

#offer-popup .inputs .input textarea,
#offer-form .inputs .input textarea {
	background:#f8f8f8;
  height:100px;
  padding:10px 15px;
  outline:none;
  border:none;
  width:100%;
  min-width:100%;
  max-width:100%;
}

#offer-popup .ui.selection.dropdown,
#offer-form .ui.selection.dropdown {
  width: 100%;
  height: 45px;
  border: none !important;
  line-height: 45px;
  background: #f8f8f8;
}

#offer-popup .ui.selection.dropdown>.dropdown.icon,
#offer-form .ui.selection.dropdown>.dropdown.icon {
	width:45px;
  height:45px;
  line-height:45px;
}

#offer-popup .inner-title,
#offer-form .inner-title {
	margin-top:20px;
  font-size:16px;
}
/* End offer popup */

/* Footer */
#footer .main-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

#footer .main-footer .inner .footer-col {
	padding: 20px;
}

#footer .main-footer .logo img {
/* 	height: 30px; */
}

#footer .main-footer .info-wrap {
	margin: 30px 0;
  list-style: none;
  padding: 0;
  line-height: 2.5em;
  color: #A7A7A7;
}

#footer .main-footer .contact-info {
	margin: 0;
  list-style: none;
  padding: 0;
	line-height: 2em;
}

#footer .main-footer .contact-info li a {
	color: #A7A7A7;
}

#footer .main-footer .contact-info li a i {
	margin-right: 7px;
  color: #a10b30;
}

#footer .main-footer .footer-title {
	font-size: 1.1em;
  font-weight: bold;
  color: #898989;
}

#footer .main-footer .footer-links-wrap ul {
	margin: 0;
  padding: 0;
  margin-top: 15px;
  line-height: 2em;
  list-style: none;
}

#footer .main-footer .footer-links-wrap ul li a {
	color: #A7A7A7;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#footer .main-footer .newsletter {
	margin-top: 20px;
}

#footer .main-footer .newsletter form {
	display: flex;
  align-items: center;
}

#footer .main-footer .newsletter input {
	height: 50px;
  background: #fff;
  min-width: 250px;
}

#footer .main-footer .newsletter .btn {
	padding: 0;
  width: 50px;
}

#footer .main-footer .newsletter .btn i {
	margin: 0;
}

#footer .main-footer .newsletter .text {
	color: #A7A7A7;
  max-width: 300px;
  margin: 20px 0;
}

#footer .main-footer .socials {
	list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#footer .main-footer .socials li {
	margin-right: 15px;
}

#footer .main-footer .socials li:last-child {
	margin-right: 0;
}

#footer .main-footer .socials li a {
	color: #898989;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  font-size: 1.5em;
}

#footer .footer-bottom {
	background: #a10b30;
  padding: 13px 0;
}

#footer .footer-bottom .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer-bottom .copyright {
	font-weight: 500;
  color: #fff;
}

#footer .footer-bottom .payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

#footer .footer-bottom .payments a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  background: #fff;
  padding: 3px;
  margin: 5px;
  border-radius: 3px;
  overflow: hidden;
}

#footer .footer-bottom .payments img {
	height: 27px;
}
/* End footer */

/* Categories */
.categories {
	margin: -15px;
}

.categories .category {
	padding: 15px;
}

.categories .category img {
	width:100%;
}

.categories .category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories .category .overlay .category-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 0 20px;
}
/* End categories */

/* Brands */
.brands {
	margin: -15px;
}

.brands .brand {
	padding: 15px;
}

.brands .brand .image-wrap {
	padding: 10%;
}

.brands .brand img {
	width:100%;
}
/* End brands */

/* Tags */
#tags-page .tags {
	margin: -7px;
}

#tags-page .tags a {
	height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  background: #f7f7f7;
  margin: 7px;
}
/* End tags */

/* Messages */
.message-container {
  z-index: 9999999;
  margin-top: 20px;
  margin-bottom:10px;
  width:100%;
}
.fixed-content .message-container {
	margin-top:0;
  margin-bottom:20px;
}
.message-container.home-message {
	position: fixed;
  bottom: 0;
  margin-bottom: 20px;
}

.message-container .messages {
  margin: 0;
  position: relative;
}

.message-container .messages .message ul {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  color:#fff;
  text-align:left;
}

.message-container .messages .message {
  color: #fff;
  padding: 20px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 10px;
  width:100%;
}

.message-container .messages .message.error .icon {
  color: #cd3b3b;
}

.message-container .messages .message.success .icon {
  color: #2ecc71;
}

.message-container .messages .message.info .icon {
  color: #3ca1cd;
}

.message-container .messages .message.error {
  background: #cd3b3b;
}
.message-container .messages .message.success {
  background: #2ecc71;
}
.message-container .messages .message.info {
  background: #3ca1cd;
}

.message-container .messages .message .icon {
	width:35px;
}

.message-container .messages .message .icon i {
  font-size: 16px;
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  text-align:center;
}

.message-container .messages .message .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  padding-left:20px;
}

.message-container .messages .message .button {
	padding-left:10px;
  text-align:right;
}

.message-container .messages .message .button .btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.gui-messages {
	display:none !important;
}
/* End Messages */

/* Custom service page */
#service .service-head {
	margin-bottom: 30px;
}

#service .service-head h1 {
  font-weight: bold;
	color: #a10b30;
}

#service .service-head .content {
  margin-top: 20px;
}

#service .custom-contact .data {
  padding: 20px;
  background: #f9f9f9;
}

#service .custom-contact .data .title {
	margin-top: 0;
  font-size: 1.3em;
  color: #a10b30;
  font-weight: bold;
  margin-bottom: 20px;
}
#service .custom-contact .data ul {
  margin:0;
  padding:0;
  list-style:none;
  margin:-7px;
}
#service .custom-contact .data ul li {
  padding:7px;
}
#service .custom-contact .data ul li.less-padding {
	padding:2px 7px;
}
#service .custom-contact .data ul li .icon {
  width: 40px;
  font-size:14px;
}
#service .custom-contact .data ul li .icon .icon-wrap {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #a10b30;
  display: block;
  font-size: 0.8em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service .custom-contact .data ul li .icon .icon-wrap.text-smaller {
	font-size:0.8em;
  font-weight:bold;
}
#service .custom-contact .data ul li .text span {
  font-size:11px;
  color:#95a5a6;
}
#service .form-wrap form {
  margin-top:20px;
  padding: 20px;
  background: #f9f9f9;
}
#service .form-wrap form input {
  height:50px;
  padding:0px 15px;
  width:100%;
  border:none;
  background:#fff;
  margin-bottom:15px;
  outline:none;
}
#service .form-wrap form textarea {
  max-width:100%;
  width:100%;
  height:170px;
  padding:15px;
  border:none;
  margin-bottom:15px;
  background:#fff;
  outline:none;
}
#service .form-wrap form input,
#service .form-wrap form textarea {
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  outline:none;
  -webkit-box-shadow:none;
          box-shadow:none;
  border-radius:0px;
}
#service .form-wrap form input.error,
#service .form-wrap form textarea.error {
  background:#fbd7d7;
}

.faq-page .faq-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
/*   margin-left: 25px; */
}

.faq-page .faq-block ul li a i {
  margin-right: 10px;
}

.faq-page .faq-block ul li a {
	padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-page .faq-block {
  padding: 30px;
  background: #f9f9f9;
  margin-bottom: 20px;
}

.faq-page .faq-block h3 {
  margin-top: 0;
  font-size: 1.3em;
  color: #a10b30;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq-page .faq-block h3 i {
	margin-right:5px;
}
.faq-page .faq-block .text {
  background-color: #fff;
  padding: 20px;
  margin: 15px 0px;
  display: none;
  border: 1px solid #eee;
}
.faq-page .faq-block .text p {
	margin-bottom:0px;
}
.faq-page .faq-block .text a {
    text-decoration: underline;
}
/* End custom service page */

/* Custom cart */
.align-middle {
  display:table-cell;
  vertical-align:middle;
}

.cart-content {
  padding-top:0px;
  padding-bottom:0px;
}

.align-top {
  display:table-cell;
  vertical-align:top;
}


#custom-cart .cart-left {
  width:70%;
}

#custom-cart .cart-right {
  background:#f7f7f7;
  padding:30px;
}

#custom-cart .cart-right {
  position:relative;
}

#custom-cart .title-wrap .title {
  margin:0;
  font-size:2em;
  font-weight: bold;
  color: #a10b30;
  margin-bottom: 10px;
}

#custom-cart .title-wrap .title .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e7e8e8;
  border-radius: 100%;
  text-align: center;
  line-height: 27px;
  vertical-align: middle;
  font-weight: normal;
  margin-top: -4px;
  margin-left: 10px;
  cursor:pointer;
}

#custom-cart .title-wrap .sub-title {
  font-size: 14px;
  color: #757575;
}

#custom-cart .main-cart-content {
  padding:30px 0px;
  padding-right:30px;
}

#custom-cart .cart-table {
  width:100%;
  margin-top:30px;
}

#custom-cart .cart-table .image-wrap {
  width:85px;
  position:relative;
}

/*
#custom-cart .cart-table .image-wrap:after {
	display:block;
  content:'';
  width:100%;
  height:100%;
  background:rgba(0,0,0,.03);
  position:absolute;
  top:0;
  left:0;
}
*/

#custom-cart .cart-table .image-wrap img {
  width:100%;
}

#custom-cart .cart-table td {
  padding:30px 0px;
  border-top:1px solid #eee;
  padding-left:20px;
  vertical-align:top;
}

#custom-cart .cart-table tr:last-child td {
  border-bottom:1px solid #eee;
}

#custom-cart .cart-table td:first-child {
  padding-left:0;
  width:120px;
}

#custom-cart .cart-table .info a.title {
  font-size:15px;
  font-weight:bold;
}

#custom-cart .cart-table .info .info-bottom {
  margin-top:5px;
}

#custom-cart .cart-table .info .info-bottom select {
  height:45px;
  width:90px;
}

#custom-cart .cart-table .info .extra-info,
#custom-cart .cart-table .info .select,
#custom-cart .cart-table .info .unitprice {
  display:inline-block;
  vertical-align:middle;
}

#custom-cart .cart-table .info .extra-info,
#custom-cart .cart-table .info .select {
  margin-right:15px;
}

#custom-cart .cart-table .info .extra-info {
	display:block;
  margin-bottom:15px;
}

#custom-cart .cart-table .info .extra-info ul {
  margin:0;
  padding:0;
  list-style:none;
  color:#757575;
}

#custom-cart .cart-table .info .unitprice {
  color:#757575;
}

#custom-cart .cart-table .subtotal span.ex {
  font-size: 1em;
  font-weight: 600;
  color: #aaa;
  margin-right: 10px;
}

#custom-cart .cart-table .subtotal span.old-price {
  font-size:20px;
  font-weight:bold;
  color:#a10b30;
}

#custom-cart .ui.selection.dropdown {
  height: 45px;
  line-height: 45px;
  min-width: 50px;
  padding-right: 45px;
}

#custom-cart .ui.selection.dropdown > .search.icon, #custom-cart .ui.selection.dropdown > .delete.icon, #custom-cart .ui.selection.dropdown > .dropdown.icon {
  width:35px;
  height:45px;
  background:transparent;
  line-height:45px;
  border:none;
  color:#f90;
}

#custom-cart .cart-table .option-icons ul {
  margin:0px -5px;
  margin-bottom:10px;
  list-style:none;
  padding:0;
  text-align:right;
  font-size:16px;
}

#custom-cart .cart-table select {
	opacity:0;
  width:62px;
}

#custom-cart .cart-table .option-icons ul li {
  display:inline-block;
}

#custom-cart .cart-table .option-icons ul li a {
  display:block;
  padding:0px 5px;
  color:#9b9b9b;
}

#custom-cart .shipping-block {
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid #eee;
}

#custom-cart .shipping-block ul {
  margin:0;
  padding:0;
  list-style:none;
  margin-top:20px;
}

#custom-cart .shipping-block .ui.checkbox .box:before, #custom-cart .shipping-block .ui.checkbox label:before {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #e5e6e6;
  background:#fff;
}

#custom-cart .shipping-block .ui.checkbox input:checked ~ .box:after, #custom-cart .shipping-block .ui.checkbox input:checked ~ label:after {
  background: #6f6f6f;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  content: '';
  left: 7px;
  top: 7px;
}

#custom-cart .shipping-block .ui.checkbox label, #custom-cart .shipping-block .ui.checkbox + label {
  line-height: normal;
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
}

#custom-cart .shipping-block .ui.checkbox input:indeterminate ~ .box:after, #custom-cart .shipping-block .ui.checkbox input:indeterminate ~ label:after {
  content:'';
}

#custom-cart .shipping-block label .description {
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
  color: #9b9b9b;
}

#custom-cart .shipping-block .ui.checkbox {
  padding:5px 0px;
}

#custom-cart .bottom-block {
  padding-top:30px;
}

#custom-cart .bottom-block .total-table {
  width:400px;
  color:#000;
}

#custom-cart .bottom-block .total-table table {
  width:100%;
}

#custom-cart .bottom-block .total-table .free-shipping {
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}

#custom-cart .bottom-block .total-table .free-shipping i {
  margin-right: 7px;
  font-size: 18px;
  color: #9b9b9b;
  vertical-align: middle;
  margin-top: -3px;
}

#custom-cart .bottom-block .total-table .free-shipping .green {
  color:#66b521 !important;
}

#custom-cart .bottom-block .total-table td {
  padding:2px 0px;
}

#custom-cart .bottom-block .total-table td:first-child {
  font-weight:bold;
  color:#757575;
}

#custom-cart .bottom-block .total-table table:last-child td:first-child {
  color:#000;
}

#custom-cart .bottom-block .total-table td:last-child {
  text-align:right;
  font-size:1.1em;
  font-weight:bold;
}

#custom-cart .bottom-block .total-table .button {
  margin-top:30px;
}

#custom-cart .bottom-block .total-table .payments {
  margin-top:30px;
}

#custom-cart .bottom-block .total-table .payments ul {
  margin:0 -10px;
  padding:0;
  list-style:none;
  text-align:right;
}

#custom-cart .bottom-block .total-table .payments ul li {
  display:inline-block;
  width:55px;
}

#custom-cart .bottom-block .total-table .payments ul li img {
  width:100%;
}

#custom-cart .main-total {
  margin-top:20px;
}

#custom-cart .main-total .total {
  font-weight:bold;
  color:#9b9b9b;
}

#custom-cart .main-total .total .price {
  margin-left:10px;
  font-weight:900;
  font-size:25px;
  color:#000;
}


#custom-cart .main-total .free-shipping {
  margin-top:10px;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}

#custom-cart .main-total .free-shipping i {
  margin-right: 7px;
  font-size: 18px;
  color: #9b9b9b;
  vertical-align: middle;
  margin-top: -3px;
}

#custom-cart .main-total .free-shipping .green {
  color:#66b521 !important;
}

#custom-cart .main-total .shop-on {
  font-weight:bold;
}

#custom-cart .main-total .shop-on i {
  color:#9b9b9b;
  margin-right:5px;
}

#custom-cart .bottom-block .discount .discount-block {
  /*display:none;*/
}

#custom-cart .bottom-block .discount .title {
	font-size:1.5em;
}

#custom-cart .bottom-block .discount form  {
  margin-top:20px;
}

#custom-cart .bottom-block .discount form input {
  border: 1px solid #eee;
  height: 45px;
  vertical-align: top;
  padding: 0px 10px;
  width: 200px;
  margin-right:5px;
  outline:none;
}

#custom-cart .bottom-block .discount form .btn {
  width:45px;
  height:45px;
  line-height:45px;
  padding:0px;
  vertical-align:top;
  background: #D8261B;
}

#custom-cart .bottom-block .discount form .btn i {
	margin: 0;
}

#custom-cart .cart-right .payments ul {
	margin:0;
  padding:0;
  list-style:none;
  text-align:left;
  margin:-5px;
  margin-top:30px;
}

#custom-cart .cart-right .payments ul li {
	display:inline-block;
  width:16.66667%;
  padding:5px;
}

#custom-cart .cart-right .payments ul  li img {
	width:100%;
  padding:5%;
  background:#fff;
}

#custom-cart .cart-usp ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:-7px 0px;
}

#custom-cart .cart-usp ul li {
	padding:7px 0px;
}

#custom-cart .cart-usp ul li strong {
	color:#ff9900;
}

#custom-cart .cart-usp ul li br {
	display:none;
}

#custom-cart .cart-usp .icon {
	font-size: 20px;
  color: rgba(0,0,0,.15);
  width:40px;
}

#custom-cart .cart-usp  .title {
	font-size:20px;
  margin-bottom:15px;
}

#custom-cart .upsells {
	margin-top:70px;
}

.shipping-message {
  padding: 15px;
  text-align: center;
  background: #27ad5f;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.shipping-message:empty {
	display:none;
}

.shipping-message span {
	font-weight:bold;
}

#custom-cart .cart-table .input-wrap {
	display:inline-block;
  position:relative;
}
#custom-cart .cart-table .input-wrap input {
  width: 65px;
  height: 46px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0,0,0,0.065);
  text-align: center;
  vertical-align: top;
  -webkit-transition: padding .15s ease-in-out;
  -o-transition: padding .15s ease-in-out;
  transition: padding .15s ease-in-out;
  border-radius: 0;
  font-size:12px;
}
#custom-cart .cart-table .input-wrap .change {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; 
}
#custom-cart .cart-table .input-wrap .change a {
  display: block;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 21px;
  font-weight: 900;
  background: rgba(0,0,0,.05);
  color:#979797;
}
#custom-cart .cart-table .input-wrap .change a:first-child {
  border-bottom: 1px solid #eee;
}
#custom-cart .cart-table .input-wrap .change {
	opacity:1;
}
#custom-cart .cart-table .input-wrap input {
	padding-right:25px;
  background:#fff;
  border:1px solid #eee;
}
/* End custom cart */

/* Custom cookiebar */
.wsa-cookielaw {
	top: auto;
  left: 30px;
  right: 30px;
  bottom: 20px;
  padding: 20px;
  padding-left: 80px;
  border-radius: 0px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid rgba(0,0,0,0.07);
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.wsa-cookielaw:after {
	content: '\f128';
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #a10b30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wsa-cookielaw .wsa-cookielaw-button {
  text-shadow: none;
  border: none;
  padding: 0 30px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 0px;
  color: #fff;
  margin: 5px 10px;
  min-width: 80px;
}

.wsa-cookielaw-button-red {
	background: #D8261B;
}

.wsa-cookielaw .wsa-cookielaw-button:first-child {
	margin-left: 35px;
}

.wsa-cookielaw-button:hover {
	border: none;
  text-decoration: none;
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
}

.wsa-cookielaw .wsa-cookielaw-link {
	margin-left: auto;
  color: #aaa;
  position: relative;
}

.wsa-cookielaw .wsa-cookielaw-link:before {
	content: '\f129';
  font-family: 'FontAwesome';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #aaa;
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .9em;
  position: absolute;
  top: 53%;
  left: -35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* End custom cookiebar */

/* BLOG */
.flex-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  margin:-15px;
}
.col-sidebar {
	min-width:330px;
  max-width:330px;
  padding:15px;
  margin-right:20px;
}
.col-sidebar.on-right {
	margin-right:0;
  margin-left:20px;
}
.col-main {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  padding:15px;
}

.tags {
	margin:-3px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.tags .tag {
	padding:3px;
}
.tags .tag a {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border-radius: 0px;
  background: rgba(0,0,0,0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.sidebar-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

.blog-articles {
	margin:-20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.regular-articles .blog-articles {
	display:block;
}
.blog-articles .blog-article {
	padding:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}
.regular-articles .blog-articles .blog-article {
	display:block;
}
.blog-articles .blog-article .image-wrap {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
}
.blog-articles .blog-article .image {
	min-height:280px;
  border-radius:0px;
  width:100%;
}
.blog-articles .blog-article .title {
	font-size:2.5em;
  font-weight: bold;
  text-decoration:none;
}
.blog-articles .blog-article .flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  width:100%;
}
.blog-articles .blog-article .title,
.blog-articles .blog-article .summary,
.blog-articles .blog-article .date,
.blog-articles .blog-article .image-wrap {
	-webkit-box-ordinal-group:3;
	    -ms-flex-order:2;
	        order:2;
}
.blog-articles .blog-article .image-wrap {
	margin-top:40px;
}
.blog-articles .blog-article:nth-child(even) .image-wrap,
.regular-articles .blog-articles .blog-article .image-wrap {
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1;
  margin-top:0;
  margin-bottom:20px;
}
.blog-articles .blog-article .date,
.complete-article .date{
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 10px;
}
#blog .regular-articles {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.blog-articles .blog-article .title {
	line-height:1.3em;
  margin-bottom:10px;
}
.blog-articles .blog-article .summary {
  font-size:.97em;
  color: #888;
}
.blog-articles .blog-article .summary .content {
	line-height:2.2em;
}
.blog-articles .blog-article .read-more {
	font-weight:bold;
  font-size:.9em;
}
.blog-articles .blog-article .read-more:hover {
	text-decoration:underline;
}
.recent-articles {
	margin:-10px;
}
.recent-articles .recent-article {
	padding:10px;
}
.recent-articles .recent-article .flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.recent-articles .recent-article .image-wrap {
	min-width:75px;
  max-width:75px;
  border-radius:0px;
  margin-right:15px;
  overflow:hidden;
  background:#fff;
}
.recent-articles .recent-article .image-wrap .no-image {
	background:#f7f7f7;
}
.recent-articles .recent-article .image-wrap .no-image:after {
	content:'';
  display:block;
  padding-top:100%;
}

.recent-articles .recent-article .info .title {
	font-weight: bold;
}

.recent-articles .recent-article .info .date {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 5px;
  opacity: .3;
}
.complete-article .image,
.complete-article .no-image {
	border-radius:0px;
}
.complete-article .no-image {
	background:#f7f7f7;
}
.sidebar .blog-tags-wrap {
	margin-bottom: 30px;
}
.complete-article .image:after,
.complete-article .no-image:after{
  content:'';
  display:block;
	padding-top:40%;
}
.complete-article .article-title {
	margin:0;
  margin-bottom:10px;
  font-weight: bold;
}
.complete-article .image-wrap {
	margin-bottom:30px;
  margin-top:20px;
}
.write-comment .fields {
	margin:-10px;
}
.write-comment .fields .field {
	padding:10px;
}
.write-comment .standard-input {
	width:100%;
}
.write-comment textarea.standard-input {
	height:150px;
  resize: none;
  border-radius: 0px;
  padding: 20px 25px;
}
.write-comment  .title,
#blog .comments-block .title {
	margin-bottom:30px;
  font-weight: bold;
  font-size: 1.5em;
}
#blog .comments-block {
	margin-bottom:50px;
}
#blog .comments {
	margin:-10px;
}
#blog .comments .comment {
	padding:10px;
}
#blog .comments .comment .comment-inner {
	padding-bottom:20px;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
#blog .comments .comment .content {
	margin-top:10px;
}
#blog .comments .comment .date {
height: 25px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0px 10px;
border-radius: 0px;
color: inherit;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
  color: #fff;
}
#blog .comments .comment .top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

#blog .comments .comment .top .comment-title {
	font-weight: bold;
}
#blog .share {
	margin-bottom:50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#blog .share .title {
	margin-right:20px;
  font-weight: bold;
}
#blog .share ul li {
  font-size:20px;
  margin-right:15px;
}
#blog .share {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0,0,0,.07);
  border-top: 1px solid rgba(0,0,0,.07);
}
#blog .share ul {
  padding-left:0px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  margin:0;
  padding:0;
  list-style:none;
}
#blog .share ul li a.facebook {
  color:#3b5998;
}
#blog .share ul li a.twitter {
  color:#55acee;
}
#blog .share ul li a.google {
  color:#dd4b39;
}
#blog .share ul li a.pinterest {
  color:#cb2027;
}
#blog .complete-article {
	margin-bottom:50px;
}
#blog .complete-article .date-author {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  margin-bottom:30px;
}
#blog .complete-article .date-author .date {
	margin-right:15px;
  margin-bottom:0;
}
#blog .complete-article .date-author .author {
	font-size:.9em;
  text-transform: uppercase;
  font-weight: 500;
}
#blog .complete-article .article-text img {
	max-width: 100%;
  height: auto;
}

.blog-articles .blog-article .date,
.complete-article .date,
#blog .comments .comment .date {
  background:#a10b30;
}

.blog-articles .blog-article .read-more {
	color:#a10b30;
}
/* END BLOG */

/* Responsive */
@media (min-width: 1400px) {
  /* Custom cookiebar */
  .wsa-cookielaw {
  	max-width: 1400px;
    min-width: 1400px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* End custom cookiebar */
}

@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1460px;
    padding:0px 30px;
  }
  
  #header .main-menu ul > li:hover > a {
    color: #D8261B;
  }
  
  #header.fixed .main-header .inner {
    padding: 10px 0;
  }

  #header.fixed .main-header .logo img {
    height: 50px;
  }
  
  .btn:hover {
    color:#fff;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  
  .btn.open:hover {
    background: #a10b30;
    color: #fff;
    -webkit-filter: none;
            filter: none;
  }
  
  #footer .main-footer .footer-links-wrap ul li a:hover {
    color: #D8261B
  }
  
  .products .product .product-btn:hover .input-wrap {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }

  .products .product .product-btn:hover .btn {
    padding-left: 80px;
  }
  
  #productpage .product-content .tab-links li:hover {
    color: #333;
  }
}

@media (max-width: 1199px) {
  #header .search-wrap form input {
  	min-width: 300px;
  }
  
  .headline .inner {
  	padding: 150px 0;
    padding-top: 190px;
  }
  
  #productpage .productpage-usp-wrap {
  	width: 100%;
    margin-top: 30px;
  }
  
  #productpage .usp-wrap .inner {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: row;
  	        flex-direction: row;
  }
  
  #productpage .usp-wrap .usp-item:not(:last-child) {
  	margin-right: 10px;
  }
  
  #productpage .product-info {
  	padding-right: 0;
    padding-left: 30px;
  }
  
  #productpage .productpage-row {
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap; 
  }
  
  #productpage .product-content .inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -20px 0;
  }
  #productpage .product-content .inner .col {
  	padding: 20px 0;
  }
  #productpage .product-content .inner .col-left{
    padding-right: unset !important;
  }
  #productpage .product-content .tab-links{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: .9em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #custom-cart .bottom-block .total-table {
  	width:300px;
  }
  /* Custom cookiebar */
  .wsa-cookielaw:after {
  	display: none;
  }
  
  .wsa-cookielaw {
  	padding-left: 20px;
  }
	/* End custom cookiebar */
  #footer .main-footer .logo img {
    height: 90px;
	}
  .blog-articles .blog-article .title {
  	font-size:2em;
  }
}

@media (max-width: 991px) {
  .btn {
  	height: 45px;
    padding: 0 25px;
    font-size: .95em;
  }
  
  .block-padding {
  	padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .block-padding-top {
  	padding-top: 60px;
  }
  
  .block-padding-bottom {
    padding-bottom: 60px;
  }
  
  .title-featured {
  	margin-bottom: 50px;
  }
  
  .title-featured .title {
  	font-size: 2.8em;
  }
  
  #header .main-header .inner {
  	padding: 15px 0;
  }
  
  #header .main-header .menu-button,
  #header .main-header .logo,
  #header .main-header .header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  #header .main-header .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #header .main-header .header-icons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  #header .main-header .logo img {
  	height:45px;
  }
  
  .headline .inner {
  	padding: 100px 0;
    padding-top: 140px;
  }
  
  .headline .text-box .title {
  	font-size: 3em;
  }
  
  .products {
    margin: -10px;
  }

  .products .product {
    padding: 10px;
  }

  .products .product .inner {
    padding: 20px;
  }
  
  .home-about {
  	border-bottom: 1px solid #eee;
  }
  
  .home-about .col-right {
  	width: 100%;
    padding: 60px 0;
  }
  
  .home-text .col-left {
  	width: 100%;
    padding: 60px 0;
  }
  
  .home-text .btn-wrap {
  	margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .home-text .btn-wrap .btn:first-child {
  	margin-right: 15px;
  }
  
  #footer .footer-bottom .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  #footer .footer-bottom .copyright {
  	margin-bottom: 10px;
  }
  
  #footer .footer-bottom .paymnets {
  	margin: -2px;
  }
  
  #footer .footer-bottom .paymnets a {
  	margin: 2px.sidebar .sidebar-title
  }
  
  #productpage .product-images {
  	width: 100%;
  }
  
  #productpage .product-info {
  	padding-left: 0;
    padding-top: 30px;
  }
  #productpage .order .input-wrap input {
  	padding-right: 25px;
  }
  #productpage .order .input-wrap .change {
  	-webkit-transform: translateX(0);
  	    -ms-transform: translateX(0);
  	        transform: translateX(0);
  }
  
  #custom-cart .cart-left,
  #custom-cart .cart-right {
    display:block;
    width:100%;
  }
  #custom-cart .cart-right {
    max-width:300px;
    float:right;
  }
  #custom-cart .main-cart-content {
    padding-right:0;
  }
  #custom-cart .bottom-block .discount .title {
    font-size:16px;
  }
  #custom-cart .cart-right {
  	max-width: unset;
    width: 100%;
  }
  
  .categories {
    margin: -10px;
  }

  .categories .category {
    padding: 10px;
  }
  .brands {
    margin: -10px;
  }

  .brands .brand {
    padding: 10px;
  }
  /* Custom cookiebar */
  .wsa-cookielaw {
  	font-size: 13px;
    padding: 15px;
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 60px;
  }
  
  .wsa-cookielaw .wsa-cookielaw-link {
  	margin-left: 50px;
  }
  
  .wsa-cookielaw .wsa-cookielaw-button:first-child {
  	margin-left: 20px;
  }
  /* End custom cookiebar */
  #header .search-wrap form a {
  	right:25px;
  }
  .blog-articles .blog-article .image-wrap {
  	margin-top:0;
    margin-bottom:20px;
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
  }
}

@media (max-width: 767px) {
  #header .main-header .inner {
  	padding: 7px 0;
  }
	#header .main-header .logo img {
  	height: 30px;
  }
  
  .headline .usp-bar .usp-wrap {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  
  .headline .usp-bar .usp-wrap li {
  	text-align: center;
  }
  
  .headline .inner {
  	padding: 50px 0;
    padding-top: 90px;
  }
  
  .headline .text-box .title {
  	font-size: 2.8em;
  }
  
  .products {
    margin: -7px;
  }

  .products .product {
    padding: 7px;
  }

  .products .product .inner {
    padding: 15px;
  }
  
  .block-padding {
  	padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .block-padding-top {
  	padding-top: 40px;
  }
  
  .block-padding-bottom {
    padding-bottom: 40px;
  }
  
  .title-featured {
  	margin-bottom: 30px;
  }
  
  .title-featured .title {
  	font-size: 2.4em;
  }
  
  .home-about .col-right {
    padding: 40px 0;
  }
  
  .home-text .col-left {
    padding: 40px 0;
  }
  
  .home-text .btn-wrap {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  .home-text .btn-wrap .btn {
  	width: 100%;
  }
  
  .home-text .btn-wrap .btn:first-child {
  	margin-right: 0px;
    margin-bottom: 15px;
  }
  
  .home-about .title,
  .home-text .title {
  	margin-bottom: 30px;
    font-size: 2.4em;
  }
  
  #footer .main-footer .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: -30px 0;
  }
  
  #footer .main-footer .inner .footer-col:first-child,
  #footer .main-footer .inner .footer-col:last-child {
  	padding: 30px 0;
  }
  
  #footer .main-footer .inner .footer-col {
  	padding: 0;
  }
  
  #footer .main-footer .footer-links-wrap ul {
  	display: none;
  }
  
  #footer .main-footer .footer-title {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  
  #footer .main-footer .newsletter form {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  }
  
  #footer .main-footer .newsletter input {
  	-webkit-box-flex: 1;
  	    -ms-flex: 1;
  	        flex: 1;
    height: 45px;
  }
  
  #footer .main-footer .footer-links-wrap ul {
  	margin-top: 0;
  }
  
  .sort .custom-pager ul li.prev a,
  .sort .custom-pager ul li.next a {
  	width: 23px;
  }
  
  .cart-side.cart-open {
    -ms-transform: translate(-300px, 0px);
		-webkit-transform: translate(-300px, 0px);
		transform: translate(-300px, 0px);
  }
  
  .cart-side {
  	width: 300px;
  }
  
  .body-wrap.cart-open {
    -ms-transform: translate(-300px, 0px);
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
  }
  
  #collection .collection-content h1 {
  	font-size: 2.5em;
  }
  
  #collection .collection-content .general-content {
  	margin-top: 15px;
  }
  
  .ui.selection.dropdown .menu {
  	max-height: 13em;
  }
  
  #productpage .order .buttons .btn.calculate-btn {
  	padding: 0;
    width: 50px;
  }
  
  #productpage .order .buttons .btn.calculate-btn i {
  	margin: 0;
  }
  
  #productpage .order .buttons .btn {
  	height: 50px;
  }
  
  #productpage .order .input-wrap input {
    height: 50px;
  }
  
  #productpage .product-images .btn-wrap .btn {
  	width: 40px;
    height: 40px;
  }
  
  #custom-cart {
    margin-top:30px;
  }
  #custom-cart .main-total .shop-on {
    white-space:nowrap;
  }
  #custom-cart .cart-table .info .select {
    margin:10px 0px;
  }
  #custom-cart .bottom-block .discount {
    display:block;
    margin-bottom:20px;
  }
  #custom-cart .bottom-block .total-table {
    display:block;
    width:100%;
  }
  #custom-cart .cart-right {
    width:100%;
    max-width:100%;
  }
  #custom-cart .cart-table .image-wrap {
  	width:75px;
  }
  #custom-cart .cart-table td:first-child {
  	width:75px;
  }
  .shipping-message {
  	padding:10px;
    font-size:13px;
    margin-bottom:0;
  }
  #custom-cart .title-wrap .title {
  	font-size:1.5em;
  }
  #custom-cart .cart-table .info .unitprice {
  	margin-left:10px;
  }
  #custom-cart .cart-table td {
  	padding-top:15px;
    padding-bottom:15px;
  }
  #custom-cart .cart-table .info .extra-info {
  	margin-bottom:0;
  }
   #custom-cart .cart-table .subtotal span.ex {
    margin-right: 0;
 	}
  
  .fixed-content {
    padding:30px 0;
  }
  
  .textpage-title {
  	font-size: 2em;
  }
  
  #productpage .product-content .tab-links,
  #productpage .product-content .reviews-title {
  	margin-bottom: 20px;
  }
  
  #productpage .product-content .tab-links li:not(:last-child) {
  	margin-right: 15px;
    padding-right: 15px;
  }
  #header .search-wrap form a {
  	right:20px;
  }
  .blog-articles  {
  	margin:-5px;
  }
   .blog-articles .blog-article {
  	display:block;
     padding:5px;
  }
  .home-blog .blog-articles .blog-article .image {
  	min-height:100px;
  }
  .blog-article-wrap.app-style {
  	margin-right: -25%;
  }
  .blog-articles .blog-article .title {
  	font-size:1.4em;
  }
  .blog-articles .blog-article .title {
  	margin-bottom:10px;
  }
  .blog-article-wrap.app-style .article-slider .owl-stage-outer {
  	overflow:visible;
  }
  #blog .complete-article .article-title {
  	font-size:1.7em;
  }
  .complete-article .image-wrap {
    margin-bottom: 20px;
    margin-top: 10px;
	}
  .complete-article .image, .complete-article .no-image {
    border-radius: 0px;
	}
  .complete-article .image:after, .complete-article .no-image:after {
    content: '';
    display: block;
    padding-top: 50%;
	}
  #blog .complete-article,
  #blog .comments-block,
  #blog .share {
    margin-bottom: 30px;
	}
  #blog .share {
    padding: 15px 0px;
	}
  .write-comment .fields {
  	margin:-5px;
  }
  .write-comment .fields .field {
  	padding:5px;
  }
  #blog .blog-articles .blog-article .image {
  	height:auto;
    min-height:0;
  }
  #blog .blog-articles .blog-article .image:after {
  	content:'';
    display:block;
    padding-top:45%;
  }
  #blog .blog-articles .blog-article:nth-child(even) .image-wrap,
  #blog .regular-articles .blog-articles .blog-article .image-wrap,
  #blog .blog-articles .blog-article .image-wrap{
  	margin-bottom:15px;
  }
  #blog .regular-articles {
  	margin:0;
    border:none;
  }
  #blog .blog-articles {
  	margin:-10px;
  }
  #blog .blog-articles .blog-article {
  	padding:10px;
  }
}

@media (max-width: 424px) {
	/* Custom cookiebar */
  .wsa-cookielaw .wsa-cookielaw-button:first-child {
  	margin-left: 10px;
  }
  
  .wsa-cookielaw .wsa-cookielaw-link {
  	margin-top: 15px;
  }
	/* End custom cookiebar */
}
/* End responsive */