/*
Theme Name: 	Goal Zero
Description: 	Goal Zero Wordpress theme!
Version: 		1.0
Author: 		Umbrella Creative
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow:400,700');

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*@import "css/reset.css";*/

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ font-family: 'Open Sans', sans-serif; font-size: 16px; /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

*:focus {
	outline: none !important;
}

.content-area p {
    margin-bottom: 15px;
}

.row img {
	max-width: 100%;
	height: auto;
}

.navbar-default {
	border: none;
	border-radius: 0;
	background: none;
	margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	z-index: 99;
    position: relative;
    padding-bottom: 0;
    padding-top: 10px;
}

.navbar-brand img {
	margin-left: 15px;
}

header .caret {
	display: none;
}

#menu-primary-menu,
#menu-secondary-menu,
.login-menu {
	margin-top: 10px;
}

.login-menu {
	margin-right: 15px;
}

.menu-wrap {
	background: #000;
    margin-top: 0px;
    position: relative;
    z-index: 99;
}

.ls-wp-fullwidth-container {
	margin-top: -105px;
}

.navbar-default .navbar-nav li.explore-item:after {
	content: url(img/icon-explore.png);
    position: absolute;
    right: 0;
    top: 17px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
	margin-right: 5px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav li a:focus, 
.navbar-default .navbar-nav li a:hover {
	background: none !important;
	color: #bccc2f !important;
}

.navbar-default .navbar-nav li .dropdown-menu {
	background: #000;
	color: #fff;
	border-radius: 0;
}

.navbar-default .navbar-nav li .dropdown-menu li a {
	color: #868686;
	padding: 5px 15px;
}

.navbar-default .navbar-nav li:hover .dropdown-menu {
	display: block;
}

header .product-items {
	position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    width: 748px;
    padding-left: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #c1d52f;
    border-top: none;*/
}

#menu-secondary-menu {
	margin-left: 45px;
}

#menu-secondary-menu li {
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 1px solid #fff;
}

#menu-secondary-menu li:first-child {
	border-left: 0;
}

#menu-secondary-menu li a {
	text-transform: capitalize;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
    	padding: 0 10px;
}

#menu-secondary-menu li a span {
	color: #c0d42a;
}

header nav.fixed {
    position: fixed;
    z-index: 99;
    top: 0px;
    width: 100%;
}

.login-menu ul li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.login-menu ul li:first-child {
	border-right: 1px solid #fff;
}

.login-menu ul li a {
	padding: 0;
	margin: 0 5px;
	text-transform: capitalize !important;
	font-size: 12px;
}

.login-menu ul li.cart-count a span {
	position: absolute;
    top: 1px;
    left: 47%;
    font-size: 9px;
    color: #bccc2f;
}

.banner {
	height: 400px;
	width: 100%;
    margin-top: -105px;
}

img.full-width-img {
	width: 100%;
	height: auto;
}

.form-control {
	border-radius: 0;
	margin-top: 3px;
}

h2.accent {
	padding: 10px 10px 8px;
   	letter-spacing: 1px;
    font-size: 22px;
    border-bottom: 2px solid #333;
}

.btn {
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
}

.btn:hover {
	background-color: #333;
	color: #fff;
}

iframe {
	max-width: 100%;
}

.content-area {
	padding: 40px 0;
}

.content-area h1,
.content-area h2 {
   font-weight: lighter;
}


.slick-dots li button:before {
	font-size: 18px;
	color: #000;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #bccc2f;
}

.main-home-content {
	background: url(img/home-bg.jpg) no-repeat left 25px;
    background-size: cover;
    padding-bottom: 250px;
}

.section-wide {
	/*width: 130%;
	margin-left: -15%;*/
	margin-top: 50px;
	overflow: hidden;
}

.section-wide .wide-slide .inner {
	padding: 0 0 0 50px;
}

.section-wide .wide-slide .inner:before {
	content: '';
	height: 100%;
	width: 1px;
	background: #000;
	position: absolute;
	left: 15px;
	top: 0;
}

.section-wide .wide-slide .inner:after {
	content: '';
    width: 25px;
    height: 25px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 3px;
    border-radius: 100%;
}

.section-wide .wide-slide .inner h3 {
	text-transform: uppercase;
	font-size: 20px;
}

.section-wide .wide-slide .inner p {
	line-height: 1.6em;
	margin-bottom: 25px;
	font-size: 14px;
}

.section-wide .wide-slide .inner .btn {
    background: #bccc2f;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.section-wide .wide-slide .inner .btn:hover {
	color: #fff;
	background: #6a7505;
}

.section-wide .wide-slide .inner img {
	margin: 0 auto;
}

.featured-products {
	margin: 40px 0;
	margin-top: -250px;
}

.featured-products .featured-products-inner {
	display: block;
	float: left;
	/*border: 1px solid #e0e0e0;*/
	background: #fff;
	margin-bottom: 40px;
	border-top: 1px solid #e0e0e0;
    	border-left: 1px solid #e0e0e0;
}

