body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
/* animations */
.animated-fast{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
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 {
	text-decoration: none;
}
.text-muted {
	color: #b2b4b6;
}
.form-control {
	box-shadow: none;
	border-color: #f1f1f1;
}
.n-wrapper-form-control select {
	box-shadow: none;
}
.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;
}
.wrap-left-menu .navigation-list li a {
	color: #fff;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}
.ccwrap {
	float: left;
}
.nsearchinput-pl.well {
	left: auto;
	right: 0;
	margin-top: 45px !important;
	box-shadow: none;
	border-radius: 0;
	border-color: #f1f1f1;
	font-size: 12px;
}
.nsearchinput-pl.well .nav > li > a:hover,
.nsearchinput-pl.well .nav > li > a:focus {
	background-color: #f1f1f1;
}
hr {
	border-top: 1px solid #efeeee;
}
.wrap-upsell-head {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.upsell-head,
#homepage-content h1 {
	position: relative;
	width: auto;
	display: inline-block;
	margin-bottom: 0;
	font-size: 22px;
	color: #505050;
	text-transform: uppercase;
	font-weight: 600;
	background: #fff;
	padding: 0 22px;
}
.wrap-upsell-head:before {
	position: absolute;
	top: 50%;
	left: 0;
	content:'';
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: url(../img/upsell-head-divider.jpg) no-repeat center center;
}
.icon-custom {
	display: inline-block;
}
.icon-logo {
	width: 50px;
	height: 33px;
	background: url(../img/logo-small.png) no-repeat left top;
	vertical-align: middle;
}
.icon-prevc,
.icon-nextc {
	width: 64px;
	height: 63px;
}
.icon-prevc {
	background: url(../img/icon-prevc.png) no-repeat left top;
}
.icon-nextc {
	background: url(../img/icon-nextc.png) no-repeat left top;
}
.icon-play-sm {
	width: 23px;
	height: 23px;
	background: url(../img/icon-vid-play-sm.jpg) no-repeat left top;
	vertical-align: middle;
}
.icon-lock {
	width: 20px;
	height: 31px;
	vertical-align: middle;
	margin-right: 7px;
	background: url(../img/icon-lock.png) no-repeat left top;
	background-size: contain;
}
.securehead {
	margin-top: 10px;
	margin-bottom: 0;
}
.upsell-head i {
	margin-right: 9px;
}
.head-auto {
    width: auto;
    float: left;
}
.viewall {
    width: auto;
    float: right;
	margin-top: 6px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.row-upsell {
	padding-bottom: 45px;
}
.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,
h5 {
	font-weight: 600;
}
h1 {
	margin-top: 0;
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
.text-muted {
	color: #999;
}
.btn {
	font-weight: 500;
}
.btn-group .dropdown-menu .btn {
    border-radius: 0 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #cccc33;
}
@media (max-width: 767px) {
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
	}
	.main-image {
	    min-height: 690px;
	}
}
/* Header */
.wrapper-header {
	margin-bottom: 77px;
	padding: 14px 0 27px;
	border-top: 6px solid #5e9e54;
}
.row-top-links {
	padding-bottom: 8px;
}

.top-acct {
    min-width: 321px;
}

.top-links,
.top-acct,
.top-search {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-acct,
.top-search {
	float: right;
}
.top-links > li,
.top-acct > li,
.top-search > li {
	float: left;
}
.top-links > li > a,
.top-acct > li > a {
	padding: 14px 9px 15px;
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #222;
	line-height: 16px;
}
.top-links > li:first-child > a {
	padding-left: 0;
}
.top-acct > li.acct-lnk > a {
	padding: 12px 0 13px;
}
.top-acct > li.acct-lnk > a > span {
	padding: 0 9px;
	display: inline-block;
}
.top-acct > li:first-child > a > span {
	border-right: 1px solid #bcbcbc;
}
.top-links > li:hover > a,
.top-links > li:focus > a,
.top-acct > li:hover > a,
.top-acct > li:focus > a {
	color: #5e9e54;
}
.top-links > li > a:hover,
.top-links > li > a:focus,
.top-acct > li > a:hover,
.top-acct > li > a:focus {
	color: #5e9e54;
}
.top-links .dropdown-menu,
.top-acct .dropdown-menu {
	margin-top: 0;
}
@media (max-width: 991px) {
    .top-acct {
        min-width:230px;
    }
	.top-links > li > a,
	.top-acct > li > a {
		padding: 14px 5px 15px;
		font-size: 13px;
	}
	.top-acct > li.acct-lnk > a > span {
		padding: 0 5px;
		display: inline-block;
	}
}
#header-cart,
.header-search {
	margin-top: 0;
}
#header-cart {
	padding-left: 9px;
	float:right;
}
#header-cart > .btn {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 9px;
	background-color: #ffcc00;
    border-color: #ffcc00;
	color: #505050;
}
#header-cart > .btn:hover,
#header-cart > .btn:focus,
#header-cart.open > .dropdown-toggle.btn-success:hover,
#header-cart.open > .dropdown-toggle.btn-success:focus {
	background-color: #ffd735;
    border-color: #ffd735;
	color: #505050;
}
.wrapper-logo {
	padding-right: 0;
	min-height:36px;
}
.logo {
	margin-top: 0;
}
.top-search {
	margin-top: 7px;
}
.header-search {
	width: 330px;
}
.header-search .form-control {
	height: 46px;
	border-color: #f5f5f5;
	background: #f5f5f5;
	border-right: none;
	color: #ababab;
	border-radius: 9px;
}
.header-search .form-control:focus {
	border-color: #f5f5f5;
	background: #f5f5f5;
	box-shadow: none;
	outline: none;
}
.header-search .btn {
	height: 46px;
	border-color: #f5f5f5;
	background: #f5f5f5;
	border-left: none;
	color: #ababab;
	border-radius: 9px;
}
.header-search .btn:hover,
.header-search .btn:focus {
	color: #000;
	border-color: #f5f5f5;
	background: #f5f5f5;
	box-shadow: none;
	outline: none;
}
.header-search .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 9px 0 0 9px;
}
@media (max-width: 991px) {
	.header-search {
		width: 230px;
	}
}
@media (max-width: 767px) {
	.wrapper-header {
		margin-bottom: 0;
   		padding: 14px 0 14px;
	}
	.wrapper-logo {
		padding-right: 15px;
	}
	.wrapper-logo .logo {
		width: 250px;
	}
	.top-search {
		width: 100%;
		float: right;
	}
	.header-search {
		width: 100%;
	}
	.header-search .form-control {
		height: 36px;
	}
	.header-search .btn {
		height: 36px;
	}
}
.header-dispatch {
	padding-left: 15px;
}
.wrap-dispatch-head h3 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #505050;
}
.wrap-dispatch-timer {
	text-align: center;
}
#site-offer-end {
	width: auto;
	display: inline-block;
	color: #616161;
	font-size: 22px;
	font-weight: 600;
}
#site-offer-end span {
	height: 28px;
	padding: 0 3px;
	margin: 0 3px;
	background: #ebebec;
	border-radius: 2px;
	display: inline-block;
	line-height: 28px;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.header-dispatch {
		margin-top: 10px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
}
/* Nav */
.wrapper-nav {
	position: absolute;
	top: 156px;
	width: 100%;
	background: #5e9e54;
	backface-visibility: hidden;
}
.wrapper-nav.active {
    width: 100%;
	height: 57px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
}
.wrapper-nav .nav > li > a {
	padding: 15px 2px 16px;
	font-size: 12.5px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-left: 1px solid #5e9e54;
	border-right: 1px solid #5e9e54;
}
.wrapper-nav .nav > li > a span {
	padding: 3px 4px;
	display: block;
}
.wrapper-nav .nav > li > a span.hotdeals {
	background: #d31211;
}
.wrapper-nav .nav > li > a:hover,
.wrapper-nav .nav > li > a:focus {
	color: #ffcc00;
}
.wrapper-nav .nav > li.dropdown-hover:hover > a,
.wrapper-nav .nav > li.dropdown-hover:focus > a {
	color: #5e9e54;
	background: #fff;
}
.wrapper-nav .nav > li.dropdown-hover > a:hover,
.wrapper-nav .nav > li.dropdown-hover > a:focus {
	color: #5e9e54;
	background: #fff;
}
.wrapper-nav .nav > li > a:hover span.hotdeals,
.wrapper-nav .nav > li > a:focus span.hotdeals {
	color: #ffcc00;
	background: #a00d0c;
}
.wrapper-nav .dropdown-menu {
	min-width: 300px;
	border-top: none;
	border-color: #5e9e54;
	box-shadow: none;
}
.wrapper-nav .dropdown-menu > li > a {
	padding: 2px 18px;
	font-size: 15px;
	font-weight: 700;
	color: #363636;
	text-transform: uppercase;
}
.wrapper-nav .dropdown-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.wrapper-nav .dropdown-menu ul a {
	padding: 2px 18px;
	display: block;
	font-size: 13px;
	color: #363636;
}
.wrapper-nav .dropdown-menu > li > a:hover,
.wrapper-nav .dropdown-menu > li > a:focus {
	background: #fff;
	color: #5e9e54;
}
.wrapper-nav .dropdown-menu ul a:hover,
.wrapper-nav .dropdown-menu ul a:focus {
	text-decoration: underline;
	color: #5e9e54;
}
@media (max-width: 1199px) {
	.wrapper-nav .nav > li > a {
		padding: 15px 2px 16px;
		font-size: 12px;
	}
	.wrapper-nav .dropdown-menu > li > a {
		padding: 2px 18px;
		font-size: 14px;
	}
	.wrapper-nav .dropdown-menu ul a {
		padding: 2px 18px;
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.wrapper-nav .nav > li > a {
		padding: 15px 1px 16px;
		font-size: 10px;
	}
	.wrapper-nav .nav > li > a span {
		padding: 3px 2px;
	}
	.wrapper-nav .dropdown-menu {
		min-width: 200px;
	}
	.wrapper-nav .dropdown-menu > li > a {
		padding: 2px 15px;
		font-size: 13px;
	}
	.wrapper-nav .dropdown-menu ul a {
		padding: 2px 15px;
		font-size: 11px;
	}
}
@media (max-width: 767px) {
	.wrapper-nav {
		position: static;
		top: 0;
	}
	.wrapper-nav.active {
		height: auto;
		position: static;
	}
	.wrapper-nav {
		margin-bottom: 20px;
	}
	.wrapper-nav .nav > li > a {
		padding: 10px 15px;
		font-size: 13px;
	}
	.wrapper-nav .nav > li > a span {
		padding: 0;
	}
}
/* USP */
.wrapper-usp {
	margin-bottom: 20px;
}
.usp {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}
.usp > li {
	padding: 0 3px;
	display: inline-block;
}
.usp > li:first-child {
	padding-left: 0;
}
.usp > li:last-child {
	padding-right: 0;
}
.usp > li .usp-img,
.usp > li .usp-text {
	width: auto;
	float: left;
	font-size: 13px;
	color: #505050;
	text-align: left;
}
.usp > li .usp-text {
	padding-left: 10px;
}
.usp > li .usp-text span {
	font-size: 11px;
}
@media (max-width: 1199px) {
	.usp > li .usp-text {
		font-size: 11px;
	}
}
@media (max-width: 991px) {
	.usp > li .usp-img img {
		width: 24px;
	}
	.usp > li .usp-text {
		padding-left: 5px;
		font-size: 9px;
	}
}
/* Thumbnail */
.row-best-seller {
	margin-left: -6px;
	margin-right: -6px;
}
.wrapper-bestseller {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 20px;
}
.row-best-seller-block {
	margin-left: -6px;
	margin-right: -6px;
}
.best-seller-img {
	padding-right: 0;
	padding-left: 6px;
}
.best-seller-img img {
	max-width: 100%;
}
.best-seller-info {
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
}
.best-seller-info h3 {
	margin-bottom: 5px;
	height: 32px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.best-seller-info .price {
	margin-bottom: 5px;
	height: 25px;
	overflow: hidden;
	font-size: 18px;
	color: #151616;
	font-weight: 600;
	font-style: italic;
}
.best-seller-info .btn {
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
}
.thumb_list .panel {
	border: none;
	box-shadow: none;
	background: url(../img/thumb-divider.jpg) no-repeat center bottom;
}
.thumb_list h3 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.thumb_list h3 a {
	color: #141313;
}
.prod-thumb-rating {
	font-size: 13px;
	margin-bottom: 15px;
}
.prod-thumb-rating i {
	color: #ffcc00;
	font-size: 14px;
}
.prod-thumb-rating-right {
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
}
.prod-thumb-rating-right .thumb-stars {
	margin-bottom: 5px;
	color: #ffcc00;
	font-size: 18px;
}
.prod-thumb-benefits ul {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
}
.prod-thumb-benefits ul li {
	position: relative;
	padding-bottom: 8px;
	padding-left: 27px;
	display: none;
}
.prod-thumb-benefits ul li:nth-child(1),
.prod-thumb-benefits ul li:nth-child(2),
.prod-thumb-benefits ul li:nth-child(3) {
	display: block;
}
.prod-thumb-benefits ul li:before {
	position: absolute;
	left: 0;
	top: 3px;
	content:'';
	width: 20px;
	height: 13px;
	background: url(../img/icon-logo-bullet.jpg) no-repeat left top;
	display: inline-block;
}
.thumb-mlp {
	margin-bottom: 7px;
	text-align: center;
}
.thumb-mlp table {
	width: 100% !important;
	border: 1px solid #5e9e54;
}
.thumb-mlp table td {
	border: none !important;
}
.thumb-price-box {
	display: block;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
	background: #73c167;
	border: 1px solid #5e9e54;
	text-align: center;
}
.thumb-price-box a.thumb-price {
    color: #fff;
    display: block;
    padding: 4px;
}
.thumb-price-box .thumbfrom {
	font-size: 16px;
	font-weight: 400;
}
.thumb-btn .btn {
	padding-left: 33px;
	padding-right: 33px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.wrap-pricing-list {
		margin-top: 15px;
	}
	.thumb-price-box {
		padding: 4px;
		font-size: 20px;
		font-weight: 700;
	}
	.thumb-price-box .thumbfrom {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.thumb-price-box {
		font-size: 20px;
		font-weight: 700;
	}
	.thumb-price-box .thumbfrom {
		font-size: 12px;
	}
}
@media (max-width: 500px) {
	.wrapper-bestseller {
		width: 100%;
	}
    .main-image {
        min-height: 476px;
    }	
}
/* Carousel */
#homepageCarousel {
	margin-bottom: 27px;
}
#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;
}
.carousel-control {
    top: 50%;
    left: -84px;
    bottom: auto;
    width: 64px;
	height: 63px;
	margin-top: -31px;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.carousel-control.right {
	left: auto;
	right: -84px;
}
@media (max-width: 1199px) {
	.icon-prevc,
	.icon-nextc {
		width: 24px;
		height: 23px;
		background-size: contain;
	}
	.carousel-control {
		padding: 5px;
		left: 0px;
		width: 36px;
		height: 35px;
		margin-top: -17px;
		background: #f9f9f9 !important;
		border: 1px solid #f0f0f0;
	}
	.carousel-control.right {
		right: 0px;
	}
}
@media (max-width: 767px) {
	.icon-prevc,
	.icon-nextc {
		width: 20px;
		height: 19px;
		background-size: contain;
	}
	.carousel-control {
		padding: 3px;
		left: auto;
		right: 28px;
		top: 0;
		width: 28px;
		height: 27px;
		margin-top: 0;
		font-size: 0;
	}
}
@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);
    }
}
/* Home */
.wrap-subvid,
.wrap-subban {
	width: 100%;
	height: 253px;
	float: left;
	margin-bottom: 25px;
}
.wrap-subban {
	cursor: pointer;
	text-indent: -9999px;
}
.wrap-subvid a {
	position: relative;
	width: 100%;
	height: 253px;
	display: block;
}
.wrap-subvid a i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -41px;
	margin-left: -42px;
}
.icon-play {
	width: 85px;
	height: 83px;
	display: inline-block;
	background: url(../img/icon-play.png) no-repeat left top;
}
#homepage-content {
	text-align: center;
}
@media (max-width: 991px) {
	.wrap-subvid,
	.wrap-subban {
		height: 193px;
	}
	.wrap-subvid a {
		height: 193px;
	}
}
@media (max-width: 767px) {
	.wrap-subvid,
	.wrap-subban {
		width: 304px;
		float: none;
		display: inline-block;
	}
	.wrap-subban {
		height: auto;
	}
	.wrap-subban img {
		max-width: 100%;
	}
	.wrap-subvid {
		height: 253px;
	}
	.wrap-subvid a {
		height: 253px;
	}
	.wrap-subban {
		cursor: pointer;
		text-indent: 0;
		background: none !important;
	}
	.home-subban {
		text-align: center;
	}
}
@media (max-width: 360px) {
	.wrap-subvid,
	.wrap-subban {
		width: 100%;
	}
}
/* Sidebar */
/* Panel/Sidebar */
#left-sidebar {
	background: url(../img/filter-divider.jpg) no-repeat right center;
}
#left-sidebar .panel-default {
	border: none;
	box-shadow: none;
}
#left-sidebar .panel-heading {
	padding: 8px 15px;
}
#left-sidebar .panel-default > .panel-heading {
    color: #505050;
    background-color: #fff;
    border: none;
	text-align: center;
}
#left-sidebar .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
#left-sidebar .list-group-item {
    background-color: #fff;
    border: none;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}
