/*!
Theme Name: Purely Baby
Theme URI: http://underscores.me/
Author: Jessica Christini
Author URI: http://creativem.co.nz
Description: Custom template for Purely Baby
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pbbcmnz
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Reynard Health is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms 
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
#order_data p {
    color: #000000 !important;
}

html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { color: #727477; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; }

input, select { color: #000; }

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin: 0; margin-bottom: 0.8em; line-height: 1.4; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }

body { background: #fff; /* Fallback for when there is no custom background color defined. */ }

blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-radius: 0; border-color: #727477; background: #727477; color: #fff; font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #61676E #727477; }
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #61676E; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #000; border: 1px solid #c3cbd0; padding: 3px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #000; }

select { border: 1px solid #c3cbd0; }

textarea { width: 100%; }

label { display: inline-block; vertical-align: bottom; margin-right: -4px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: #1b75bc; }
a:visited { color: #1b75bc; }
a:hover, a:focus, a:active { color: #000; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { display: block; }
.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }
.main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999; }
.main-navigation ul ul ul { left: -999em; top: 0; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; }
.main-navigation ul ul a { width: 200px; }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; }
.main-navigation li { float: left; position: relative; text-transform: uppercase; font-weight: bold; }
.main-navigation li:hover > a, .main-navigation li.focus > a { color: #000; }
.main-navigation a { display: block; text-decoration: none; color: #61676E; margin: 0 1em; letter-spacing: .5px; }
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current-page-ancestor > a, .main-navigation .current-menu-ancestor > a { color: #000; border-bottom: 2px solid #00aeef; }

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul { display: block; }

@media screen and (min-width: 37.5em) { .menu-toggle { display: none; }
  .main-navigation ul { display: block; } }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #727477; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }
.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.byline, .updated:not(.published) { display: none; }

.single .byline, .group-blog .byline { display: inline; }

.page-content, .entry-content, .entry-summary { margin: 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/* -- Globals -- */
body { font-family: 'Ubuntu', sans-serif; }

.inner-wrapper { width: 100%; max-width: 1170px; margin: 0 auto; position: relative; }

h1, h2, h3, h4, h5, h6 { color: #000; letter-spacing: .5px; margin: 0; margin-bottom: .5em; }

b, strong { color: #61676E; }

a { text-decoration: none; }

hr { background-color: #61676E; }

ul { margin: 0; padding-left: 2em; margin-bottom: 1em; }

/* -- Header -- */
#masthead { padding-bottom: 1em; border-bottom: 3px solid #00aeef; position: relative; }
#masthead .site-branding { width: 100%; max-width: 320px; padding-left: 1em; float: left; margin-top: 1em; }
#masthead #site-navigation { width: 100%; max-width: 850px; float: left; margin-top: 6.5em; padding-left: 2em; }
#masthead .woo-menu-navigation { position: absolute; right: 0; text-align: right; margin-top: 0.3em; }
#masthead .woo-menu-navigation #woo-menu, #masthead .woo-menu-navigation #woo-checkout-menu { padding: 0; margin: 0; list-style: none; }
#masthead .woo-menu-navigation #woo-menu li, #masthead .woo-menu-navigation #woo-checkout-menu li { float: left; }
#masthead .woo-menu-navigation #woo-menu a, #masthead .woo-menu-navigation #woo-checkout-menu a { color: #61676E; font-weight: bold; text-transform: uppercase; text-decoration: none; font-size: 0.9em; padding: 0 0.5em; border-right: 1px dotted #727477; }
#masthead .woo-menu-navigation #woo-menu li:last-child a, #masthead .woo-menu-navigation #woo-checkout-menu li:last-child a { border-right: none; padding-right: 0; }
#masthead .woo-menu-navigation #woo-checkout-menu li { float: none; }
#masthead .woo-menu-navigation .cart-contents-sect i { display: inline-block; margin-right: 0.2em; }
#masthead .woo-menu-navigation .cart-contents-sect a { font-size: 0.9em; text-decoration: none; color: #727477; display: inline-block; }
#masthead .woo-menu-navigation .wpml-ls-sidebars-site-switch { position: relative; }
#masthead .woo-menu-navigation .wpml-ls-sidebars-site-switch:before { content: "Select your country"; color: #61676E; position: absolute; left: -20px; top: 13px; font-size: 0.7em; }
#masthead .woo-menu-navigation .wpml-ls-sidebars-site-switch li:first-child a { border-right: 1px solid #00aeef; }
#masthead .woo-menu-navigation .wpml-ls-sidebars-site-switch li.wpml-ls-current-language { border-bottom: 2px solid #1b75bc; }

#masthead .woo-menu-navigation .new-switcher{
	border: 1px solid transparent;
    padding: 7px;
    clear: both;
    position: relative;
}

#masthead .woo-menu-navigation .new-switcher:before {
    color: #ffffff;
    content: "Select your country";
    position: absolute;
    left: -130px;
    top: 8px;
    font-size: 1.2em;
    font-weight: bold;
    background: #de2626;
    padding: 0 10px;
    border-radius: 17px;
}
    
.new-switcher>ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}
.new-switcher li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
#masthead .woo-menu-navigation .new-switcher li:first-child a {
    border-right: 1px solid #00aeef;
}
.new-switcher a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
}
#masthead .woo-menu-navigation .new-switcher li.current {
border-bottom: 2px solid #1b75bc;
}
/* -- Content -- */
#content #primary, #content #secondary { margin-top: 2em; }
#content #container { padding: 2em; background: #f4f6f7; }
#content #primary, #content #container { width: 100%; max-width: 875px; float: right; }
#content #container #content { margin-top: 0; }
#content #secondary { width: 100%; max-width: 295px; float: left; }

.home #content { margin-top: 0; }

/**Slider fixes **/
ol.flex-control-nav.flex-control-paging { position: absolute; bottom: 5px; z-index: 2; }

.metaslider .flexslider { margin: 0 !important; }

.flex-control-paging li a { background: #999 !important; background: rgba(0, 0, 0, 0.1) !important; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.9) !important; }

.flex-control-paging li a.flex-active { background: #00aeef !important; background: rgba(0, 174, 239, 0.9) !important; }

#fp-slider { margin-bottom: 2em; }

/**end Slider fixes **/
.fb-page.fb_iframe_widget { margin-bottom: 4px; }

#nav_menu-4 { border-left: 5px solid #00aeef; padding-left: 1em; }
#nav_menu-4 h2 { margin: 0; text-transform: uppercase; font-size: 1em; }
#nav_menu-4 .menu-product-menu-container ul, #nav_menu-4 .menu-product-menu-uk-container ul { padding: 0; margin: 0; list-style: none; }
#nav_menu-4 .menu-product-menu-container li, #nav_menu-4 .menu-product-menu-uk-container li { margin-bottom: 0.2em; margin-top: 0.2em; }
#nav_menu-4 .menu-product-menu-container li:before, #nav_menu-4 .menu-product-menu-uk-container li:before { content: "\003E \0020"; color: #b2b2b2; }
#nav_menu-4 .menu-product-menu-container li:hover > a, #nav_menu-4 .menu-product-menu-container li.focus > a, #nav_menu-4 .menu-product-menu-uk-container li:hover > a, #nav_menu-4 .menu-product-menu-uk-container li.focus > a { color: #000; text-decoration: underline; }
#nav_menu-4 .menu-product-menu-container a, #nav_menu-4 .menu-product-menu-uk-container a { text-decoration: none; color: #61676E; }
#nav_menu-4 .menu-product-menu-container .current_page_item > a, #nav_menu-4 .menu-product-menu-container .current-menu-item > a, #nav_menu-4 .menu-product-menu-container .current_page_ancestor > a, #nav_menu-4 .menu-product-menu-container .current-menu-ancestor > a, #nav_menu-4 .menu-product-menu-uk-container .current_page_item > a, #nav_menu-4 .menu-product-menu-uk-container .current-menu-item > a, #nav_menu-4 .menu-product-menu-uk-container .current_page_ancestor > a, #nav_menu-4 .menu-product-menu-uk-container .current-menu-ancestor > a { color: #000; text-decoration: underline; }

#nav_menu-5 { border-left: 5px solid #61676E; padding-left: 1em; }
#nav_menu-5 h2 { margin: 0; text-transform: uppercase; font-size: 1em; }
#nav_menu-5 .menu-about-menu-container ul { padding: 0; margin: 0; list-style: none; }
#nav_menu-5 .menu-about-menu-container li { margin-bottom: 0.2em; margin-top: 0.2em; }
#nav_menu-5 .menu-about-menu-container li:hover > a, #nav_menu-5 .menu-about-menu-container li.focus > a { color: #000; text-decoration: underline; }
#nav_menu-5 .menu-about-menu-container a { text-decoration: none; color: #61676E; }
#nav_menu-5 .menu-about-menu-container .current_page_item > a, #nav_menu-5 .menu-about-menu-container .current-menu-item > a, #nav_menu-5 .menu-about-menu-container .current_page_ancestor > a, #nav_menu-5 .menu-about-menu-container .current-menu-ancestor > a { color: #000; text-decoration: underline; }

.feat-cats .feat-cat { width: 49%; margin-right: 1%; float: left; border-bottom: 1px solid #61676E; }

/* -- WooCommerce -- */
.woocommerce-tabs { max-width: 490px; width: 56%; float: left; }
.woocommerce-tabs .tabs { padding: 0 !important; margin: 0 !important; }
.woocommerce-tabs .tabs:before { border-bottom: 1px solid #61676E !important; }
.woocommerce-tabs .tabs li { margin: 0 !important; border-radius: 0 !important; background: #fff !important; border: 1px solid #727477 !important; }
.woocommerce-tabs .tabs li:before, .woocommerce-tabs .tabs li:after { display: none; }
.woocommerce-tabs .tabs li a { color: #727477 !important; background: #fff !important; text-transform: uppercase; }
.woocommerce-tabs .tabs li.active { border: 1px solid #61676E !important; border-bottom-color: #fff !important; }
.woocommerce-tabs .tabs li.active a { color: #61676E !important; }
.woocommerce-tabs .woocommerce-Tabs-panel { border: 1px solid #61676E; border-top: none; background: #fff; padding: 0.5em 1em !important; font-size: 0.9em; color: #000; }
.woocommerce-tabs .woocommerce-Tabs-panel h2 { display: none; }

.woocommerce .woocommerce-breadcrumb { color: #000; border-bottom: 1px solid #61676E; font-size: 0.9em; }
.woocommerce .products li.product h3 { padding: 0 !important; line-height: 1; }
.woocommerce .products li.product .sku { color: #727477; font-size: 0.8em; }
.woocommerce .products li.product img { border: 1px solid #e3e6e9; }
.woocommerce .products li.product .button { color: #61676E; background: transparent; margin-top: 0.5em !important; padding: 0; }
.woocommerce .products li.product .price { color: #000 !important; }
.woocommerce div.product img { border: 1px solid #e3e6e9; }
.woocommerce div.product .product_meta > span { display: block; }
.woocommerce div.product .product_meta > span span { color: #000; }
.woocommerce div.product .product_meta span a { color: #000; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #000; }
.woocommerce div.product form.cart .variations label { color: #000; }
.woocommerce div.product form.cart .variations select { height: 36px; }
.woocommerce div.product form.cart .button { text-transform: uppercase; font-weight: normal; border-radius: 0; }
.woocommerce .quantity .qty { height: 36px; }
.woocommerce .wcviews_onsale_wrap { float: right; }
.woocommerce span.onsale { background: url("/wp-content/uploads/2016/08/sale.png") top right no-repeat; left: auto !important; right: 0 !important; margin: 0 !important; border-radius: 0; text-indent: -9999px; width: 54px; height: 54px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #61676E; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #3f4c5b; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover { background-color: #5f7083; }

.woocommerce-account .woocommerce-MyAccount-navigation ul { padding: 0; padding-left: 1em; border-left: 3px solid #61676E; margin: 0; list-style: none; }

.rhsnz-extra-info { width: 43%; max-width: 380px; float: left; padding-left: 2em; padding-top: 42px; }
.rhsnz-extra-info a { display: block; font-weight: bold; text-transform: uppercase; text-decoration: none; padding-bottom: 0.3em; }
.rhsnz-extra-info .assurance { margin-top: 1.5em; font-size: 0.9em; }
.rhsnz-extra-info .assurance a { font-weight: normal; display: initial; text-transform: none; padding-bottom: 0; }
.rhsnz-extra-info img { max-width: 41px; vertical-align: middle; border: none !important; }

#woocommerce-coupon-data ul.wc-tabs, #woocommerce-product-data ul.wc-tabs, .woocommerce ul.wc-tabs{ width:100%!important; }

/* -- END WooCommerce -- */
.col2 { display: inline-block; width: 48%; margin-right: 1%; }

/* -- Footer -- */
#colophon { margin-top: 2em; border-top: 3px solid #00aeef; padding: 3em 2em 2em; background: url("img/footer-pattern.png") top left repeat; }
#colophon #cus-footer { color: #61676E; font-size: 0.9em; }
#colophon #cus-footer .footer-w { width: 50%; float: left; }
#colophon #cus-footer .footer-w p, #colophon #cus-footer .footer-w strong, #colophon #cus-footer .footer-w a { color: #000; }
#colophon #cus-footer .footer-w #foot-deets, #colophon #cus-footer .footer-w #foot-logo, #colophon #cus-footer .footer-w #foot-fb, #colophon #cus-footer .footer-w #card-assoc { display: inline-block; margin-right: 2em; }
#colophon #cus-footer .footer-w #foot-logo { vertical-align: top; }
#colophon #cus-footer .footer-w #card-assoc { margin-right: 0; margin-left: 1em; }
#colophon #cus-footer .footer-w #card-assoc img { display: block; margin-bottom: 0.5em; }
#colophon #cus-footer .footer-w #card-assoc img:last-child { margin-bottom: 0; }
#colophon #cus-footer .footer-w .search-icon { height: 32px; width: 32px; padding: 0; margin: 0; background: #1b75bc url("img/search-icon.png") top left no-repeat; text-indent: -9999px; box-shadow: none; border-radius: 0; border: 0; }
#colophon #cus-footer .footer-w .footer-title { color: #61676E; line-height: 32px; margin-bottom: 0; display: inline-block; margin-right: 1em; }
#colophon #cus-footer .footer-w form[role=search] { display: inline-block; }
#colophon #cus-footer .footer-w #subForm { margin-top: 1em; }
#colophon #cus-footer .footer-w #subForm label[for=fieldEmail] { line-height: 32px; margin-right: 1em; }
#colophon #cus-footer .footer-w #subForm button { height: 32px; margin-left: -4px; vertical-align: top; font-size: 1.1em; font-weight: bold; padding: .2em; }
#colophon #cus-footer .footer-w #subForm button:hover { border-color: #727477; }
#colophon #cus-footer #fw-right { text-align: right; }
#colophon #cus-footer #fw-right .g-recaptcha { float: right; }
#colophon .site-info { font-size: 0.7em; color: #61676E; text-align: right; }
#colophon .site-info span { color: #727477; }

input.search-submit { height: 32px; width: 32px; padding: 0; margin: 0; background: #727477 url("img/search-icon.png") top left no-repeat; text-indent: -9999px; box-shadow: none; border-radius: 0; border: 0; }

input#gform_submit_button_2 { background-color: #ff8400; border-color: #ff8400; }

.prod-note{ color:red; }

#masthead .woo-menu-navigation .wpml-ls-sidebars-site-switch:before { color: #ffffff; position: absolute; left: -130px; top: 8px; font-size: 1.2em; font-weight: bold; background: #de2626; padding: 0 10px; border-radius: 17px; }

/* -- WooCommerce Styling -- */

.checkout{color: black;}
.amount{color: black;}

/* -- Media Queries -- */
/* CSS Document */
@media screen and (max-width: 1186px) { #masthead #site-navigation { max-width: 530px; }
  #masthead .woo-menu-navigation { right: 0.5em; }
  #content { padding: 0 0.5em; }
  #content #secondary { max-width: 185px; } }
@media screen and (max-width: 970px) { #masthead .site-branding { max-width: none; text-align: center; }
  #masthead #site-navigation { max-width: none; margin-top: 0; float: none; } }
@media screen and (max-width: 800px) { #colophon #cus-footer .footer-w { width: 100%; margin-bottom: 1em; }
  .woocommerce-tabs, .rhsnz-extra-info { max-width: none; width: 100%; } }
@media screen and (max-width: 700px) { .feat-cats .feat-cat { width: 100%; text-align: center; margin-bottom: 1em; } }
@media screen and (max-width: 545px) { .main-navigation a { margin: 0 0.5em; } }
@media screen and (max-width: 600px) { #masthead .woo-menu-navigation { position: inherit; padding: 10px; }
  #masthead .woo-menu-navigation .wpml-ls-sidebars-site-switch:before { left: 10px; }
  #masthead .woo-menu-navigation #woo-menu { height: 24px; }
  #masthead .woo-menu-navigation #woo-menu li { float: right; }
  #masthead .woo-menu-navigation #woo-menu li:last-child a { border-right: 1px dotted #727477; padding-right: 0.5em; }
  #masthead .woo-menu-navigation #woo-menu li:first-child a { border-right: none; padding-right: 0; } }
@media screen and (max-width: 449px) { .main-navigation li { float: none; width: 96%; } }

/*# sourceMappingURL=style.css.map */


