/*
Theme Name: Macintype
Theme URI: http://www.macintypedesign.com.au
Description: This is a WordPress Theme designed and coded by Macintype Design exclusively for F&M Supplies -- WordPress v4.5.2
Author: Macintype Design
Author URI: http://www.macintypedesign.com.au
Version: 1
*/

html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    font:normal 14px "Lato", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    line-height:1.4em;
}
h1, .page-register-account .woocommerce-MyAccount-content h2 {
	text-align:center;
	font-weight:bold;
	font-size:28px;
	color:#01853E;
	margin-top:0;
	margin-bottom:1em;
}
h3 {
	font:bold 21px Lato;
	color:#01853E;
	margin-top:0;
}
h4 {
	font:bold 14px Lato;
	color:#01853E;
	margin-bottom:4px;
}
a { color:#01853E; }
.clear { clear:both; }
a.button, .woocommerce a.button {
	font:bold 14px Lato;
	background:#01853E;
	color:#fff;
}
.selectric { border-radius:5px; }

/* HEADER */ 

#header, #search_bar > div {
	width:87%;
	margin:auto;
	/*max-width:1190px;*/
}
#header {
	position:relative;
	padding-top:20px;
	height:70px;
}
#header > div {
	position:absolute;
	right:0px;
	top:0px;
}
#header > div > a {
	display:block;
	float:left;
	background:#4D4D4D;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;	
	text-decoration:none;
	color:#fff;
	width:90px;
	height:40px;
	text-align:center;
	font:bold 14px Lato;
	line-height:40px;
}
#header > div > a.phone {
	background:none;
	color:#ED1C24;
	width:auto;
	height:auto;
	text-align:left;
	font:bold 21px Lato;
	line-height:21px;
	margin-top:18px;
	margin-right:20px;
}
#header > div > a#mobile_menu {
	display:none;
}

/* HEADER - MENUS */ 

#header ul.menu {
	position:absolute;
	right:0px;
	top:30px;
	list-style:none;
}
#header ul.menu li {
	display:block;
	float:left;
	margin-left:20px;
	position:relative;
}
#header ul.menu li a {
	text-decoration:none;
	font:bold 14px Lato;
}
#header ul.menu > li > a {
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:19px;
}
#header ul.menu li a.selected {
	background:#01853E;
	color:#fff;
}
#header .sub-menu {
	position:absolute;
	right:0px;
	top:46px;
	height:0px;
	overflow:hidden;
	background:#01853E;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:-5px 5px 5px rgba(0, 0, 0, 0.4);	
	z-index:99;
	max-height:0px;
	-webkit-transition:max-height 0.2s;	
	transition:max-height 0.2s;
}
#header .sub-menu.expanded {
	max-height:1000px;
	height:auto;
	overflow:auto;
	z-index:999;
}
#header ul.sub-menu {
	list-style:none;
	padding:0;
	padding-right:15px;
}
#header ul.sub-menu ul {
	list-style:none;
	height:0px;
	overflow:hidden;
	padding-left:10px;
	margin-bottom:0;
}
#header ul.sub-menu ul li a { font-weight:normal; }
#header ul.menu .sub-menu li {
	float:none;
	padding-top:15px;
	padding-bottom:15px;
	line-height:1em;
}
#header ul.menu .sub-menu li.expanded { padding-bottom:0; }
#header ul.menu .sub-menu li li {
	padding-top:5px;
	padding-bottom:5px;
}
#header .sub-menu li a { color:#fff; }
li.menu-item-has-children > a::after {
	font-family: FontAwesome;
	content: " \f0d7";
}
#menu_product_categories { width:290px; }
#header #menu_cart {
	width:450px;
	padding-left:20px;
	padding-right:50px;
	border-radius:0;
}
#menu_cart ul {
	padding-top:20px;
	padding-left:0;
}
#header #menu_cart li.mini_cart_item {
	background:#80c29f;
	border-radius:5px;
	margin-top:10px;
	margin-left:0;
	padding-top:0;
	padding-bottom:0;
	position:relative;
}
#header #menu_cart li.mini_cart_item::before {
	content:none;
	display:list-item;
}
#header #menu_cart li.mini_cart_item::after {
	content:none;
	display:list-item;
}
#header #menu_cart li.mini_cart_item a {
	font-weight:normal;
	text-decoration:underline;
	line-height:60px;
}
#header #menu_cart li.mini_cart_item .quantity {
	color:#fff;
	display:block;
	position:absolute;
	right:10px;
	top:24px;
}
#header #menu_cart li.mini_cart_item a.remove {
	float:right;
	background:#fff;
	border-radius:5px;
	color:#01853E !important;
	font-size:22px;
	text-decoration:none;
	line-height:1em;
	margin-top:20px;
	margin-right:-35px;
	width:25px;
	height:25px;
	text-align:center;
}
#menu_cart li.mini_cart_item img {
	float:left;
	margin-left:0;
	margin-right:10px;
	width:60px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	height:auto;
}
#menu_cart p.total {
	text-align:right;
	color:#fff;
}
#menu_cart p.buttons { text-align:right; }
#menu_cart p.buttons a {
	display:inline-block;
	background:#fff;
	color:#01853E;
	border:1px solid #fff;
	border-radius:5px;
	height:40px;
	line-height:40px !important;
	width:110px;
	text-align:center;
	padding:0;
}
#menu_cart p.buttons a:hover {
	background:#01853E;
	color:#fff;
}
#menu_cart p.buttons a.checkout::before {
	font-family: FontAwesome;
	line-height:40px;
	content: "\f064 ";
}
#menu_cart li.empty {
	color:#fff;
	padding-bottom:40px !important;
}
#menu_cart small {
	display:block;
	color:#fff;
}

