/*
Body 						=> font-family: 'Lato', sans-serif;
Small titles 		=> font-family: 'IBM Plex Serif', serif;
Big titles 			=> font-family: 'Playfair Display', serif;
*/

body {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.52px;
  font-size: 13px;
  -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;
}

.small-title-font {
	font-family: 'IBM Plex Serif', serif;
}

a, 
a:hover,
a:visited,
a:focus,
a:active,
button, 
button:hover,
button:visited,
button:focus,
button:active {
	outline:none!important;
  outline: 0 !important;	
  text-decoration:none;
  color:inherit;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	line-height:inherit;
}

.sm {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
  vertical-align:middle;
/*   margin-top: -.19em; */
}
.sm:before {
	display:block;
}

.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;
}
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flex-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.align-stretch {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.align-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.align-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.col-40 {
	width: 40%;
}
.col-45 {
	width: 45%;
}
.col-52 {
	width: 52%;
}
.col-14-min {
  min-width: 14%;
}
.btn,
a.btn {
	background: #DF6460;
  color: #fff;
  border-radius: 0;
  padding: 0px 30px;
  height:45px;
  line-height:45px;
  font-size: 13px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'IBM Plex Serif', serif;
}
.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;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.transition {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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;
  -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;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.cart-side.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
.cart-side .no-cart-products {
  font-size:13px;
  padding:20px;
  font-style:italic;
}
.cart-side table {
  width:100%;
}
.cart-side .cart-title-wrap {
  border-bottom:1px solid #eee;
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  position:relative;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  z-index:99;
}
.cart-side:hover .cart-title-wrap {
  padding-right:60px;
}
.cart-side .cart-body {
	padding-bottom:99px;
  padding-top:65px;
  width:100%;
  height:100%;
  overflow-x:scroll;
}
.cart-side .close-cart {
  position:absolute;
  height:100%;
  width:60px;
  right:0;
  top:0;
  text-align:center;
	background: #DF6460;
  color:#fff;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -ms-transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  cursor:pointer;
}
.cart-side:hover .close-cart {
  -ms-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.cart-side .cart-title {
  padding:20px;
}
.cart-side .cart-title .title {
  font-size:18px;
  color:#222;
  font-weight:700;
  font-family: 'IBM Plex Serif', serif;
}
.cart-side .cart-title .items {
  font-size:0.9em;
  font-family: 'IBM Plex Serif', serif;
  font-weight:bold;
  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-family: 'IBM Plex Serif', serif;
  color:#222;
}
.cart-side .cart-products .info .qty {
	font-family: 'IBM Plex Serif', serif;
  color: #aaa;
  font-size: 0.95em;
}
.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;
  font-family: 'IBM Plex Serif', serif;
  color: #DF6460;
}
.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;
 font-family: 'IBM Plex Serif', serif;
  font-weight:bold;
}
.cart-side .cart-total .price {
  font-size:16px;
}
.cart-side .cart-total .price .title {
  font-size:14px;
  font-weight:normal;
}
/**** END CART ****/

/**** HEADER ****/
#header {
  position:relative;
}
#header .main-header {
	background: url('paint-brushes-dark.png') center top no-repeat;
  width:100%;
  background-size:cover;
}
#header .main-header {
  padding: 30px 0px;
  position:relative;
}
#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 .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 .hallmark.small img {
  height:30px;
  padding:0px 60px;
}
#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:1.8em;
  white-space:nowrap;
  width:300px;
}
#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 0px 0px 44px;
  position:relative;
}
#header .main-header .icons ul li .text {
  font-size: 0.4em;
  background-color: #DF6460;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  right: -11px;
  top: -3px;
}
#header .main-header .icons ul li i { 
	color:#000;
}
#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: #fff;
  position: relative;
  z-index: 99;
  border: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-family: 'IBM Plex Serif', serif;
  font-size:1em;
  text-transform:uppercase;
}
#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:23px 20px;
	color:#222;
  font-weight:500;
}
#header .main-menu-wide ul > li:hover > a,
#header .main-menu-wide ul > li.active > a {
/* 	background:rgba(0,0,0,.05); */
  background: #f7f7f7;
  color: #DF6460;
}
#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%;
  z-index:999;
  padding:30px 0px;
  border-bottom: 1px solid #eee;
  background-color: #f7f7f7;
  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:#DF6460;
}
#header .main-menu-wide ul li .mega-menu .menus .menu a.title {
  margin-bottom: 10px;
  color: #DF6460;
  font-weight: 700;
  font-size: 1em;
}
#header .search-wrap {
	width:400px;
}
#header .search-wrap .search-bar {
/* 	display:inline-block; */
  position:relative;
  overflow:hidden;
}
#header .search-wrap .search-bar form input {
	height:40px;
  padding:0px 20px;
  border:1px solid #eee;
  width:100%;
  font-size:0.85em;
  outline:none;
}
#header .search-wrap .search-bar span {
	position:absolute;
  height:40px;
  width:40px;
  line-height:44px;
  top:0;
	right:0;
  cursor:pointer;
}

#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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display:-webkit-box;
  display:-ms-flexbox;
  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;
}
/**** END HEADER ****/

/**** HEADER USPS ****/
.header-usp {
	margin:30px 0px;
  background-color:#f7f7f7;
}
.header-usp ul {
	margin:0;
  padding:10px 0px;
  list-style:none;
}
.header-usp ul li {
	padding:0px 50px;
  height: 40px;
  line-height: 40px;
}
.header-usp ul li a {
	font-weight:bold;
  color:#222;
  font-size:1em;
} 
.header-usp ul li a i {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 20px;
	color: #3B2566;	
}
.header-usp ul li a i.icon-return {
	font-size:1.6em;
}
.header-usp ul li a i.icon-delivery {
	font-size:2.2em;
}
/* .header-usp ul li a i.icon-afterpay {
	font-size:2em;
}
.header-usp ul li a i.icon-rating {
	font-size:2em;
} */
/**** END HEADER USPS ****/

