/* #f8f7f2 */

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
}

a,
a:hover,
a:focus {
	color:#c03a2b;
  text-decoration:none;
}

.btn {
  background: #c34334;
  color: #fff;
  border-radius: 0;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  font-size: .9em;
  font-weight: 800;
  border: none;
}

.btn:hover {
	color:#fff;
}

.left {
	float:left;
}

.right {
	float:right;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
	height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

#header .main-header {
	padding:30px 0px;
}

#header .main-header .logo {
	width:300px;
}

#header .main-header .search form {
	display:inline-block;
  width:400px;
  position:relative;
}

#header .main-header .search input {
	width:100%;
  background:#f2f2f2;
  height:45px;
  border:none;
  outline:none;
  padding:0px 15px;
  font-size:0.9em;
}

#header .main-header .search .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 45px;
  color: #c03a2b;
}

#header .main-header .hallmark img {
	height:40px;
}

#header .main-header .cart .icon {
  font-size: 23px;
  position: relative;
  color: #c03a2b;
  display:inline-block;
  vertical-align:middle;
}

#header .main-header .cart .icon .items {
  position: absolute;
  right: -8px;
  top: -5px;
  width: 19px;
  height: 19px;
  line-height: 16px;
  background: #c03a2b;
  font-size: 11px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #fff;
}

#header .main-header .cart .text {
	margin-left:10px;
  font-size:16px;
  color:#000;
  display:inline-block;
  vertical-align:middle;
  font-weight:800;
}

#header .main-header .cart .text i {
	margin-left:7px;
  color:#757575;
  font-size:12px;
}

#header .main-menu {
	background:#c03a2b;
}
#header .main-menu-wrap.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index:999;
  
  -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

#header .main-menu a {
	color:#fff;
}

#header .main-menu ul {
	margin:0;
  padding:0;
  list-style:none;
}

#header .main-menu ul li {
	display:inline-block;
  position:relative;
}

#header .main-menu ul li a {
	display:block;
  margin:0;
  padding:15px 20px;
}

#header .main-menu ul li a.active,
#header .main-menu ul li a:hover {
	background:rgba(0,0,0,0.1);
}

#header .main-menu ul li.login {
	float:right;
}

#header .main-menu ul li.login a {
  background:rgba(0,0,0,0.1);
}

#header .main-menu ul li.login a i {
	margin-right:10px;
  font-size:.8em;
}

#header .main-menu ul.subs {
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  border:1px solid #eee;
  border-bottom:0px;
  line-height: initial;
  display: none;
  min-width: 100%;
}
#header .main-menu ul li:hover ul.subs {
	display:block;
}
#header .main-menu ul.subs li {
	display:block;
  white-space: nowrap;
}
#header .main-menu ul.subs li a {
  padding: 7px 20px;
  border-bottom: 1px solid #eee;
  color: #333;
}
#header .main-menu ul.subs li a:hover .title {
	color:#333;
}
#header .main-menu ul.subs li .image {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
#header .main-menu ul.subs li .image.no-image {
	background-color:#f4f4f4;
}
#header .main-menu ul.subs li .title {
  display: inline-block;
  line-height: 32px;
}
#header .main-menu ul.subs li:hover a {
	color:#fff;
}

#header .main-menu ul.subs li a:hover {
	background-color:rgba(0,0,0,0.05);
}


