/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

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

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

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

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

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.col-sm-44, .col-sm-56, .col-sm-20,
.col-sm-30, .col-sm-70,
.col-sm-40, .col-sm-60,
.col-md-30, .col-md-70 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .col-xs-1.col-no-padding, .col-sm-1.col-no-padding, .col-md-1.col-no-padding, .col-lg-1.col-no-padding, .col-xs-2.col-no-padding, .col-sm-2.col-no-padding, .col-md-2.col-no-padding, .col-lg-2.col-no-padding,
  .col-xs-3.col-no-padding, .col-sm-3.col-no-padding, .col-md-3.col-no-padding, .col-lg-3.col-no-padding, .col-xs-4.col-no-padding, .col-sm-4.col-no-padding, .col-md-4.col-no-padding, .col-lg-4.col-no-padding,
  .col-xs-5.col-no-padding, .col-sm-5.col-no-padding, .col-md-5.col-no-padding, .col-lg-5.col-no-padding, .col-xs-6.col-no-padding, .col-sm-6.col-no-padding, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-no-padding.woocommerce-Address, .col-md-6.col-no-padding, .col-lg-6.col-no-padding,
  .col-xs-7.col-no-padding, .col-sm-7.col-no-padding, .col-md-7.col-no-padding, .col-lg-7.col-no-padding, .col-xs-8.col-no-padding, .col-sm-8.col-no-padding, .col-md-8.col-no-padding, .col-lg-8.col-no-padding,
  .col-xs-9.col-no-padding, .col-sm-9.col-no-padding, .col-md-9.col-no-padding, .col-lg-9.col-no-padding, .col-xs-10.col-no-padding, .col-sm-10.col-no-padding, .col-md-10.col-no-padding, .col-lg-10.col-no-padding,
  .col-xs-11.col-no-padding, .col-sm-11.col-no-padding, .col-md-11.col-no-padding, .col-lg-11.col-no-padding,
  .col-xs-12.col-no-padding, .col-sm-12.col-no-padding, .col-md-12.col-no-padding, .col-lg-12.col-no-padding,
  .col-sm-44.col-no-padding, .col-sm-56.col-no-padding, .col-sm-20.col-no-padding,
  .col-sm-30.col-no-padding, .col-sm-70.col-no-padding,
  .col-sm-40.col-no-padding, .col-sm-60.col-no-padding,
  .col-md-30.col-no-padding, .col-md-70.col-no-padding {
    padding-left: 0;
    padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-md-44, .col-md-56, .col-sm-20,
.col-sm-44, .col-sm-56,
.col-sm-40, .col-sm-60,
.col-sm-30, .col-sm-70,
.col-md-30, .col-md-70 {
  float: left; }

.col-sm-44, .col-sm-56, .col-sm-20, .col-sm-40, .col-sm-60, .col-sm-30, .col-sm-70, .col-md-30, .col-md-70 {
  width: 100%; }

@media (min-width: 768px) {
  .col-sm-44 {
    width: 44%; }

  .col-sm-56 {
    width: 56%; }

  .col-sm-20 {
    width: 20%; }

  .col-sm-40 {
    width: 40%; }

  .col-sm-60 {
    width: 60%; }

  .col-sm-30 {
    width: 30%; }

  .col-sm-70 {
    width: 70%; } }
@media (min-width: 992px) {
  .col-md-30 {
    width: 30%; }

  .col-md-70 {
    width: 70%; } }
.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

html {
  font-size: 15px; }

body {
  color: #333333;
  font: 15px/1 'Roboto', arial, sans-serif;
  overflow-x: hidden; }

#main {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0; }

.container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 4rem 1.5rem;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .container {
    padding: 2.5rem 1.5rem; }

  #content > .container > .row {
    margin: 0; } }
h1 {
  font-family: 'Montserrat'; }

h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 1.65rem;
  margin: 0 auto .65rem; }

h5 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  color: #555555;
  line-height: 1.8rem;
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 0; }

