@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800');

body {
	font: 14px "Poppins", Helvetica, Arial, sans-serif;
	color: #052f2e;
	background: #ffffff;
}
/* Global Paddings */
	.padding-tb-big{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.padding-tb-med{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.padding-tb-small{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.padding-tb-tin{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.padding-t-big{
		padding-top: 100px;
	}
	.padding-t-med{
		padding-top: 50px;
	}
	.padding-t-small{
		padding-top: 20px;
	}
	.padding-t-tin{
		padding-top: 10px;
	}
    .padding-t-xs {
        padding-top: 4px;
    }
	.padding-b-big{
		padding-bottom: 100px;
	}
	.padding-b-med{
		padding-bottom: 50px;
	}
	.padding-b-small{
		padding-bottom: 20px;
	}
	.padding-b-tin{
		padding-bottom: 10px;
	}

	.padding-tb-none,
	.padding-tb-none .vc_col-sm-12 {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
    .padding-r-none {
        padding-right: 0px;
    }
    .margin-b-none {
        margin-bottom: 0px;
    }
	.full-width .site-content .entry-content, .full-width .vc_col-sm-12 {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

/* Side Paddings ( left, right ) */
	.padding-side-big{
		padding-left: 20%;
		padding-right: 20%;
	}
	.padding-side-med{
		padding-left: 10%;
		padding-right: 10%;
	}
	.padding-side-small{
		padding-left: 5%;
		padding-right: 5%;
	}
	.padding-side-tin{
		padding-left: 2%;
		padding-right: 2%;
	}
    .padding-t-responsive {
        padding-top:110px;
    }
@media only screen and (max-width:994px) {
    .padding-t-responsive {
        padding-top:200px;
    }
}
@media only screen
and (max-width:768px) {
	/* Global Paddings */
	.padding-tb-big{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding-tb-med{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.padding-tb-small{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.padding-t-big{
		padding-top: 30px;
	}
	.padding-t-med{
		padding-top: 20px;
	}
	.padding-t-small{
		padding-top: 10px;
	}
	.padding-b-big{
		padding-bottom: 30px;
	}
	.padding-b-med{
		padding-bottom: 20px;
	}
	.padding-b-small{
		padding-bottom: 10px;
	}
    .padding-t-responsive {
        padding-top:220px;
    }
	/* End of Global Paddings */
}

.tabbable p, .blog-content p {
	line-height: 22px;
}

.logo, img {
	margin-top: 0;
	max-width: 80%;
}

a:hover,
a:focus {
	text-decoration: none;
}

a, .btn, #header-cart, .thumbnail-category {
  -o-transition: background .3s, border-color .3s;
  -ms-transition: background .3s, border-color .3s;
  -moz-transition: background .3s, border-color .3s;
  -webkit-transition: background .3s, border-color .3s;
  transition: background .3s, border-color .3s;
}

.form-control,
.label {
	border-radius: 0;
}

@keyframes bounce {
  0%,100%,20%,53%,80% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  40%,43% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  70% {
    -webkit-transform: translate3d(0,-12px,0);
    transform: translate3d(0,-12px,0)
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}

.carousel-control.left,
.carousel-control.right {
	background-image:transparent !important;
	background:none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.wrapper-carousel {
    position: relative;
}

#carousel-container {
  	position: absolute;
  	display: block;
  	top: 0;
  	left: 0;
  	right: 0;
	height: 100%;
}

.carousel-caption {
	left: 0%;
	right: 0%;
	top: 26%;
	bottom: auto;
	padding: 0;
	text-align: center;
}

#1 .carousel-caption {
    left: 0%;
    right: 0%;
    top: 40%;
}

.carousel-caption h1 {
	margin: 0 0 25px;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none !important;
	text-shadow: none !important;
	font-weight: 400;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#1 .carousel-caption h1 {
    font-size: 65px!important;
    line-height: 59px!important;
}



.carousel-caption > p {
	margin: 0 0 25px;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none !important;
	text-shadow: none !important;
	font-weight: 400;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.carousel-caption > span {
	margin-top: 10px;
	padding: 12.5px 29px;
	font-size: 15px;
	font-weight: 700;
	text-shadow: none !important;
	text-transform: uppercase;
	background: #83be38;
	border-radius: 0px;
	display: inline-block;
}

.carousel-caption > span:hover,
.carousel-caption > span:focus {
	background-color: #4f9022;
}
@media (max-width: 1199px) {
	.carousel-caption {
		top: 40%;
	}
}

@media (max-width: 1100px) {
	.carousel-caption {
		top: 40%;
	}
}

@media (max-width: 991px) {
	.carousel-caption {
		top: 40%;
	}

	.carousel-caption h1 {
		font-size: 33px;
		line-height: 33px;
	}

	.carousel-caption > p {
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
	}
}

@media (max-width: 800px) {
	.carousel-caption h1 {
		font-size: 28px;
		line-height: 28px;
	}

	.carousel-caption > p {
    font-size: 12px;
    line-height: 20px;
	}

	.carousel-caption > span {
		padding: 8.5px 20px;
		font-size: 14px;
	}
}

.navbar-default .navbar-collapse {
	padding: 0;
}

.wrapper-navigation .navbar-responsive-collapse ul.nav.navbar-nav>li:last-child a {
	background: url('/assets/images/sale-ico.png');
	background-repeat: no-repeat;
	background-position: 18px center;
	background-size: 33px auto;
	padding-left: 60px;
	padding-right: 10px;
}

.wrapper-navigation ul.nav.navbar-nav>li:last-child a:hover {
	color:#E4E3E3;
}

@media(max-width:767px) {
	.carousel-caption {
		top: 40%;
	}
	.wrapper-navigation .navbar-category-collapse ul.nav.navbar-nav>li:nth-child(10) a {
		background: url('/assets/images/sale-ico.png');
		background-repeat: no-repeat;
		background-position: 18px center;
		background-size: 33px auto;
		padding-left: 60px;
		padding-right: 10px;
	}
}

@media (max-width: 500px) {
	.carousel-caption {
		left: 5%;
		right: 0%;
		top: 40%;
	}

	.carousel-caption h1 {
		font-size: 18px;
		line-height: 18px;
	}

	.carousel-caption > span {
    margin-top: 0;
    padding: 6.5px 15px;
    font-size: 14px;
	}
}

@media (max-width: 320px) {
	.carousel-caption {
		left: 5%;
		top: 40%;
	}
}

@media (min-width: 768px) {
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}

@media (max-width: 1023px) {
	.container {
		width: 96%;
	}
}

.color-green{
	color: #65b92c;
}
.no-padding {
	padding:0px;
}


/* Start Header */
.wrapper-top-links {
	background: #F1F1F1;
	background: url('/assets/images/header-bg.jpg');
    background-size: 100% 100%;
}

.header-phone {
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
    float: right;
    width: auto;
    padding-right: 0px;
    position: relative;
    top: 4px;
}

.header-phone p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f095";
    color: #65b92c;
    font-size: 21px;
    margin-right: 5px;
}

.social-sidebar {
    position: fixed;
    top: 300px;
    right: 0;
    width: auto;
    z-index: 1000;
    padding-right: 0px;
}

@media (max-width: 920px) {
.social-sidebar {
    top: 230px;
}
}

.wrapper-top-links .list-social {
	padding: 0;
	margin: 1.5px 0;;
	list-style: none;
	font-size: inherit;
	overflow: hidden;
}

.wrapper-top-links .list-social li {
	float: none;
	margin-right: 0px;
	margin-bottom: 2px;
}

.wrapper-top-links .list-social li > a {
  width: 40px;
  line-height: 41px;
  height: 40px;
  font-size: 31px;
  background: #ffffff;
  text-align: center;
  display: block;
  font-size: 25px;
  background: #0D3332;
  border-radius: 0;
}

.wrapper-top-links .list-social li > a:hover,
.wrapper-top-links .list-social li > a:focus {
	background: #65b92c;
}

.wrapper-top-links .list-social li > a:hover .fa,
.wrapper-top-links .list-social li > a:focus .fa {
	color: #ffffff;
}

.wrapper-top-links .list-social li > a .fa {
	color: white;
}

.header-free-shiping {
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    float: right;
    margin-top: 10px;
    padding-right: 0px;
}
.homepage-insights {
    text-align: center;
}

.insights-subtitle {
	font-size: 22px;
	font-weight: 600;
}

.custom-btn {
	background: #65b92c none repeat scroll 0 0;
	border-radius: 0px;
	color: #ffffff;
	padding: 10px 25px;
	font-size: 15px;
}

@media (max-width: 767px) {
.header-free-shiping {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    margin-top: 12px;
    line-height: 18px;
}
}

.header-free-shiping span {
	color: #65b92c;
}
.header-phone span {
	color: #65b92c;
}

.wrapper-top-links .navbar-nav {
	float: right;
}

.wrapper-top-links .navbar-nav > li > a {
	padding: 13.5px 15px;
	font-size: 14px;
	color: #2F2F2F;
}

.wrapper-top-links .navbar-nav > li > a:hover,
.wrapper-top-links .navbar-nav > li > a:focus,
.wrapper-top-links .navbar-nav > li:hover > a,
.wrapper-top-links .navbar-nav > li:focus > a,
.header-search .btn-default:hover,
.header-search .btn-default:focus,
#header-cart > a:hover,
#header-cart > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #65b92c;
	color: #ffffff;
}

.wrapper-top-links .navbar-nav .dropdown-menu {
	z-index: 99999;
}

.header-cart-wrapper {
    float: right;
}

.wrapper-logo {
	margin-top: -56px;
}

@media (min-width: 1440px) {
.search-wrapper {

}
.wrapper-logo {

}
}

@media (max-width: 767px) {
	.wrapper-logo {
		text-align: center;
		width: 50%;
		margin-left: 25%;
		margin-top: 0px;
	}
}

.header-search,
#header-cart {
	margin-top: 0;
}

.header-search .btn-default,
.header-search .form-control {
    border-color: #DCDCDC!important;
}

#header-cart {
	margin-top: 0px !important;
	float: right;
}

.header-search {
	margin: 3px 0 5px;
	width: 430px;
	float: right;
}

@media (max-width: 1200px) {
.header-search {
    margin-top: 0px;
}
}

@media (max-width: 767px) {
	.header-search {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.navigation-list li a {
		color: #ffffff;
	}
}

@media (max-width: 400px) {
	.navigation-list li {
		width: 23.5%;
	}
}

.header-search .btn-default,
.header-search .form-control,
.search-results-search .form-control,
.search-results-search .btn-default {
	padding: 0 12px;
	height: 40px;
  	line-height: 38px;
	box-shadow: none;
	border-color: #ebebeb;
	box-shadow: none !important;
}

.header-search .form-control,
.search-results-search .form-control {
	border-right: none;
	box-shadow: none !important;
}

.header-search .btn-default {
	margin-left: 0;
	font-size: 20px;
	color: #555555;
	border-left: none;
	border-radius: 0;
}

.wrapper-header {
	padding: 5px 0 10px;
}

.wrapper-assurance,
#header-cart {
	margin-top: 20px;
	position: relative;
}

@media (max-width: 991px) {
	.wrapper-assurance > .row {
		margin: 0 -7.5px;
	}

	.wrapper-assurance > .row > div {
		padding: 0 7.5px;
	}

	.thumbnail-assurance {
    margin-top: 7px;
	}
}

@media (max-width: 767px) {
	.thumbnail-assurance {
		margin-top: 0;
	}
}

.wrapper-assurance-container .col-sm-4 {
	padding: 0px 2px;
	position: relative;
	bottom: 1px;
}

#header-cart > a {
	padding: 16px 5px 8px;
	font-size: 14px;
	background: none;
	color: #2F2F2F;
	float: left;
}

#header-cart > a.btn-cart {
	margin-right: 1px;
	padding: 15px 11px 8px;
	font-size: 20px;
	line-height: 20px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: none;
}

@media (max-width: 1199px) {

	#header-cart > a {
		padding: 11px 5px 8px;
	}

	#header-cart > a.btn-cart {
		padding: 10px 11px 8px;
	}
}

@media (max-width: 991px) {
	#header-cart > a.btn-cart {
		padding: 10px 9px 8px;
	}
}

