body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  margin-top:0 !important;
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden
}

a, 
a:hover,
a:visited,
a:focus,
a:active,
button, 
button:hover,
button:visited,
button:focus,
button:active {
	outline:none!important;
  outline: 0 !important;
}

.relative {
	position:relative;
}

.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;
}

.btn {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 700;
}

.btn:hover,
.btn:focus {
	color:#fff;
}

.btn.open {
	border:1px solid #000;
  background:transparent;
  color:#000;
}

.btn.gray {
	border:1px solid #eee;
  background:#f7f7f7;
  color:#7a7a7a;
}

.small-padding {
  padding:10px;
}

.small-margin {
  margin:-10px;
}

.no-padding {
  padding:0;
}

.no-margin {
  margin:0;
}

.btn .icon-right {
  margin-left:7px;
}

.sm-icon {
  vertical-align: middle;
  margin-bottom: -.18em;
  display: inline-block;
}

.main-content.fixed-content {
  padding-top:30px;
  padding-bottom:70px;
}

.container-wide {
  width:100%;
  max-width:1700px;
  padding:0px 30px;
  margin:0 auto;
}

.container {
  padding:0px 30px;
}

#collection-page {
	padding-bottom:70px;
}

.body-wrap {
  position:relative;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

.body-wrap.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

/* CART */ 
.cart-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.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;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: 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;
  -moz-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:#000;
  color:#fff;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  -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:18px;
  font-weight:700;
}

.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 .cart-products .image-wrap {
  width:70px;
}

.cart-side .cart-products .image-wrap img {
  width:100%;
}

.cart-side .cart-products .image-wrap .image.img-gray {
	display: block;
  width: auto;
  padding: 10%;
	position: relative;
}

.cart-side .cart-products .image-wrap .image.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}

.cart-side .cart-products .info a.title {
  display:block;
  font-size:13px;
  margin-bottom:5px;
  font-weight:700;
}

.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:12px;
}

.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 .price {
  font-weight:bold;
  font-size:16px;
}

.cart-side .cart-total .price .title {
  font-size:14px;
  font-weight:normal;
}

body #giftcard-modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
}

body #giftcard-modal-wrapper .giftcard-modal {
  position: relative;
}

#giftcard-modal-open {
	margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}

#gift-cards-page .breadcrumbs,
#gift-cards-page .glyphicon-gift {
	display: none;
}
/* END CART */ 

#header {
  position:relative;
}

#header .topbar {
  line-height:35px;
  background:#f7f7f7;
  border-bottom:1px solid #eee;
  font-size:13px;
}

#header .topbar ul {
  margin:0px;
  padding:0;
  list-style:none;
}

#header .topbar ul > li:first-child {
  border-left:1px solid #eee;
}

#header .topbar ul > li {
  display:inline-block;
  border-right:1px solid #eee;
  position:relative;
}

#header .topbar ul > li i.left-icon {
  margin-right:7px;
}

#header .topbar ul > li i.right-icon {
  margin-left:7px;
}

#header .topbar ul > li i.arrow {
	font-size:10px;
  vertical-align:middle;
  margin-top:-3px;
}

#header .topbar ul > li a,
#header .topbar ul > li .inner {
  display:block;
  padding:0px 25px;
}

#header .topbar ul > li .inner a {
	display:inline;
  padding:0;
}

#header .topbar ul li:hover > a {
  background:rgba(0,0,0,0.01);
}

#header .topbar ul ul {
  position:absolute;
  top:100%;
  left:-1px;
  width:calc(100% + 2px);
  background:#f7f7f7;
  border:1px solid #eee;
  border-bottom:0;
  z-index:9999;
  display:none;
  line-heigth:normal;
  text-align:center;
}

#header .topbar ul ul li a {
	padding:10px;
  line-height:normal;
}

#header .topbar ul li:hover ul {
  display:block;
}

#header .topbar ul ul li,
#header .topbar ul ul li:first-child {
  display:block;
  border:none;
  border-bottom:1px solid #eee;
}

#header .main-header {
  border-bottom:1px solid #eee;
}

#header .main-header.sticky {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
}

#header .main-header .align-middle {
  padding:0px 15px;
}

#header .main-header .align-middle:first-child {
	padding-left:0;
}

#header .main-header .align-middle:last-child {
	padding-right:0;
}

#header .main-header .logo {
	padding-left:0;
}

#header .main-header .logo.small img {
  height:30px;
}

#header .main-header .logo.medium img {
  height:50px;
}

#header .main-header .logo.large img {
  height:70px;
}

#header .main-header {
  padding:20px 0px;
}

#header .main-header .hallmark.small img {
  height:30px;
}

#header .main-header .hallmark.medium img {
  height:50px;
}

#header .main-header .hallmark.large img {
  height:70px;
}

#header .main-menu {
  font-weight:600;
}

#header .main-menu ul {
  margin:0 -15px;
  padding:0;
  list-style:none;
}

#header .main-menu ul li {
  display:inline-block;
}

#header .main-menu ul li a {
  display:block;
  padding:7px 15px;
}

#header .main-header .icons {
  font-size:16px;
  white-space:nowrap;
}

#header .main-header .icons ul {
  margin:0;
  padding:0;
  list-style:none;
  margin:0px -7px;
  white-space:nowrap;
}

#header .main-header .icons ul li {
  display:inline-block;
  padding:0px 10px;
  position:relative;
}

#header .main-header .icons ul li .text {
  font-size:14px;
  margin-left:3px;
}

#header .main-header .icons ul li.account-header .text {
	font-size:12px;
  opacity:.7;
}

#header .main-header .icons ul li .wishlist-dropdown {
  position:absolute;
  left:0;
  top:100%;
}

#header .main-menu-wide {
	background:#f26823;
  position:relative;
  z-index:99;
}

#header .main-menu-wide.sticky {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
}

#header .main-menu-wide ul {
	margin:0;
  padding:0;
  list-style:none;
}

#header .main-menu-wide ul li {
	display:inline-block;
}

#header .main-menu-wide ul > li a {
	display:block;
  padding:13px 20px;
  color:#fff;
  font-weight:600;
}

#header .main-menu-wide ul > li:hover > a,
#header .main-menu-wide ul > li.active > a {
	background:rgba(0,0,0,.05);
}

#header .main-menu-wide ul > li.home > a {
	border-left:1px solid rgba(0,0,0,.05);
  border-right:1px solid rgba(0,0,0,.05);
}

#header .main-menu-wide ul li .mega-menu {
	position:absolute;
  left:0;
  top:100%;
  width:100%;
  background:#fff;
  z-index:999;
  padding:30px 0px;
  -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);
  display:none;
}

#header .main-menu-wide ul li:hover .mega-menu  {
	display:block;
}

#header .main-menu-wide ul li .mega-menu .menus {
	margin:-10px;
}

#header .main-menu-wide ul li .mega-menu .menus .menu {
	padding:10px;
  display:inline-block;
  vertical-align:top;
  width:20%;
}

#header .main-menu-wide ul li .mega-menu .menus .menu ul {
  font-size:13px;
}

#header .main-menu-wide ul li .mega-menu .menus .menu ul li {
	display:block;
  padding:2px 0px;
}

#header .main-menu-wide ul li .mega-menu .menus .menu a {
	padding:0;
  color:#777777;
  background:transparent;
  font-weight:normal;
}

#header .main-menu-wide ul li .mega-menu .menus .menu a:hover {
	color:#f26823;
}

#header .main-menu-wide ul li .mega-menu .menus .menu a.title {
	font-weight:bold;
  margin-bottom:5px;
  color:#f26823;
}

#header .main-menu-wide ul .simple-menu {
	position:absolute;
  left:0;
  top:100%;
  background:#fff;
  z-index:99;
  display:none;
  min-width:100%;
}

#header .main-menu-wide ul li:hover .simple-menu {
	display:block;
}

#header .main-menu-wide ul .simple-menu li {
	display:block;
  white-space:nowrap;
  margin-bottom:-1px;
  position:relative;
}

#header .main-menu-wide ul .simple-menu li a {
	border:1px solid rgba(0,0,0,.05);
}

#header .main-menu-wide ul .simple-menu ul {
	position:absolute;
  top:0;
  left:100%;
  background:#fff;
  margin-left:-1px;
  display:none;
}

#header .main-menu-wide ul .simple-menu li:hover ul {
	display:block;
}

#header .header-usp {
	padding:12px 0px;
  border-bottom:1px solid #eee;
}

#header .header-usp.on-home-with-slider {
	position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0,0,0,.3);
  border:none;
}

#header .header-usp.on-home-with-slider a,
#header .header-usp.on-home-with-slider ul li i{
	color:#fff;
}

#header .header-usp ul {
	margin:0 -10px;
  padding:0;
  list-style:none;
  justify-content: space-between;
  display:flex;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:0.02em;
  font-weight:bold;
}

#header .header-usp ul li {
	padding:0px 10px;
}

#header .header-usp ul li i {
	margin-right:7px;
}

.boxed-headlines {
  padding-top:30px;
}

.headlines .item {
  height:600px;
}

.headlines .item.item-1 {
  background: url(headline-1-image.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-image.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-image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headlines .text-box .text-wrap {
  display:inline-block;
  max-width:500px;
}

.headlines .text-box .title {
  font-size:40px;
  font-weight:800;
  line-height:1em;
}

.headlines .text-box .subtitle {
  margin-top:5px;
  line-height:22px;
}

.headlines .text-box .link {
  margin-top:20px;
}

.headlines .text-box .link .normal-link {
  font-size:12px;
}

.headlines .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 800;
  z-index:999;
}

.headlines .owl-dots .owl-dot {
  display:inline-block;
  padding:0px 20px;
  opacity:0.7;
}

.headlines .owl-dots .owl-dot.active {
  opacity:1;
}

.headlines .owl-dots .owl-dot:after {
  content:'';
  display:inline-block;
  vertical-align:middle;
  height:1px;
  background:#fff;
  width:0px;
  margin-left:0px;
  opacity:0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.headlines .owl-dots .owl-dot.active:after {
  width:50px;
  opacity:1;
  margin-left:40px;
}

.mp4-vid {
  height: 100%;
  display: block;
  position:relative;
  overflow:hidden;
}

.mp4-vid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*background: #eee;*/
  background-size: cover;
  z-index:99;
}

#header .search-bar {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  z-index:999;
  background:#fff;
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#header .search-bar.active {
  opacity:1;
  visibility:visible;
}

#header .search-bar form {
  position:relative;
}

#header .search-bar input {
  width:100%;
  border:none;
  outline:none;
  height:46px;
  padding-left:30px;
}

#header .search-bar input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
#header .search-bar input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
   opacity:  1;
}
#header .search-bar input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa;
   opacity:  1;
}
#header .search-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
}
#header .search-bar input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa;
}

#header .search-bar .icon {
  position:absolute;
  left:30px;
  top:0;
  width:30px;
  height:50px;
  line-height:50px;
  color:#ccc;
  font-size:15px;
}

.title-featured {
  margin-bottom:50px;
}

#textpage .title-featured {
	margin-bottom:30px;
}

.title-featured .title-wrap {
	margin-bottom:15px;
  position:relative;
}

.title-featured .title-wrap .shadow {
  position: absolute;
  width: 100%;
  font-size: 80px;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
  color: #f9f9f9;
}

.title-featured .title {
  margin:0;
  font-size:35px;
}

.title-featured .subtitle {
  font-size:16px;
}

.home-products {
  padding:75px 0px;
  border-bottom:1px solid #eee;
}

.tabs-wrap .pages .page {
  display:none;
}

.tabs-wrap .pages .page.active {
  display:block;
}

.home-products .tabs {
  margin:0 -10px;
  padding:0;
  list-style:none;
  padding:0;
}

.home-products .tabs li {
  display:inline-block;
  padding:0px 10px;
}

.home-products .tabs li a.active {
  font-weight:bold;
}

.products-slider .owl-nav,
.related-products-slider .owl-nav,
.reviews-slider .owl-nav {
	text-align:center;
  margin-top:30px;
}

.products-slider .owl-nav .owl-prev,
.products-slider .owl-nav .owl-next,
.related-products-slider .owl-nav .owl-prev,
.related-products-slider .owl-nav .owl-next,
.reviews-slider .owl-nav .owl-prev,
.reviews-slider .owl-nav .owl-next{
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: rgba(0,0,0,.05);
  margin:1px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
	opacity:.6;
  pointer-events: none;
  cursor: default;
}

.disabled {
	opacity:.6;
  pointer-events: none;
  cursor: default;
}

.products {
	margin:-8px;
}

.products .product,
.products .product-list {
  padding:8px;
}

.products .product .product-inner {
  padding:7%;
  border:1px solid transparent;
}

.products .product .product-inner.no-padding {
	padding:0;
}

.products .product .product-inner.border-allways,
.products .product:hover .product-inner.border-on-hover {
	border-color:#eee;
}

.products .product .image-wrap {
	position:relative;
}

.products .product .image-wrap .img-wrap,
.products .product .image-wrap .img-wrap .sec {
  padding:7%;
  position:relative;
}

.products .product .img-gray .image-wrap .img-wrap,
.products .product .img-gray .image-wrap .img-wrap .sec {
	padding:12%;
}

.products .product .img-gray .image-wrap {
	margin-bottom:10px;
}

.products .product .img-gray .image-wrap .img-wrap:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}

.products .product .image-wrap .img-wrap {
  position:relative;
  display:block;
}