a {
  color: #333333; }
  a:hover {
    color: #e9cf76; }

ul {
  list-style: disc outside;
  color: #555555;
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin: 0; }
  ul li a {
    color: inherit;
    text-decoration: underline; }
    ul li a:hover {
      color: #e9cf76; }

img {
  max-width: 100%;
  height: auto; }

hr.styled-hr {
  background-color: rgba(0, 0, 0, 0.13);
  color: rgba(0, 0, 0, 0.13);
  height: 1px;
  text-align: center;
  border: none;
  margin: 30px auto; }

input {
  color: inherit;
  border: solid 2px #e4e3e2;
  padding: 5px;
  min-height: 36px;
  background: rgba(200, 198, 196, 0.1);
  -webkit-transition: all 0.24 linear;
  -moz-transition: all 0.24 linear;
  transition: all 0.24 linear;
  max-width: 100%; }

input[type="checkbox"], input[type="radio"] {
  min-height: auto; }

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

*:focus {
  outline: none; }

.screen-reader-text {
  display: none;
  opacity: 0;
  visibility: hidden; }

.buzz-btn, #buzz-mini-cart .mini-cart-bottom .button.wc-forward, .woocommerce-form-login .form-row button, .woocommerce-form-login .form-row [type="button"], .woocommerce-form-login .form-row [type="reset"], .woocommerce-form-login .form-row [type="submit"], .woocommerce-ResetPassword [type="submit"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td .woocommerce-button.view, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"], .checkout_coupon button, #order-summary .place-order button, #custom-selection .place-order button, .cart .coupon .button, .cart-collaterals .checkout-button, .woocommerce-message a, .single_add_to_cart_button {
  display: inline-block;
  color: #333;
  padding: 1.02rem 1.8rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  line-height: 1;
  font-size: 1.1333333333rem;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid #333; }

.buzz-btn-small, .checkout_coupon button, #order-summary .place-order button, #custom-selection .place-order button, .cart .coupon .button, .cart-collaterals .checkout-button, .woocommerce-message a {
  padding: 12px 21px;
  font-size: 0.9333333333rem;
  line-height: 1; }
  .buzz-btn-small:hover, .checkout_coupon button:hover, #order-summary .place-order button:hover, #custom-selection .place-order button:hover, .cart .coupon .button:hover, .cart-collaterals .checkout-button:hover, .woocommerce-message a:hover {
    color: #fff;
    background: #333;
    border-color: #333; }

.buzz-btn-xs, .woocommerce-cart-form .cart .buzz-update-cart, .woocommerce-form-login .form-row button, .woocommerce-form-login .form-row [type="button"], .woocommerce-form-login .form-row [type="reset"], .woocommerce-form-login .form-row [type="submit"], .woocommerce-ResetPassword [type="submit"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td .woocommerce-button.view, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"], .checkout_coupon button, .cart .coupon .button {
  font-size: 12px;
  padding: 10px 12px; }
  .buzz-btn-xs:hover, .woocommerce-cart-form .cart .buzz-update-cart:hover, .woocommerce-form-login .form-row button:hover, .woocommerce-form-login .form-row [type="button"]:hover, .woocommerce-form-login .form-row [type="reset"]:hover, .woocommerce-form-login .form-row [type="submit"]:hover, .woocommerce-ResetPassword [type="submit"]:hover, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td .woocommerce-button.view:hover, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"]:hover, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"]:hover, .checkout_coupon button:hover, .cart .coupon .button:hover {
    color: #fff;
    background: #333;
    border-color: #333; }

.white-btn {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .white-btn:hover {
    text-decoration: none;
    color: #FFF;
    background: #333;
    border-color: #333; }

/*Header*/
.top-header-wrap {
  background-color: #333333;
  font-family: "Montserrat";
  font-weight: 400;
  color: #FFF; }
  .top-header-wrap p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1; }
  .top-header-wrap .top-header-table {
    display: table;
    width: 100%; }
    .top-header-wrap .top-header-table .top-header-left, .top-header-wrap .top-header-table .top-header-right {
      display: table-cell;
      vertical-align: middle; }
    .top-header-wrap .top-header-table .top-header-left {
      text-align: left; }
      .top-header-wrap .top-header-table .top-header-left .woocommerce-product-search .search-field {
        height: 35px;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        min-width: 200px;
        color: #FFF;
        padding: 5px 5px 5px 15px;
        box-sizing: border-box;
        float: left; }
        @media (max-width: 576px) {
          .top-header-wrap .top-header-table .top-header-left .woocommerce-product-search .search-field {
            min-width: 250px; } }
        .top-header-wrap .top-header-table .top-header-left .woocommerce-product-search .search-field:focus {
          outline: none; }
      .top-header-wrap .top-header-table .top-header-left .woocommerce-product-search button {
        background: url("https://www.buzzfitouts.com.au/wp-content/uploads/2019/03/header-search.png") no-repeat center center;
        background-size: contain;
        border: none;
        width: 45px;
        height: 35px;
        border-right: 1px solid #555555;
        float: left; }
        @media (max-width: 767px) {
          .top-header-wrap .top-header-table .top-header-left .woocommerce-product-search button {
            border: 1px solid #555555; } }
    .top-header-wrap .top-header-table .top-header-right {
      text-align: right; }
      .top-header-wrap .top-header-table .top-header-right .top-contact-info {
        padding-right: 20px; }
        .top-header-wrap .top-header-table .top-header-right .top-contact-info a {
          color: #FFF; }
        .top-header-wrap .top-header-table .top-header-right .top-contact-info .top-header-email {
          margin-left: 20px; }
          @media (max-width: 767px) {
            .top-header-wrap .top-header-table .top-header-right .top-contact-info .top-header-email {
              display: block;
              margin-top: 8px; } }

.stick-header-wrap {
  width: 100%;
  z-index: 3;
  background: #FFF;
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.15); }
  .stick-header-wrap .container {
    padding: 10px 1.5rem; }
    .stick-header-wrap .container .row {
      margin: 0; }
  @media (min-width: 1024px) {
    .stick-header-wrap.stuck {
      position: fixed;
      top: 0;
      left: 0; } }
  .stick-header-wrap .stick-header-table {
    display: table;
    width: 100%; }
    .stick-header-wrap .stick-header-table .site-branding, .stick-header-wrap .stick-header-table #site-navigation, .stick-header-wrap .stick-header-table #buzz-mini-cart {
      display: table-cell;
      vertical-align: middle; }
    .stick-header-wrap .stick-header-table .site-branding img {
      max-width: 370px; }
    .stick-header-wrap .stick-header-table #large-screen-menu {
      text-align: left; }
    .stick-header-wrap .stick-header-table #buzz-mini-cart {
      width: 64px; }
    .stick-header-wrap .stick-header-table .buzz-mini-cart-list-wrap {
      text-align: left; }
    .stick-header-wrap .stick-header-table #site-navigation, .stick-header-wrap .stick-header-table #buzz-mini-cart {
      text-align: right; }

.stick-header-wrap .hamburger {
  display: none;
  position: relative; }
  @media (max-width: 1024px) {
    .stick-header-wrap .hamburger:before, .stick-header-wrap .hamburger:after {
      content: ''; }
    .stick-header-wrap .hamburger:before, .stick-header-wrap .hamburger:after, .stick-header-wrap .hamburger span {
      position: relative;
      display: block;
      width: 24px;
      height: 4px;
      background: #333333;
      -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
      -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
      -o-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
      -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
      transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53); }
    .stick-header-wrap .hamburger span {
      margin: 4px 0; } }

body.mobile-menu-open .hamburger:before {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
body.mobile-menu-open .hamburger:after {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
body.mobile-menu-open .hamburger span {
  opacity: 0; }

div#mobile-menu {
  display: none; }

#primary-menu {
  list-style: none;
  font-size: 0;
  font-family: "Roboto";
  padding-left: 1.5rem; }
  #primary-menu > li {
    list-style: none;
    display: inline-block;
    position: relative; }
    #primary-menu > li > a {
      display: inline-block;
      font-weight: 400;
      color: #717276;
      padding: 25px 15px;
      font-size: 0.9333333333rem;
      font-family: "Roboto";
      line-height: 1;
      text-transform: uppercase;
      text-decoration: none; }
    #primary-menu > li ul.sub-menu {
      z-index: 1;
      padding: 0;
      list-style: none;
      width: 200px;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.15);
      background-color: #FFF; }
      #primary-menu > li ul.sub-menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto; }
      #primary-menu > li ul.sub-menu li {
        width: 100%;
        text-align: left;
        display: inline-block; }
        #primary-menu > li ul.sub-menu li a {
          width: 100%;
          padding: 10px 15px;
          text-decoration: none;
          color: #333333;
          text-transform: uppercase;
          display: inline-block;
          font-family: "Roboto";
          font-size: 0.8rem;
          line-height: 1; }
          #primary-menu > li ul.sub-menu li a:hover {
            color: #717276;
            background-color: #e6e6e6; }

.no-touch #primary-menu > li:hover > ul.sub-menu, .no-touchevents #primary-menu > li:hover > ul.sub-menu, .touchevents #primary-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto; }

#mobile-menu {
  text-align: center;
  font-family: "Roboto"; }
  #mobile-menu ul {
    padding: 0;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px; }
  #mobile-menu a {
    font-size: 1.0666666667rem;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-family: "Roboto";
    display: inline-block; }
  #mobile-menu ul.sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.1); }
  #mobile-menu li.menu-item-has-children > a:after {
    content: "+";
    padding-left: 8px; }
  #mobile-menu li.menu-item-has-children > a.opened-sub-menu:after {
    content: "-"; }

@media (max-width: 1023px) {
  .buzz-mini-cart-list-wrap {
    display: none !important; }

  #mobile-menu-button {
    display: table-cell;
    vertical-align: middle; }

  #site-navigation {
    display: none !important; }

  .site-branding {
    text-align: center;
    width: 100% !important; }
    .site-branding a {
      display: inline-block; }
    .site-branding img {
      max-width: 305px !important; }

  .cart-count-large {
    display: none !important; }
    .cart-count-large .hide-on-mobile {
      display: none; }

  .cart-count-mobile {
    display: block !important;
    position: relative; }
    .cart-count-mobile .cart-item-number {
      position: relative;
      font-size: 0.8rem;
      display: block;
      padding: 3px 0 7px;
      color: #FFF;
      width: 24px;
      text-align: center;
      z-index: 1; }
      .cart-count-mobile .cart-item-number:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        display: block;
        width: 26px;
        height: 0;
        border-top: 18px solid #333;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        z-index: -1; }
      .cart-count-mobile .cart-item-number:after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 6px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        display: block;
        background-color: #333333; }
    .cart-count-mobile .hide-on-mobile {
      display: none; }
    .cart-count-mobile .dot-icon:after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 15px;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      display: block;
      background-color: #333333; } }
@media (max-width: 767px) {
  .site-branding img {
    max-width: 200px !important; }

  .top-header-wrap .top-header-table {
    display: block; }
    .top-header-wrap .top-header-table .top-header-left {
      display: block;
      text-align: center; }
      .top-header-wrap .top-header-table .top-header-left form {
        display: inline-block; }
    .top-header-wrap .top-header-table .top-header-right {
      display: block;
      text-align: center; }
      .top-header-wrap .top-header-table .top-header-right p {
        text-align: center;
        padding: 8px; } }
