body {
	font-family: 'Muli', sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #252525 /*{body-font-colour}*/;
	background-color: #ffffff;
}


/*------------- Text Styling -------------*/
a,
.pagination > li > a,
.pagination > li > span  {
	color: #252525 /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #252525 /*{link-text-colour}*/;
	opacity:0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
	color: #333333 /*{headers-colour}*/;
}
h1,
.h1 {
	font-size: 32px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 15px /*{header-5-font-size}*/;
}


/*------------- Button Styling -------------*/
.btn-default,
.label-default,
body.active #mobile-menu .closebtn {
	color: #FFFFFF /*{btn-default-text-colour}*/;
	background-color: #373842 /*{btn-default-bg-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover
.open .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	color: #FFFFFF /*{btn-default-text-colour-hover}*/;
	background-color: #26272d /*{btn-default-bg-colour-hover}*/;
}

.btn-primary,
.btn-success,
.label-primary,
.label-success,
.blog-thumbnail .blog-date,
#wrapper-staticmenu .navbar-nav > li > a:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFFFFF /*{btn-primary-text-colour}*/;
	/*background-color: #95b675 /*{btn-primary-bg-colour}*/;
	background-color: #6FC498;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #8adab0 /*{btn-primary-bg-colour-hover}*/;
}

.btn-warning,
.label-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	/*background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	background-color: #F3776B;
}
.thumbnail-badge.label-warning span {
	color: #ffffff /*{btn-warning-text-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #fa9389 /*{btn-warning-bg-colour-hover}*/;
}

.btn-danger,
.label-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
}
.thumbnail-badge.label-danger span {
	color: #ffffff /*{btn-danger-text-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
}

.btn-info,
.label-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #8b8c9a /*{btn-info-bg-colour}*/;
}
.thumbnail-badge.label-info span {
	color: #ffffff /*{btn-info-text-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #9b9cab /*{btn-info-bg-colour-hover}*/;
}

.btn-inverse {
	color: #333333 /*{btn-inverse-text-colour}*/;
  border-color: #333333 /*{btn-inverse-border-colour}*/;
	background-color: #ffffff;
}

/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #989898;
  background-color:#fff;
  margin: 0 3px;
  border: none;
  display: inline-block;
  text-align: center;
}

/*--------- HEADER ---------*/
/* Annoucement Bar */
#wrapper-announcement {
  background-color: #373842 /*{announcement-bg}*/;
}
#wrapper-announcement,
#wrapper-announcement a {
  color: #fff /*{announcement-text}*/;
}

/* Header Cart */
#header-cart span,
.mob-cart span.cart-count {
  background-color:#6FC498 /*{btn-primary-bg-colour}*/;
  color: #fff /*{btn-primary-text-colour}*/;
}

/* Main Menu */
#wrapper-staticmenu .navbar-nav > li > a {
  color: #363741 /*{header-menu-link}*/;
	font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
}
#wrapper-staticmenu .navbar-nav > li:hover > a,
#mobile-menu a:focus,
header .list-social a:hover .fa,
footer .list-social .fa:hover {
  /*color: #95b675*/ /*{header-menu-link-hover}*/;
  color: #6FC498;
}

.ul-diet {
	min-width: 800px !important;
	width: auto;
	left: -500px !important;
}

/*--------- HOME PAGE ---------*/
.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before,
#instafeed > a:hover:after {
	background-color: rgba(55, 56, 66, 0.9) /*{carousel-bg-colour}*/;
}
.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption p,
.wrapper-featured-grid .caption h2.headline,
.wrapper-featured-grid .caption .linktext,
#instafeed > a span.likes {
	color: #ffffff /*{carousel-text-colour}*/;
}

.myacctlbl {
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: absolute;
    left: -100px;
    top: 15px;
    color: #F3776B;
    text-transform: uppercase;
}

.myacctlink:hover + .myacctlbl {
	 opacity: 1.0;
}


.searchlbl {
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: absolute;
    left: 80px;
    top: 15px;
    color: #363741;
    text-transform: uppercase;
}