.products .product .image-wrap .img-wrap .sec {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity:0;
  width:100%;
  height:100%;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.products .product.img-loaded:hover .image-wrap .img-wrap .sec {
  opacity:1;
}

.products .product .image-wrap img {
  width:100%;
}

.products .product .info .product-brand {
	height:20px;
  overflow:hidden;
}

.products .product .info .yotpo .text-m,
.products .product-list .info .yotpo .text-m {
	display:none;
}

.product-info .product-stars .yotpo .text-m {
  margin-left: 7px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
}

.product-stars .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.product-stars .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, 
.product-stars .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, 
.product-stars .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, 
.product-stars .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, 
.product-stars .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, 
.product-stars .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, 
.product-stars .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, 
.product-stars .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
	font-size:14px;
  color:#f1c40f;
}

.products .product .info .title {
  font-size:14px;
  font-weight:700;
  height:40px;
  overflow:hidden;
  display:block;
}

.products .product .info .title.one-line {
	height:20px;
}
.products .product .info .title.two-lines {
	height:40px;
}
.products .product .info .title.three-lines {
	height:60px;
}

.products .product .info .description {
  font-size:12px;
  line-height:20px;
  margin-top:5px;
  height:60px;
  overflow:hidden;
}

.products .product .info .description.one-line {
	height:20px;
}
.products .product .info .description.two-lines {
	height:40px;
}
.products .product .info .description.three-lines {
	height:60px;
}

.products .product .price {
  margin-top:5px;
}

.products .product .price .old-price {
  font-size: 85%;
  text-decoration: line-through;
  color:#c8c8c8;
}

.products .product .price .old-price .price-inner {
	margin-right: 5px;
}

.products .product .price .old-price .price-inner:empty {
	display:none;
}

.products .product .info .price .new-price {
  font-weight:bold;
}

.products .product .info .price .inc-price {
  font-size: 85%;
  margin-top: 5px;
  color: #c8c8c8;
}

.products .product .info .price .srp {
	color: #c8c8c8;
}

.products .product .price .unit-price,
.products .product .price .legal {
  font-size: 11px;
  margin-top: 5px;
  height: 15px;
  overflow: hidden;
}

.products .product .info .product-stars {
	margin-top:5px;
  font-size:12px;
}

.products .product-list .info .product-stars {
	margin:5px 0px;
}

.products .product .info .product-stars.yotpo-stars {
	height:14px;
  line-height:14px;
}

.products .product .info .stars {
	margin:-1px;
}

.products .product .info .stars i {
	margin:1px;
}

.products .product .info .stars .yellow {
	color:#f1c40f;
}

.products .product .info .stars .grey {
	color:#aaa;
}

.products .product .product-labels,
.products .product-list .product-labels {
  position: absolute;
  left: 0;
  top: 0;
  z-index:9;
}

.products .product .product-label,
.products .product-list .product-label {
  background: #eee;
  display:inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 2px 7px;
  color: #fff;
  font-weight:600;
}

.products .product .product-label:empty,
.products .product-list .product-label:empty {
	display:none;
}

.products .product .wishlist-btn {
  position:absolute;
  right:0;
  top:0;
  z-index:9;
}

.products .product .product-inner.img-gray .wishlist-btn {
	right:10px;
  top:10px;
}

.products .product .wishlist-btn a {
  color:#aaa;
}

.products .product .wishlist-btn a:hover i:before,
.products .product.in-wishlist .wishlist-btn a i:before{
  content: "\f004";
}

.products .product .quickview-button {
  position: absolute;
  left: 0;
  width:100%;
  z-index: 99;
  text-align:center;
  top:50%;
  margin-top:-20px;
  opacity:0;
  visibility:hidden;
  -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;
}

.products .product:hover .quickview-button {
	opacity:1;
  visibility:visible;
}

.products .product-list .image {
	width:150px;
}

.products .product-list .image img {
	width:100%;
}

.products .product-list .image .image-wrap {
	padding:10%;
  position:relative;
}

.products .product-list .image .image-wrap.img-gray:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
  z-index: 9;
}

.products .product-list .info {
	padding-left:30px;
}

.products .product-list .info .title {
	font-size:15px;
}

.products .product-list .info .description {
  font-size: 13px;
  line-height: 20px;
  margin-top: 3px;
}

.products .product-list .info .stars {
	margin:-1px;
  margin-top:3px;
}

.products .product-list .info .stars i {
  margin: 1px;
}

.products .product-list .info .stars .yellow {
    color: #f1c40f;
}

.products .product-list .price {
	margin-top:3px;
}

.products .product-list .info .price .new-price {
	font-weight:bold;
}

.products .product-list .info .price .unit-price,
.products .product-list .info .price .legal {
  font-size: 11px;
  margin-top: 5px;
  height: 15px;
  overflow: hidden;
}

.products .product-list .product-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.products .product-list:last-child .product-inner {
	border:none;
}

.products .product-list .price .old-price {
  font-size: 85%;
  text-decoration: line-through;
  color: #c8c8c8;
}

.products .product-list .price .old-price .price-inner {
	margin-right: 5px;
}

.products .product-list .price .old-price .price-inner:empty {
	display:none;
}

.products .product-list .actions {
  padding-left: 30px;
  white-space: nowrap;
}

.products .product-list .actions ul {
  margin: -1px;
  padding: 0;
  list-style: none;
}

.products .product-list .actions ul li {
	display: inline-block;
  padding: 1px;
  color: #c8c8c8;
}

.products .product-list .quickview-button {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  top: 50%;
  margin-top: -22px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.products .product-list:hover .quickview-button {
  opacity: 1;
}

.products .product-list .quickview-button .btn {
	padding:0;
  width:45px;
  height:45px;
  line-height:43px;
  font-size:16px;
}

.product-list .actions ul li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  background: rgba(0,0,0,.05);
}

.quickview-popup {
	display:none;
}

.fancybox-slide>.quickview-popup {
  width:100%;
  max-width:1200px;
  padding:0;
}

.quickview-popup .info {
	width:100%;
}

.quickview-popup .images-wrap {
	position:relative;
  background:#fafafa;
}

.quickview-popup .images-wrap:after {
	
}

.quickview-popup .images {
	width:500px;
}

.quickview-popup .images .item {
	padding:10%;
}

.quickview-popup .images img {
	width:100%;
}

.quickview-popup .quickview-images {
	background:#fff;	
}

.quickview-popup .quickview-images .owl-prev,
.quickview-popup .quickview-images .owl-next {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 9999;
  margin-top: -13px;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: rgba(0,0,0,.05);
}

.quickview-popup .quickview-images .owl-next {
	left:auto;
  right:10px;
}

.quickview-popup .quickview-images:after {
	position:absolute;
  left:0;
  top:0;
  display:block;
  content:'';
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.025);
  z-index:9;
}

.quickview-popup .product-info {
	padding:40px;
}

.quickview-popup .product-info .product-brand {
  font-size: 15px;
  margin-bottom: 5px;
}

.quickview-popup .product-info .product-title {
  margin: 0;
  font-size: 25px;
}

.quickview-popup .product-info .product-stars {
  font-size:13px;
}

.quickview-popup .product-info .product-stars .stars {
	margin:-2px;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}

.quickview-popup .product-info .product-stars .text {
	display:inline-block;
  vertical-align:middle;
  font-size:12px;
}

.quickview-popup .product-info .product-stars .text a {
	text-decoration:underline;
}

.quickview-popup .product-info .product-stars .stars i {
	margin:2px;
}

.quickview-popup .product-info .product-stars .stars i.yellow {
	color:#f1c40f;
}

.quickview-popup .product-info .stars-code {
	margin-top:5px;
}

.quickview-popup .product-info .stars-code .product-code {
	font-size:11px;
  text-transform:uppercase;
}

.quickview-popup .product-info .stars-code .product-code .title {
	font-weight:bold;
}

.quickview-popup .product-info .price-stock {
  margin-top:30px;
}

.quickview-popup .product-info .price {
	line-height:normal;
}

.quickview-popup .product-info .price .old-price {
  text-decoration:line-through;
}

.quickview-popup .product-info .price .old-price .price-wrap {
  margin-right:10px;
}

.quickview-popup .product-info .price .old-price .price-wrap:empty {
	display:none;
}

.quickview-popup .product-info .price .new-price {
	color:#000;
  font-size:25px;
  font-weight:800;
}

.quickview-popup .product-info .product-description {
	margin-top:30px;
}

.quickview-popup .product-info .product-description:empty {
	display:none;
}

.quickview-popup .product-info .stock {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.quickview-popup .product-info .stock i {
	margin-right:5px;
}

.quickview-popup .product-info .stock .green {
	color:#27ae60;	
}

.quickview-popup .product-info .stock .red {
	color:#c0392b;
}

.quickview-popup .product-info .stock .orange {
	color:#d35400;
}

.quickview-popup .product-option label {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}

.quickview-popup .product-option .product-configure-variants, .quickview-popup .product-option .product-configure-custom-option {
  margin-top: 20px;
}

.quickview-popup .product-option .ui.selection.dropdown {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  margin: 5px 0px;
}

.quickview-popup .product-option .ui.selection.dropdown>.dropdown.icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.quickview-popup .product-info .cart {
	margin-top:40px;
}

.quickview-popup .product-info .cart .input-wrap {
  display: inline-block;
  vertical-align: top;
  margin-right:10px;
  position:relative;
}

.quickview-popup .product-info .cart .change {
	right:0;
  top:0;
  position:absolute;
  opacity:0;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.quickview-popup .product-info .cart .input-wrap:hover .change {
	opacity:1;
}

.quickview-popup .product-info .cart .change a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  font-weight: 900;
  background: rgba(0,0,0,.05);
}

.quickview-popup .product-info .cart .change a:first-child {
	border-bottom:1px solid #eee;
}

.quickview-popup .product-info .cart input {
	width:75px;
  height:50px;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  background:#eee;
  text-align:center;
  vertical-align:top;
  -webkit-transition: padding .15s ease-in-out;
  -moz-transition: padding .15s ease-in-out;
  -o-transition: padding .15s ease-in-out;
  transition: padding .15s ease-in-out;
  border-radius:0;
}

.quickview-popup .product-info .cart .input-wrap:hover input {
	padding-right:25px;
}

.quickview-popup .product-info .cart .btn {
	height:50px;
  line-height:48px;
  padding:0px 30px;
  margin-right:10px;
}

.quickview-popup .ui.selection.active.dropdown, .quickview-popup .ui.selection.active.dropdown .menu {
    max-height: 115px;
}

/* Home banners */
.home-banners.boxed {
	padding:75px 0px;
  border-bottom:1px solid #eee;
}

.home-banners .banner {
  /*height:500px;*/
  color:#fff;
}

.home-banners .banner:after {
	display:block;
  content:'';
  padding-top:50%;
}

.home-banners .banner .banner-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-banners .banner.banner-1 {
  background: url(homepage-banner-1-image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-banners .banner.banner-2 {
  background: url(homepage-banner-2-image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-banners .banner .text-wrap {
  margin:40px;
}

.home-banners .banner .text-wrap .text-box {
  display:inline-block;
}

.home-banners .banner .title {
  font-size:35px;
}

.home-banners .banner .subtitle {
  font-size:15px;
}
/* End home banners */


/* Home blog */
.home-blog {
  padding:75px 0px;
  border-bottom:1px solid #eee;
}
.home-blog .button {
  margin-top:50px;
  text-align:center;
}
/* End home blog */

/* Blog */
.blog-articles .article-1 {
  height:550px;
}
.blog-articles .article-2,
.blog-articles .article-3 {
  height:275px;
}
.blog-articles .article .text-box,
.blogpage .blog-block-articles .article .text-box {
  padding:20px;
  padding-top:40px;
  color:#fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
} 
.blog-articles .article .text-box .title,
.blogpage .blog-block-articles .article .text-box .title {
  color:#fff;
  font-size: 17px;
}
.blog-articles .article .date,
.blogpage .blog-block-articles .article .date {
  font-size: 13px;
  margin-bottom: 5px;
}
.blog-articles .article .description,
.blogpage .blog-block-articles .article .description {
  font-size: 13px;
  margin-top: 5px;
}

.blogpage .blog-articles {
	padding-bottom:40px;
  margin-bottom:40px;
  border-bottom:1px solid #eee;
}
#blog .title-featured {
	margin-bottom:25px;
}
.recent-articles-wrap {
 	margin-bottom:40px;
}
.recent-articles .recent-article:first-child {
	border-top:1px solid #eee;
}
.recent-articles .recent-article {
	padding:15px 0px;  
  border-bottom:1px solid #eee;
}
.recent-articles .recent-article .image-wrap {
	width:60px;
}
.recent-articles .recent-article .image-wrap img {
	width:100%;
  border:1px solid #eee;
  padding:5%;
  background:#fff;
}
.recent-articles .recent-article .info {
	padding-left:20px;
}
.recent-articles .recent-article .info .title {
	font-size:12px;
  font-weight:700;
}
.recent-articles .recent-article .info .link {
	font-size:11px;
  margin-top:3px;
}

.recent-articles-wrap .recent-articles-title,
.blog-tags-wrap .blog-tags-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
#tagspage .tags a,
.blog-tags-wrap .blog-tags .blog-tag {
  margin: 0px 5px 5px 0px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-size: 13px;
  position: relative;
}
.blog-tags-wrap .blog-tags .blog-tag.active {
	background-color: #f26823;
  border-color: #f26823;
  font-weight: bold;
  color: #fff;
}
.blog-block-articles .article {
	margin-bottom:30px;
}
.blog-block-articles .article .info {
  padding: 15px 15px;
  border: 1px solid #eee;
  background-color:#fff;
}
.blog-block-articles .article .info .article-title {
  font-size: 17px;
  color: #000;
  font-weight: 800;
  height: 25px;
  overflow: hidden;
}
.blog-block-articles .article .info .publish-date {
  font-size: 0.85em;
}
.blog-block-articles .article .info .article-description {
  margin-top: 10px;
  height: 60px;
  overflow:hidden;
}
#blog .complete-article .image-wrap {
	height:600px;
}
#blog .complete-article .article-box {

}
#blog .complete-article .article-box .article-content {
  margin: -80px 80px 0px 80px;
  padding: 40px;
  background-color: #fff;
  border-top: 3px solid #f26823;
}
#blog .complete-article .article-box .article-content p {
	font-size:16px;
  line-height:30px;
}
#blog .complete-article .share ul li {
  display:inline-block;
  font-size:20px;
  margin-right:10px;
}
#blog .complete-article .share {
  margin-top:30px;
}
#blog .complete-article .share ul {
  padding-left:0px;
}
#blog .complete-article .share ul li a.facebook {
  color:#3b5998;
}
#blog .complete-article .share ul li a.twitter {
  color:#55acee;
}
#blog .complete-article .share ul li a.google {
  color:#dd4b39;
}
#blog .complete-article .share ul li a.pinterest {
  color:#cb2027;
}
#blog .complete-article .comments {
	padding: 40px 0px;
  margin: 40px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