#left-sidebar .list-group h4 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #4c4c4c;
}
.ui-slider-horizontal {
    height: 16px !important;
	border-radius: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #e5e5e5 !important;
    background: none !important;
	background: #fff !important;
}
.ui-slider .ui-slider-handle {
    width: 21px !important;
    height: 21px !important;
}
.ui-widget-content {
    border: 1px solid #e5e5e5 !important;
    background: none !important;
	background: #73c167 !important;
}
.list-group > li + .filter > a:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #e5e5e5;
	display: inline-block;
}
.list-group > li + .filter-remove > a:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #73c167;
	display: inline-block;
}
.list-group > li + .filter > a:before,
.list-group > li + .filter-remove > a:before {
    margin-right: 12px;
}
@media (max-width: 767px) {
	#left-sidebar {
		background: none;
	}
}
/* Category */
.wrap-categ-desc {
	margin-bottom: 20px;
}
.categ-head {
	margin-bottom: 0;
	font-size: 19px;
	color: #3d3d3d;
	font-weight: 700;
}
.btn-text {
    padding: 6px 0;
}
.wrap-sortyby {
	width: 100%;
	padding: 7px 0;
	float: left;
	color: #fff;
	background: #505050;
}
/* Product */
#n_product h1 {
	margin-bottom: 25px;
	padding-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #141313;
	font-size: 39px;
	font-weight: 700;
	background: url(../img/upsell-head-divider.jpg) no-repeat center bottom;
}
.wrap-prod-vid-link {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.wrap-prod-vid-link a {
	color: #505050;
}
.wrap-prod-vid-link a i {
	margin-left: 7px;
}
.wrap-prod-benefits ul,
.productdetails ul {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
}
.wrap-prod-benefits ul li {
	position: relative;
	padding-bottom: 8px;
	padding-left: 27px;
	display: none;
}
.productdetails ul li {
	position: relative;
	padding-bottom: 8px;
	padding-left: 27px;
}
.wrap-prod-benefits ul li:nth-child(1),
.wrap-prod-benefits ul li:nth-child(2),
.wrap-prod-benefits ul li:nth-child(3),
.wrap-prod-benefits ul li:nth-child(4),
.wrap-prod-benefits ul li:nth-child(5) {
	display: block;
}
.wrap-prod-benefits ul li:before,
.productdetails ul li:before {
	position: absolute;
	left: 0;
	top: 3px;
	content:'';
	width: 16px;
	height: 16px;
	background: url(../img/tick_bullet_point.png) no-repeat left top;
	display: inline-block;
}
.wrap-prod-benefits ul li:before {
	background: url(../img/icon-logo-bullet.jpg) no-repeat left top;
	width: 20px;
	height: 13px;
}
.wrap-var-prod {
	padding-right: 150px;
}
.variation-name {
    padding-right: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #535353;
}
.wrap-qtyfield-head {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #535353;
}
.wrap-qtyfield .form-control {
	border-color: #5e9e54;
	text-align: left !important;
}
.specificdrop {
	border: 1px solid #5e9e54;
}
.specificdrop select {
	line-height: 42px !important;
	height: 42px !important;
	border: none !important;
}
.specificdrop select:focus {
	box-shadow: none !important;
	outline: none !important;
}
.wrap-prod-rating {
	margin-bottom: 25px;
	text-align: center;
	font-size: 14px;
}
.wrap-prod-rating .thumb-stars {
	margin-bottom: 5px;
	color: #ffcc00;
	font-size: 18px;
}
.productpricetext {
	padding: 4px;
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 42px;
	background: #73c167;
	border: 1px solid #5e9e54;
	text-align: center;
}
.wrap-prod-addbtn {
	margin-top: 20px;
}
.wrap-prod-addbtn .btn {
	text-transform: uppercase;
	font-weight: 600;
}
.wrap-pricing-list .table-multilevel {
	margin-top: -1px;
	margin-bottom: 7px;
	border: 1px solid #5e9e54;
	text-align: center;
	font-size: 13px;
}
.wrap-content {
    height: 16px;
}
.table-multilevel.table-bordered > thead > tr > th,
.table-multilevel.table-bordered > tbody > tr > th,
.table-multilevel.table-bordered > tfoot > tr > th,
.table-multilevel.table-bordered > thead > tr > td,
.table-multilevel.table-bordered > tbody > tr > td,
.table-multilevel.table-bordered > tfoot > tr > td {
    border: none;
}
.table-multilevel.table > thead > tr > th,
.table-multilevel.table > tbody > tr > th,
.table-multilevel.table > tfoot > tr > th,
.table-multilevel.table > thead > tr > td,
.table-multilevel.table > tbody > tr > td,
.table-multilevel.table > tfoot > tr > td {
    border-top: none;
}
.table-multilevel.table > thead > tr > th {
    border-bottom: none;
}
.table-multilevel th {
	text-align: center !important;
	font-size: 18px;
	font-weight: 600;
	color: #2b2b2b;
}
.table-multilevel.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ddd;
}
.bulk-discount {
	width: 48.7%;
	float: left;
	margin: 2px 0;
}
.table-multilevel .bulk-discount:nth-last-child(2),
.table-multilevel .bulk-discount:last-child {
    margin-bottom:0;
}
.table-multilevel .count-2,
.table-multilevel .count-3,
.table-multilevel .count-7,
.table-multilevel .count-8,
.table-multilevel .count-11,
.table-multilevel .count-12,
.table-multilevel .count-15,
.table-multilevel .count-16 {
	background-color: #ddd;
	padding: 0;
}
.bulk-discount:nth-child(odd) {
    border-right: 1px solid #000;
}
.nav-tabs {
	background: #505050;
	border-bottom: none;
}
.nav-tabs > li {
  	margin-bottom: 0;
}
.nav-tabs > li > a {
	padding-left: 26px;
	padding-right: 26px;
  	margin-right: 0;
  	line-height: 1.42857143;
  	border: none;
  	border-radius: 0px 0px 0 0;
	color: #fff;
	text-transform: uppercase;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background: #505050;
	color: #e5e86c;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #505050;
  background-color: #e5e86c;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
@media (max-width: 991px) {
	.wrap-prod-right-pricing {
		margin-top: 20px;
	}
	.nav-tabs > li > a {
		padding-left: 18px;
		padding-right: 18px;
	}
	.wrap-var-prod {
		padding-right: 15px;
	}
}
.panel-product.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-product .panel-default {
	border: none;
	box-shadow: none;
}
.panel-product .panel-heading {
	padding: 0;
}
.panel-product .panel-heading h4 a {
	display: block;
	padding: 14px 16px;
}
.panel-product .panel-body {
	border: none !important;
}
.panel-product .panel-title a {
	background: #e5e86c;
	color: #505050;
	font-size: 14px;
	font-weight: 700;
}
.panel-product .panel-title a:before{
	width: 24px;
    content: "\f146";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#505050;
}
.panel-product .panel-title a.collapsed {
	background: #505050;
	color: #fff;
}
.panel-product .panel-title a.collapsed:before {
	width: 24px;
    content: "\f0fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#fff;
}
/* Payment */
.wrapper-payment {
	margin-top: 30px;
}
.footer-payment {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}
.footer-payment li {
	padding: 5px 25px;
	display: inline-block;
	vertical-align: middle;
}
.icon-visa {
	width: 77px;
	height: 23px;
	background: url(../img/visa.jpg) no-repeat left top;
}
.icon-mastercard {
	width: 70px;
	height: 43px;
	background: url(../img/mastercard.jpg) no-repeat left top;
	background-size: contain;
}
.icon-paypal {
	width: 162px;
	height: 42px;
	background: url(../img/paypal.jpg) no-repeat left top;
}
.icon-bankdeposit {
	width: 119px;
	height: 42px;
	background: url(../img/banktransfer.jpg) no-repeat left top;
}
/* Newsletter */
.wrapper-newslet {
	margin-top: 20px;
	padding: 24px 0 19px;
	background: #73c167;
}
.wrap-newslet-head {
	position: relative;
	width: auto;
	padding: 0 70px 0 93px;
	float: left;
	color: #fff;
}
.wrap-newslet-head:before {
	position: absolute;
	left: 0;
	top: 0;
	content:'';
	width: 73px;
	height: 48px;
	display: inline-block;
	background: url(../img/logo-white.jpg) no-repeat left top;
}
.wrap-newslet-head:after {
	position: absolute;
	right: 0;
	top: 0;
	content:'';
	width: 58px;
	height: 30px;
	display: inline-block;
	background: url(../img/newslet-arrow.jpg) no-repeat left top;
}
.wrap-newslet-head h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.wrap-newslet-head p {
	margin-bottom: 0;
	font-size: 19px;
	line-height: 19px;
}
.wrap-newslet-field {
	width: 394px;
	float: right;
}
.wrap-newslet-field .btn {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0 !important;
	height: 40px;
	font-size: 13px;
	text-transform: uppercase;
}
.wrap-newslet-field .form-control {
	height: 40px;
	border-color: #fff;
}
.wrap-newslet-field .form-control:focus {
	border-color: #fff;
	box-shadow: none;
	outline: none;
}
.wrap-newslet-field .btn:focus {
	outline: none;
}
@media (max-width: 1199px) {
	.wrap-newslet-field {
		width: 354px;
	}
}
@media (max-width: 991px) {
	.wrap-newslet-head {
		width: 100%;
		padding: 0 0 0 93px;
	}
	.wrap-newslet-field {
		width: 100%;
		margin-top: 15px;
	}
	.wrap-newslet-head:after {
		background: none;
	}
}
@media (max-width: 567px) {
	.wrap-newslet-head h3 {
		font-size: 20px;
	}
	.wrap-newslet-head p {
		font-size: 14px;
	}
}
/* Footer Links */
.wrapper-footer-links {
	padding: 20px 0;
	background: #2a2a2a;
}
.row-footer-brands {
	padding-bottom: 20px;
}
.row-footer-brands ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}
.row-footer-brands ul li {
	padding: 5px 18px;
	display: inline-block;
	vertical-align: middle;
}
.row-footer-brands ul li:first-child {
	padding-left: 0;
}
.row-footer-brands ul li:last-child {
	padding-right: 0;
}
.wrap-footer-menu {
	width: 20%;
}
.wrapper-footer-links h4 {
	font-size: 15px;
	color: #e5e86c;
}
.wrapper-footer-links h4 a {
	color: #e5e86c;
	display: block;
}
.wrapper-footer-links .nav {
	margin-bottom: 20px;
}
.wrapper-footer-links .nav .nav {
	margin-bottom: 0;
}
.wrapper-footer-links .nav > li > a {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #f6f6f6;
}
.wrapper-footer-links .nav > li.fmenu-sub > a {
	font-size: 13px;
	font-weight: 700;
}
a.fmenu-bold {
    font-weight: bold;
	font-size: 14px !important;
}
.wrapper-footer-links .nav > li > a:hover,
.wrapper-footer-links .nav > li > a:focus {
	background: none;
	color: #e5e86c;
}
@media (max-width: 767px) {
	.wrapper-footer-links {
		text-align: center;
	}
	.wrap-footer-menu {
		width: 100%;
	}
}
/* Footer */
.wrapper-footer {
	padding: 7px 0;
	background: #4a4a4a;
}
.wrapper-footer address {
	margin-bottom: 0;
	font-size: 12px;
	color: #e4e4e4;
}
.wrapper-footer address .icon-logo {
	width: 36px;
	height: 24px;
	background-size: contain;
	margin-right: 11px;
}
.wrapper-footer address span {
	vertical-align: middle;
	display: inline-block;
}
.wrapper-footer .wrapper-list-social {
	position: relative;
	width: auto;
	float: right;
}
.wrapper-footer .wrapper-list-social h4 {
	position: absolute;
	top: -30px;
	width: 100%;
	margin-bottom: 0;
	color: #d5d5d5;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}
.wrapper-list-social .list-social {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrapper-list-social .list-social li {
	padding: 0 3px;
	float: left;
}
.wrapper-list-social .list-social li a {
	width: 52px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 32px;
	color: #dbdbdb;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	  transition: opacity .3s;
}
.bg-facebook {
	background: #3b5998;
}
.bg-twitter {
	background: #00acee;
}
.bg-gplus {
	background: #dd4b39;
}
.bg-ytube {
	background: #c4302b;
}
.bg-ig {
	background: #3f729b;
}
.bg-pin {
	background: #c8232c;
}
.bg-tmblr {
	background: #34526f;
}
.bg-linkedin {
	background: #0e76a8;
}
.wrapper-list-social .list-social li a:hover,
.wrapper-list-social .list-social li a:focus {
	color: #fff;
	opacity: 0.8;
}
@media (max-width: 767px) {
	.wrapper-footer .wrapper-list-social {
		width: 100%;
		margin-top: 10px;
		float: right;
	}
	.wrapper-footer .wrapper-list-social h4 {
		position: static;
		top: 0;
		margin-bottom: 5px;
	}
	.wrapper-list-social .list-social {
		width: 100%;
	}
	.wrapper-list-social .list-social li {
		padding: 0 3px;
		float: none;
		display: inline-block;
	}
}
@media (max-width: 767px) {
	#mob-menu,
	#mob-menu ul {
		list-style:none;
	}
	#mob-menu .collapse-menu{
		padding: 0;
		padding: 0 15px;
	}
	#mob-menu li a,
	#mob-menu-cat li a{
		color: #fff;
		font-size: 13px;
	}
	#mob-menu .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 15px 13px;
	}
	#mob-menu .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu .mob-drop:after{
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
	}
	#mob-menu .mob-drop.collapsed{
		color: #fff;
	}
	#mob-menu .mob-drop.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}
	#mob-menu .collapse-menu li.open > a,
	#mob-menu .collapse-menu li.open > a:hover,
	#mob-menu .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}
	#mob-menu-cat {
		list-style:none;
	}
	#mob-menu-cat ul {
	  list-style: none;
	}
	#mob-menu-cat .collapse-menu{
		padding: 0;
		padding: 0 15px;
	}
	#mob-menu-cat .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu-cat .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 25px 13px;
		border-top: none;
 		 box-shadow: none;
	}
	#mob-menu-cat .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu-cat .dropdown-menu-horizontal li a:hover{
		background: none;
	}
	#mob-menu-cat .mob-drop:after{
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
	}
	#mob-menu-cat .mob-drop.collapsed{
		color: #fff;
	}
	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}
	#mob-menu-cat .collapse-menu li.open > a,
	#mob-menu-cat .collapse-menu li.open > a:hover,
	#mob-menu-cat .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}
}
/* Others */
.nactivity {
	display: none;
}
.nsearchinput-pl.well ul li img{
	height: auto !important;
}
.productdetails p:first-child {
    margin-bottom: 10px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
#n_product .tab-content{
	padding-top: 5px;
}
#n_product .tab-content .productdetails{
	margin-top: 5px;
}
a.thumb-price {
    color: #fff;
}
.js-select-option {
	margin-bottom: 10px;
}