/* Mini cart */
#buzz-mini-cart {
  position: relative; }
  #buzz-mini-cart .cart-count {
    display: inline-block;
    padding: 20px 0; }
    #buzz-mini-cart .cart-count .cart-count-large {
      font-size: 0.9333333333rem;
      line-height: 1;
      font-weight: 400;
      font-family: "Roboto";
      color: #717276;
      display: inline-block;
      text-transform: uppercase; }
    #buzz-mini-cart .cart-count .cart-count-mobile {
      display: none; }
    @media (max-width: 991px) {
      #buzz-mini-cart .cart-count .cart-count-mobile {
        display: block; }
      #buzz-mini-cart .cart-count .cart-count-large {
        display: none; } }
    #buzz-mini-cart .cart-count .buzz-mini-cart-list-wrap {
      width: 370px;
      position: absolute;
      right: 0;
      top: 60px;
      background: #FFFFFF;
      border: 1px solid #aaa;
      border-radius: 3px;
      line-height: 1.0666666667rem;
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
      font-weight: 300;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translateY(15px);
      -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
      -o-transform: translateY(15px);
      transform: translateY(15px);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #buzz-mini-cart .cart-count:hover .buzz-mini-cart-list-wrap {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  #buzz-mini-cart ul.cart_list {
    list-style: none;
    padding: 0;
    font-family: "Roboto";
    border: none !important;
    display: block;
    overflow: auto;
    max-height: 300px;
    border-collapse: collapse; }
    #buzz-mini-cart ul.cart_list li {
      display: table;
      width: 100%;
      border-top: 1px solid #e4e3e2; }
    #buzz-mini-cart ul.cart_list .remove_from_cart_button {
      position: absolute;
      right: 0; }
    #buzz-mini-cart ul.cart_list .mini-cart-thumb {
      width: 81px;
      padding: 5px 5px 5px 0;
      border-color: #e4e3e2 !important;
      padding-left: 15px;
      display: table-cell;
      vertical-align: middle; }
      #buzz-mini-cart ul.cart_list .mini-cart-thumb a {
        font-family: "Montserrat"; }
    #buzz-mini-cart ul.cart_list .buzz-variations-details, #buzz-mini-cart ul.cart_list dl.variation {
      line-height: 1; }
      #buzz-mini-cart ul.cart_list .buzz-variations-details dt, #buzz-mini-cart ul.cart_list dl.variation dt {
        font-weight: bold; }
      #buzz-mini-cart ul.cart_list .buzz-variations-details dt, #buzz-mini-cart ul.cart_list .buzz-variations-details dd, #buzz-mini-cart ul.cart_list dl.variation dt, #buzz-mini-cart ul.cart_list dl.variation dd {
        display: inline-block;
        margin-left: 8px;
        font-size: 0.8666666667rem;
        line-height: 1; }
    #buzz-mini-cart ul.cart_list dl + dl {
      padding-top: 0; }
    #buzz-mini-cart ul.cart_list .mini-cart-product-desc {
      font-size: 1.0666666667rem;
      margin-bottom: 3px;
      display: inline-block;
      line-height: 1.2rem;
      padding: 6px 0;
      display: table-cell;
      vertical-align: middle; }
      #buzz-mini-cart ul.cart_list .mini-cart-product-desc dl {
        margin: 0; }
    #buzz-mini-cart ul.cart_list .quantity-wrap {
      display: table-cell;
      vertical-align: middle;
      font-family: "Roboto";
      width: 115px;
      padding: 5px 13px 5px 0;
      position: relative; }
      #buzz-mini-cart ul.cart_list .quantity-wrap .quantity {
        font-size: 1rem;
        line-height: 1.8rem; }
    #buzz-mini-cart ul.cart_list .remove_from_cart_button {
      right: 25px;
      top: 5px;
      display: block;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 100%;
      transition: background-color .35s ease-in-out;
      text-indent: -9999999px; }
      #buzz-mini-cart ul.cart_list .remove_from_cart_button:hover {
        background-color: rgba(0, 0, 0, 0.75); }
      #buzz-mini-cart ul.cart_list .remove_from_cart_button:after, #buzz-mini-cart ul.cart_list .remove_from_cart_button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 12px;
        height: 2px;
        background-color: #fff; }
      #buzz-mini-cart ul.cart_list .remove_from_cart_button:before {
        transform: translateX(4px) translateY(9px) rotate(45deg); }
      #buzz-mini-cart ul.cart_list .remove_from_cart_button:after {
        transform: translateX(4px) translateY(9px) rotate(-45deg); }
  #buzz-mini-cart .mini-cart-bottom {
    padding: 10px 15px; }
    #buzz-mini-cart .mini-cart-bottom .button.wc-forward {
      font-size: 0.9333333333rem;
      padding: 12px 21px; }
    #buzz-mini-cart .mini-cart-bottom .button.checkout {
      float: right; }
    #buzz-mini-cart .mini-cart-bottom .total {
      font-size: 1.0666666667rem;
      line-height: 1.2rem;
      margin: 5px 0 15px;
      text-align: right; }

.buzz-mini-cart-list-wrap {
  overflow-x: hidden;
  overflow-y: scroll; }

/* Single Page */
#banner {
  height: 400px;
  width: 100%; }
  @media (max-width: 767px) {
    #banner {
      height: auto; }
      #banner .container {
        padding: 4rem 1.5rem; } }
  #banner .banner-wrap {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1; }
    #banner .banner-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35);
      z-index: -1; }
    #banner .banner-wrap .banner-content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      #banner .banner-wrap .banner-content h2 {
        font-size: 3.1333333333rem;
        line-height: 1.1;
        color: #e4ba2a;
        margin-bottom: 30px; }
      #banner .banner-wrap .banner-content p {
        font-family: 'Amaranth', sans-serif;
        font-weight: 700; }
        #banner .banner-wrap .banner-content p strong {
          font-size: 1.6rem;
          line-height: 2.2rem;
          color: #e4ba2a; }
    #banner .banner-wrap .mask-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35); }

.page article .post-thumbnail {
  max-width: 700px;
  margin: 30px auto 0; }
.page article .entry-content > h2 {
  font-size: 3.2rem;
  line-height: 1; }
  @media (max-width: 767px) {
    .page article .entry-content > h2 {
      font-size: 2.5rem; } }
.page article .entry-content h2 + h2 {
  font-size: 1.65rem;
  margin-bottom: 30px; }
.page article .entry-content p {
  margin-bottom: 30px; }
.page article .entry-content p + h3 {
  margin-top: 30px; }
.page article .entry-content .buzz-bold-small-title {
  font-size: 1.65rem; }

/*specific page*/
.page-id-4026 h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 40px; }

.page-id-4016 #banner .banner-wrap {
  background-position: 50.00% 26.24% !important; }

#post-3979 h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400; }
#post-3979 p {
  font-size: 16px;
  line-height: 2; }

#post-3977 h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400; }

.page-template-office-fitouts-template h2.recent-projects {
  margin-top: 30px; }

#buzz-slider {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 35px; }
  #buzz-slider .buzz-slide {
    margin: 0 auto; }
    #buzz-slider .buzz-slide img {
      max-height: 700px;
      width: auto;
      margin: 0 auto; }
  #buzz-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -30.5px; }
    @media (max-width: 767px) {
      #buzz-slider .owl-nav {
        margin-top: -19px; } }
    #buzz-slider .owl-nav button {
      background: rgba(0, 0, 0, 0.5);
      padding: 8px 16px !important; }
      #buzz-slider .owl-nav button.owl-next {
        float: right; }
      #buzz-slider .owl-nav button span {
        color: #FFF;
        font-size: 3rem; }
        @media (max-width: 767px) {
          #buzz-slider .owl-nav button span {
            font-size: 1.5rem; } }

.contact #contact-page-title {
  text-align: center; }
  .contact #contact-page-title h2 {
    font-size: 3.2rem;
    line-height: 1;
    color: #dab844; }
  .contact #contact-page-title h2 + h2 {
    font-size: 2.1333333333rem;
    line-height: 1;
    margin-bottom: 35px;
    color: #333333; }
.contact .contact-left-col #gform_fields_2 {
  padding-left: 0; }
.contact .contact-left-col .gform_wrapper textarea.large {
  height: 120px; }
.contact .contact-left-col h2 {
  font-weight: 400; }
.contact .contact-left-col .gform_wrapper .gform_footer input.button, .contact .contact-left-col .gform_wrapper .gform_footer input[type=submit], .contact .contact-left-col .gform_wrapper .gform_page_footer input.button, .contact .contact-left-col .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0.8rem 1.4rem;
  border: 2px solid #ffffff;
  background: #d9d9d9;
  color: #333333;
  border-color: #d9d9d9;
  font-weight: 700;
  font-size: 0.9333333333rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px; }
.contact .contact-right-col h3:first-of-type {
  margin-top: 68px; }
.contact .contact-right-col h3 {
  margin-top: 30px; }

/*Blog posts*/
article.post {
  margin-bottom: 40px; }
  article.post h1, article.post h2 {
    font-weight: 400; }
  article.post .entry-meta {
    margin: 12px 0; }
  article.post .paragraph, article.post a {
    color: #555; }
  article.post .paragraph {
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 20px; }
  article.post p {
    margin-bottom: 34px; }
  article.post .link-to-products {
    margin: 20px 0; }

.textwidget p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 34px; }

.widget .widget-title {
  font-weight: 400; }
.widget ul {
  padding-left: 0;
  list-style: none; }
  .widget ul li {
    margin-bottom: 6px; }

.blog article .entry-title a {
  text-decoration: none; }