/**** MOBILE MENU ****/
.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;
  -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-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-x: scroll;
  -ms-transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  font-size:14px;
  font-weight:500;
}
.mobile-menu.mobile-menu-open {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
.mobile-menu ul a {
	color:#000;
}
.mobile-menu ul.sub-menu .icon-account {
  color: #222;
  font-size: 1.4em;
  vertical-align: middle;
}
.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;
  font-family: 'IBM Plex Serif', serif;
}
.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;
  -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 ****/

/**** HOMEPAGE CONTENT ****/
.home-block {
	padding:40px 0px;
}
.homepage-content h3 {
  font-family: 'IBM Plex Serif', serif;
  color:#3B2566;
  margin-bottom:25px;
  margin-top: 0;
}
.homepage-content p {
	color: #222;
  line-height:2.4em;
  margin-bottom:25px;
}
.homepage-content .btn {
	margin-top:20px;
}
.homepage-content .read-more-btn {
  display:none;
	font-family: 'IBM Plex Serif', serif;
  font-weight:bold;
  color:#DF6460;
  text-transform:uppercase;
}
/**** END HOMEPAGE CONTENT *****/

/* Homepage brush BG */
.green-brush {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 35%;
}

.purple-brush {
	position: absolute;
  left: 0;
  z-index: -1;
  bottom: -250px;
}
/* End homepage brush BG */


/**** FOOTER ****/
footer {
	background-color:#f7f7f7;
  padding-top:50px;
  margin-top:30px;
}
footer .footer-title {
	font-family: 'Playfair Display', serif;
  color: #3B2566;
  letter-spacing: 0.8px;
  font-size:1.8em;
  font-weight:bold;
  margin-bottom:30px;
  position:relative;
}
footer ul {
	margin:0px;
  padding:0;
  list-style:none;
}
footer ul li a {
	line-height:2.8em;
  color:#222;
  display:block;
}
footer .footer-info {
	font-family: 'IBM Plex Serif', serif;
  line-height: 2em;
  letter-spacing: 0.52px;
}
footer .footer-info span {
	color: #DF6460;
  font-weight:bold;
  margin-right:7px;
}
footer .socials {
	margin-top: 30px;
}
footer .socials a {
	height: 30px;
	width: 30px;
  line-height:30px;
  text-align:center;
	background-color: #DDDDDD;
  border-radius:100%;
  display:inline-block;
  color: #DF6460;
  margin-right:7px;
}
footer .hallmark img {
	height:35px;
  margin-top:30px;
}
footer .payments img {
  height: 34px;
  background-color: #fff;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius:3px;
}
footer .newsletter {
	margin-top:30px;
}
footer .newsletter input {
  outline: none;
  height: 45px;
  margin-right: 7px;
  border: 0px;
  display: inline-block;
  width: 300px;
  padding: 0px 20px;
  vertical-align: middle;
  font-size: 0.95em;
}