/* SEARCH BAR */ 
#search_bar {
	height:60px;
	background:#01853E;
	position:relative;
}
#search_bar > div {
	padding-top:10px;
	text-align:right;
	color:#fff;
	font-weight:bold;
}
#search_bar .selectric-wrapper {
	display:inline-block;
	vertical-align:middle;
	width:260px;
	margin-left:10px;
	margin-right:10px;
}
#search_bar .selectric {
	border-radius:5px;
	border:0px;
	background:#fff;
	color:#000;
	text-align:left;
	font-weight:normal;
	height:40px;
}
#search_bar .selectric-items {
	text-align:left;
	color:#000;
	font-weight:normal;
}
.selectric-items li:hover {
	background:#01853E;
	color:#fff;
}
#search_bar input, #footer input {
	appearance:none;
	-webkit-appearance:none;
	display:inline-block;
	height:38px;
	border:1px solid #fff;
	background:none;
	font:normal 14px Lato;
	padding-left:10px;
	margin-right:0;
	outline:none;
	vertical-align:middle;
	width:190px;
	color:#fff;
	padding-top:0;
	padding-bottom:0;
	border-radius:0;
}
#search_bar input::-webkit-input-placeholder, .modal input::-webkit-input-placeholder, #footer input::-webkit-input-placeholder,
#fe_sidebar input::-webkit-input-placeholder, #fe_sidebar textarea::-webkit-input-placeholder {
   color:#fff;
}
#search_bar input:-moz-placeholder, .modal input:-moz-placeholder, #footer input:-moz-placeholder,
#fe_sidebar input:-moz-placeholder, #fe_sidebar textarea:-moz-placeholder { /* Firefox 18- */
   color:#ff;  
}
#search_bar input::-moz-placeholder, .modal input::-moz-placeholder, #footer input::-moz-placeholder,
#fe_sidebar input::-moz-placeholder, #fe_sidebar textarea::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;  
}
#search_bar input:-ms-input-placeholder, .modal input:-ms-input-placeholder, #footer input:-ms-input-placeholder,
#fe_sidebar input:-ms-input-placeholder, #fe_sidebar textarea:-ms-input-placeholder {  
   color:#fff;
}
#search_bar button, #footer button {
	appearance:none;
	-webkit-appearance:none;
	display:inline-block;
	border:none;
	background:#fff;
	width:60px;
	height:40px;
	padding:0;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:14px;
	line-height:40px;
	vertical-align: middle;
	color:#01853E;
	margin-left:-1px;
}

/* CONTENT AREA */ 
#page {
	width:77.6%;
	margin:auto;
}
#page.narrow {
	width:51.2%;
	color:#808080;
}
#page h2 {
	font:bold 28px Lato;
	color:#01853E;
}
#page.narrow h2 {
	text-align:center;
}