#cartcontentsheader {
	padding-left: 15px !important;
}

#header-cart .dropdown-toggle {
	padding-right: 15px !important;
	border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cart-count {
	position: absolute;
	top: 11px;
	left: -31px;
	font-size: 12px;
	color: #FBFBFB;
	background: #E8C617;
	width: 27px;
	height: 27px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
}

 #header-cart > .btn-cart:hover {
    color: #65b92c;
}

/* End Header */

/* Start Navigation */
.wrapper-navigation,
.navbar-default {
	background: #51a01c;
}

.wrapper-navigation {
	/* margin-bottom: 20px; */
}

#n_home .wrapper-navigation {
	margin-bottom: 0px;
}

.navbar-default {
	margin: 0;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
	padding: 15px 33px;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 24px;
	}
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		padding: 15px 30px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
		padding: 10px 15px;
	}

	.navbar-default .navbar-nav > li > a.active .fa::before {
		content: "\f078";
	}
	/*
	.navbar-default .navbar-nav > li > a .fa,
	.collapse-menu .fa {
    float: right;
    position: relative;
    top: 3px;
	}
	*/
	.collapse-menu .fa {
		top: 4px;
	}

	.list-inline {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#mobile-nav .collapse-menu,
	#mobile-nav-category .collapse-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		background: #bdd137;
    border-bottom: 1px solid #ffffff;
	}

	#mobile-nav .collapse-menu > li > a,
	#mobile-nav-category .collapse-menu > li > a {
		font-weight: 300;
		color: #ffffff;
		padding: 5px 30px;
		display: block;
		border-top: 1px solid #ffffff;
	}
	#mobile-nav  #collapse-menu-diet > li > a {
		font-weight: 300;
		color: #ffffff;
		padding: 10px 0px;
		padding-left: 12px;
		display: block;
		border-top: 1px solid #ffffff;
		background: #bdd137;
	}
	#collapse-menu-diet > li {
		padding:0px;
	}
	#collapse-menu-diet > li:hover {
		background:none;
		color: #fff;
	}
	#collapse-menu-diet > li:last-child{
		margin-bottom:10px;
	}
	#collapse-menu-diet li  img{
		width: 38px;
		margin-right: 16px;
	}
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: #bdd137;
	color: #ffffff;
}

.product-category {
	position: static !important;
}

.product-category > li > a .dropdown-menu {
	width: 100%;
}

.navbar-default .dropdown-menu {
	padding: 0px 0;
	border-radius: 0;
	border: none;
	box-shadow: 0px 2px 4.5px 0.5px rgba(0, 0, 0, 0.2);
}

.navbar-default .product-category > .dropdown-menu > li,
.navbar-default .product-brands,
.navbar-default .product-diet {
  position: static;
}

.navbar-default .product-category > .dropdown-menu > li .dropdown-menu-horizontal {
	padding: 0;
	top: 0;
	margin-top: 0;
	width: 100%;
	min-height: 481px;
	min-width: 920px;
}

.navbar-default .product-category > .dropdown-menu > li > a {
	padding: 8px 78px 8px 6px;
	font-size: 15px;
	color: #052f2e;
	display: block;
	position: relative;
	font-weight: bold;
}

.dropdown-menu {
    background-color: #fff;
}

@media (max-width: 1199px) {
	.navbar-default .product-category > .dropdown-menu > li .dropdown-menu-horizontal {
		min-width: 670px;
	}
}

@media (max-width: 991px) {
	.navbar-default .product-category > .dropdown-menu > li .dropdown-menu-horizontal {
		min-width: 490px;
	}

	.navbar-default .product-category > .dropdown-menu > li > a {
		padding: 7px 60px 7px 15px;
	}

	.navbar-default .product-category > .dropdown-menu > li > a span {
		margin-left: 5px;
	}
}

.sub-category {
	margin: 0;
	padding: 15px 0 0;
	float: left;
	width: 100%;
	min-height: 351px;
	list-style: none;
}

.sub-category > li {
	float: left;
	width: 33%;
}

.sub-category > li > a {
    padding: 5px 0px 9px 40px;
    font-size: 15px;
    line-height: 14px;
    font-weight: normal;
    color: #052f2e;
    display: block;
}

.wrapper-feature-product {
	padding: 15px 0 0;

}

@media (max-width: 1199px) {
	.sub-category > li > a {
		padding: 5px 0 5px 15px;
	}
}

@media (max-width: 991px) {
	.sub-category {
	  width: 100%;
	}

	.wrapper-feature-product {
		width: 35%;
		display: none;
	}
}

@media (max-width: 767px) {
	.sub-category,
	.wrapper-feature-product,
	.product-category {
		display: none;
	}
}

.sub-category > li > a:hover,
.sub-category > li > a:focus {
	color: #83be38;
}

.navbar-default .dropdown-menu > li > a img {
	width: 50px;
}

.navbar-default .product-category > .dropdown-menu > li > a span {
  margin-left: 10px;
}

.navbar-default .product-category .dropdown-menu > li > a .fa {
	position: absolute;
	top: 28%;
	right: 13%;
}

.navbar-default .dropdown-menu > li:hover > a,
.navbar-default .dropdown-menu > li:focus > a,
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
	background: #bdd137;
	color: #ffffff;
}

.product-category .thumbnail {
	margin: 0;
	padding: 0;
	border: none;
}

.product-category .thumbnail .caption {
	padding-top: 0;
}

@media (max-width: 1199px) {
	.product-category .thumbnail .caption {
		padding: 20px 0 0;
	}
}

.short-desc {
  margin: 30px 0 0 0;
}

.product-brands .dropdown-menu,
.product-diet .dropdown-menu {
  padding: 0px 15px 30px;
	width: 100%;
}

.product-brands .dropdown-menu > li:hover,
.product-brands .dropdown-menu > li:focus {
  -webkit-animation: bounce 0.8s;
  animation: bounce 0.8s;
}

.product-diet .dropdown-menu > li:hover,
.product-diet .dropdown-menu > li:focus,
.product-diet .dropdown-menu > li:hover > a,
.product-diet .dropdown-menu > li:focus > a   {
	-webkit-animation: bounce 0.8s;
  animation: bounce 0.8s;
	background: none !important;
	color: #052f2e !important;
}

.wrapper-brand > a {
  margin-top: 25px;
  display: block;
  color: #052f2e;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-brands {
	margin: 40px 15px 0 0;
	padding: 9px 20px 6px;
	float: right;
	background: #83be38;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.product-diet .dropdown-menu > li > a {
	margin-top: 30px;
	font-weight: bold;
	color: #052f2e;
}

.product-diet .dropdown-menu > li a img {
	width: 36px;
}
/* End Navigation */

/* Start Homepage */
.wrapper-assurance-container {
	position: absolute;
    bottom: -7px;
    width: 100%;
    z-index: 1;
}

.wrapper-assurance-container .wrapper {
    display: table;
    margin: auto;
}

.wrapper-assurance-container-breadcrumb .wrapper-assurance {
    margin-top: 0px!important;
}

@media (max-width: 900px) {
.wrapper-assurance-container {
    position: absolute;
    padding: 0;
}
}

.wrapper-assurance-container-breadcrumb {
    position: relative;
    padding: 0;
}

@media (max-width: 767px) {
.wrapper-assurance-container {
    position: relative;
    padding: 0;
}
.wrapper-assurance-container-breadcrumb .wrapper-assurance {
    margin-top: 0px!important;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
}

.thumbnail-assurance a {
    background: rgba(31, 38, 45, 0.8);
	padding: 3px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper-assurance-container-breadcrumb .thumbnail-assurance a {
    background: rgba(31, 38, 45, 0);
    padding: 15px;
	padding-top: 0px;
    width: 100%;
	color:black;
}
@media (max-width: 900px) {
.wrapper-assurance-container-breadcrumb .thumbnail-assurance a {
    padding: 5px;
}
}

.thumbnail-assurance a:hover{
    background: rgba(31, 38, 45, 0.9);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.wrapper-assurance-container-breadcrumb .thumbnail-assurance a:hover {
    background: rgba(31, 38, 45, 0);
    /*padding: 15px;*/
	padding-top: 0px;
    width: 100%;
	color: #65b92c;
}

.wrapper-assurance-container-breadcrumb .thumbnail-assurance a:hover>.wrapper-assurance-container-breadcrumb .thumbnail-assurance .add-text {
	color: #65b92c;
}

@media (max-width: 767px) {
	.thumbnail-assurance a {
		background: none;
		text-align: center;
		padding: 0;
	}
	.thumbnail-assurance a:hover{
		background: none;
	}
}

.thumbnail-assurance a img {
    width: auto;
    margin-left: 0px;
}

.wrapper-assurance-container-breadcrumb .thumbnail-assurance a img {
    width: auto;
	margin-left: 0px;
}

@media (max-width: 900px) {
	.thumbnail-assurance a img {
		width: auto;
		margin-left: 0px;
	}
}

@media (max-width: 768px) {
	.thumbnail-assurance a img {
		width: auto;
		margin-left: 0px;
	}
}

.thumbnail-assurance .add-text {
    color: white;
    display: inline-block;
    margin-left: 25px;
    margin-top: 12px;
    font-size: 18px;
}

.wrapper-assurance-container-breadcrumb .thumbnail-assurance .add-text {
    color: black;
	margin-top: 0px;
	margin-left: 10px;
}

@media (max-width: 767px) {
.wrapper-assurance-container-breadcrumb .thumbnail-assurance a {
    padding: 0px;
}
.wrapper-assurance-container-breadcrumb .thumbnail-assurance .add-text {
    color: black;
    margin-top: 10px;
    margin-left: 0px;
	font-size: 12px;
}
}

@media (max-width: 1024px) {
.thumbnail-assurance .add-text {
    font-size: 14px;
}
}

@media (max-width: 768px) {
.thumbnail-assurance .add-text {
    color: #505050;
    width: 100%;
    text-align: center;
    line-height: 16px;
    margin-left: 0px!important;
    font-size: 12px;
}
}

@media (max-width: 900px) {
.thumbnail-assurance .add-text {
    margin-left: 5px;
    margin-top: 15px;
}
}

@media (max-width: 900px) {
	.wrapper-carousel {
		max-height: 600px;
		position: relative;
		overflow: hidden;
	}
}

@media (max-width: 1440px) {
	.home-banner-item {
		width: 140%;
		max-width: inherit!important;
		margin-left: -20%;
	}
}

@media (max-width: 1024px) {
.home-banner-item {
    width: 180%;
    max-width: inherit!important;
    margin-left: -50%;
}
}


#homepage-content3 {
    padding: 5px 0px 45px;
}

#homepage-content2 {
    padding: 20px 0px;
}

#homepage-content {
    padding: 25px 0px 15px;
}