@media (max-width: 767px) {
  .blog .content-area, .blog #blog-sidebar {
    padding-left: 0;
    padding-right: 0; }
  .blog #blog-sidebar {
    margin-top: 30px; }

  .single.single-post .content-area, .single.single-post #blog-sidebar {
    padding-left: 0;
    padding-right: 0; } }
/*Cart page*/
#wc-stripe-payment-request-wrapper {
  display: none !important; }

.woocommerce-cart-form .shop_table {
  width: 100%; }
.woocommerce-cart-form .cart thead th {
  text-transform: uppercase;
  font-style: 0.9333333333rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px; }
.woocommerce-cart-form .cart .product-thumbnail {
  width: 82px;
  padding: 20px 0; }
.woocommerce-cart-form .cart .product-name {
  padding: 20px 0px 20px 20px; }
  .woocommerce-cart-form .cart .product-name:before {
    line-height: 1.4; }
  .woocommerce-cart-form .cart .product-name dl + dl {
    padding-top: 0; }
.woocommerce-cart-form .cart .product-price {
  text-align: center;
  min-width: 70px; }
.woocommerce-cart-form .cart .product-quantity {
  min-width: 90px;
  text-align: center; }
  .woocommerce-cart-form .cart .product-quantity .quantity-wrap {
    position: relative; }
  .woocommerce-cart-form .cart .product-quantity .quantity {
    max-width: 120px; }
    .woocommerce-cart-form .cart .product-quantity .quantity .input-text.qty {
      width: calc(100% - 50px);
      max-width: 50px; }
  .woocommerce-cart-form .cart .product-quantity .remove {
    position: absolute;
    right: 20px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    transition: background-color .35s ease-in-out;
    text-indent: -9999999px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .woocommerce-cart-form .cart .product-quantity .remove {
        right: 0; } }
    .woocommerce-cart-form .cart .product-quantity .remove:hover {
      background-color: rgba(0, 0, 0, 0.75); }
    .woocommerce-cart-form .cart .product-quantity .remove:after, .woocommerce-cart-form .cart .product-quantity .remove:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 12px;
      height: 2px;
      background-color: #fff; }
    .woocommerce-cart-form .cart .product-quantity .remove:before {
      transform: translateX(4px) translateY(9px) rotate(45deg); }
    .woocommerce-cart-form .cart .product-quantity .remove:after {
      transform: translateX(4px) translateY(9px) rotate(-45deg); }
.woocommerce-cart-form .cart .coupon #coupon_code {
  padding: 0 10px;
  min-height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px; }
.woocommerce-cart-form .cart .buzz-update-cart {
  float: right;
  background-color: #fff; }
.woocommerce-cart-form .cart .product-subtotal {
  min-width: 70px;
  text-align: center; }

@media (max-width: 767px) {
  .cart.woocommerce-cart-form__contents .cart_item td {
    padding-bottom: 15px; }
  .cart.woocommerce-cart-form__contents .cart_item td.product-thumbnail:before {
    content: ""; }
  .cart.woocommerce-cart-form__contents .cart_item td.product-name {
    padding: 0 0 15px 0; }
    .cart.woocommerce-cart-form__contents .cart_item td.product-name dl {
      text-align: left;
      clear: left; }
      .cart.woocommerce-cart-form__contents .cart_item td.product-name dl:before, .cart.woocommerce-cart-form__contents .cart_item td.product-name dl:after {
        content: " ";
        display: table; }
      .cart.woocommerce-cart-form__contents .cart_item td.product-name dl:after {
        clear: both; }
    .cart.woocommerce-cart-form__contents .cart_item td.product-name dt, .cart.woocommerce-cart-form__contents .cart_item td.product-name dd {
      float: left; }
    .cart.woocommerce-cart-form__contents .cart_item td.product-name dt {
      margin-right: 5px; }
    .cart.woocommerce-cart-form__contents .cart_item td.product-name dd {
      margin-left: 0; }
    .cart.woocommerce-cart-form__contents .cart_item td.product-name dt:nth-child(n + 2) {
      clear: both; }
  .cart.woocommerce-cart-form__contents .cart_item td.product-price {
    text-align: right; }
  .cart.woocommerce-cart-form__contents .cart_item td.product-quantity:before {
    line-height: 36px; }
  .cart.woocommerce-cart-form__contents .cart_item td.product-quantity .quantity {
    max-width: 200px; }
  .cart.woocommerce-cart-form__contents .cart_item td.product-subtotal {
    text-align: right; }
  .cart.woocommerce-cart-form__contents td.actions {
    text-align: left; }
    .cart.woocommerce-cart-form__contents td.actions .coupon {
      padding-bottom: 10px; }

  .buzz-cart-subtotal-text tr td {
    padding-bottom: 15px; } }
.woocommerce .cart_totals {
  margin-top: 20px; }
  .woocommerce .cart_totals .buzz-cart-subtotal-text > table {
    float: right; }
    .woocommerce .cart_totals .buzz-cart-subtotal-text > table .cart-subtotal th {
      padding: 10px 10px 10px 0; }
  .woocommerce .cart_totals #checkout-btn-wrap {
    margin-top: 30px; }
    .woocommerce .cart_totals #checkout-btn-wrap .wc-proceed-to-checkout {
      float: right; }
    .woocommerce .cart_totals #checkout-btn-wrap .buzz-continue-shopping {
      float: left; }
      .woocommerce .cart_totals #checkout-btn-wrap .buzz-continue-shopping a.continue-shopping {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        vertical-align: middle;
        padding-top: 3px; }
        @media (max-width: 320px) {
          .woocommerce .cart_totals #checkout-btn-wrap .buzz-continue-shopping a.continue-shopping {
            font-size: 13px; } }

.woocommerce-form-login .form-row {
  margin-bottom: 10px !important; }
  .woocommerce-form-login .form-row input[type="text"], .woocommerce-form-login .form-row input[type="password"] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 35px; }
  .woocommerce-form-login .form-row input[type="checkbox"], .woocommerce-form-login .form-row input[type="radio"] {
    width: auto;
    height: auto; }
  .woocommerce-form-login .form-row #rememberme {
    margin-left: 20px; }
    .woocommerce-form-login .form-row #rememberme span {
      margin-left: 5px; }
  .woocommerce-form-login .form-row button, .woocommerce-form-login .form-row [type="button"], .woocommerce-form-login .form-row [type="reset"], .woocommerce-form-login .form-row [type="submit"] {
    background-color: #fff; }

.woocommerce-ResetPassword input[type="text"] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 35px; }
.woocommerce-ResetPassword p {
  margin-bottom: 10px !important; }

/* Checkout Page*/
.page.woocommerce-checkout article .entry-content p {
  margin-bottom: 0; }
.page.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 15px 0; }
.page.woocommerce-checkout #wc-stripe-cc-form {
  margin-top: 15px; }
@media (max-width: 767px) {
  .page.woocommerce-account .woocommerce-MyAccount-navigation, .page.woocommerce-account .woocommerce-MyAccount-content {
    padding: 0; } }