#header .cart {
  position:relative;
}
#header .cart .cart .open-cart {
  cursor:pointer;
}
.cart-wrap-outer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.cart-wrap-inner {
  position: relative;
}
#header .cart .cart-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 450px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #efefef;
  z-index: 9999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  text-align:left;
  font-size:13px;
}
#header .cart:hover .cart-dropdown,
#header .cart .cart-dropdown.active {
  opacity: 1;
  visibility: visible;
}
#header .cart .cart-dropdown .cart-title {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
  color: #000;
  line-height: 22px;
  font-size: 1.4em;
}
#header .cart .cart-dropdown .cart-title .items {
  float: right;
  font-size: 11px;
  font-weight: normal;
  line-height: 22px;
  color: #6b6b6b;
  display: inherit;
  background: transparent;
  width: auto;
  height: auto;
}
#header .cart .cart-dropdown .cart-products {
  width:100%;
}
#header .cart .cart-dropdown .empty-cart {
  padding-top: 15px;
  padding-bottom: 10px;
  font-style: italic;
  font-size: 12px;
  color:#6b6b6b;
}
#header .cart .cart-dropdown .cart-products .product .info {
  font-size: 13px;
}
#header .cart .cart-dropdown a {
  padding:0;
  color:#fff;
}
#header .cart .cart-dropdown a.delete {
  color: #c03b2c;
  font-size: 1.2em;
}
#header .cart .cart-dropdown .cart-products .product .info a.title {
  padding: 0;
  font-size: 1.1em;
  font-weight:bold;
  line-height: 20px;
  display: block;
	color: #000;
}
#header .cart .cart-dropdown .cart-products .product .info .cart-variant {
	color:#6b6b6b;
}
#header .cart .cart-dropdown .cart-products .product .info a.title .qty {
  font-size:11px;
  color:#333;
  margin-left:4px;
}
#header .cart .cart-dropdown .cart-products .product .info .price {
  color:#6b6b6b;
  line-height: 30px;
  font-weight: 600;
  font-size: 1.15em;
}
#header .cart .cart-dropdown table.cart-products td {
  padding: 10px 0px;
  padding-right: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#header .cart .cart-dropdown table.cart-products td:first-child {
  padding-left: 0;
}
#header .cart .cart-dropdown table.cart-products td:last-child {
  padding-right: 0;
}
#header .cart .cart-dropdown table.total {
  margin-top:15px;
  width:100%;
  text-align:left;
  font-size:15px;
	color: #333;
  display: table;
}
#header .cart .cart-dropdown table.total td:last-child {
  text-align:right;
}
#header .cart .cart-dropdown table.total span {
  font-weight:600;
  color:#333;
  font-size:1.4em;
  margin-left: 10px;
}
#header .cart .cart-dropdown a.btn {
  display: block;
}
#header .cart .cart-dropdown a.btn:hover {
  color:#fff;
}
#header .cart .cart-icon {
	position: relative;
}
#header .cart .cart-icon .cart-quantity {
  position: absolute;
	top: -5px;
  right: -8px;
  background-color: #16a085;
  width: 15px;
  text-align: center;
  height: 15px;
  line-height: 15px;
  font-size: 0.75em;
  border-radius: 50px;
  font-weight: bold;
}
#header .cart .cart-total {
	margin-left: 12px;
  font-size: 0.9em;
  color:#002448;
}


#header .header-usp {
  padding: 15px 0px;
  border-bottom: 1px solid #f2f2f2;
  font-size:.85em;
  color:#757575;
  background-color:#fff;
}

#header .header-usp ul {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-content: stretch;
  -webkit-align-content: stretch;
  -o-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
  padding:0;
  list-style:none;
}

#header .header-usp ul li {
  -moz-flex-grow: 4;
  -webkit-flex-grow: 4;
  -o-flex-grow: 4;
  -ms-flex-grow: 4;
  flex-grow: 4;
  padding: 0px 10px;
  text-align:center;
}

#header .header-usp ul li:first-child {
	text-align:left;
}

#header .header-usp ul li:last-child {
	text-align:right;
}

#header .header-usp ul li i {
	margin-right:7px;
  color:#27ae60;
}
#header .main-menu-wrap .fixed-cart {
  float: right;
  background-color: rgba(0,0,0,0.2);
  display:none;
}
#header .main-menu-wrap .fixed-cart .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .main-menu-wrap .fixed-cart .icon .items {
  position: absolute;
  right: -11px;
  top: -3px;
  width: 15px;
  height: 15px;
  line-height: 11px;
  color: #c03a2b;
  font-size: 8px;
  background-color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #9a3023;
}
#header .main-menu-wrap.fixed .fixed-cart {
	display:inline-block;
}

.headlines .item {
	height:700px;
}