.featured-products .matchHeight {
    padding: 25px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.featured-products h3 {
	text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 40px;
}

.featured-products h4 {
	text-transform: uppercase;
	font-weight: lighter;
}

.featured-products p {
	font-size: 13px;
	line-height: 1.6em;
}

.featured-products a {
	color: #333;
}

.featured-products a:hover {
	color: #333;
	text-decoration: none;
}

.featured-products a:hover h4 {
	color: #bccc2f;
}

/*.featured-products a:hover p .price {
	color: #333;
}*/

.featured-products p .price {
	font-size: 16px;
}

.featured-products .alt {
	text-align: center;
}

.featured-products .expand-featured img {
	display: block;
	margin: 0 auto;
}

.featured-products .expand-featured-container {
	margin-bottom: 30px;
}

.latest-news {
	background: url('img/latestnews-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 65px 0;
}

.latest-news .news-intro h2 {
	text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 91px;
    font-family: 'Pragati Narrow', sans-serif;
    line-height: 0.8em;
    margin-bottom: 20px;
    margin-top: 60px;
}

.latest-news .news-intro p {
	font-size: 13px;
    color: #fff;
    line-height: 2em;
}

.latest-news .news-intro .btn {
	background: #bccc2f;
    color: #333;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.5s;
}

.latest-news .news-intro .btn:hover {
	background: #6a7505;
	color: #fff;
}

.post-listing .recent-post,
.latest-news .recent-post {
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.29);
}

.post-listing .recent-post {
	margin-bottom: 25px;
}

.post-listing .recent-post .post-inner,
.latest-news .recent-post .post-inner {
	padding: 15px;
	font-size: 12px;
}


.post-listing .recent-post .post-inner span.published-on,
.latest-news .recent-post .post-inner span.published-on {
	text-align: center;
	display: block;
}

.post-listing .recent-post .post-inner span.published-on span.larger,
.latest-news .recent-post .post-inner span.published-on span.larger {
	font-size: 20px;
}

.post-listing .recent-post .post-inner h3,
.latest-news .recent-post .post-inner h3 {
	font-family: 'Pragati Narrow', sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 20px;
}

.latest-news .recent-post .post-inner h3 {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.post-listing .recent-post .post-inner p,
.latest-news .recent-post .post-inner p {
	line-height: 1.6em;
}

.post-listing .recent-post .post-inner .btn,
.latest-news .recent-post .post-inner .btn {
	background: #bebebe;
    color: #333;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    transition: 0.5s;
}

.post-listing .recent-post .post-inner .btn:hover,
.latest-news .recent-post .post-inner .btn:hover {
	color: #fff;
	background: #6f6f6f;
}

.search-block {
	padding: 50px 0;
	overflow: hidden;
}

.search-block img {
	max-width: 110%;
	margin-left: -5%;
}

footer {
	background: #000;
	color: #fff;
	font-size: 13px;
}

footer .container {
	background: url(img/footer-bg.jpg) no-repeat top center;
    background-size: contain;
    padding-top: 80px;
    padding-bottom: 80px;
}

footer #menu-footer-menu {
	list-style: none;
	padding: 0;
	color: #fff;
}

footer #menu-footer-menu li {
	width: 20%;
	display: block;
	float: left;
}

footer #menu-footer-menu li a {
	color: #fff;
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}

footer #menu-footer-menu li a:hover {
	text-decoration: none;
	color: #bccc2f;
}

footer #menu-footer-menu li ul.sub-menu{
	padding: 0;
}

footer #menu-footer-menu li ul.sub-menu li {
	display: block;
    width: 100%;
    margin-bottom: 5px;
}

footer #menu-footer-menu li ul.sub-menu li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
}

footer .footer-slider p {
	line-height: 2em;
	margin: 15px 0;
}

footer .footer-slider .btn {
	background: #fff;
    color: #333;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
}

footer .footer-slider .slick-dots li button:before {
	color: #bebebe;
}

footer .footer-slider .slick-dots li.slick-active button:before {
	color: #c0d230;
}

footer .footer-bottom {
	margin-top: 50px;
}

footer .terms-menu {
	margin-left: 40px;
}

footer .footer-bottom a {
	color: #fff;
}

footer .footer-bottom a:hover {
	text-decoration: none;
	color: #bccc2f;
}

.shopcat {
	padding-bottom: 15px;
	list-style: none;
}

.shopcat h3 {
	font-weight: lighter;
	color: #c0d230;
	margin-bottom: 25px;
}

.shopcat div {
	width: 14.6%;
	text-align: center;
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}

.shopcat div.clearfix {
	width: 100%;
    	margin: 0;
}

.shopcat div a {
	padding: 0 !important;
	text-decoration: none
}

.shopcat div img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}


body.category .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+30 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