#blog .complete-article .title {
  font-size: 22px;
  color: #000;
  font-weight: 800;
  padding-bottom: 25px;
}

#blog .reactions form input[type="text"],
#blog .reactions form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 0px;
  font-size: 15px;
  margin-bottom:20px;
  outline:none;
}
#blog .reactions form textarea {
  padding: 15px;
  min-height: 180px;
  border-radius: 3px;
  max-width: 100%;
}
#blog .reactions form label {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #000;
}
#blog .reactions {

}
#blog .reactions h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #000;
  font-size: 24px;
}
#blog .post-description {
  height:90px;
  overflow:hidden;
}
#blog .complete-article .comments .comment {
  padding: 20px;
  background-color: #f9f9f9;
  margin: 10px 0px;
}
#blog .complete-article .comments .comment .content {
  padding-bottom: 10px;
  font-size:16px;
	color: #999;	
}
#blog .complete-article .comments .comment .info {
  font-size: 0.9em;
  color: #666;
}
#blog .complete-article .comments .comment .info .accent {
	color: #f26823;
  font-weight:bold;
}

/* End blog */

/* Home brands */
.home-brands {
  padding:75px 0px;
  border-bottom: 1px solid #eee;
}
.home-brands .brands-slider .item {
  padding:0px 15%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity:.3;
  -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;
}
.home-brands .brands-slider .item:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity:1;
}
/* End home brands */

/* Home text  */
.home-text {
	padding:75px 0px;
  border-bottom:1px solid #eee;
}
.home-text .content {
	line-height:1.65em;
}
/* End home text */

/* Home tags */
.home-tags {
	padding:70px 0px;
  border-bottom:1px solid #eee;
}
.home-tags .tags ul {
	margin:0;
  padding:0;
  list-style:none;
}
.home-tags .tags ul li {
	display:inline-block;
  padding:3px;
}
.home-tags .tags ul li a {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-size: 13px;
  position: relative;
}
/* End home tags */

/* Footer */
#footer .main-footer {
	background:#271f1b;
  padding:30px 0px;
  line-height:27px;
}

#footer .main-footer,
#footer .main-footer a {
  color:#9a9a9a;
}

#footer .main-footer ul {
	margin:0;
  padding:0;
  list-style:none;
  padding-bottom:25px;
}

#footer .main-footer p {
	padding-bottom:25px;
}

#footer .footer-title {
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 10px;
  height: 25px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .02em;
  position:relative;
}

#footer .main-footer .footer-logo img {
	height:25px;
  margin-top:25px;
  margin-bottom:10px;
}

#footer .main-footer .footer-logo.small img {
	height:25px;
  margin-top:25px;
  margin-bottom:10px;
}

#footer .main-footer .footer-logo.medium img {
	height:35px;
}

#footer .main-footer .footer-logo.large img {
	height:45px;
}

#footer .main-footer .socials {
	padding-bottom:20px;
}

#footer .main-footer .socials a {
  display: inline-block;
  font-size: 15px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  margin-right: 2px;
  background:rgba(0,0,0,.05);
}

#footer .main-footer .contact .icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f26822;
  text-align: center;
  background: #f26723;
  color: #fff;
}

#footer .main-footer .contact .align {
	padding:1px 0px;
}

#footer .main-footer .contact .text .title {
	font-weight:bold;
  margin-right:10px;
}

#footer .newsletter-block {
  padding: 70px 0px;
  background: #3a3735;
  color:#fff;
  text-align:center;
}

#footer .newsletter-block .text {
  margin-bottom:30px;
}

#footer .newsletter-block .title {
	color:#fff;
  font-size:25px;
  margin-bottom:3px;
}

#footer .newsletter-block form input {
  height: 50px;
  width: 400px;
  border: none;
  outline: none;
  padding: 0px 15px;
  vertical-align: top;
  color:#333;
  border-radius:0;
  border:1px solid #eee;
  border-right:0;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
}

#footer .newsletter-block form .btn {
  height: 50px;
  line-height: 50px;
  padding: 0px 40px;
  border: none;
  vertical-align: top;
  background:#f26822;
}

#footer .footer-bottom {
  padding: 12px 0px;
  background: #3a3735;
  color: #777;
  font-size:13px;
}

#footer .footer-bottom .payments {
	margin:-3px;
}

#footer .footer-bottom .payments a {
	display:inline-block;
  padding:2px;
}

#footer .footer-bottom .payments a img {
	width:50px;
}
/* End footer */

/* Messages */
.message-container {
  z-index: 9999999;
  margin-top: 20px;
  margin-bottom:10px;
  width:100%;
}
.fixed-content .message-container {
	margin-top:0;
  margin-bottom:20px;
}
.message-container.home-message {
	position: fixed;
  bottom: 0;
  margin-bottom: 20px;
}

.message-container .messages {
  margin: 0;
  position: relative;
}

.message-container .messages .message ul {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  color:#fff;
  text-align:left;
}

.message-container .messages .message {
  color: #fff;
  padding: 20px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 10px;
  width:100%;
}

.message-container .messages .message.error .icon {
  color: #cd3b3b;
}

.message-container .messages .message.success .icon {
  color: #2ecc71;
}

.message-container .messages .message.info .icon {
  color: #3ca1cd;
}

.message-container .messages .message.error {
  background: #cd3b3b;
}
.message-container .messages .message.success {
  background: #2ecc71;
}
.message-container .messages .message.info {
  background: #3ca1cd;
}

.message-container .messages .message .icon {
	width:35px;
}

.message-container .messages .message .icon i {
  font-size: 16px;
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  text-align:center;
}

.message-container .messages .message .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  padding-left:20px;
}

.message-container .messages .message .button {
	padding-left:10px;
  text-align:right;
}

.message-container .messages .message .button .btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.gui-messages {
	display:none !important;
}
/* End Messages */

/* Breadcrumbs */
.breadcrumbs {
	padding-top:10px;
  padding-bottom:30px;
  font-size:12px;
}

.breadcrumbs i {
	margin:0px 10px;
  font-size:10px;
}

.breadcrumbs a {
	opacity:.7;
}

.breadcrumbs a.last,
.breadcrumbs a:hover {
	opacity:1;
}
/* End Breadcrumbs */

/* Sidebar */
.sidebar ul.side-cats {
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: bold;
  margin-bottom: 40px;
}

.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 #ececec;
}

.sidebar ul.side-cats li:first-child > a {
	border-top: 1px solid #ececec;
}

.sidebar ul.side-cats ul li:first-child > a {
	border:none;
}

.sidebar ul.side-cats li.active >a {
  color: #ffa200;
}

.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 #ececec;
  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: right;
  line-height: 50px;
  color: #ffa200;
  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: #ffa200;
  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 .sidebar-filters .filter-wrap {
	margin-bottom:40px;
}
.sidebar .sidebar-filters .filter-item span,
.filters-top .filter-item span {
	font-size:85%;
  opacity:.5;
}
.sidebar .sidebar-filters .filter-title,
.filters-top .filter-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.filter-items {
	margin:-5px;
}
.filter-items .filter-item {
	padding:5px;
  margin:0;
}
.filters-top .filter-items  {
	margin:-3px;
  max-height: 295px;
	overflow-x: scroll;
}
.filters-top .filter-items .filter-item {
	padding:3px;
}
.filters-top .filter-row {
	margin:-15px;
}
.filters-top .filter-wrap {
	padding:15px;
}
.price-filter {
  padding-bottom: 15px;
  padding-top:5px;
  max-width:300px;
}

.price-filter a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  position: relative;
  /*
  background-color: #f7f7f7;
  */
}

.collection-filter-price .ui-slider-range {
  background-color: #f26823;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
}

.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 #f26823;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-10px;
}

.collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background-color: #f26823;
  opacity:.2;
}

.price-filter-range {
  margin-top: 10px;
  font-size: 13px;
}

.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;
}
/* End sidebar */

/* Semantic */
.ui.checkbox {
	display:block;
}
.ui.checkbox .box:before, .ui.checkbox label:before {
  width: 25px;
  height: 25px;
  border-radius: 0;
  border: 1px solid #eee !important;
}
.ui.checkbox label, .ui.checkbox+label {
  padding-left: 35px !important;
  line-height: 25px !important;
  font-size: 12px;
}
.ui.checkbox .box:after, .ui.checkbox label:after {
	width:25px;
  height:25px;
  line-height:25px;
  font-size:10px;
}
.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
    content: '\e800';
}
.ui.radio.checkbox .box:before, .ui.radio.checkbox label:before {
	height: 25px;
  width: 25px;
}
.ui.checkbox input:indeterminate~.box:before, .ui.checkbox input:indeterminate~label:before {
	border-color:#eee !important;
}
.ui.radio.checkbox .box:after, .ui.radio.checkbox label:after {
	line-height: 25px;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}
/* End Semantic */

.collection-content .title {
	margin:0;
  margin-bottom:10px;
  font-size:25px;
}

.collection-content .text {
	line-height:25px;
}

.collection-content.on-top {
	margin-bottom:30px;
}

.collection-content.on-bottom {
	margin-top:70px;
}

.collection-content .image img {
	width:100%;
}

.collection-content .image {
	width:250px;
  padding-right:30px;
}

.collection-content .image .image-wrap {
	position:relative;
}

.collection-content .image .image-wrap.layout-2 {
	padding:10%;
}

.collection-content .image .image-wrap.layout-2:after {
	content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background: rgba(0,0,0,0.025);
}

.no-products-found {
	padding:8px;
}

.col-sidebar {
	width:300px;
  float:left;
  padding:0px 15px;
  min-height:1px;
}

.col-products,
.col-blog,
.col-textpage {
	width: calc(100% - 300px);
  float:left;
  padding:0px 15px;
  min-height:1px;
}
.col-blog.full-width {
	width:100%;
}

.col-products.no-sidebar {
	width:100%;
}

.collection-sort {
  margin-bottom: 30px;
  margin-top:10px;
  border-bottom:1px solid #eee;
  padding-bottom:10px;
}

.collection-sort.collection-sort-bottom {
	margin-top:30px;
  margin-bottom:0;
  padding-top:10px;
  padding-bottom:0;
  border-bottom:none;
  border-top:1px solid #eee;
}

.ui.selection.dropdown {
  height: 35px;
  line-height: 35px;
  border: 1px solid #eee !important;	
  border-radius: 0;
  padding: 0px 10px;
  padding-right: 70px;
  font-size: 13px;
  color: #7d7d7d;
  min-width: 0;
  background: transparent;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  right: 0px;
  top: 0px;
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 35px;
  background: transparent;
  opacity: .4;
}

.ui.selection.dropdown .menu {
	max-height:none;
}

.ui.dropdown>.dropdown.icon:before {
  content: "\f107";
}

.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {
  box-shadow: none !important;
  border: 1px solid #eee !important;
}

.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
  border: 1px solid #eee !important;
  box-shadow: none !important;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px !important;
  font-size: 11px;
}

.ui.dropdown .menu>.item:hover,
.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
  background: rgba(0,0,0,.05);
  color: #fff;
}

.collection-sort select {
  height:35px;
}

.collection-sort .modes {
  display:inline-block;
  vertical-align:top;
  margin-left:20px;
}

.collection-sort .modes .mode {
  display: inline-block;
  height: 35px;
  width: 36px;
  line-height: 35px;
  text-align: center;
  background: #f5f5f2;
  margin-left:5px;
  color:#ccc;
}

.collection-sort .modes .mode.active,
.collection-sort .modes .mode:hover {
  color:#600b1f;
}

.collection-sort .custom-pager ul {
	list-style:none;
  margin:0;
  padding:0;
  font-size:12px;
}

.collection-sort .custom-pager ul li {
	display:inline-block;
  padding:0px 3px;
}

.collection-sort .custom-pager ul li a {
	display:block;
  height:35px;
  line-height:33px;
  padding:0px 7px;
  background:#f9f9f9;
  border:1px solid #ebebeb;
  color:#7b7b7b;
}

.collection-sort .custom-pager ul li.active a {
	font-weight:bold;
}

.collection-sort .custom-pager ul li.next a,
.collection-sort .custom-pager ul li.prev a {
	color:#409abb;
}

.collection-sort .pager-text {
	display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  padding-right:10px;
  border-right:1px solid #ebebeb;
  font-weight:bold;
  color:#409abb;
  font-size:12px;
}

.collection-sort .per-page {
	display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  font-size:12px;
}

.collection-sort select {
	opacity:0;
}

.collection-sort .filter-btn {
  height: 35px;
  vertical-align: top;
  line-height: 35px;
  padding: 0px 20px;
  text-transform: none;
  margin-right: 15px;
  border: none;
  background: #f26823;
}