footer .copyright {
	padding:10px 0px 20px;
}
footer .copyright,
footer .copyright a {
	color: #BBBBBB;
}
.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;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.footer-title.active .plus {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/**** END FOOTER ****/

/* home banners */
.home-banners {
	margin:40px 0px;
}
.banner-row {
	margin:-20px;
}
.banner-col {
	padding:20px;
  float:left;
}
.banner-col.col-1 {
	width:36%;
}
.banner-col.col-2 {
	width:32%;
}
.banner-col.col-3 {
	width:32%;
}
.home-banners .banner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  padding:30px;
  background:#f7f7f7;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
.home-banners .banner-1 {
	height:574px;
  background: url(banner-1.jpg) #f7f7f7 no-repeat center center;
  background-size: cover;
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}
.home-banners .banner-2 {
	height:267px;
  background: url(banner-2.jpg) #f7f7f7 no-repeat center center;
  background-size: cover;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}
.home-banners .banner-3 {
	height:267px;
  background: url(banner-3.jpg) #f7f7f7 no-repeat center center;
  background-size: cover;
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
}
.home-banners .banner-4 {
	height:574px;
  background: url(banner-4.jpg) #f7f7f7 no-repeat center center;
  background-size: cover;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
}

.home-banners .banner .title {
  font-size:16px;
  padding:15px 20px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
  background:rgba(0,0,0,0.67);
}

.home-banners .banner-1 .title,
.home-banners .banner-4 .title {
  font-size:20px;
  padding:20px 25px;
}
/* end home banners */

/* products */

.products {
	margin:-10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.products .product,
.products .timer-product{
	padding:10px;
}
.products .product img {
	width:100%;
}
.products .product .product-inner {
	border:1px solid #eee;
  padding:15%;
  height:100%;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.products .product .labels-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
.products .product .labels-wrap .custom-label:first-child {
	margin-right: 10px;
}
.products .product .labels-wrap .custom-label {
  height: 25px;
  padding: 0px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .95em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .product .labels-wrap .custom-label.sale {
	background: #DF6460;
}
.products .product .labels-wrap .custom-label.discount {
	background: #3B2566;
}
.products .product .info {
	margin-top:20px;
}
.products .product .info .title {
	display:block;
  font-weight:lighter;
  line-height: 1.6em;
  height: 3em;
  overflow: hidden;
}
.products .product .info  .price {
	margin-top:15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .product .info  .price .new-price {
	color:#DF6460;
  font-weight: 600;
}
.products .product .info  .price .old-price {
	margin-right:10px;
  font-weight: 600;
  text-decoration:line-through;
  color:#888888;
  margin-left: 15px;
}
.products .timer-product {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -webkit-box-pack:stretch;
      -ms-flex-pack:stretch;
          justify-content:stretch;
  text-transform:uppercase;
}
.products .timer-product .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  width:100%;
}
.products .timer-product .inner .overlay {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  background:rgba(0,0,0,0.5);
  color:#fff;
  padding:40px;
  width:100%;
}
.products .timer-product .timer {
	padding:15px 25px;
  font-size:25px;
  background:rgba(0,0,0,.7);
}
.products .timer-product  .subtitle {
	font-size:17px;
}
.products .timer-product .title {
	font-size:25px;
}
.products-top {
	margin:-10px;
}
.products-top .product-top {
	padding:10px;
}
.products-top .product-top .product-inner {
	padding:20px;
  background:#f7f7f7;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.products-top .product-top .image-wrap {
	min-width:68px;
  max-width:68px;
  position:relative;
  margin-right:20px;
}
.products-top .product-top .image-wrap:after {
	content:'';
  display:block;
  background:rgba(0,0,0,.03);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.products-top .product-top .image-wrap img {
	width:100%;
}
.products-top .product-top .title {
	font-weight:lighter;
  text-transform:uppercase;
}
.products-top .product-top .price {
	margin-top:5px;
}
.products-top .product-top .price .new-price {
	color:#DF6460;
}
.products-top .product-top .price .old-price {
	color:#888;
  text-decoration:line-through;
  margin-right:10px;
}

/* end products */

.home-products {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  margin-top:80px;
}

.home-products .products-wrap {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
}

.home-products .top-5 {
	min-width:340px;
  max-width:340px;
  margin-left:50px;
}

.title-featured {
	margin-bottom:45px;
}

.title-featured .title {
	margin:0;
  font-size:30px;
  color:#3B2566;
}

/* Dropdown */
.ui.selection.dropdown {
	height: 40px;
  min-height: unset;
  border: 1px solid #eee;
  line-height: 40px;
  border-radius: 0px;
  padding: 0 20px;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 40px;
  background: #eee;
  font-weight: 700;
  font-size: 1em;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DF6460;
}

.ui.dropdown>.dropdown.icon:before {
	content: '\f107';
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
	border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-radius: 0;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 7px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.1em;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
	color: #DF6460 !important;
}

.ui.checkbox .box:before, 
.ui.checkbox label:before {
	border-radius: 0 !important;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
	border-color: #D4D4D5 !important;
}
/* End checkbox */

/* Collection */
#collectionpage .sort .filter-wrap {
  margin-bottom: 30px;
}

#collectionpage .sort .filter-wrap .filter-title {
	font-family: 'IBM Plex Serif', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  position: relative;
}

#collection-filter-price .ui-slider-range {
  background-color: #DF6460;
  border: none;
  margin: 0;
  position: absolute;
  height: 3px;
}

#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0;
  top: 2px;
  cursor: col-resize;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: #DF6460;
  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:3px;
  background-color: #eee;
  opacity: 1;
  z-index: -1;
}

.price-filter-range {
  margin-top: 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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;
}

.sidebar .sort.filters-sort,
.sidebar .recent-wrap {
	margin-bottom:50px;
}
/* End collection */

/**** Blog items *****/ 
#blog .blog-articles .article {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  padding: 20px;
}
#blog.blogpage .blog-articles .article {
	-webkit-box-flex: inherit;
	    -ms-flex: inherit;
	        flex: inherit;
  width:33%;
}
#blog .blog-articles .article.home-first {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 42%;
}
#blog.index .blog-articles .article .image {
  height:340px;
  overflow:hidden;
}
#blog .blog-articles .article .image img {
	width:100%;
}
#blog.blogpage .blog-articles .article .image img {
	height:300px;
}

#blog .blog-articles .article .content {
	background-color: #F7F7F7;
  padding:30px;
}
#blog .blog-articles .article .content .title {
	font-family: "IBM Plex Serif";
  font-size:1.6em;
  color:#222;
  font-weight:bold;
  margin-bottom:15px;
}
#blog .blog-articles .article .content .description {
	letter-spacing: 0.52px;	
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-bottom:40px;
}
#blog .blog-articles .article .content .link {
	font-family: "IBM Plex Serif";
  text-transform:uppercase;
  color: #DF6460;
  font-weight:bold;
}
#blog .blog-articles .article .content .link a {
  color: #DF6460;
}
#blog .blog-articles .article .content .link a span {
  font-size: 0.7em;
  margin-left: 5px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
}
#blog .blog-articles .article .content .link .date {
  display: inline-block;
  float: right;
  color: #999999;
}
#blog .sidebar {
  width: 270px;
  margin-right: 70px;
}
#blog .blog-wrap {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  padding-bottom:50px;
}
#blog.blogpage .blog-articles .article .content .title {
	font-size:1.3em;
}
.recent-articles-wrap {
 	margin-bottom:40px;
}
.recent-articles .recent-article:first-child {
}
.recent-articles .recent-article {
  padding: 15px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  margin: 15px 0px;
}
.recent-articles .recent-article .image-wrap {
  min-width: 68px;
  max-width: 68px;
  width: 68px;
  position: relative;
  margin-right: 20px;
}
.recent-articles .recent-article .image-wrap img {
	width:100%;
  border:1px solid #eee;
  background:#fff;
}
.recent-articles .recent-article .info {
	padding-left:20px;
}
.recent-articles .recent-article .info .title {
	font-size:1em;
  font-weight:700;
}
.recent-articles .recent-article .info .link {
  font-size: 0.8em;
  margin-top: 3px;
  font-weight: bold;
  color: #e0615b;
}
.recent-articles-wrap .recent-articles-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3b2567;
}
#blog .blog-pagination {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}
#blog .blog-pagination .btn i {
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
#blog .blog-pagination .blog-previous .btn i {
	margin-right: 7px;
}
#blog .blog-pagination .blog-next .btn i {
	margin-left: 7px;
}
#blog .complete-article .image-wrap {
	height:600px;
}
#blog .complete-article .article-box {

}
#blog .complete-article .article-box .article-content {
  padding: 40px;
  background-color: #fff;
  border-top: 3px solid #e0615b;
  background-color: #f7f7f7;
}
#blog .complete-article .article-box .article-content p {
  line-height:30px;
}
#blog .complete-article .article-box .publish-date {
  color: #999999;
  font-weight:bold;
  font-family: "IBM Plex Serif";
}
#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;
}
#blog .complete-article .title {
  padding-top: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: 1em;
  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-family: "IBM Plex Serif";
}
#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: #fff;
  margin: 10px 0px;
}
#blog .complete-article .comments .comment .content {
  padding-bottom: 10px;
	color: #222;
  line-height: 30px;
  font-size: 1em;
}
#blog .complete-article .comments .comment .info {
  font-size: 0.9em;
  color: #999;
  font-weight:bold;
  font-family: "IBM Plex Serif";
}
#blog .complete-article .comments .comment .info .accent {
	color: #DF6460;
}
/**** End blog *****/