body.tax-product_cat .content-area h1.page-title {
	font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #b9b8b8;
    padding-bottom: 30px;
}

.content-area h2.wc-nested-category-layout-category-title {
	color: #333;
	font-weight: lighter;
	text-transform: uppercase;
	border-top: 1px solid #b9b8b8;
    display: block;
    padding: 20px 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.content-area h2.wc-nested-category-layout-category-title.first {
	border: none;
	margin-top: 0;
}

.wc-nested-category-layout-category-title a {
	color: #333 !important;
	text-decoration: none;
}

.content-area ul.products,
.content-area ul.subcategory-products {
	background: #fff;
    padding: 15px;
}

.content-area ul.products .product,
.content-area ul.subcategory-products .product {
	text-align: center;
	font-size: 14px;
}

.content-area ul.products .product a, 
.content-area ul.subcategory-products .product a {
	color: #333;
}

.content-area ul.products .product .btn, 
.content-area ul.subcategory-products .product .btn {
	    background: #bccc2f;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: 0.5s;
}

.content-area ul.products .product .btn:hover, 
.content-area ul.subcategory-products .product .btn:hover {
    color: #fff;
    background: #6a7505;
}

.standard-page .content {
	font-size: 14px;
	line-height: 1.8em;
}

.standard-page .content h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
}

.standard-page .content h3 {
	font-weight: lighter;
    text-transform: uppercase;
    font-size: 30px;
}

.standard-page .content h4 {
    color: #b0d624;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
}

.standard-page .content ul {
	padding-left: 0;
}


.standard-page .content ul li {
	list-style: none;
	background: url('img/li-bak.png') no-repeat left center;
	padding-left: 25px;
}

.standard-page .content ol {
	padding-left: 20px;
}

.woocommerce ul.products li.product .price {
	color: #333;
	font-size: 16px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 0;
}

.woocommerce ul.products li.product h3 {
	font-weight: normal;
	font-size: 18px;
}

.woocommerce-nested-category-layout-see-more {
	display: block;
    background: #000;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 30px auto;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
}

.woocommerce-nested-category-layout-see-more:before {
	content: '+';
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-weight: bold;
    font-size: 34px;
    line-height: 1em;
}

form.woocommerce-ordering {
	display: none;
}

img.banner-overlay {
	    display: block;
    margin: 0 auto;
    max-width: 500px;
    margin-top: -234px;
    z-index: 9;
    position: relative;
    margin-bottom: -40px;
}

.woocommerce-page div.product .woocommerce-tabs {
    float: right;
    width: 48%;
    clear: none;
}

body.single-product .product h1.product_title {
   font-size: 22px;
}

body.single-product .product .price {
   color: #333 !important;
   font-size: 40px !important;
   font-weight: bold;
   float: left;
}

body.single-product div.product form.cart {
   float: right;
   padding-top: 5px;
}

body.single-product .product_meta {
   display: none;
}

.woocommerce .quantity .qty {
    width: 50px;
    height: 45px;
}

.woocommerce div.product form.cart .button {
    height: 45px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0;
    background: #bccc2f;
    transition: 0.5s;
}

.woocommerce div.product form.cart .button:hover {
    background: #6a7505;
    color: #fff;
}


body.single-product .related.products {
    float: right;
    width: 48%;
    clear: right;
}

body.single-product .related.products .products {
   padding: 0;
}

body.single-product .related.products p,
body.single-product .related.products .btn {
  display: none;
}

body.single-product .related.products img {
   margin-bottom: 0 !important;
}

body.single-product .related.products h2 {
    font-size: 22px;
    margin: 0 0 15px;
}

body.single-product .related.products .products h3,
body.single-product .related.products .products .price {
    font-size: 10px !important;
    float: none;
}

body.single-product .related.products .products li {
    padding: 5px;
    border: 1px solid #d7d7d7;
}

div.product div.summary {
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
   border-radius: 0;
   background: none !important;
   border: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
    box-shadow: none;
}