.collection-sort .filter-btn:hover,
.collection-sort .filter-btn:active,
.collection-sort .filter-btn:focus {
	color:#fff;
}

.collection-sort .filter-btn i {
	margin-right:7px;
}

.collection-sort .grid-list {
	width:80px;
}

.collection-sort .grid-list ul {
	margin:0;
  padding:0;
  list-style:none;
  font-size:20px;
  margin:-2px;
}

.collection-sort .grid-list ul li {
	display:inline-block;
  padding:2px;
  cursor:pointer;
  cursor: hand;
}

.collection-sort .grid-list ul li input {
	display:none;
}

.collection-sort .grid-list ul li label {
	margin:0;
}

#collection-page .filters-top {
	padding:30px 0px;
  border-bottom:1px solid #eee;
  background:#fff;
  display:none;
}

#collection-page .filters-top.active {
	display:block;
}

.active-filters-box {
	margin-top:-20px;
  margin-bottom:30px;
}

.active-filters-box .active-filters {
	margin:-3px;
}

.active-filters-box .active-filters .active-filter {
	padding:3px;
  display:inline-block;
}

.active-filters-box .active-filters .active-filter input {
	display:none;
}

.active-filters-box .active-filters .active-filter label {
  margin: 0;
  height: 25px;
  line-height: 22px;
  padding: 0px 10px;
  padding-right: 25px;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-size: 12px;
  position: relative;
}

.active-filters-box .active-filters .active-filter label i {
	display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 25px;
  font-size:10px;
}

.active-filters-box .active-filters .active-filter.clear-all label {
  background: #f26823;
  color: #fff;
  border-color: #f26823;
}

.active-filters-box .filters-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}

.recent-products-wrap {
 	margin-bottom:40px;
}

.recent-products .recent-product:first-child {
	border-top:1px solid #eee;
}

.recent-products .recent-product {
	padding:15px 0px;  
  border-bottom:1px solid #eee;
}

.recent-products .recent-product .image-wrap {
	width:60px;
}

.recent-products .recent-product .image-wrap img {
	width:100%;
  border:1px solid #eee;
  padding:5%;
  background:#fff;
}

.recent-products .recent-product .info {
	padding-left:20px;
}

.recent-products .recent-product .info .title {
	font-size:12px;
  font-weight:700;
}

.recent-products .recent-product .info .price {
	font-size:13px;
  margin-top:3px;
}

.recent-products .recent-product .info .price .new-price {
  font-weight: bold;
}

.recent-products .recent-product .info .price .old-price {
  font-size: 85%;
  text-decoration: line-through;
  margin-right: 5px;
  color: #c8c8c8;
}

.recent-products .recent-product .info .link {
	font-size:11px;
  margin-top:3px;
}

.recent-products-wrap .recent-products-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

#login-popup {
  display: none;
  width: 100%;
  max-width: 700px;
  padding:20px 0px;
}

#login-popup .title-wrap {
	margin-bottom:30px;
}

#login-popup .title-wrap .title {
	font-size:20px;
}

#login-popup .title-wrap .subtitle {
	margin-top:5px;
}

#login-popup input {
  width: 100%;
  border: none;
  height: 40px;
  border-bottom: 1px solid #eee;
  padding: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
}

#login-popup .buttons {
	margin-top:30px;
}

#login-popup .forgot-pw {
	display:block;
  margin-top:10px;
  font-size:12px;
}

#login-popup .col {
  float: left;
  width: 50%;
  padding: 20px 40px;
  border-right: 1px solid #eee;
}

#login-popup .col.last {
	border:none;
}

#login-popup input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

#productpage .product-info {
	padding-left:50px;
}

#productpage .product-info .product-title {
	margin:0;
  font-size:30px;
}

#productpage .product-info .product-brand {
	font-size:15px;
  margin-bottom:5px;
}

#productpage .product-info .price-stock {
  margin-top:30px;
}

#productpage .product-info .price {
	line-height:normal;
}

#productpage .product-info .price .old-price {
	margin-right:10px;
  text-decoration:line-through;
}

#productpage .product-info .price .new-price {
	color:#000;
  font-size:25px;
  font-weight:800;
}

#productpage .product-info .price .unit-price,
#productpage .product-info .price .legal {
  font-size: 11px;
  margin-top: 5px;
  height: 15px;
  overflow: hidden;
}

#productpage .product-info .product-description {
	margin-top:30px;
}

#productpage .product-info .product-delivery {
	margin-top:30px;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
}

#productpage .product-info .product-delivery.green {
	color:#27ae60;
}

#productpage .product-info .product-delivery.orange {
	color:#d35400;
}

#productpage .product-info .product-delivery i {
	margin-right:10px;
}

#productpage .product-info .product-option {
	padding-top:10px;
}


#productpage .product-info .discounts {
	margin-top:30px;
}

#productpage .product-info .discounts ul li span {
	font-weight:bold;
}

#productpage .product-info .discounts ul {
	margin:0;
  padding:0;
  list-style:none;
  line-height:25px;
}

#productpage .product-info .stock {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#productpage .product-info .stock i {
	margin-right:5px;
}

#productpage .product-info .stock .green {
	color:#27ae60;	
}

#productpage .product-info .stock .orange {
	color:#d35400;
}

#productpage .product-info .stock .red {
	color:#c0392b;
}

#productpage .product-info .stars-code {
	margin-top:10px;
}

#productpage .product-info .stars-code .product-code {
	font-size:11px;
  text-transform:uppercase;
}

#productpage .product-info .stars-code .product-code .title {
	font-weight:bold;
}

#productpage .product-info .product-stars {
  font-size:13px;
}

#productpage .product-info .product-stars .stars {
	margin:-2px;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}

#productpage .product-info .product-stars .text {
	display:inline-block;
  vertical-align:middle;
  font-size:12px;
}

#productpage .product-info .product-stars .text a {
	text-decoration:underline;
}

#productpage .product-info .product-stars .stars i {
	margin:2px;
}

#productpage .product-info .product-stars .stars i.yellow {
	color:#f1c40f;
}

#productpage .product-info .cart {
	margin-top:50px;
}

#productpage .product-info .cart .input-wrap {
  display: inline-block;
  vertical-align: top;
  margin-right:10px;
  position:relative;
}

#productpage .product-info .cart .change {
	right:0;
  top:0;
  position:absolute;
  opacity:0;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

#productpage .product-info .cart .input-wrap:hover .change {
	opacity:1;
}

#productpage .product-info .cart .change a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  font-weight: 900;
  background: rgba(0,0,0,.05);
}

#productpage .product-info .cart .change a:first-child {
	border-bottom:1px solid #eee;
}

#productpage .product-info .cart input {
	width:65px;
  height:50px;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  background:#eee;
  text-align:center;
  vertical-align:top;
  -webkit-transition: padding .15s ease-in-out;
  -moz-transition: padding .15s ease-in-out;
  -o-transition: padding .15s ease-in-out;
  transition: padding .15s ease-in-out;
  border-radius:0;
}

#productpage .product-info .cart .input-wrap:hover input {
	padding-right:25px;
}

#productpage .product-info .cart .btn {
	height:50px;
  line-height:48px;
  padding:0px 50px;
  margin-right:10px;
}

#productpage .product-info .cart .btn.add-wishlist {
	width:50px;
  padding:0;
}

#product-images {
  margin-bottom:10px;
  background:#fff;
  position:relative;
}

#product-images .image {
 	padding: 5% 15%;
	position:relative;
}

#product-images.gray-bg .image:after {
	content:'';
  position:absolute;
  display:block;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.025);
}

#product-images.with-border {
	border: 1px solid #eee;
}

#product-images .product-actions {
	position:absolute;
  left:0;
  bottom:0;
  z-index:99;
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
}

#product-images .product-actions li {
	display:inline-block;
  margin-right:1px;
}

#product-images .product-actions li a {
	display:block;
  width:45px;
  height:45px;
  line-height:45px;
  background:rgba(0,0,0,.05);
  text-align:center;
}

#product-images .product-actions li.video a {
	color:#fff;
}

.productimage-fancy .fancybox-is-open .fancybox-bg,
.productimage-fancy .fancybox-bg {
	background:#fff;
  opacity:1;
}

.thumbs-row {
	margin:-5px;
}

#product-thumbs {
	padding:0px 40px;
}

#product-thumbs.no-arrows {
	padding:0px 0px;
}

#product-thumbs .owl-prev,
#product-thumbs .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: rgba(0,0,0,.05);
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}

#product-thumbs .owl-next {
	left:auto;
  right:0;
}

#product-thumbs .owl-prev.disabled,
#product-thumbs .owl-next.disabled {
	opacity:.5;
  pointer-events: none;
} 

#product-thumbs .thumb {
	padding:5px;
  cursor:pointer;
  opacity:.5;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#product-thumbs .current .thumb,
#product-thumbs .thumb:hover {
	opacity:1;
}

#product-thumbs .thumb .thumb-inner {
	padding: 5% 15%;
  background:#fff;
  position:relative;
}

#product-thumbs.with-border .thumb .thumb-inner {
	border: 1px solid #eee;
}

#product-thumbs.gray-bg .thumb .thumb-inner:after {
  content:'';
  position:absolute;
  display:block;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.03);
}

#productpage .product-content .titles-box {
	border-bottom:1px solid #eee;
}

#productpage .product-content {
	margin-top:70px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}

#productpage .product-content .titles .title {
  font-weight:600;
  padding:30px 0px;
  border-top:2px solid transparent;
  border-bottom:2px solid #f26823;
  display:inline-block;
}

#productpage .product-content .page {
	padding:50px 0px;
  line-height:25px;
}

#productpage .product-content .page img {
	max-width:100%;
  height:auto;
}

#productpage {
	padding-bottom:100px;
}

#productpage .product-content .specs table {
	width:100%;
}

#productpage .product-content .specs table td {
	padding:5px;
  border-bottom:1px solid #eee;
}

#productpage .product-content .specs table tr:last-child td {
	border-bottom:none
}

#productpage .related-products {
	padding-top:70px;
  padding-bottom:70px;
  border-bottom:1px solid #eee;
}

#productpage .product-reviews {
	padding:70px 0px;
  border-bottom:1px solid #eee;
}

#productpage .product-reviews.no-related-products {
  padding-bottom: 0;
  border-bottom: none;
}

#productpage .product-reviews .title-featured .title {
	margin-bottom:10px;
}

#productpage .product-reviews .title-featured .stars-wrap {
	margin-bottom:10px;
  font-size:16px;
}

#productpage .product-reviews .title-featured .stars-wrap .stars {
	margin:-2px;
}

#productpage .product-reviews .title-featured .stars-wrap .stars i {
	margin:2px;
}

#productpage .product-reviews .title-featured .stars-wrap .stars i.yellow {
  color: #f1c40f;
}

#productpage .product-reviews .title-featured .button {
	margin-top:30px;
}

#productpage .product-reviews .reviews {
	margin:-15px;
}

#productpage .product-reviews .reviews .review {
	padding:15px;
}

#productpage .product-reviews .reviews .review .date {
	font-size:12px;
  margin-bottom:3px;
}

#productpage .product-reviews .reviews .review .title {
	font-weight:700;
  font-size:16px;
  margin-bottom:5px;
}

#productpage .product-reviews .reviews .review .stars-wrap {
	margin-bottom:10px;
}

#productpage .product-reviews .reviews .review .content {
  line-height: 1.8em;
  /*max-height: 5.4em;*/
  overflow: hidden;
}

#productpage .product-reviews .reviews .review a.read-more {
  font-size: 90%;
  text-decoration: underline;
  color:inherit;
}

#productpage .product-reviews .reviews .review a.read-more:hover {
	color:inherit;
}

#productpage .product-reviews .reviews .review .stars {
	margin:-1px;
}

#productpage .product-reviews .reviews .review .stars i {
	margin:1px;
}

#productpage .product-reviews .reviews .review .stars i.yellow {
	color: #f1c40f;
}

#review-popup {
	padding:40px;
  text-align:center;
  max-width:600px;
  width:100%;
  display:none;
}

#review-popup .title-wrap {
  margin-bottom: 30px;
}

#review-popup .title-wrap .title {
	font-size:20px;
}

#review-popup .title-wrap .subtitle {
	margin-top:5px;
}

#review-popup input,
#review-popup textarea {
  width: 100%;
  border: none;
  height: 40px;
  border-bottom: 1px solid #eee;
  padding: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display:block;
}

#review-popup textarea {
	max-width:100%;
  padding:10px 0px;
  height:120px;
}

#review-popup .ui.selection.dropdown {
  width: 100%;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  height: 40px;
  line-height: 40px;
  padding: 0px;
}

#review-popup .ui.selection.dropdown>.dropdown.icon {
	height:40px;
  width:40px;
  line-height:40px;
}

#review-popup .button {
	margin-top:30px;
}

#review-popup input.error,
#review-popup textarea.error {
	border-color:#e74c3c;
}

#share-popup {
	padding:40px;
  text-align:center;
  max-width:300px;
  width:100%;
  display:none;
}

#share-popup .title-wrap {
  margin-bottom: 30px;
}

#share-popup .title-wrap .title {
	font-size:20px;
}

#share-popup .title-wrap .subtitle {
	margin-top:5px;
}

#share-popup ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:-3px;
}

#share-popup ul li {
	display:inline-block;
  padding:3px;
}

#share-popup ul li a {
	display:block;
  height:60px;
  width:60px;
  background:#aaa;
  color:#fff;
  line-height:60px;
  font-size:18px;
}

#share-popup ul li a.facebook {
	background:#3b5998;
}

#share-popup ul li a.twitter {
	background:#55acee;
}