/* 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 */

#header .main-menu-wide.fixed {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.no-items-found {
	padding:10px;
  margin-bottom:30px;
}

/***** Repsonsive ****/
@media (min-width: 1199px) {
	.products .product .product-inner:hover {
    border-color: #3B2566;
  }
}

@media (max-width: 1399px) {
	.home-products .top-5 {
    min-width: 270px;
    max-width: 270px;
    margin-left:30px;
  }
  .products .timer-product .inner .overlay {
  	padding:30px;
  }
}

@media (max-width: 1199px) {
  #header {
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color:#fff;
  }
  #header .main-header {
    padding: 25px 0px;
    border-bottom: 1px solid #eee;
  }
  #header .menu-button {
    width: 80px;
	}
  #header .search-wrap {
    width: 300px;
  }
  .header-usp {
    margin: 15px 0px;
  }
  .header-usp ul li {
  	padding:0px;
    height: 30px;
    line-height: 30px;
    font-size: 0.95em;
  }
  footer .col-14-min {
  	min-width:20%;
  }
  footer .newsletter {
  	margin-top:0px;
  }
  footer .copyright {
    padding: 20px 0px 20px;
    font-size: 0.9em;
	}
  .banner-row {
		margin:-10px;
  }
  .banner-col {
    padding:10px;
    float:left;
  }
  .banner-col.col-1,
  .banner-col.col-2,
  .banner-col.col-3{
    width:33.333%;
  }
  .home-banners .banner-1,
  .home-banners .banner-4 {
  	height:554px;
  }
  .home-banners .banner .title {
  	font-size:15px;
  }
  .home-banners .banner-1 .title, .home-banners .banner-4 .title {
  	font-size:18px;
    padding:10px 15px;
  }
  .products .timer-product .title {
  	font-size:20px;
  }
  .products .timer-product .subtitle {
  	font-size:16px;
  }
  .products .timer-product .timer {
    padding: 10px 20px;
    font-size: 22px;
  }
  #blog .complete-article .image-wrap {
    height: 350px;
	}
  #blog .sidebar {
    margin-right: 30px;
  }
  #blog.blogpage .blog-articles .article {
    width: 50%;
	}
  #blog.blogpage .blog-articles .article .image img {
    height: auto;
	}
  #blog .blog-articles .article.home-first {
		width: 33%;		
	}
  #blog.index .blog-articles .article .image {
    height: auto;
  }
  #blog .blog-articles .article .content .title {
    font-size: 1.3em;
  }
  #blog .blog-articles .article {
    padding: 10px;
	}
}
@media (max-width: 991px) {
	#header .main-header {
    padding: 20px 0px;
  }
  .header-usp ul li {
    height: 25px;
    line-height: 25px;
    font-size: 0.85em;
  }
  .home-block .image,
  .home-block .homepage-content {
  	width:100%;
  }
  .home-block .homepage-content h3 {
    margin-top:20px;
  }
  .home-block .homepage-content p {
    line-height: 2em;
    margin-bottom: 15px;
  }
  .homepage-content .btn {
    margin-top: 10px;
	}
  .homepage-content .content-wrap {
  	position:relative;
  }
  .homepage-content .content-wrap.readmore {
    height:250px;
    overflow:hidden;
  }
  .homepage-content .content-wrap.readmore .gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  .homepage-content .content-wrap.readmore .gradient.white {
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255, 255, 255,0)) ,to(rgb(255, 255, 255)));
    background: -o-linear-gradient(top,rgba(255, 255, 255,0) ,rgb(255, 255, 255));
    background: linear-gradient(to bottom,rgba(255, 255, 255,0) ,rgb(255, 255, 255));
    background: -webkit-linear-gradient(top,rgba(255, 255, 255,0) ,rgb(255, 255, 255));
    background: -o-linear-gradient(bottom,rgba(255, 255, 255,0) ,rgb(255, 255, 255));
    background: linear-gradient(to bottom,rgba(255, 255, 255,0) ,rgb(255, 255, 255));
	}
	.homepage-content.mobile .read-more-btn {
  	display:block;
  }
  footer .block {
  	width:100%;
  }
  footer .block.mobile-open {
  	margin-bottom:30px;
  }
  footer .block.mobile-open .footer-title {
    font-size: 1.8em;
    margin-bottom:30px;
  }
  footer .footer-title { 
  	font-size: 1.2em;
    margin-bottom:20px;
  }
  footer .main-footer .content-wrap {
    display: none;
    margin-bottom: 30px;
	}
  footer .mobile-block {
    width: 100%;
    margin-top: 30px;
  }
  footer .newsletter {
  	margin-top:30px;
  }
  footer .newsletter input {
    width:100%;
    margin-bottom:7px;
  }
  footer .newsletter .btn {
  	display:block;
  }
  footer .copyright {
  	font-size:0.8em;
  }
  .home-banners .banner {
  	width:100%;
  }
  .home-banners .banner-1,
  .home-banners .banner-4 {
  	height:350px;
  }
  .home-banners .banner-2,
  .home-banners .banner-3 {
  	height:250px;
  }
  .banner-row {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
  .banner-row .col-1 {
  	-webkit-box-ordinal-group:2;
  	    -ms-flex-order:1;
  	        order:1;
    width:50%;
  }
  .banner-row .col-2 {
  	-webkit-box-ordinal-group:4;
  	    -ms-flex-order:3;
  	        order:3;
    width:100%;
  }
  .banner-row .col-3 {
  	-webkit-box-ordinal-group:3;
  	    -ms-flex-order:2;
  	        order:2;
    width:50%;
  }
  .home-products {
  	display:block;
  }
  .home-products .top-5 {
  	margin:0;
    margin-top:50px;
    min-width:100%;
    max-width:100%;
  }
   #blog .blog-articles .article {
    padding: 10px;
	}
  #blog .blog-articles .article.home-first,
  #blog .blog-articles .article {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  #blog.index .blog-articles .article .image {
    height: auto;
  }
  #blog .blog-articles .article .content {
    padding: 20px 20px 15px 20px;
	}
  #blog .blog-articles .article .content .title {
    font-size: 1.2em;
  }
  #blog .blog-articles .article .content .description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }
  #blog.blogpage .blog-articles .article {
    width: 100%;
	}
  #blog .blog-pagination .blog-next .btn i,
  #blog .blog-pagination .blog-previous .btn i{
    margin-left: 0px;
    margin-right: 0px;
  }
  #blog .complete-article .image-wrap {
    height: 400px;
	}	
  #blog .complete-article .article-box .article-content {
    padding: 15px 20px;
  }
  #blog .reactions a.btn {
  	display:block;
  }
}
@media (max-width: 767px) {
  .container-wide {
    padding: 0px 15px;
  }
  #header .main-header {
    padding: 15px 0px 15px 0px;
  }
  #header .main-header .icons {
    width: 80px;
	}
  #header .main-header .logo {
  	padding:0px;
    text-align: center;
  }
  .menu-button ul {
 	 	margin-top: 0px;
  }
  .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);
  }
  .cart-side .cart-total .price .title,
  .cart-side .cart-total .price {
    font-size: 1em;
	}
  .cart-side .cart-title .title {
    font-size: 1.1em;
  }
  .home-block .homepage-content h3 {
    margin-bottom: 15px;
    margin-top:20px;
    font-size: 1.4em;
  }
  .home-block .homepage-content p {
    line-height: 2em;
    margin-bottom: 15px;
  }
  footer {
    margin-top:0px;
  	padding-top:25px;
  }
  .banner-row .col-1,
  .banner-row .col-2,
  .banner-row .col-3 {
  	width:100%;
  }
  .home-banners .banner {
  	padding:20px;
  }
  .home-banners .banner-1,
  .home-banners .banner-4 {
  	height:250px;
  }
  .home-banners .banner-2,
  .home-banners .banner-3 {
  	height:200px;
  }
  .home-banners .banner-1 .title,
  .home-banners .banner-2 .title,
  .home-banners .banner-3 .title,
  .home-banners .banner-4 .title {
  	font-size:14px;
    padding:15px 10px;
  }
  .products .timer-product .timer {
  	margin-top:20px;
  }
  .title-featured {
  	margin-bottom:30px;
  }
  .title-featured .title {
  	font-size:22px;
  }
  .home-products {
  	margin-top:40px;
  }
  #blog.index .blog-articles .article .image {
    height: 220px;
  }
  #blog .complete-article .image-wrap {
    height: 240px;
	}	
  #blog.blogpage .blog-articles .article .image img {
    height: auto;
	}
  #collectionpage .sort .filter-wrap .filter-title {
    background-color: #f7f7f7;
    padding: 10px;
  }
  .price-filter {
  	margin-top:30px;
  }
}
/***** END Repsonsive ****/