@media (max-width: 1024px) {
#homepage-content {
    padding: 30px 0px;
}
}

@media (max-width: 1024px) {
#homepage-content {
    padding-top: 20px;
}
}

#homepage-content h1 {
    text-transform: none;
}

.wrapper-category > .row {
	margin: 0 -0.5px;
}

.wrapper-category > .row > div,
.wrapper-category {
	padding: 0 0.5px;
}

.wrapper-thumbnail-category {
	margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	background-color: rgba(51,51,51,0.5);
  width: 100%;
  height: 300px;
  position: relative;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 1300px) {
	.wrapper-thumbnail-category {
		height: 280px;
	}
}

@media (max-width: 1199px) {
	.wrapper-thumbnail-category {
		height: 240px;
	}
}

@media (max-width: 991px) {
	.wrapper-thumbnail-category {
		height: 230px;
	}
}

@media (max-width: 900px) {
	.wrapper-thumbnail-category {
		height: 200px;
	}
}

@media (max-width: 800px) {
	.wrapper-thumbnail-category {
		height: 190px;
	}
}

@media (max-width: 767px) {
	.carousel-inner > .item > a > img {
		min-height: inherit;
	}
}

@media (max-width: 500px) {
	.wrapper-thumbnail-category {
		height: 200px;
	}
}

.wrapper-thumbnail-category:hover .thumbnail-category,
.wrapper-thumbnail-category:focus .thumbnail-category {
	background-color: transparent;
}

.thumbnail-category {
	background-color: rgba(51,51,51,0.5);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.thumbnail-category::before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.caption-category {
	display: inline-block;
	vertical-align: middle;
}

.caption-category > .headline {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}

@media (max-width: 900px) {
	.caption-category > .headline {
		font-size: 15px;
	  line-height: 15px;
	}
}

.caption-category > .shop-now {
	padding-top: 1px;
	font-size: 15px;
	color: #83be38;
	display: block;
}

.wrapper-insights {
	padding: 80px 0 45px;
	margin-top: -1px;
	.background: url('../img/dust.jpg');
}

.wrapper-insights .wrapper-heading {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	.wrapper-insights {
		padding: 25px 0 45px;
	}

	.wrapper-insights .wrapper-heading {
		margin-bottom: 15px;
	}

}

.wrapper-heading {
  overflow: hidden;
  text-align: center;
}

.wrapper-heading h3 {
	margin: 0;
	position: relative;
	top: -7px;
	font-size: 25px;
	color: #65b92c;
	display: inline-block;
	width: 25%;
	text-align: center;
}

.wrapper-heading hr {
	margin: 15px 0;
	display: inline-block;
	border-color: #65b92c !important;
	width: 37%;
}

@media (max-width: 991px) {
	.wrapper-heading hr {
		width: 29%;
	}

	.wrapper-heading h3 {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.wrapper-heading hr,
	.wrapper-heading h3 {
		width: 100%;
		float: left;
		display: block;
	}

	.wrapper-heading h3 {
		top: 0;
	}
}
#n_product .wrapper-heading {
    float: left;
    width: 100%;
	margin: 50px 0 25px;
}

#n_product .wrapper-heading h3 {
	width: 35%;
}

#n_product .wrapper-heading hr {
	width: 32%;
}

@media (max-width: 991px) {
	#n_product .wrapper-heading hr {
		width: 26%;
	}

	#n_product .wrapper-heading h3 {
		width: 45%;
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	#n_product .wrapper-heading hr,
	#n_product .wrapper-heading h3 {
		width: 100%;
		float: left;
		display: block;
	}
}

#n_product .breadcrumb {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	#n_product .breadcrumb {
		margin-bottom: 15px;
	}
}
/* wrapper content blog start */
.wrapper-content-blog {
	overflow: hidden;
	padding: 10px;
	background: #ffffff;
	border-radius: 0px;
	min-height: 205px;
}
@media (max-width: 1152px) {
	.wrapper-content-blog {
		min-height: 235px;
	}
}
.wrapper-content-blog .article-img {
	width: 100%

}

.wrapper-content-blog .article-desc {

}

.wrapper-content-blog h5 {
	/* margin: 0 0 5px 0;
	overflow: hidden; */
}

.wrapper-content-blog .article-desc .article-author {
	font-weight: bold;
	color: #65b92c;
}

.wrapper-content-blog .article-desc p {
	font-size: 12px;
	line-height: 14px;
	color: #052f2e;
}

.wrapper-content-blog h5 a {
	color: #65b92c;
	line-height: 16px;
}

.article-main-image {
	padding-left: 15px;
	max-width: 250px;
}
/* wrapper content blog end */

/* wrapper content blog new layout start */
.wrapper-content-blog-new-layout {
	margin-top: 10px;
    overflow: hidden;
    padding: 0px 0px;
    background: #ffffff;
    border-radius: 0px;
    min-height: 205px;
    position: relative;
    margin-left: 1px;
}
@media (max-width: 1152px) {
	.wrapper-content-blog-new-layout {
		min-height: 235px;
	}
}

.wrapper-content-blog-new-layout .article-img {
	float: left;
	width: 100%;
}
.wrapper-content-blog-new-layout .article-img img{
	width: 100%;
}
.wrapper-content-blog-new-layout .article-desc {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
	z-index:9;
}

.wrapper-content-blog-new-layout h5 {
	margin: 0 0 16px 0;
	overflow: hidden;
	text-align:left;
	z-index: 999;
}

.wrapper-content-blog-new-layout .article-desc .article-author {
	font-weight: bold;
    text-align: right;
}

.wrapper-content-blog-new-layout .article-desc p {
	font-size: 14px;
    line-height: 1.3em;
    color: #fff;
	text-align:left;
	z-index: 999;
}

.wrapper-content-blog-new-layout h5 a {
	color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: center;
    font-size: 16px;
	z-index: 999;
}

.article-main-image {
	padding-left: 15px;
}
/* wrapper content blog new layout end */

#popular,
#on-sale {
	margin: 30px 0;
}

.jcarousel {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.jcarousel > ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	width: 20000em;
}

.jcarousel-wrapper {
    position: relative;
    width: 1290px;
    margin: 0 auto;
	padding: 0px 60px;
}

@media (max-width: 1459px) {
	.jcarousel-wrapper {
		position: relative;
        width: 1200px;
		padding: 0 60px;
	}
}

@media (max-width: 1199px) {
	.jcarousel-wrapper {
		position: relative;
        width: 80%;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.jcarousel-wrapper {
		padding: 0 0px;
		width: 90%;
	}
	.jcarousel-wrapper .thumbnail .list-dietary {
		display: none;
	}
}

.jcarousel > ul .wrapper-thumbnail {
	float: left !important;
}

.wrapper-jcarousel-nav > a {
  position: absolute;
  top: 50%;
  font-size: 40px;
  line-height: 40px;
  color: #a8a8a8;
}

.wrapper-jcarousel-nav > a.jcarousel-prev {
	left: 30px;
}

.wrapper-jcarousel-nav > a.jcarousel-next {
	right: 30px;
}

@media (max-width: 1199px) {
	.wrapper-jcarousel-nav > a.jcarousel-prev {
		left: 0;
	}

	.wrapper-jcarousel-nav > a.jcarousel-next {
		right: 0;
	}
}

.thumbnail {
	margin-bottom: 15px;
	padding: 11px;
	border-color: #ebebeb;
	border-radius: 0;
}
/* .jcarousel-wrapper .thumbnail {
	min-height: 430px;
} */

.thumbnail .caption {
	padding: 15px 0 0;
    text-align: center;
	height: 175px;
}

.jcarousel-wrapper .thumbnail .caption {
	height: 150px;
}
/* .jcarousel-wrapper .thumbnail .caption {
	position: absolute;
    bottom: 15px;
    right: 5%;
    left: 5%;
} */

.thumbnail .caption h3 {
	font-size: inherit;
	line-height: normal;
	height: 4.7em;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.product-category .thumbnail .caption h3 {
		height: auto;
	}
	.product-category .caption .price {
		padding-top: 5px !important;
	}
}
@media (max-width: 1198px) and (min-width:800px) {
	.jcarousel-wrapper .thumbnail .caption h3 {
		height: 2em!important;
	}
	.jcarousel-wrapper .thumbnail .caption {
		height: 120px;
	}
}
@media (max-width: 960px) and (min-width:768px) {

}
.thumb-rrp {
	font-size: 15.6px;
	font-weight: 500;
	line-height: 16px;
	color: #aaaaaa;
	text-decoration: line-through;
	display: block;
	margin-bottom: 7px;
}

.thumb-price {
	font-size: 21.6px;
	font-weight: bold;
	line-height: 22px;
	color: #ea7c46;
	display: block;
}

.thumb-save {
	padding: 4px 10px 0px 0;
	margin: 0 -11px 0 0;
	position: relative;
	float: right;
	background: #ea7c46;
	width: 90%;
	text-align: right;
	font-size: 19.2px;
	font-weight: bold;
	color: #ffffff;
}

.thumb-save::before {
	content: "";
	position: absolute;
	top: 0;
	left: -13px;
	width: 13px;
	height: 45px;
	display: block;
	background: url('../img/save-bg.png') no-repeat left center;
}

.thumb-save span {
  display: block;
  font-size: 14px;
  font-weight: 500;
	line-height: 14px;
}

.jcarousel-wrapper .thumb-rrp {
	font-size: 14.6px;
}

.jcarousel-wrapper .thumb-price {
	font-size: 19.6px;
}

.jcarousel-wrapper .thumb-save {
	padding: 7px 10px 2px 0px;
  font-size: 16.2px;
}

@media (max-width: 1199px) {
	.thumb-rrp {
		font-size: 14.6px;
	}

	.thumb-price {
		font-size: 19.6px;
	}

	.thumb-save {
		padding: 7px 10px 2px 0px;
	  font-size: 16.2px;
	}
}

.jcarousel-wrapper .thumb-save span {
	font-size: 13px;
}

.list-dietary {
  padding: 0;
  margin: 0;
  list-style: none;
	overflow: hidden;
}

.thumbnail .list-dietary {
	margin-bottom: 10px;
	float: none;
	display: inline-block;
}

.thumbnail .list-dietary > li {
	margin-right: 3px;
	float: left;
}

#n_category .thumbnail .list-dietary > li img {
	width: 26.5px;
}
@media (max-width:767px){
	#n_category .thumbnail .list-dietary{
		min-height: 42.5px !important;
	}
}