.page.woocommerce-account .woocommerce-MyAccount-content a {
  color: #e9cf76; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table {
  width: 100%;
  margin-bottom: 30px; }
  .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table a {
    color: #333333; }
  .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table .product-name a {
    line-height: 1.45; }
  .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table th {
    padding: 10px;
    border: 1px solid #333333; }
    .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table th.product-total {
      max-width: 100px; }
  .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table td {
    padding: 10px;
    border: 1px solid #333333; }
    .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table td .shipped_via {
      max-width: 100px;
      display: block;
      line-height: 1.5; }
    .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table td ul.wc-item-meta {
      padding-left: 0 !important;
      margin: 0 !important;
      list-style: none; }
      .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table td ul.wc-item-meta li {
        padding-left: 0;
        margin: 0; }
        .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table td ul.wc-item-meta li p {
          margin-bottom: 0; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.45; }
  .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address p:first-of-type {
    margin-top: 10px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--shipping-address {
  margin-top: 20px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  width: 100%;
  margin-bottom: 20px; }
  .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr th {
    padding: 15px 0;
    border-top: 1px solid #333333; }
  .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td {
    padding: 15px 0;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333; }
    @media (max-width: 767px) {
      .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td {
        border-bottom: none; }
        .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td:last-child {
          padding-bottom: 40px; } }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p {
  margin-bottom: 10px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first {
  width: 48%;
  float: left; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last {
  width: 48%;
  float: right; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="text"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="text"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm [type="email"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields [type="email"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm [type="password"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields [type="password"] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 35px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset, .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields fieldset {
  border: none;
  padding: 0;
  margin: 0; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"] {
  margin-top: 20px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 35px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 3px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields [type="tel"] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 35px; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit {
  margin-bottom: 20px;
  display: inline-block; }
.page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  line-height: 1.5;
  font-style: normal; }
.page.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads,
.page.woocommerce-account .woocommerce-MyAccount-navigation-link--payment-methods {
  display: none; }
.page.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0rem !important;
  margin-bottom: 30px !important; }
.page.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  font-weight: bold; }

.checkout_coupon button {
  background-color: #fff; }
.checkout_coupon input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 35px; }
.checkout_coupon p {
  margin-bottom: 10px !important; }

form.woocommerce-checkout:before, form.woocommerce-checkout:after {
  content: " ";
  display: table; }
form.woocommerce-checkout:after {
  clear: both; }

#order-summary {
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  #order-summary.affix {
    position: fixed !important;
    top: 100px; }
  #order-summary #order_review_heading {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8666666667rem;
    line-height: 1;
    margin: 0;
    padding-bottom: 20px; }
  #order-summary .woocommerce-checkout-review-order-table .product-name, #order-summary .woocommerce-checkout-review-order-table .product-total {
    margin-bottom: 10px;
    font-size: 1.0666666667rem;
    font-weight: 400;
    padding: 12px 0; }
  #order-summary .woocommerce-checkout-review-order-table tr.cart_item td.product-total {
    width: 70px;
    vertical-align: top; }
  #order-summary .woocommerce-checkout-review-order-table tr.cart_item:last-of-type td.product-total {
    padding-bottom: 25px; }
  #order-summary .woocommerce-checkout-review-order-table tfoot {
    background-position: top left;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    text-align: left; }
    #order-summary .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, #order-summary .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
      padding: 30px 0 15px 0; }
    #order-summary .woocommerce-checkout-review-order-table tfoot th {
      padding: 15px 0; }
  #order-summary .woocommerce-checkout-review-order-table {
    width: 100%; }
    #order-summary .woocommerce-checkout-review-order-table thead {
      display: none; }
    #order-summary .woocommerce-checkout-review-order-table td {
      display: block;
      text-align: right;
      clear: both; }
    #order-summary .woocommerce-checkout-review-order-table th {
      display: none; }
    #order-summary .woocommerce-checkout-review-order-table dl {
      text-align: left; }
    #order-summary .woocommerce-checkout-review-order-table .cart_item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #order-summary .woocommerce-checkout-review-order-table .cart_item td.product-name {
        margin-bottom: 0;
        line-height: 1.4;
        text-align: left; }
        #order-summary .woocommerce-checkout-review-order-table .cart_item td.product-name dl + dl {
          padding-top: 0; }
        #order-summary .woocommerce-checkout-review-order-table .cart_item td.product-name .product-quantity {
          float: right; }
      #order-summary .woocommerce-checkout-review-order-table .cart_item td.product-total {
        padding-top: 0; }
        #order-summary .woocommerce-checkout-review-order-table .cart_item td.product-total:before {
          content: "Total: ";
          float: left;
          font-size: 13px;
          line-height: 1.65; }
      #order-summary .woocommerce-checkout-review-order-table .cart_item .product-total {
        width: 100% !important; }
      #order-summary .woocommerce-checkout-review-order-table .cart_item:last-of-type {
        border-bottom-width: 2px;
        border-bottom-style: dotted; }
    #order-summary .woocommerce-checkout-review-order-table .cart-subtotal td:before {
      content: "Subtotal ";
      float: left; }
    #order-summary .woocommerce-checkout-review-order-table .shipping td[data-title="Shipping"]:before {
      content: "Shipping ";
      float: left; }
    #order-summary .woocommerce-checkout-review-order-table .shipping td[data-title="Shipping"] ul {
      list-style: none;
      text-align: left;
      padding-top: 30px;
      padding-left: 0;
      padding-bottom: 10px; }
      #order-summary .woocommerce-checkout-review-order-table .shipping td[data-title="Shipping"] ul li {
        position: relative;
        padding-left: 0; }
      #order-summary .woocommerce-checkout-review-order-table .shipping td[data-title="Shipping"] ul input {
        min-height: 13px !important;
        display: inline-block;
        line-height: 17px;
        margin-top: 0px;
        padding-right: 20px;
        position: absolute;
        top: 7px; }
      #order-summary .woocommerce-checkout-review-order-table .shipping td[data-title="Shipping"] ul label {
        padding-left: 30px;
        display: inline-block; }
    #order-summary .woocommerce-checkout-review-order-table .order-total td:before {
      content: "Order Total ";
      float: left;
      font-weight: bold; }
  #order-summary #payment ul {
    list-style: none;
    text-align: left; }
  #order-summary #payment ul.wc_payment_methods {
    padding-left: 0; }
    #order-summary #payment ul.wc_payment_methods li {
      padding-left: 0; }
  #order-summary #payment h3 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8666666667rem;
    line-height: 1;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px; }
  #order-summary .place-order button {
    background-color: #fff; }

#custom-selection .woocommerce-billing-fields h3 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8666666667rem;
  line-height: 1;
  margin: 0;
  padding-bottom: 20px; }
#custom-selection #ship-to-different-address span {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8666666667rem;
  line-height: 1;
  margin: 0;
  padding-bottom: 20px; }
#custom-selection .place-order button {
  background-color: #fff; }
#custom-selection .form-row {
  margin-bottom: 10px; }
#custom-selection .woocommerce-input-wrapper input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 35px; }
#custom-selection select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
#custom-selection .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 35px; }
#custom-selection .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 3px; }
#custom-selection .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px; }
#custom-selection textarea {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: border .35s ease-in-out;
  height: 80px;
  line-height: 1.4;
  padding: 10px; }

.cart .coupon .button {
  background-color: #fff; }

.cart-collaterals .checkout-button {
  background-color: #fff; }

@media (max-width: 767px) {
  #order-summary {
    padding: 20px 15px; }
    #order-summary dt, #order-summary dd {
      float: left; }
    #order-summary .cart_item .product-name:before, #order-summary .cart_item .product-name:after {
      content: " ";
      display: table; }
    #order-summary .cart_item .product-name:after {
      clear: both; }
    #order-summary dd {
      margin-left: 0px; }
    #order-summary dt {
      margin-right: 5px; }
      #order-summary dt:nth-child(n + 2) {
        clear: both; }

  #custom-selection, #order-summary-wrap {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 576px) {
  #order-summary {
    padding: 20px 10px; }

  #order-summary .woocommerce-checkout-review-order-table .shipping td[data-title="Shipping"] ul {
    padding-left: 0; }

  #order-summary #payment ul {
    padding-left: 0; }

  #order-summary .woocommerce-checkout-review-order-table .shipping td[data-title="Shipping"]:before {
    font-weight: bold; }

  #order-summary .woocommerce-checkout-review-order-table .cart-subtotal td:before {
    font-weight: bold; } }
#helpful-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-top: 40px; }
  #helpful-links ul {
    padding-left: 0 !important;
    list-style: none; }
    #helpful-links ul li {
      list-style: none; }
  #helpful-links a {
    font-size: 1rem;
    color: #808080; }
  #helpful-links .helpfull-link-content {
    display: none; }
  #helpful-links h4 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 400; }
  #helpful-links p {
    font-size: 15px; }

.page article .entry-content .woocommerce-customer-details p {
  margin-bottom: 0; }

.woocommerce-order table, .woocommerce-order td, .woocommerce-order th {
  border: 1px solid #333333; }
.woocommerce-order td {
  padding: 15px;
  text-align: left; }
.woocommerce-order tr th {
  padding: 15px 0; }
.woocommerce-order .woocommerce-customer-details {
  padding-top: 15px; }
  .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title {
    padding-top: 15px; }
  .woocommerce-order .woocommerce-customer-details address {
    line-height: 1.5;
    font-style: normal; }
    .woocommerce-order .woocommerce-customer-details address p {
      margin-bottom: 0; }
      .woocommerce-order .woocommerce-customer-details address p:first-of-type {
        margin-top: 10px; }

.cart.woocommerce-cart-form__contents .product-name a, #order-summary .product-name a {
  text-decoration: none;
  line-height: 1.4; }