.page-title {
   font-weight: lighter;
   text-transform: uppercase;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, .woocommerce form.register {
	border: 1px solid #cfe42e;
	border-radius: 0;
	font-weight: 300;
}

.woocommerce form .form-row label {
	font-weight: 300;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    padding: 15px;
    min-height: 50px;
    background: none;
    border: 1px solid #bccc2f;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background: #bccc2f;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 8px 25px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 20px;
    transition: 0.5s;
}

.content-area a {
	color: #bccc2f;
}

p.login-button-cont {
	float: left;
}

p.woocommerce-LostPassword {
	float: right;
	margin-top: 14px;
}

.clearfix {
	z-index: -1;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background: #6a7505;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
   padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {

	/*list-style: none;
	text-transform: uppercase;
	border-top: 1px solid #bccc2f;
	padding: 10px;*/
	background: none;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #333;
}



.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	/*color: #bccc2f;*/
	text-decoration: none;
}

.woocommerce-message,
.woocommerce-info {
	    border-top-color: #bccc2f;
}

.woocommerce-message:before,
.woocommerce-info:before {
	color: #bccc2f;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #bccc2f;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background: #6a7505;
}

.woocommerce form .form-row .select2-container {
	line-height: 3em;
}

.select2-container .select2-choice {
	border: 1px solid #a9a9a9;
	border-radius: 0;
}

.retail-slider {
    width: 400px;
    position: absolute;
    top: 90px;
}

.retail-slider img {
	 max-width: 130px;
	 margin-left: 0;
	 margin-bottom: 12px;
	 margin-right: 20px;
}

.postcode-img {
  	position: absolute;
    	top: 149px;
    	width: 250px;
    	left: 499px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 1.5em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: normal;
	color: #a8a8a8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #333;
}

.alignleft {
   float: left;
   margin-right: 15px;
}

.alignright {
   float: right;
   margin-left: 15px;
}

.alignleft,
.alignright,
.alignnone {
   margin-bottom: 15px;
}

.navigation {
	margin-top: 15px;
}


.navigation ul {
	padding: 0;
}

.navigation ul li {
	list-style: none;
}

.navigation ul li a {
    display: block;
    float: left;
    padding: 0 0;
    color: #333;
    background: #bccc2f;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    line-height: 2.3em;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}

.navigation ul li a:hover,
.navigation ul li.active a  {
	color: #bccc2f;
    	background: #333;
}

.navigation ul li.no-circ a {
	width: auto;
	padding: 0 20px;
	border-radius: 15px;
}

.contact-nav {
	margin-top: 50px;
	margin-bottom: 1px;
	border: none;
}

.contact-nav li {
	padding: 0 35px;
	border-left: 1px solid #6e6e6e;
}

.contact-nav li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.contact-nav li a {
	border-radius: 0;
	border: none;
}

.contact-nav li.active a {
	border-bottom: 5px solid #000;
}

.contact-nav li:first-child {
	border: none;
}


.contact-nav>li>a:hover,
.contact-nav>li.active>a, 
.contact-nav>li.active>a:focus, 
.contact-nav>li.active>a:hover {
	border: none;
	border-bottom: 5px solid #000;
	background: none;
}

.page-template-template-contact .content-area {
	padding: 0;
}

.contact-main {
	background: url('img/contact-bg.jpg') no-repeat center bottom;
	padding: 50px 0;
	color: #fff;
	background-size: cover;
}

.contact-main .form-control {
	border: 1px solid #fff;
    	background: none;
    	margin-bottom: 10px;
    	min-height: 50px;
    	color: #fff;
    	font-style: italic;
}

.contact-main select.form-control:focus {
	background: #a0c11a;
}

.contact-main .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #fff;
}
.contact-main .form-control::-moz-placeholder { /* Firefox 19+ */
  	color: #fff;
}
.contact-main .form-control:-ms-input-placeholder { /* IE 10+ */
  	color: #fff;
}
.contact-main .form-control:-moz-placeholder { /* Firefox 18- */
  	color: #fff;
}

.contact-main .btn {
	margin-top: 10px;
	padding: 8px 40px;
	background: #fff;
	color: #a2a1a1;
	transition: 0.5s;
}

.contact-main .btn:hover {
	background: #e6e6e6;
}

body.page-template-default .content-area {
	background: url('img/home-bg.jpg') no-repeat center center;
	background-size: cover;
}

.page-template-default .banner {
	height: 320px;
}

.standard-page {
	margin-top: -237px;
}

.standard-page h1 {
	color: #fff;
	margin: 60px 0 120px;
}

.sidebar h2 {
	color: #b0d624;
	background: #313131;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	padding: 12px;
	margin: 0;
}

.sidebar h2 strong {
	font-style: normal;
}

.sidebar .sidebar-slider {
	background: #fff;
   	padding: 15px 5px 35px;
   	margin-bottom: 0
}

.sidebar .sidebar-slider .slick-dots {
	bottom: 5px;
}


.sidebar .sidebar-slider-bottom  .slick-dots li,
.sidebar .sidebar-slider  .slick-dots li {
	margin: 0;
}

.sidebar .sidebar-slider-bottom  .slick-dots li button:before,
.sidebar .sidebar-slider  .slick-dots li button:before {
	font-size: 12px;
}

.breadcrumbs {
	font-size: 12px;
	margin-bottom: 15px;
}

.breadcrumbs a {
	font-weight: bold;
	color: #000;
}



.landing-featured {
	margin: 0;
}

.landing-featured .matchHeight {
	border-bottom: 0;
	padding: 25px 25px 0;
	text-align: center;
}

.landing-featured.featured-products .matchHeight:last-child {
	border: none;
}

.landing-featured .matchHeight span.price {
	display: block;
	margin: 15px 0;
}

.landing-featured .matchHeight .btn {
    background: #bccc2f;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    transition: 0.5s;
    display: block;
    margin-top; 20px;
}

.landing-featured .matchHeight .btn:hover {
    color: #fff;
    background: #6a7505;
}

.landing-page h3.recommended-products {
	text-align: center;
	font-weight: lighter;
	font-size: 24px;
	margin: 45px 0 10px;
}

.recommended-products {
	margin-top: 0;
}


header .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

#menu-secondary-menu li {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 15px;
	border: none;
}