.thumbnail .list-dietary > li img {
  width: 26.5px;
}

#n_category .thumbnail .list-dietary {
	min-height: 28.5px;
}

.thumbnail .list-dietary {
	min-height: 26.5px;
}

.jcarousel-wrapper .thumbnail .list-dietary > li img {
  width: 19px;
}

.jcarousel-wrapper .thumbnail .list-dietary {
	min-height: 22px;
}

.wrapper-dietary .list-dietary {
  margin-top: 10px;
}

.wrapper-dietary .list-dietary > li {
	margin-bottom: 7px;
	float: left;
	width: 50%;
}

@media (max-width: 767px) {
	#n_category .thumbnail .list-dietary > li img {
		width: 23.5px;
	}
	.wrapper-dietary .list-dietary > li{
		width: 50%;
	}
	.wrapper-dietary .list-dietary{
		padding-left: 0px !important;;
	}
}

@media (max-width: 351px) {
	.wrapper-dietary .list-dietary > li{
		width: 50%;
	}

	.thumbnail .list-dietary > li img {
		width: 22px;
	}
	.wrapper-dietary .list-dietary>li span{
		margin-left:15px !important;
	}
}

.wrapper-dietary .list-dietary > li img {
	width: 36px;
	height: 36px;
}

.wrapper-dietary .list-dietary > li span {
	margin-left: 10px;
	font-weight: bold;
	color: #052f2e;
}

@media (max-width: 1199px) {
	.wrapper-dietary .list-dietary > li {
		font-size: 11px;
	}

	.wrapper-dietary .list-dietary > li img {
		width: 29px;
		height: 29px;
	}

	.wrapper-dietary .list-dietary > li span {
		margin-left: 5px;
	}
}
@media (max-width: 768px) {
	.wrapper-dietary .list-dietary {
		max-width: 310px;
		margin: 0 auto;
		padding-left: 40px;
	}
	.wrapper-dietary .list-dietary > li {
		font-size: 9px;
	}
}

@media (max-width:375px){
	.wrapper-dietary .list-dietary > li {
		font-size: 9px;
	}
}

/* .jcarousel-wrapper .thumbnail .caption h3 {
	height: 4em;
} */

.jcarousel-wrapper .thumbnail .caption h3 a {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
}

.thumbnail .caption h3 a {
	font-size: 14px;
	line-height: 18px;
	color: #65b92c;
	display: block;
	text-align: left;
}
.thumbnail .caption h3 a span {
	display: block;
	color: #bdd137;
}

.thumbnail .caption h5 {
	margin-top: 15px;
	font-size: 13.2px;
	color: #052f2e;
	text-align: left;
}

.thumbnail .caption h5 span {
  font-size: 13.2px;
  display: inline-block;
  color: #65b92c;
  font-weight: bold;
}

.caption .price {
	padding-top: 35px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	height: auto;
	text-align: left;
}

@media (max-width: 991px) {
	.product-category .thumbnail .caption h3 a {
		font-size: 12.6px;
		line-height: 17px;
	}

	.product-category .thumbnail .caption h5 {
	  font-size: 12.2px;
	}

	.product-category .caption .price {
		font-size: 16px;
	}
}
.caption .fix-thumb-height {
	float: left;
    width: 40%;
    padding-top: 0;
	margin-bottom: 0;
}
.thumbnail .caption .form-inline.buying-options {
	float: left;
    width: 60%;
}
@media (max-width: 767px) {
	/* .jcarousel-wrapper .thumbnail {
		min-height: 320px;
	} */
	.caption .fix-thumb-height,
	.thumbnail .caption .form-inline.buying-options {
		width: 100%;
	}
	.thumbnail .list-dietary {
	/*	display: none;*/
	}
	.thumbnail .caption {
		height: 194px;
	}
}
@media (max-width: 350px) {
	/* .jcarousel-wrapper .thumbnail {
		min-height: 430px;
	} */
}
.jcarousel-wrapper .thumbnail .buying-options .btn {
	padding: 12px 0 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.thumbnail .buying-options .btn,
.btn-view {
	padding: 14px 0;
	font-size: 16.8px;
	line-height: 16.8px;
	font-weight: 500;
	border-radius: 22px;
}

.btn-group > .btn, .btn-group-vertical > .btn {
	border-radius: 0!important;
}

.btn-view {
	padding: 10px 12px;
  margin: 0 0 25px;
	cursor: pointer;
	display: none;
}

#subcategory {
	height: 234px;
	overflow: hidden;
}

@media (max-width: 767px) {
	#subcategory {
		height: 245px;
	}
}

.heightAuto {
	transition: height 0.15s ease-out;
	height: auto !important;
}

/* End Homepage */


/* Start Category */
.breadcrumb {
	padding: 8.5px 15px;
	background: #ebebeb;
	border-radius: 0;
}

.breadcrumb > li > a {
	font-size: 13px;
	color: #65b92c;
	font-weight: 500;
}

.breadcrumb > li + li:before {
	content: "/";
	padding: 0 15px 0 17px;
	color: #052f2e;
}

@media (max-width: 767px) {
	.breadcrumb > li + li::before {
		padding: 0 10px 0 12px;
	}
}

.page-header {
	font-size: 22px;
	line-height: 25px;
	color: #65b92c;
	text-transform: capitalize;
}

#price-range {
	background: #bdd137;
	border-radius: 0 !important;
}

#n_category .page-header {
	margin: 0;
	padding: 5px 0 20px;
	border-bottom: none;
}

#left-sidebar .panel-default {
	border-color: #ebebeb;
}

#left-sidebar .panel-default > .panel-heading {
	padding: 12px 15px;
	background-color: #bdd137;
	border-color: #ebebeb;
	border-radius: 0;
}

#left-sidebar .panel-title {
	font-size: 15px;
	font-weight: bold;
}

#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
	font-size: 13px;
	font-weight: bold;
	color: #052f2e;
}

#filters > .list-group-item {
	background: #fff;
}

#filters > .list-group-item.no-bg {
	background: #ffffff;
}

.filter-diet img {
  width: 20px;
  margin-left: 3px;
}

.filter-diet > a::before {
  display: none !important;
}

.filter-remove.filter-diet > a::before {
  display: inline-block !important;
}

.wrapper-filter > li > a:before {
	content: '\F096\0020';
	font-family: FontAwesome;
}

.wrapper-filter > li.filter-remove > a:before {
	content: '\F14A\0020';
	font-family: FontAwesome;
}

.no-bg {
	border: none;
}

#filters > .list-group-item {
	padding: 13px 15px;
	border: none;
}

a.list-group-item {
  padding: 7px 15px;
  border: none;
  font-size: 13px;
}

a.list-group-item:hover,
a.list-group-item:focus {
	background: #ffffff;
	color: #83be38;
}

.wrapper-category-image > a {
  float: left;
}

.wrapper-category-image > a.subcat-image {
  width: 50px;
  height: 50px;
}

.sub-category-thumbnail img {
  object-fit: inherit;
  height: auto;
}

.wrapper-sub-category-thumbnail {
	margin-bottom: 15px;
}

.wrapper-category-image {
	margin: 10px 0 15px;
	overflow: hidden;
}

.wrapper-category-image > a.subcat-name {
	margin: 13px 0 0 15px;
	font-size: 15px;
	font-weight: 500;
}

.top-seller-badge {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
	#subcategory > .row {
		margin: 0 -7.5px;
	}

	#subcategory > .row > div {
		padding: 0 7.5px;
	}

	.wrapper-category-image > a.subcat-name {
		margin: 13px 0 0 10px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.wrapper-category-image {
		margin: 10px 0 10px;
	}

	.wrapper-category-image > a {
		width: 100%;
	}

	.wrapper-category-image > a.subcat-name {
		margin: 13px 0 0 0px;
	}
}

@media (max-width: 500px) {
	.wrapper-category-image > a.subcat-name {
		font-size: 13px;
	}

	.wrapper-category-image > a.subcat-name {
		height: 42px;
		overflow: hidden;
	}
}

.wrapper-filter,
.more-padding {
	padding: 10px 0 7px;
	margin: 0;
	list-style: none;
}

#pricesearch .btn-xs {
	padding: 3px 6px;
	font-size: 11.6px;
	color: #052f2e;
	border-color: #052f2e;
}

.sort_container .btn-text strong {
	color: #65b92c;
}

hr {
	border-color: #ebebeb;
}

.viewby > a {
	padding: 7px 7px 4px;
	font-size: 20px;
	line-height: 20px;
	box-shadow: none !important;
	background-color: #e6e6e6;
}

.viewby > a.btn-default:hover,
.viewby > a.btn-default:focus,
.viewby > a.btn-default:active,
.viewby > a.btn-default.active {
	background-color: #ffffff;
}

/*.form-horizontal .control-label {
	padding-top: 10px;
}*/

.sort_container .form_control {
	padding: 0 12px;
	height: 40px;
}

.wrapper-pagination {
	padding: 20px 0 0 0;
	margin: 50px 0 0 0;
	border-top: 1px solid #65b92c;
	clear: both;
}

.pagination {
  margin: 0;
}