.headlines .item.item-1 {
	background: url(headline-1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headlines .item.item-2 {
	background: url(headline-2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headlines .item.item-3 {
	background: url(headline-3.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headlines .item.item-4 {
	background: url(headline-4.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headlines .item.item-5 {
	background: url(headline-5.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headlines .item.item-6 {
	background: url(headline-6.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headlines .text-wrap {
  display: inline-block;
  width: 50%;
}

.headlines .title {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 800;
  color:#333;
}

.headlines .subtitle {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-top: 10px;
  color: #757575;
}

.headlines .link {
	margin-top:25px;
}

.headlines .normal-link {
  font-size: 0.9em;
  font-weight: 800;
}

.headlines .normal-link i {
	margin-left:7px;
}

.title-featured {
	margin-bottom:50px;
}

.title-featured .title {
	font-size:2.2em;
  font-weight:800;
  text-transform:uppercase;
  margin:0;
}

.home-products {
	padding:70px 0px;
}

.products {
	margin:-10px;
}

.products .product {
	padding:10px;
}

.products .product .product-wrap {
	box-shadow: 0px 4px 10px #ddd;
}

.products .product img {
	width:100%;
}

.products .product .image-wrap {
	padding:10%;
  border: 1px solid #f2f2f2;
  position:relative;
}

.products .product .product-label,
#productpage .product-label {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #eee;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 5px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.products .product .product-label.nieuw,
#productpage .product-label.nieuw {
	background:#27ae60;
  color:#fff;
}

.products .product .product-label.aanbieding,
.products .product .product-label.afgeprijsd,
#productpage .product-label.aanbieding,
#productpage .product-label.afgeprijsd {
	background:#c03a2b;
  color:#fff;
}

.products .product .info {
	padding:20px;
  background:#f2f2f2;
}

.products .product .info .title {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  line-height: normal;
  height: 2.6em;
  overflow: hidden;
  display: block;
  margin-bottom:10px;
}

.products .product .info .link {
	white-space:nowrap;
}

.products .product .info .link a {
	font-size:.85em;
  font-weight:800;
}

.products .product .info .align {
	height:36px;
}

.products .product .info .price {
	font-size:.95em;
  color:#757575;
}

.products .product .info .price .old-price {
	font-size:.9em;
  text-decoration:line-through;
}

#catalog .products .product .info .title,
#brands .products .product .info .title {
	margin-bottom:0px;
}

.home-blog {
	padding:70px 0px;
  background:#f2f2f2;
}

.home-blog .articles {
	margin:-10px;
}

.home-blog .articles img {
	width:100%;
}

.home-blog .articles .article {
	padding:10px;
}

.home-blog .articles .article .image-wrap {
	width:150px;
  position:relative;
}

.home-blog .articles .article .date {
  position: absolute;
  left: 0;
  top: 10px;
  background: #c34334;
  color: #fff;
  padding: 5px;
  font-weight: 800;
  font-size: 0.8em;
}

.home-blog .articles .article .info {
	padding:20px;
  background:#fff;
}

.home-blog .articles .article .info .title {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}

.home-blog .articles .article .info .sum {
  color: #757575;
  font-size: .85em;
  max-height: 35px;
  overflow: hidden;
  margin-top: 5px;
}

.home-blog .articles .article .info .link a {
  font-size: 0.8em;
  font-weight: 800;
}

.home-blog .view-all {
	margin-top:50px;
}

#collection,
#catalog,
#brands,
#textpage,
#fixed-content {
	padding-bottom:70px;
}

.sidebar a {
	color:#000;
}
.sidebar ul.side-cats ul a {
	color:#757575;
}
.sidebar ul.side-cats {margin:0;list-style:none;padding:0;font-weight:bold;margin-bottom:30px;}
.sidebar ul.side-cats li {position:relative;}
.sidebar ul.side-cats li > a {display:block;padding:0;min-height:50px;line-height:50px;padding-right:55px;border-bottom:1px solid #f2f2f2;}
.sidebar ul.side-cats li:first-child > a {
	border-top:1px solid #f2f2f2;
}
.sidebar ul.side-cats ul li:first-child > a {
	border-top:0;
}
.sidebar ul.side-cats li.active  >a {color:#c03a2b;}
.sidebar ul.side-cats ul li a {height:auto;line-height:normal;border:none;padding:5px 0px;min-height:0;}
.sidebar ul.side-cats ul {list-style:none;padding:15px 0px;margin:0;border-bottom:1px solid #f2f2f2;font-weight:normal;font-size:14px;display:none;}
.sidebar ul.side-cats ul.active {display:block;}
.sidebar ul.side-cats ul ul {border:none;padding:5px 0px;padding-left:15px;display:none;}
.sidebar ul.side-cats ul ul.active {display:block;}
.sidebar ul.side-cats ul ul li a {color:#8a8a8a;}
.sidebar ul.side-cats li .more-cats {position:absolute;right:0;top:0;height:50px;width:50px;text-align:center;line-height:50px;color:#c03a2b;z-index:99;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;}
.sidebar ul.side-cats ul li .more-cats {height:27px;width:27px;line-height:27px;}
.sidebar ul.side-cats li > .more-cats .plus-min {width:10px;height:10px;display:inline-block;position:relative;}
.sidebar ul.side-cats li > .more-cats .plus-min:before,.sidebar ul.side-cats li > .more-cats .plus-min:after {display:block;content:'';width:10px;height:2px;background:#c03a2b;position:absolute;top:50%;margin-top:-1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.sidebar ul.side-cats li > .more-cats .plus-min:after {transform:rotate(90deg);}
.sidebar ul.side-cats li.active > .more-cats .plus-min:after {transform:rotate(0deg);opacity:0;}

.sidebar .filters .checkbox span {
	font-size:11px;
  color:#7b7b7b;
}

.sidebar .filters .filter-outer {
	margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:1px solid #f2f2f2;
}

.sidebar .filters .filter-wrap {
	max-height:130px;
  overflow:hidden;
}

.sidebar .filters .filter-wrap.active {
	max-height:none;
}

.sidebar .filters .checkbox {
	display:block;
  margin:0;
  padding:3px 0px;
}

.sidebar .filters .more-filters {
	font-size:12px;
  font-weight:bold;
  margin-top:10px;
  display:block;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #ebebeb !important;
}

.ui.checkbox .box, .ui.checkbox label {
	font-size:13px;
  line-height:20px;
  height:20px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left:30px;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #c03a2b !important;
}

.sidebar .filters .checkbox span {
	font-size:11px;
  color:#7b7b7b;
}

.sidebar .filters .filter-title {
	margin-bottom:15px;
}

.breadcrumbs {
	font-size:12px;
  margin-bottom:30px;
  padding-top:10px;
  color:#7b7b7b;
}

.breadcrumbs a {
	color:#7b7b7b;
}

.breadcrumbs i {
	margin:0px 10px;
}

.collection-head .title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2em;
}

.collection-head .content {
	line-height:1.8em;
  color:#757575;
  margin-top:10px;
}

.collection-head .link {
	margin-top:10px;
}

.collection-head .link a {
  font-size: 0.9em;
  font-weight: 800;
}

.collection-head .link a i {
	margin-left:7px;
}

.collection-head {
	margin-bottom:40px;
}
.collection-head.bottom {
  margin-top:40px;
	margin-bottom:0px;
}

.sort {
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px solid #f2f2f2;
}

.sort.bottom {
  margin-bottom: 0;
  margin-top: 30px;
  background: transparent;
}

.sort.sort-bottom {
	margin-top:30px;
  margin-bottom:0;
  padding-top:10px;
  border-top:1px solid #ebebeb;
}

.ui.selection.dropdown {
  height: 35px;
  line-height: 35px;
  border: 1px solid #ebebeb!important;
  border-radius: 0;
  padding: 0px 10px;
  padding-right: 70px;
  font-size: 13px;
  color: #7d7d7d;
  min-width:0;
  background:#fff;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  height: 33px;
  width: 33px;
  text-align: center;
  right: 0px;
  top: 0px;
  background: #ebebeb;
  color: #c03a2b;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 33px;
}

.ui.dropdown>.dropdown.icon:before {
  content: "\f107";
}

.sort select {
  height:35px;
}

.sort .modes {
  display:inline-block;
  vertical-align:top;
  margin-left:20px;
}

.sort .modes .mode {
  display: inline-block;
  height: 35px;
  width: 36px;
  line-height: 35px;
  text-align: center;
  background: #f5f5f2;
  margin-left:5px;
  color:#ccc;
}

.sort .modes .mode.active,
.sort .modes .mode:hover {
  color:#600b1f;
}

.sort .custom-pager ul {
	list-style:none;
  margin:0;
  padding:0;
  font-size:12px;
}

.sort .custom-pager ul li {
	display:inline-block;
  padding:0px 3px;
}

.sort .custom-pager ul li a {
	display:block;
  height:35px;
  line-height:33px;
  padding:0px 7px;
  background:#fff;
  border:1px solid #ebebeb;
  color:#7b7b7b;
}

.sort .custom-pager ul li.active a {
	font-weight:bold;
}

.sort .custom-pager ul li.next a,
.sort .custom-pager ul li.prev a {
	color:#c03a2b;
}

.sort .pager-text {
	display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  padding-right:10px;
  border-right:1px solid #ebebeb;
  font-weight:bold;
  color:#c03a2b;
  font-size:12px;
}

.sort .per-page {
	display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  font-size:12px;
}

#footer  {
	background:#f2f2f2;
  color:#757575;
  line-height:25px;
}

#footer a {
	color:#757575;
}

#footer .main-footer {
	padding:50px 0px;
}

#footer .footer-title {
	font-size:1.2em;
  text-transform:uppercase;
  font-weight:800;
  height:35px;
  color:#000;
}

#footer .footer-logo {
	height:35px;
}

#footer .footer-title,
#footer .footer-logo {
	margin-bottom:25px;
  margin-top:20px;
}

#footer .footer-logo img {
	height:100%;
}

#footer .main-footer ul {
	margin:0;
  padding:0;
  list-style:none;
  padding-bottom:20px;
}

#footer .main-footer form,
#footer .main-footer p {
	padding-bottom:20px;
  margin:0;
}

#footer .main-footer ul.contact li span {
	font-weight:800;
  margin-right:5px;
  color:#c03a2b;
}

#footer .main-footer form {
	position:relative;
}

#footer .main-footer form input {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 15px;
  outline: none;
}

#footer .main-footer form .btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
}