#share-popup ul li a.pinterest {
	background:#cb2027;
}

#productpage .product-option .product-configure-variants,
#productpage .product-option .product-configure-custom-option {
	margin-top:20px;
}

#productpage .product-option label {
	display:block;
  font-size:12px;
  margin-bottom:3px;
}

#productpage .product-option select {
	height:50px;
  width:100%;
  background:#fff;
  border-radius: none;
  -moz-appearance:none;
  appearance:none;
  margin: 5px 0px;
  border:1px solid #eee;
}

#productpage .product-option .ui.selection.dropdown {
	width:100%;
  height:50px;
  line-height:50px;
  padding:0px 15px;
  margin: 5px 0px;
}

#productpage .product-option .ui.selection.dropdown>.dropdown.icon {
	height:50px;
  width:50px;
  line-height:50px;
}

#productpage .product-option input[type="text"] {
	outline:none;
  height:50px;
  padding:0px 15px;
  border:1px solid #eee;
  width:100%;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  margin: 5px 0px;
}

#productpage .product-option textarea {
	width:100%;
  max-width:100%;
  min-width:100%;
  height:150px;
  min-height:150px;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  border:1px solid #eee;
  padding:15px;
  margin: 5px 0px;
}

#productpage .product-bundles {
	padding: 70px 0px;
  border-bottom:1px solid #eee;
}

#productpage .bundles {
	margin:-30px 0px;
}

#productpage .bundles .bundle {
	padding:30px 0px;
  /*border-bottom:1px solid #eee;*/
}

#productpage .bundles .bundle:last-child {
	/*border-bottom:none;*/
}

#productpage .bundles .bundle .bundle-info {
	width:380px;
  padding-left:30px;
}

#productpage .bundles .bundle .info {
	padding:30px;
  background:#f8f8f8;
}

#productpage .bundles .bundle .bundle-wrap {
	margin:-30px;
}

#productpage .bundles .bundle .main-product,
#productpage .bundles .bundle .sub-products {
	padding:30px;
}

#productpage .bundles .bundle .main-product.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}

#productpage .bundles .bundle .sub-products .image-wrap.img-gray {
	padding:10%;
  position:relative;
}

#productpage .bundles .bundle .sub-products .image-wrap.img-gray:after {
	content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}

#productpage .bundles .bundle .main-product {
	width:300px;
  position:relative;
}

#productpage .bundles .bundle .main-product .plus {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 100%;
  text-align: center;
  margin-left: -20px;
  line-height: 40px;
  font-size: 25px;
}

#productpage .bundles .bundle .main-product img,
#productpage .bundles .bundle .sub-products img{
	width:100%;
}

#productpage .bundles .bundle .sub-products .image-wrap {
	padding:0 10%;
  margin-bottom:10px;
}

#productpage .bundles .bundle .sub-products .product a.title {
	font-size:13px;
 	height:36px;
  line-height:18px;
  overflow:hidden;
  display:block;
}

#productpage .bundles .bundle .sub-products .product label {
	display:none;
}

#productpage .bundles .bundle .ui.selection.dropdown {
	width:100%;
}

#productpage .bundles .bundle .sub-products .product .bundle-option {
	margin-top:8px;
}

#productpage .bundles .bundle .info .title {
	margin:0;
  margin-bottom:5px;
  font-size:20px;
}

#productpage .bundles .bundle .info .discount {
	font-weight:bold;
}

#productpage .bundles .bundle .info .price-box {
	margin:20px 0px;
}

#productpage .bundles .bundle .info .price-box .price {
	color:#000;
  font-size:20px;
  font-weight:800;
}

#productpage .bundles .bundle .info .price-box .old-price {
	text-decoration:line-through;
  font-size:13px;
}

#newsletter-popup {
	padding:0;
  display:none;
  width:100%;
  max-width:750px;
}

#newsletter-popup .text {
	padding:60px 40px;
  text-align:center;
  max-width:450px;
}

#newsletter-popup .title-wrap {
  margin-bottom: 30px;
}

#newsletter-popup .title-wrap .title {
  font-size: 30px;
}

#newsletter-popup .title-wrap .subtitle {
  margin-top: 5px;
  font-size:15px;
}

#newsletter-popup form input {
  width: calc(100% - 180px);
  height: 45px;
  border: 1px solid #eee;
  padding: 0px 10px;
  outline: none;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  border-radius:0;
}

#newsletter-popup form input.error {
	border-color:red;
}

#newsletter-popup form .btn {
  width: 170px;
  text-align: center;
  padding: 0px 10px;
  height: 45px;
  line-height: 43px;
  margin-left: 10px;
  vertical-align: top;
}

#newsletter-popup .image {
  background: url(newsletter-popup-image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:40%;
}

.categories {
	margin:-7px;
}

.categories .category {
	padding:7px;
}

.categories .category img {
	width:100%;
}

.categories .category .cat-inner {
	position:relative;
}

.categories .category.layout-2 .cat-inner {
	padding:10%;
  padding-bottom:80px;
}

.categories .category .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.categories .category.layout-2 .overlay {
  background: rgba(0,0,0,0.025);
}

.categories .category .info {
	padding:20px;
}

.categories .category .btn {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}

.categories .category .btn:hover {
	background:#fff;
  color:#f26823;
}

.categories .category.layout-2 .btn {
	color:#fff;
}

.home-categories {
	padding:75px 0px;
  border-bottom:1px solid #eee;
}

#textpage {
	padding-bottom:100px;
}

#textpage .content {
	line-height:1.7em;
}

/* style2 */
.search-overlay {
	position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
  top: 0;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.search-overlay.active {
	opacity:1;
  visibility:visible;
}
#header .header-usp .search-overlay {
	height:calc(100% + 1px);
}

#formSearch .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#formSearch .autocomplete .more {
  padding: 20px 0px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: -1px;
}
#formSearch .autocomplete.noresults .more {
  display:none;
}
#formSearch .autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}
#formSearch .autocomplete.noresults .notfound {
  display:block;
}
#formSearch .autocomplete.noresults .search-products {
  display:none;
}
.search-products .product {
  display:table;
  width:100%;
  padding:15px 0px;
  border-bottom:1px solid #ebebeb;
}
.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: #000000;
  display: block;
  overflow: hidden;
  height: 18px;
  font-weight:bold;
}
.search-products .product .info .brand {
  font-size: 0.85em;
}
.search-products .product .info .price {
  color: #2ecc71;
  letter-spacing: 0.05em;
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}
.search-products .product .info .price .old-price {
 font-size: 11px;
  color: #c8c8c8;
  font-weight:normal;
  margin-right:5px;
  text-decoration:line-through;
}
.search-products .product .info .price .inc-tax {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.headlines .item {
	background:#000;
}

#vid-box {
	opacity:0;
}

#vid-box.loaded {
	opacity:1;
}

#vid-box .controls-wrap {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index:9999;
}

#vid-box .vid-overlay {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

#vid-box:hover .vid-overlay {
	background: rgba(0,0,0,0.3);
}

#vid-box .controls-wrap .controls {
	margin:-10px;
  font-size:16px;
  opacity:0;
  -ms-transform: translate(0px, 20px); 
  -webkit-transform: translate(0px, 20px); 
  transform: translate(0px, 20px); 
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#vid-box:hover .controls-wrap .controls {
	opacity:1;
  -ms-transform: translate(0px, 0); 
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

#vid-box .controls-wrap .controls .control {
	padding:10px;
  display:inline-block;
}

#vid-box .text-overlay,
.mp4-vid .text-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:rgba(0,0,0,.3);
}

.owl-carousel.owl-grab {
	cursor:initial;
}

.sidebar-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
.sidebar-title.reviews-title {
	padding-bottom:15px;
  border-bottom: 1px solid #eee;
}
.tags-wrap .tags .tag {
  margin: 0px 5px 5px 0px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-size: 13px;
  position: relative;
}
.tags-wrap .tags .tag.active {
	background-color: #f26823;
  border-color: #f26823;
  font-weight: bold;
  color: #fff;
}
.sb-cats {
	margin-bottom:40px;
}
.sb-cats .sb-cats-wrap {
	border-top:1px solid #eee;
/*   border-bottom:1px solid #eee; */
  padding:0;
  margin:0;
  list-style:none;
}
.sb-cats .sb-cats-wrap li {
	position:relative;
}
.sb-cats .sb-cats-wrap li.active > a {
    color: #f26823;
}
.sb-cats .sb-cats-wrap li > a {
  display: block;
  padding: 10px 0px;
/*   line-height:40px; */
  font-weight: bold;
  color: #333;
  padding-right:30px;
}
.sb-cats .sb-cats-wrap li > a:hover {
	color: #f26823;
}
.sb-cats .sb-cats-wrap li .more-cats {
	position: absolute;
  right: 0px;
  top: 0;
  line-height: 40px;
  color: #ccc;
  font-size: 1.2em;
  width: 30px;
  text-align: center;
}
.sb-cats .sb-cats-wrap li .more-cats i {
  color: #ccc;
  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;
}
.sb-cats .sb-cats-wrap li.active > .more-cats i {
    color: #f26823;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sb-cats .sb-cats-wrap ul {
  list-style: none;
  border-left: 3px solid #eee;
  margin-left: 3px;
  padding: 10px 0px 10px 15px;
  display:none;
}
.sb-cats .sb-cats-wrap ul.active {
	display:block;
}
.sb-cats .sb-cats-wrap ul li a {
	line-height: 28px;
  font-weight: normal;
  font-size:0.9em;
  padding:0;
}
.sb-cats .sb-cats-wrap ul li a small {
  color: #bbb;
  font-weight: normal;
}
.sb-cats .sb-cats-wrap ul li.active > a {
  color: #f26823;
  font-weight:bold;
}
.sb-cats .sb-cats-wrap ul li .hover-cats {
  position: absolute;
  top: 0px;
  left: -30px;
  background-color: #fff;
  line-height: 26px;
  width: 26px;
  text-align: center;
  font-size: 0.85em;
  border-radius: 100px;
  color: #f26823;
  opacity:0;
  visibility:hidden;
}
.sb-cats .sb-cats-wrap ul li.active > .hover-cats {
	opacity:1;
  visibility:visible;
}

.sb-cats .sb-cats-wrap ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sb-cats .sb-cats-wrap ul ul li a {
	font-size:0.8em;
}
.sb-cats .sb-cats-wrap ul li .more-cats {
	line-height:28px;
}

#catalog-page,
#brands-page {
	padding-bottom:70px;
}

.catalog-content .title {
	margin:0;
  margin-bottom:10px;
  font-size:25px;
}
.catalog-content .text {
	line-height:25px;
}
.catalog-content.on-top {
	margin-bottom:50px;
}
.catalog-content.on-bottom {
	margin-top:50px;
}
.catalog-content .image img {
	width:100%;
}
.catalog-content .image {
	width:250px;
  padding-right:30px;
}
.catalog-content .image .image-wrap {
	position:relative;
}
.catalog-content.image .image-wrap.layout-2 {
	padding:10%;
}
.catalog-content .image .image-wrap.layout-2:after {
	content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background: rgba(0,0,0,0.025);
}
.categories .category .cat-inner.brand {
  padding: 50px;
  border: 1px solid #eee;
}
/* end style2 */

.menu-button ul {
	margin:0;
  padding:0;
  list-style:none;
}

.menu-button ul li {
  margin: 5px 0px;
  height: 1px;
  display: block;
  background: #000;
  width: 23px;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.menu-button ul li:nth-child(2) {
	width:28px;
}

.menu-button .open-menu.active ul li {
	width:25px;
}

.menu-button .open-menu.active ul li:nth-child(2) {
	width:22px;
}

.menu-button ul li:last-child {
  height: auto;
  width: auto;
  background: transparent;
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  color:#000;
  margin-top:-2px;
}

/* MOBILE MENU */ 
.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-x: scroll;
  -ms-transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  font-size:14px;
  font-weight:500;
}

.mobile-menu.mobile-menu-open {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.mobile-menu ul a {
	color:#000;
}
.mobile-menu ul.sub-menu a {
	color:#aaa;
}

.mobile-menu 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 i {
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mobile-menu ul li.active > .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu ul ul 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 */ 

/* PRODUCTPAGE USP*/
.productpage-col {
	float:left;
  padding:0px 15px;
  width:100%;
}
.productpage-col.with-usp {
  width:calc(100% - 350px);
}
.productusp-col {
	float:left;
  padding:0px 15px;
  width:350px;
}
.product-usp {
	padding:30px;
  background:rgba(0,0,0,0.025);
  font-size:12px;
}
.product-usp ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:-7px;
}
.product-usp ul li {
	padding:7px;
}
.product-usp .icon {
	width:35px;
  padding-right:10px;
  text-align:center;
  color:#2ecc71;
  font-size:18px;
}
.product-usp .text .title {
	font-size:13px;
  font-weight:600;
}
.product-usp .usp-title {
	font-size:20px;
  margin-bottom:15px;
}
.product-usp .usp-title .dot {
  color: #fec401;
}
#productpage .product-info.with-usp {
  padding: 0px 30px;
}
/* PRODUCTPAGE USP */
/* PRODUCTPAGE PAYMENTS */
.product-payments {
  margin-top:40px;
}
.product-payments img {
	width:100%;
}
.product-payments .payment {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 1px;
  margin-bottom: 1px;
}
.product-payments .payment a {
	display:block;
  background:rgba(0,0,0,.05);
}
/* END PRODUCTPAGE PAYMENTS */
/* YOTPO */
#productpage .product-reviews .stars-wrap .stars .yotpo .star-clickable {
	float:none !important;
  text-align:center !important;
}
/* END YOTPO */