#menu-secondary-menu li.dropdown:hover {
  position: static;
}

#menu-secondary-menu li.dropdown:hover a:after {
	height: 15px;
    width: 15px;
    display: block;
    content: '';
    background: #3c3c3c;
    position: absolute;
    left: 50%;
    bottom: -28px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-secondary-menu li.dropdown:hover .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 65px;
  background: #3c3c3c;
  border: none;
}

#menu-secondary-menu .dropdown-menu > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border: none;
  padding: 0;
}

#menu-secondary-menu .dropdown-menu > li a:after {
	display: none !important;
}

.store_locator_plus {
	margin-top: 25px;
}

.slp_search_form .search_box .search_item .slp_ui_button {
    background: #bccc2f;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 35px;
    font-family: 'Pragati Narrow', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    transition: 0.5s;
    margin: 0;
    line-height: 1em;
    border: none;
}

.slp_search_form .search_box .search_item .slp_ui_button:hover {
    color: #fff;
    background: #6a7505;
}

.slp_results_container .results_wrapper {
    border: none !important;
    background: #fff;
    border-radius: 0 !important;
}

#slp_tagline {
	display: none;
}

#customer_login h2 {
	font-weight: lighter;
}

.sidebar-slider-bottom {
	margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
}

.about-us-wrapper .btn-default {
    background: #bccc2f;
    color: #000;
    font-weight: bold;
    transition: 0.5s;
}

.about-us-wrapper .btn-default:hover {
	background: #6a7505;
	color: #fff;
}

.about-us-wrapper .btn-primary {
    background: #000;
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
}

.about-us-wrapper .btn-primary:hover {
	background: #565656;
}

.about-us-middle {
	background: #eaeaea;
    	padding: 75px 0;
    	font-size: 14px;
    	line-height: 1.8em;
}

.about-us-middle blockquote {
	border: none;
	padding: 10px 0;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.375em;
}

.about-us-bottom {
	padding: 50px 0;
	position: relative;
}

.about-us-bottom:after {
	width: 100%;
    background: #fff;
    height: 1px;
    display: block;
    content: '';
    bottom: 50px;
    position: absolute;
}

.about-us-bottom .nav-tabs > li, 
.about-us-bottom .nav-tabs .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.about-us-bottom .nav-tabs, 
.about-us-bottom .nav-pills {
    text-align:center;
}

.about-us-bottom .nav-tabs {
	border: none;
	margin: 25px 0 40px;
}

.about-us-bottom .nav-tabs>li>a {
    background: #212121;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 30px;
    border-radius: 5px;
    border: none !important;
    margin: 0 10px;
    transition: 0.5s;
}

.about-us-bottom .nav-tabs>li.active>a, 
.about-us-bottom .nav-tabs>li.active>a:focus, 
.about-us-bottom .nav-tabs>li.active>a:hover {
	background: #b0d624;
	color: #212121;
}

.about-us-bottom .about-profile {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #adadad;
}

.about-us-bottom .about-profile:nth-child(odd) {
	border-right: 1px solid #adadad;
}

.about-us-bottom .about-profile img {
	border-radius: 100%;
}

.about-us-bottom .about-profile h5 {
	margin-top: 0;
}

.about-us-bottom .about-profile p {
	font-size: 10px;
}

.about-us-bottom .about-profile .btn {
	background: #212121;
	transition: 0.5s;
}

.about-us-bottom .about-profile .btn:hover {
	background: #b0d624;
	color: #212121;
}

#wpsl-result-list,
#wpsl-gmap {
	width: 100%;
	float: none;
	font-weight: bold;
}

#explore-items .explore-inner {
	margin-top: 15px;
	margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.sidebar .sub-menu {
    background: #b0d624;
    color: #fff;
    list-style: none;
    padding: 0 0 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.sidebar .sub-menu li {
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.sidebar .sub-menu li a { 
	padding: 8px 12px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.sidebar .sub-menu li a:hover {
	text-decoration: none;
	background: #badb29;
}

.sidebar .sub-menu li.parent a {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.sidebar .sub-menu li.current_page_item a {
	color: #333;
	background: #badb29;
}

#wpsl-result-list #wpsl-stores {
	height: 100% !important;
}

#wpsl-wrap #wpsl-result-list ul li {
	background: #fff;
	border-bottom: 1px solid #c0d42a;
}

#wpsl-wrap #wpsl-result-list ul li:nth-child(even) {
	background: #f7f7f7;
}

#wpsl-result-list li p {
	font-weight: lighter;
}