#leftcol, .woocommerce-MyAccount-navigation {
	float:left;
	/*width:403px;*/
	width:29.5% !important;
	margin-right:20px;
}
#rightcol, .woocommerce-MyAccount-content {
	float:left !important;
	/*width:790px;*/
	width:57.8% !important;
}

#left_product_cats, .woocommerce-MyAccount-navigation > div {
	background:#E6E6E6;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	padding-left:40px;
	padding-right:25px;
	padding-bottom:25px;
	padding-top:25px;
}
#left_product_cats h4 {
	font:bold 21px Lato;
	color:#01853E;
	margin-top:0;
}
.woocommerce-MyAccount-navigation ul {
	list-style:none;
	padding-left:0;
	font:bold 16px Lato;
}
.woocommerce-MyAccount-navigation li { margin-bottom:1.5em; }
.woocommerce-MyAccount-navigation li a { text-decoration:none; }
.woocommerce-MyAccount-navigation li a:hover { text-decoration:underline; }

.product_slider {
	position:relative;
	width:100%;
}
.product_slider ul li {
	position:relative;
}
.product_slider ul li a {
	text-decoration:none;
}
.product_slider ul li img {
	display:block;
	max-width:100%;
	max-height:150px;
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
}
.product_slider ul li .price {
	margin-bottom: .5em;
}
.product_slider ul li h3 {
	font:normal 14px Lato;
	color:#808080;
	padding: .5em 0;
	margin: 0;
	height: 34px;
	text-align:center;
}
.product_slider ul li .action_buttons {
	margin-top:1em;
}
.product_slider > a, .featured_product_cats > a {
	display:block;
	position:absolute;
	background:#E6E6E6;
	width:45px;
	height:45px;
	top:50%;
	margin-top:-23px;
	color:#666666;
	font-size:25px;
	line-height:45px;
	text-align:center;
	-webkit-transition:all 0.2s;	
	transition:all 0.2s;
}
.product_slider > a:hover, .featured_product_cats > a:hover {
	background:#999999;
}
.product_slider > a.slider_prev {
	left:-60px;
}
.product_slider > a.slider_next {
	right:-60px;
}
.featured_product_cats > a.slider_prev {
	left:40px;
}
.featured_product_cats > a.slider_next {
	right:40px;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background:#B3B3B3;
	height:12px;
	width:12px;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
	background:#666666;
}

.home .product_slider {
	width:77.6%;
	margin:auto;*
}
.home .product_slider li .extra_padding {
	background:#fff;
	padding:20px;
	border-radius:15px;
}
.home .product_slider .action_buttons {
	position:relative;
}

.featured_product_cats {
	position:relative;
}
.featured_product_cats h2 {
	margin:0;
	padding-top:40px;
	padding-bottom:30px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	font:300 40px Lato;
	line-height:1em;
}
.featured_product_cats ul {
	margin-top:0;
}
.featured_product_cats ul li {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:40px;
}
.featured_product_cats ul ul li {
	padding-bottom:0;
}
.featured_product_cats ul li > a {
	display:block;
	width:250px;
	margin:auto;
	background:#fff;
	border-radius:5px;
	margin-top:30px;
	height:40px;
	font:bold 14px Lato;
	line-height:40px;
	text-align:center;
	text-decoration:none;
}
.featured_product_cats ul li > a:hover {
	background:#01853E;
	color:#fff;
}
.featured_product_cats .lSSlideOuter {
	position:relative;
}
.featured_product_cats ul.lSPager {
	position:absolute;
	width:100%;
	left:0px;
	bottom:24px;
}

.featured_products {
	width:77.6%;
	margin:auto;
	margin-top:60px;
	padding-top:40px;
	border-top:1px solid #E6E6E6;
}
.featured_products h2 {
	font:bold 28px Lato;
	text-align:center;
	color:#01853E;
	margin-top:0;
}

/* BREADCRUMB */ 
.woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {
	font-size:14px;
	color:#01853E;
	notmargin-left:150px;
	margin-top:20px;
	margin-bottom:20px;
	width:77.6%;
	margin-left:auto;
	margin-right:auto;
}
.woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb a {
	text-decoration:none;
	color:#01853E;
}
.woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:hover { text-decoration:underline; }