#footer .main-footer .socials {
	padding-bottom:20px;
  margin:-5px;
}

#footer .main-footer .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #757575;
  border-radius: 100%;
  margin: 5px;
  text-align: center;
  font-size: 15px;
}

#footer .footer-bottom {
	padding:30px 0px;
  border-top:1px solid rgba(0,0,0,0.05);
  font-size:.8em;
}

#footer .footer-bottom .payments img {
	width:55px;
}

#productpage {
	padding-bottom:70px;
}

#productpage .images {
	position:relative;
}

#productpage .images a:focus {
	border:0px;
  outline:none;
}

#productpage .images img {
	width:100%;
}
#productpage .images .brand-image {
  position: absolute;
  z-index: 99;
  width: 70px;
  right: 10px;
  top: 10px;
}
#productpage .images .expand {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #f2f2f2;
  color: #c03b2c;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index:99;
}

#productpage .images .image {
	padding:7% 20%;
  border:1px solid #f2f2f2;
  margin-bottom:10px;
  position:relative;
  display:none;
}
#productpage .images .image.active {
	display:block;
}
#productpage .thumbs {
  margin-right: -5px;
  margin-left: -5px;
}
#productpage .thumbs .thumb-wrap {
  padding-left: 5px;
  padding-right: 5px;
}
#productpage .thumbs .thumb {
	padding:15px;
  border: 1px solid #f2f2f2;
}