.pagination .fa {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.pagination > li > a {
	margin: 0 5px;
	padding: 6px 15px;
	font-size: 16px;
	color: #052f2e;
	background: none;
	border: none;
	border-radius: 0px!important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #65b92c;
}

.pagination .fa-chevron-left {
	color: #a8a8a8;
}

.pagination .fa-chevron-right {
	color: #052f2e;
}
/* End Category */

/* Start Brand */
.brand-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.thumb-brand-image {
  border: 1px solid #808182;
  cursor: pointer;
	height: 180px;
}

.thumb-brand-image:hover,
.thumb-brand-image:focus,
.thumb-brand-name:hover,
.thumb-brand-name:focus {
  border: 1px dashed #bdd137;
}

.thumb-brand-image > a {
  padding: 0;
  margin: 0 auto;
  min-height: 180px;
  width: 88%;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.thumb-brand-name {
  padding: 0;
  height: 180px;
  line-height: 180px;
  border: 1px solid #808182;
  text-align: center;
  cursor: pointer;
}

.thumb-brand-name > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}

.thumb-brand-image,
.thumb-brand-name {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .thumb-brand-name {
    height: 140px;
    line-height: 140px;
  }

  .thumb-brand-image > a {
    min-height: 140px;
  }
}
/* End Brand */

/* Start Product */
.product-name {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	color: #65b92c;
}
.product-name span a {
	color: #bdd137;
}
.wrapper-product-title hr {
	margin: 10px 0;
	border-color: #ebebeb;
}

@media (max-width: 767px) {
	#n_product hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.wrapper-product-title  {
		margin-top: 10px;
	}
	.productprice.productpricetext {
		float: left;
		width: 30%;
	}
	.wrapper-shipping p {
		float: left;
		width: 50%;
	}
	#_jstl__buying_options {
		float: left;
	}
	#n_product .product-wishlist {
		margin-top: 10px;
	}
	#n_product .tabbable {
		margin: 20px 0 20px;
	}
	#n_product .wrapper-shipping > p.free-ship {
		margin-top: 0;
	}
}

.wrapper-product-title .dropdown .btn-xs {
	padding: 3px 6px 1px;
	font-size: 10px;
	font-weight: bold;
	border-color: #ebebeb;
	border-radius: 0;
}

.wrapper-product-title .label {
	padding: 3px 12px 1px;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	border-radius: 0;
}

.wrapper-product-title .sku-label {
    background: none;
    color: #052f2e;
    font-size: 16px;
}

.wrapper-pricing > div {
	float: left;
	margin-right: 15px;
}

.info-icons-wrapper {
	padding-top: 30px;
	/*padding-bottom: 10px;*/
}

.info-icons-wrapper .one-icon-holder {
	position: relative;
	padding-right: 0px;
	padding-top: 2px;
}

.info-icons-wrapper .one-icon-holder img {
	width: 35px;
	position: absolute;
	left: 15px;
	top: 0;
}

.info-icons-wrapper .one-icon-holder p {
	padding-left: 46px;
	display: inline-block;
	font-size: 11px;
	line-height: 1.4em;
}
@media (max-width: 991px) {
	.info-icons-wrapper .one-icon-holder {
		width: 50%;
	}
	.info-icons-wrapper .one-icon-holder:first-child {
		width: 100%;
		margin-bottom: 8px
	}
}
@media (max-width: 767px) {
	.info-icons-wrapper .one-icon-holder {
		width: 33.33333%;
		float: left;
	}
	.info-icons-wrapper .one-icon-holder:first-child {
		width: 33.33333%;
		margin-bottom: 0px;
		float: left;
	}
}
@media (max-width: 570px) {
	.info-icons-wrapper .one-icon-holder {
		width: 100%;
		margin-bottom: 8px;
	}
	.info-icons-wrapper .one-icon-holder:first-child {
		width: 100%;
		margin-bottom: 8px;
	}
}
@media (max-width: 500px) {
	.wrapper-pricing > div {
    float: left;
    margin-right: 15px;
	}
}
.productpricetext,
.productpromo {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
}

.productrrp,
.productsave,
.productwasprice {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
}

@media (max-width: 991px) {
	.productpricetext,
	.productpromo {
		font-size: 26px;
		line-height: 28px;
	}

	.productrrp,
	.productsave,
	.productwasprice {
		font-size: 14px;
		line-height: 28px;
	}
}

@media(max-width:370px){
	.productrrp,
	.productsave,
	.productwasprice {
		font-size: 12px;
		line-height: 28px;
	}
}

.wrapper-pricing {
	margin-top: 10px;
}

.small-margin-top {
	margin-top: 10px;
}

.brand-image {
	margin-bottom: 15px;
	float: left;
	text-align: center;
	width:100%;
}

.brand-image a {
	font-weight: bold;
	color: #052f2e;
}

.brand-image img {
  width: 75px;
  width: 125px;
}
.wrapper-pricing .productpoint {
	line-height: 1.2em;
    color: #060606;
    margin-top: 15px;
    font-weight: 500;
    padding: 12px 0px;
}
.wrapper-pricing .productpoint p {
    margin: 0 0;
	font-size: 13px;
	width: 100%;
}

.wrapper-pricing .productpoint p span {
	color: #65b92c;
	font-weight: bold;
}
.wrapper-pricing .productpoint a {
	color: #777777;
}

.productsavetext {
	margin-top: 5px;
	margin-right: 0;
	width: 100%;
}

.productsavetext > div,
.productsavetext > span {
	float: left;
}

#sale-end {
	margin: 0 5px;
}

.time-text {
	color: #000000;
}

#n_product .qty {
	padding: 0 12px;
	font-size: 16px;
	color: #052f2e;
	height: 50px;
	border-color: #ebebeb;
	border-radius: 0px;
}

.extra-options .buying-options .btn .fa {
	display: none;
}
.extra-options .buying-options .btn .fa-spinner {
	display: block !important;
	margin-top: 3px;
    margin-bottom: 4px;
}

.extra-options .buying-options .btn {
	padding: 14.5px 0 12.5px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 22px;
}

.extra-options .buying-options .product-wishlist .btn {
	border-color: #65b92c;
	color: #65b92c;
}

.extra-options .buying-options .product-wishlist .btn:hover,
.extra-options .buying-options .product-wishlist .btn:focus {
	border-color: #bdd137;
	color: #bdd137;
	background: none;
}

.extra-options .btn-contact {
	padding: 12px 1px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #bdd137;
	border-radius: 22px;
}

.extra-options .btn-contact:hover,
.extra-options .btn-contact:focus {
	background: #65b92c;
}

@media (max-width: 1199px) {
	.extra-options .buying-options .row {
		margin: 0 -7.5px;
	}

	.extra-options .buying-options .row > div {
		padding: 0 7.5px;
	}
}

@media (max-width: 767px) {
	.brand-image img {
		width: 70px;
	}
}

@media (max-width: 991px) {
	.extra-options .btn-contact {
		font-size: 13px;
	}
}

@media (max-width: 320px) {
	.extra-options .btn-contact {
		font-size: 12px;
	}
	#n_product .extra-options .buying-options .btn {
		padding: 9.5px 0 9.5px;
	}
	#n_product .qty {
		height: 42px;
	}
}

.wrapper-shipping > p {
	padding: 10px;
	margin: 0;
	font-weight: bold;
}

.wrapper-shipping > p span {
	position: relative;
  top: 11px;
  display: inline-block;
  vertical-align: top;
}

.wrapper-shipping > p .fa {
	margin-right: 10px;
	font-size: 30px;
	color: #ffffff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.wrapper-shipping > p.flat-rate {
	font-size: 16px;
	color: #ea7c46;
	border: 1px dashed #ea7c46;
	border-radius: 0px;
}

.wrapper-shipping > p.flat-rate .fa {
	background: #ea7c46;
}

.wrapper-shipping > p.free-ship {
	margin-top: 10px;
	padding: 5px 10px 0;
	font-size: 16px;
	color: #65b92c;
}

.wrapper-shipping > p.free-ship .fa {
	background: #bdd137;
}

@media (max-width: 1199px) {
	.wrapper-shipping > p .fa {
		font-size: 24px;
		height: 40px;
		width: 40px;
    line-height: 40px;
	}

	.wrapper-shipping > p.flat-rate,
	.wrapper-shipping > p.free-ship {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.wrapper-shipping > p .fa {
		display: none;
	}

	.wrapper-shipping > p span {
		top: 0;
	}
}

#n_product hr {
	border-color: #ececec;
}

.tabbable {
	margin: 40px 0 20px;
}

.tabbable .nav-tabs > li > a {
  padding: 10px 13px 9px;
	margin-right: 7px;
	color: #bdd137;
	font-size: 14px;
	font-weight: bold;
	border-color: #bdd137;
	border-bottom: none !important;
	border-radius: 0;
}

@media(max-width: 500px) {
	.tabbable .nav-tabs > li {
		margin: 0 0 10px;
		width: 100%;
		float: none;
		display: block;
	}

	.tabbable .nav-tabs > li > a {
		margin: 0;
		border-bottom: 1px solid #bdd137 !important;
	}
}

.tabbable .nav-tabs > li > a:hover,
.tabbable .nav-tabs > li > a:focus,
.tabbable .nav-tabs > li.active > a,
.tabbable .nav-tabs > li.active > a:hover,
.tabbable .nav-tabs > li.active > a:focus {
	background: #bdd137;
	border-color: #bdd137;
	color: #ffffff;
}

.tabbable .nav-tabs {
  border-bottom: 1px solid #ebebeb;
}

.tabbable .tab-content {
	float: left;
    width: 100%;
	padding: 20px;
	border: 1px solid #ebebeb;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.alt-images {
  margin: 0 -10px;
}

.alt-images > div {
  padding: 0 10px;
}

.alt-images > div .product-image-small {
  display: block;
  border: 1px solid #ebebeb;
}
.contact-us-link {
	text-align: center;
	margin-top: 30px;
}
/* End Product */


/* Start Contact Us */
.contact-us-form form h1 {
	margin-top: 80px!important;
}

@media (max-width: 768px) {
.contact-us-form form h1 {
	margin-top: 20px!important;
}
}

.contact-us-form form {
    background-color: #EFEFEF;
    padding: 30px;
}

.contact-us-form form label {
    margin-bottom: 0px;
}

.contact-us-form form .btn-default {
    color: #FFFFFF;
    background-color: #65b92c;
    border-color: #cccccc;
    display: table;
    margin: auto;
}

/* End Contact Us */