#wpsl-wrap .wpsl-search {
    background: #b0d624;
    border-radius: 10px;
    /*color: #fff;*/
    font-weight: lighter;
}

#wpsl-search-wrap label {
	color: #fff;
	font-weight: lighter;
	margin-top: 4px;
}

#wpsl-search-btn {
    background: #333;
    color: #fff;
    border: none !important;
    border-radius: 20px !important;
    padding: 8px 35px;
    transition: 0.5s;
}

#wpsl-search-btn:hover {
	background: #000;
}

.footer-widget {
	position: absolute;
    	top: 159px;
    	left: 525px;
}

.footer-widget label {
	display: none !important;
}

.footer-widget #wpsl-widget-search {
	background: none;
   	border: none;
    	width: 123px;
    	color: #fff;
   	font-size: 14px;
}

.footer-widget input[type="submit"] {
	    position: absolute;
    right: -38px;
    top: -6px;
    width: 35px;
    border-radius: 15px;
    height: 35px;
    background: none;
    border: none;
    text-indent: -999em;
}

.wpsl-dropdown ul li {
	background: none !important;
}

.product-submenu {
    background: #3c3c3c;
    margin-top: 5px;
}

.product-submenu li {

}

.product-submenu li a {
	border-radius: 0;
	padding: 12px 30px;
    	color: #fff;
    	font-size: 14px;
    	color: #868686;
    	background: none !important;
}

.product-submenu li a:hover {
	color: #c0d42a;
}

.woocommerce span.onsale {
	padding: 0;
	background: #bccc2f;
	z-index: 99;
}

.post-feat-img {
	margin-bottom: 25px;
	width: 100%;
}

#menu-secondary-menu li ul li.active a {
	background: none;
	color: #c0d42a;
}

.header-slider {
	background: #b0d624;
	padding: 5px;
	margin-bottom: 0 !important;
	color: #fff;
	text-align: center;
	font-size: 12px;
	z-index: 99;
	height: 40px;
}

.header-slider a {
	color: #fff;
	font-weight: bold;
	text-decoration: none !important;
	transition: 0.5s;
}

.header-slider a:hover {
	color: #000;
}

.header-slider a span {
	font-weight: lighter;
	font-style: italic;
	font-size: 10px;
}

.header-slider .slick-dots {
	bottom: -2px;
}

.header-slider .slick-dots li {
	margin: 0;
	width: 15px;
}

.header-slider .slick-dots li button:before {
	font-size: 8px;
	color: #000;
}

.header-slider .slick-dots li.slick-active button:before {
	color: #70980a;
}

.woocommerce-variation-availability {
	display: block;
	float: left;
	width: 100%;
}

.woocommerce div.product .stock {
	float: left;
}

.woocommerce div.product .stock,
.woocommerce-variation-availability .stock {
	color: #bccc2f !important;
	font-size: 11px;
	clear: left;
}

.woocommerce div.product form.cart .variations td.label {
	color: #333;
}

.modal .close {
    background: #000;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.48);
    margin-top: -28px;
    margin-right: -28px;
}

#newsletter-modal .modal-content {
	    border: 10px solid #fff;
	    background: #f1f1f1;
		background: url(img/home-bg.jpg) no-repeat center center;
		background-size: cover;
}

#newsletter-modal .modal-content h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-top: 80px;
}

#newsletter-modal .modal-content h4 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}

#newsletter-modal .modal-content input.email {
    width: 200px;
    border-radius: 0;
    background: none;
    border: 2px solid #fff;
    padding: 10px;
    float: left;
    margin-left: 110px;
}

#newsletter-modal .modal-content input#mc-embedded-subscribe {
    float: left;
    width: 100px;
    clear: none;
    height: 46px;
    border-radius: 0;
    background: #fff;
    color: #b7b7b7;
    transition: 0.5;
}

#newsletter-modal .modal-content #mc_embed_signup {
	margin-bottom: 100px;
}

.post-listing .recent-post .post-inner .category-profile {
	text-align: center;
}

.post-listing .recent-post .post-inner .category-profile h5 {
	font-weight: normal;
}

.wdi_toggle_container,
.wdi_ctrl_btn_container,
.wdi_spider_popup_close,
.wdi_feed_main_container .wdi_photo_overlay:hover {
	background-color: #c0d42a !important;
}

.wdi_toggle_container,
.wdi_ctrl_btn_container {
	border-radius: 0 !important;
}

.wdi_feed_main_container .wdi_load_more_wrap, 
.wdi_feed_main_container .wdi_spinner_wrap {
	border: 1px solid #c0d42a !important;
}

.wdi_feed_main_container  .wdi_load_more_spinner,
.wdi_feed_main_container  .wdi_load_more_text {
	color: #c0d42a !important;
}

