body {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	color: #333;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.mobile-menu-active {
	overflow: hidden;
}
a {
    color: #47bfee;
}
a,
.btn {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}
a:hover,
a:focus {
 	color: #30a6d4;
	text-decoration: none;
}
.text-muted {
	color: #aaa;
}
.form-control {
	box-shadow: none;
	border-color: #ddd;
	color: #111;
	font-size: 12px;
}
.input-lg {
    height: 66px;
    font-size: 20px;
}
.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #ddd;
	color: #111;
}
.form-control::-moz-placeholder {
	color: #aaa;
}
.form-control:-ms-input-placeholder {
	color: #aaa;
}
.form-control::-webkit-input-placeholder {
	color: #aaa;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.nMobileNav {
	text-align: center;
}
.navigation-list li {
    width: 23.8%;
}
.navigation-list li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}
.ccwrap {
	float: left;
}
.nsearchinput-pl.well {
	left: auto;
	right: 0;
	margin-top: 38px !important;
	box-shadow: none;
	border-radius: 0;
	border-top: none;
	border-color: #ddd;
	text-align: left;
}
.nsearchinput-pl.well .nav > li > a:hover,
.nsearchinput-pl.well .nav > li > a:focus {
	background-color: #f1f1f1;
}
hr {
	border-top: 1px solid #ddd;
}
.upsell-head h3 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 28px;
	color: #111;
	text-align: center;
}
.upsell-head h3 span {
	padding: 10px 24px;
	display: inline-block;
	border-bottom: 1px solid #30a6d4;
}
@media (max-width: 767px) {
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
	}
	.upsell-head h3 {
		font-size: 22px;
	}
	
	.upsell-head h3 span {
		padding: 10px 15px;
	}
	
}
.just-in {
	padding: 6px 0;
	background: #1a1a1a;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
h1,
h2,
h3,
h4 {
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
h1 {
	margin-top: 0;
	font-size: 24px;
	color: #000;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
.btn {
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.btn-lg {
	padding: 16px;
	font-size: 24px;
}
.btn-primary,
.btn-success {
    background-color: #47bfee;
    border-color: #47bfee;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
    background-color: #30a6d4;
    border-color: #30a6d4;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #30a6d4;
    border-color: #30a6d4;
}
.btn-thumb {
  color: #fff;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-thumb:focus,
.btn-thumb.focus {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:hover {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:active,
.btn-thumb.active,
.open > .dropdown-toggle.btn-thumb {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:active:hover,
.btn-thumb.active:hover,
.open > .dropdown-toggle.btn-thumb:hover,
.btn-thumb:active:focus,
.btn-thumb.active:focus,
.open > .dropdown-toggle.btn-thumb:focus,
.btn-thumb:active.focus,
.btn-thumb.active.focus,
.open > .dropdown-toggle.btn-thumb.focus {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:active,
.btn-thumb.active,
.open > .dropdown-toggle.btn-thumb {
  background-image: none;
}
.btn-thumb.disabled:hover,
.btn-thumb[disabled]:hover,
fieldset[disabled] .btn-thumb:hover,
.btn-thumb.disabled:focus,
.btn-thumb[disabled]:focus,
fieldset[disabled] .btn-thumb:focus,
.btn-thumb.disabled.focus,
.btn-thumb[disabled].focus,
fieldset[disabled] .btn-thumb.focus {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-thumb .badge {
  color: #bbbbbb;
  background-color: #fff;
}
.btn-wish {
  color: #111;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-wish:focus,
.btn-wish.focus {
  color: #111;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-wish:hover {
  color: #111;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-wish:active,
.btn-wish.active,
.open > .dropdown-toggle.btn-wish {
  color: #111;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-wish:active:hover,
.btn-wish.active:hover,
.open > .dropdown-toggle.btn-wish:hover,
.btn-wish:active:focus,
.btn-wish.active:focus,
.open > .dropdown-toggle.btn-wish:focus,
.btn-wish:active.focus,
.btn-wish.active.focus,
.open > .dropdown-toggle.btn-wish.focus {
  color: #111;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-wish:active,
.btn-wish.active,
.open > .dropdown-toggle.btn-wish {
  background-image: none;
}
.btn-wish.disabled:hover,
.btn-wish[disabled]:hover,
fieldset[disabled] .btn-wish:hover,
.btn-wish.disabled:focus,
.btn-wish[disabled]:focus,
fieldset[disabled] .btn-wish:focus,
.btn-wish.disabled.focus,
.btn-wish[disabled].focus,
fieldset[disabled] .btn-wish.focus {
  background-color: #efefef;
  border-color: #efefef;
}
.btn-wish .badge {
  color: #efefef;
  background-color: #111;
}
.divider-pagination {
	margin-top: 5px;
	margin-bottom: 15px;
}
.divider-viewby {
	margin-top: 15px;
}
.divider-custom-one {
	margin-top: 10px;
}
.divider-custom-two {
	margin-top: 12px;
}
.divider-custom-three {
	margin-bottom: 12px;
}
/* Thumbnail */
.thumbnail {
	border: none;
}
.thumbnail .caption {
    padding: 9px 4px;
    color: #111;
}
.thumbnail .caption h3 {
	margin-bottom: 10px;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
    font-size: 14px;
	line-height: 16px;
    height: 2.3em;
}
.thumbnail .caption h3 a {
	color: #333;
}
.caption .price {
    font-size: 16px;
	color: #aaa;
    height: 36px;
	line-height: 16px;
}
.caption .price span {
    font-size: 22px;
	font-weight: 500;
	color: #111;
}
.thumb-price {
	padding-right: 10px;
}
.rrp-thumb {
	font-size: 16px !important;
	color: #aaa !important;
	font-weight: 400 !important;
	text-decoration: line-through;
}
.rrp-thumb span {
	font-size: 16px !important;
	color: #aaa !important;
	font-weight: 400 !important;
}
.thumb-rev {
	font-size: 18px;
	color: #ffd700;
	height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
}
.thumb-rev span {
	width: 19px;
	height: 19px;
	line-height: 17px;
	display: inline-block;
	border: 1px solid #111;
	border-radius: 50%;
	color: #111;
	font-size: 9px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.savings-container {
    top: 0;
    right: auto;
    left: 0;
}
.thumb-badge {
	width: 60px;
	height: 60px;
	padding: 8px 10px;
	line-height: 60px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	text-transform: uppercase;
}
.thumb-badge span {
	display: inline-block;
	line-height: 16px;
}
.badge-onsale {
	background: #eb5660;
	font-size: 14px;
}
.badge-topseller {
	background: #47bfee;
}
.prod-bagdes .thumb-badge {
	width: 50px;
	height: 50px;
	padding: 6px;
	line-height: 50px;
	font-size: 10px;
}
.prod-bagdes .thumb-badge span {
	line-height: 13px;
}
.prod-bagdes .badge-onsale {
	font-size: 12px;
}
@media (max-width: 767px) {
	
	.wrapper-thumbnail {
		float: left;
	}
	
}
@media (max-width: 400px) {
	
	.wrapper-thumbnail {
		width: 100%;
	}
	
}
/* Tabs */
.tabbable {
	margin-bottom: 35px;
}
.nav-tabs {
	padding-left: 20px;
	border-bottom: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding: 15px 24px;
	margin-right: 0;
	line-height: 1.42857143;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #111;
}
.nav-tabs > li > a i {
	font-size: 16px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #ddd;
	background-color: #111;
	color: #47bfee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #47bfee;
	border: none;
	border-bottom: 1px solid #ddd;
	cursor: default;
}
.tab-content {
	padding: 0;
	border: 1px solid #ddd;
}
@media (max-width: 991px) {
	
	.nav-tabs > li > a {
		padding: 15px 16px;
		font-size: 18px;
	}
	
}
@media (max-width: 767px) {
	
	.nav-tabs {
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	
	.nav-tabs > li {
		float: none;
		display: inline-block;
		margin-bottom: 0;
		padding: 5px;
	}
	
	.nav-tabs > li > a {
		padding: 8px 12px;
		font-size: 14px;
	}
	
	.nav-tabs > li > a i {
		font-size: 14px;
	}
	
}
/* View Links */
.view-all {
	text-align: center;
}
.view-all p {
	margin-bottom: 0;
}
.view-all a {
	display: inline-block;
	padding: 0 13px 6px 13px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #47bfee;
}
.view-all a:hover,
.view-all a:focus {
	border-color: #30a6d4;
}
/* Breadcrumb */
.breadcrumb {
	padding: 6px 0;
	margin-bottom: 20px;
	background: none;
	font-size: 12px;
	text-transform: uppercase;
}

.breadcrumb > li+li:before {
	content: "\f105";
	padding: 0 11px 0 13px;
	font-family: FontAwesome;
	color: #aaa;
}
.breadcrumb > li > a {
	color: #292929;
}
.breadcrumb > li:last-child > a {
	color: #aaa;
}
/* Select Box */
.wrap-select  {
    position:relative;
	width: 100%;
    height: 34px;
    overflow: hidden;
    background: #fff;
	font-size: 13px;
	border: 1px solid #ddd;
	border-radius: 0;
}
.finder-field-box {
	position: relative;
}
.wrap-select select,
.finder-field-box select {
    line-height:normal;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    border: none;
    padding: 6px 25px 6px 12px;
    margin:0;
	background-color: transparent !important;
}
.wrap-select select {
	height: 32px;
	font-size: 13px;
}
.ie8 .wrap-select select,
.ie8 .finder-field-box select {
	padding-right: 3px
}
.wrap-select select:focus,
.finder-field-box select:focus {
    outline:none;
    box-shadow: none;
}
.wrap-select ::-ms-expand,
.finder-field-box ::-ms-expand {
	display:none;
}
.wrap-select:after,
.finder-field-box:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
	color: #111;
	font-size: 15px;
}
.wrap-select:after {
	margin-top: -10px;
}
/* Label */
.label-success {
	background: #33b64f;
}
.label-danger {
	background: #eb5660;
}
/* Main Content */
.wrapper-main-content {
	position: relative;
}
/* Top Content */
.wrapper-top-content {
	margin-bottom: 15px;
}
#n_home .wrapper-top-content {
	margin-bottom: 0;
}
/** Top Links **/
.wrapper-top-links {
	border-bottom: 1px solid #111;
}
.company-announcement {
	width: auto;
	float: left;
	padding: 11px 0;
}
.company-announcement p {
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #aaa;
	text-transform: uppercase;
	line-height: 24px;
}
.company-announcement p:before {
	padding-right: 8px;
	font-size: 24px;
	font-weight: normal;
	content: "\f0a1";
    font-family: FontAwesome;
}
.top-links {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-links > li {
	float: left;
}
.top-links > li > a {
	padding: 18px 0 17px;
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #aaa;
}
.top-links > li > a > span {
	padding: 0 15px;
	display: block;
	border-right: 1px solid #aaa;
}
.top-links > li:last-child > a  > span {
	border-right: none;
}
.top-links > li:hover > a,
.top-links > li:focus > a,
.top-links > li > a:hover,
.top-links > li > a:focus {
	color: #111;
}
.top-links .dropdown-menu {
	z-index: 1003;
	margin-top: 0;
	border-color: #111;
	box-shadow: none;
}
@media (max-width: 767px) {
	
	.company-announcement {
		width: 100%;
		float: left;
		text-align: center;
	}
	
}
/** Header **/
.wrapper-header {
	padding: 25px 0 24px;
}
.logo {
	margin-top: 0;
}
.wrap-head-right {
	margin-top: 27px;
}
.top-cart {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-cart > li {
	float: left;
}
.top-cart > li > a {
	color: #111;
	display: block;
}
.top-cart .dropdown-menu {
	border-color: #ddd;
	box-shadow: none;
}
.header-search {
	width: 360px;
	margin-top: 0;
}
.header-search .form-control {
	height: 38px;
	border-right: none;
}
.header-search .form-control:focus {
	background: #fff;
	box-shadow: none;
	outline: none;
	border-color: #ddd;
}
.header-search .btn {
	height: 38px;
	margin-left: 0 !important;
	border-color: #ddd;
}
.header-search .btn:hover,
.header-search .btn:focus {
	box-shadow: none;
	outline: none;
	border-color: #ddd;
}
.header-contact {
	padding: 0 38px 0 42px;
}
.header-contact > a {
	line-height: 38px;
	font-size: 23px;
	font-weight: 700;
}
.header-contact > a i {
	margin-right: 8px;
}
.header-curr-menu > a {
	padding: 9px 11px;
}
.header-curr-menu > a .fa-angle-down {
	font-size: 13px;
}
#wrap-curr-flag,
#wrap-curr-flag-mob {
	width: 30px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	background: url(../img/flag-curr.png) no-repeat;
	vertical-align: top;
}
.currselect {
	display: none;
}
.currency-flag-AUD {
	background-position: 0 0 !important;
}
.currency-flag-USD {
	background-position: 0 -20px !important;
}
.currency-flag-EUR {
	background-position: 0 -40px !important;
}
.currency-flag-GBP {
	background-position: 0 -60px !important;
}
.currency-flag-JPY {
	background-position: 0 -80px !important;
}
.currency-flag-CAD {
	background-position: 0 -100px !important;
}
.currency-flag-CHF {
	background-position: 0 -120px !important;
}
.currency-flag-DKK {
	background-position: 0 -140px !important;
}
.currency-flag-INR {
	background-position: 0 -160px !important;
}
.currency-flag-NZD {
	background-position: 0 -180px !important;
}
.currency-flag-SGD {
	background-position: 0 -200px !important;
}
.currency-flag-MYR {
	background-position: 0 -220px !important;
}
.currency-flag-CNY {
	background-position: 0 -240px !important;
}
.currency-flag-NOK {
	background-position: 0 -260px !important;
}
.currency-flag-SEK {
	background-position: 0 -280px !important;
}
.currency-flag-PHP {
	background-position: 0 -280px !important;
}
#header-cart {
	z-index: 1002;
}
@media (max-width: 1199px) {
	
	.header-search {
		width: 260px;
	}
	.header-contact {
		padding: 0 28px 0 32px;
	}
	.header-contact > a {
		font-size: 18px;
	}
	
}
@media (max-width: 991px) {
	
	.wrap-head-right {
		margin-top: 10px;
	}
	
	.header-search {
		width: 200px;
	}
	
	.header-contact {
		padding: 0 15px;
	}
	
	.header-contact > a {
		font-size: 14px;
	}
	
	.header-contact > a i {
		margin-right: 3px;
	}
	
	.header-curr-menu > a {
		padding: 9px 5px;
	}
	
	#header-cart > a {
		padding: 2px 0 1px 5px;
	}
}
@media (max-width: 767px) {
	
	.wrapper-top-content {
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	
	.wrapper-header {
		padding: 22px 0 20px;
	}
	
	.wrap-head-right {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top-cart {
		width: 100%;
		float: left;
	}
	.header-search {
		width: 100%;
		margin-top: 18px;
	}
}
.header-curr-menu.btn-group.open .dropdown-toggle {
    box-shadow: none;
	color: #111;
}
#header-cart {
	margin-top: 0;
}
#header-cart > a {
	position: relative;
	padding: 2px 0 1px 11px;
	font-size: 25px;
	color: #111;
}
#header-cart > a .fa-shopping-cart {
	padding-right: 25px;
}
#header-cart > a .fa-angle-down {
	font-size: 13px;
	line-height: 28px;
    vertical-align: middle;
}
#header-cart.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
#header-cart .dropdown-menu {
	border-color: #eee;
	box-shadow: none;
}
.itm-cnt {
	position: absolute;
	left: 25px;
	top: -6px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	background: #47bfee;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50%;
}
@media (max-width: 767px) {
	
	.itm-cnt {
		position: absolute;
		left: auto;
		right: 0;
	}
}
/** Nav **/
.wrapper-nav {
	background: #111;
}
.wrapper-nav .nav {
	width: 100%;
	text-align: center;
}
.wrapper-nav .nav > li {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.wrapper-nav .nav > li > a {
	padding: 15px 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -0.01em;
}
.wrapper-nav .nav > li > a:after {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.wrapper-nav .nav > li:hover > a,
.wrapper-nav .nav > li:focus > a {
	color: #fff;
	background: #333;
}
.wrapper-nav .nav > li > a:hover,
.wrapper-nav .nav > li > a:focus {
	color: #47bfee;
	background: #333;
}
.wrapper-nav .nav > li:hover > a:after,
.wrapper-nav .nav > li:focus > a:after {
	background: #47bfee;
}
.wrapper-nav .nav > li > a:hover:after,
.wrapper-nav .nav > li > a:focus:after {
	background: #47bfee;
}
.wrapper-nav .menu-products.dropdown {
	position: static;
}
.wrapper-nav .menu-products .dropdown-menu {
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
	top: auto;
	border: none;
}
.drop-menu-conts {
	position: relative;
	margin: 0 -15px;
}
.wrap-sub-categ {
	width: 80%;
	padding: 25px 5px;
	float: left;
}
.wrapper-nav .column {
	width: 33.33333333333333%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
	padding: 0 15px;
}
.wrap-rec-item {
	width: 20%;
	float: left;
	padding: 18px 0;
}
.wrap-rec-item:after {
	content: '';
	background: url(../img/feat-prod-caretbg.png) no-repeat right bottom #f0f0f0;
	display: block;
	position: absolute;
	top: 0;
	width: 20%;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.wrap-rec-item .wrapper-thumbnail {
	width: 100%;
	padding: 0;
}
.wrap-rec-item .thumbnail {
	padding: 21px 20px;
	border: none;
	background: none;
}
.wrap-rec-item .thumbnail .caption {
    padding-top: 18px;
	text-align: center;
}
.wrap-rec-item .caption .price span {
    font-size: 22px;
	font-weight: 500;
	color: #111;
}
.wrap-rec-item .caption .btn {
	padding: 9px 22px;
	font-size: 16px;
}
.wrapper-nav .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrapper-nav .column a {
	padding: 4px 0;
	display: block;
	color: #111;
	font-size: 13px;
}
.wrapper-nav .column .lv2-li > a {
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #30a6d4;
	border-bottom: 1px solid #efefef;
}
.wrapper-nav li.menu-li.lv2-li > ul {
	margin-top: 8px;
    margin-bottom: 8px;
}
.wrapper-nav .column a:hover,
.wrapper-nav .column a:focus {
	color: #47bfee;
}
@media (max-width: 1199px) {
	
	.wrapper-nav .nav > li > a {
		font-size: 12px;
		letter-spacing: -0.02em;
	}
}
@media (max-width: 991px) {
	
	.wrapper-nav .nav > li > a {
    	max-width: 200px;
    	padding: 15px 10px;
		font-size: 13px;
	}
	
	.wrap-sub-categ {
		width: 75%;
	}
	.wrap-rec-item {
		width: 25%;
	}
	
	.wrap-rec-item:after {
		width: 25%;
	}
	
	.wrap-rec-item .thumbnail {
		padding: 23px 10px;
	}
	
}
/** Header Mobile **/
.wrapper-mob-nav {
	padding: 0 10px;
}
.wrapper-mob-nav > ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrapper-mob-nav > ul > li {
	width: 15%;
	display: inline-block;
    vertical-align: middle;
	text-align: right;
}
.wrapper-mob-nav > ul > li > a {
	display: inline-block;
	font-size: 25px;
	color: #111;
}
.mob-menu-toggle {
	text-align: left !important;
}
.mob-cart > a {
	padding-right: 16px;
	position: relative;
}
.mob-logo {
	width: 53% !important;
	text-align: center !important;
}
.mob-logo img {
	width: 174px;
	max-width: 100%;
}
.top-mob-curr {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}
.top-mob-curr > li {
	width: 50%;
	float: left;
}
.top-mob-curr > li > a {
	padding: 12px 5px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #111;
}
.top-mob-curr > li.header-acct-menu {
	border-left: 1px solid #ddd;
}
.top-mob-curr > li.header-acct-menu > a {
	padding: 13px 5px;
}
.top-mob-curr > li > a .fa-angle-down {
	padding-left: 8px;
}
.top-mob-curr > li > a .fa-user-circle-o {
	font-size: 15px;
}
.top-mob-curr .dropdown-menu {
	margin-top: 0;
	border-color: #ddd;
	box-shadow: none;
}
.header-acct-menu.btn-group.open .dropdown-toggle {
    box-shadow: none;
    color: #111;
}
@media (max-width: 767px) {
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		z-index: 16;
		width: 100%;
		padding: 0;
		background: rgba(170,170,170,0.75);
		height: 100%;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		left: -100%;
		overflow: scroll;
	}
	
	.sidebar-offcanvas.active {
		left: 0;	
	}
	
	.sidebar-offcanvas .navbar {
		width: 83.33333333333334%;
		height: 100%;
		background: #fff;
	}
	
	.sidebar-offcanvas .navbar-nav {
		width: 100%;
		float: left;
		margin: 0;
	}
}
@media (max-width: 400px) {
	
	.mob-logo {
		width: 52% !important;
	}
	
	.mob-phone {
		text-align: center !important;
	}
}
/* Home */
/** Carousel **/
#homepageCarousel.carousel .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
#homepageCarousel.carousel .carousel-inner .active {
	opacity: 1;
}
#homepageCarousel.carousel .carousel-inner .active.left,
#homepageCarousel.carousel .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#homepageCarousel.carousel .carousel-inner .next.left,
#homepageCarousel.carousel .carousel-inner .prev.right {
	opacity: 1;
}
#homepageCarousel.carousel .carousel-control {
	z-index: 2;
}
.carousel .item.next .carousel-caption,
.carousel .item.prev .carousel-caption {
	opacity: 0;
}
.carousel-caption {
	transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
	-webkit-transition: opacity 1.3s;
}
.carousel-control {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: auto;
	margin-top: -23px;
	width: 38px;
	height: 45px;
	line-height: 45px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	background: #0f0f0f;
}
.carousel-control.right {
	left: auto;
	right: 0;
}
.carousel-control.right,
.carousel-control.left {
	background: #0f0f0f;
}
.carousel-control .fa {
	position: static;
	top: 0;
	left: 0;
}

.carousel-indicators {
    bottom: 0 !important;
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	
	.carousel-control {
		margin-top: 0;
		left: auto;
		right: 10px;
		top: 10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	
	.carousel-control.left {
		right: 35px;
	}
	.carousel-control.right {
		left: auto;
		right: 10px;
	}
}
@media all and (transform-3d), (-webkit-transform-3d) {
	#homepageCarousel.carousel .carousel-inner>.item.next,
	#homepageCarousel.carousel .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#homepageCarousel.carousel .carousel-inner>.item.prev,
	#homepageCarousel.carousel .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#homepageCarousel.carousel .carousel-inner>.item.next.left,
	#homepageCarousel.carousel .carousel-inner>.item.prev.right,
	#homepageCarousel.carousel .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/** USP **/
.wrapper-usp {
	padding: 25px 0;
	background: #f7f7f7;
}
.usp-img {
	width: 83px;
	padding-top: 14px;
	padding-right: 5px;
	float: left;
	text-align: right;
}
.usp-img img {
	max-width: 100%;
}
.usp-text {
	width: 277px;
	padding-left: 15px;
	float: left;
}
.usp-text h3 {
	margin-bottom: 7px;
	font-size: 17px;
	text-transform: none;
	color: #47bfee;
}
.usp-text h3 a {
	color: #47bfee;
}
.usp-text p {
	margin-bottom: 0;
	font-size: 13px;
	color: #111;
}
.usp-text p a {
	color: #111;
}
@media (max-width: 1199px) {
	
	.usp-img {
		width: 73px;
	}
	.usp-text {
		width: 220px;
	}
	
	.usp-text h3 {
		font-size: 14px;
	}
	
	.usp-text p {
		font-size: 12px;
	}
	
}
@media (max-width: 991px) {
	
	.usp-img {
		width: 53px;
	}
	.usp-text {
		width: 167px;
	}
	
	.usp-text h3 {
		font-size: 13px;
	}
	
	.usp-text p {
		font-size: 11px;
	}
	
}
@media (max-width: 767px) {
	
	.usp-img {
		width: 100%;
		padding-top: 0;
		padding-bottom: 15px;
		padding-right: 0;
		text-align: center;
	}
	.usp-text {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	
	.usp-text h3 {
		font-size: 12px;
	}
	
	.usp-text p {
		font-size: 10px;
	}
}
@media (max-width: 400px) {
	
	.usp-block {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.usp-img img {
		max-width: 35px;
	}
	
	
}
/** Home Brands **/
.wrapper-home-brands {
	padding: 30px 0;
}
.home-brands {
	width: 100%;
	float: left;
	padding: 0 30px;
	margin: 0;
	list-style: none;
}
.home-brands li {
	width: 16.666666666666664%;
	padding: 10px;
	display: inline-block !important;
	vertical-align: middle;
	float: none !important;
	text-align: center;
}
.home-brands li img {
	max-width: 100%;
	display: inline-block !important;
}
/* Brand Page */
.brandlistwrap {
	margin-bottom: 20px;
}
.brandlist-img {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 5px;
}
.brandlist-img img {
	height: 80px;
	max-width: 100%;
	object-fit: contain;
}
.brandlist-name {
	width: 100%;
	height: 36px;
	overflow: hidden;
	float: left;
}
@media (max-width: 520px) {
	.brandlistwrap {
		width: 50%;
	}
}
/** Slick Arrows **/
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 35px;
	margin-top: -17px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 1;
	opacity: 1;
	color: #111;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #47bfee;
}
.slick-prev {
	left: 0;
}
[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}
.slick-prev:before {
	content: '\f104';
}
[dir='rtl'] .slick-prev:before {
	content: '\f105';
}
.slick-next {
	right: 0;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}
.slick-next:before {
	content: '\f105';
}
[dir='rtl'] .slick-next:before {
	content: '\f104';
}
/** Home Categories **/
.wrapper-home-categories {
	padding: 30px 0;
	background: #efefef;
	text-align: center;
}
#home-categ {
	max-height: 350px;
	overflow: hidden;
}
.home-categ {
	float: none;
	display: inline-block;
    vertical-align: top;
}
.home-categ-bg {
	width: 100%;
	float: left;
	height: 325px;
	margin-bottom: 25px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}
.home-categ-block {
	width: 101%;
	float: left;
	display: table;
	height: 325px;
	padding: 10px;
	background: rgba(17,17,17,0.45);
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.home-categ-conts {
	display: table-cell;
	vertical-align: middle;
}
.home-categ-conts h3 {
	margin-bottom: 0;
	font-size: 28px;
	color: #fff;
}
.home-categ-conts h3 span {
	display: inline-block;
	padding: 11px 20px;
	border-bottom: 1px solid #47bfee;
}
.home-categ-bg:hover .home-categ-block {
	background: rgba(17,17,17,0.15);
}
.viewmorelink {
	position: relative;
	padding-bottom: 25px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.viewmorelink:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -11px;
	height: 32px;
	font-size: 35px;
	content: "\f107";
    font-family: FontAwesome;
	font-weight: normal;
}
.viewmorelink.viewless:after {
	content: "\f106";
}
@media (max-width: 1199px) {
	
	#home-categ {
		max-height: 275px;
	}
	
	.home-categ-bg {
		height: 250px;
	}
	.home-categ-block {
		height: 250px;
	}
	.home-categ-conts h3 {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	
	#home-categ {
		max-height: 215px;
	}
	
	.home-categ-bg {
		height: 190px;
	}
	.home-categ-block {
		height: 190px;
	}
	.home-categ-conts h3 {
		font-size: 16px;
	}
	
}
@media (max-width: 767px) {
	
	#home-categ {
		max-height: 285px;
	}
	
	.home-categ-bg {
		height: 260px;
	}
	.home-categ-block {
		height: 260px;
	}
}
@media (max-width: 600px) {
	
	#home-categ {
		max-height: 225px;
	}
	
	.home-categ-bg {
		height: 200px;
	}
	.home-categ-block {
		height: 200px;
	}
}
@media (max-width: 400px) {
	
	#home-categ {
		max-height: 450px;
	}
	
	.home-categ {
		width: 100%;
	}
	
	
}
/** Home tabs **/
.wrapper-home-tabs {
	padding: 25px 0 35px;
}
.wrapper-home-tabs .tabbable {
	margin-bottom: 0;
}
.wrapper-home-tabs .nav-tabs {
	padding-left: 0;
	text-align: center;
}
.wrapper-home-tabs .nav-tabs > li {
	position: relative;
	min-width: 210px;
	float: none;
	display: inline-block;
	margin-left: -4px;
	margin-bottom: -1px;
}
.wrapper-home-tabs .nav-tabs > li.active > a,
.wrapper-home-tabs .nav-tabs > li.active > a:hover,
.wrapper-home-tabs .nav-tabs > li.active > a:focus {
	color: #47bfee;
	background-color: #333;
	border: none;
	border-bottom: 1px solid #47bfee;
	cursor: default;
}
.wrapper-home-tabs .nav-tabs > li.active:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	border-top: 10px solid #47bfee;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.wrapper-home-tabs .tab-content {
	padding: 15px;
	padding-bottom: 38px;
}
@media (max-width: 767px) {
	
	
	.wrapper-home-tabs .nav-tabs > li {
		padding: 0;
		min-width: auto;
	}
	.wrapper-home-tabs .nav-tabs > li > a {
		padding: 15px 14px;
		font-size: 14px;
	}
}
/** Home Info **/
.wrapper-home-info {
	overflow: hidden;
}
.home-info-conts {
	width: 101%;
	padding: 62px 0 60px;
	text-align: center;
	background: rgba(17,17,17,0.65);
	color: #fff;
}
.home-info-conts h1 {
	margin-bottom: 30px;
	font-size: 28px;
	color: #fff;
}
.home-info-conts h1 span {
	display: inline-block;
	padding: 0 18px 11px;
	border-bottom: 1px solid #47bfee;
}
/* Category Page */
.wrap-categ-head {
	width: 100%;
	height: 300px;
	margin-bottom: 0;
	margin-top: -15px;
	overflow: hidden;
}
.categ-head-bg-conts {
	width: 101%;
	height: 300px;
	background: rgba(66,62,63,0.20);
}
.categ-head-block {
	position: relative;
	width: 100%;
	float: left;
}
.categ-head-block .breadcrumb {
	position: absolute;
	top: 15px;
	left: 0;
	margin-bottom: 0;
}
.categ-head-block .breadcrumb > li+li:before {
	color: #fff;
}
.categ-head-block .breadcrumb > li > a {
	color: #fff;
}
.categ-head-block .breadcrumb > li:last-child > a {
	color: #fff;
}
.categ-head-name {
	width: 100%;
	height: 300px;
	float: left;
	display: table;
}
.categ-head-name-conts {
	display: table-cell;
	vertical-align: middle;
}
.categ-head-name h1 {
	margin-bottom: 0;
	font-size: 45px;
	color: #fff;
	text-align: center;
}
.wrap-categ-no-ban h1 {
	margin-bottom: 30px;
	font-size: 45px;
	color: #111;
	text-align: center;
}
.categ-head-name h1 span {
	display: inline-block;
	padding: 8px 30px;
	border-bottom: 1px solid #47bfee;
}
.wrap-categ-no-ban h1 span {
	display: inline-block;
	padding: 8px 30px;
	border-bottom: 1px solid #47bfee;
}
@media (max-width: 767px) {
	
	.wrap-categ-head {
		height: 180px;
	}
	.categ-head-bg-conts {
		height: 180px;
	}
	
	.categ-head-name {
		height: 180px;
	}
	.categ-head-name h1 {
		font-size: 22px;
	}
	.categ-head-name h1 span {
		padding: 8px 15px;
	}
	.wrap-categ-no-ban h1 {
		font-size: 22px;
	}
	.wrap-categ-no-ban h1 span {
		padding: 8px 15px;
	}
}
.wrapper-sortby-box {
	position: relative;
	padding: 12px 0;
	margin-bottom: 30px;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.wrapper-sortby-box > .container {
	position: static;
}
.wrap-left-page-count {
	width: auto;
	float: left;
	font-size: 13px;
	padding-right: 0;
}
.wrap-left-page-count .btn-text {
	padding: 8px 0;
}
.wrap-right-filter-sortby {
	position: static;
	width: 66.66666666666666%;
	float: right;
}
.wrap-right-filter {
	position: static;
}
.wrap-right-sortby {
	text-align: right;
}
.wrap-right-sortby form {
	width: 202px;
	display: inline-block;
	vertical-align: top;
}
.wrap-pagination {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	list-style: none;
}
.wrap-pagination.pagination-bottom {
	margin-top: 10px;
	padding-left: 0;
}
.wrap-pagination > li {
	float: left;
	border: 1px solid #ddd;
}
.wrap-pagination > li > a {
	background: #ddd;
	color: #1f1f1f;
	font-size: 15px;
}
.wrap-pagination > li > span {
	font-size: 13px;
	color: #111;
	background: #fff;
}
.wrap-pagination > li > a,
.wrap-pagination > li > span {
	display: block;
}
.wrap-pagination > li > a {
	padding: 6px 12px 5px;
}
.wrap-pagination > li > span {
	padding: 7px 12px;
}
@media (max-width: 1199px) {
	
	.wrap-right-filter-sortby {
		width: auto;
	}
	
	.wrap-right-filter {
		width: auto;
	}
	
	.wrap-right-sortby {
		width: auto;
		padding-left: 37px;
	}
}
@media (max-width: 991px) {
	
	.wrap-right-filter-sortby {
		padding-left: 0;
	}
	
	.wrap-right-filter {
		padding-right: 5px;
		padding-left: 0;
	}
	
	.wrap-right-sortby {
		padding-left: 0;
	}
	
	.wrap-pagination {
		padding-left: 5px;
	}
	
	.wrap-right-sortby form {
		width: 172px;
	}
	
}
@media (max-width: 767px) {
	
	.wrap-right-filter-sortby {
		width: 100%;
		padding-left: 15px;
	}
	
	.wrap-right-filter {
		padding-right: 0;
		padding-left: 15px;
	}
	
	.wrap-right-sortby {
		float: right;
	}
	
	.wrap-right-sortby form {
		width: 142px;
	}
}
.filter-group {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.filter-group > li {
	display: inline-block;
	padding: 0 3px;
}
.wrapper-sidebar > .container,
.wrapper-sidebar > .container > .row > .col-xs-12 {
	position: static;
}
.filter-group .wrapper-mega-menu-filter {
	margin: 0;
	padding: 35px 0 20px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	list-style: none;
	display: none;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.mega-menu-filter {
	padding: 0;
	list-style: none;
}
.mega-menu-filter > li {
	padding: 0 15px;
	margin-bottom: 15px;
	width: 25%;
	float: left;
}
.mega-menu-filter > li > a:before {
	content: '\F096\0020';
	position: absolute;
	top: 1px;
	left: 0;
	margin-right: 0;
	font-family: FontAwesome;
}
.mega-menu-filter > li.filter-remove > a:before {
	content: '\F14A\0020';
	font-family: FontAwesome;
}
.mega-menu-filter > li > a {
	position: relative;
	margin-left: 0;
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	display: block;
	padding-left: 17px;
	text-align: left;
}
.filter-group > li.active .wrapper-mega-menu-filter {
	display: block;
}
.filter-group > li > a,
.mobile-filter {
	margin: 0;
	padding: 6px 12px 5px;
	font-size: 15px;
	font-weight: 700;
	color: #1f1f1f;
	display: block;
	text-transform: uppercase;
	border: 1px solid #111;
}
.filter-group > li > a .fa {
	margin-left: 3px;
}
.filter-group > li.active > a {
	color: #fff;
	border-color: #47bfee;
	background: #47bfee;
}
.filter-group > li.active > a .fa::before{
	content: "\f106";
}
.mega-menu-filter > li.filter-price {
	text-align: center;
	width: 50%;
	float: none;
	display: inline-block;
}
@media (max-width: 991px) {
	.mega-menu-filter > li.filter-price {
		width: 75%;
	}
	
	.filter-group > li > a {
		padding: 8px 12px 7px;
    	font-size: 12px;
	}
}
#price-range-text {
	margin: 20px 0 15px;
}
#price-start {
	position: absolute;
	top: 0;
	left: 5px;
}
#price-end {
	position: absolute;
	top: 0;
	right: 5px;
}
#price-range {
	margin-top: 15px;
}
#price-range .ui-state-default,
#price-range .ui-widget-content .ui-state-default,
#price-range .ui-widget-header .ui-state-default {
	background: #4a4a4a !important;
	border-color: #4a4a4a;
}
@media (max-width: 767px) {
	.filter-group {
		padding: 10px 0;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		z-index: 99;
		background: #fff;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
	}
	.filter-group > li {
		padding: 0 15px;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.filter-group > li > a {
		padding: 8px 25px 8px 12px;
		font-size: 12px;
		position: relative;
		text-align: left;
	}
	.mobile-filter {
		padding: 8px 5px 7px;
		position: relative;
		font-size: 11px;
	}
	
	
	.filter-group .wrapper-mega-menu-filter {
		padding: 0;
		position: relative;
		top: 0;
		border: none;
		box-shadow: none;
	}
	.mega-menu-filter > li {
		padding: 0;
		width: 100%;
		margin: 5px 0;
	}
	.mega-menu-filter > li > a {
		margin-left: 0;
		font-size: 14px;
	}
	.mobile-filter .fa,
	.filter-group > li > a .fa {
		position: absolute;
		top: 8px;
		right: 10px;
		font-size: 15px;
	}
	.mobile-filter .fa {
		position: static;
		font-size: 15px;
	}
}
/* Product Page */
.row-alt-img {
	margin-left: -5px;
	margin-right: -5px;
}
.wrap-alt-img {
	padding-left: 5px;
	padding-right: 5px;
}
.wrap-alt-img img {
	border: 1px solid #ddd;
}
.wrapper-product-title {
	margin-top: -49px;
}
@media (max-width: 1199px) {
	
	.wrapper-product-title {
		margin-top: 0;
	}
}
.prod-sku {
	margin-bottom: 20px;
	text-align: right;
}
.prod-sku > span {
	padding: 4px 9px;
	display: inline-block;
	background: #efefef;
	font-size: 12px;
	color: #111;
}
.prod-sku > span span {
	font-weight: 700;
}
#n_product h1 {
    font-size: 28px;
	font-weight: 400;
	font-family: 'Heebo', sans-serif;
	text-align: center;
}
.prod-brand {
	margin-bottom: 20px;
	text-align: center;
}
.prod-brand img {
	max-width: 120px;
}
.prod-sub {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Heebo', sans-serif;
	text-align: center;
}
.prod-rev {
	padding-top: 15px;
	font-size: 25px;
	color: #ffd700;
}
.prod-rev span {
	width: 22px;
	height: 22px;
	line-height: 20px;
	display: inline-block;
	border: 1px solid #111;
	border-radius: 50%;
	color: #111;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	vertical-align: top;
}
.prod-bagdes {
	float: right;
	text-align: right;
}
@media (max-width: 991px) {
	
	.prod-rev {
		padding-top: 10px;
	}
	
	.prod-bagdes {
		padding-top: 10px;
		float: left;
		text-align: left;
	}
	
	
	
}
.variation-name {
	padding-right: 0;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.specific {
	padding-bottom: 20px;
}
.productpricetext {
	margin-bottom: 7px;
    font-size: 35px;
    font-weight: 500;
	line-height: 35px;
}
.row-prod-buy-opt {
	margin-left: -7px;
	margin-right: -7px;
}
.wrap-prod-buy-opt {
	padding-left: 7px;
	padding-right: 7px;
}
.prod-rrp-save {
	font-size: 16px;
	text-transform: uppercase;
}
.prod-rrp {
	margin-right: 8px;
	color: #aaa;
	text-decoration: line-through;
}
.prod-save {
	margin-right: 8px;
	color: #eb5660;
	font-weight: 700;
}
.productwasprice {
	font-size: 16px;
}
.productpricetext .label {
	padding: 4px 8px;
	background: #efefef;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: 400;
	color: #111;
	display: inline-block;
	vertical-align: top;
}
.productpricetext .label span {
	display: block;
	font-size: 13px;
	font-weight: 500;
}
.lbl-success span {
	color: #33b64f;
}
.lbl-warning span {
	color: #fda41f;
}
.lbl-danger span {
	color: #eb5660;
}
.wrapper-zippay img {
	max-width: 100%;
}
.warehouse-title {
	margin-bottom: 20px;
	text-align: center;
	color: #111;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
}
.wrh-stock-list {
	padding-bottom: 6px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	float: none;
	font-size: 13px;
}
.warehouse-name {
	width: 50%;
	padding-left: 30px;
}
.warehouse-stock-count {
	width: 50%;
	padding-right: 30px;
	text-align: right;
	font-weight: 500;
}
@media (max-width: 991px) {
	
	.warehouse-name {
		width: 100%;
		padding-left: 30px;
	}
	
	.warehouse-stock-count {
		width: 100%;
		padding-right: 15px;
		padding-left: 30px;
		text-align: left;
	}
	
	.wrapper-zippay {
		padding-top: 20px;
	}
	
}
.prod-usp {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}
.prod-usp li {
	width: 49%;
	padding: 4px 5px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	color: #a9a9ac;
}
.prod-usp li i {
	padding-right: 6px;
}
.prod-usp li a {
	color: #a9a9ac;
}
.tab-desc {
	position: relative;
}
.tab-desc .productdetails {
	width: 68%;
	float: left;
	padding: 30px 26px;
}
.productdetails p:first-child {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}
.tab-specs {
	width: 32%;
	float: left;
	padding: 30px 23px;
}
.tab-specs:after {
    content: '';
    background: #efefef;
    display: block;
    position: absolute;
    top: 0;
    width: 32%;
    bottom: 0;
    right: 0;
    z-index: 0;
	border-left: 1px solid #ddd;
}
.tab-specs-conts {
	position: relative;
    z-index: 2;
}
.tab-specs-conts .table > tbody > tr > td {
	border: none;
}
.tab-specs-conts .table > tbody > tr > td strong {
	font-weight: 500;
}
.spec-head {
	margin-bottom: 20px;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #47bfee;
}
.tab-main-conts {
	padding: 30px 26px;
}
@media (max-width: 991px) {
	
	.tab-desc .productdetails {
		width: 100%;
	}
	.tab-specs {
		width: 100%;
		background: #efefef;
		border-top: 1px solid #ddd;
	}
	.tab-specs:after {
		display: none;
	}
	
}
.row-ship-cal-box {
	position: relative;
}
.wrap-ship-right {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.wrap-ship-right:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	content: '';
	width: 36%;
    margin-left: -210px;
	display: block;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.ship-calc-head {
	margin-bottom: 30px;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #111;
}
.wrap-shipping-img {
	padding-right: 0;
	text-align: right;
}
.wrap-shipping-img span,
.wrap-shipping-img a {
	width: 67px;
	height: 67px;
	display: inline-block;
	vertical-align: top;
	line-height: 65px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 50%;
}
.wrap-shipping-img span img,
.wrap-shipping-img a img {
	max-width: 100%;
}
.wrap-shipping-text {
	padding-top: 5px;
}
.wrap-shipping-text h3 {
	font-size: 16px;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	color: #333;
}
.wrap-shipping-text h3 a {
	color: #333;
}
.wrap-shipping-text p {
	font-size: 12px;
}
.wrap-ship-result {
	padding-left: 44px;
}
.ship-result-block {
	margin-bottom: 10px;
	font-size: 12px;
}
.ship-result-block span {
	font-weight: 500;
}
.row-col-shipping {
	margin-left: -5px;
	margin-right: -5px;
}
.wrap-col-shipping {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.zippay-child-prod {
	text-align: center;
}
@media (max-width: 1199px) {
	
	.wrap-ship-result {
		padding-left: 15px;
	}
	
	.wrap-ship-right:after {
		width: 33%;
		margin-left: -160px;
	}
	
}
@media (max-width: 991px) {
	
	.wrap-shipping-img span,
	.wrap-shipping-img a {
		width: 55px;
		height: 55px;
		line-height: 53px;
	}
	.wrap-ship-result {
		padding-top: 20px;	
	}
	
	.wrap-ship-right:after {
		display: none;
	}
	
}
/* Footer */
.wrapper-footer {
	margin-top: 50px;
}
#n_home .wrapper-footer {
	margin-top: 0;
}
/** Newsletter **/
.wrapper-newslet {
	padding: 28px 0;
	text-align: center;
	background: #111;
}
.wrapper-newslet .newslet-head {
	width: auto;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.wrapper-newslet .newslet-head h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	text-transform: none;
}
.wrapper-newslet form {
	width: 310px;
	display: inline-block;
	vertical-align: middle;
}
.wrapper-newslet .form-control {
	height: 40px;
	border-color: #fff;
	font-size: 12px;
}
.wrapper-newslet .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #fff;
}
.wrapper-newslet .btn {
	margin-left: 0 !important;
	height: 40px;
	padding: 0 16px;
	font-size: 18px;
}
.wrapper-newslet .btn:focus {
	outline: none;
}
@media (max-width: 991px) {
	
	.wrapper-newslet form {
		width: 300px;
	}
}
@media (max-width: 767px) {
	.wrapper-newslet .newslet-head {
		width: 100%;
		margin-right: 0;
		display: block;
		text-align: center;
	}
	.wrapper-newslet .newslet-head h3 {
		margin-bottom: 15px;
		line-height: 20px;
	}
	.wrapper-newslet form {
		width: 100%;
		display: block;
	}
}
@media (max-width: 500px) {
	
	.wrapper-newslet .newslet-head h3 {
		margin-bottom: 10px;
		font-size: 17px;
	}
	
}
/** Footer Links **/
.wrapper-footer-links {
	padding: 20px 0;
	background: #efefef;
}
.wrapper-footer-links h4 {
	font-size: 16px;
	color: #47bfee;
}
.wrapper-footer-links .nav {
	margin-bottom: 20px;
}
.wrapper-footer-links .nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #333;
}
.wrapper-footer-links .nav > li > a:hover,
.wrapper-footer-links .nav > li > a:focus {
	color: #47bfee;
	background: none;
}
.footer-img img {
	max-width: 100%;
}
.wrap-footer-info {
	padding-left: 0;
}
.footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-contact > li {
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
	color: #111;
}
.footer-contact > li.addr {
	position: relative;
	padding-left: 25px;
}
.footer-contact > li.addr:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #47bfee;
	content: "\f041";
    font-family: FontAwesome;
}
.footer-contact > li > a {
	position: relative;
	padding-left: 25px;
	color: #111;
	display: block;
}
.footer-contact > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #47bfee;
    font-family: FontAwesome;
	font-weight: normal;
}
.footer-contact > li.phone > a {
	font-size: 20px;
	font-weight: 500;
}
.footer-contact > li.phone > a:before {
	content: "\f095";
	font-weight: normal;
}
.footer-contact > li.eadd > a:before {
	content: "\f0e0";
}
.footer-contact > li > a:hover,
.footer-contact > li > a:focus {
	color: #47bfee;
}
.list-social {
	font-size: 0;
}
.list-social li {
	padding-bottom: 5px;
}
.list-social a {
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
}
.list-social a:hover,
.list-social a:focus {
	color: #ccc;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-twitter {
	background-color: #00acee;
}
.bg-google-plus {
	background-color: #dd4b39;
}
.bg-youtube {
	background-color: #c4302b;
}
.bg-instagram {
	background-color: #405de6;
}
.bg-pinterest {
	background-color: #c8232c;
}
.bg-tumblr {
	background-color: #34526f;
}
.bg-linkedin {
	background-color: #0e76a8;
}
@media (max-width: 991px) {
	
	.footer-img img {
		max-width: 80px;
	}
	.footer-contact > li {
		font-size: 13px;
	}
	.footer-contact > li > a {
		font-size: 13px;
	}
	.footer-contact > li.phone > a {
		padding-left: 20px;
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	
	.wrap-footer-info {
		padding-left: 15px;
	}
	
	.footer-contact {
		padding-left: 0;
	}
	
	.footer-contact > li.addr {
		padding-left: 0;
	}
	.footer-contact > li.addr:before {
		position: static;
		padding-right: 3px;
	}
	.footer-contact > li > a {
		padding-left: 0;
	}
	.footer-contact > li > a:before {
		position: static;
		padding-right: 3px;
	}
	.footer-contact > li.phone > a {
		padding-left: 0;
	}
	
}
/** Copyright **/
.wrapper-footer-copyright {
	padding: 22px 0;
}
.wrapper-footer-copyright .list-inline {
	margin-bottom: 0;
}
.wrapper-footer-copyright .payment-icon-container {
	padding: 5px 10px;
	height: 40px;
    background: #fff;
}
.wrapper-footer-copyright address {
	margin: 0;
	font-size: 12px;
	color: #333;
	text-align: right;
}
.wrapper-footer-copyright address span {
	padding-top: 5px;
	display: inline-block;
}
.wrapper-footer-copyright address span img {
	padding-left: 5px;
}
.wrapper-footer-copyright .payment-icon-zipPay {
	background-position: 0px -279px;
    height: 18px;
    margin-top: 8px;
}
@media (max-width: 991px) {
	
	.wrapper-footer-copyright {
		text-align: center;
	}
	
	.wrapper-footer-copyright address {
		text-align: center;
		margin-top: 15px;
	}
	
}
@media (max-width: 767px) {
	
	#mob-menu-cat li a {
		position: relative;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		display: block;
		line-height: 20px;
	}
	#mob-menu-cat {
		list-style: none;
	}
	#mob-menu-cat ul {
		list-style: none;
	}
	#mob-menu-cat .collapse-menu {
		padding: 0;
	}
	
	#mob-menu-cat > li > a {
		background: #696969;
		border-bottom: 1px solid #7f7f7f;
		padding: 12px 46px 12px 10px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one {
		background: #333;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li {
		border-bottom: 1px solid #3e3e3e;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a {
		padding: 12px 46px 12px 10px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-two {
		background: #111;
	}
	
	#mob-menu-cat .collapse-menu.collapse-menu-two > li > a {
		padding: 12px 46px 12px 10px;
		font-weight: 400;
	}
	/* #mob-menu-cat .mob-drop:after {
		position: absolute;
		top: 0;
		right: 0;
		width: 46px;
		height: 44px;
		font-size: 14px;
		line-height: 44px;
		text-align: center;
		content: "\f068";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		background: #47bfee;
		color: #fff;
	}
	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f067";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
	}
	
	#mob-menu-cat .collapse-menu.collapse-menu-one .mob-drop:after {
		background: none;
		color: #47bfee;
	} */

	.sidebar-offcanvas .navbar-nav li {
		position: relative;
	} 

	.mobile-drop-icon {
		position: absolute;
		top: 0;
		right: 0;
		width: 46px;
		height: 44px;
		font-size: 14px;
		line-height: 44px;
		text-align: center;
		font-style: normal;
		font-weight: normal;
		background: #47bfee;
		color: #fff;
	}

	.mobile-drop-icon.lvl-2 {
		background: transparent;
		color: #47bfee;
	}
	
	.mob-brand-link {
		border-bottom: none !important;
	}
	
	.mob-brand-link a {
		background-color: #ddd !important;
		color: #111 !important;
		font-weight: 700 !important;
		font-size: 14px;
		text-transform: uppercase !important;
		border-bottom: none !important;
	}
	
	.mob-stat-link {
		border-bottom: 1px solid #ddd !important;
	}
	
	.mob-stat-link a {
		background-color: #fff !important;
		color: #111 !important;
		font-weight: 400 !important;
		text-transform: none !important;
		border-bottom: none !important;
	}
	
	.mob-stat-link a i {
		padding-right: 8px;
	}

	
	.mob-stat-link .mob-drop:after {
		position: absolute;
		top: 0;
		right: 0;
		width: 46px;
		height: 44px;
		font-size: 14px;
		line-height: 44px;
		text-align: center;
		content: "\f068";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		background: #47bfee;
		color: #fff;
		background: none !important;
		color: #696969 !important;
		content: "\f077" !important;
		font-size: 13px !important;
	}
	
	.mob-stat-link .mob-drop.collapsed:after {
		content: "\f078" !important;
	}
	
	.mob-stat-link ul li a {
		padding: 12px 46px 12px 10px;
		border-bottom: none !important;
	}
	
	.closemenu {
		position: absolute;
		top: 0;
		right: -20%;
		font-size: 30px;
		color: #111;
		width: 20%;
		height: 100%;
		cursor: default;
	}
	
	.closemenu:hover,
	.closemenu:focus {
		color: #111;
	}
	
	.closemenu i {
		padding-left: 10px;
	}
}

/* Other */
#dc_box {
    display: none;
}

.productprice.productpricetext.storeprice{
	margin-top:25px;
}


@media (max-width:767px){
	#_jstl__pricing_r  .row.row-padded{
		text-align:center;
	}
}
.zip-widget > img{
	margin-left:10px;
}

@media (min-width:764px){
.payment-logos{
	display: flex;
	align-items: center;
}
}

.productsavetext {
    margin-top: 10px;
}

.custom-cat-filter {
	box-shadow: none;
}

.custom-cat-filter li {
    width: 100%;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	color: #333;
}

.custom-cat-filter li:hover {
    background-color: #f6f6f6;
}

@media only screen and (min-width: 767px)  {
	.custom-cat-filter li {
		width: 24%;
		padding: 10px 0px 10px 15px;
	}
}

.preorder-msg {
	font-size: 16px;
	display: block;
}

.preorder-btn {
	height: 66px;
	padding: 0px;
	color: #fff;
	background-color: #ED4C67;
	border-color: #ED4C67;	
}

.preorder-btn:hover {
	background-color: #eb3351;
	border-color: #eb3351;
}