.cart.woocommerce-cart-form__contents .buzz-variations-details, .cart.woocommerce-cart-form__contents dl.variation, #order-summary .buzz-variations-details, #order-summary dl.variation, .woocommerce-mini-cart .buzz-variations-details, .woocommerce-mini-cart dl.variation {
  color: #333333;
  text-decoration: none;
  cursor: default;
  pointer-events: none; }
  .cart.woocommerce-cart-form__contents .buzz-variations-details dd p, .cart.woocommerce-cart-form__contents dl.variation dd p, #order-summary .buzz-variations-details dd p, #order-summary dl.variation dd p, .woocommerce-mini-cart .buzz-variations-details dd p, .woocommerce-mini-cart dl.variation dd p {
    color: #333333;
    text-decoration: none;
    cursor: default;
    margin-bottom: 2px; }
.cart.woocommerce-cart-form__contents dl.variation, .cart.woocommerce-cart-form__contents dl, #order-summary dl.variation, #order-summary dl, .woocommerce-mini-cart dl.variation, .woocommerce-mini-cart dl {
  margin: 0;
  padding-top: 10px; }
  .cart.woocommerce-cart-form__contents dl.variation:before, .cart.woocommerce-cart-form__contents dl.variation:after, .cart.woocommerce-cart-form__contents dl:before, .cart.woocommerce-cart-form__contents dl:after, #order-summary dl.variation:before, #order-summary dl.variation:after, #order-summary dl:before, #order-summary dl:after, .woocommerce-mini-cart dl.variation:before, .woocommerce-mini-cart dl.variation:after, .woocommerce-mini-cart dl:before, .woocommerce-mini-cart dl:after {
    content: " ";
    display: table; }
  .cart.woocommerce-cart-form__contents dl.variation:after, .cart.woocommerce-cart-form__contents dl:after, #order-summary dl.variation:after, #order-summary dl:after, .woocommerce-mini-cart dl.variation:after, .woocommerce-mini-cart dl:after {
    clear: both; }
  .cart.woocommerce-cart-form__contents dl.variation dt, .cart.woocommerce-cart-form__contents dl dt, #order-summary dl.variation dt, #order-summary dl dt, .woocommerce-mini-cart dl.variation dt, .woocommerce-mini-cart dl dt {
    font-size: 13px;
    line-height: 1.4; }
  .cart.woocommerce-cart-form__contents dl.variation dd, .cart.woocommerce-cart-form__contents dl dd, #order-summary dl.variation dd, #order-summary dl dd, .woocommerce-mini-cart dl.variation dd, .woocommerce-mini-cart dl dd {
    font-size: 13px;
    line-height: 1.4; }
    .cart.woocommerce-cart-form__contents dl.variation dd p, .cart.woocommerce-cart-form__contents dl dd p, #order-summary dl.variation dd p, #order-summary dl dd p, .woocommerce-mini-cart dl.variation dd p, .woocommerce-mini-cart dl dd p {
      font-size: 13px;
      line-height: 1.4; }

@media (min-width: 768px) {
  .cart.woocommerce-cart-form__contents dl.variation:before, .cart.woocommerce-cart-form__contents dl.variation:after, .cart.woocommerce-cart-form__contents dl:before, .cart.woocommerce-cart-form__contents dl:after, #order-summary dl.variation:before, #order-summary dl.variation:after, #order-summary dl:before, #order-summary dl:after {
    content: " ";
    display: table; }
  .cart.woocommerce-cart-form__contents dl.variation:after, .cart.woocommerce-cart-form__contents dl:after, #order-summary dl.variation:after, #order-summary dl:after {
    clear: both; }
  .cart.woocommerce-cart-form__contents dl.variation dt, .cart.woocommerce-cart-form__contents dl dt, #order-summary dl.variation dt, #order-summary dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left; }
  .cart.woocommerce-cart-form__contents dl.variation dd, .cart.woocommerce-cart-form__contents dl dd, #order-summary dl.variation dd, #order-summary dl dd {
    margin-left: 180px; } }
/* Top page */
#main ul {
  padding-left: 3rem;
  margin: 5px 0; }
  #main ul li {
    padding-left: 5px;
    margin: 3px 0; }

h2.hightlight-title, h2.hightlight-subtitle {
  text-align: center; }
h2.hightlight-title {
  color: #626262;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700; }
h2.hightlight-subtitle {
  color: #a1a1a1;
  font-size: 24.75px;
  line-height: 1;
  font-weight: 700; }

.intro-cols p {
  font-size: 0.9rem;
  line-height: 1.8rem;
  color: #555555;
  margin-bottom: 2.25rem; }

.col-no-padding.home-gallery {
  padding: 5px; }

/*Home*/
.home #hero-section h2 {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center; }
  @media (max-width: 767px) {
    .home #hero-section h2 {
      font-size: 2.5rem; } }
.home #hero-section h2 + h2 {
  font-size: 1.65rem; }
.home #hero-section .intro-cols {
  padding-top: 22px; }
  .home #hero-section .intro-cols .big-col-with-img {
    text-align: center; }
    .home #hero-section .intro-cols .big-col-with-img p {
      margin-top: 20px; }
.home #gallery-section h2 {
  margin-bottom: 20px; }
.home #shortcut-product-categories h2 {
  font-weight: 400; }
.home #shortcut-product-categories .shortcut-product-categories {
  margin-bottom: 34px; }
  @media (max-width: 767px) {
    .home #shortcut-product-categories .shortcut-product-categories .img-box {
      text-align: center; } }
.home #shortcut-product-categories .cat-description {
  margin-top: 22px; }
  .home #shortcut-product-categories .cat-description a, .home #shortcut-product-categories .cat-description p > strong {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
    color: #515151; }
.home #shortcut-product-categories .shortcut-product-categories.shortcut-left {
  text-align: right; }
  .home #shortcut-product-categories .shortcut-product-categories.shortcut-left .cat-description {
    text-align: left; }

@media (min-width: 1200px) {
  h2.hightlight-subtitle {
    max-width: 80%; } }
/*Category pages*/
.tax-product_cat .products .product-archive-item {
  margin-top: 10px;
  margin-bottom: 10px; }
.tax-product_cat .product-category.product.first {
  clear: left; }
  @media (max-width: 767px) {
    .tax-product_cat .product-category.product.first {
      clear: none; } }

@media (max-width: 576px) {
  .product-category.col-xs-6 {
    width: 100%; } }
#subcategory-links {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  #subcategory-links .subcategory-link-item:nth-child(3n+1) {
    margin-right: -1px; }

.subcategory-img-link {
  padding: 10px; }
  .subcategory-img-link a {
    display: block;
    position: relative; }
    .subcategory-img-link a:hover .subcategory-text {
      background-color: rgba(255, 255, 255, 0.8); }
  .subcategory-img-link .subcategory-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .subcategory-img-link .subcategory-name .subcategory-text {
      width: 100%;
      height: 100%;
      display: table;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-transition: background 240ms linear;
      -moz-transition: background 240ms linear;
      transition: background 240ms linear; }
      .subcategory-img-link .subcategory-name .subcategory-text span, .subcategory-img-link .subcategory-name .subcategory-text .subcat-table-cell {
        display: table-cell;
        vertical-align: middle; }
        .subcategory-img-link .subcategory-name .subcategory-text span h2, .subcategory-img-link .subcategory-name .subcategory-text .subcat-table-cell h2 {
          max-width: 80%;
          text-align: center;
          text-transform: uppercase;
          color: #FFFFFF;
          font-family: "Montserrat";
          font-size: 1.375rem;
          font-weight: 400;
          line-height: 1.1; }
  .subcategory-img-link .subcategory-link {
    display: block;
    position: relative; }
    .subcategory-img-link .subcategory-link:hover .subcategory-text {
      background-color: rgba(255, 255, 255, 0.8); }

/* Product Archive Page */
.tax-product_cat .product.product-archive-item.first, .tax-product_cat .product.first, .post-type-archive-product .product.product-archive-item.first, .post-type-archive-product .product.first {
  clear: left; }
  @media (max-width: 767px) {
    .tax-product_cat .product.product-archive-item.first, .tax-product_cat .product.first, .post-type-archive-product .product.product-archive-item.first, .post-type-archive-product .product.first {
      clear: none; } }