.contact-main a {
	color: #f1f1f1;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li,
.woocommerce ul#shipping_method li {
   background: none;
}

/* WooCommerce 3.0 Gallery */

.pswp__button--arrow--left, .pswp__button--arrow--right {
	height: auto !important;
	margin-top: 0 !important;
}

.woocommerce table.shop_table {
    background: rgba(255, 255, 255, 0.7);
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


@media(max-width: 1200px) {

	#menu-primary-menu.navbar-nav>li>a {
		font-size: 12px;
    		padding: 15px 10px;
	}
	
	#menu-secondary-menu {
		margin-left: 25px;
	}
	
	.login-menu ul li a,
	#menu-secondary-menu li a {
		font-size: 10px;
	}
	
	.navbar-default .navbar-nav li.explore-item:after {
		right: -5px;
	}
	
	header .product-items {
		width: 548px;
	}
	
	#menu-primary-menu.navbar-nav li .dropdown-menu li a {
		font-size: 12px;
	}
	
	.section-wide .wide-slide .inner h3 {
		font-size: 16px;
	}
	
	.section-wide .wide-slide .inner .btn,
	.section-wide .wide-slide .inner p {
		font-size: 12px;
	}
	
	.latest-news .news-intro h2 {
		font-size: 74px;
	}
	
	.latest-news .news-intro .btn {
		font-size: 12px;
	}
	
	.retail-slider {
		width: 330px;
		top: 80px;
	}
	
	.retail-slider img {
		max-width: 100px;
	}
	
	.postcode-img {
		top: 118px;
    		left: 400px;
	}
	
	.footer-widget {
		top: 128px;
    		left: 435px;
	}
	
	.content-area ul.products .product .btn, .content-area ul.subcategory-products .product .btn {
		font-size: 16px;
	}

	.product-submenu li a {
		padding: 12px 20px;
	}
	
	footer .footer-slider .btn {
		font-size: 16px;
	}
	
	.contact-nav li {
		padding: 0 15px;
	}

	body.home header {
		background: #000;
	}

    .layer-slider-cont {
        margin-top: 105px;
    }

}

@media(max-width: 991px) {

	.layer-slider-cont {
		margin-top: -45px;
    }

	.navbar-brand img {
		max-width: 150px;
    		margin-top: 5px;
	}
	
	#menu-secondary-menu {
		margin-right: 15px;
		float: right;
	}
	
	.login-menu {
		position: absolute;
	    	right: -15px;
	    	top: 55px;
	    	background: #000;
	    	padding: 0px 10px;
	}
	
	.login-menu ul li {
		margin-top: 0;
		margin-bottom: 5px;
	}
	
	header .product-items {
		width: 380px;
	}
	
	.latest-news .news-intro h2 {
		font-size: 56px;
	}
	
	.latest-news .news-intro .btn {
		padding: 10px 20px;
		font-size: 10px;
	}
	
	.post-listing .recent-post .post-inner h3, 
	.latest-news .recent-post .post-inner h3 {
		font-size: 16px;
	}
	
	.post-listing .recent-post .post-inner p, 
	.latest-news .recent-post .post-inner p {
		font-size: 10px;
	}
	
	.post-listing .recent-post .post-inner .btn, .latest-news .recent-post .post-inner .btn {
		font-size: 12px;
	}

	.retail-slider {
		width: 250px;
    		top: 60px;
	}
	
	.retail-slider img {
		max-width: 70px;
	}
	
	.postcode-img {
		top: 93px;
	    	left: 316px;
	    	width: 185px;
	}
	
	.footer-widget {
		top: 97px;
    		left: 344px;
	}
	
	footer .footer-slider .btn {
		font-size: 12px;
	}
	
	.footer-slider .slick-dots li {
		margin: 0;
	}
	
	.footer-slider .slick-dots li button:before {
		font-size: 14px;
	}
	
	.footer-bottom .pull-left {
		width: 100%;
	}
	
	.footer-bottom .pull-left .terms-menu {
		float: right;
	}
	
	.footer-bottom .pull-right {
		margin-top: 15px;
	}
	
	#menu-primary-menu.navbar-nav li .dropdown-menu .product-items li a {
		font-size: 8px;
	}
	
	.shopcat div {
		line-height: 0.8em;
	}
	
	.content-area ul.products .product .btn, 
	.content-area ul.subcategory-products .product .btn {
		font-size: 12px;
	}
	
	.woocommerce li.type-product p {
		font-size: 12px;
	}
	
	.content-area .sidebar {
		margin-top: 19px;
	}
	
	.masonry .col-sm-3 {
		width: 33.33%;
	}
	
	.contact-nav li {
	    	padding: 0px 10px;
	    	font-size: 12px;
	}

    .ls-wp-fullwidth-container {
		margin-top: 45px;
	}

}