/* HEADINGS UPDATE */
	.home-text .content h1,
  .home-text .content h2, 
  .home-text .content h3, 
  .home-text .content h4, 
  .home-text .content h5, 
  .home-text .content h6,
  #productpage .product-content .page h1,
  #productpage .product-content .page h2, 
  #productpage .product-content .page h3, 
  #productpage .product-content .page h4, 
  #productpage .product-content .page h5, 
  #productpage .product-content .page h6,
  #textpage .content h1,
  #textpage .content h2, 
  #textpage .content h3, 
  #textpage .content h4, 
  #textpage .content h5, 
  #textpage .content h6 {
	font-size:25px;
  margin-top:40px;
  margin-bottom:15px;
}
/* END HEADINGS UPDATE */

/* COOKIES */
.wsa-cookielaw {
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 11px;
  border: none;
  top: auto;
  width: auto;
  padding: 10px 20px;
  max-width: 100%;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.wsa-cookielaw a {
  color: #fff;
  margin-left: 10px;
}
.wsa-cookielaw a:hover {
	color: #fff;
}
a.wsa-cookielaw-button.wsa-cookielaw-button-green,
a.wsa-cookielaw-button.wsa-cookielaw-button-red {
  border: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 11px;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
}
a.wsa-cookielaw-button.wsa-cookielaw-button-green,
a.wsa-cookielaw-button.wsa-cookielaw-button-green:hover {
	background:#27ae60;
}
a.wsa-cookielaw-button.wsa-cookielaw-button-red,
a.wsa-cookielaw-button.wsa-cookielaw-button-red:hover {
	background:#c0392b;
}
/* END COOKIES */

/* CUSTOM CART */
#cart-page .cart-row {
	margin:0px -25px;
}
#cart-page .cart-body-col {
	width:calc(100% - 500px);
  float:left;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-total-col {
	width:500px;
  float:left;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-title,
.checkout-title,
#service-page .service-title{
	margin-bottom:30px;
}
#cart-page .cart-title .title,
.checkout-title .title,
#service-page .service-title .title {
	font-size:25px;
  margin:0;
}
#cart-page .cart-table {
	width:100%;
}
#cart-page .cart-table th {
	font-size:120%;
  text-align:center;
  padding-bottom:10px;
}
#cart-page .cart-table th:first-child {
	text-align:left;
}
#cart-page .cart-table td {
	padding:15px 15px;
  border-bottom:1px solid rgba(0,0,0,0.065);
}
#cart-page .cart-table td.image {
	width:100px;
}
#cart-page .cart-table td.image img {
	width:100%;
}
#cart-page .cart-table .image-wrap {
	position:relative;
}
#cart-page .cart-table .image-wrap.img-gray {
  padding: 12%;
}
#cart-page .cart-table .image-wrap.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
#cart-page .cart-table td:last-child {
	padding-right:0;
}
#cart-page .cart-table td:first-child {
	padding-left:0;
}
#cart-page .cart-table .extra-info ul {
	margin:0px;
  padding:0;
  list-style:none;
  font-size:12px;
}
#cart-page .cart-table .extra-info ul li.variant {
	font-size:120%;
  margin-bottom:5px;
}
#cart-page .cart-table .info a.title .items {
	font-size:80%;
  color:#777;
}
#cart-page .cart-table .input-wrap {
	display:inline-block;
  position:relative;
}
#cart-page .cart-table .input-wrap input {
  width: 65px;
  height: 50px;
  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;
  -moz-transition: padding .15s ease-in-out;
  -o-transition: padding .15s ease-in-out;
  transition: padding .15s ease-in-out;
  border-radius: 0;
}
#cart-page .cart-table .input-wrap .change {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; 
}
#cart-page .cart-table .input-wrap .change a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  font-weight: 900;
  background: rgba(0,0,0,.05);
}
#cart-page .cart-table .input-wrap .change a:first-child {
  border-bottom: 1px solid #eee;
}
#cart-page .cart-table .input-wrap:hover .change {
	opacity:1;
}
#cart-page .cart-table .input-wrap:hover input {
	padding-right:25px;
}
#cart-page .total-block {
  padding: 30px;
  background: rgba(0,0,0,0.065);
}
#cart-page .total-block table {
	width:100%;
  font-weight:700;
}
#cart-page .total-block table td {
	padding:3px 0px;
}
#cart-page .total-block table td:last-child {
	text-align:right;
}
#cart-page .total-block table tr:last-child td {
	padding-top:20px;
  border-top:1px solid rgba(0,0,0,0.06);
  font-size:120%;
}
#cart-page .total-block table tr:nth-last-child(2) td {
	padding-bottom:20px;
}
#cart-page .total-block table .delete-discount {
	font-size:70%;
  margin-left:5px;
}
#cart-page .total-block .payments ul {
	margin:-3px;
  margin-top:37px;
  padding:0;
  list-style:none;
  text-align:center;
  display:flex;
  flex-wrap:wrap;
}
#cart-page .total-block .payments ul li {
	margin:3px;
  padding:3px 5px;
  background:#fff;
  width:60px;
  border-radius:2px;
  display:inline-block;
  width:calc(16.6666% - 6px);
}
#cart-page .total-block .payments ul li img {
	width:100%;
}
#cart-page .total-block .button  {
	margin-top:20px;
}
#cart-page .total-block .button .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  background: #2ecc71;
  margin-top:5px;
}
#cart-page .total-block .button .btn i {
	margin-right:7px;
}
#cart-page .total-block .button .btn:first-child {
	margin-top:0;
}
#cart-page .total-block .button .btn.paypal {
	background:#012169;
}
#cart-page .total-block .button .btn.fastcheckout {
	background:#1ba5de;
}
#cart-page .total-block .discount-block form {
	position:relative;
}
#cart-page .total-block .discount-block input {
	height:50px;
  padding:0px 20px;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:0;
  width:100%;
}
#cart-page .total-block .discount-block .btn {
	position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  padding:0;
  line-height:50px;
}
#cart-page .total-block .discount-block {
	margin-bottom:40px;
}
#cart-page .total-block .discount-block.shipping-active {
	margin-bottom:15px;
}
#cart-page .total-block .shipping-costs-block {
	margin-bottom:20px;
}
#cart-page .total-block .toggle-shipping-costs {
	font-weight:bold;
}
#cart-page .total-block .toggle-shipping-costs i {
	margin-left:7px;
}
#cart-page .total-block .shipping-costs-wrap {
	display:none;
  padding:10px 0px;
  border-top: 1px solid rgba(0,0,0,0.06);
  margin-top: 15px;
}
#cart-page .total-block .shipping-costs-wrap.used {
	display:block;
}
#cart-page .total-block .shipping-costs-wrap .input-wrap {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding-bottom: 10px;
}
#cart-page .total-block .shipping-costs-wrap .input-wrap input {
  float: left;
  width: calc(100% - 140px);
  margin-right: 10px;
  background-color: #fff;
  border: 0px;
  height: 40px;
  padding: 0px 20px;
  outline:none;
}
#cart-page .total-block .shipping-costs-wrap .input-wrap .btn {
  float: left;
  width: 130px;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown {
  width: 100%;
  background-color: #fff;
  height: 40px;
  margin-bottom: 10px;
  padding: 0px 20px;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown .menu {
  max-height: 20.22857143rem;
}
#cart-page .total-block .shipping-costs-wrap .ui.search.selection.dropdown>input.search {
	padding:0px 20px;
  height:100%;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown>.dropdown.icon {
  height: 40px;
  line-height: 38px;
  width: 40px;
  color: #000;
}
#cart-page .total-block .shipping-costs-wrap .radio-block {
	border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 5px 0px;
}
#cart-page .total-block .shipping-costs-wrap .radio-block .radio-wrap label {
	margin-left:7px;
}

.status-bar {
	margin-bottom:50px;
  margin-top:50px;
}
.status-bar .bar {
	height:3px;
  background:#f7f7f7;
  margin:0px 50px;
  position:relative;
  margin-bottom:20px;
}
.status-bar .bar .dot {
	position:absolute;
  display:block;
  width:20px;
  height:20px;
  border:1px solid #eee;
  border-radius:100%;
  top:50%;
  margin-top:-10px;
  background:#fff;
  margin-left:-10px;
  text-align: center;
  font-size: 9px;
  line-height: 18px;
  color: #fff;
  -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;
}
.status-bar .bar .dot.active {
	border-color:#fec400;
}
.status-bar .bar .dot.done {
  border-color:#fec400;
	background-color:#fec400;
}
.status-bar .bar .dot:nth-child(1) {
	left:0;
}
.status-bar .bar .dot:nth-child(2) {
	left:33.3333%;
}
.status-bar .bar .dot:nth-child(3) {
	left:66.6666%;
}
.status-bar .bar .dot:nth-child(4) {
	left:100%;
}
.status-bar .bar .active-bar {
	float:left;
	width:0;
  background:#fec400;
  height:3px;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.status-bar .bar .active-bar.done-2 {
	width:33.3333%;
}
.status-bar .bar .active-bar.done-3 {
	width:66.6666%;
}
.status-bar .bar .active-bar.done-4,
.status-bar .bar .active-bar.done-all {
	width:100%;
}
.status-bar ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  justify-content:space-between;
}
.status-bar ul li {
	width:100px;
  text-align:center;
  opacity:.7;
}
.status-bar ul li.active {
	opacity:1;
}
.status-bar ul li.done {
	color:#fec400;
  opacity:1;
}
.custom-cart-page .gui-progressbar {
	display:none;
}
.gui-input, .gui-text, .gui-select, .gui-number, .gui-select select {
  border: none !important;
  background: rgba(0,0,0,0.05)!important;
  border-radius: 0!important;
}
.gui-input input,
.gui-select select {
	height:40px !important;
}
.gui-checkout .gui-form a.gui-button-small {
  float: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  font-weight: bold;
  background: #2ecc71;
  border: none;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
}
.gui-checkout .gui-form a.gui-button-primary, .gui-checkout .gui-form a.gui-button-action {
	padding: 0px 25px !important;
  background: #2ecc71 !important;
  color:#fff !important;
}
.gui-checkout input:-webkit-autofill {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}
.upsell-products {
	padding-top:70px;
}
#cart-page .title-featured .title {
	font-size:25px;
}
/* END CUSTOM CART */

/* CUSTOM SERVICE */
#service-page .text {
	line-height:1.9em;
}
#service-page .text p {
	margin-bottom:20px;
}
#service-page .faq-tabs .page {
	display:none;
  font-size:13px;
}
#service-page .faq-tabs .page.open {
	display:block;
}
#service-page .faq-tabs .tab {
  padding: 12px 0px;
  border-top: 1px solid rgba(0,0,0,0.065);
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
#service-page .faq-tabs .tab.first {
/* 	border-top:0; */
}
#service-page .faq-tabs .tab.last {
	border-bottom: 1px solid rgba(0,0,0,0.065);
}
#service-page .faq-tabs .tab .icon {
	position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color:#fec400;
  -webkit-transition: transform .4s ease-in-out;
  -moz-transition: transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
}
#service-page .faq-tabs .tab.active .icon {
	-ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#service-page .faq-tabs .page {
	padding:15px 0px;
  border-top:1px solid rgba(0,0,0,0.065);
}
#service-page .faq-tabs .page.last {
	border-top:0;
}
#service-page .faq-block {
	margin-bottom:40px;
}
#service-page .faq-block .faq-title {
	margin-bottom:20px;
  font-size:20px;
}
#service-page .faq-block .faq-title .index,
#service-page .faq-tabs .tab .index {
	color:#fec401;
}
#service-page .faq-block .faq-title .title {
	font-weight:700;
}
#service-page .content {
	margin-bottom:40px;
}
#service-page .contact-form .inputs {
	margin:-10px;
}
#service-page .contact-form .inputs .input {
	padding:10px;
}
#service-page .contact-form input,
#service-page .contact-form textarea {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  background:rgba(0,0,0,0.065);
  height:50px;
  padding:0px 15px;
  font-weight:600;
}
#service-page .contact-form textarea {
	max-width:100%;
  min-width:100%;
  min-height:150px;
  height:200px;
  padding:15px;
}
#service-page .contact-form .button .btn {
	height:50px;
  padding:0px 40px;
  background:#2ecc71;
  line-height:50px;
}
#service-page .contact-info {
	padding:30px;
  background:rgba(0,0,0,0.065);
}
#service-page .contact-info table {
	width:100%;
}
#service-page .contact-info table tr td:first-child {
	font-weight:700;
}
#service-page .contact-info .title {
	margin-bottom:10px;
  font-size:1.2em;
  font-weight:700;
}
/* END CUSTOM SERVICE */

/* CART POPUP */
#cart-popup {
	display:none;
  width:100%;
  max-width:1000px;
  padding:30px;
}
#cart-popup .popup-title {
	font-size:22px;
  margin-bottom:20px;
}
.cart-popup-row {
	margin:-25px;
}
#cart-popup .info-col {
	width:calc(100% - 400px);
  float:left;
  padding:25px;
  min-height:1px;
}
#cart-popup .cart-total-col {
	width:400px;
  float:left;
  padding:25px;
  min-height:1px;
}
#cart-popup .total-block {
  padding: 20px;
  background: rgba(0,0,0,0.065);
}
#cart-popup .total-block table {
	width:100%;
}
#cart-popup .total-block table td {
	padding:3px 0px;
  padding-right:15px;
}
#cart-popup .total-block table td:last-child {
	padding-right:0;
}
#cart-popup .total-block table td:last-child {
	text-align:right;
}
#cart-popup .total-block table tr:last-child td {
	padding-top:10px;
  border-top:1px solid rgba(0,0,0,0.06);
  font-size:110%;
}
#cart-popup .total-block table tr:nth-last-child(2) td {
	padding-bottom:10px;
}
#cart-popup .total-block .title {
	font-size:20px;
  margin-bottom:10px;
}
#cart-popup .total-block table tr:last-child {
	font-weight:600;
}
#cart-popup .total-block .button {
	margin-top:10px;
}
#cart-popup .total-block .button .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  background: #2ecc71;
}
#cart-popup .image img {
	width:100%;
}
#cart-popup .image .image-wrap {
	position:relative;
  padding: 12%;
  width:120px;
}
#cart-popup .image .image-wrap:after {
	content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