/* CUSTOM CSS */
.line-height {
	line-height: 2.3em; 
}

.breadcrumbs {
  padding: 15px 0px 30px 0px;
  color: #aaa;
  font-size:0.95em;
}
.breadcrumbs i {
	font-size:0.7em;
  margin:0 7px;
}
.breadcrumbs a:hover {
	color:#DF6460;
}

#collectionpage .sidebar {
	width:270px;
}
#collectionpage .sidebar .sidebar-title h3 {
  color: #3B2566;
  font-family: "Playfair Display";	
  font-size: 1.6em;	
  font-weight: bold;	
  letter-spacing: 0.8px;	
  margin-top:0px;
  margin-bottom:30px;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap {
	list-style:none;
  padding:0px;
  margin:0px 0px 50px;
  font-family: "IBM Plex Serif";	
	letter-spacing: 0.52px;
  text-transform: uppercase;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap li {
	position:relative;
} 
#collectionpage .sidebar .sb-cats .sb-cats-wrap > li > a {
	border-bottom:1px solid #eee;
  display:block;
/*   padding:12px 0px; */
  height:45px;
  line-height:45px;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap li.active > a {
	color: #DF6460;
  font-weight:bold;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap li .more-cats {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 45px;
  color: #ccc;
  font-size: 0.9em;
  width: 30px;
  text-align: center;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap li > .more-cats i {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#collectionpage .sidebar .sb-cats .sb-cats-wrap li.active > .more-cats i {
	color: #DF6460;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap ul > li .more-cats {
	line-height:30px;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap ul {
	list-style:none;
  padding:15px 0px 15px 15px;
  display:none;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap ul.active {
    display: block;
}
#collectionpage .sidebar .sb-cats .sb-cats-wrap ul > li > a {
	height:30px;
  line-height:30px;
  font-size:0.9em;
}


#collectionpage .collection-wrap {
	width: calc(100% - 350px);
}
#collectionpage .collection-wrap .collection-content {
  margin-bottom:35px;
}
#collectionpage .collection-wrap .collection-content .image {
  position:relative;
	width:180px;
  height:180px;
  padding:25px;
  margin-right: 30px;
}
#collectionpage .collection-wrap .collection-content .image:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
#collectionpage .collection-wrap .collection-content .content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  color: #222;
  letter-spacing: 0.52px;
  line-height:2.5em;
}
#collectionpage .collection-wrap .collection-content .content .title {
	color:#3B2566;
  font-size:1.6em;
  margin-top: 0px;
  margin-bottom: 25px;
}
#collectionpage .collection-wrap .collection-content .content .read-more {
	color: #DF6460;
	font-weight:bold;
}