.tax-product_cat .product.product-archive-item a, .tax-product_cat .product a, .post-type-archive-product .product.product-archive-item a, .post-type-archive-product .product a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .tax-product_cat .product.product-archive-item a:hover, .tax-product_cat .product a:hover, .post-type-archive-product .product.product-archive-item a:hover, .post-type-archive-product .product a:hover {
    text-decoration: none; }
  .tax-product_cat .product.product-archive-item a h2, .tax-product_cat .product a h2, .post-type-archive-product .product.product-archive-item a h2, .post-type-archive-product .product a h2 {
    font-weight: normal;
    font-family: "Merriweather";
    font-size: 1.1rem;
    line-height: 1.25;
    margin-top: 10px; }
.tax-product_cat .product.product-archive-item .shopswatchinput, .tax-product_cat .product .shopswatchinput, .post-type-archive-product .product.product-archive-item .shopswatchinput, .post-type-archive-product .product .shopswatchinput {
  display: none !important; }
@media (max-width: 767px) {
  .tax-product_cat .product:nth-child(2n+3), .post-type-archive-product .product:nth-child(2n+3) {
    clear: left; } }
@media (max-width: 480px) {
  .tax-product_cat .product.col-xs-6, .post-type-archive-product .product.col-xs-6 {
    width: 100%;
    margin-bottom: 30px; } }
.tax-product_cat .woocommerce-pagination, .post-type-archive-product .woocommerce-pagination {
  float: right; }
  .tax-product_cat .woocommerce-pagination ul.page-numbers, .post-type-archive-product .woocommerce-pagination ul.page-numbers {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none; }
    .tax-product_cat .woocommerce-pagination ul.page-numbers li, .post-type-archive-product .woocommerce-pagination ul.page-numbers li {
      padding: 0;
      margin: 0;
      list-style: none;
      float: left; }
      .tax-product_cat .woocommerce-pagination ul.page-numbers li a, .post-type-archive-product .woocommerce-pagination ul.page-numbers li a {
        padding: 20px 20px; }
      .tax-product_cat .woocommerce-pagination ul.page-numbers li span.page-numbers, .post-type-archive-product .woocommerce-pagination ul.page-numbers li span.page-numbers {
        padding: 20px; }

.woocommerce-breadcrumb {
  word-wrap: break-word; }

.archive.tax-product_cat {
  /*Specific Pages*/ }
  .archive.tax-product_cat .woocommerce-breadcrumb {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .archive.tax-product_cat .woocommerce-breadcrumb {
        line-height: 1.4; } }
  .archive.tax-product_cat #hero-section h2 {
    font-size: 3.2rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .archive.tax-product_cat #hero-section h2 {
        font-size: 2.5rem; } }
  .archive.tax-product_cat #hero-section h2 + h2 {
    font-size: 1.65rem; }
  .archive.tax-product_cat #hero-section p {
    margin-bottom: 34px; }
  .archive.tax-product_cat #hero-section .buzz-thin-small-title, .archive.tax-product_cat #hero-section .thin-title {
    font-size: 1.65rem;
    font-weight: 400; }
  .archive.tax-product_cat #hero-section .buzz-thin-big-title {
    font-size: 2.1333333333rem;
    font-weight: 400; }
  .archive.tax-product_cat #hero-section .buzz-bold-small-title {
    font-size: 1.65rem; }
  .archive.tax-product_cat #hero-section .buzz-grey-btn {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 27px;
    background-color: #d9d9d9;
    border: 2px solid #d9d9d9;
    margin-top: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .archive.tax-product_cat #hero-section .buzz-grey-btn:hover {
      text-decoration: none; }
  .archive.tax-product_cat #hero-section .what-expected h2 {
    font-size: 1.65rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px; }
  .archive.tax-product_cat #hero-section .what-expected p {
    margin-bottom: 0; }
  .archive.tax-product_cat #hero-section .what-expected h5 {
    font-size: 0.9rem;
    line-height: 2; }
  @media (max-width: 767px) {
    .archive.tax-product_cat #hero-section .what-expected .col-sm-3 .col-sm-4 {
      text-align: center;
      padding: 10px 0; } }
  .archive.tax-product_cat #hero-section .two-cols-with-img p {
    margin-bottom: 0; }
  .archive.tax-product_cat .fullwidth-img {
    padding-bottom: 10px; }
  .archive.tax-product_cat.term-furniture .woocommerce-breadcrumb {
    display: none; }
  .archive.tax-product_cat.term-furniture .woocommerce-products-header {
    display: none; }
  .archive.tax-product_cat.term-reception-desks .what-expected {
    margin-top: 38px; }
  .archive.tax-product_cat.term-reception-desks .fullwidth-text-content {
    margin-top: 35px; }
  .archive.tax-product_cat.term-office-desks #hero-section h2 + h2 {
    margin-bottom: 30px; }
  .archive.tax-product_cat.term-office-desks .woocommerce-products-header {
    display: none; }
  .archive.tax-product_cat.term-storage .buzz-bold-small-title {
    font-size: 2.1333333333rem !important; }
  .archive.tax-product_cat.term-storage .woocommerce-products-header {
    display: none; }
  .archive.tax-product_cat.term-visitor-breakout-chairs .woocommerce-products-header {
    display: none; }
  .archive.tax-product_cat.term-reception-desks h1.woocommerce-products-header__title {
    font-weight: 400; }
  .archive.tax-product_cat h1.woocommerce-products-header__title {
    font-weight: 400;
    font-size: 1.65rem; }

.buzz-edit-this-page {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block; }

/*** Footer ***/
footer {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  background-color: #333333;
  color: #d5d5d5; }
  footer p {
    color: #d5d5d5;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6666666667rem;
    letter-spacing: 1px;
    word-wrap: break-word; }
  footer a {
    color: #a1a1a1; }
  footer h6 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6666666667rem;
    letter-spacing: 1px;
    margin: 0; }
  footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d5d5d5; }
  footer.entry-footer {
    background-color: #fff; }
  footer .gform_wrapper .top_label .gfield_label, footer .gform_wrapper legend.gfield_label,
  footer .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, footer .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    color: #d5d5d5;
    font-size: 1.0666666667rem; }
  footer .gform_wrapper .gform_footer input.button, footer .gform_wrapper .gform_footer input[type=submit], footer .gform_wrapper .gform_page_footer input.button, footer .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 0.8rem 1.4rem;
    border: 2px solid #ffffff;
    background: #d9d9d9;
    color: #333333;
    border-color: #d9d9d9;
    font-weight: 700;
    font-size: 0.9333333333rem;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px; }
  footer .home-footer-col-left h2.contact-title {
    font-weight: 400;
    font-size: 1.215rem;
    line-height: 1; }
  footer .home-footer-col-right .about-text {
    margin-bottom: 38px; }
  @media (max-width: 767px) {
    footer .home-footer-col-right .contact-info-text .footer-contact-text p {
      margin-bottom: 12px; }
      footer .home-footer-col-right .contact-info-text .footer-contact-text p:first-of-type {
        margin-top: 12px; } }
  footer .home-footer-col-right .footer-text-links {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      footer .home-footer-col-right .footer-text-links {
        margin-top: 28px; } }
    footer .home-footer-col-right .footer-text-links a {
      padding-bottom: 20px;
      display: block; }
  footer .agree-checkbox > label {
    display: none !important; }
  footer .agree-checkbox li label {
    color: #d5d5d5;
    font-size: 1.0666666667rem !important;
    letter-spacing: 1px;
    padding-left: 10px !important; }
  footer .gform_wrapper textarea.medium {
    height: 100px;
    background: rgba(200, 198, 196, 0.1);
    border: solid 2px #e4e3e2;
    color: #FFF; }
  footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: #FFF;
    width: 100% !important;
    max-width: 100%; }

.logos-list ul {
  padding-left: 0; }
  .logos-list ul li {
    display: block; }
  .logos-list ul .mobile-icon {
    display: none; }
@media (max-width: 767px) {
  .logos-list ul li {
    width: 100%;
    text-align: center;
    padding: 20px; }
  .logos-list ul .mobile-icon {
    display: block;
    overflow: hidden; }
    .logos-list ul .mobile-icon img {
      width: 64px;
      height: 64px; } }