#productpage .thumbs .video-thumb {
	width:100%;
  display:block;
  padding:0;
  position:relative;
  border: 1px solid #f2f2f2;
}
#productpage .thumbs .video-thumb::after {
  content: "";
  display:block;
	padding-top:100%;
}
#productpage .thumbs .video-thumb .inner {
	position:absolute;
  width:100%;
  height:100%;
}
#productpage .thumbs .video-thumb .inner a {
  outline:none;
}
#productpage .thumbs .video-thumb .inner i {
	font-size:3em;
  display:block;
}

#productpage .product-info  {
	padding:30px;
  background:#f2f2f2;
}

#productpage .product-info .title {
	font-size:2em;
  margin:0;
}

#productpage .product-info .product-code {
  margin-top: 10px;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 800;
  color: #757575;
}

#productpage .product-info .product-code span {
  margin-right: 5px;
  font-weight: normal;
}

#productpage .product-info .brand {
	font-size:1.1em;
  color:#757575;
  margin-bottom:3px;
}

#productpage .product-info .description {
	color:#757575;
  line-height:25px;
  margin-top:20px;
}

#productpage .product-info .description .link {
	font-size:.9em;
  font-weight:800;
}

#productpage .product-info .price {
  font-size: 1.6em;
  font-weight: 800;
  margin-top: 20px;
  color: #c03a2b; 
}

#productpage .product-info .price .old-price {
	font-size:0.7em;
  color:#aaa;
  text-decoration:line-through;
  margin-right:7px;
  font-weight:bold;
}

#productpage .product-info .ui.selection.dropdown {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

#productpage .product-info .ui.selection.dropdown>.dropdown.icon {
	width:48px;
  height:48px;
  line-height:48px;
  background:transparent;
  border-left:1px solid #ebebeb;
}

#productpage .product-info .product-option {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

#productpage .product-info .product-configure {
	margin:-10px 0px;
}

#productpage .product-info .product-configure-variants {
	padding:10px 0px;
}

#productpage .product-info label {
	display:block;
  margin:0;
  margin-bottom:10px;
  color:#757575;
}

#productpage .product-info .order {
	margin-top:10px;
}

#productpage .product-info .order input {
	border:1px solid #ebebeb;
  margin-right:10px;
  width:60px;
  height:50px;
  vertical-align:top;
  text-align:center;
  outline:none;
}

#productpage .product-info .order .btn {
	width: calc(100% - 70px);
}

#productpage .product-info .downloads-block {
	margin-top:30px;
  padding-top:30px;
  border-top:1px solid #ebebeb;
}

#productpage .product-info .downloads-block .downloads-title {
	margin-bottom:10px;
}

#productpage .product-info .downloads {
	margin:-3px;
}

#productpage .product-info .downloads .download {
	padding:3px;
}

#productpage .product-info .downloads .download .inner {
  background:#fff;
}

#productpage .product-info .downloads .download .icon {
  font-size: 20px;
  color: rgba(0,0,0,0.2);
  width: 60px;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #f2f2f2;
}

#productpage .product-info .downloads .download .text {
  padding: 10px 15px;
}

#productpage .product-info .downloads .download .d-title {
  display: block;
  font-weight: 800;
  font-size: .9em;
  color: #000;
  float:left;
  line-height:21px;
}

#productpage .product-info .downloads .download .download-link {
  display: inline-block;
  font-size: 0.8em;
  background: #c34334;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px;
  font-weight: 800;
  float:right;
}
  