#collectionpage .collection-wrap .sort {
	padding:15px 0px;
  border-bottom:1px solid #eee;
  margin-bottom:30px;
}
#collectionpage .collection-wrap .sort.sort-bottom {
	border-bottom: 0px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.sort .custom-pager {
	border-top:0px;
  text-align: center;
}
.sort .custom-pager ul {
	list-style:none;
  margin:0;
  padding:0;
  font-size:12px;
}
.sort .custom-pager ul li {
	display:inline-block;
  padding:0px 3px;
}
.sort .custom-pager ul li a {
	display:block;
  height:40px;
  line-height:40px;
  padding:0px 10px;
  background:#f7f7f7;
  color: #BBBBBB;
  font-weight:bold;
}
.sort .custom-pager ul li.active a {
  color: #DF6460;
}
.sort .custom-pager ul li.next a,
.sort .custom-pager ul li.prev a {
  color: #BBBBBB;
}
.sort .per-page {
	display:inline-block;
  vertical-align:middle;
  margin-right:15px;
  color: #797979;
}

#collectionpage .products-top.recent-products .product-top {
  padding: 5px 10px;
}
#collectionpage .products-top.recent-products .product-top .product-inner {
  padding: 15px 20px;
}
#collectionpage .products-top.recent-products .product-top .image-wrap {
  min-width: 50px;
  max-width: 50px;
}
#collectionpage .products-top.recent-products .products-top .product-top .title {
	font-size: 0.9em;
  font-weight: 500;
}

.price-filter {
	max-width: 250px;
}

#collectionpage .sort .filter-wrap:last-child {
	margin-bottom: 0;
}

.products .product .info .price .old-price {
	margin-left: 0;
}

#collectionpage .toggle-filters i {
	margin-right: 10px;
}

.cart-side .cart-total .btn i {
	margin-left: 7px;
}

/* Productpage */
#productpage {
	padding-bottom: 50px;
}

#productpage .product-images {
	position: relative;
}

#productpage .product-images .labels-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}

#productpage .product-images .labels-wrap .custom-label {
	height: 30px;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#productpage .product-images .labels-wrap .custom-label.sale {
	background: #DF6460;
}

#productpage .product-images .labels-wrap .custom-label.discount {
	background: #3B2566;
  margin-left: 10px;
}

#productpage .product-images .image-wrap {
	position: relative;
  padding: 15%;
}

#productpage .product-images .image-wrap:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

#productpage .product-images .image-wrap .image-zoom {
	position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  background: #eee;
  color: #aaa;
  z-index: 99;
}

#productpage .product-images .thumbs {
	margin: -10px;
}

#productpage .product-images .thumbs .thumb {
	padding: 10px;
  cursor: pointer;
  opacity: .7;
}

#productpage .product-images .thumbs .thumb.active {
	opacity: 1;
}

#productpage .product-info {
	padding-left: 20px;
}

#productpage .product-info .title-price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#productpage .product-info .title-price-wrap .product-title {
	font-size: 1.923em;
  margin: 0;
  color: #3B2566;
}

#productpage .product-info .title-price-wrap .price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-info .title-price-wrap .price-wrap .price {
	font-size: 1.538em;
  color: #DF6460;
  font-weight: 900;
}

#productpage .product-info .title-price-wrap .price-wrap .price.price-old {
	color: #797979;
  font-size: 1.231em;
  margin-right: 20px;
  font-weight: bold;
  text-decoration: line-through;
}

#productpage .product-info .rating-code-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

#productpage .product-info .rating-code-wrap .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-info .rating-code-wrap .rating .stars {
	margin-right: 15px;
}

#productpage .product-info .rating-code-wrap .rating .stars i {
	color: #DF6460;
}

#productpage .product-info .rating-code-wrap .rating .text {
	font-size: .95em;
	color: #666;
  font-weight: bold;
}

#productpage .product-info .rating-code-wrap .rating .text a {
	text-decoration: underline;
}

#productpage .product-info .rating-code-wrap .article-code {
	text-transform: uppercase;
  font-size: .95em;
}

#productpage .product-info .product-description {
	font-size: 1em;
  color: #797979;
  margin-bottom: 50px;
}

#productpage .product-info .product-description a {
	font-weight: bold;
  color: #DF6460;
}

#productpage .product-info .stock-delivery-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#productpage .product-info .stock-delivery-wrap .stock-wrap,
#productpage .product-info .stock-delivery-wrap .delivery-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 800;
}

#productpage .product-info .stock-delivery-wrap .stock-wrap i,
#productpage .product-info .stock-delivery-wrap .delivery-wrap i {
	margin-right: 5px;
}

#productpage .product-info .stock-delivery-wrap .stock-wrap .stock.available,
#productpage .product-info .stock-delivery-wrap .delivery-wrap.available {
	color: #18B394;
}

#productpage .product-info .stock-delivery-wrap .stock-wrap .stock.unavailable,
#productpage .product-info .stock-delivery-wrap .delivery-wrap.unavailable {
	color: #a83030;
}

#productpage .order-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#productpage .order-form .product-configure .product-configure-variants label {
	display: none;
}

#productpage .order-form .ui.selection.dropdown {
  height: 45px;
  line-height: 45px;
  padding-right: 100px;
}

#productpage .order-form .ui.selection.dropdown>.dropdown.icon {
	height: 45px;
  width: 45px;
}

#productpage .order-form .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .order-form .cart .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	height: 45px;
  margin-right: 30px;
}

#productpage .order-form .cart .input-wrap input[type="text"] {
	height: 100%;
  border-style: none;
  border: none;
  background: #f7f7f7;
  color: #797979;
  text-align: center;
  line-height: 45px;
  width: 45px;
  font-weight: bold;
  outline: none;
}

#productpage .order-form .cart .input-wrap .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	height: 100%;
  width: 22px;
}

#productpage .order-form .cart .input-wrap .change a {
	width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#productpage .order-form .cart .input-wrap .change a span {
	position: absolute;
  width: 8px;
  height: 2px;
  background: #DF6460;
}

