/*
Theme Name: Abit starter kit
Author: AlexF @ Thrive web design
Author URI: https://thriveweb.com.au/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; }

/** Add the correct display in IE 9-. */
audio, canvas, progress, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] { display: none; }

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: 900; }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea { font: inherit; }

/** Restore the font weight unset by the previous rule. */
optgroup { font-weight: bold; }

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select { /* 2 */ overflow: visible; }

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea { /* 1 */ margin: 0; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Change the cursor in all browsers (opinionated). */
button, [type='button'], [type='reset'], [type='submit'] { cursor: pointer; }

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] { cursor: default; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type='checkbox'], [type='radio'] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; }

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type='search'] { -webkit-appearance: textfield; }

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration { -webkit-appearance: none; }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes fadeInUp { from { -webkit-transform: translateY(10%); transform: translateY(10%);
    opacity: 0; }
  to { -webkit-transform: translateY(0%); transform: translateY(0%);
    opacity: 1; } }

@keyframes fadeInUp { from { -webkit-transform: translateY(10%); transform: translateY(10%);
    opacity: 0; }
  to { -webkit-transform: translateY(0%); transform: translateY(0%);
    opacity: 1; } }

html { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; }

body { color: #444444; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.6em; font-weight: 300; letter-spacing: 0.01em; line-height: 1.6; -webkit-font-smoothing: antialiased; background: #fefefe url(../images/clouds.jpg) center 500px no-repeat; background-size: contain; }

@media screen and (max-width: 750px) { body { font-size: 1.4em; } }

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

blockquote { margin-left: 0; margin-right: 0; padding: 2rem 1rem 1rem 3.5rem; font-size: 2rem; }

.button { background-color: white; border: 0.1rem solid white; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #444444; cursor: pointer; display: inline-block; letter-spacing: 0.1rem; line-height: 3.8rem; padding: 0 5rem 0 3rem; text-align: center; text-decoration: none; white-space: nowrap; position: relative; text-transform: lowercase; font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; }

.button:after { content: ''; background: currentColor url(../images/arrow.svg) center no-repeat; background-size: 50%; position: absolute; top: 0.4rem; right: 0.4rem; width: 3rem; height: 3rem; }

.button:hover, .button:focus { border-color: currentColor; color: #004c97; outline: 0; }

.button.button-outline { color: #444444; border: 0.1rem solid currentColor; background-color: transparent; }

.button.button-outline:hover, .button.button-outline:focus { color: #004c97; background-color: transparent; border-color: currentColor; }

.button.arrow-blue { color: #004c97; }

.button.arrow-blue:after { background: currentColor url(../images/arrow.svg) center no-repeat; }

.button.arrow-green, .woo-details form.cart .button { color: #005a2d; }

.button.arrow-green:after, .woo-details form.cart .button:after { background: currentColor url(../images/arrow.svg) center no-repeat; }

.button.arrow-purple { color: #6d2d63; }

.button.arrow-purple:after { background: currentColor url(../images/arrow.svg) center no-repeat; }

.button.arrow-orange { color: #ffa072; }

.button.arrow-orange:after { background: currentColor url(../images/arrow.svg) center no-repeat; }

code { background: #ffa072; border-radius: .4rem; font-size: 86%; padding: .2rem .5rem; margin: 0 .2rem; white-space: nowrap; }

pre { background: #ffa072; border-left: 0.3rem solid #004c97; font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace; }

pre > code { background: transparent; border-radius: 0; display: block; padding: 1rem 1.5rem; white-space: pre; }

form ul { list-style: none; margin: 0; padding: 0; }

form .hidden_label label { display: none; }

input[type='text'], input[type='password'], input[type='number'], input[type='email'], textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: none; border: 1px solid #ffffff; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.6rem 1rem; width: 100%; background: white; }

input[type='text']:focus, input[type='password']:focus, input[type='number']:focus, input[type='email']:focus, textarea:focus, select:focus { border: 0.1rem solid #004c97; outline: 0; }

textarea { padding-bottom: 0.6rem; padding-top: 0.6rem; min-height: 6.5rem; }

label, legend { font-size: 1.6rem; font-weight: 300; display: block; margin-bottom: 0.5rem; }

fieldset { border-width: 0; padding: 0; }

input[type='checkbox'], input[type='radio'] { display: inline; }

.label-inline { font-weight: normal; display: inline-block; margin-left: 0.5rem; }

.gform_ajax_spinner { display: block; margin: 1rem auto; height: 20px; width: 20px; }

.validation_error, .gform_confirmation_message { width: 100%; padding: 1rem; background: #fefefe; border: 1px solid #fefefe; margin: 1.5rem 0; font-weight: 500; }

.validation_error:before, .gform_confirmation_message:before { content: '\f06a'; font-family: 'FontAwesome'; margin-right: 5px; color: #004c97; }

.gform_confirmation_message:before { content: '\f164'; font-family: 'FontAwesome'; margin-right: 5px; color: #004c97; }

.validation_message { background: white; font-weight: 500; border: 1px solid #fefefe; }

.validation_message:before { content: '\f06a'; font-family: 'FontAwesome'; margin-right: 5px; color: #004c97; }

.container:not(.flex):not(.flex-row):not(.flex-column):not(.flex-start):not(.flex-end):not(.flex-center):not(.flex-stratch):after, .row:not(.flex):not(.flex-row):not(.flex-column):not(.flex-start):not(.flex-end):not(.flex-center):not(.flex-stratch):after, .u-cf { content: ''; display: table; clear: both; }

a { color: #004c97; text-decoration: none; }

a:hover { color: #6d2d63; }

dl, ol, ul { margin-top: 0; padding-left: 0; }

dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol { font-size: 90%; margin: 1.5rem 0 1.5rem 3rem; }

dl { list-style: none; }

ul { list-style: circle inside; }

ol { list-style: decimal inside; }

dt, dd, li { margin-bottom: 1rem; }

hr { border: none; height: 1px; width: 100%; background: #595959; opacity: 0.3; margin: 1rem 0; clear: both; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

input, textarea, select, fieldset { margin-bottom: 1.5rem; }

input:last-child, textarea:last-child, select:last-child, fieldset:last-child { margin-bottom: 0; }

pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }

pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child { margin-bottom: 0; }

table { width: 100%; }

th, td { border-bottom: .1rem solid #e1e1e1; padding: 1.2rem 1.5rem; text-align: left; }

th:first-child, td:first-child { padding-left: 0; }

th:last-child, td:last-child { padding-right: 0; }

p { margin-top: 0; }

h1, h2, h3, h4, h5, h6 { font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; font-weight: 100; margin-bottom: 2rem; margin-top: 0; }

h1 { font-size: 4rem; letter-spacing: -0.1rem; line-height: 1.2; }

@media screen and (max-width: 750px) { h1 { font-size: 3rem; } }

h2 { font-size: 3.6rem; letter-spacing: -0.1rem; line-height: 1.25; }

@media screen and (max-width: 750px) { h2 { font-size: 2.8rem; } }

h3 { font-size: 3rem; letter-spacing: -0.1rem; line-height: 1.3; }

@media screen and (max-width: 750px) { h3 { font-size: 2.6rem; } }

h4 { font-size: 2.4rem; letter-spacing: -0.08rem; line-height: 1.35; }

@media screen and (max-width: 750px) { h4 { font-size: 2rem; } }

h5 { font-size: 1.8rem; letter-spacing: -0.05rem; line-height: 1.5; }

@media screen and (max-width: 750px) { h5 { font-size: 1.5rem; } }

h6 { font-size: 1.6rem; letter-spacing: 0; line-height: 1.4; }

@media screen and (max-width: 750px) { h6 { font-size: 1.4rem; } }

.section { padding: 5rem 0; overflow: hidden; position: relative; }

.section.thin { padding: 2.5rem 0; }

.section.thick { padding: 10rem 0; }

.section.nopad { padding: 0; }

.section.basepad { padding: 0 0 5rem 0; }

.container { width: calc(100% - 2rem); max-width: 1440px; margin: 0 auto; }

.container.small { max-width: 1200px; }

.container.smaller { max-width: 1000px; }

.container.skinny { max-width: 800px; }

.container.thin { padding: 2.5rem 0; }

.container.thick { padding: 10rem 0; }

@media screen and (max-width: 1000px) { .section { padding: 2rem 0; overflow: hidden; position: relative; }
  .section.thin, .section.thick, .section.nopad, .section.basepad { padding: 2rem 0; }
  .container { width: 96%; max-width: 1440px; margin: 0 auto; padding: 0; }
  .container.small, .container.smaller, .container.skinny, .container.thin, .container.thick { padding: 0; } }

.overlay, .g-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: black; opacity: 0.8; }

.g-overlay { background: -webkit-gradient(linear, right top, left top, from(rgba(68, 68, 68, 0.2)), to(#444444)); background: linear-gradient(-90deg, rgba(68, 68, 68, 0.2), #444444); opacity: 1; }

.one-half { position: relative; width: calc(50% - 4rem); margin: 0 2rem; }

.one-third { position: relative; width: calc(33.333% - 4rem); margin: 0 2rem; }

.two-thirds { position: relative; width: calc(66% - 4rem); margin: 0 2rem; }

.one-quarter { position: relative; width: calc(25% - 4rem); margin: 0 2rem; }

.three-quarters { position: relative; width: calc(75% - 4rem); margin: 0 2rem; }

@media screen and (max-width: 1000px) { .one-half, .one-third, .two-thirds, .one-quarter, .three-quarters { width: 100%; margin: 2rem 0; } }

.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.flex-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.flex-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.flex-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.flex-stratch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.background-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-position: center; background-repeat: no-repeat; background-size: cover; z-index: 0; overflow: hidden; }

.background-image img { width: 100%; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) { .background-image img { -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%; } }

.background-color { opacity: 0.92; }

.social { list-style: none; }

.social li { display: inline-block; }

.social a { padding: 5px; }

.clearfix { *zoom: 1; }

.clearfix:after, .clearfix:before { content: ''; display: table; }

.clearfix:after { clear: both; }

.tacenter { text-align: center; }

.taright { text-align: right; }

.taleft { text-align: left; }

.relative { position: relative; }

.square { position: relative; }

.square:after { content: ''; display: block; padding-bottom: 100%; }

.square--content { position: absolute; width: 100%; height: 100%; }

.two-cols { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 4rem; column-gap: 4rem; }

.three-cols { -webkit-column-count: 3; column-count: 3; -webkit-column-gap: 4rem; column-gap: 4rem; }

@media screen and (max-width: 750px) { .two-cols, .three-cols { -webkit-column-count: 1 !important; column-count: 1 !important; -webkit-column-gap: 0 !important; column-gap: 0 !important; } }

.split-title strong { display: block; }

.shadow, .button, input[type='text'], input[type='password'], input[type='number'], input[type='email'], textarea, select, .testimonial-section .two-thirds, .right-tools, .flickity-enabled button, .welcome-content, .default-slider, .quote_banner .container, .team-member, .about-pods-content, .accordion-section-content, .accordion-section-content .accordion .accordion-item a, .contact-info .one-third, .woo-sidebar .search-form, .woo-page, .woo-details form.cart .quantity, .woocommerce-message, .woocommerce-error, .overview-block-product { -webkit-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.11); box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.11); }

.tick ul { list-style: none; }

.tick ul li { padding: 0 0 0 2rem; background: url(../images/tick.svg) 0 5px no-repeat; }

.subscribe form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border: 1px solid white; margin: 0; padding: 0.4rem; }

.subscribe form .gform_body { width: 100%; }

.subscribe form label { display: none; }

.subscribe form li { margin: 0; }

.subscribe form input[type='email'] { position: relative; top: 0.5rem; margin: 0; color: white; padding: 0 1rem; border: none; background: transparent; -webkit-box-shadow: none; box-shadow: none; }

.subscribe form input[type='email']:focus { border: none; }

.subscribe form .gform_footer { position: relative; }

.subscribe form .button { border: none; background: transparent; text-indent: 9999px; width: 20px; margin: 0; padding: 0 2rem; background: #ffa072 url(../images/arrow.svg) center no-repeat; }

.subscribe form .button:hover { background: #004c97 url(../images/arrow.svg) center no-repeat; }

.subscribe form .validation_error { display: none; }

.subscribe form .validation_message { color: red; }

.subscribe form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ffffff; }

.subscribe form ::-moz-placeholder { /* Firefox 19+ */ color: #ffffff; }

.subscribe form :-ms-input-placeholder { /* IE 10+ */ color: #ffffff; }

.subscribe form :-moz-placeholder { /* Firefox 18- */ color: #ffffff; }

.accordion { position: relative; margin: 4rem 0; }

.accordion .accordion-item { position: relative; height: auto; display: block; border-bottom: 2px solid rgba(89, 89, 89, 0.2); }

.accordion .accordion-item h4 { position: relative; letter-spacing: 0.1rem; color: inherit; font-size: 1.7rem; margin: 2rem 0; cursor: pointer; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; }

.accordion .accordion-item h4 svg { position: absolute; height: 12px; width: 12px; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.accordion .accordion-item h4 svg .st0 { fill: none; stroke: #8a8684; stroke-width: 3; stroke-miterlimit: 10; }

.accordion .accordion-item > div { display: none; margin: 0 0 2rem 0; }

.accordion .accordion-item > div h2, .accordion .accordion-item > div h3, .accordion .accordion-item > div h4 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 2rem; margin: 0; font-weight: 400; }

.accordion .accordion-item > div .flex, .accordion .accordion-item > div .flex-row, .accordion .accordion-item > div .flex-column, .accordion .accordion-item > div .flex-start, .accordion .accordion-item > div .flex-end, .accordion .accordion-item > div .flex-center, .accordion .accordion-item > div .flex-stratch { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.accordion .accordion-item.visible-first-load h4 svg #vertical { display: none; }

.accordion .accordion-item.visible-first-load > div { display: block; margin: 0 0 2rem 0; }

.accordion .accordion-item ul { list-style: none; }

.accordion .accordion-item ul li { padding: 0 0 0 2rem; background: url(../images/tick.svg) 0 5px no-repeat; }

.instagram-banner--section { text-align: center; padding: 0; }

.instagram-banner--title { text-transform: uppercase; letter-spacing: 0.1em; font-size: 1.8rem; color: #004c97; }

.instagram-banner--title i { font-size: 2em; vertical-align: middle; }

.instagram-banner--row { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.instagram-banner--item { display: block; height: 25rem; width: auto; }

@media screen and (max-width: 750px) { .instagram-banner--item { height: 15rem; } }

.instagram-banner--item img { height: 100%; width: auto; display: block; }

.follow-account { height: 25rem; width: 25rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #004c97; color: #ffffff !important; -ms-flex-negative: 0; flex-shrink: 0; }

@media screen and (max-width: 750px) { .follow-account { width: 15rem; height: 15rem; } }

.follow-account .fa { font-size: 6rem; color: white; margin: 0 0 2rem 0; }

.follow-account:hover .fa { color: #6d2d63; }

.follow-account .title { text-transform: uppercase; }

.follow-account .account { font-size: 1.2rem; }

.overview { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.testimonial-section .slide { width: 100% !important; display: block; }

.testimonial-section h2 { margin: 0; }

@media screen and (max-width: 1000px) { .testimonial-section h2 { text-align: center; } }

.testimonial-section img { border-radius: 50%; width: 50px; height: 50px; margin: 0 1rem; }

.testimonial-section .from { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.testimonial-section .from p { margin: 0; }

.testimonial-section .two-thirds { background: white; padding: 6rem; }

.testimonial-section blockquote { margin: 2rem 0 4rem 0; padding: 0; }

.testimonial-section .flickity-prev-next-button.next { right: -8rem; }

.testimonial-section .flickity-page-dots { text-align: left; bottom: -3rem; left: 4rem; }

.testimonial-section .flickity-page-dots .dot { border-radius: 0%; border: 2px black solid; }

@media screen and (max-width: 1000px) { .two-thirds .one-third { width: 50% !important; } }

.featured-link { position: relative; display: block; text-align: center; text-transform: uppercase; color: #004c97; margin-bottom: 3rem; }

@media screen and (max-width: 750px) { .featured-link { width: calc(50% - 2rem); } }

@media screen and (max-width: 400px) { .featured-link { width: 100%; } }

.featured-link .hover { position: relative; top: 0; }

.featured-link:hover .hover { top: -0.5rem; }

.featured-link:hover img { opacity: 0.5; }

.featured-link * { -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out; }

.featured-link img { position: relative; top: 0; display: block; width: auto; height: auto; max-width: 100%; max-height: 140px; min-height: 100px; margin: 0 auto; }

.edit_link { position: fixed; margin: 0; top: 60px; left: 10px; z-index: 99999; display: inline-block; font-size: 12px; font-weight: bold; }

.edit_link i { width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #ffffff; border-radius: 30px; font-size: 15px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.edit_link span { background-color: #ffffff; text-transform: uppercase; padding: 3px 5px; border-radius: 2px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.edit_link a { color: #000000; background-color: transparent; }

.edit_link a:hover i { background-color: #717171; color: #ffffff; }

.edit_link a:hover span { background-color: #717171; color: #ffffff; }

.header-background { position: absolute; top: 0; left: 0; display: block; overflow: visible; padding: 0; width: 100%; position: relative; opacity: 0.8; }

.header-background .background-image { width: 680px; height: 495px; position: absolute; top: 0; right: 0; left: auto; }

.header-background .main-mask { background: url(../images/main-mask.png) 0 0 no-repeat; background-size: cover; position: absolute; top: 0; right: 0; width: 680px; height: 495px; }

.right-tools { padding: 0 1rem; position: absolute; top: 0; right: 2rem; width: 250px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: white; -ms-flex-wrap: nowrap; flex-wrap: nowrap; z-index: 12; }

@media screen and (max-width: 1024px) { .right-tools { right: auto; left: 0; padding: 0.2rem 1rem; } }

.search-form { margin: 0; position: relative; z-index: 2; }

.search-form .site-search { margin: 0; padding: 0 0rem; height: auto; width: auto; border: none; font-size: 1.4rem; background: transparent; }

.search-form .site-search:focus { border: none; outline: none; }

.search-form input[type='search'] { width: 138px; }

.search-form button { margin: 0; padding: 0; border: none; background: none; width: 4.5rem !important; height: 4rem !important; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; transform: none; outline: none; }

.search-form button img { position: relative; top: 0.5rem; right: 1rem; max-width: 22px; }

.search-form button:hover { background: transparent; }

.search-form button:hover img { opacity: 0.5; }

.cart-contents { margin: 1rem 0 0 0; position: relative; z-index: 2; }

.cart-contents a { position: relative; display: block; }

.cart-contents img { max-width: 22px; height: auto; }

.cart-contents .in-cart { position: absolute; top: -5px; right: -8px; background: #ffa072; border-radius: 100%; font-size: 11px; line-height: 20px; width: 20px; height: 20px; text-align: center; font-weight: 600; color: white; }

.header { width: 100%; z-index: 10; overflow: visible; position: relative; }

.header .container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: visible; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.header .container > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .logo { max-width: 300px; width: 100%; height: 100%; text-align: center; display: block; margin: 1rem 0; }

@media screen and (max-width: 1024px) { .header .logo { margin: 5rem 0 0 0; } }

.header .logo img { width: 100%; height: 100%; margin: 0 auto; }

@media screen and (max-width: 1000px) { .header .logo img { width: 280px; } }

.header .ndislogo img { width: 30%; margin: 0 2rem; min-width: 50px; }

@media only screen and (max-width: 1350px) { .header .container { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .header .container > div { display: block; margin-right: 1rem; }
  .header .container nav { margin-top: 5vw; } }

@media only screen and (max-width: 1024px) { .header .ndislogo img { width: 13rem; } }

@media only screen and (max-width: 900px) { .header .ndislogo img { width: 10rem; } }

.header--nav { min-width: 320px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: white; -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.19); box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.19); position: relative; z-index: 1; padding: 0 0 0 2rem; -ms-flex-negative: 0; flex-shrink: 0; }

.header--nav > ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; z-index: 9; }

.header--nav li { margin: 0 2.5rem 0 0; position: relative; }

.header--nav a { display: block; color: black; text-transform: uppercase; padding: 1.5rem 1rem; }

.header--nav a:hover { color: #005a2d; }

.header--nav li.menu-item-has-children { position: relative; }

.header--nav li.menu-item-has-children > a:after { content: '\f0d7'; font-family: 'fontawesome'; display: inline-block; margin: 0 0 0 0.5rem; }

.header--nav li.menu-item-has-children ul { list-style: none; margin: 0; padding: 0 2rem 2rem 2rem; position: absolute; top: 55px; left: 0; visibility: hidden; max-height: 0; background: white; width: 250px; -webkit-box-shadow: 2px 6px 10px 2px rgba(0, 0, 0, 0.19); box-shadow: 2px 6px 10px 2px rgba(0, 0, 0, 0.19); }

.header--nav li.menu-item-has-children ul li { margin: 0; padding: 0; }

.header--nav li.menu-item-has-children ul a { padding: 1rem 0 0 0; text-transform: none; color: #595959; font-size: 1.3rem; }

.header--nav li.menu-item-has-children ul a:hover { color: #005a2d; }

.header--nav li.menu-item-has-children:hover > ul { visibility: visible; max-height: 1000px; -webkit-transition-delay: 0s; transition-delay: 0s; }

.header--nav .single-post .menu-item-44 a, .header--nav .current-product_cat-ancestor a, .header--nav .current_page_ancestor a, .header--nav .current_page_parent a, .header--nav .current-menu-item a { position: relative; color: #ffa072; }

.header--nav > .sub-menu { margin: 0; padding: 0; list-style: none; visibility: hidden; position: absolute; top: 25px; left: 0; width: 250px; text-align: left; background: #fefefe; border-bottom: 2px solid #004c97; -webkit-transition: 0.2s 1s; transition: 0.2s 1s; }

.header--nav > .sub-menu li { padding: 1rem; }

.header--nav a.header--nav-phone { background: #6d2d63 url(../images/phone.svg) 1.5rem center no-repeat; color: white; padding: 1.5rem 1.5rem 1.5rem 4rem; font-weight: 600; }

.header--nav a.header--nav-phone:hover { color: #ffa072; }

.header--nav .dropdown { display: none; }

.header--nav .dropit { display: block; position: absolute; top: 5.5rem; left: 0; z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: white; -webkit-box-shadow: 2px 6px 10px 2px rgba(0, 0, 0, 0.19); box-shadow: 2px 6px 10px 2px rgba(0, 0, 0, 0.19); padding: 2rem 0; }

.header--nav .dropit > ul { list-style: none; margin: 0; padding: 0 3rem; z-index: 9; min-width: 200px; }

.header--nav .dropit .product-categories { margin: 0 0rem 0 0; border-right: 1px solid #fefefe; }

.header--nav .dropit li { padding: 0; margin: 0; position: relative; }

.header--nav .dropit li > .sub-menu { margin: 0; padding: 0; list-style: none; position: relative; display: block !important; top: 0; left: 0; visibility: visible; max-height: 100%; -webkit-box-shadow: none; box-shadow: none; }

.header--nav .dropit li > .sub-menu li { padding: 0 1rem; }

.header--nav .dropit span { color: #005a2d; text-transform: uppercase; font-weight: 400; }

.header--nav .dropit a { padding: 1rem 0 0 0; text-transform: none; color: #595959; font-size: 1.3rem; }

.header--nav .dropit a:hover { color: #005a2d; }

#menu-item-22 { position: relative; }

#menu-item-22 > a:after { content: '\f0d7'; font-family: 'fontawesome'; display: inline-block; margin: 0 0 0 0.5rem; }

.mobile-nav { display: none; }

@media screen and (max-width: 1024px) { .header--nav { display: none; }
  .mobile-nav { display: block; position: fixed; top: 0; right: 0; z-index: 99999; -webkit-transition: top 0.2s ease; transition: top 0.2s ease; }
  .scrolled .mobile-nav { top: 0; }
  .mobile-nav .icon { display: block; z-index: 999999999999; height: 48px; width: 60px; padding: 0 1rem 0 1.3rem; top: 0; float: right; position: relative; background: #004c97; }
  .mobile-main .menu { padding: 0; margin: 0; list-style: none; z-index: 999999; position: relative; }
  .mobile-main .menu ul { margin: 0; padding: 0; }
  .mobile-main .menu > li { display: block !important; height: auto; margin: 2rem auto; max-width: 250px !important; }
  .mobile-main .menu li a { display: block; border-left: none; height: auto; width: auto; color: #004c97; font-weight: 900; font-size: 2rem; line-height: 1.4; text-transform: uppercase; position: relative; }
  .mobile-main .menu li a .fa { float: right; display: inline-block; width: 40px; height: 40px; }
  .menu li a.on, .menu li a:hover { color: #005a2d; }
  .sub-menu { position: relative; }
  .sub-menu li a { color: #004c97; text-transform: none; font-size: 1.8rem; font-weight: 600; padding: 1rem 2rem; }
  .mobile-main { display: none; background: white; width: 100%; height: 100vh; z-index: 999999; overflow: auto !important; text-align: center; position: fixed; top: 0; right: 0; }
  .mobile-main .mobile-wrap { margin-bottom: 9rem; }
  body.open-nav { overflow: hidden; }
  body.open-nav .menu, body.open-nav .mobile-main { display: block; }
  body.open-nav .mobile-main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media screen and (max-width: 1024px) and (max-height: 500px) { body.open-nav .mobile-main { display: block; } }

@media screen and (max-width: 1024px) { body.open-nav .mobile-nav { width: 100%; }
  body.open-nav .mobile-nav ul { list-style: none; }
  body.open-nav .mobile-nav .sub-menu { margin: 0; }
  body.open-nav .mobile-nav .sub-menu li { margin: 0; }
  body.open-nav .mobile-nav .sub-menu a { font-size: 1.2rem; }
  body.open-nav .mobile-nav .right-tools { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; z-index: 9999999; padding: 2rem; }
  body.open-nav .mobile-nav .right-tools a { color: white; }
  body.open-nav .mobile-nav .right-tools a:hover { color: #6d2d63; } }

@media screen and (max-width: 1024px) and (max-width: 550px) { body.open-nav .mobile-nav .right-tools { width: calc(100% - 30px); } }

@media screen and (max-width: 1024px) { .top-animate { background: white !important; /*background: url(../images/nav-bars.png) 0 0 no-repeat !important;*/ top: 8px !important; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .mid-animate { opacity: 0; }
  .bottom-animate { background: white !important; /* background: url(../images/nav-bars-base.png) 0 0 no-repeat !important;*/ top: 8px !important; -webkit-transform: rotate(-225deg); transform: rotate(-225deg); }
  .top-menu { top: 0px; width: 35px; height: 4px; background-color: #004c97; /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/ }
  .mid-menu { top: 10px; width: 35px; height: 4px; background-color: #004c97; /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/ }
  .bottom-menu { top: 20px; width: 35px; height: 4px; background-color: #004c97; /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/ }
  .menui { background: white; /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/ -webkit-transition: 0.3s ease; transition: 0.3s ease; -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.29, 1.01); transition-timing-function: cubic-bezier(0.5, 0, 0.29, 1.01); margin-top: 10px; position: absolute; } }

.footer { background: #6d2d63; color: white; }

@media screen and (max-width: 1000px) { .footer { text-align: center; }
  .footer .one-third { max-width: 600px; margin: 0 auto; }
  .footer .one-third.flex, .footer .one-third.flex-row, .footer .one-third.flex-column, .footer .one-third.flex-start, .footer .one-third.flex-end, .footer .one-third.flex-center, .footer .one-third.flex-stratch { width: 100%; }
  .footer .one-third.flex .one-half, .footer .one-third.flex-row .one-half, .footer .one-third.flex-column .one-half, .footer .one-third.flex-start .one-half, .footer .one-third.flex-end .one-half, .footer .one-third.flex-center .one-half, .footer .one-third.flex-stratch .one-half { width: 50%; } }

.footer .container > .flex, .footer .container > .flex-row, .footer .container > .flex-column, .footer .container > .flex-start, .footer .container > .flex-end, .footer .container > .flex-center, .footer .container > .flex-stratch { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.footer h4 { font-weight: 400; letter-spacing: 0.1rem; margin: 2rem 0; }

.footer ul.menu { margin: 0; padding: 0; list-style: none; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.footer ul.menu li { margin: 0 0 0.5rem 0; }

.footer a { color: #ffffff; }

.footer a:hover { color: #ffa072; }

.footer p { font-size: 1.4rem; margin: 0 0 1rem 0; }

.footer .footer-logo { width: 100%; margin: 0 0 2rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.footer .footer-logo a { color: transparent; background: transparent; display: block; }

.footer .footer-logo img { width: 150px; height: auto; margin: 0 2rem; }

.footer .footer-logo .web-mark { width: 60px; }

.footer .social_links { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.footer .social_links a { display: block; margin: 0; padding: 0.2rem 0 0 0; width: 30px; height: 30px; text-align: center; color: white; border-radius: 50%; }

.footer .social_links a:hover { color: #ffa072; }

.copy { border-top: 1px solid #595959; text-align: center; color: #444444; font-size: 1.2rem; padding: 2rem 0 1rem 0; }

.copy p { margin: 0; padding: 0; }

.copy .logo-links { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.copy .logo-link { margin: 1rem 2rem; }

.copy .logo-link img { max-width: 150px; max-height: 80px; }

.copy ul { list-style: none; margin: 0; padding: 0; }

.copy a { color: #595959; }

.copy a:hover { color: #004c97; }

a.overview-block { position: relative; display: block; width: calc(100% / 3 - 2rem); text-align: center; color: #444444; margin-top: 3rem; margin-bottom: 3rem; }

@media screen and (max-width: 750px) { a.overview-block { width: calc(50% - 2rem); } }

@media screen and (max-width: 400px) { a.overview-block { width: 100%; } }

a.overview-block:hover img { opacity: 1; top: -0.5rem; position: relative; }

a.overview-block:hover h4, a.overview-block:hover span { color: #004c97; }

a.overview-block * { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

a.overview-block .hover { position: relative; top: 0; }

a.overview-block .hover .overlay, a.overview-block .hover .g-overlay { position: absolute; top: 5%; left: 0; z-index: 2; width: auto; height: auto; padding: 1rem 2rem; background: rgba(255, 255, 255, 0.8); color: #004c97; }

a.overview-block img { position: relative; top: 0; display: block; width: 100%; margin-bottom: 1rem; }

a.overview-block h4 { color: inherit; font-size: 2rem; font-weight: bold; margin: 1rem 0; }

@media screen and (max-width: 550px) { a.overview-block h4 { font-size: 1.6rem; } }

a.overview-block span { text-decoration: underline; font-size: 1.6rem; }

@media screen and (max-width: 550px) { a.overview-block span { font-size: 1.2rem; } }

.page-header { text-align: center; }

.page-header .background-image { opacity: 0.6; }

.page-header__title, .page-header__subtitle { margin-bottom: 0; }

.pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.pagination--button { display: block; }

.pagination--button a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: uppercase; }

.pagination--button i { margin: 0 1rem; }

.pagination--numeric { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.pagination--numeric .pagination--button { margin: 0 0.5rem; }

.pagination--numeric .pagination--button.active { font-weight: 600; }

.share-buttons { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0.5; }

.share-buttons > * { margin-bottom: 0; }

.share-buttons > * + * { margin-left: 1rem; }

.share-buttons:nth-child(1) { font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; text-transform: uppercase; font-weight: 500; font-size: 1.4rem; }

.blog-nav--title { margin-bottom: 1rem; }

.blog-nav--list { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; text-transform: uppercase; font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; font-weight: 500; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.5rem; }

.blog-nav--list li { margin: 0 0.9rem; opacity: 0.5; }

.blog-nav--list li:hover, .blog-nav--list li:focus { opacity: 1; }

.blog-nav--list li.current-cat, .blog .blog-nav--list li.cat-item-all { opacity: 1; border-bottom: 2px solid currentColor; }

.addthis ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; opacity: 0.5; margin: 1rem 0; }

.addthis ul > * { margin-bottom: 0; }

.addthis ul > * + * { margin-left: 1rem; }

.addthis ul:nth-child(1) { font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; text-transform: uppercase; font-weight: 500; font-size: 1.4rem; }

.layouts a { color: #004c97; }

.layouts a:hover, .layouts a:focus { color: #6d2d63; border-bottom: 1px solid currentColor; }

.layouts ul { list-style: none; margin: 0; padding: 0; }

.layouts ul li { padding: 0 0 0 22px; background: url(../images/ul-tick.svg) 0 center no-repeat; }

.layouts div { margin: 0 0 2rem 0; }

.layouts .flex > div, .layouts .flex-row > div, .layouts .flex-column > div, .layouts .flex-start > div, .layouts .flex-end > div, .layouts .flex-center > div, .layouts .flex-stratch > div { margin: 0 0 2rem 0; }

.layouts h1, .layouts h2, .layouts h3, .layouts h4, .layouts h5, .layouts h6 { display: block; clear: both; }

.layouts img { max-width: 100% !important; height: auto; display: block; margin: 2rem 0; }

.layouts img.alignleft { float: left; display: inline-block; margin: 0 2rem 2rem 0; clear: left; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled { position: relative; }

.flickity-enabled:focus { outline: none; }

.flickity-viewport { overflow: hidden; position: relative; height: 100%; }

.flickity-slider { position: absolute; width: 100%; height: 100%; }

/* draggable */
.flickity-enabled.is-draggable { tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button { position: absolute; top: 50%; width: 44px; height: 44px; border: none; border-radius: 50%; background: none; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.flickity-prev-next-button:hover { background: none; }

.flickity-prev-next-button:focus { outline: none; -webkit-box-shadow: 0 0 0 5px #09f; box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active { opacity: 0.6; }

.flickity-prev-next-button.previous { left: 0; }

.flickity-prev-next-button.next { right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px; }

.flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px; }

.flickity-prev-next-button:disabled { opacity: 0.3; cursor: auto; }

.flickity-prev-next-button svg { position: absolute; left: 20%; top: 20%; width: 60%; height: 60%; }

.flickity-prev-next-button .arrow { fill: rgba(255, 255, 255, 0.4); }

/* ---- page dots ---- */
.flickity-page-dots { position: absolute; width: 100%; bottom: 25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; }

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot { display: inline-block; width: 12px; height: 12px; margin: 0 4px; background: transparent; border-radius: 50%; opacity: 0.25; cursor: pointer; border: 2px white solid; }

.flickity-page-dots .dot.is-selected { opacity: 1; }

.flickity-enabled button { background-color: white; border: 0.1rem solid white; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #444444; cursor: pointer; display: inline-block; letter-spacing: 0.1rem; line-height: 3.8rem; padding: 0 5rem 0 3rem; text-align: center; text-decoration: none; white-space: nowrap; position: relative; text-transform: lowercase; font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; }

.flickity-enabled button:after { content: ''; background: currentColor url(../images/arrow.svg) center no-repeat; background-size: 50%; position: absolute; top: 0.4rem; right: 0.4rem; width: 3rem; height: 3rem; }

.flickity-enabled .flickity-prev-next-button { position: absolute; top: 50%; width: 44px; height: 44px; border: none; border-radius: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; background: none; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: #004c97; }

.flickity-enabled .flickity-prev-next-button:after { top: 5px; left: 5px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background-color: transparent; }

.flickity-enabled .flickity-prev-next-button:hover { background: #005a2d; }

.flickity-enabled .flickity-prev-next-button svg { display: none; }

.flickity-prev-next-button.previous { display: none; }

.map-flex { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.map-options { width: 25%; }

@media screen and (max-width: 750px) { .map-options { width: 100%; } }

.store-locator { color: #444444; }

.store-locator--inputs .location { background: url(../images/icon-location.svg) 0 center no-repeat; padding: 0 0 0 3rem; }

.store-locator--inputs .location:focus { border: none; }

.store-locator--inputs label { margin: 2rem 0 0 0; }

.store-locator--inputs select { background: url(../images/icon-zoom.svg) 0 center no-repeat, url(../images/select.svg) right center no-repeat; padding: 0 0 0 3rem; margin: 0 0 8rem 0; }

@media screen and (max-width: 750px) { .store-locator--inputs select { margin: 0 0 3rem 0; } }

.store-locator--inputs select:focus { border: none; }

.store-locator--map { width: 70%; height: 50rem; max-height: 100vh; display: block; }

@media screen and (max-width: 750px) { .store-locator--map { margin: 2rem 0; width: 100%; } }

.store-locator--marker--meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.store-locator--marker--meta--heading { text-transform: capitalize; margin-right: 1rem; font-weight: 600; }

.store-locator--results { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 5rem; }

.store-locator--results--item { width: calc(33.33% - 2rem); margin: 1rem; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.02); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.02); border: 8px solid rgba(255, 255, 255, 0.1); padding: 2rem; background: #ffffff; }

@media screen and (max-width: 750px) { .store-locator--results--item { width: calc(50% - 2rem); } }

@media screen and (max-width: 750px) { .store-locator--results--item { width: 100%; margin: 0 0 1rem 0; } }

.button-section { text-align: center; }

.button-section .or:before, .button-section .or:after { content: ''; display: inline-block; width: 10%; height: 1px; background: #444444; position: relative; top: -0.5rem; margin: 0 1rem; }

.button-section .button { width: 100%; }

#online { margin: 4rem 0; padding: 4rem 0; border-top: 1px solid #595959; }

#online .overview { padding: 0; }

#distributors { margin: 4rem 0; padding: 4rem 0; border-top: 1px solid #595959; }

#distributors .overview { padding: 0; }

.tab-section .container { background: white; padding: 0; }

.tab-section .container .accordion { padding: 0 4rem; }

.tab-section .container .tab-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; }

@media only screen and (max-width: 768px) { .tab-section .container .tab-links { display: none; } }

.tab-section .container .tab-links li { width: 100%; display: block !important; }

.tab-section .container .tab-links li:nth-child(1) { background: rgba(89, 89, 89, 0.1); }

.tab-section .container .tab-links li:nth-child(2) { background: rgba(89, 89, 89, 0.2); }

.tab-section .container .tab-links li:nth-child(3) { background: rgba(89, 89, 89, 0.3); }

.tab-section .container .tab-links li.r-tabs-state-active { background: #004c97 !important; }

.tab-section .container .tab-links li.r-tabs-state-active a { color: white; }

.tab-section .container .tab-links a { text-align: center; display: block; padding: 2rem; font-size: 2rem; color: #444444; }

.tab-section .container .r-tabs-accordion-title { font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; background: rgba(89, 89, 89, 0.1); padding: 1rem; }

.tab-section .container .r-tabs-accordion-title a { text-align: center; display: block; padding: 2rem; font-size: 2rem; color: #444444; }

.tab-section .container .r-tabs-accordion-title.r-tabs-state-active { background: #004c97 !important; }

.tab-section .container .r-tabs-accordion-title.r-tabs-state-active a { color: white; }

.banner-content { width: 40%; }

@media screen and (max-width: 1000px) { .banner-content { width: 80%; background: white; margin: 0 auto; padding: 4rem; -webkit-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.11); box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.11); } }

@media screen and (max-width: 1000px) { .banner-content { width: 100%; } }

.welcome-content { padding: 4rem; background: white; }

@media screen and (max-width: 1000px) { .welcome-content { padding: 4rem 0; } }

.welcome-content .one-half { padding: 0 4rem; }

.pods-content .one-third { padding: 2rem; }

@media screen and (max-width: 1000px) { .pods-content .one-third { text-align: center; } }

.pods-content .one-third img { display: block; margin: 0 auto 4rem auto; }

@media screen and (max-width: 1000px) { .product-feed { text-align: center; } }

.default-slider { display: block; width: 100%; padding: 1rem; }

.default-slider .product { width: calc(33.33% - 1rem); margin: 0 1rem; -webkit-box-shadow: none; box-shadow: none; }

@media screen and (max-width: 1000px) { .default-slider .product { width: calc(50% - 1rem); } }

@media screen and (max-width: 400px) { .default-slider .product { width: calc(100% - 1rem); } }

.default-slider .product h4 { font-size: 1.6rem; }

@media screen and (max-width: 1000px) { .category-feed { padding: 0; } }

.category-feed .one-third { background: #595959; }

@media screen and (max-width: 1000px) { .category-feed .one-third { max-width: 60%; margin: 0 auto 4rem auto; } }

@media screen and (max-width: 750px) { .category-feed .one-third { max-width: 90%; margin: 0 auto 4rem auto; } }

.category-feed .background-image { opacity: 0.8; }

.category-feed .category-feed-content { position: absolute; text-align: center; bottom: -2rem; width: 100%; }

.category-feed .category-feed-content h3 { color: white; font-weight: 400; margin: 0 auto 4rem auto; text-align: center; width: 92%; text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5); font-weight: bold; }

.quote_banner .container { background: #004c97; color: white; text-align: center; }

.quote_banner .container .background-image { opacity: 0.2; }

.quote_banner .container > .flex, .quote_banner .container > .flex-row, .quote_banner .container > .flex-column, .quote_banner .container > .flex-start, .quote_banner .container > .flex-end, .quote_banner .container > .flex-center, .quote_banner .container > .flex-stratch { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.quote_banner .container .one-third { padding: 6rem 0; }

@media screen and (max-width: 1000px) { .quote_banner .container .one-third { padding: 2rem 2rem 0 2rem; text-align: center; } }

.quote_banner .container .content { text-align: left; }

@media screen and (max-width: 1000px) { .quote_banner .container .content { text-align: center; } }

.about-welcome-section { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.about-welcome-image { position: absolute; top: -10rem; left: 10rem; width: 40%; height: 100%; min-height: 200px; }

@media screen and (max-width: 1000px) { .about-welcome-image { position: relative; width: 100%; top: 0; } }

.about-welcome-content { position: relative; top: 4rem; width: 65%; height: 100%; padding: 4rem; background: white; }

@media screen and (max-width: 1000px) { .about-welcome-content { top: 0; width: 100%; } }

.about-welcome-content .split-title strong { display: inline; }

.about-welcome-content .button { position: absolute; bottom: -2rem; right: 4rem; }

.about-welcome-content p { margin: 0 0 0.5rem 0; }

.team-member { background: white; }

@media screen and (max-width: 1000px) { .team-member { max-width: 500px; margin: 0 auto 4rem auto; } }

.team-member .background-image { position: relative; height: 350px; }

.team-member .team-details { padding: 4rem; }

.team-member h4 { font-size: 2rem; font-weight: 400; margin: 0; }

.team-member small { text-transform: uppercase; }

.team-member .small-social a { display: block; margin: 0 0 0 1rem; }

.team-member .small-social a:hover { opacity: 0.6; }

.team-member .bio { margin: 1rem 0 0 0; padding: 1rem 0 0 0; border-top: 1px solid rgba(89, 89, 89, 0.2); }

.team-member p { margin: 0 0 0.5rem 0; }

.about-pods-content { background: white; padding: 4rem; }

@media screen and (max-width: 1000px) { .about-pods-content { text-align: center; } }

.about-pods-content .icon-wrap { min-height: 80px; }

@media screen and (max-width: 1000px) { .about-pods-content .icon-wrap { text-align: center; } }

.about-pods-content img { display: block; position: relative; margin: 0 auto 2rem auto; }

.about-pods-content h4 { font-weight: 400; margin: 0 0 1rem 0; }

.accordion-section-content { background: white; padding: 2rem 4rem; }

.accordion-section-content .accordion .accordion-item a { color: #005a2d; display: block; padding: 1rem 2rem 1rem 5rem; position: relative; }

.accordion-section-content .accordion .accordion-item a:hover { color: #ffa072; }

.accordion-section-content .accordion .accordion-item a:after { content: ''; background: currentColor url(../images/arrow.svg) center no-repeat; background-size: 50%; position: absolute; top: 0.8rem; left: 0.8rem; width: 3rem; height: 3rem; }

.accordion-section-content .accordion .accordion-item ul { list-style: none; }

.accordion-section-content .accordion .accordion-item ul li { background: none; padding: 0; display: block; position: relative; }

.accordion-section-content .accordion .accordion-item ul li a[href$='.pdf'], .accordion-section-content .accordion .accordion-item ul li a[href$='.doc'], .accordion-section-content .accordion .accordion-item ul li a[href$='.docx'] { color: #004c97; }

.accordion-section-content .accordion .accordion-item ul li a[href$='.pdf']:hover, .accordion-section-content .accordion .accordion-item ul li a[href$='.doc']:hover, .accordion-section-content .accordion .accordion-item ul li a[href$='.docx']:hover { color: #6d2d63; }

.accordion-section-content .accordion .accordion-item ul li a[href$='.pdf']:after, .accordion-section-content .accordion .accordion-item ul li a[href$='.doc']:after, .accordion-section-content .accordion .accordion-item ul li a[href$='.docx']:after { content: ''; background: currentColor url(../images/download.svg) center no-repeat; background-size: 50%; position: absolute; top: 0.8rem; left: 0.8rem; width: 3rem; height: 3rem; }

.contact-info { margin: 6rem auto 0 auto; max-width: 900px; }

.contact-info .one-third { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: nowrap; flex-wrap: nowrap; background: white; font-size: 1.3rem; }

.contact-info .one-third img { width: 45px; height: auto; display: block; margin: 0 1.3rem 0 0; }

#gform_wrapper_2 .gform_body ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#gform_wrapper_2 .gform_body ul li { width: calc(50% - 0.5rem); }

#gform_wrapper_2 .gform_body ul #field_2_5 { width: 100%; }

#gform_wrapper_2 .gform_footer .button { color: white; background: #005a2d; padding: 0.5rem 4rem; float: right; }

#gform_wrapper_2 .gform_footer .button:hover { background: #004c97; }

.blog-slider { width: 100%; }

.featured-posts { width: 100%; font-weight: 600; }

.featured-posts .featured-post { position: relative; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 500px; background-size: cover !important; }

.featured-posts .text-box { width: 100%; max-width: 50%; margin: 0 auto; position: relative; background: rgba(255, 255, 255, 0.9); padding: 4rem; text-align: center; color: #444444; }

.featured-posts:hover .button { color: #6d2d63; }

.blog-cats { list-style: none; display: inline-block; width: 100%; max-width: 1000px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 2rem auto 0 auto; padding: 0; border-bottom: 1px solid #f6f6f6; }

.blog-cats li { margin: 0 1rem; }

.blog-cats a { text-transform: uppercase; letter-spacing: 0.1rem; font-weight: 600; }

.blog-cats .current-cat a { position: relative; color: #6d2d63; }

.blog-cats .current-cat a:before { border-bottom: 1px solid #6d2d63; width: 100%; left: 0; right: 0; }

#content { width: 100%; position: relative; }

#content .grid-sizer { margin: 0 3rem 0 0; width: calc(100% / 3 - 3rem) !important; }

@media screen and (max-width: 750px) { #content .grid-sizer { width: calc(50% - 2rem); } }

@media screen and (max-width: 400px) { #content .grid-sizer { width: 100%; } }

.single-post { background: #fefefe; }

.single-post--header-image { height: 50rem; width: 100%; max-height: 100vh; position: fixed; top: 0; }

.single-post--header-image .background-image { opacity: 0.7; }

.single-post--back-btn { padding: 7rem 0 3.5rem; }

.single-post--back-btn--btn { color: white; font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; }

.single-post--back-btn--btn:hover, .single-post--back-btn--btn:focus { color: white; border-bottom: 1px solid currentColor; }

.single-post--container { padding: 5rem; }

.single-post--container img { width: calc(100% + 10rem); height: auto; margin-left: -5rem; margin-right: -5rem; }

.single-post--heading { border-bottom: 2px solid #fefefe; margin-bottom: 1.5rem; }

.single-post--title { font-size: 3.3rem; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 0.5rem; }

.single-post--meta { display: -webkit-box; display: -ms-flexbox; display: flex; font-family: "Roboto Slab", "Merriweather", Palatino, Georgia, cursive; font-weight: 500; text-transform: uppercase; color: #444444; opacity: 0.7; font-size: 1.3rem; letter-spacing: 0.05em; margin-bottom: 1rem; }

.single-post--meta > * + *:before { content: '|'; margin: 0 1rem; }

.single-post--meta a { color: inherit; }

.single-post--meta a:hover, .single-post--meta a:focus { color: inherit; border-bottom: 1px solid currentColor; }

.single-post--footer { border-top: 2px solid #fefefe; margin-top: 3.5rem; padding-top: 1.5rem; }

.woocommerce-MyAccount-navigation { width: 17rem; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.woocommerce-MyAccount-navigation ul { list-style: none; }

.woocommerce-MyAccount-content { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media (max-width: 550px) { .woocommerce-account .woocommerce { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .woocommerce-MyAccount-navigation { text-align: center; width: 100%; margin-bottom: 2rem; } }

.woo-sidebar { width: 20%; }

.woo-sidebar .sidebar-close { display: none; }

@media screen and (max-width: 1000px) { .woo-sidebar { position: absolute; top: 0; left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); visibility: hidden; }
  @-webkit-keyframes slide-in { 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } }
  @keyframes slide-in { 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } }
  .woo-sidebar.open { visibility: visible; -webkit-animation: slide-in 0.5s forwards; animation: slide-in 0.5s forwards; position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; z-index: 999; background: white; padding: 0 4rem; }
  .woo-sidebar.open .sidebar-close { display: inline-block; margin: 0 0 1rem 0; cursor: pointer; text-align: right; }
  .woo-sidebar.open form { width: 100%; clear: both; } }

.woo-sidebar .search-form { width: 100%; position: relative; margin: 0 0 2rem 0; padding: 0 0 0 1rem; overflow: hidden; }

.woo-sidebar .search-form input { margin: 0; border: none; }

.woo-sidebar .search-form button { text-align: right; }

.woo-sidebar span { font-size: 1.8rem; font-weight: 400; text-transform: uppercase; display: block; margin: 0 0 1rem 0; }

.woo-sidebar span:after { content: '\f0d7'; font-family: 'fontawesome'; display: inline-block; float: right; margin: 0; }

.woo-sidebar span.open:after { content: '\f0d8'; font-family: 'fontawesome'; display: inline-block; float: right; margin: 0; }

.woo-sidebar ul { list-style: none; margin: 0; }

.woo-sidebar li { margin: 0 0 0.5rem 0; max-width: 96%; }

.woo-sidebar li a { display: block; color: #595959; }

.woo-sidebar li a:hover { color: #004c97; }

.woo-sidebar .menu-item-has-children > a:after { content: '\f0d7'; font-family: 'fontawesome'; display: inline-block; margin: 0 0 0 0.5rem; color: rgba(89, 89, 89, 0.2); }

.woo-sidebar .sub-menu { height: 0; -webkit-transition: height 0.5s; transition: height 0.5s; padding: 0 0 0 1rem; overflow: hidden; }

.woo-sidebar .sub-menu a { display: block; }

.woo-sidebar .sub-menu a:before { content: '- '; font-family: 'fontawesome'; display: inline-block; margin: 0 1rem 0 0; }

.woo-sidebar .current-menu-item .sub-menu, .woo-sidebar .current-menu-parent .sub-menu, .woo-sidebar .current-menu-ancestor .sub-menu { height: auto; }

.woo-sidebar .current-menu-item > a { color: #004c97; }

.woo-sidebar .current-menu-parent > a { color: #004c97; opacity: 0.6; }

.woo-banner { color: white; }

.woo-banner h1 { font-weight: normal; }

.woo-archive { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.woo-archive .sidebar-open { display: none; }

@media screen and (max-width: 1000px) { .woo-archive .sidebar-open { display: inline-block; } }

.woo-sidebar { width: 20%; }

.woo-sidebar .sidebar-close { display: none; }

@media screen and (max-width: 1000px) { .woo-sidebar { position: absolute; top: 0; left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); visibility: hidden; }
  @-webkit-keyframes slide-in { 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } }
  @keyframes slide-in { 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } }
  .woo-sidebar.open { visibility: visible; -webkit-animation: slide-in 0.5s forwards; animation: slide-in 0.5s forwards; position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; z-index: 999; background: white; padding: 0 4rem; }
  .woo-sidebar.open .sidebar-close { display: inline-block; margin: 0 0 1rem 0; cursor: pointer; text-align: right; }
  .woo-sidebar.open form { width: 100%; clear: both; } }

.woo-grid { width: 75%; }

@media screen and (max-width: 1000px) { .woo-grid { width: 100%; } }

.woo-grid .flex, .woo-grid .flex-row, .woo-grid .flex-column, .woo-grid .flex-start, .woo-grid .flex-end, .woo-grid .flex-center, .woo-grid .flex-stratch { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.woo-grid .woo-tools { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1000px) { .woo-grid .woo-tools { display: none; } }

.woo-page { background: white; padding: 4rem; }

.woo-gallery { width: 42%; overflow: hidden; position: relative; }

@media screen and (max-width: 1000px) { .woo-gallery { width: 100%; max-width: 600px; margin: 0 auto; } }

.woo-gallery img { width: 100%; height: auto; display: block; }

.woo-details { width: 55%; }

@media screen and (max-width: 1000px) { .woo-details { width: 100%; max-width: 800px; margin: 0 auto; } }

.woo-details .brand { text-transform: uppercase; font-size: 1.3rem; margin: 1rem 0; }

.woo-details h1 { font-weight: normal; }

.woo-details .product-code { font-size: 1.2rem; }

.woo-details .product-code span { text-transform: uppercase; }

.woo-details .single-rating { width: 110px; }

.woo-details .price { font-size: 3.3rem; margin: 0; }

.woo-details .woocommerce-product-details__short-description { margin: 0 0 2rem 0; }

.woo-details form.cart { margin: 2rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (max-width: 550px) { .woo-details form.cart { width: 100%; float: none; display: block; margin: 0; } }

.woo-details form.cart .quantity { display: none; }

.woo-details form.cart .quantity label { display: none; }

.woo-details form.cart .quantity input { padding: 0.5rem 1rem; }

@media screen and (max-width: 550px) { .woo-details form.cart .button { width: 100%; } }

.woo-details .enquire { margin: 2rem 0; }

@media screen and (max-width: 550px) { .woo-details .enquire { width: 100%; float: none; } }

.woo-details .variations { margin: 0 2rem 0 0; }

@media screen and (max-width: 550px) { .woo-details .variations { margin-right: 0; margin-top: 1rem; } }

@media screen and (max-width: 550px) { .woo-details .variations .value { width: 100%; } }

.woo-details .variations td { padding: 0; vertical-align: top; text-transform: uppercase; }

.woo-details .variations label { padding: 1rem 0 0 0; font-size: 1.3rem; }

.woo-details .variations select { margin: 0; }

@media screen and (max-width: 550px) { .woo-details .variations select { width: 100%; text-align: center; } }

.woo-details .variations .reset_variations { font-size: 1rem; }

.woo-details .woocommerce-variation-add-to-cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.woo-details .quantity { margin: 0 2rem 0 0; width: 80px; }

.woo-related-products ul.products { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.woo-related-products .overview-block-product { width: 23.5%; }

@media screen and (max-width: 750px) { .woo-related-products .overview-block-product { width: 48%; } }

@media screen and (max-width: 400px) { .woo-related-products .overview-block-product { width: 100%; } }

.woocommerce-tabs .tabs { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-top: 1px solid #595959; }

.woocommerce-tabs .tabs li { margin: 0 1rem; font-size: 1.3rem; font-weight: 600; margin: 2rem 3rem 1rem 0; text-transform: uppercase; }

.woocommerce-tabs .tabs .active { border-bottom: 1px solid #444444; }

.woocommerce-tabs h2 { display: none; }

.woocommerce-tabs h3 { font-size: 1.5rem; font-weight: 600; }

.woocommerce-tabs p a { color: #6d2d63; font-weight: 600; }

.woocommerce-tabs .woocommerce-Tabs-panel ul { font-size: 1.3rem; list-style: disc; padding: 0 0 0 18px; line-height: 1; }

.woocommerce-tabs .reviews { margin: 0; }

.woocommerce-tabs .reviews .info { margin: 0; padding: 0; }

.woocommerce-tabs .reviews .title-bar { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; }

.woocommerce-tabs .reviews .title-bar .author { margin: 0; font-size: 2rem; font-weight: 600; text-transform: uppercase; display: inline; }

.woocommerce-tabs .reviews .title-bar .star-rating { margin: 0 2rem; }

.woocommerce-tabs .reviews .date { font-size: 1.2rem; font-weight: 400; }

.woocommerce-tabs ol { list-style: none; margin: 0; padding: 0; }

.woocommerce-tabs .description { display: none !important; }

.woocommerce-tabs .stars a { display: inline-block; margin: 0 1rem; color: #444444; }

.woocommerce-tabs .stars a.active { color: #6d2d63; }

.woocommerce-tabs #respond { border-top: 1px solid #595959; padding: 1.5rem 0 0 0; }

.woocommerce-tabs #respond h3 { margin: 0; }

.comment-form-author, .comment-form-email { width: 50%; float: left; }

.comment-form-author input, .comment-form-email input { width: 98%; }

.woocommerce-cart h1, .woocommerce-cart h2 { text-align: center; font-weight: normal; }

.woocommerce-cart h2 { font-size: 2.2rem; }

.shop_table { border: 2px solid rgba(89, 89, 89, 0.5); padding: 2rem; border-radius: 8px; }

.shop_table th { background: rgba(89, 89, 89, 0.5); color: white; padding: 1rem; border-bottom: 1px solid white; }

.shop_table .actions .coupon { float: left; width: auto; }

.shop_table .actions .coupon .input-text { float: left; width: auto; }

.shop_table .actions .coupon label { display: none; }

.shop_table .actions .button { float: right; margin: 0; }

.woocommerce-cart-form__cart-item .quantity input { width: 50px; }

.woocommerce-cart-form__cart-item img { width: 60px; height: auto; }

.checkout-button { float: right; margin: 0; }

.woocommerce-checkout h1 { text-align: center; font-weight: normal; }

#customer_details h2, #customer_details h3 { font-size: 2.2rem; font-weight: normal; margin: 2rem 0; }

#customer_details .woocommerce-billing-fields p { min-height: 69px; }

#ship-to-different-address { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: 0.1rem; font-weight: 400; }

#billing_state_field, .form-row-first { float: left; width: 49%; }

#billing_postcode_field, .form-row-last { float: right; width: 48%; }

#nab_card_details .form-row { float: none !important; width: 100% !important; display: block !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.woocommerce-account-fields { clear: both; }

#order_review_heading { font-size: 2.2rem; font-weight: normal; margin: 2rem 0; }

#payment { padding: 2rem; background: rgba(89, 89, 89, 0.1); border: 2px solid #595959; border-radius: 8px; }

/*---- Responsive ----*/
@media screen and (max-width: 600px) { .woocommerce { /* make buttons full width, text wide anyway, improves effectiveness */ /* keep coupon at 50% */ /* clean up how coupon inputs display */ /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */ }
  .woocommerce table { /* Force table to not be like tables anymore */ /* Hide table headers (but not display: none;, for accessibility) */ }
  .woocommerce table.shop_table, .woocommerce table.shop_table thead, .woocommerce table.shop_table tbody, .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.shop_table tr { display: block; text-align: left; width: 100%; font-size: 1.8rem; }
  .woocommerce table.shop_table thead tr { position: absolute; top: -9999px; left: -9999px; }
  .woocommerce table.shop_table { border: none; }
  .woocommerce table.shop_table tr { /*border: 1px solid #d2d3d3; */ }
  .woocommerce table.shop_table .order-total td { padding-left: 0 !important; font-size: 3rem; }
  .woocommerce table.shop_table td { /* Behave like a "row" */ position: relative; padding-left: 40% !important; /* Label the data */ }
  .woocommerce table.shop_table td.product-spacer { border-color: #FFF; height: 10px; }
  .woocommerce table.shop_table td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 25%; padding-right: 10px; white-space: nowrap; text-align: left; }
  .woocommerce table.shop_table td.product-remove { text-align: right; padding: 5px 0; }
  .woocommerce table.shop_table td.product-remove:before { content: "DELETE"; }
  .woocommerce table.shop_table td.product-thumbnail { height: 150px; text-align: center; }
  .woocommerce table.shop_table td.product-thumbnail a { display: block; height: 100%; }
  .woocommerce table.shop_table td.product-thumbnail:before { content: "IMAGE"; }
  .woocommerce table.shop_table td.product-name:before { content: "PRODUCT"; }
  .woocommerce table.shop_table td.product-price:before { content: "PRICE"; }
  .woocommerce table.shop_table td.product-quantity:before { content: "QUANTITY"; }
  .woocommerce table.shop_table td.product-subtotal:before { content: "SUBTOTAL"; }
  .woocommerce table.shop_table td.product-total:before { content: "TOTAL"; }
  .woocommerce table.shop_table tr.cart-subtotal td, .woocommerce table.shop_table tr.shipping td, .woocommerce table.shop_table tr.total td, .woocommerce table.shop_table.order_details tfoot th, .woocommerce table.shop_table.order_details tfoot td { padding-left: 6px !important; border: 0 !important; }
  .woocommerce table.shop_table table.shop_table tbody { padding-top: 10px; }
  .woocommerce table.shop_table .variation:after { content: ''; display: block; clear: both; }
  .woocommerce .quantity { margin: 0; }
  .woocommerce table.cart td.actions { text-align: left; border: 0; padding-left: 0 !important; }
  .woocommerce table.cart td.actions .button.alt { float: left; margin-top: 10px; }
  .woocommerce table.cart td.actions div { margin-bottom: 10px; }
  .woocommerce .cart-collaterals:after { content: ''; display: block; clear: both; }
  .woocommerce .cart-collaterals .cart_totals { float: left; width: 100%; text-align: left; }
  .woocommerce .cart-collaterals .cart_totals th, .woocommerce .cart-collaterals .cart_totals td { border: 0 !important; }
  .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce .cart-collaterals .cart_totals table tr.shipping td, .woocommerce .cart-collaterals .cart_totals table tr.total td { padding-left: 6px !important; }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce .col2-set .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce form .form-row-first, .woocommerce form .form-row-last { float: none; width: 100%; }
  .woocommerce .order_details ul, .woocommerce .order_details ul, .woocommerce .order_details, .woocommerce .order_details { padding: 0; }
  .woocommerce .order_details li, .woocommerce .order_details li { clear: left; margin-bottom: 10px; border: 0; }
  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input { width: 100%; font-size: 12px !important; }
  .woocommerce tfoot { display: block !important; }
  .woocommerce tfoot td { width: 100% !important; display: block !important; }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input { width: 48%; font-size: 12px !important; }
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon { margin-top: 1.5em; }
  .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text { margin-bottom: 1em; }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cross-sells { display: none; } }

.woocommerce-info, .woocommerce-thankyou-order-received, .cart-empty { display: block; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; padding: 1rem; background-color: #fefefe; border-bottom: 1px solid rgba(89, 89, 89, 0.5); border-radius: 8px; margin: 0 0 0.2rem 0; }

.woocommerce-info:before, .woocommerce-thankyou-order-received:before, .cart-empty:before { content: '\f05a '; font-family: 'FontAwesome'; font-size: 2rem; margin-right: 1rem; vertical-align: middle; }

.woocommerce-message, .woocommerce-error { padding: 2.5rem; background-color: #fefefe; text-align: center; margin-bottom: 2.5rem; border-bottom: 1px solid rgba(89, 89, 89, 0.5); border-radius: 8px; margin: 0 0 1rem 0; }

.woocommerce-message .button, .woocommerce-error .button { display: block; margin: 0 auto 1rem auto; }

.woocommerce-message p, .woocommerce-error p { margin-bottom: 0; }

.woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .cart-empty { display: block; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; text-align: left; padding: 0; background-color: transparent; border-bottom: 1px solid rgba(89, 89, 89, 0.5); border-radius: 0; margin: 0 0 0.2rem 0; }

.woocommerce-checkout .woocommerce-info:before, .woocommerce-checkout .woocommerce-thankyou-order-received:before, .woocommerce-checkout .cart-empty:before { content: '\f05a '; font-family: 'FontAwesome'; font-size: 2rem; margin-right: 1rem; vertical-align: middle; }

.woocommerce-error li { list-style: none; text-align: left; max-width: 300px; margin: 0.5rem auto; }

.woocommerce-error li:before { content: '\f06a'; font-family: 'FontAwesome'; margin-right: 0.5em; }

.quantity label { display: none; }

.return-to-shop { text-align: center; }

.woocommerce-pagination { width: 100%; text-align: center; }

.woocommerce-pagination ul { margin: 0 auto; }

.woocommerce-pagination ul li { display: inline-block; }

.woocommerce-pagination ul li a { display: inline-block; color: #004c97; font-weight: 700; }

.woocommerce-pagination ul li .page-numbers { display: inline-block; padding: 1rem 2rem; background: #6d2d63; font-weight: 700; }

.woocommerce-pagination ul li .page-numbers.current, .woocommerce-pagination ul li .page-numbers:hover { background: #004c97; color: white; }

.star-rating { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 1rem 0; }

.star-rating .star { width: 16px; height: 16px; background: url(images/star-grey.svg) 0 0 no-repeat; background-size: contain; margin: 0 0.5rem 0 0; }

.star-rating.number-1 .star:nth-child(-n + 1) { background: url(images/star.svg) 0 0 no-repeat; background-size: contain; }

.star-rating.number-2 .star:nth-child(-n + 2) { background: url(images/star.svg) 0 0 no-repeat; background-size: contain; }

.star-rating.number-3 .star:nth-child(-n + 3) { background: url(images/star.svg) 0 0 no-repeat; background-size: contain; }

.star-rating.number-4 .star:nth-child(-n + 4) { background: url(images/star.svg) 0 0 no-repeat; background-size: contain; }

.star-rating.number-5 .star { background: url(images/star.svg) 0 0 no-repeat; background-size: contain; }

.onsale { width: 200px; background: #6d2d63; position: absolute; top: 25px; left: -50px; text-align: center; line-height: 50px; letter-spacing: 1px; color: #f0f0f0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.woocommerce-breadcrumb { font-size: 1rem; }

.woo-loadmore { margin: 2rem 0 0 auto; }

.woo-grid .overview-block-product:nth-child(-n + 3) { display: block; }

.showAll .woo-grid .overview-block-product { display: block; }

.overview-block-product { background: white; position: relative; display: block; width: calc(100% / 3 - 1.5rem); color: #444444; margin-bottom: 2rem; overflow: hidden; padding: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.overview-block-product > * { cursor: pointer; }

@media screen and (max-width: 1000px) { .overview-block-product { width: calc(50% - 1.5rem); } }

@media screen and (max-width: 550px) { .overview-block-product { width: 100%; } }

.overview-block-product .flex, .overview-block-product .flex-row, .overview-block-product .flex-column, .overview-block-product .flex-start, .overview-block-product .flex-end, .overview-block-product .flex-center, .overview-block-product .flex-stratch { margin: auto 0 0 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.overview-block-product .button { -webkit-box-shadow: none; box-shadow: none; }

.overview-block-product-title { font-weight: 400; margin: 1rem 0; }

.overview-block-product-link { margin: auto 0 0 0; text-align: right; }

.overview-block-product--price { color: #6d2d63; }

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