#productpage .product-content {
	padding:70px 0px;
  margin-top:50px;
  background:#f2f2f2;
  line-height:25px;
  color:#757575;
}

#productpage .product-content .title {
	font-size:1.5em;
  margin-bottom:20px;
  color:#000;
}

#productpage .product-content .specs table {
	width:100%;
}

#productpage .product-content .specs table td {
	padding: 5px 10px;
}

#productpage .product-content .specs td:first-child {
  font-weight:800;
}

#productpage .product-content .specs table tr:nth-child(odd) td {
	background:#fff;
} 

#productpage .related-products {
	margin-top:70px;
}

#productpage .title-featured .title {
	font-size:2em;
}

.home-brands {
	padding:50px 0px;
  border-top:1px solid #f2f2f2;
}

.home-brands .brands {
	text-align:center;
}

.home-brands .brands .brand {
	display:inline-block;
  max-width:12.5%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity:.6;
}

.home-brands .brands .brand a {
	display:block;
  padding: 5% 15%;
}

.home-brands .brands .brand img {
	width:100%;
}

.gui-progressbar {
    background-color: transparent !important;
}

/*==========Blogs=============*/
#blog .home-blog {
	background:transparent;
  padding:0px;
}
#blog .home-blog .articles .article .info {
  background: #f2f2f2;
}
#blog .blog-spinner {
    padding-top: 70px;
}
/* .articles .article {
  margin-bottom:30px;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.articles .article.hover {
  opacity:0.4;
}
.articles .article .image-wrap {
  padding:0px;
}
.articles .article .info {
  padding: 20px;
  background-color: #fff;
  margin-top: -40px;
  margin: -40px 20px 0px 20px;
  position: relative;
}
.articles .article .info .publish-date {
  color: #6a448b;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.articles .article .article-title {
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  height: 26px;
  overflow: hidden;
  margin-bottom: 10px;
  text-transform:uppercase;
}
.articles .article .article-description {
  height: 70px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  line-height:1.8em;
}
.articles .article .article-buttons {
  text-align:left;
}
.articles .article .article-buttons a.read-more {
  display: inline-block;
} */
.complete-article .image-wrap img {
  border-radius:0px;
}
.complete-article .article-box {
  padding: 0px 30px;
}
.complete-article .article-box .article-content {
  background: #fff;
  padding: 50px;
  margin-top: -100px;
  z-index: 1;
  position: relative;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  margin-bottom: 50px;
  font-size:15px;
  color: #000;  
}
.complete-article .article-box .article-content p {
  line-height: 1.8em;
  font-size: 14px;
  color: #757575;
  margin-top: 10px;
}
.complete-article .article-box .article-content .article-title {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  text-transform:uppercase;
}
.complete-article .article-box .article-content .publish-date {
  color: #c03b2c;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight:bold;
}
.blog-sidebar .sidebar-inner {
  border-right: 1px solid #eee;
  padding-right: 30px;
}
.recent-article {
  border-bottom:1px solid #eee;
  padding-bottom:20px;
  margin-bottom:20px;
}
.recent-article.last {
  border:none;
  margin:0;
}
.recent-article .image-wrap {
  float:left;
  width:25%;
}
.recent-article .image-wrap img {
  border-radius:0px;
}
.recent-article .info {
  width:75%;
  float:left;
  padding-left:15px;
}
.recent-article .info .article-title {
  font-weight: bold;
  color: #000000;
  display: block;
  font-size: 1em;
  max-height: 40px;
  overflow: hidden;
}
.recent-article .info .article-summary {
  color: #757575;
  font-size: .85em;
  max-height: 35px;
  overflow: hidden;
  margin-top: 5px;
}
.sidebar-inner h3 {
  margin-bottom: 30px;
  color: #c03b2c;
  font-size: 1.2em;
  margin-top: 0px;
}
.complete-article .share h3 {
  margin-bottom:5px;
  color:#000;
}
.complete-article .share ul li {
  display:inline-block;
  font-size:20px;
  margin-right:10px;
}
.complete-article .share {
  margin-top:30px;
}
.complete-article .share ul {
  padding-left:0px;
}
.complete-article .share ul li a.facebook {
  color:#3b5998;
}
.complete-article .share ul li a.twitter {
  color:#55acee;
}
.complete-article .share ul li a.google {
  color:#dd4b39;
}
.complete-article .share ul li a.pinterest {
  color:#cb2027;
}
.complete-article .comments {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
  color: #757575;
}
.complete-article .comments .comment {
  padding: 20px;
  background-color: #f9f9f9;
  margin: 10px 0px;
}
.complete-article .comments .comment .content {
  padding-bottom: 10px;
}
.complete-article .comments .comment .info {
  font-size:0.85em;
  color:#666;
}

