/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.post {
  margin: 0 0 10px; }
  
/**  
#navigation ul.cart a.cart-contents {
padding-top: 1.1em;
} **/

a.cart-contents:before {
padding-right: 0em;
}

.label-wrap.wapl-alignleft {
margin-bottom: 4px;
}

.label-wrap.wapl-alignright {
float: right;
max-width: 45%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #8CB834;
  font-weight: 300;
  line-height: 1.2em !important; }
  
h3 {
  font-size: 1.414em; }  
  
a.checkout-button button alt wc-forward {
margin-bottom: 1em !important;
}	

.post .title a:link, .post .title a:visited,
.page .title a:link, .page .title a:visited {
  color: #8CB834; }
  
.payment_methods li img {
margin-left: 10px;
}

del { 
display: none;
}

/* Mobile nav menu colour */

ul.nav li ul li a { 
color: #fff !important;
}

ul.nav li a {
color: #fff !important;
}	

/** Remove password strengh indicator **/

form.register .woocommerce-password-strength,
form.register .woocommerce-password-hint {
	display: none;
}

/** Product label font size **/

.wapl-flash .product-label {
font-size: 10px;
}

/** Mobile menu button positions **/

@media only screen and (max-width: 767px) { 

#navigation ul.rss {
right: 34px;
float: none;
margin: 0;
position: absolute;
top: 16px; }

#navigation .nav-home:before, #navigation .nav-close:before, #navigation ul.rss li a:before, #navigation ul.cart a.cart-contents:before, #navigation ul.nav-search a.search-contents:before {

margin-top: -6px;
    
} 

#navigation .nav-home, #navigation .nav-close, #navigation ul.rss li a, #navigation ul.cart a.cart-contents, #navigation ul.nav-search a.search-contents {
height: 1.3em;
width: 1.3em;
}

#navigation .nav-home {
left: auto;
right: 0.75em;
}

.entry table td, .entry table th {
padding: .857em 0.7em;
}

/* Remove post meta */

.post-meta {
display: none !important;
}

.post-meta .small .author {
display: none !important;
}

.breadcrumb-trail {
margin-top: 0.5em;
}

.feefo-container-sticky-service .alignment-right {
display: none !important;

}

.sticky-widget-closed.mobile {
display: none !important;
}

}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}