/* Start Footer */
.wrapper-newsletter {
	margin-top: 100px;
	padding: 30px 0 40px;
	background-color: #64b92c;
	background-size: cover;
	text-align: center;
}
.wrapper-newsletter .subscribe-heading {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.wrapper-newsletter .subscribe-heading span {
	color: #3a8200;
}
.wrapper-newsletter .subscribe-subheading {
	font-size: 22px;
    text-transform: none
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}
.subscribe-form-wrapper {
	alignment-adjust:middle;
	alignment-baseline:middle;
	background-position:center;
	text-align:center;

}
.subscribe-form-wrapper .mc-field-group {
   	position: relative;
	color:
}
.subscribe-form-wrapper .mc-field-group .asterisk {
	position: absolute;
    right: 23px;
    color: #fff;
    top: 44%;
    line-height: 1em;
    font-size: 20px;
}
.subscribe-form-wrapper #mce-responses {
    float: left;
}
.indicates-required {
    color: #fff;
    font-weight: 300;
    text-align: left;
    font-size: 12px;
}
.mc-field-group input {
	width: 100%;
    background: #FFF
    box-shadow: none;
    border: 1px solid #618452;
    padding: 10px;
}
.mc-field-group input:focus{
    outline: none;
}
.mc-field-group .hb-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-weight: 300;
}
.mc-field-group .hb-input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-weight: 300;
}
.mc-field-group .hb-input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-weight: 300;
}
.mc-field-group .hb-input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-weight: 300;
}
.subscribe-form-wrapper .show #mc-embedded-subscribe {
	box-shadow: none;
    background-color: #65b92c;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #0a1a00;
}
.subscribe-form-wrapper .show {
	display: inline-block!important;
}



#mc_embed_signup_scroll{
	padding:0 200px;

}


@media (max-width: 1024px) {
	.subscribe-form-wrapper .mc-field-group {
		width: 33.33%;
	}
	.subscribe-form-wrapper .show {
		width: 33.33%;
	}
	.wrapper-newsletter {
		background-size: auto 100%;
		background-position-x: 80%;
	}
	#mc_embed_signup_scroll{
		padding:0 20px;

	}


}

@media (max-width: 768px) {
	.wrapper-newsletter {
		background-size: auto 100%;
		padding: 50px 0 60px;
	}
	.wrapper-newsletter .subscribe-heading {
		font-size: 24px;
	}
	.wrapper-newsletter .subscribe-subheading {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.subscribe-form-wrapper .mc-field-group {
		width: 100%;
		margin-bottom: 16px;
	}
	.subscribe-form-wrapper .show {
		width: 250px;
	}
	#mc_embed_signup_scroll .show {
		width: 100%;
	}
	.wrapper-newsletter {
		background-size: auto 100%;
	}
	#mc_embed_signup_scroll{
		padding:0px;
	}

}
@media (max-width: 425px) {
	.wrapper-newsletter .subscribe-heading {
		font-size: 30px;
	}
	.wrapper-newsletter .subscribe-subheading {
		font-size: 14px;
	}
	#mc_embed_signup_scroll{
		padding:0px;
	}
}