/* PRODUCT CATEGORIES SIDEBAR */ 
ul.product-categories {
	list-style:none;
	padding-left:0;
}
ul.product-categories a { text-decoration:none; }
ul.product-categories > li {
	font:bold 16px Lato;
	position:relative;
}
ul.product-categories li { margin-top:1.6em; }
ul.product-categories li.current-cat a { font-weight:bold; }
ul.product-categories > li a.expand, #menu_product_categories > li a.expand {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
}
#menu_product_categories > li a.expand { top:16px; }
ul.product-categories ul { list-style:none; }
ul.product-categories ul.children {
	max-height:0px;
	padding-left:20px;
	margin-left:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;	
	overflow:hidden;
	-webkit-transition:max-height 0.5s;	
	transition:max-height 0.5s;
}
ul.product-categories li.current-cat ul.children,
ul.product-categories li.current-cat-ancestor ul.children,
ul.product-categories li.expanded ul.children,
#menu_product_categories li.expanded ul.children {
	max-height:1000px;
	height:auto;
}
ul.product-categories li li {
	font:normal 14px Lato;
	margin-top:1em;
}
ul.product-categories li li a { color:#808080; }

.term-description {
	text-align:center;
	color:#808080;
	margin-bottom:40px;
}

.product-category a h3 {
	height:38px;
	padding:0px !important;
	border:1px solid #01853E;
	border-radius:5px;
	background:#01853E;
	color:#fff;
	font-size:16px !important;
	line-height:38px;
	text-align:center;
}
.product-category a:hover h3 {
	background:#fff;
	color:#01853E;
}

#product_loop_controls {
	position:relative;
	width:100%;
	margin-bottom:40px;
}

#product_loop_controls .gridlist-toggle {
	padding-top:0 !important;
	font-size:16px;
}
#product_loop_controls .gridlist-toggle a {
	color:#fff;
	background:#808080;
}
#product_loop_controls .gridlist-toggle a.active { background:#01853E; }
#product_loop_controls .gridlist-toggle #grid {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin-right:1px;
}
#product_loop_controls .gridlist-toggle #list {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

#product_loop_controls .woocommerce-ordering {
	position:absolute;
	top:0px;
	left:415px;
}
#product_loop_controls .selectric-wrapper {
	display:inline-block;
	margin-left:10px;
}
#product_loop_controls .selectric { border-radius:5px; }

#product_loop_controls #products_per_page {
	position:absolute;
	top:0px;
	right:0px;
	width:140px;
}