#productpage .order-form .cart .input-wrap .change a.up span:nth-child(2) {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

#productpage .order-form .cart .btn {
  padding: 0 50px;
}

#productpage .usp-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  background: #f7f7f7;
  padding: 0 25px;
  margin-bottom: 30px;
}

#productpage .usp-bar .usp-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .usp-bar .usp-item i {
	margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #3B2566;
  font-size: 30px;
}

#productpage .usp-bar .usp-item:nth-child(2) i {
	font-size: 37px;
}

#productpage .usp-bar .usp-item .usp-text {
	font-weight: bold;
  color: #222;
}

#productpage .custom-widget {
  height: 80px;
  padding: 0 30px;
	background: #f7f7f7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DF6460;
}

#productpage .custom-widget i {
	font-size: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

#productpage .custom-widget .text {
	text-transform: uppercase;
  font-weight: bold;
}

#productpage .products-related {
	margin-top: 50px;
}

#productpage .products-related h3 {
	margin-bottom: 30px;
  margin-top: 0;
  font-size: 1.923em;
  color: #3B2566;
}

#productpage .products-related .products-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#productpage .products-related .products-top .product-top {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

#productpage .products-related .products-top .product-top .product-inner {
	height: 100%;
}

#productpage .content-reviews-wrap {
  padding: 50px;
	background-color: #f7f7f7;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#productpage .content-reviews-wrap .bg {
	position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#productpage .content-reviews-wrap .tab-links {
	list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#productpage .content-reviews-wrap .tab-links li:first-child {
	margin-right: 20px;
}

#productpage .content-reviews-wrap .tab-links li {
	font-size: 1.923em;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

#productpage .content-reviews-wrap .tab-links li.active {
	color: #3B2566;
}

#productpage .content-reviews-wrap .tab {
	display: none;
}

#productpage .content-reviews-wrap .tab.active {
	display: block;
}

#productpage .content-reviews-wrap .reviews-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  z-index: 1;
}

#productpage .content-reviews-wrap .reviews-wrap .review-item {
	padding: 10px;
  width: 50%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

#productpage .content-reviews-wrap .reviews-wrap .review-item.hidden-review {
	display: none;
}

#productpage .content-reviews-wrap .toggle-reviews {
	margin-top: 20px;
}

#productpage .content-reviews-wrap .reviews-wrap .review-item .inner {
  padding: 20px;
  background: #fff;
  height: 100%;
}

#productpage .content-reviews-wrap .reviews-wrap .review-item .inner .name-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

#productpage .content-reviews-wrap .reviews-wrap .review-item .inner .name-rating-wrap .name {
	text-transform: uppercase;
  font-weight: 700;
}

#productpage .content-reviews-wrap .reviews-wrap .review-item .inner .name-rating-wrap .rating .stars i {
	color: #DF6460;
}

#productpage .ui.selection.dropdown .text {
	height: 100%;
  overflow: hidden;
}
/* End productpage */

.fixed-content {
	padding-bottom: 50px;
}

/* CUSTOM CART */
#cart-page .cart-row {
	margin:-25px;
}

#cart-page .upsell-col {
	width:25%;
  float:left;
  padding:25px;
  min-height:1px;
}
#cart-page .cart-body-col {
	width:calc(75% - 450px);
  float:left;
  padding:25px;
  min-height:1px;
}
#cart-page .cart-total-col {
	width:450px;
  float:left;
  padding:25px;
  min-height:1px;
}
#cart-page .cart-title,
.checkout-title,
#service-page .service-title{
	margin-bottom:30px;
  color: #3B2566;
  font-weight: bold;
/*   margin-top: 50px; */
}
#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;
  -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;
  -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: #f7f7f7;
}
#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:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      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.used .btn {
	height: 40px;
  line-height: 40px;
}
#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;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.status-bar .bar .dot.active {
	border-color:#DF6460;
}
.status-bar .bar .dot.done {
  border-color:#DF6460;
	background-color:#DF6460;
}
.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:#DF6460;
  height:3px;
  -webkit-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:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          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:#DF6460;
  opacity:1;
}
.gui-progressbar {
	display:none !important;
}
.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;
}
#cart-page .title-featured .title {
	font-size:25px;
}

#cart-page .upsell-col .title-featured {
	margin-bottom: 20px;
}

#cart-page .upsell-col .title-featured .title {
	font-size: 16px;
  text-align: left !important;
}
/* END CUSTOM CART */

.fancybox-container {
	z-index: 999999;
}

.shipping-message {
  width: 100%;
  text-align: center;
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.2em;
}

.shipping-message span {
	color: #DF6460;
  font-weight: 900;
}

/* 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;
  -o-transition: transform .4s ease-in-out;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
#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:#DF6460;
}
#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:#f7f7f7;
  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:#DF6460;
  line-height:50px;
}
#service-page .contact-info {
	padding:30px;
  background:#f7f7f7;
}
#service-page .contact-info table {
	width:100%;
}
#service-page .contact-info table tr td:first-child {
	font-weight:700;
  color: #DF6460;
}
#service-page .contact-info .title {
	margin-bottom:10px;
  font-size:1.2em;
  font-weight:700;
}
/* END CUSTOM SERVICE */

/* 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 */

#newsletter-popup {
	padding:0;
  display:none;
}

#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;
  background-size: cover;
  width:40%;
}

.mobile-menu .search-wrap {
	width:100%;
  padding: 12px 20px;
}
.mobile-menu .search-wrap .search-bar {
/* 	display:inline-block; */
  position:relative;
  overflow:hidden;
}
.mobile-menu .search-wrap .search-bar form input {
	height:40px;
  padding:0px 20px;
  border:1px solid #eee;
  width:100%;
  font-size:0.85em;
  outline:none;
  -webkit-appearance: none;
}
.mobile-menu .search-wrap .search-bar span {
	position:absolute;
  height:40px;
  width:40px;
  line-height:44px;
  top:0;
	right:0;
  cursor:pointer;
}

.row [class*=col-]{
    margin:0 -.3px;
}