.wrapper-footer {
	padding: 25px 0 40px;
	background: #51A01C;
}
.wrapper-footer h4 {
	margin: 0px 0 0px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

@media (max-width: 767px) {
	.wrapper-footer {
		padding: 15px 0 40px;
	}

	.wrapper-footer h4 {
		margin: 20px 0;
	}

	.footer-details {
		margin-top: 20px;
	}
}

.wrapper-footer .nav-pills > li > a {
	padding: 3px 15px;
	border-radius: 0;
	font-weight: 300;
	color: #ffffff;
}

.wrapper-footer .nav-pills > li > a:hover,
.wrapper-footer .nav-pills > li > a:focus {
	background: none;
	color: #bdd137;
}

.footer-details {
  color: #ffffff;
}

.footer-details span {
    text-align: center;
}

.wrapper-payment img {
    width: 100%;
    height: auto!important;
    max-width: inherit!important;
}

.map-marker {
  margin: 20px 0 !important;
}

.footer-details > p {
	margin: 0;
	/*font-size: 12px;*/
	font-weight: 300;
}

.footer-details > span {
	margin-bottom: 5px;
	/*font-size: 12px;*/
	font-weight: 300;
	display: block;
}

.footer-details > span .fa {
	font-size: 13px;
}

.wrapper-payment {
	padding: 25px 0 30px;
	background: #51A01C;
	border-top: 1px solid #51A01C;
}

.wrapper-payment .list-inline,
.wrapper-payment address {
	margin-bottom: 0;
}

.wrapper-payment a {
    display: inline-block;
    float: left;
}

.wrapper-payment address,
.wrapper-payment address a {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	font-weight: 300;
}

@media (max-width: 767px) {
	.wrapper-payment address, .wrapper-payment address a {
		text-align: center;
	}
}

.payment-icon-container{
	border-left: 1px solid #BDD137;
    border-bottom: 3px solid #BDD137;
    border-right: 1px solid #BDD137;
    border-radius: 30px;
}

.payment-icon-container:first-child {
    margin-left: 10px;
}

.copyright a {
    text-align: center!important;
    width: 100%;
}

.wrapper-payment address, .wrapper-payment address a {
    text-align: center;
}

/* End Footer */

/* expand text */
.cat-desc {
	position: relative;
    display: inline-block;
}
.expand-wrapper {
	height: auto;
	overflow: hidden;
	transition: height 0.5s ease-in;
	position: relative;
	margin-bottom: 65px;
}
.press-expand {
    position: absolute;
    background: url('../img/expand.jpg');
    background-size: contain;
    width: 136px;
	margin-left: -68px;
	left: 50%;
    margin-bottom: 20px;
    height: 20px;
	bottom:5px;
}
.press-collapse {
    position: absolute;
    background: url('../img/collapse.jpg');
    background-size: contain;
    width: 136px;
	margin-left: -68px;
	left: 50%;
    margin-bottom: 20px;
    height: 20px;
	bottom:5px;
	display: block;
}
.press-expand:hover{
	cursor: pointer;
}
.height-auto {
	height: auto!important;
	transition: height 0.5s ease-in;
}

.sort_container {
	margin-top: 20px;
}

/*Marquee Banner*/
.top-marquee-advert {
	padding: 7px 10px 0px 10px;
	font-size: 13px;
	background-color: #052f2e;
	color: #fff;
}
.top-marquee-advert p {
	margin: 0;
}
.vip-footer-form-button {
	background-color: #3a8200;
	color: white;
	border-color: #3a8200;
}
.vip-footer-form-field {
	width:30%;
}

/*NEW MOBILE VIEW*/
.row-footermenu .footermenu {
	color: #fff;
}
.home-title {
	margin: 30px 0;
    display: block;
    position: relative;
    text-align: center;
    color: #65b92c;
    font-size: 28px;
	line-height: 1.2em;
	font-weight: 400;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.home-title small {
	font-weight: 300;
	font-size: 13px;
	display: block;
}
.home-title small a {
	color: #333;
}
.home-title:before {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #65b92c;
    content: ' ';
    position: absolute;
    top: -12px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home-title:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #65b92c;
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#homepage-content h1,
#homepage-content2 h1,
#homepage-content3 h1 {
	font-weight: 400;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.featured-products,
.featured-brands {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.featured-products.slick-initialized,
.featured-brands.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.featured-brands .thumb-brand-image {
	border: 1px solid #ebebeb;
}
.slick-dotted {
	margin-bottom: 25px;
}
.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '';
    text-align: center;

	background-color: transparent;
	border: 1px solid #65b92c;
	border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	background-color: #65b92c;
}
.show-read-more-link {
	margin-top: 5px;
	color: #72bf54;
	text-decoration: underline;
}

/*Product Page*/
.row.row-opayment {
    	margin-left: -5px;
    	margin-right: -5px;
}
.row.row-opayment > div {
    	padding-left: 5px;
    	padding-right: 5px;
}
#zip-neto-popup > iframe {
	display: none;
 }
 .afterpay-ad img {
 }
 .row-opayment .well {
	 margin-bottom: 0;
	 text-align: center;
 }

.well.well-zippay,
.well.well-afterpay {
	padding: 10px !important;
	height: 85px !important;
}

@media(max-width:1199px) {
	.well.well-zippay,
	.well.well-afterpay {
		padding: 10px !important;
		height: 100px !important;
	}
}

@media(max-width:995px) {
	.well.well-zippay,
	.well.well-afterpay {
		padding: 10px !important;
		height: 126px !important;
	}
}

@media(max-width:767px) {
	.well.well-zippay,
	.well.well-afterpay {
		padding: 10px !important;
		height: 117px !important;
	}
}

@media(max-width:375px) {
	.well.well-zippay,
	.well.well-afterpay {
		padding: 10px !important;
		height: 135px !important;
	}
}

.well-zippay h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.well-afterpay p {
	margin-bottom: 5px;
}
@media (max-width: 991px){
	 .row-opayment .well {
		 padding: 10px;
	 }
	.row-opayment .well img {
		display: block;
    	margin: 0 auto;
	}
	.well-zippay h4 {
		margin-top: 8px;
	}
	.well-afterpay p {
		line-height: 1.5em;
	}
	.product-wishlist {
		margin-top: 10px;
	}
}

@media (min-width: 767px) {
	.row-footermenu .multi-collapse {
		display: block !important;
		height: auto !important;
	}
	.row-footermenu .nav-pills > li > a {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	/*Header*/
	.header-free-shiping {
   		width: 100%;
		text-align: center;
		font-size: 13px;
		font-family: 'Assistant', sans-serif;
		text-transform: none;
	}
	.header-free-shiping p:before {
		font-size: 13px;
	}
	.header-free-shiping p {
		margin-bottom: 5px;
	}
	/*Menu*/
	.wrapper-mob-nav {
		margin-bottom: 10px;
	}
	.wrapper-mob-nav > div {
	}
	.wrapper-mob-nav > div > div {
		text-align: right;
	}
	.wrapper-mob-nav > div > div > a {
		display: inline-block;
		font-size: 28px;
	}
	.mob-menu-toggle {
		text-align: left !important;
	}
	.mob-logo {
		text-align: center !important;
	}
	.mob-logo img {
		width: 108px;
		height: auto;
		max-width: 100%;
	}
	.mob-cart {
		text-align: right;
	}
	.mob-menu-toggle,
	.mob-cart {
		margin-top: 20px;
	}
	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		z-index: 16;
		width: 100%;
		padding: 0;
		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: 80%;
		height: 100%;
		background: #000;
	}

	.sidebar-offcanvas .navbar-nav {
		width: 100%;
		float: left;
		margin: 0;
	}
	#mob-menu-cat li a {
		position: relative;
		color: #fff;
		font-size: 13px;
		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: #65b92c;
		border-bottom: 1px solid #55a420;
		padding: 12px 46px 12px 10px;
	}
	#mob-menu-cat > li.active {
    	top: -1px;
    	margin-bottom: -1px;
	}
	#mob-menu-cat > li.active > a {
		border-top: 1px solid #65b92c;
		border-bottom: 1px solid #65b92c;
	}
	#mob-menu-cat > li.active > a,
	#mob-menu-cat .collapse-menu.collapse-menu-one {
		background: #55a420;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li {
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a {
		padding: 12px 46px 12px 10px;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li.active > a {
    	top: -1px;
    	margin-bottom: -1px;
		border-top: 1px solid #161616;
		border-bottom: 1px solid #161616;
	}
	#mob-menu-cat .collapse-menu.collapse-menu-one > li.active,
	#mob-menu-cat .collapse-menu.collapse-menu-two {
		background: #333;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-two > li > a {
		padding: 12px 46px 12px 10px;
		font-weight: 400;
	}

	.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;
		color: #fff;
	}

	.mobile-drop-icon.lvl-2 {
		background: transparent;
		color: #fff;
	}

	.mob-brand-link {
		border-bottom: none !important;
	}

	.mob-brand-link a {
		background-color: #fff !important;
		color: #052f2e !important;
		font-size: 14px;
		border-bottom: none !important;
	}

	.mob-stat-link {
		border-bottom: 1px solid #ebebeb !important;
	}

	.mob-stat-link a {
		background-color: #fff !important;
		color: #052f2e !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:after {
		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: 18px;
		color: #111;
		width: 20%;
		height: 100%;
		cursor: default;
	}
	.closemenu img {
		padding: 10px;
		background-color: #000;
	}

	.closemenu:hover,
	.closemenu:focus {
	}

	.closemenu i {
    	padding: 10px;
		color: #fff;
		background-color: #000;
	}
	.top-mob-curr {
		padding: 0;
	}
	.top-mob-curr li {
		margin-top: 0;
		padding: 0;
		list-style: none;
		background-color: #052f2e;
	}
	.top-mob-curr li p {
    	padding: 10px 10px 10px 30px;
    	margin: 0;
		font-size: 13px;
		text-align: left;
		color: #fff;
		font-family: "Poppins", Helvetica, Arial, sans-serif;
	}
	.top-mob-curr .header-free-shiping p:before {
    	margin-left: -18px;
		color: #fff;
		font-size: 16px;
	}
	/*Footer*/
	.wrapper-newsletter {
		padding: 20px 0 30px;
    	margin-top: 1.5em;
	}
	.wrapper-newsletter .subscribe-heading {
		margin-bottom: 0;
		font-size: 19px;
	}
	.wrapper-newsletter .subscribe-subheading {
   	 	margin-bottom: 5px;
		font-size: 13px;
	}
	.wrapper-footer h4 {
		margin: 10px 0;
	}
	.row-footermenu .footermenu:before {
		font-family: 'FontAwesome';
		content: '\f13a';
		margin: 0 5px 0 -15px;
	}
	.row-footermenu .footermenu.collapsed:before {
		content: '\f139';
	}
	.subscribe-form-wrapper .vip-footer-form-field {
		width: 67%;
	}
	/*Home Page*/
	.freerewards-advert-wrapper {
		padding: 8px 0;
		background-color: #65b92c;
		text-align: center;
	}
	.freerewards-advert-wrapper p {
    	padding: 0;
    	margin: 0 0 0 35px;
    	position: relative;
    	display: inline-block;
		color: #fff;
		text-align: center;
		font-family: 'Assistant', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
	.freerewards-advert-wrapper p:before {
		width: 38px;
		height: 36px;
    	left: -42px;
		top: -14px;
    	display: block;
    	position: absolute;
		background-image: url(../img/check-awards.png);
		background-repeat: no-repeat;
		background-position: center;
		content: '';
	}
	.wrapper-assurance {
		margin-top: 0;
    	padding: 0;
	}
	.wrapper-assurance-container {
    	margin-bottom: 15px;
	}
	.thumbnail-assurance .add-text {
    	margin-top: 5px;
		margin-bottom: 0;
	}
	.wrapper-assurance > .row > div {
		padding: 0 2px;
	}
	.home-title {
		margin: 30px 0;
		font-size: 22px;
	}
	.home-title small {
		font-size: 12px;
	}
	.home-title:before {
		max-width: 100%;
	}
	.home-title:after {
		max-width: 100%;
	}
	#homepage-content,
	#homepage-content2,
	#homepage-content3 {
		padding: 5px 0px;
		font-size: 12px;
		line-height: 1.5em;
		text-align: center;
	}
	#homepage-content h1,
	#homepage-content2 h1,
	#homepage-content3 h1 {
    	margin: 15px 0 5px;
		font-size: 22px;
		font-family: "Poppins", Helvetica, Arial, sans-serif;
		line-height: 1.2em;
	}
	#homepage-content p,
	#homepage-content2 p,
	#homepage-content3 p {
		margin-bottom: 5px;
	}
	.featured-brands .thumb-brand-image {
		height: 140px;
	}
	/*Thumbnail*/
	.row.slick-dotted,
	.row.row-category {
    	margin-left: -5px;
    	margin-right: -5px;
	}
	.row.slick-dotted .slick-slide,
	.row.row-category > div {
    	padding-left: 5px;
    	padding-right: 5px;
	}
	.row.slick-dotted .slick-slide .thumbnail,
	.row.row-category > div .thumbnail {
		padding: 5px;
	}
	.thumbnail .list-dietary {
		width: 100%;
    	min-height: 20px;
    	margin-bottom: 0;
	}
	.thumbnail .list-dietary > li {
		margin-right: 0;
	}
	.thumbnail .list-dietary > li img {
		width: 20px;
	}

	.row.slick-dotted .thumbnail .caption {
		height: 170px;
	}
	.thumbnail .caption h3 a {
		font-size: 12px;
		line-height: 1.2em;
	}
	.thumbnail .thumb-rrp {
    	margin-bottom: 2px;
		font-size: 13px;
	}
	.thumbnail .thumb-price {
		font-size: 18px;
	}
	.thumbnail .buying-options .btn {
    	padding: 8px 0;
		font-size: 12px;
	}
	/*Product Page*/
	.row-opayment .well {
		padding: 10px;
	}
	.row-opayment .well img {
		display: block;
    	margin: 0 auto;
	}
	.well-zippay p {
		margin-bottom: 5px;
	}
	.well-afterpay p {
		line-height: 1.4em;
	}
	.productpage-images {
		margin-bottom: 25px;
	}
	.productpage-images .slick-dots {
    	bottom: -45px;
	}
	.productpage-images img {
		width: 100%;
    	max-width: 100%;
		height: auto;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.info-icons-wrapper {
		padding-top: 0;
	}
	.info-icons-wrapper .one-icon-holder img {
    	width: 30px;
	}
	.info-icons-wrapper .one-icon-holder p {
		padding-left: 40px;
		margin-bottom: 2px;
	}
	.btn-mobile {
		position: fixed;
		right: 10px;
		bottom: 35px;
		z-index: 999;
	}
	#n_product .wrapper-heading {
		margin: 10px 0 25px;
	}
	#n_product #accordion .panel {
		border-radius: 0;
		box-shadow: none;
		border: 1px solid #bdd137;
	}
	#n_product #accordion .panel-default>.panel-heading {
		padding: 0;
		font-size: 14px;
		font-weight: 700;
		box-shadow: none;
    	border-radius: 0;
	}
	#n_product #accordion .panel-default>.panel-heading h4 a {
		display: block;
    	padding: 10px 15px;
		color: #fff;
		background-color: #bdd137;
	}
	#n_product #accordion .panel-default>.panel-heading h4 a.collapsed {
		color: #bdd137;
		background-color: #fff;
	}
	#n_product #accordion .panel-default>.panel-heading h4 a:before {
		font-family: 'FontAwesome';
		content: '\f139';
    	padding-right: 2px;
	}
	#n_product #accordion .panel-default>.panel-heading h4 a.collapsed:before {
		content: '\f13a';
	}
}
@media (max-width: 360px) {
	.subscribe-form-wrapper .vip-footer-form-field {
		width: 60%;
	}
}
@media (max-width: 325px) {
	.wrapper-assurance {
		overflow: hidden;
	}
	.thumbnail-assurance .add-text {
		font-size: 10px;
	}
	.subscribe-form-wrapper .vip-footer-form-field {
		width: 50%;
	}
}
.is_stuck {
	z-index: 99999;
	box-shadow: 0px 1px 13px #d8d8d8;
	padding: 0px;
}
.is_stuck .search-wrapper {
	display: none;
}
.is_stuck .mob-logo img {
	width: 78px;
}
.is_stuck .mob-menu-toggle,
.is_stuck .mob-cart {
	margin-top: 16px;
}
.is_stuck .wrapper-mob-nav > div > div > a {
    font-size: 23px;
}
.wrapper-header {
	background-color: white;
}
.page-overlay {
	background: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
}
body.mobile-menu-active {
	overflow: hidden;
}
.carousel-control .fa {
	top: 41%;
}
.carousel-caption {
	top: 21%;
}
@media (max-width: 768px) {
	.carousel-caption {
		top: 40%;
	}
	.zopim {
		display: none;
	}
	.mobile-stick {
		position: fixed;
		bottom: 0;
		z-index: 14;
		background-color: white;
		left: 0;
		right: 0;
		padding: 15px;
		box-shadow: 0px 1px 13px #d8d8d8;
	}
	.thumbnail .list-dietary>li {
		float: none;
		display: inline-block;
	}
}

/*--------------- CART ---------------*/
#n_checkout .row.row-opayment {
    margin-bottom: 30px;
}
#n_checkout .panel-title > a {
    color: initial;
    text-decoration: underline;
}

.panel-discount .panel-title {
    color: #525252;
}



/* round out input elements  */
input, button, select, textarea {
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
}
.vip-footer-form-field{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.vip-footer-form-button{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*  end round out input elements   */

/*  mega menu adjustments   */
#category-dropdown{
	background-color: #f5f5f5;
	min-height: 481px;
	width: 250px;
}
#category-dropdown  .navbar-default .product-category > .dropdown-menu > li > a{
	/* padding: 8px 151px 8px 7px; */
	font-size: 13px;
    color: #052f2e;
    font-weight: bold;
}

.sub-category li{
	width: 25%;
}
.sub-category li a{
	padding-top: 17px;
}
/*  end mega menu adjustments   */

/* new featured product advert */
.sub-category{
	min-height: 349px;
}

.wrapper-feature-product {
	padding: 15px;
}

.wrapper-feature-product {
	padding: 15px;
}