.woocommerce ul.products li.product {
	width:31.6%;
	margin-right:2.45%;
}
.woocommerce ul.products li.type-product {
	width:27.5%;
	margin-right:6%;
	margin-left:1%;
}
.woocommerce ul.products li.last { margin-right:0; }
.woocommerce ul.products li.type-product img {
	/*max-width:200px;*/
	height:auto;
}
.woocommerce ul.products li.product .price, .single-product .product .summary .price, .product_slider ul .price, #product_search .price {
	text-align:center;
	font:bold 28px Lato;
	line-height:28px;
	color:#01853E;
}
#product_search .price {
	text-align:left;
}
.single-product .product .summary .price {
	text-align:left;
	margin-top:0;
	margin-bottom:16px;
}
.woocommerce ul.products li.product .price .cents, .single-product .product .summary .price .cents, .product_slider ul .price .cents, #product_search .price .cents {
	font-size:16px;
	line-height:28px;
	vertical-align:text-top;
}
.woocommerce ul.products li.product p.product_info, .product_slider ul p.product_info {
	text-decoration:underline;
	text-align:center;
	margin-bottom:4px;
	color:#01853E;
}
.woocommerce ul.products li.type-product h3 {
	font:normal 14px Lato;
	color:#808080;
	text-align:center;
	height:34px;
}
.gridlist-buttonwrap { position:relative; }
.woocommerce a.ajax_add_to_cart, .home a.ajax_add_to_cart {
	display:block;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background:#01853E;
	color:#fff;
	border:1px solid #01853E;
	height:38px;
	padding:0;
	line-height:38px;
	width:105px;
	width:50%;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.woocommerce a.added_to_cart, .product_slider a.added_to_cart { display:none; }
/*.nswishlistclass {
	display:none;
}*/
.product_slider a.button.added:after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom;
}
.products .nswishlistclass, .related .nswishlistclass, .home .nswishlistclass {
	position:absolute;
	display:block;
	height:38px;
	line-height:38px;
	font-weight:bold;
	border:1px solid #01853E;
	color:#01853E;
	bottom:0;
	left:106px;
	left:50%;
	width:105px;
	width:49%;
	text-align:center;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
body.single-product .summary .nswishlistclass {
	position:absolute;
	left:0px;
	top:0px;
	background:#01853E;
	color:#fff;
	padding:10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;	
}
body.single-product .summary .nswishlistclass::before {
	font:normal 18px FontAwesome;
	content:"\f03a";
}
body.single-product .summary .nswishlistclass span {
	display:none;
}
.nswishlistclass i { display:none; }
body.single-product .summary a.compare {
	position:absolute;
	left:39px;
	top:0px;
	padding:10px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;	
}
body.single-product .summary a.compare::before {
	font:normal 18px FontAwesome;
	line-height:19.6px;
	content:"\f0ec";
}

.section h2 {
	font:bold 28px Lato;
	text-align:center;
	color:#01853E;
}
.product_cats_section {
	padding-top:0px;
}
.product_cats_section > div {
	margin:auto;
	width:77.6%;	
}
.product_cats_section ul {
	list-style:none;
	padding:0;
}
.product_cats_section li {
	float:left;
	width:25%;
	text-align:center;
}
.product_cats_section a {
	display:block;
	background:#01853E;
	color:#fff;
	height:80px;
	font:bold 16px Lato;
	line-height:80px;
	text-decoration:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.single-product h1.product_title { text-align:left; }
.single-product .product {
	width:77.6%;
	margin:auto;
}
body.single-product div.product div.images { width:65% !important; }
.single-product .product .images a {
	display:block;
}
.single-product .product .images img {                           
	display:block;
	margin:auto;
	max-width:500px;
	height:auto;
}
body.single-product div.product div.summary {
	width:33% !important;
	position:relative;
	padding-top:60px;
}
.single-product .product .summary strong { color:#01853E; }
.single-product .product .quantity {
	float:none;
	width:100%;ns
}
.single-product .product .quantity input {
	display:block;
	width:85%;
	height:40px;
	text-align:left;
	font:normal 14px Lato;
	border:1px solid #000;
	border-radius:5px;
	padding-left:5%;
	padding-right:5%;
	margin-left:0;
	margin-top:10px;
	margin-bottom:10px;
}
.woocommerce div.product p.stock {
	font-size:14px;
	color:#000;
}
.single-product ul.wc-tabs { display:none; }
.single-product button.single_add_to_cart_button {
	background:#01853E !important;
	font:bold 14px Lato !important;
	height:40px;
	width:95.5%;
	border-radius:5px;
}
.single-product #tab-description {
	width:65%;
}
.single-product #tab-description h2 { color:#01853E; }
.related {
	border-top:1px solid #E6E6E6;
	padding-top:40px;
	margin-top:40px;
	margin-bottom:40px;
	clear:left;
}
.related h2 {
	font:bold 28px Lato;
	text-align:center;
	color:#01853E;
}

/* CART PAGE */

body.woocommerce-cart table.cart {
	border:none;
	margin-bottom:10px;
}
body.woocommerce-cart table.cart th { color:#01853E; }
body.woocommerce-cart table.cart td {
	background:#80c29e;
	border:none;
	margin-bottom:10px;
	color:#fff;
}
body.woocommerce-cart table.cart td.product-name a { color:#fff; }
body.woocommerce-cart table.cart td.product-thumbnail {
	background:#fff;
	border:1px solid #f7faf9;
	width:60px;
}
body.woocommerce-cart table.cart img { width:60px; }
body.woocommerce-cart table.cart .product-quantity { text-align:center; }
body.woocommerce-cart table.cart input[type="number"] {
	height:28px;
	border-radius:5px;
	border:1px solid #80b197;
}
body.woocommerce-cart table.cart th.product-subtotal { text-align:right; }
body.woocommerce-cart table.cart td.product-subtotal {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	text-align:right;
}
body.woocommerce-cart table.cart td.actions {
	background:none;
	text-align:center;
}
body.woocommerce-cart table.cart td.actions input.button {
	background:#01853E;
	color:#fff;
	font:bold 14px Lato;
	appearance:none;
	-webkit-appearance:none;
}
body.woocommerce-cart table.cart tr.spacing td {
	background:#fff;
	height:10px;
	padding:0;
}
body.woocommerce-cart .product-remove {
	border:none !important;
	background:none !important;
	width:10px;
}
body.woocommerce-cart a.remove {
	width:25px;
	height:25px;
	border-radius:5px;
	background:#01853E;
	color:#fff !important;
}
body.woocommerce-cart #calc_shipping_country_field { display:none; }
a#btn_next_coupon, a#btn_next_shipping {
	display:block;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
	background:#eee;
	border:1px solid #ccc;
	color:#666;
	border-radius:5px;
	padding-left:20px;
	text-decoration:none;
}
#next_coupon {
	height:0px;
	overflow:hidden;
}
#next_coupon.expanded { height:160px; }
#coupon_code {
	display:block;
	height:40px;
	font:normal 14px Lato;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:40%;
	outline:none;
}
#next_coupon input[type="submit"] {
	background:#01853E;
	color:#fff;
	font:bold 14px Lato;
}
body.woocommerce-cart .cart_totals table { border:none; }
body.woocommerce-cart .cart_totals table th, body.woocommerce-cart .cart_totals table td {
	border-bottom:1px solid #01853E;
	color:#01853E;
}
body.woocommerce-cart .cart_totals table td .selectric-wrapper { color:#000; }
body.woocommerce-cart .cart_totals table td .selectric {
	border-radius:5px;
	background:#fff;
}
body.woocommerce-cart #calc_shipping_postcode {
	font:normal 14px Lato;
	height:40px;
	padding-left:10px;
	padding-right:10px;
}
body.woocommerce-cart .cart_totals button {
	background:#01853E;
	color:#fff;
	font:bold 14px Lato;
}
body.woocommerce-cart .cart_totals a.button {
	display:inline-block;
	width:30%;
	padding:0;
	height:38px;
	font:bold 14px Lato !important;
	line-height:38px !important;
	background:#01853E;
	border:1px solid #01853E;
	color:#fff;
	border-radius:5px;
	text-align:center;
	margin-right:10px;
}
body.woocommerce-cart .cart_totals a:hover.button {
	background:#fff;
	color:#01853E;
}