@media(max-width: 767px) {

	.layer-slider-cont {
		margin-top: -30px;
    }

	.navbar-toggle {
		border-radius: 0;
		border-color: #fff;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #b0d624;
		border-color: #b0d624;
	}
	
	.navbar-brand img {
		margin-top: 0;
	}
	
	.menu-primary-menu-container {
		/*margin-top: 10px;*/
	}
	
	#menu-primary-menu, #menu-secondary-menu, .login-menu {
		margin: 0;
	}
	
	#menu-primary-menu.navbar-nav>li>a {
		padding: 5px 10px;
	}
	
	.menu-secondary-menu-container {
		display: block;
    		width: 100%;
    		float: left;
    		margin-top: 5px;
    		border-top: 1px solid #fff;
    		padding-top: 5px;
	}
	
	.navbar-default .navbar-nav li.explore-item:after {
		display: none;
	}
	
	#menu-secondary-menu {
		float: left;
	}
	
	#menu-secondary-menu li {
		padding-top: 5px;
		padding-bottom: 5px;	
	}
	
	.login-menu {
		position: relative;
	    	width: 100%;
	    	float: left !important;
	    	left: auto;
	    	top: auto;
	    	border-top: 1px solid #fff;
    		margin-left: -15px;
    		padding-left: 30px;
    		margin-top: 5px;
    		padding-top: 5px;
    		background: #333;
    		text-align: center;
	}
	
	.login-menu ul li a {
		margin: 0;
	}
	
	.login-menu ul li a, #menu-secondary-menu li a {
		font-size: 12px;
	}
	
	header .navbar-default .navbar-nav li .dropdown-menu {
		display: block;
		position: relative;
		width: 100%;
		padding: 0;
		background: none !important;
    		margin: 0 !important;
    		text-align: left !important;
	}
	
	#menu-primary-menu .dropdown-menu li {
		width: 50%;
		float: left;
	}
	
	#menu-secondary-menu .dropdown-menu > li {
		display: block;
		padding: 5px;
		float: left;
		width: 50%;
		height: auto;
	}
	
	.login-menu ul li.cart-count a span {
		left: 50%;
	}
	
	#menu-secondary-menu li.dropdown:hover a:after {
		display: none !important;
	}
	
	footer #menu-footer-menu li {
		width: 100%;
		text-align: center;
	}
	
	footer .footer-bottom {
		text-align: center;
	}
	
	.footer-bottom .pull-right {
		width: 100%;
	}
	
	.latest-news .recent-post {
		margin-bottom: 15px;
	}
	
	.post-listing .recent-post img, .latest-news .recent-post img {
		width: 100%; 
		height: auto;
	}
	
	.latest-news {
		padding: 15px 0 50px;
	}
	
	.latest-news .news-intro .btn {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	.search-block img {
		display: none;
	}
	
	.retail-slider {
            top: auto;
	    background: url('img/footer-slider-bg.jpg') no-repeat center center;
	    background-size: cover;
	    width: 100%;
	    float: left;
	    padding: 20px 10px 0;
	    position: relative;
	    margin-bottom: 20px;
	    border-radius: 10px;
	}
	
	.retail-slider img {
		max-width: 90%;
		display: block
	}
	
	.search-block .postcode-img {
	    position: relative;
	    left: 0;
	    margin-left: 0;
	    top: initial;
	    width: 310px;
	    margin: 0 auto;
	    display: block;
	    float: none;
	    margin-bottom: 20px;
	}
	
	.search-block h3 {
		text-align: center;
	    text-transform: uppercase;
	    color: #333;
	    font-size: 30px;
	    text-shadow: 1px 1px 2px #84
	}
	
	.footer-widget {
		position: relative;
	    top: auto;
	    left: initial;
	    display: block;
	    margin: 10px auto;
	    width: 100px;
	    margin-top: -57px;
	    margin-bottom: 30px;	
	}
	
	body.single-product .related.products,
	.woocommerce-page div.product .woocommerce-tabs {
		float: left;
		width: 100%;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0 0.8em;
	}
	
	body.single-product .related.products .products li {
		margin-bottom: 10px;
	}
	
	.product-submenu li a {
		padding: 12px 10px;
		font-size: 12px;
	}
	
	.about-us-wrapper .btn-default {
		margin-bottom: 10px;
	}
	
	.masonry .col-sm-3 {
		width: 50%;
	}
	
	.contact-nav li {
		display: block;
	    	width: 100%;
	    	text-align: center;
	    	border: none;
	}
	
	.contact-main {
		font-size: 14px;
	}

	.ls-wp-fullwidth-container {
		margin-top: 30px;
	}

	.mobile-cart-count {
		width: auto;
		float: right !important;
		background: none;
		border: none;
		margin-right: 25px;
		padding: 10px 0 !important;
    }

	.mobile-cart-count ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }

	.mobile-cart-count ul li {
		margin: 0;
    	border-right: 0 !important;
    }

	.mobile-cart-count ul li.cart-count a span {
		top: 6px;
    }

}