.reactions form input[type="text"],
.reactions form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 15px;
  margin-bottom:20px;
  outline:none;
}
.reactions form textarea {
  padding: 15px;
  min-height: 180px;
  border-radius: 3px;
  max-width: 100%;
}
.reactions form label {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  color: #c03b2c;
}
.reactions {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.reactions form .action a.button {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 3px;
  background: #6a448b;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size:13px;
}
.reactions h2,
.comments h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #000;
  font-size: 24px;
}
.post-description {
  height:90px;
  overflow:hidden;
}



body.no-scroll {
	overflow: hidden;
	position: fixed;
  width:100%;
}
.body-wrap {
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.body-wrap.menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
.total-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 9999999;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity:0;
  visibility:hidden;
}
.total-overlay.menu-open {
  opacity:1;
  visibility:visible;
}
.mobile-menu {
  position:absolute;
  left:0;
  top:0;
  width:300px;
  height:100%;
  z-index:999999999;
  background:#c03a2b;
  position:fixed;
  -ms-transform: translate(-300px, 0px); /* IE 9 */
  -webkit-transform: translate(-300px, 0px); /* Safari */
  transform: translate(-300px, 0px);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  overflow-y:scroll;
}
.mobile-menu.menu-open {
  -ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(0px, 0px);
}
.mobile-menu .logo {
  padding:15px;
  background: #f9f9f9;
}
.mobile-menu .logo img {
  height:30px;
}
.mobile-menu .mobile-main-menu ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
}
.mobile-menu .mobile-main-menu ul ul {
  font-weight:normal;
  display:none;
}
.mobile-menu .mobile-main-menu ul li ul.active {
  display:block;
}
.mobile-menu .mobile-main-menu ul li {
  position:relative;
}
.mobile-menu .mobile-main-menu ul li a {
  height:50px;
  line-height:50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display:block;
  padding:0px 15px;
  color:#fff;
}
.mobile-menu .mobile-main-menu ul ul li > a {
  padding-left:25px;
}
.mobile-menu .mobile-main-menu ul ul ul {
  background: rgba(255,255,255,0.1);
}
.mobile-menu .mobile-main-menu ul ul ul li > a {
  text-transform:none;
  color:#eee;
  height:35px;
  line-height:35px;
  font-size:12px;
}
.mobile-menu .mobile-main-menu ul li.active > a {
  background: rgba(0,0,0,0.15);
}
.mobile-menu .mobile-main-menu ul li .more-cats {
  position:absolute;
  right:0;
  top:0;
  color:#fff;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  cursor:pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mobile-menu .mobile-main-menu ul li.active > .more-cats {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg); 
}

.mobile-menu .mobile-main-menu ul li i {
	margin-right:7px;
}

.messages {
  margin-bottom: 0px !important;
  margin-top: 15px;
}

.filter-btn {
	display:block;
  margin-bottom: 20px;
}


@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1500px;
    padding:0px 50px;
  }
}

@media (min-width: 920px) {
  .col-md-20 {
  	width:20%;
    padding-left:15px;
    padding-right:15px;
    float:left;
  }
}