#header .blog-links-wrap {
	position: relative;
}

#header .blog-links-wrap .blogs-toggle {
	color:#333;
  background: #f7f7f7;
  border: 1px solid #eee;
}

#header .blog-links-wrap .blogs-toggle i {
  margin-left: 7px;
  color: #DF6460;
}

#header .blog-links-wrap .blog-links {
	list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px;
  background: #f7f7f7;
  position: absolute;
  min-width: 200px;
  z-index: 99999999;
/*   top: calc(100% - 1px);
  left: 0; */
  border: 1px solid #eee;
  font-weight: 700;
  display: none;
}

.col-products.no-sidebar {
	width:100%;
}

#catalog-page,
#brands-page {
	padding-bottom:70px;
}

.categories {
	margin:-15px;
}

.categories .category {
	padding:15px;
}

.categories .category img {
	width:100%;
}

.categories .category .cat-inner {
	position:relative;
/*   border: 1px solid #eee; */
}

/* .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;
  background: rgba(0,0,0,0.03);
  /* 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: #DF6460;
  background: #fff;
  border: 1px solid #eee;
}

.categories .category .btn:hover {
	background:#fff;
  color:#DF6460;
}

/* .categories .category.layout-2 .btn {
	color:#fff;
} */

.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;
}

.categories .category .cat-inner.brand {
  padding: 50px;
  border: 1px solid #eee;
}
/* end style2 */

.alert-bar {
	width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #DF6460;
  color: #fff;
  font-weight: 900;
}

@media (min-width: 1199px) {
  #productpage .order-form .cart .input-wrap .change a:hover {
  	background: #ddd;
  }
}

@media (max-width: 1450px) {
  #cart-page .cart-body-col {
    width:calc(100% - 450px);
  }
  #cart-page .cart-total-col {
  	width:450px;
  }
}

@media (max-width: 1199px) {
  .header-usp {
  	display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
  	display: inline-flex;
    max-width: 100%;
  }
  
  .home-banners {
  	margin-top: 0;
  }
  
  #collectionpage .collection-wrap {
  	width: 100%;
  }
  
  #collectionpage .sidebar .sb-cats,
  #collectionpage .sidebar .recent-wrap,
  #collectionpage .filters-sort {
  	display: none;
  }
  
  #productpage .product-info .title-price-wrap,
  #productpage .product-info .rating-code-wrap,
  #productpage .order-form {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  #productpage .product-info .title-price-wrap .product-title {
  	margin-bottom: 20px;
  }
  
  #productpage .product-info .rating-code-wrap .rating {
  	margin-bottom: 15px;
  }
  
  #productpage .product-info .rating-code-wrap,
  #productpage .product-info .product-description {
  	margin-bottom: 30px;
  }
  
  #productpage .order-form .cart {
  	margin-top: 20px;
    width: 100%;
  }
  
  #productpage .order-form .cart .input-wrap {
  	margin-right: 20px;
  }
  
  #productpage .order-form .cart .btn {
  	-webkit-box-flex: 1;
  	    -ms-flex: 1;
  	        flex: 1;
  }
  
  #productpage .usp-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 30px;
  }
  
  #productpage .usp-bar .usp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
  }
  
  #productpage .product-info .title-price-wrap .product-title {
  	font-size: 1.7em;
  }
  
  #productpage .content-reviews-wrap {
  	margin-top: 50px;
  }
  
  #productpage .content-reviews-wrap .tab-links {
  	margin-bottom: 20px;
  }
  
  #productpage .content-reviews-wrap .tab-links li {
  	font-size: 1.7em;
  }
  
  #productpage .products-related .products-top {
  	margin: 0;
  }
  
  #productpage .products-related .products-top .product-top {
  	padding: 0;
  }
  
  .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;
  }
  
  #newsletter-popup .title-wrap .title {
  	font-size:25px;
  }
  #newsletter-popup .title-wrap .subtitle {
  	font-size:13px;
  }
  
  .upsell-products {
	padding-top:70px;
}
}

@media (max-width: 991px) {
  .categories {
    margin:-10px;
  }

  .categories .category {
    padding:10px;
  }
  
  #productpage .product-images .image-wrap .image-zoom {
  	bottom: 20px;
    right: 20px;
  }
  
  #collectionpage .collection-wrap .collection-content .content .title {
  	margin-bottom: 15px;
  }
  
  #collectionpage .collection-wrap .collection-content {
  	margin-bottom: 20px;
  }
  
  #productpage {
  	padding-bottom: 20px;
  }
  
  #productpage .product-info {
  	padding-left: 0;
    padding-top: 30px;
  }
  
  #productpage .content-reviews-wrap {
  	padding: 30px;
  }
  
  #productpage .product-images .labels-wrap {
  	top: 20px;
    left: 20px;
  }
  
  #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;
  }
}

@media (max-width: 767px) {
  .sort .custom-pager {
  	text-align: left;
  }
  
  .products .product .product-inner {
  	padding: 10%;
  }
  
  .products .product .labels-wrap {
  	top: 10px;
    left: 10px;
  }
  
  #productpage .product-info .rating-code-wrap .rating {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  #productpage .product-info .rating-code-wrap .rating .text {
  	margin-top: 5px;
  }
  
  #productpage .product-info .stock-delivery-wrap {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  #productpage .product-info .stock-delivery-wrap .delivery-wrap {
  	margin-top: 5px;
  }
  
  #productpage .content-reviews-wrap {
  	padding: 20px;
  }
  
  #productpage .content-reviews-wrap .tab-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  #productpage .content-reviews-wrap .tab-links li {
  	font-size: 1.3em;
  }
  
  #productpage .content-reviews-wrap .tab-links li:first-child {
  	margin-right: 0;
    margin-bottom: 10px;
  }
  
  #productpage .content-reviews-wrap .reviews-wrap .review-item {
  	width: 100%;
  }
  
  #productpage .usp-bar {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  }
  
  #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: #f7f7f7;
    font-size: 12px;
	}
  
  #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);
  }
}
/* END CUSTOM CSS */