#cart-popup .popup-info {
	padding-left:20px;
}
#cart-popup .popup-info .brand {
	margin-bottom:3px;
  font-size:13px;
}
#cart-popup .popup-info .title {
	display:block;
  font-size:20px;
  margin-bottom:5px;
}
#cart-popup .popup-info .description {
	line-height:1.7em;
  font-size:13px;
}
/* END CART POPUP */

/* ORDER TIMER */
#productpage .order-countdown {
	margin-top:40px;
  font-size:16px;
  margin-bottom:-10px;
  font-weight:700;
}
#productpage .order-countdown i {
  margin-right: 10px;
  color: #fec401;
}
#productpage .order-countdown .align {
  	width:auto;
  }
/* END ORDER TIMER */

@media (min-width: 1200px) {
  .container {
    width:100%;
    max-width:1400px;
  }
  .col-lg-20 {
  	float:left;
    padding-left:15px;
    padding-right:15px;
    width:20%;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
  	float:left;
    padding-left:15px;
    padding-right:15px;
    width:20%;
  }
}

@media (max-width: 1450px) {
  #cart-page .cart-body-col {
    width:calc(100% - 450px);
  }
  #cart-page .cart-total-col {
  	width:450px;
  }
}

@media (max-width: 1199px) {
  .home-banners .banner .text-wrap {
  	margin:30px;
  }
  .home-banners .banner .title {
  	font-size:27px;
  }
  .home-banners .banner .subtitle {
  	font-size:14px;
  }
  .btn {
    padding: 8px 25px;
    font-size: 12px;
  }
  .home-text .content {
  	font-size:13px;
  }
  #footer .main-footer,
  #header .topbar {
  	font-size:12px;
  }
  #footer .footer-title,
  .sidebar-title,
  .sidebar .sidebar-filters .filter-title, .filters-top .filter-title {
  	font-size:14px;
  }
  #footer .footer-bottom,
  .tags-wrap .tags .tag {
  	font-size:11px;
  }
  #header .main-header .main-menu,
  #header .main-menu-wide,
  .sb-cats,
  .collection-content .text,
  .catalog-content .text {
  	font-size:13px;
  }
  #header .header-usp ul {
  	font-size:10px;
  }
  .col-sidebar {
		width:250px;  
  }
  .col-products, .col-blog, .col-textpage {
    width: calc(100% - 250px);
	}
  .collection-content .title,
  .catalog-content .title {
  	font-size:22px;
  }
  .collection-content .image,
  .catalog-content .image {
  	width:180px;
  }
  .ui.selection.dropdown {
  	padding-right:40px;
  }
  .collection-content.on-top {
  	margin-bottom:20px;
  }
  #newsletter-popup .title-wrap .title {
  	font-size:25px;
  }
  #newsletter-popup .title-wrap .subtitle {
  	font-size:13px;
  }
  .ui.checkbox .box:before, .ui.checkbox label:before {
    width: 22px;
    height: 22px;
	}
  .ui.checkbox label, .ui.checkbox+label {
    line-height: 22px !important;
    font-size:11px;
  }
  .ui.checkbox .box:after, .ui.checkbox label:after {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 9px;
	}
  .filter-items {
  	margin:-3px;
  }
  .filter-items .filter-item {
  	padding:3px;
  }
  #header .main-menu ul li a {
  	padding:7px;
  }
  #productpage .product-info {
  	padding-left:0;
  }
  #productpage .product-info .product-title {
  	font-size:22px;
  }
  #productpage .product-info .price-stock,
  #productpage .product-info .product-description,
  #productpage .product-info .product-delivery,
  #productpage .product-info .discounts {
  	margin-top:20px;
  }
  #productpage .product-info .cart {
  	margin-top:30px;
  }
  #productpage .product-info .product-option {
  	padding-top:0;
  }
  #productpage .product-info .product-description,
  #productpage .product-info .discounts {
  	font-size:13px;
  }
  #productpage .product-info .product-delivery {
  	font-size:11px;
  }
  #productpage .product-content .titles .title {
  	font-size:15px;
    padding:20px 0px;
  }
  #productpage .product-content .page {
  	font-size:13px;
    line-height:23px;
    padding:30px 0px;
  }
  #productpage .bundles .bundle .main-product {
  	width:220px;
  }
  #productpage .bundles .bundle .bundle-info {
  	width:320px;
  }
  .title-featured .title-wrap .shadow {
  	font-size:65px;
  }
  #productpage .bundles .bundle .sub-products .product a.title {
  	font-size:12px;
  }
  #productpage .bundles .bundle .ui.selection.dropdown {
  	font-size:10px;
  }
  #productpage .product-reviews .reviews .review .content {
    line-height: 23px;
    font-size: 13px;
	}	
  #textpage .content {
  	font-size:13px;
  }
  .blog-articles .article-1 {
    height: 350px;
	}
  .blog-articles .article-2, .blog-articles .article-3 {
  	height:175px;
  }
  .blog-articles .article .text-box .title {
  	font-size:14px;
  }
  .blog-articles .article .description,
  .blog-articles .article .date {
  	font-size:12px;
  }
  .blog-block-articles .article .info .article-title {
  	font-size:15px;
  }
  .blog-block-articles .article .info .article-description {
  	font-size:12px;
    line-height:17px;
    height:51px;
  }
  .blog-row {
  	margin:0px -7px;
  }
  .blog-col {
  	padding:0px 7px;
  }
  .blog-block-articles .article {
  	margin-bottom:15px;
  }
  .blogpage .blog-articles {
  	margin-bottom:20px;
    padding-bottom:20px;
  }
  #blog .complete-article .article-box .article-content {
    margin: -30px 30px 0px 30px;
    padding: 30px;
  }
  #blog .complete-article .article-content .publish-date {
  	font-size:12px;
  }
  #blog .complete-article .article-content .article-title {
  	font-size:22px;
    margin-top:10px;
    margin-bottom:10px;
  }
  #blog .complete-article .article-box .article-content p {
    font-size: 13px;
    line-height: 1.7em;
	}
  #blog .complete-article .image-wrap {
  	height:400px;
  }
  #blog .complete-article .comments .comment .content {
  	font-size: 13px;
    line-height: 1.7em;
  }
  #blog .complete-article .title {
  	font-size: 18px;
    padding-bottom: 15px;
	}
  .products .product-list .info .description {
  	font-size:12px;
  }
  .products .product-list .info .title {
  	font-size:14px;
  }
  #productpage .product-info .cart .input-wrap .change {
  	opacity:1;
  }
  #productpage .product-info .cart .input-wrap input {
  	padding-right:25px;
  }
  #productpage .product-info.with-usp {
  	padding:0;
  }
  .productpage-col,
  .productpage-col.with-usp {
    width:100%;
  }
  .productusp-col {
    width:100%;
  }
  .product-usp {
  	margin-top:30px;
  }
  .product-usp ul li {
    float: left;
    width: 50%;
	}
  #cart-page .cart-title .title,
  .checkout-title .title,
  #service-page .service-title .title{
  	font-size:22px;
  }
  .status-bar ul li {
  	font-size:12px;
  }
  #cart-page .cart-row {
  	margin:0px -15px;
  }
  #cart-page .cart-body-col {
  	width: calc(100% - 400px);
    padding:0px 15px;
  }
  #cart-page .cart-total-col {
  	width:400px;
    padding:0px 15px;
  }
  #cart-page .total-block {
  	padding:25px;
    font-size:13px;
  }
  #cart-page .cart-table {
  	font-size:13px;
  }
  #cart-page .cart-table th {
  	font-size:100%;
  }
  #cart-page .cart-table td {
  	padding:15px 10px;
  }
  #cart-page .cart-table td.image {
  	width:75px;
  }
  #cart-page .cart-table .input-wrap .change {
  	opacity:1;
  }
  #cart-page .cart-table .input-wrap input {
    padding-right:25px;
  }
  .status-bar {
    margin-bottom: 40px;
    margin-top: 40px;
	}
  .status-bar .bar .dot {
  	width:16px;
    height:16px;
    line-height:14px;
    margin-left:-8px;
    margin-top:-8px;
    font-size:7px;
  }
  #service-page .faq-block .faq-title .title {
  	font-size:18px;
  }
  #service-page .faq-tabs .tab,
  #service-page .content {
  	font-size:13px;
  }
  #productpage .order-countdown {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: -10px;
	}
}

@media (max-width: 991px) {
  .headlines .item.item-1 {
  background: url(headline-1-image-tablet.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-image-tablet.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-image-tablet.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  #header .topbar ul > li a,
  #header .topbar ul > li .inner{
  	padding:0px 15px;
  }
  .headlines .owl-dots {
  	font-size:12px;
  }
  .home-banners .banner .title {
  	font-size:23px;
  }
  .home-banners .banner .text-wrap {
  	margin:20px;
  }
  .blog-articles .article-1 {
  	height:450px;
  }
  .categories .category .info {
  	padding:15px;
  }
  .categories .category .info .btn {
  	padding-left:15px;
    padding-right:15px;
  }
  .title-featured .title {
  	font-size:30px;
  }
  .title-featured .title-wrap .shadow {
  	font-size:55px;
  }
  .home-tags .tags ul li a {
  	font-size:11px;
  }
  #header .main-header .icons ul li {
  	padding:0px 7px;
  }
  #header .main-header .icons {
  	font-size:14px;
  }
  #header .header-usp ul {
  	margin:0;
  }
  #header .header-usp ul li {
  	text-align:center;
  }
  .small-margin {
  	margin:-7px;
  }
  .small-padding {
  	padding:7px;
  }
  #header .menu-button,
  #header .main-header .icons {
  	width:180px;
  }
  #header .main-header .logo {
  	text-align:center;
  }
  #header .main-header .logo {
  	padding:0;
  }
  .col-products, .col-blog, .col-textpage {
  	width:100%;
  }
  #productpage .product-info .product-brand {
  	font-size:13px;
  }
  #productpage .product-info .stars-code {
  	margin-top:5px;
  }
  #productpage .product-info .top-info {
  	margin-bottom:20px;
  }
  #productpage .product-info .price-stock {
  	margin-top:0;
  }
  #productpage .product-info .stock {
  	vertical-align:middle;
  }
  #productpage .product-info .cart .btn.add-wishlist {
    margin-right: 0;
    padding: 0;
    width: 50px;
	}
  #header .header-usp {
    padding: 9px 0px;
	}
  .breadcrumbs {
    padding-top: 7px;
    padding-bottom: 20px;
    font-size: 11px;
	}
  #productpage .bundles .bundle .main-product, #productpage .bundles .bundle .sub-products {
  	display:block;
    width:100%;
  }
  #productpage .bundles .bundle .main-product .plus {
  	top:100%;
    left:50%;
    margin-left:-20px;
  }
  .main-content.fixed-content {
  	padding-bottom:30px;
  }
  .main-content.fixed-content.article-page {
  	padding-top:0;
  }
  .main-content.article-page .container-wide {
  	padding:0;
  }
  .catalog-content.on-top {
  	margin-bottom:30px;
  }
  #cart-page .cart-body-col {
  	width: 100%;
  }
  #cart-page .cart-total-col {
  	width: 100%;
    margin-top:30px;
  }
  #cart-page .total-block .payments ul li {
  	width: calc(10% - 6px);
  }
  #service-page .contact-form {
  	margin-bottom:40px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
  #cart-popup .total-block .title {
  	font-size:16px;
  }
  #cart-popup .total-block table {
  	font-size:12px;
  }
  #cart-popup .cart-total-col {
  	width:350px;
    padding:15px;
  }
  #cart-popup .info-col {
    width: calc(100% - 350px);
    padding:15px;
  }
  .cart-popup-row {
  	margin:-15px;
  }
  #cart-popup .image .image-wrap {
  	width:100px;
  }
  #cart-popup .popup-info .description {
  	font-size:12px;
  }
  #cart-popup .popup-info {
  	padding-left:15px;
  }
  #cart-popup .popup-title {
  	font-size:20px;
  }
}