/*** Single Product ***/
.single-product {
  /* Remove default "clear" at position 5, 9, etc. This is for 4 columns */
  /* Add new "clear" at position 6, 11, etc. This is for 5 columns */
  /* Extra description */ }
  .single-product .woocommerce-breadcrumb {
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .single-product .woocommerce-breadcrumb {
        line-height: 1.4; } }
  .single-product .woocommerce-product-gallery__wrapper a {
    cursor: default; }
  .single-product .woocommerce-product-gallery:before, .single-product .woocommerce-product-gallery:after {
    content: " ";
    display: table; }
  .single-product .woocommerce-product-gallery:after {
    clear: both; }
  .single-product .single_add_to_cart_button {
    background-color: #fff; }
  .single-product .woocommerce-product-details__short-description em {
    line-height: 2; }
  @media (max-width: 767px) {
    .single-product .woocommerce-product-details__short-description td.wsite-multicol-col {
      width: 100% !important;
      display: block; } }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important; }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left !important; }
  @media (max-width: 767px) {
    .single-product .woocommerce-product-gallery, .single-product .summary.entry-summary {
      padding-left: 0;
      padding-right: 0; } }
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: block !important; }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
      width: 20% !important;
      display: inline-block;
      margin-top: 7.5px;
      vertical-align: top; }
      .single-product .woocommerce-product-gallery .flex-control-thumbs li .buzz-thumb-nav {
        padding: 3px;
        margin-right: 7.5px;
        border-radius: 3px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0px 1px rgba(0, 0, 0, 0.1) inset; }
  .single-product .onsale {
    display: none; }
  .single-product woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important; }
  .single-product .summary .product_title {
    font-size: 1.65rem;
    font-weight: 900; }
  .single-product .summary #buzz-dynamic-price {
    display: none; }
  .single-product .summary p.price, .single-product .summary #buzz-dynamic-price > span.price {
    display: block;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 25px;
    line-height: 1; }
    .single-product .summary p.price .amount, .single-product .summary #buzz-dynamic-price > span.price .amount {
      font-size: 1.375rem;
      line-height: 1;
      padding: 0 10px 0 0; }
  .single-product .summary .single-product-description p {
    margin-bottom: 26px; }
  @media (max-width: 767px) {
    .single-product .summary .single-product-description ul {
      padding-left: 1rem !important; } }
  .single-product .summary .product-addon-totals {
    padding: 15px 0 0 0; }
    .single-product .summary .product-addon-totals .wc-pao-col2 .amount {
      font-weight: bold; }
    .single-product .summary .product-addon-totals .wc-pao-subtotal-line {
      margin-top: 15px !important; }
    .single-product .summary .product-addon-totals ul {
      padding: 0 !important;
      margin: 0 !important; }
      .single-product .summary .product-addon-totals ul li {
        padding: 0 !important;
        margin: 0 !important; }
    .single-product .summary .product-addon-totals .price {
      padding-top: 15px;
      padding-bottom: 15px; }
  .single-product .summary .wc-pao-subtotal-line .price {
    font-size: 1.375rem;
    line-height: 1;
    border-bottom: none; }
  .single-product .summary label.wcvasquare {
    border: none !important;
    outline: none !important;
    width: 26px !important;
    height: 26px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
  .single-product .summary label.selectedswatch.wcvasquare {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://www.buzzfitouts.com.au/wp-content/uploads/2019/03/checkmark-mini.png");
    background-size: initial; }
  .single-product .summary .variations {
    width: 100%; }
    .single-product .summary .variations .reset_variations {
      display: none !important;
      height: 0 !important; }
    .single-product .summary .variations td.label {
      padding-bottom: 6px; }
    .single-product .summary .variations td.value {
      padding-bottom: 13px; }
  .single-product .summary .woocommerce-variation.single_variation {
    display: none !important;
    height: 0 !important; }
  .single-product .summary .wcva_selected_attribute {
    display: none; }
  .single-product .summary .single_variation_wrap {
    padding-top: 0; }
  .single-product .summary .variations select {
    width: 55%;
    border-radius: 0;
    height: 38px !important;
    background: rgba(200, 198, 196, 0.1) url("https://www.buzzfitouts.com.au/wp-content/uploads/2019/03/dropdown.png") no-repeat right center;
    background-size: contain;
    color: inherit;
    border: solid 2px #e4e3e2;
    padding: 5px !important;
    min-height: 36px !important;
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    @media (max-width: 576px) {
      .single-product .summary .variations select {
        width: 80%; } }
    @media (max-width: 479px) {
      .single-product .summary .variations select {
        width: 100%; } }
  .single-product .summary .variations .variation {
    padding-top: 15px; }
    .single-product .summary .variations .variation label {
      display: block;
      line-height: 1;
      margin: 0 auto 5px;
      font-weight: 600;
      font-size: 1.1rem; }
  .single-product .summary .quantity label {
    display: block;
    line-height: 1;
    margin: 0 auto 5px;
    font-weight: 600;
    font-size: 1.1rem; }
  .single-product .summary label.wc-pao-addon-name {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block; }
  .single-product .summary .wc-pao-addon {
    margin-bottom: 20px; }
  .single-product .summary .wc-pao-addon .form-row {
    margin: 0; }
    .single-product .summary .wc-pao-addon .form-row select {
      width: 55%;
      border-radius: 0;
      height: 38px !important;
      background: rgba(200, 198, 196, 0.1) url("https://www.buzzfitouts.com.au/wp-content/uploads/2019/03/dropdown.png") no-repeat right center;
      background-size: contain;
      color: inherit;
      border: solid 2px #e4e3e2;
      padding: 5px !important;
      min-height: 36px !important;
      -webkit-transition: all 240ms linear;
      -moz-transition: all 240ms linear;
      transition: all 240ms linear;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      @media (max-width: 576px) {
        .single-product .summary .wc-pao-addon .form-row select {
          width: 80%; } }
      @media (max-width: 479px) {
        .single-product .summary .wc-pao-addon .form-row select {
          width: 100%; } }
    .single-product .summary .wc-pao-addon .form-row textarea {
      height: 60px; }
  .single-product .summary .input-text.qty {
    text-align: center;
    margin-right: 15px;
    width: 70px;
    -webkit-transition: opacity ease-in 0.2s;
    -moz-transition: opacity ease-in 0.2s;
    transition: opacity ease-in 0.2s; }
  .single-product .summary .single_add_to_cart_button {
    margin-top: 15px; }
    .single-product .summary .single_add_to_cart_button:hover {
      color: #e9cf76;
      background: #333333;
      border-color: #333333; }
  .single-product .woocommerce-product-details__short-description {
    padding-top: 50px; }
  .single-product #social-share-buttons {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-top: 15px; }
    .single-product #social-share-buttons li {
      list-style: none;
      display: inline-block; }
      .single-product #social-share-buttons li a {
        display: inline-block;
        width: 20px;
        height: 20px; }
        .single-product #social-share-buttons li a svg path {
          fill: #515151; }
        .single-product #social-share-buttons li a:hover svg path {
          fill: #e9cf76; }

/*Woo notices*/
.woocommerce-message {
  padding: 10px 25px;
  color: #333333;
  background-color: #dff0d8 !important;
  margin: 20px 0;
  display: inline-block;
  text-align: center; }
  .woocommerce-message a {
    color: #333333; }
    .woocommerce-message a:hover {
      color: #e9cf76; }
  @media (max-width: 767px) {
    .woocommerce-message {
      line-height: 2; } }

.woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  padding: 10px 25px;
  color: #333333;
  margin: 20px 0;
  display: inline-block;
  text-align: center; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #333; }

.woocommerce-mini-cart__empty-message {
  padding: 20px; }

.woocommerce-info {
  background-color: transparent !important;
  padding-left: 0; }

.woocommerce-error {
  background-color: #f2dede !important; }
  
footer + .mobile-icon {
  display: none; }
  @media (max-width: 767px) {
    footer + .mobile-icon {
      display: block;
      overflow: hidden;
      position: fixed;
      bottom: 6px;
      right: 6px;
      padding: 10px;
      border-radius: 50%;
      background-color: rgba(246, 226, 88, 0.9); }
      footer + .mobile-icon img {
        width: 64px;
        height: 64px; } }
@media (max-width: 320px) {
    footer + .mobile-icon img {
      width: 32px;
      height: 32px; } }


#primary-menu li:hover
{
	font-weight:900;
}