body.woocommerce-checkout .input-text {
	height:40px;
	border:1px solid #808080;
	border-radius:5px;
	padding-left:20px;
	padding-right:20px;
	font:normal 14px Lato;
}
#billing_country_field, #shipping_country_field { display:none; }
.select2-choice {
	border-color:#808080;
	height:38px;
	line-height:38px;
}
body.woocommerce-checkout #order_comments {
	padding-top:10px;
	padding-bottom:10px;
	height:60px;
}
body.woocommerce-checkout input.button {
	background:#01853E !important;
	font:bold 14px Lato;
	appearance:none;
	-webkit-appearance:none;
}

.textbox-wrap input, .email-wrap input, .date-wrap input, .number-wrap input {
	border:1px solid #808080;
	border-radius:5px;
	height:40px !important;
	padding-left:10px;
	padding-right:10px;
	font:normal 14px Lato;
}
.submit-wrap input[type="button"] {
	display:inline-block;
	height:40px !important;
	border:none;
	border-radius:5px;
	background:#01853E;
	color:#fff;
	font:bold 14px Lato;
	width:140px !important;
	appearance:none;
	-webkit-appearance:none;
}
.nf-form-fields-required { margin-bottom:10px; }
.nf-field-container { margin-bottom:10px !important; }
.fieldhalf, .fieldhalf2 {
	width:49%;
	float:left;
	clear:none !important;
}
.fieldhalf2 {
	margin-left:2%;
}
.html-container b {
	color:#01853E;
}

.modal_bg {
	background:#000;
	opacity:0.5;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}