.product-wishlist {
	text-align: center;
    margin-top: 12px;
}

.login-usp {
	padding: 15px;
	border: 1px solid #ccc;
}

.login-usp ul {
	list-style: none;
	padding-left: 0;
}

.login-usp li {
	background: url("../img/tick_bullet_point.png") left center no-repeat;
	padding-left: 25px;
}

.margin-20 {
	margin-top: 20px;
}

#about-us .icon {
    height: 29px;
    padding-left: 35px;
    padding-top: 5px;
    background: url(../img/about-us.png) left top no-repeat;
}

#about-us .icon.philosophy {
    background-position: left 8px;
}

#about-us .icon.nutrition {
    background-position: left -49px;
}

#about-us .icon.prices {
    background-position: left -110px;
}

#about-us .icon.supplements {
    background-position: left -172px;
}

#about-us .icon.stimulant {
    background-position: left -235px;
}

#about-us .icon.quality {
    background-position: left -300px;
}

#about-us .icon.service {
    background-position: left -433px;
}
.fa-star {
    color: #ffcc00;
}
.fa-star-o {
    color: #ffcc00;
}

.wrapper-list-social .list-social li:nth-child(even) {
	clear: left;
}

.secure-icons {
	padding: 10px; 
	background: white;
	margin-top: 10px;
	border-radius: 5px;
	display: inline-block;
}

.first-icon {
	margin-top: 0;
}

.section-margin {
	margin-top: 20px;
}
.article{
	margin-bottom: 10px;
}