.searchlink:hover + .searchlbl {
	 opacity: 1.0;
}

.cartlbl {
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: absolute;
    right: -10px;
    top: 15px;
    color: #363741;
    text-transform: uppercase;
}

.cartlink:hover + .cartlbl {
	 opacity: 1.0;
}


.about-heading {
	font-family: 'Caveat', cursive !important;
	font-size: 45px;
}


/*----------Welcome Page------- */
.well-wc {
	
	min-height: 280px;
}

/*--------- FOOTER ---------*/
/* USPS */
.wrapper-usps .fa {
  color: #95b675 /*{usp-colour}*/;
}


/*-------------Category Pages-----*/
.n-responsive-content {
	margin-top: 20px;
}


/* Brands page */
ul.ul-brands {
	margin: 0;
	padding: 0px 60px; 
}

ul.ul-brands li {
	margin: 5px 0px 0px;
	list-style: outside none none;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	padding: 30px;
}

.brand-link {
	font-size: 20px;
	text-transform: uppercase;
}

.brand-link:hover {
	font-weight: bold;
}

.brand-item {
	font-size: 16px !important;
}

.brand-new-list {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;	
}


.list-selected:before {
  content: "";
  background: #373842;
  border-color: #373842;
}

.listsidebar-selected:before {
  content: "";
  background: #373842;
  border-color: #373842;
}


/*-------------Product thumbs-----*/
.new-caption {
	margin-bottom: 0px !important;

}

.brandcap {
	background: #58595b;
	padding: 10px;
	color: white;
	font-size: 14px !important;
	font-weight: bold !important;
	height: auto !important;
}

.productcap {
	background: #e0e0e0;
	padding:10px;
	/*font-weight: bold !important;*/
}


.productHeading div {
	font-size: 11px;
	letter-spacing: -0.35px;
}

.productDetails div {
	font-size: 12px;
	letter-spacing: -0.35px;
}

/*----------ups header ------ */
.upsheader {
	color: #F3776B;
	font-size: 16px;
	font-weight: bold;
}

/*-------- updated brand listing -----*/
.brands-page .brand-item .brandlogo{
	min-width: 200px;
}

.brands-page .brand-item .brandDesc {
	padding-top: 50px;
}

.brand-gap {

}

.pager-selected {
	background: #efefef !important;
}

.category li>a {	
	padding: 5px 50px !important;
	min-width: 230px;	
}

.wishlisturl {
	text-decoration: underline;	
}

.list-selected {
	background-color: #58595b !important;
	color: #fff;
}


/*product thumbs */
.addtocart {
	margin-bottom: 0px !important;
}

.thumbfield a {
	height: 30px !important;
	line-height: 30px !important;

}

.thumbqty {
	height: 32px !important;
}


.option_container {
	border: 5px solid lightgray;
	padding: 30px 20px;
	min-height: 439px;
}


.about-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	width: 80%;
	font-size: 1.5vw;
	line-height: 36px;
}


#forgotpwdlink {
	color: #337ab7 !important;
	text-decoration: underline !important;
}


.superspecial {
	width: 50px !important;
	height: 50px !important;
	font-size: 10px !important;
}

.footertxt {
	margin: 5px 0;
	font-size: 13px !important;
	font-weight: 400 !important;		
	line-height: 140%;
	color: #6b6b6b;
	font-family: 'Muli', sans-serif;	
}


/* new content for SEO */
#more, #FAQmore {
	display: none;
}

#readMoreBtn, #FAQBtn, .miscBtn {
	color: #6FC498;
	border: none;
	text-decoration: underline;
	cursor: pointer;
	background: none;	
}


/* top bar for home page */
#wrapper-topbar {
  margin-bottom: 0;
  min-height: inherit;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 0;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #373842;
  color: #fff;
}
#wrapper-topbar .fa {
  font-size: 18px;
  vertical-align: top;
  margin-right: 5px;
}

#wrapper-topbar a {
	padding-right: 25px;
	color: #fff;
}

@media (max-width: 767px) {
  #wrapper-topbar {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 7px 0;
  }
}