@media (max-width: 1199px) {
  #header .main-header {
    padding: 20px 0px;
  }
  #header .main-header .logo {
    width: 230px;
	}
  #header .main-header .search form {
  	width:295px;
  }
  #header .main-menu ul li a {
    padding: 15px 12px;
	}
  #header .header-usp {
    padding: 10px 0px;
  }
  .headlines .item {
    height: 500px;
	}
  #header .main-header .hallmark img {
    height: 30px;
	}
  .home-products,
  .home-blog,
  .home-brands,
  #footer .main-footer,
  #productpage .product-content {
    padding: 50px 0px;
	}
  .title-featured {
    margin-bottom: 50px;
	}
  #productpage .related-products,
  #productpage .product-content,
  .home-blog .view-all {
  	margin-top:50px;
  }
  #collection, #catalog, #brands, #textpage, #fixed-content, #productpage {
    padding-bottom: 50px;
	}
  #footer .footer-logo img {
    height: 75%;
	}
  #productpage .product-info .title {
    font-size: 1.6em;
  }
  #productpage .thumbs .video-thumb .inner i {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  #header .main-header .logo {
    width: auto;
	}
  #header .main-header .logo img {
  	width:200px;
  }
  #header .open-menu {
  	width:50px;
    font-size:18px;
  }
  #header .header-usp {
    padding: 10px 0px;
    border-top: 1px solid #f2f2f2;
  }
  #header .main-header .cart .text {
    margin-left: 5px;
    font-size: 14px;
  }
  .headlines .title {
    font-size: 2em;
  }
  .home-products,
  .home-blog,
  .home-brands,
  #footer .main-footer,
  #productpage .product-content {
    padding: 40px 0px;
	}
  .title-featured {
    margin-bottom: 40px;
	}
  .title-featured .title,
  .collection-head .title,
  #productpage .product-info .title,
  #productpage .title-featured .title {
    font-size: 1.7em; 
  }
  .home-blog .view-all {
    margin-top: 40px;
	}
  .home-brands .brands .brand {
  	max-width:20%;
  }
  .home-brands .brands .brand:nth-child(n+7)  {
  	display:none;
  } 
  .sidebar .filters .filter-outer:last-child {
  	border-bottom:0px;
  }
  #productpage .thumbs {
  	padding-bottom:10px;
  }
  #productpage .related-products,
  #productpage .product-content {
  	margin-top:40px;
  }
  #collection, #catalog, #brands, #textpage, #fixed-content, #productpage {
    padding-bottom: 40px;
	}
  #footer .footer-title {
  	margin-bottom:0px;
  }
  #footer .footer-logo img {
    height: 100%;
	}
  #productpage .thumbs .video-thumb .inner i {
    font-size: 3em;
  }
  .filter-slide {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .main-header {
    padding: 15px 0px;
  }
  #header .main-header .logo img {
  	width:150px;
  }
  #header .main-header .logo a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #header .cart {
  	width:50px;
  }
  #header .main-header .cart .text {
    margin-left: 0px;
  }
  #header .main-header .cart .icon .items {
    width: 15px;
    height: 15px;
    line-height: 12px;
    font-size: 9px;
    top: -1px;
    right: -10px;
  }
  #header .header-usp ul li {
  	display:none;
  }
  #header .header-usp ul li:first-child {
  	display:block;
    width:100%;
    text-align:center;
  }
  #header .header-usp {
    padding: 7px 0px;
  }
  .headlines .item {
    height: 300px;
	}
  .headlines .text-wrap {
  	width:100%;
    background-color: rgba(255,255,255,0.6);
    padding: 15px;
  }
  .headlines .title {
    font-size: 1.8em;
  }
  .headlines .subtitle {
  	display:none;
  }
  .home-products,
  .home-blog,
  .home-brands,
  #footer .main-footer,
  #productpage .product-content {
    padding: 30px 0px;
	}
  .title-featured {
    margin-bottom: 30px;
	}
  .title-featured .title,
  .collection-head .title,
  #productpage .product-info .title,
  #productpage .title-featured .title {
    font-size: 1.6em; 
  }
  .products .product .info {
    padding: 12px;
  }
  .products .product .info .align-bottom {
  	display:block;
  }
  .products .product .info .link {
    margin-top:5px;
  	text-align:left !important;
  }
  .home-blog .articles .article .info {
    padding: 10px 20px;
  }
  .home-blog .view-all {
    margin-top: 30px;
	}
  .home-brands .brands .brand {
  	max-width:33%;
  }
  .home-brands .brands .brand:nth-child(n+5)  {
  	display:none;
  } 
  #footer .footer-bottom {
    padding: 15px 0px;
  }
  #footer .footer-bottom .align-middle {
   	display: block;
    text-align: center;
  }
  #footer .main-footer .socials {
  	padding-bottom:0px;
  }
  #footer .main-footer ul {
  	padding-bottom:0px;
  }
  .ui.selection.dropdown {
  	padding-right:45px;
  }
  #collection, #catalog, #brands, #textpage, #fixed-content, #productpage {
    padding-bottom: 30px;
	}
  .breadcrumbs {
    margin-bottom: 0px;
    padding-top: 0px;
    visibility: hidden;
    opacity: 0;
  }
  #productpage .thumbs .video-thumb .inner i {
    font-size: 2em;
  }
  #productpage .product-info {
    padding: 15px;
  }
  #productpage .product-info .product-option,
  #productpage .product-info .downloads-block {
    margin-top: 15px;
    padding-top: 15px;
	}
  #productpage .product-info .downloads .download .download-link {
  	float:left;
  }
  #productpage .product-content .title {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  #productpage .related-products,
  #productpage .product-content {
  	margin-top:30px;
  }
  .collection-head {
    margin-bottom: 20px;
	}
  .sidebar .filters .filter-outer {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .complete-article .article-box {
    padding: 0px 15px;
	}
  .complete-article .article-box .article-content {
    padding: 20px;
    margin-top: -50px;
  }
  .complete-article .article-box .article-content .article-title {
    font-size: 22px;
  }
  .reactions h2, .comments h2 {
  	font-size:16px;
  }
#header .cart {
  	position:unset;
  }
  #header .main-header {
  	position:relative;
  }
  #header .cart .cart-dropdown {
  	width:100%;
    border-left:0px;
    border-right:0px;
  }
}