@media (max-width: 767px) {
  .headlines .item.item-1 {
    background: url(headline-1-image-mobile.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-image-mobile.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-image-mobile.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  body,
  html {
  	width:100%;
    overflow-x:hidden;
  }
  .container-wide {
  	padding:0px 15px;
  }
  #header .main-header {
  	padding:10px 0px;
  }
  #header .main-header .logo.small img {
    height: 22px;
	}
  #header .main-header .logo.medium img {
    height: 27px;
	}
  #header .main-header .logo.large img {
    height: 35px;
	}
  .menu-button ul li:last-child {
  	font-size:8px;
  }
  .menu-button ul li {
    width: 20px;
  }
  .menu-button ul li:nth-child(2) {
    width:25px;
  }
  .headlines .item {
  	height:400px;
  }
  .headlines .text-box .title {
  	font-size:25px;
  }
  .headlines .text-box .subtitle {
    line-height: 18px;
    font-size: 12px;
  }
  .headlines .owl-dots .owl-dot {
  	padding:0px 10px;
  }
  .headlines .owl-dots .owl-dot.active:after {
  	margin-left:20px;
    width:30px;
  }
  .title-featured .title-wrap .shadow {
    font-size: 35px;
    top:50%;
    line-height:35px;
	}
  .title-featured .title {
    font-size: 22px;
	}
  .title-featured .title-wrap {
  	margin-bottom:7px;
  }
  .title-featured .subtitle,
  .home-products .tabs {
    font-size: 13px;
  }
  .title-featured {
  	margin-bottom:30px;
  }
  .home-blog,
  .home-categories,
  .home-products,
  .home-text,
  .home-brands,
  .home-tags,
  #footer .newsletter-block {
  	padding:40px 0px;
  }
  #footer .newsletter-block form input {
  	width:calc(100% - 50px);
  }
  #footer .newsletter-block form .btn {
  	padding:0px;
    width:50px;
  }
  #footer .newsletter-block .title {
  	font-size:22px;
  }
  .home-products .tabs li {
  	padding:0px 5px;
  }
  .home-products .tabs {
  	margin:0px -5px;
  }
  #footer .footer-bottom {
  	padding:15px 0px;
  }
  #footer .footer-bottom .copyright {
  	display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .footer-bottom .payments {
  	margin: 0;
    display: block;
    width: 100%;
 	 	text-align: center;
  }
  #footer .footer-title .plus {
    position: absolute;
    right: 0;
    top:0;
    width: 25px;
    height:25px;
    line-height:25px;
    text-align: center;
    font-size: 16px;
    -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;
  }
  #footer .footer-title.active .plus {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #footer .main-footer .content-wrap {
  	display:none;
  }
  .home-blog .button {
  	margin-top:30px;
  }
  #header .header-usp {
  	padding:9px 0px;
  }
  #header .topbar {
  	font-size:11px;
    line-height:30px;
  }
  .cart-side {
  	width:300px;
    -ms-transform: translate(300px, 0px);
    -webkit-transform: translate(300px, 0px);
    transform: translate(300px, 0px);
  }
  .body-wrap.cart-open {
     -ms-transform: translate(-300px, 0px);
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
	}
  .cart-side.cart-open {
    -ms-transform: translate(-300px, 0px);
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
  }
  #header .menu-button, #header .main-header .icons {
  	width:80px;
  }
  .blog-articles .article-1,
  .blog-articles .article-2, .blog-articles .article-3 {
  	height:200px;
    margin-bottom:2px;
  }
  .home-blog .container {
  	padding:0;
  }
  .home-blog .title-featured {
  	padding-left:30px;
    padding-right:30px;
  }
  #login-popup {
  	padding:0;
    margin:0;
  }
  #login-popup .col {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 40px;
	}
  .collection-content .title {
  	font-size:18px;
    margin-bottom:5px;
  }
  .collection-content .text {
    font-size: 12px;
    line-height: 20px;
  }
  .breadcrumbs {
  	padding-top:5px;
    font-size:10px;
    padding-bottom:15px;
  }
  .breadcrumbs i {
    margin: 0px 7px;
    font-size: 8px;
	}
  /*
  .collection-sort .custom-pager {
  	text-align:left;
  }
  */
  .collection-sort .custom-pager ul li {
  	vertical-align:bottom;
  }
  .collection-sort .custom-pager ul li a {
    height: 32px;
    line-height: 30px;
    padding: 0px 5px;
  }
  .collection-content.on-top {
  	margin-bottom:10px;
  }
  .collection-sort {
  	margin-bottom:20px;
  }
  .products .product .info .title {
  	font-size:12px;
    line-height:20px;
  }
  .products .product .info .description {
    font-size: 10px;
    line-height: 15px;
    margin-top:3px;
  }
  .products .product .info .description.one-line {
    height: 15px;
	}
  .products .product .info .description.two-lines {
    height: 30px;
	}
  .products .product .info .description.three-lines {
    height: 45px;
	}
  .products .product .info .product-stars {
  	font-size:10px;
    margin-top:3px;
  }
  .products .product .info .product-brand {
  	font-size:12px;
    height:17px;
  }
  .products .product .price {
    margin-top: 3px;
    font-size: 12px;
	}
  .collection-sort .filter-btn {
  	height:32px;
    line-height:32px;
    padding:0px 15px
  }
  .collection-content.on-bottom {
  	margin-top:20px;
  }
  #collection-page {
  	padding-bottom:20px;
  }
  #productpage .product-info .product-title {
  	font-size:18px;
  }
  #productpage .product-info .product-stars {
  	font-size:12px;
  }
  #productpage .product-info .product-stars .text {
  	font-size:11px;
  }
  #productpage .product-info .price-stock {
  	margin-top:20px;
  }
  #product-images .product-actions li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 9px;
  }
  #productpage .product-content .page {
    font-size: 11px;
    line-height: 22px;
    padding: 20px 0px;
	}
  #productpage .product-content .titles .title {
    font-size: 14px;
    padding: 15px 0px;
	}
  #productpage .bundles .bundle .bundle-info {
    display: block;
    width: 100%;
    padding: 0;
	}
  #productpage .bundles .bundle .products-wrap {
  	display: block;
    width: 100%;
    padding: 0;
  }
  #productpage .bundles .bundle .bundle-wrap {
  	margin:0;
  }
  #productpage .bundles .bundle .main-product img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
	}
  #productpage .bundles .bundle .main-product, #productpage .bundles .bundle .sub-products {
    padding: 15px;
	}
  #productpage .bundles .bundle .info {
  	margin-top:20px;
  }
  #productpage .related-products {
  	padding-top:30px;
  }
  #productpage {
  	padding-bottom:30px;
  }
  #productpage .product-reviews {
  	padding:30px 0px;
  }
  #product-images .owl-prev,
  #product-images .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0,0,0,.05);
    font-size: 11px;
    left: 10px;
    margin-top: -15px;
  }
  #product-images .owl-next {
  	left:auto;
    right:10px;
  }
  .boxed-headlines {
  	padding-top:20px;
  }
  #textpage .title-featured {
  	margin-bottom:15px;
  }
  #textpage .content {
  	font-size:12px;
  }
  .blogpage .blog-articles {
  	margin-left:-15px;
    margin-right:-15px;
    margin-bottom:0;
    border:none;
  }
  .blog-block-articles .article {
  	display:table;
    width:100%;
  }
  .blog-block-articles .article .image-wrap {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    padding-right: 15px;
  }
  .blog-block-articles .article .info {
    padding: 0;
    display: table-cell;
    vertical-align: top;
    border:none;
  }
  .blog-block-articles .article .info .article-title {
    font-size: 13px;
    font-weight: 700;
    height: auto;
	}
  .blog-block-articles .article .info .article-description {
    font-size: 10px;
    line-height: 15px;
    height: 45px;
    margin-top: 2px;
	}
  .blog-block-articles .article .info .publish-date {
    font-size: 10px;
	}
  .blog-block-articles .article {
  	margin-bottom:20px;
  }
  .main-content.fixed-content.article-page {
  	padding-top:0;
  }
  #blog .complete-article .image-wrap {
  	height:300px;
  }
  #blog .complete-article .article-box .article-content {
    margin: 0;
    border: none;
    padding: 30px;
	}
  #blog .complete-article .article-content .article-title {
  	font-size:18px;
  }
  #blog .complete-article .article-box .article-content p {
  	font-size:12px;
  }
  .products .product-list .image {
  	width:80px;
  }
  .products .product-list .info .title,
  .products .product-list .info .product-brand,
  .products .product-list .price {
  	font-size:12px;
  }
  .products .product-list .info .stars {
  	font-size:10px;
  }
  .products .product-list .info .description {
    font-size: 10px;
    line-height: 1.7em;
    height: 5.1em;
    overflow: hidden;
	}
  .products .product-list .info {
  	padding-left:15px;
  }
  .products .product-list .product-label {
    font-size: 8px;
    padding: 2px 5px;
  }
  .catalog-content .text {
  	font-size:12px;
    line-height:1.7em;
  }
  .catalog-content .title {
  	font-size:18px;
  }
  #newsletter-popup .title-wrap .title {
  	font-size:20px;
  }
  #newsletter-popup form .btn {
  	width:110px;
  }
  #newsletter-popup .text {
  	padding:30px;
  }
  #newsletter-popup form input {
    width: calc(100% - 120px);
  }
  #productpage .product-info .cart {
    position: fixed;
    bottom: 7px;
    left: 7px;
    width: calc(100% - 14px);
    z-index: 999;
    background: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
    -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);
  }
  #productpage .product-info .cart .btn {
    height: 50px;
    line-height: 48px;
    padding: 0px 30px;
    margin-right: 10px;
    width: calc(100% - 135px);
  }
  .cart-side .cart-products .image-wrap {
  	width:50px;
  }
  .cart-side .cart-products .info a.title {
  	font-size:12px;
  }
  .cart-side .cart-title .title {
  	font-size:15px;
  }
  #header .search-bar .icon {
  	left:15px;
    line-height:45px;
  }
  #formSearch .autocomplete .more {
  	font-size:12px;
    padding:10px 0px;
  }
  .search-products .product .info .title {
  	font-size:13px;
    height:auto;
  }
  #header .search-bar {
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
  }
  .product-usp {
    margin-top: 20px;
    padding: 20px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-usp ul li {
    float: left;
    width: 100%;
	}
  .product-payments {
    margin-top: 20px;
	}
  .product-payments .payment {
  	width:37px;
    height:37px;
    line-height:37px;
  }
  #productpage .product-content {
  	margin-top:30px;
  }
  .product-usp .usp-title {
  	font-size:18px;
    margin-bottom:10px;
  }
  .product-usp .text .title {
  	font-size:12px;
  }
  .product-usp .text .content {
  	font-size:11px;
  }
  #productpage .product-reviews .reviews .review .title {
  	font-size:14px;
  }
  #productpage .product-reviews .reviews .review .stars {
  	font-size:13px;
  }
  #productpage .product-reviews .reviews .review .content {
    line-height: 1.8em;
    font-size: 12px;
	}
  /* HEADINGS UPDATE */
  .home-text .content h1,
  .home-text .content h2, 
  .home-text .content h3, 
  .home-text .content h4, 
  .home-text .content h5, 
  .home-text .content h6,
  #productpage .product-content .page h1,
  #productpage .product-content .page h2, 
  #productpage .product-content .page h3, 
  #productpage .product-content .page h4, 
  #productpage .product-content .page h5, 
  #productpage .product-content .page h6,
  #textpage .content h1,
  #textpage .content h2, 
  #textpage .content h3, 
  #textpage .content h4, 
  #textpage .content h5, 
  #textpage .content h6 {
    font-size: 20px;
  	margin-top: 20px;
    margin-bottom: 7px;
  }
/* END HEADINGS UPDATE */
  #footer .footer-bottom .payments.on-productpage {
  	margin-bottom:70px;
  }
.product-stars .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.product-stars .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, 
.product-stars .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, 
.product-stars .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, 
.product-stars .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, 
.product-stars .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, 
.product-stars .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, 
.product-stars .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, 
.product-stars .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size:12px;
}
  #cart-page .total-block .payments ul li {
  	width:calc(16.6666% - 6px);
  }
  .status-bar ul li {
  	width:50px;
  }
  .status-bar .bar {
  	margin:0px 25px;
    margin-bottom:10px;
  }
  #cart-page .cart-table td {
    padding: 10px 5px;
	}
  #cart-page .cart-table td.image {
  	width:60px;
  }
  #cart-page .cart-title .title, .checkout-title .title, #service-page .service-title .title {
  	font-size:18px;
  }
  .status-bar {
    margin-bottom: 20px;
    margin-top: 20px;
	}
  #cart-page .cart-table {
  	font-size:12px;
  }
  #cart-page .cart-table .extra-info ul {
  	font-size:11px;
  }
  #cart-page .cart-total-col {
  	padding:0;
  }
  #cart-page .total-block {
  	font-size:12px;
    padding:20px 15px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
  #cart-page .total-block .discount-block {
  	margin-bottom:20px;
  }
  #cart-page .total-block .payments ul {
  	margin-top:17px;
  }
  #cart-page .total-block table tr:last-child td{ 
  	padding-top:10px;
  }
  #cart-page .total-block table tr:nth-last-child(2) td {
  	padding-bottom:10px;
  }
  .upsell-products {
  	padding-top:30px;
  }
  #cart-page .title-featured .title {
  	font-size:18px;
  }
  #cart-page .cart-table .input-wrap input {
  	height:40px;
    padding-right:20px;
  }
  #cart-page .cart-table .input-wrap .change a {
  	width:20px;
    height:20px;
    line-height:20px;
  }
  #cart-page .cart-table .input-wrap input {
  	width:50px;
  }
  #cart-page .total-block .discount-block input {
  	height:40px;
    padding:0px 15px;
  }
  #cart-page .total-block .discount-block .btn {
  	width:40px;
    height:40px;
    line-height:40px;
  }
  #service-page .faq-tabs .tab, #service-page .content, #service-page .faq-tabs .page {
  	font-size:12px;
  }
  #service-page .contact-form .inputs {
  	margin:-5px;
  }
  #service-page .contact-form .inputs .input {
  	padding:5px;
  }
  #service-page .contact-info {
    padding: 20px;
    background: rgba(0,0,0,0.065);
    font-size: 12px;
	}
  #cart-popup .info-col,
  #cart-popup .cart-total-col {
  	width:100%;
  }
  #cart-popup .popup-info {
  	padding-left:0;
  }
  #cart-popup {
  	padding:20px;
  }
  #cart-popup .total-block {
    padding: 20px;
    background: rgba(0,0,0,0.065);
    margin: 0px -20px;
    margin-bottom: -20px;
	}
  #productpage .order-countdown {
    font-size: 13px;
    margin-bottom: 20px;
	}
}