.wrapper-feature-product .advert-row .wrapper-thumbnail{
	/* padding-left:
	padding-right: */
}

.wrapper-feature-product .thumbnail{

	border: 1px solid #F1F1F1;
	height: 117px;
	padding: 10px;

}

.wrapper-feature-product .thumbnail .thumb-rrp{
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}
.product-category .thumbnail .caption{
	height: inherit;
}

.wrapper-feature-product  .thumbnail .caption h3 a{
	font-weight: bold;
}
/* end new featured product advert */

/* new banner advert  */
.menu-banner-advert{
	position: absolute;
    background-color: #fff;
	top: 481px;
    left: -250px;
    right: 0;
    max-width: 1170px;
	box-shadow: 0px 2px 1.5px 0.5px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}

@media only screen and (min-width: 1200px){

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 767px) {

}



.category-banner-image{
	max-width: 100%;
}

.a-center .caption{
	position: absolute;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.a-center .caption h4{
	font-size: 18px;
	font-weight: bold;
}

/* end new banner advert */

/* utillity classes */
.a-center {
    display: flex;
    align-items: center;
    text-align: center;
}

.relative {
    position: relative;
}
/* end utillity classes  */

/*fix existing issues with design */
@media only screen and (max-width: 1200px){

	.navbar-default .navbar-nav>li>a{
		padding: 15px 23px;
		font-size: 15px;
	}

}

@media only screen and (max-width: 992px) {
	.navbar-default .product-category > .dropdown-menu > li .dropdown-menu-horizontal{

	}
	.navbar-default .navbar-nav>li>a{
		padding: 15px 9px;
		font-size: 11px;
	}
	.sub-category li a{
		padding-top: 11px;
		font-size: 11px;
	}
	.sub-category{
		min-height: 285px;
	}

}
@media only screen and (max-width: 767px) {

	#category-dropdown{
		width: 250px;
	}
	.navbar-default .product-category > .dropdown-menu > li .dropdown-menu-horizontal{
		min-height: 415px;
	}
	.menu-banner-advert{
		top: 415px;
	}

}
/* end fix existing issues with design */



/* usp bar for desktop */
.usp-bar-desktop{
	background-color: #63b92c;
	color: #fff;
}
.usps-flex{
	display: flex;
	align-items: center;
}
#usp .usp .col-sm-2 {
	/* span odd number of cols */
	width:20%;
}
#usp .usp {
	text-align: center;
}
#usp .usp i {
	color: #ffffff;
    background-color:#3a8200;
    padding: 10px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
#usp .usp i:before{
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#usp .usp p{
	display: inline-block;
	margin: 15px 0 0px;
	line-height: 16px;
	font-weight:bold;
}
.usps-flex-p{
	margin-bottom: 10px;
}
.usps-flex-p small{
	font-weight: 300;
	display: block;
}
@media only screen and (max-width: 992px) {
	.usp-bar-desktop{
		font-size: 10px;
	}

}
/* end usp bar for desktop */

/* usp bar for mobile */
.usp-bar-row{
	background-color: #519f1c;
	color: #FFF;
}
.slick-usp {
	text-align: center;
}
.slick-usp p{
	display: inline-block;
	margin: 15px 0 15px;
	text-align: left;
}
.slick-usp p small{
	display: block;
}
.slick-usp i{
	color: #ffffff;
    background-color:#3a8200;
    padding: 10px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 10px;
    width: 28px;
	height: 28px;
	top: -11px;
    text-align: center;
    border-radius: 50%;
	position: relative;
	display: inline-flex;
}
.slick-usp i:before{
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
/* end usp bar for mobile  */

/* sticky filter menu on mobile */
@media only screen and (max-width: 768px) {
	#left-sidebar{
		display: none;
		z-index: 14;
		padding-left: 0px;
		padding-right: 0;
		margin: 0;
		position: fixed;
		top: 65px;
		left: 0;
		right: 0;
		display: block;
	}
}
/* end sticky filter menu on mobile */

#left-sidebar .panel-default>.panel-heading{
	background-color: #65b92c;
}
.panel-default>.panel-heading{
	color: #fff;
}

#left-sidebar .list-group h4, #left-sidebar .list-group a{
	color: #05302F;
}

#filter-collapse-price{
	padding-left: 3px;
}

.header-search .form-control, .search-results-search .form-control{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.header-search .btn-default{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;

}

#filters .wrapper-filter{
	overflow-y: auto;
	max-height: 205px;
}

/* start new blog */


.wrapper-content-blog{
	display: flex;
	position: relative;
}

.wrapper-content-blog-left {
	width: 34%;
	display: flex;
	align-items: center;
	background-color: #EBEBEB;

 }
 .wrapper-content-blog-left img {
	min-width: 100%;
	border: 1px solid #ebebeb;


 }

.wrapper-content-blog-right {
	width: 70%;
	background-color: #ebebeb;
	padding: 30px;
  }


  @media (max-width: 768px) {
	.wrapper-content-blog {
	  flex-direction: column;
	}
	.wrapper-content-blog-left,
	.wrapper-content-blog-right{
	  width: auto;
	}
  }


#blog-small.wrapper-content-blog .article-img img{
	display: block;
	min-width: 100%;
}

#blog-small.wrapper-content-blog .article-desc{
	position: absolute;
    bottom: 0;
    background: #0d3332;
    opacity: .9;
    right: 0;
    left: 0;
    margin: 0 10px;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 83px;
}

#blog-small.wrapper-content-blog .article-desc h5{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;

}


#blog-small.wrapper-content-blog .left-section{
	display: inline-block;
	width: 85%;
}



#blog-small.wrapper-content-blog .right-section{
    width: 15%;
    float: right;
    color: #65b92c;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;

}

#blog-small.wrapper-content-blog .right-section i{
    font-size: 21px;
    border: 1px solid;
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 12px;
	border-radius: 50%;
	margin-top: 19%;
}

.no-padding{
	padding-left: 0 !important;
	padding-left: 0 !important;
}



.color-placeholder-class{
	color:#65b92c;
	color:#052f2e;
	color:#65b92c
}

.btn{
	border-radius: 22px;
	padding: 10px 20px;
}


#main-blog-thumb .wrapper-content-blog h5 a{
	color: #052f2e;
    line-height: inherit;
    font-size: 28px;
    font-weight: 600;
}

#main-blog-thumb .wrapper-content-blog .article-desc .article-author{
	color: #65b92c;
    line-height: inherit;
    font-size: 17px;
    font-weight: 500;
}


#main-blog-thumb .wrapper-content-blog .article-desc p{
	font-size: 15px;
    line-height: 27px;
    color: #052f2e;
}

#blog-assurance{
	position: initial;
}

#blog-assurance .blog-assurance-container {
    position: initial;
    bottom: 0;
}

#blog-assurance .blog-assurance-container .thumbnail-assurance{
	text-align: center;
	margin: 20px 0;
}

#blog-assurance .blog-assurance-container .thumbnail-assurance a{
	background-color: #fff;
}

#blog-assurance .blog-assurance-container .thumbnail-assurance a .wrapper p{
	color: #052f2e;
}


.wrapper-content-blog .article-desc p{


}

.pop-up-rewards{
	display:none;
    padding: 0px;
    border: 0px;
    background: transparent;
    position: fixed;
    z-index: 16000002;
    width: 360px;
    right: 10px;
	left: 2%;
	bottom: -6px;

}

.pop-up-rewards .pop-up-title{
	background-color: #64b92c;
	box-shadow: 0 2px 4.5px 0.5px rgba(0,0,0,.2);
	padding: 5px 12px;
	border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.pop-up-rewards .pop-up-title img{
	margin-bottom: 5px;
	margin-top: -10px;
	position: absolute;

}

.pop-up-rewards .pop-up-title h4 {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 3px 8px 4px 8px;
    font-family: Poppins;
    cursor: pointer;
    margin-left: 75px;
}

.pop-up-rewards .pop-up-title i{
	color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    float: right;
    margin: 7px 0px 10px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0px;
}
.pop-up-rewards .pop-up-contents{
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 2px 4.5px 0.5px rgba(0,0,0,.2)
}

.pop-up-rewards .pop-up-contents{
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 2px 4.5px 0.5px rgba(0,0,0,.2)
}
.pop-up-rewards .pop-up-contents button.btn{
	background-color: #499900;
	border-color:#499900;
	width: 100%;
    font-size: 13px;
    padding: 11px 0px;
}
.pop-up-rewards .pop-up-contents .title{
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    line-height: 5px;
    color: #3a8200;
}

.pop-up-rewards .pop-up-contents .body{
    display: inline;
}

.pop-up-rewards .pop-up-contents button{
	text-transform: uppercase;
    margin: 15px 0px;
}

.pop-up-rewards .pop-up-title h4 :hover{
	color: #65b92c;
	text-transform: uppercase;
    display: inline-block;
}

.pop-up-rewards .pop-up-title i { transition: all 0.3s ease-in-out 0s; }

.pop-up-rewards .pop-up-title i:hover{
	color: #3a8200;
	cursor: default;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out 0s;
}

.pop-up-rewards .pop-up-title i:hover .pop-up .pop-up-title h4 {
	color: #fff;
}

.dropdown-menu-horizontal .wrapper-thumbnail .btn{
	border-radius: 22px;
    padding: 5px 10px;
}


.dropdown-menu-horizontal .wrapper-thumbnail .caption .price{
	padding-top: 10px;
	margin-bottom: 0px;
}



/* end start new blog */


#left-sidebar .list-group h4, #left-sidebar .list-group a{
    color: #05302F;
    font-family: Poppins;
    font-weight: normal;
}

.mega-menu .thumbnail .caption h3.brand{
	height: 1.7em !important;
}
.mega-menu .thumbnail .caption h3.brand a{
	color: #bdd137;
}

.mega-menu .thumbnail .caption h3 a {
	font-size: 12px;
	line-height: 18px;
	color: #65b92c;
	display: block;
	text-align: left;
}
.mega-menu .caption .price{
	font-size: 14px;
	color: #ea7c46;
}

.mega-menu .thumbnail .caption h3{
	height: 2.7em;
}

#n_home #main-content{
	margin-top: 0px !important;
}

#main-content{
	margin-top: 20px;
}

@media(max-width:767px){
	.thumbnail .caption h3{
		height: 4em;
	}
}

.usp-bar .usp{
	display: flex;
    justify-content: space-around;
}
.nav.navbar-nav.hidden-xs{
	width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog-content #subscriber_email{
	border: 1px solid tan;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-right: -8px;
	height: 40px;

}

@media(max-width:767px){
	.blog-content #subscriber_email{
		width: 150px;
	}
}