.modal {
	position:fixed;
	top:20%;
	left:50%;
	margin-left:-190px;
	background:#01853E;
	width:380px;
	height:auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	z-index:1001;
	display:none;
	border-radius:10px;
	color:#fff;
	box-shadow:-5px 5px 5px rgba(0, 0, 0, 0.4);	
}
.modal h2 {
	margin-top:0;
	clear:both;
}
.modal div {
	position:relative;
}
.modal a {
	color:#fff;
}
.modal a.modal_close {
	font-size:30px;
	line-height:1em;
	float:right;
}
.modal form.login {
	border:none;
	padding:0;
}
.modal form.login .form-row {
	float:none;
	width:auto;
}
form.login input.input-text, form.register input.input-text, .woocommerce-MyAccount-content input.input-text {
	font:normal 14px Lato;
	height:40px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #808080;
	border-radius:5px;
}
form.login input.button, .modal a.button, form.register input.button, .woocommerce-MyAccount-content input.button {
	border-radius:5px;
	background:#01853E;
	color:#fff;
	font:bold 14px Lato;
	border:none;
	appearance:none;
	-webkit-appearance:none;
	display:inline-block;
	height:40px;
	padding-left:20px;
	padding-right:20px;
}
.modal label.inline {
	display:inline !important;
	margin-left:20px;
}
.modal form.login input.input-text {
	background:#80c29f;
	color:#fff;
}
.modal form.login input.button, .modal a.button {
	line-height:40px;	
	background:#fff;
	color:#01853E;
	text-decoration:none;
}
.modal a.button {
	line-height:40px;
}
.modal p.form-row-wide {
	margin-top:4px;
	margin-bottom:4px;
}
.modal.modal_specials {
	width:420px;
}
.modal_specials img {
	margin-right:20px;
}
.modal_specials h2 {
	clear:none;
	padding-top:35px;
}

.woocommerce-account > #page > h2 {
	display:none;
}

#product_search {
	list-style:none;
	padding-left:0;
}
#product_search li {
	height:64px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
#product_search img {
	width:64px;
	height:auto;
	float:left;
	margin-right:20px;
}
#product_search h3 {
	font-size:16px;
}

form.register p.form-row:nth-child(3) {
	float: left;
    width: 47%;
}

#fe_sidebar input[type="text"], #fe_sidebar input[type="email"] {
	background:#80c29f;
	border-radius:5px;
	border:none;
	height:40px;
	padding-left:12px;
	padding-right:12px;
	font:normal 14px Lato;
	color:#fff;
}
#fe_sidebar textarea {
	font:normal 14px Lato;	
	background:#80c29f;
	border-radius:5px;
	border:none;
	padding:12px;
	height:140px;
	color:#fff;
}
#fe_sidebar .label-above .nf-field-label { margin-top:10px; }
#fe_sidebar .nf-form-fields-required { margin-bottom:10px; }
#fe_sidebar .ninja-forms-req-symbol { color:#fff; }
#fe_sidebar .nf-error-msg { color:#fff; }
#fe_sidebar .nf-field-container { margin-bottom:0 !important; }
#fe_sidebar .list-radio-wrap li {
	float:left;
	margin-right:20px !important;
}
#fe_sidebar input[type="button"] {
	width:100%;
	height:40px;
	border:none;
	border-radius:5px;
	background:#fff;
	color:#01853E;
	font:bold 14px Lato;
}
#fe_sidebar .nf-response-msg { margin-top:20px; }

#footer_promo {
	height:180px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#fff;
	text-align:center;
}
#footer_promo h2 {
	font:bold 28px Lato;
	padding-top:1em;
	margin-bottom:1em;
}
#footer_promo a {
	display:inline-block;
	background:#fff;
	color:#01853E;
	min-width:250px;
	height:40px;
	font:bold 14px Lato; 
	line-height:40px;
	text-decoration:none;
	border-radius:5px;
}
#footer_promo a:hover {
	background:#01853E;
	color:#fff;
}

#footer {
	background:#01853E;
	color:#fff;
	text-align:center;
	padding-top:58px;
	padding-bottom:20px;
}
#footer a { color:#fff; }
#footer h2 {
	margin-top:0;
	margin-bottom:10px;
	font:bold 28px Lato;
}
#footer form {
	margin-top:3em;
	margin-bottom:3em;
}
#footer input { width:260px; }
#footer button { font-weight:bold; }
#footer ul {
	list-style:none;
	padding:0;
	margin:0;
}
#footer ul li { margin-bottom:0.8em; }
#footer .cols {
	width:77.6%;
	margin:auto;
	text-align:left;
}
#footer .cols div {
	float:left;
	width:25%;
	padding-bottom:20px;
}
#footer .cols h3 {
	margin-right:20px;
	border-bottom:1px solid #fff;
	font:bold 14px Lato;
	padding-bottom:10px;
	color:#fff;
}
#footer .cols a { text-decoration:none; }
#footer .cols a:hover { text-decoration:underline; }
