@charset "UTF-8";
/*
Theme Name: Raceshocks Theme
Theme URI: http://www.raceshocks.uk/
Author: Curious
Author URI: https://www.iamcurious.co.uk
Description: A Custom theme template built for Raceshocks. 
Version: 2.0.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curious

This theme, like WordPress, is licensed under the GPL.

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

*/
/* _S Base CSS */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; }

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

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

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0; }

address {
  margin: 0; }

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

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

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

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

big {
  font-size: 125%; }

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

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  cursor: pointer; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: none;
  float: left;
  position: absolute;
  top: 100%;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 1.4rem;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

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

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

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

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

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

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

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

.widget select {
  max-width: 100%; }

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

.post,
.page {
  margin: 0; }

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Colours */
/* Fonts CSS */
/* Comment Out the Fonts until needed

@font-face {
    font-family: FONTNAME;
    src: url(fonts/FONTFILENAME.ttf);
    font-weight: normal;
}

@font-face {
    font-family: FONTNAME;
    src: url(fonts/FONTFILENAMEBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: FONTNAME;
    src: url(fonts/FONTFILENAME.ttf);
}

@font-face {
font-family: “fontname”;
    
src:url('fontname.eot?-owabew');
src:url('fontname.eot?#iefix-owabew') format('embedded-opentype'),
url('fontname.ttf?-owabew') format('truetype'),
url('fontname.woff?-owabew') format('woff'),
url('fontname.svg?-owabew#signet') format('svg');
font-weight: normal;
font-style: normal;
}


Use font squirrel to get the full package.
*/
html {
  font-size: 10px; }

body, button, input, select, textarea {
  color: #707070;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.15;
  color: #393939; }
  h1.no-margin-top, h2.no-margin-top, h3.no-margin-top, h4.no-margin-top, h5.no-margin-top, h6.no-margin-top {
    margin-top: 0; }
  h1.underlined-h2, h2.underlined-h2, h3.underlined-h2, h4.underlined-h2, h5.underlined-h2, h6.underlined-h2 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 0 !important; }
    h1.underlined-h2:after, h2.underlined-h2:after, h3.underlined-h2:after, h4.underlined-h2:after, h5.underlined-h2:after, h6.underlined-h2:after {
      content: "";
      margin-top: 10px;
      display: block;
      border-bottom: 3px solid #D3D3D3; }

h1 {
  font-size: 32px;
  font-size: 3.2em; }

h2 {
  font-size: 32px;
  font-size: 3.2rem; }

h3 {
  font-size: 20px;
  font-size: 2rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5 {
  font-size: 20px;
  font-size: 2rem; }

h6 {
  font-size: 18px;
  font-size: 1.8rem; }

a:-webkit-any-link {
  text-decoration: none; }

/* Site Wide CSS */
*:focus {
  outline: none !important; }

body .site-wide-container {
  padding-left: 64px !important;
  padding-right: 64px !important;
  float: left;
  width: 100%; }

body .padding-container {
  padding-left: 64px;
  padding-right: 64px; }

body a, body a:visited {
  color: #38A0E8;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }
  body a:hover, body a:visited:hover {
    color: #707070; }

body .cta, body .wp-block-button .wp-block-button__link {
  display: inline-block;
  color: #fff !important;
  background-color: #38A0E8;
  width: auto;
  padding: 5px 30px !important;
  text-align: center;
  border: solid 2px #38A0E8;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s; }
  body .cta:hover, body .wp-block-button .wp-block-button__link:hover {
    color: #38A0E8 !important;
    background-color: transparent; }

body .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #00CA6E !important;
  border-color: #00CA6E; }
  body .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #00CA6E !important;
    background-color: transparent !important; }

body .site-content {
  float: left;
  width: 100%;
  padding-bottom: 0;
  padding-top: 60px; }
  body .site-content .widget {
    font-size: 1.8rem;
    font-weight: 400; }
    body .site-content .widget li {
      border-bottom: none;
      list-style: disc;
      margin-left: 20px; }
  body .site-content .widget-title {
    font-size: 2.2rem;
    font-weight: 400; }
  body .site-content p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 400; }
  body .site-content .small-text {
    font-size: 70%; }
  body .site-content .big-text {
    font-size: 130%; }
  body .site-content .widget ol li {
    border-bottom: none;
    list-style: decimal;
    margin-left: 20px;
    font-weight: 400; }
  body .site-content .widget ul li {
    border-bottom: none;
    list-style: disc;
    margin-left: 20px;
    font-weight: 400; }
  body .site-content ul {
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none; }
    body .site-content ul li {
      position: relative;
      padding-left: 50px;
      color: #39A0E9;
      margin-bottom: 30px;
      margin-top: 10px; }
      body .site-content ul li:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 4px;
        height: 10px;
        width: 20px;
        border-left: 4px solid #39A0E9;
        border-bottom: 4px solid #39A0E9;
        transform: rotate(-45deg); }
      body .site-content ul li ul {
        margin-left: 0;
        margin-bottom: 0; }
  body .site-content ol {
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 40px; }
    body .site-content ol li {
      margin-bottom: 40px;
      margin-top: 30px;
      padding-left: 50px;
      position: relative; }
      body .site-content ol li::marker {
        color: transparent; }
      body .site-content ol li:before {
        content: "1";
        position: absolute;
        right: 100%;
        background-color: #39A0E9;
        color: #FFF;
        font-size: 2.4rem;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        font-weight: 700;
        text-align: center;
        line-height: 50px; }
      body .site-content ol li:nth-of-type(2):before {
        content: "2"; }
      body .site-content ol li:nth-of-type(3):before {
        content: "3"; }
      body .site-content ol li:nth-of-type(4):before {
        content: "4"; }
      body .site-content ol li:nth-of-type(5):before {
        content: "5"; }
      body .site-content ol li:nth-of-type(6):before {
        content: "6"; }
      body .site-content ol li:nth-of-type(7):before {
        content: "7"; }
      body .site-content ol li:nth-of-type(8):before {
        content: "8"; }
      body .site-content ol li:nth-of-type(9):before {
        content: "9"; }
      body .site-content ol li:nth-of-type(10):before {
        content: "10"; }
  body .site-content .content-area {
    float: left;
    width: 100%; }
  body .site-content .site-main .yoast-seo-breadcrumb {
    display: none; }

/* Gutenberg CSS */
body .wp-block-cover, body .wp-block-cover-image {
  padding-top: 30px;
  padding-bottom: 30px; }

body .wp-block-columns {
  width: 100%;
  column-gap: 8%; }
  body .wp-block-columns .wp-block-image {
    margin-top: 0;
    margin-bottom: 0; }
  body .wp-block-columns .wp-block-column .wp-block-group.has-background {
    padding: 30px 60px; }

body .wp-block-cover-image .wp-block-cover__inner-container, body .wp-block-cover .wp-block-cover__inner-container {
  width: 100%; }

body p.has-large-font-size {
  font-size: 3.6rem !important; }

body .wp-block-gallery .blocks-gallery-caption {
  text-align: center; }

body ul.blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0; }

body div.wp-block-group {
  float: left;
  width: 100%; }
  body div.wp-block-group.has-background {
    padding-top: 30px;
    padding-bottom: 30px; }

body .wp-block-media-text .wp-block-media-text__content {
  padding: 0; }

body .wp-block-buttons .wp-block-button {
  margin: 0; }

body .wp-block-cover.home-top-cover {
  min-height: 650px;
  align-items: end;
  justify-content: left; }
  body .wp-block-cover.home-top-cover .wp-block-cover__background {
    opacity: 0.2; }
  body .wp-block-cover.home-top-cover .wp-block-cover__inner-container {
    margin-bottom: 60px;
    width: 70%; }
    body .wp-block-cover.home-top-cover .wp-block-cover__inner-container h2 {
      font-size: 4.8rem;
      text-shadow: 3px 3px #000000; }
    body .wp-block-cover.home-top-cover .wp-block-cover__inner-container p {
      font-size: 2.4rem;
      font-weight: 500;
      text-shadow: 2px 2px #000000;
      line-height: 1.2; }
    body .wp-block-cover.home-top-cover .wp-block-cover__inner-container .wp-block-buttons {
      margin-top: 40px;
      column-gap: 70px; }

body .testimonials-block h2 {
  margin-bottom: 50px;
  margin-top: 30px; }

body .testimonials-block .wp-block-columns {
  grid-column-gap: 5%; }
  body .testimonials-block .wp-block-columns .wp-block-column .wp-block-image {
    float: left;
    width: 120px;
    margin-right: 30px;
    margin-bottom: 25px; }
  body .testimonials-block .wp-block-columns .wp-block-column p {
    font-size: 20px;
    color: #393939;
    float: right;
    width: calc(100% - 150px);
    clear: right; }
    body .testimonials-block .wp-block-columns .wp-block-column p strong {
      text-align: right;
      display: block;
      font-weight: 400; }

body .wp-block-media-text {
  grid-column-gap: 8%;
  margin: 50px 0;
  float: left;
  width: 100%; }
  body .wp-block-media-text .wp-block-media-text__content {
    padding-top: 80px;
    padding-bottom: 80px; }
  body .wp-block-media-text.car-partial-media-text {
    padding-left: 0 !important;
    margin-bottom: 80px !important;
    margin-top: 0;
    grid-column-gap: 0; }
    body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content {
      padding: 50px 40px; }
      body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content h2 {
        margin-bottom: 30px;
        margin-top: 0; }
      body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content p {
        font-size: 2rem; }
      body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text__content {
        padding: 0; }
      body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
        grid-template-columns: auto auto !important;
        grid-column-gap: 0; }
        body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text .wp-block-media-text__media {
          width: 100px;
          margin-right: 80px;
          height: auto;
          min-height: 0; }
          body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text .wp-block-media-text__media img {
            position: relative;
            width: 100%;
            height: auto;
            margin: 0; }
        body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text h4 {
          font-size: 2rem !important;
          color: #707070;
          margin-top: 0; }
        body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text p {
          font-size: 1.8rem; }
          body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text p:last-of-type {
            margin-bottom: 0; }
      body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-buttons {
        margin-top: 60px;
        padding-left: 180px;
        float: left;
        width: 100%; }
  body .wp-block-media-text.car-media-text {
    grid-column-gap: 5%;
    margin-top: 0; }
    body .wp-block-media-text.car-media-text:not(.has-media-on-the-right) {
      padding-left: 0 !important;
      grid-template-columns: 45% 1fr; }
    body .wp-block-media-text.car-media-text.has-media-on-the-right {
      padding-right: 0 !important;
      grid-template-columns: 1fr 45%; }
    body .wp-block-media-text.car-media-text .wp-block-media-text__content {
      padding: 20px 0 40px; }
  body .wp-block-media-text.manufacturer-media-text {
    grid-column-gap: 10%;
    margin-top: 0;
    margin-bottom: 50px !important; }
    body .wp-block-media-text.manufacturer-media-text .wp-block-media-text__media img {
      width: auto;
      max-width: 100%; }
    body .wp-block-media-text.manufacturer-media-text .wp-block-media-text__content {
      padding: 0; }
      body .wp-block-media-text.manufacturer-media-text .wp-block-media-text__content h2, body .wp-block-media-text.manufacturer-media-text .wp-block-media-text__content h3 {
        font-size: 2.8rem; }
  body .wp-block-media-text.contact-page-media-text-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-column-gap: 80px;
    grid-template-columns: 45% 1fr;
    margin-top: 0;
    margin-bottom: 0 !important; }
    body .wp-block-media-text.contact-page-media-text-top .wp-block-media-text__content {
      padding-top: 80px;
      padding-bottom: 80px;
      padding-right: 64px; }
      body .wp-block-media-text.contact-page-media-text-top .wp-block-media-text__content p img {
        float: left;
        margin-right: 20px; }
      body .wp-block-media-text.contact-page-media-text-top .wp-block-media-text__content h3 {
        margin-top: 50px; }
  body .wp-block-media-text.search-page-top-block .wp-block-media-text__content {
    padding-top: 0;
    align-self: start;
    padding-bottom: 60px; }
    body .wp-block-media-text.search-page-top-block .wp-block-media-text__content h2 {
      margin-bottom: 40px; }
    body .wp-block-media-text.search-page-top-block .wp-block-media-text__content h3 {
      font-size: 2.5rem;
      font-weight: 400; }
    body .wp-block-media-text.search-page-top-block .wp-block-media-text__content .search-results-for-group {
      margin-top: 20px;
      margin-bottom: 40px;
      font-size: 2.5rem;
      font-weight: 400;
      color: #393939;
      text-transform: capitalize; }
      body .wp-block-media-text.search-page-top-block .wp-block-media-text__content .search-results-for-group h3 {
        margin: 0;
        display: inline-block; }

body .wp-block-group.seach-page-filters {
  margin-bottom: 100px !important; }
  body .wp-block-group.seach-page-filters .wp-block-group__inner-container {
    background-color: #F8F8F8;
    padding: 10px 20px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 250px 250px 250px 250px;
    grid-gap: 30px; }

body .wp-block-columns.contact-page-map-columns {
  padding-right: 0 !important;
  padding-left: 0 !important;
  column-gap: 5%;
  margin-bottom: 0 !important; }
  body .wp-block-columns.contact-page-map-columns .wp-block-column {
    flex-basis: 55% !important; }
    body .wp-block-columns.contact-page-map-columns .wp-block-column:first-of-type {
      flex-basis: 40% !important;
      padding: 80px 0 80px 64px; }
    body .wp-block-columns.contact-page-map-columns .wp-block-column iframe {
      width: 100%;
      height: 100%; }
    body .wp-block-columns.contact-page-map-columns .wp-block-column h3 {
      font-size: 2.8rem;
      margin-bottom: 40px; }
    body .wp-block-columns.contact-page-map-columns .wp-block-column .wp-block-image {
      margin-bottom: 20px; }

body .wp-block-table.contact-opening-times-table table tbody tr {
  border-bottom: 1px solid #E6E6E6; }
  body .wp-block-table.contact-opening-times-table table tbody tr td {
    padding: 10px;
    font-size: 1.4rem; }
    body .wp-block-table.contact-opening-times-table table tbody tr td:last-of-type {
      text-align: right; }
  body .wp-block-table.contact-opening-times-table table tbody tr:first-of-type {
    background-color: #E6E6E6;
    font-weight: 500;
    color: #393939;
    font-size: 2.4rem;
    line-height: 1.2;
    border-bottom: none; }
    body .wp-block-table.contact-opening-times-table table tbody tr:first-of-type td {
      font-size: 2.4rem; }
      body .wp-block-table.contact-opening-times-table table tbody tr:first-of-type td em {
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        display: block; }
      body .wp-block-table.contact-opening-times-table table tbody tr:first-of-type td br {
        display: none; }
  body .wp-block-table.contact-opening-times-table table tbody tr:last-of-type {
    background-color: #ECFAF5;
    color: #54C98E;
    border-bottom: none; }

body .wp-block-gallery.home-supplier-gallery {
  margin-bottom: 60px;
  margin-top: 60px; }
  body .wp-block-gallery.home-supplier-gallery .wp-block-image {
    align-items: center; }
    body .wp-block-gallery.home-supplier-gallery .wp-block-image img {
      object-fit: contain !important;
      max-width: 300px !important; }
    body .wp-block-gallery.home-supplier-gallery .wp-block-image.quantum img {
      max-height: 120px; }
    body .wp-block-gallery.home-supplier-gallery .wp-block-image.hyperco img {
      max-height: 200px; }

body .wp-block-gallery.gallery-slider {
  margin-top: 0; }
  body .wp-block-gallery.gallery-slider .wp-block-image {
    padding: 20px; }

body .get-app-group {
  padding-top: 50px;
  padding-bottom: 0; }
  body .get-app-group .wp-block-group__inner-container h2 {
    margin-bottom: 30px; }
  body .get-app-group .wp-block-group__inner-container .wp-block-columns {
    margin-top: 50px; }
    body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 {
      margin-top: 30px; }
      body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 img {
        width: 30px !important;
        margin-right: 20px;
        position: relative;
        top: 3px; }
    body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
      margin-left: 50px;
      font-size: 16px; }
    body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image {
      width: 300px;
      margin: 0 auto;
      max-width: 100%; }
      body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image.download-image-app-store {
        width: 100%;
        margin: 150px auto 0;
        text-align: center;
        position: relative; }
        body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image.download-image-app-store img {
          width: 200px;
          max-width: 100%; }
        body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image.download-image-app-store figcaption {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 100%;
          margin-top: 0;
          margin-bottom: 10px; }

body .news-block {
  margin-top: 50px;
  margin-bottom: 0 !important; }
  body .news-block p {
    width: 80%;
    margin: 30px 10% 30px; }
  body .news-block .wp-block-latest-posts {
    margin-top: 50px;
    column-gap: 5%; }
    body .news-block .wp-block-latest-posts li {
      width: 30%;
      margin: 0 0 5% 0 !important;
      padding-left: 0; }
      body .news-block .wp-block-latest-posts li:before {
        display: none; }
      body .news-block .wp-block-latest-posts li a {
        width: 100%; }
      body .news-block .wp-block-latest-posts li img {
        width: 100%;
        height: 250px;
        float: left;
        object-fit: cover;
        object-position: center; }
      body .news-block .wp-block-latest-posts li .wp-block-latest-posts__post-title {
        font-size: 2.2rem;
        color: #393939;
        font-weight: 500;
        text-align: center;
        width: 100%;
        float: left;
        margin: 15px 0; }
      body .news-block .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
        float: left;
        width: 100%;
        font-weight: 500;
        color: #393939;
        text-align: center; }
        body .news-block .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a.moretag {
          width: 80%;
          float: left;
          display: block;
          margin: 20px 10% 10px;
          color: #fff !important;
          background-color: #38A0E8;
          padding: 5px 30px;
          text-align: center;
          border: solid 2px #38A0E8;
          border-radius: 0;
          text-decoration: none;
          cursor: pointer;
          font-size: 2rem;
          font-weight: 500;
          text-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4); }
          body .news-block .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a.moretag:hover {
            color: #38A0E8 !important;
            background-color: transparent; }

body .middle-text-group .wp-block-group__inner-container {
  width: 800px;
  margin: 60px auto;
  max-width: 80%; }
  body .middle-text-group .wp-block-group__inner-container .wp-block-buttons {
    margin-top: 40px; }
  body .middle-text-group .wp-block-group__inner-container h3 {
    margin-top: 40px; }

body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products {
  padding-left: 0;
  column-gap: 4%; }
  body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product {
    flex-basis: 22%;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 0;
    color: #707070; }
    body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product:before {
      display: none; }
    body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
      font-size: 1.8rem;
      color: #707070;
      font-weight: 400; }
    body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
      font-size: 2.2rem;
      line-height: 1.2;
      margin-top: 20px;
      margin-bottom: 20px;
      color: #707070; }
    body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .add_to_cart_button {
      font-size: 2rem;
      padding: 5px 30px; }

body .sp-wcsp-slider-section {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px !important;
  position: relative; }
  body .sp-wcsp-slider-section .sp-wcsp-button {
    position: initial; }
    body .sp-wcsp-slider-section .sp-wcsp-button .sp-wcsp-button-prev {
      position: absolute;
      left: 0;
      top: 50%;
      top: calc(50% - 15px);
      z-index: 99;
      background-color: #FFF; }
    body .sp-wcsp-slider-section .sp-wcsp-button .sp-wcsp-button-next {
      position: absolute;
      right: 0;
      top: 50%;
      top: calc(50% - 15px);
      z-index: 99;
      background-color: #FFF; }

body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section {
  padding-left: 0;
  padding-right: 0; }
  body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .sp-wcsp-button {
    display: none; }
  body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper {
    position: initial;
    width: 100%;
    height: auto !important;
    display: grid;
    grid-template-columns: 14% 14% 14% 14% 14% 14%;
    grid-column-gap: 3.2%;
    grid-row-gap: 3.2%;
    grid-auto-rows: minmax(min-content, max-content);
    transform: none !important; }
    body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper .sp-wcsp-cat-item {
      margin-right: 0 !important;
      transition: none;
      float: left;
      width: 100% !important;
      height: 100%;
      flex-shrink: unset;
      text-align: center; }
      body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper .sp-wcsp-cat-item.swiper-slide-duplicate {
        display: none; }
      body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper .sp-wcsp-cat-item .sp-wcsp-cat-item-thumb-content {
        height: 100%; }
        body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper .sp-wcsp-cat-item .sp-wcsp-cat-item-thumb-content .sp-wcsp-cat-thumbnail a {
          float: left;
          width: 100%; }
          body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper .sp-wcsp-cat-item .sp-wcsp-cat-item-thumb-content .sp-wcsp-cat-thumbnail a img {
            width: auto;
            max-height: 100%;
            max-width: 100%; }

/* Patterns CSS */
/* Forms CSS */
body .gform_wrapper {
  float: left;
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  body .gform_wrapper .gform_heading {
    margin-bottom: 20px; }
    body .gform_wrapper .gform_heading .gform_title {
      margin-top: 0; }
  body .gform_wrapper .gform_body {
    float: left;
    width: 100%; }
    body .gform_wrapper .gform_body .gform_fields {
      float: left;
      padding-left: 0;
      width: 100%; }
      body .gform_wrapper .gform_body .gform_fields .gfield {
        margin-left: 0;
        list-style: none;
        float: left;
        width: 100%;
        clear: both;
        margin-top: 0;
        margin-bottom: 5px;
        padding-right: 0; }
        body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
          width: 25%;
          float: left;
          padding-right: 5px;
          margin-top: 10px;
          font-weight: 500;
          font-size: 1.6rem;
          font-weight: 500; }
        body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
          width: 75%;
          float: left;
          margin-top: 0; }
          body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
            width: 100%;
            background-color: #FFF;
            border-radius: 1px !important;
            border: solid 1px #707070;
            line-height: initial;
            padding: 12px; }
        body .gform_wrapper .gform_body .gform_fields .gfield.box_size .gfield_label {
          font-size: 1.4rem;
          margin-top: 5px;
          width: calc(100% - 40px); }
        body .gform_wrapper .gform_body .gform_fields .gfield.box_size .ginput_container {
          width: 40px; }
          body .gform_wrapper .gform_body .gform_fields .gfield.box_size .ginput_container input {
            padding: 5px; }
        body .gform_wrapper .gform_body .gform_fields .gfield.recaptcha-gforms-field {
          margin: 0; }
        body .gform_wrapper .gform_body .gform_fields .gfield.terms .gfield_label {
          display: none; }
        body .gform_wrapper .gform_body .gform_fields .gfield.terms .ginput_container {
          width: 100%; }
          body .gform_wrapper .gform_body .gform_fields .gfield.terms .ginput_container input {
            width: auto;
            margin-right: 10px; }
  body .gform_wrapper .gform_footer {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 0; }
    body .gform_wrapper .gform_footer input[type="submit"] {
      float: right;
      width: 75%;
      border-radius: 0;
      font-size: 2rem;
      line-height: 1.15 !important;
      font-weight: 500;
      color: #fff;
      background-color: #38A0E8;
      padding: 8px 10px;
      text-align: center;
      -webkit-transition: ease-in-out 0.3s;
      -moz-transition: ease-in-out 0.3s;
      -ms-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s;
      border: solid 2px #38A0E8;
      text-decoration: none;
      text-shadow: none;
      box-shadow: none;
      margin-right: 0;
      cursor: pointer; }
      body .gform_wrapper .gform_footer input[type="submit"]:hover {
        color: #38A0E8;
        background-color: transparent; }
    body .gform_wrapper .gform_footer button.gform_save_link {
      padding: 5px 5px;
      font-size: 1.4rem;
      line-height: 1; }
      body .gform_wrapper .gform_footer button.gform_save_link svg {
        float: left; }

/* Header CSS */
.site-banner-sticky-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999; }

.site-banner-sticky-container-adjust-div {
  float: left;
  width: 100%;
  margin-bottom: 37px; }

.site-banner-outer {
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFF;
  font-weight: 600;
  position: relative; }
  .site-banner-outer.no-colour-chosen {
    background-color: #2d2d2d; }
  .site-banner-outer .site-banner-inner {
    float: left;
    width: 100%; }
    .site-banner-outer .site-banner-inner a.site-banner-inner-url, .site-banner-outer .site-banner-inner a.site-banner-inner-url:visited {
      color: inherit;
      font-weight: inherit;
      float: left;
      width: 100%; }
      .site-banner-outer .site-banner-inner a.site-banner-inner-url:hover, .site-banner-outer .site-banner-inner a.site-banner-inner-url:visited:hover {
        text-decoration: underline; }
  .site-banner-outer .site-banner-closer {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1.5rem;
    cursor: pointer; }

.site-header {
  float: left;
  width: 100%; }
  .site-header .home-header-background-image {
    background-size: cover;
    background-position: center top; }
    .site-header .home-header-background-image.parallax {
      background-position: center center; }
  .site-header .site-header-main {
    float: left;
    width: 100%;
    position: relative; }
    .site-header .site-header-main .header-container {
      padding-left: 64px;
      padding-right: 64px;
      width: 100%;
      float: left;
      padding-top: 20px;
      padding-bottom: 12px;
      position: relative;
      -webkit-transition: ease-in-out 0.5s;
      -moz-transition: ease-in-out 0.5s;
      -ms-transition: ease-in-out 0.5s;
      transition: ease-in-out 0.5s; }
      .site-header .site-header-main .header-container:before {
        content: "";
        margin-bottom: 8px;
        display: block;
        border-bottom: 3px solid #D3D3D3; }
      .site-header .site-header-main .header-container .site-branding {
        float: left;
        margin-top: 8px;
        -webkit-transition: ease-in-out 0.5s;
        -moz-transition: ease-in-out 0.5s;
        -ms-transition: ease-in-out 0.5s;
        transition: ease-in-out 0.5s; }
        .site-header .site-header-main .header-container .site-branding #site-logo {
          max-width: 100%;
          float: left;
          margin-right: 20px;
          -webkit-transition: ease-in-out 0.5s;
          -moz-transition: ease-in-out 0.5s;
          -ms-transition: ease-in-out 0.5s;
          transition: ease-in-out 0.5s; }
          .site-header .site-header-main .header-container .site-branding #site-logo img {
            width: 550px; }
        .site-header .site-header-main .header-container .site-branding .site-title {
          float: left;
          margin-top: 10px;
          margin-bottom: 0;
          font-size: 3rem;
          -webkit-transition: ease-in-out 0.5s;
          -moz-transition: ease-in-out 0.5s;
          -ms-transition: ease-in-out 0.5s;
          transition: ease-in-out 0.5s; }
          .site-header .site-header-main .header-container .site-branding .site-title a {
            text-decoration: none;
            color: #393939; }
            .site-header .site-header-main .header-container .site-branding .site-title a:hover {
              color: #38A0E8; }
        .site-header .site-header-main .header-container .site-branding .site-description {
          float: left;
          margin-top: 10px;
          clear: left;
          margin-bottom: 0;
          -webkit-transition: ease-in-out 0.5s;
          -moz-transition: ease-in-out 0.5s;
          -ms-transition: ease-in-out 0.5s;
          transition: ease-in-out 0.5s; }
      .site-header .site-header-main .header-container #header-search-form {
        float: right;
        clear: right;
        margin-top: 8px; }
        .site-header .site-header-main .header-container #header-search-form #searchform #s {
          border-right: 2px solid;
          border-color: transparent;
          width: calc(100% - 35px);
          -webkit-transition: ease-in-out 0.3s;
          -moz-transition: ease-in-out 0.3s;
          -ms-transition: ease-in-out 0.3s;
          transition: ease-in-out 0.3s; }
        .site-header .site-header-main .header-container #header-search-form #searchform #searchsubmit {
          width: 35px; }
        .site-header .site-header-main .header-container #header-search-form #searchform .fa-search {
          background-color: transparent;
          color: #393939;
          padding: 5px 0 5px 10px; }
          .site-header .site-header-main .header-container #header-search-form #searchform .fa-search path {
            fill: inherit; }
        .site-header .site-header-main .header-container #header-search-form:hover #searchform #s {
          border-color: #393939; }
        .site-header .site-header-main .header-container #header-search-form .facet-search-form-block {
          float: left; }
          .site-header .site-header-main .header-container #header-search-form .facet-search-form-block input {
            border-color: transparent;
            margin-right: 10px; }
          .site-header .site-header-main .header-container #header-search-form .facet-search-form-block button {
            background-color: transparent;
            padding: 0;
            border: none;
            float: right; }
            .site-header .site-header-main .header-container #header-search-form .facet-search-form-block button svg {
              background-color: transparent;
              color: #393939;
              padding: 5px 8px;
              border-radius: 0;
              height: 35px; }
              .site-header .site-header-main .header-container #header-search-form .facet-search-form-block button svg path {
                fill: inherit; }
          .site-header .site-header-main .header-container #header-search-form .facet-search-form-block:hover input {
            border-color: #393939; }
      .site-header .site-header-main .header-container .header-contact-block {
        float: right;
        font-weight: 500;
        color: #393939;
        font-size: 2rem; }
        .site-header .site-header-main .header-container .header-contact-block a {
          color: #393939;
          font-weight: 500; }
          .site-header .site-header-main .header-container .header-contact-block a:hover {
            color: #38A0E8; }
      .site-header .site-header-main .header-container .header-basket-nav {
        float: right;
        font-size: 1.4rem;
        margin-left: 40px; }
        .site-header .site-header-main .header-container .header-basket-nav ul {
          margin: 0;
          list-style: none;
          padding: 0; }
          .site-header .site-header-main .header-container .header-basket-nav ul li {
            text-align: right; }
            .site-header .site-header-main .header-container .header-basket-nav ul li a {
              color: #393939; }
              .site-header .site-header-main .header-container .header-basket-nav ul li a:hover {
                color: #38A0E8; }
            .site-header .site-header-main .header-container .header-basket-nav ul li:not(.wpmenucartli) {
              font-weight: 600; }
              .site-header .site-header-main .header-container .header-basket-nav ul li:not(.wpmenucartli) a {
                font-weight: 600; }
    .site-header .site-header-main .main-navigation {
      float: right;
      clear: none;
      display: initial;
      margin-top: 0;
      background-color: #393939; }
      .site-header .site-header-main .main-navigation .menu {
        padding-left: 0;
        list-style: none;
        float: left;
        margin-top: 0;
        margin-bottom: 0; }
        .site-header .site-header-main .main-navigation .menu li {
          display: inline-block;
          text-align: center;
          position: relative; }
          .site-header .site-header-main .main-navigation .menu li a {
            padding: 6px 0;
            color: #fff;
            font-size: 2rem;
            -webkit-transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            transition: ease-in-out 0.3s; }
            .site-header .site-header-main .main-navigation .menu li a:hover {
              color: #38A0E8; }
          .site-header .site-header-main .main-navigation .menu li:first-of-type a {
            padding-left: 0; }
          .site-header .site-header-main .main-navigation .menu li:last-of-type a {
            padding-right: 0; }
          .site-header .site-header-main .main-navigation .menu li ul.sub-menu {
            display: none;
            overflow: hidden;
            position: absolute;
            z-index: 99999;
            padding-left: 0;
            margin-left: 0;
            background-color: #393939;
            border-top: 0;
            top: 100%;
            width: 100%;
            font-size: 75%;
            box-shadow: none; }
            .site-header .site-header-main .main-navigation .menu li ul.sub-menu li {
              margin-top: 0;
              width: 100%;
              display: block; }
              .site-header .site-header-main .main-navigation .menu li ul.sub-menu li a {
                margin-left: 0;
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: block;
                color: #fff; }
                .site-header .site-header-main .main-navigation .menu li ul.sub-menu li a:hover {
                  color: #38A0E8; }
          .site-header .site-header-main .main-navigation .menu li.current-menu-item a {
            color: #38A0E8;
            font-weight: 500; }
            .site-header .site-header-main .main-navigation .menu li.current-menu-item a:hover {
              color: #ffffff; }
          .site-header .site-header-main .main-navigation .menu li.current-menu-item .sub-menu li a {
            font-weight: initial; }
          .site-header .site-header-main .main-navigation .menu li.menu-item-has-children a:after {
            content: "";
            display: inline-block;
            width: 0px;
            height: 0px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #38A0E8;
            position: relative;
            bottom: 1px;
            margin-left: 8px; }
          .site-header .site-header-main .main-navigation .menu li.menu-item-has-children .sub-menu li a:after {
            display: none; }
          .site-header .site-header-main .main-navigation .menu li.menu-item-has-children:hover a:after {
            border-bottom: 8px solid #38A0E8;
            border-top: none;
            bottom: 2px; }
      .site-header .site-header-main .main-navigation .toggle-button-container {
        float: left;
        background-color: #393939;
        width: 100%;
        padding: 12px 20px 0 20px;
        border-radius: 1px; }

@media screen and (min-width: 900px) {
  .site-header .site-header-main .main-navigation .menu {
    display: flex !important;
    flex-direction: row;
    width: 100%; }
  .site-header .site-header-main .main-navigation .menu li {
    display: inline-block;
    flex-grow: 1; } }

/* Toggle Arrow Changes */
.site-header .toggle-button {
  position: relative;
  width: 44px;
  height: 40px;
  padding: 4px;
  transition: .25s;
  z-index: 15;
  margin-left: auto;
  margin-right: auto; }
  .site-header .toggle-button:hover {
    cursor: pointer; }
  .site-header .toggle-button .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 80%;
    transition: .5s; }
  .site-header .toggle-button .menu-bar-top {
    border: 4px solid #fff;
    border-bottom: none;
    top: 0; }
  .site-header .toggle-button .menu-bar-middle {
    height: 4px;
    background-color: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px; }
  .site-header .toggle-button .menu-bar-bottom {
    border: 4px solid #fff;
    border-top: none;
    top: 22px; }

.site-header .button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s; }

.site-header .button-open .menu-bar-middle {
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0; }

.site-header .button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s; }

/* Basic Toggles */
@media screen and (max-width: 899px) {
  .site-header .main-navigation {
    width: 100%; }
    .site-header .main-navigation .menu {
      display: none; }
    .site-header .main-navigation .toggle-button {
      display: block; } }

/* JS Toggle Fix */
@media screen and (min-width: 900px) {
  .site-header .main-navigation .menu {
    display: block !important; }
  .site-header .toggle-button-container {
    display: none; }
    .site-header .toggle-button-container .toggle-button {
      display: none; } }

/* Footer CSS */
/* Footer CSS Changes */
#curious-web-footer {
  width: 100%;
  background-color: #393939;
  padding: 10px 10px 15px 10px;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 80%; }
  #curious-web-footer a {
    color: #fff;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }
    #curious-web-footer a:hover {
      color: #38A0E8; }
  #curious-web-footer #curious-footer-span {
    font-size: 1rem;
    margin-left: 2px; }
    #curious-web-footer #curious-footer-span #curious-footer-span-c, #curious-web-footer #curious-footer-span #curious-footer-span-u, #curious-web-footer #curious-footer-span #curious-footer-span-r, #curious-web-footer #curious-footer-span #curious-footer-span-i, #curious-web-footer #curious-footer-span #curious-footer-span-o, #curious-web-footer #curious-footer-span #curious-footer-span-u2, #curious-web-footer #curious-footer-span #curious-footer-span-s {
      display: inline-block;
      vertical-align: text-bottom;
      position: relative;
      top: 4px; }
      #curious-web-footer #curious-footer-span #curious-footer-span-c svg, #curious-web-footer #curious-footer-span #curious-footer-span-u svg, #curious-web-footer #curious-footer-span #curious-footer-span-r svg, #curious-web-footer #curious-footer-span #curious-footer-span-i svg, #curious-web-footer #curious-footer-span #curious-footer-span-o svg, #curious-web-footer #curious-footer-span #curious-footer-span-u2 svg, #curious-web-footer #curious-footer-span #curious-footer-span-s svg {
        float: left;
        width: 100%;
        height: 25px; }
        #curious-web-footer #curious-footer-span #curious-footer-span-c svg g path, #curious-web-footer #curious-footer-span #curious-footer-span-u svg g path, #curious-web-footer #curious-footer-span #curious-footer-span-r svg g path, #curious-web-footer #curious-footer-span #curious-footer-span-i svg g path, #curious-web-footer #curious-footer-span #curious-footer-span-o svg g path, #curious-web-footer #curious-footer-span #curious-footer-span-u2 svg g path, #curious-web-footer #curious-footer-span #curious-footer-span-s svg g path {
          fill: #fff; }
    #curious-web-footer #curious-footer-span #curious-footer-span-c {
      width: 9.25px; }
    #curious-web-footer #curious-footer-span #curious-footer-span-u {
      width: 11.44px; }
    #curious-web-footer #curious-footer-span #curious-footer-span-r {
      width: 8.03px; }
    #curious-web-footer #curious-footer-span #curious-footer-span-i {
      width: 5.63px; }
      #curious-web-footer #curious-footer-span #curious-footer-span-i svg {
        position: relative;
        bottom: 3px; }
    #curious-web-footer #curious-footer-span #curious-footer-span-o {
      width: 10.95px; }
    #curious-web-footer #curious-footer-span #curious-footer-span-u2 {
      width: 11.44px; }
    #curious-web-footer #curious-footer-span #curious-footer-span-s {
      width: 6.06px; }
      #curious-web-footer #curious-footer-span #curious-footer-span-s svg {
        position: relative;
        bottom: 1px; }

#curious-web-footer:hover #curious-footer-span-c {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s; }

#curious-web-footer:hover #curious-footer-span-u {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 100ms; }

#curious-web-footer:hover #curious-footer-span-r {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 200ms; }

#curious-web-footer:hover #curious-footer-span-i {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 300ms; }

#curious-web-footer:hover #curious-footer-span-o {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 400ms; }

#curious-web-footer:hover #curious-footer-span-u2 {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 500ms; }

#curious-web-footer:hover #curious-footer-span-s {
  animation-name: logobounce;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 600ms; }

@keyframes logobounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

body .site-footer {
  padding-top: 0;
  padding-left: 64px;
  padding-right: 64px;
  background-color: #393939;
  float: left;
  width: 100%;
  color: #fff;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  body .site-footer a {
    color: #fff;
    text-decoration: none; }
    body .site-footer a:hover {
      color: #38A0E8; }
  body .site-footer .footer-container .footer-area, body .site-footer #footer-container .footer-area {
    margin-bottom: 10px; }
    body .site-footer .footer-container .footer-area h3, body .site-footer #footer-container .footer-area h3 {
      margin-top: 0; }
  body .site-footer .footer-container.one-footer .footer-area, body .site-footer #footer-container.one-footer .footer-area {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-left: 64px;
    padding-right: 0;
    background-color: #fff;
    color: #707070;
    margin: 0 -64px 50px;
    width: 100%;
    width: calc(100% + 128px); }
    body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text {
      grid-template-columns: 1fr 40%;
      grid-column-gap: 5%;
      margin: 0; }
      body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content {
        padding-top: 40px;
        padding-bottom: 20px; }
        body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-image.footer-logo-img, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-image.footer-logo-img {
          width: 300px;
          margin-bottom: 10px; }
        body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column p, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column p {
          font-size: 2.4rem;
          line-height: 1.2;
          margin-bottom: 10px; }
          body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column p img, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column p img {
            float: left;
            margin-right: 20px; }
        body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column:last-of-type, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column:last-of-type {
          flex-grow: 1.66; }
  body .site-footer .footer-container.two-footer .footer-area, body .site-footer #footer-container.two-footer .footer-area {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    body .site-footer .footer-container.two-footer .footer-area:first-of-type, body .site-footer #footer-container.two-footer .footer-area:first-of-type {
      padding-left: 0;
      padding-right: 20px; }
  body .site-footer .footer-container.two-footer #footer-widget-2, body .site-footer #footer-container.two-footer #footer-widget-2 {
    padding-left: 20px;
    padding-right: 0; }
  body .site-footer .footer-container.three-footer .footer-area, body .site-footer #footer-container.three-footer .footer-area {
    width: 33.333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    body .site-footer .footer-container.three-footer .footer-area:first-of-type, body .site-footer #footer-container.three-footer .footer-area:first-of-type {
      padding-left: 0;
      padding-right: 30px; }
  body .site-footer .footer-container.three-footer #footer-widget-3, body .site-footer #footer-container.three-footer #footer-widget-3 {
    padding-left: 30px;
    padding-right: 0; }
  body .site-footer .footer-container.four-footer .footer-area, body .site-footer #footer-container.four-footer .footer-area {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    body .site-footer .footer-container.four-footer .footer-area:first-of-type, body .site-footer #footer-container.four-footer .footer-area:first-of-type {
      padding-left: 0;
      padding-right: 30px; }
  body .site-footer .footer-container.four-footer #footer-widget-4, body .site-footer #footer-container.four-footer #footer-widget-4 {
    padding-left: 30px;
    padding-right: 0; }
  body .site-footer .footer-container .footer-social-block, body .site-footer #footer-container .footer-social-block {
    float: right;
    width: auto;
    margin: 0;
    text-align: center; }
    body .site-footer .footer-container .footer-social-block a.footer-social-link, body .site-footer #footer-container .footer-social-block a.footer-social-link {
      display: inline-block;
      text-align: center;
      color: #fff;
      padding: 0 20px; }
      body .site-footer .footer-container .footer-social-block a.footer-social-link i.fab, body .site-footer #footer-container .footer-social-block a.footer-social-link i.fab {
        font-size: 3rem; }
      body .site-footer .footer-container .footer-social-block a.footer-social-link path, body .site-footer #footer-container .footer-social-block a.footer-social-link path {
        fill: #fff; }
      body .site-footer .footer-container .footer-social-block a.footer-social-link:hover, body .site-footer #footer-container .footer-social-block a.footer-social-link:hover {
        color: #38A0E8; }
  body .site-footer .menu {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    padding-left: 0;
    text-align: center; }
    body .site-footer .menu li {
      display: inline-block; }
      body .site-footer .menu li a {
        color: #fff;
        text-decoration: none;
        padding: 2px 20px; }
        body .site-footer .menu li a:hover {
          color: #38A0E8; }
  body .site-footer #footer-copyright {
    float: left;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 80%;
    margin-top: 0; }
    body .site-footer #footer-copyright p {
      margin-top: 0;
      margin-bottom: 0; }
    body .site-footer #footer-copyright #footer-copyright-container {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      display: inline-block; }
      body .site-footer #footer-copyright #footer-copyright-container div {
        float: left; }
      body .site-footer #footer-copyright #footer-copyright-container #copyright-year {
        margin-right: 5px;
        float: left; }

/* Home Page CSS */
body.home .entry-header {
  display: none; }

body.home .site-content {
  padding-bottom: 0;
  padding-top: 0; }

body.home .home_header_content_block {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  body.home .home_header_content_block:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  body.home .home_header_content_block .home_header_content_block_inner {
    float: left;
    width: 60%;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2; }
    body.home .home_header_content_block .home_header_content_block_inner .home_header_content {
      float: left;
      width: 100%;
      color: #FFF; }
      body.home .home_header_content_block .home_header_content_block_inner .home_header_content h2 {
        margin-top: 0;
        line-height: 1.1;
        margin-bottom: 10px; }
      body.home .home_header_content_block .home_header_content_block_inner .home_header_content p:last-of-type {
        margin-bottom: 0; }

/* Page Specific CSS */
/* Standard Page */
body.page {
  float: left;
  width: 100%;
  margin-bottom: 0; }
  body.page .site-content .content-area .site-main .entry-header {
    float: left;
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
    display: none;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s; }
    body.page .site-content .content-area .site-main .entry-header h1 {
      margin-top: 50px;
      font-size: 3.2rem;
      margin-bottom: 30px; }
  body.page .site-content .content-area .site-main .entry-content {
    float: left;
    width: 100%; }
    body.page .site-content .content-area .site-main .entry-content > div, body.page .site-content .content-area .site-main .entry-content > p, body.page .site-content .content-area .site-main .entry-content > ul, body.page .site-content .content-area .site-main .entry-content > blockquote, body.page .site-content .content-area .site-main .entry-content > figure, body.page .site-content .content-area .site-main .entry-content > h1, body.page .site-content .content-area .site-main .entry-content > h2, body.page .site-content .content-area .site-main .entry-content > h3, body.page .site-content .content-area .site-main .entry-content > h4, body.page .site-content .content-area .site-main .entry-content > h5 {
      padding-left: 64px;
      padding-right: 64px;
      margin-bottom: 50px; }
      body.page .site-content .content-area .site-main .entry-content > div.no-margin, body.page .site-content .content-area .site-main .entry-content > p.no-margin, body.page .site-content .content-area .site-main .entry-content > ul.no-margin, body.page .site-content .content-area .site-main .entry-content > blockquote.no-margin, body.page .site-content .content-area .site-main .entry-content > figure.no-margin, body.page .site-content .content-area .site-main .entry-content > h1.no-margin, body.page .site-content .content-area .site-main .entry-content > h2.no-margin, body.page .site-content .content-area .site-main .entry-content > h3.no-margin, body.page .site-content .content-area .site-main .entry-content > h4.no-margin, body.page .site-content .content-area .site-main .entry-content > h5.no-margin {
        margin: 0; }
      body.page .site-content .content-area .site-main .entry-content > div.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > p.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > ul.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > blockquote.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > figure.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > h1.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > h2.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > h3.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > h4.no-margin-bottom, body.page .site-content .content-area .site-main .entry-content > h5.no-margin-bottom {
        margin-bottom: 0 !important; }
      body.page .site-content .content-area .site-main .entry-content > div.full-width, body.page .site-content .content-area .site-main .entry-content > p.full-width, body.page .site-content .content-area .site-main .entry-content > ul.full-width, body.page .site-content .content-area .site-main .entry-content > blockquote.full-width, body.page .site-content .content-area .site-main .entry-content > figure.full-width, body.page .site-content .content-area .site-main .entry-content > h1.full-width, body.page .site-content .content-area .site-main .entry-content > h2.full-width, body.page .site-content .content-area .site-main .entry-content > h3.full-width, body.page .site-content .content-area .site-main .entry-content > h4.full-width, body.page .site-content .content-area .site-main .entry-content > h5.full-width {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    body.page .site-content .content-area .site-main .entry-content > blockquote {
      margin-right: 0;
      margin-left: 0; }
  body.page .site-content .content-area .site-main #sidebar-right {
    display: none; }
  body.page.page-id-22721 .site-content {
    padding-top: 0; }
    body.page.page-id-22721 .site-content .entry-header {
      display: none; }
  body.page.page-id-22721 .site-footer {
    padding-top: 40px; }
    body.page.page-id-22721 .site-footer .footer-container.one-footer .footer-area {
      display: none; }

body.page .site-content .content-area .site-main .entry-content .tinv-wishlist {
  margin-top: 20px; }
  body.page .site-content .content-area .site-main .entry-content .tinv-wishlist .tinv-header h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 50px; }
  body.page .site-content .content-area .site-main .entry-content .tinv-wishlist table.tinvwl-table-manage-list thead th {
    padding: 0 5px;
    text-align: left; }
    body.page .site-content .content-area .site-main .entry-content .tinv-wishlist table.tinvwl-table-manage-list thead th.product-cb {
      text-align: center; }
  body.page .site-content .content-area .site-main .entry-content .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    padding: 10px 5px; }
  body.page .site-content .content-area .site-main .entry-content .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
    padding: 30px 0 0; }
    body.page .site-content .content-area .site-main .entry-content .tinv-wishlist table.tinvwl-table-manage-list tfoot td .button {
      display: inline-block;
      color: #fff !important;
      background-color: #38A0E8;
      width: auto;
      padding: 5px 30px;
      text-align: center;
      border: solid 2px #38A0E8;
      border-radius: 0;
      text-decoration: none;
      cursor: pointer;
      font-size: 2rem;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 5px;
      text-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
      -webkit-transition: ease-in-out 0.3s;
      -moz-transition: ease-in-out 0.3s;
      -ms-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s; }
  body.page .site-content .content-area .site-main .entry-content .tinv-wishlist .social-buttons {
    display: none; }

/* Sidebar CSS */
body.single-post .site-content #blog_right_sidebar, body.blog .site-content #blog_right_sidebar, body.search .site-content #blog_right_sidebar {
  width: 25%;
  float: right;
  background-color: #393939;
  color: #fff;
  padding: 20px;
  margin-top: 0;
  padding-bottom: 0; }
  body.single-post .site-content #blog_right_sidebar a, body.blog .site-content #blog_right_sidebar a, body.search .site-content #blog_right_sidebar a {
    color: #fff; }
    body.single-post .site-content #blog_right_sidebar a:hover, body.blog .site-content #blog_right_sidebar a:hover, body.search .site-content #blog_right_sidebar a:hover {
      color: #38A0E8; }
  body.single-post .site-content #blog_right_sidebar .blog-sidebar-title, body.blog .site-content #blog_right_sidebar .blog-sidebar-title, body.search .site-content #blog_right_sidebar .blog-sidebar-title {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0; }
  body.single-post .site-content #blog_right_sidebar .blog-sidebar-right-widget, body.blog .site-content #blog_right_sidebar .blog-sidebar-right-widget, body.search .site-content #blog_right_sidebar .blog-sidebar-right-widget {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  body.single-post .site-content #blog_right_sidebar ul, body.blog .site-content #blog_right_sidebar ul, body.search .site-content #blog_right_sidebar ul {
    padding-left: 0;
    list-style: none; }
    body.single-post .site-content #blog_right_sidebar ul li:before, body.blog .site-content #blog_right_sidebar ul li:before, body.search .site-content #blog_right_sidebar ul li:before {
      display: none; }
  body.single-post .site-content #blog_right_sidebar .widget_search #searchform #s, body.blog .site-content #blog_right_sidebar .widget_search #searchform #s, body.search .site-content #blog_right_sidebar .widget_search #searchform #s {
    border-radius: 0;
    border-color: #fff; }
  body.single-post .site-content #blog_right_sidebar .widget_search #searchform .fa-search, body.blog .site-content #blog_right_sidebar .widget_search #searchform .fa-search, body.search .site-content #blog_right_sidebar .widget_search #searchform .fa-search {
    background-color: transparent; }

/* Blog Specific CSS */
/* Blog Pages */
.blog .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  .blog .site-content header {
    float: left;
    width: 100%; }
    .blog .site-content header h1 {
      margin-top: 0;
      font-size: 4rem;
      margin-bottom: 30px; }
  .blog .site-content .content-area {
    float: left;
    width: 70% !important;
    margin-right: 5%;
    margin-bottom: 50px; }
    .blog .site-content .content-area article.post {
      float: left;
      margin-top: 0;
      margin-bottom: 30px;
      width: 100%; }
      .blog .site-content .content-area article.post .blog-page-thumbnail {
        float: left;
        max-width: 25%; }
      .blog .site-content .content-area article.post .entry-header {
        float: right;
        width: 73%;
        margin-left: 2%; }
        .blog .site-content .content-area article.post .entry-header h2 {
          margin-top: 0;
          font-size: 2.8rem; }
        .blog .site-content .content-area article.post .entry-header .entry-meta {
          margin-bottom: 10px; }
        .blog .site-content .content-area article.post .entry-header.no-thumbnail {
          width: 100%;
          margin-left: 0; }
      .blog .site-content .content-area article.post .entry-content {
        float: right;
        width: 73%;
        margin-left: 2%; }
        .blog .site-content .content-area article.post .entry-content.no-thumbnail {
          width: 100%;
          margin-left: 0; }

/* Single Post Page */
.single-post .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  .single-post .site-content .content-area {
    float: left;
    width: 70% !important;
    margin-right: 5%;
    margin-bottom: 50px; }
    .single-post .site-content .content-area .site-main article.post {
      margin-top: 0; }
    .single-post .site-content .content-area .site-main h1.entry-title {
      font-size: 3.5rem;
      margin-top: 0; }
    .single-post .site-content .content-area .site-main .entry-meta {
      margin-top: 20px;
      margin-bottom: 40px; }
      .single-post .site-content .content-area .site-main .entry-meta .posted-on {
        font-size: 0; }
        .single-post .site-content .content-area .site-main .entry-meta .posted-on a {
          font-size: 1.8rem; }
      .single-post .site-content .content-area .site-main .entry-meta .byline {
        display: none; }
    .single-post .site-content .content-area .site-main footer.entry-footer {
      display: none; }
    .single-post .site-content .content-area .site-main .navigation.post-navigation {
      display: none; }
    .single-post .site-content .content-area .site-main .panel-grid {
      padding-left: 0;
      padding-right: 0; }
    .single-post .site-content .content-area .site-main #comments {
      margin-top: 50px; }
      .single-post .site-content .content-area .site-main #comments h2.comments-title {
        font-size: 2.5rem;
        margin-top: 0; }
      .single-post .site-content .content-area .site-main #comments .comment-list {
        margin-left: 0; }
      .single-post .site-content .content-area .site-main #comments h3#reply-title {
        font-size: 2.5rem; }
      .single-post .site-content .content-area .site-main #comments .form-submit input[type="submit"] {
        display: block;
        color: #fff;
        background-color: #38A0E8;
        width: auto;
        padding: 10px 40px;
        text-align: center;
        -webkit-transition: ease-in-out 0.3s;
        -moz-transition: ease-in-out 0.3s;
        -ms-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s;
        border: solid 2px #707070;
        text-decoration: none;
        font-size: 1.8rem; }
        .single-post .site-content .content-area .site-main #comments .form-submit input[type="submit"]:hover {
          color: #38A0E8;
          background-color: transparent; }

/* Search Specific CSS */
body #searchform {
  position: relative; }
  body #searchform #s {
    border-radius: 0;
    border: none;
    height: 35px;
    font-size: 1.8rem;
    padding: 5px;
    border: 2px solid #393939;
    border-right: 0;
    width: calc(100% - 37px); }
  body #searchform #searchsubmit {
    width: 37px;
    height: 35px;
    position: relative;
    float: right;
    background-color: initial;
    border: none;
    z-index: 2;
    cursor: pointer; }
  body #searchform .fa-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #393939;
    padding: 8px 10px;
    z-index: 1;
    border-radius: 0;
    height: 35px; }

/* Search Results Page */
.search .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  .search .site-content .page-header {
    float: left;
    width: 100%; }
    .search .site-content .page-header h1.page-title {
      font-size: 4rem;
      line-height: 1.1;
      margin-bottom: 30px;
      margin-top: 0; }
  .search .site-content .content-area {
    float: left;
    width: 70%;
    margin-right: 5%; }
    .search .site-content .content-area article {
      float: left;
      width: 100%;
      clear: both;
      margin-bottom: 30px; }
      .search .site-content .content-area article .search-thumbnail {
        float: left;
        width: 20%;
        margin-right: 5%;
        margin-bottom: 20px; }
      .search .site-content .content-area article .search-has-thumbnail-container {
        float: left;
        width: 75%; }
      .search .site-content .content-area article .entry-header {
        float: left;
        width: 100%; }
        .search .site-content .content-area article .entry-header h2 {
          margin-top: 0;
          font-size: 3rem;
          line-height: 1.15; }
          .search .site-content .content-area article .entry-header h2 a {
            font-weight: 400; }
      .search .site-content .content-area article .entry-summary {
        float: left;
        width: 100%;
        margin-top: 0; }
      .search .site-content .content-area article .entry-footer {
        display: none; }
  .search .site-content #blog_right_sidebar {
    width: 25%;
    float: right; }

/* 404 CSS */
/* 404 Page */
.error404 .site-content {
  float: left;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }

/* WooCommerce Global Specific CSS */
body.woocommerce-page {
  /* Related Products and Upsells */ }
  body.woocommerce-page .woocommerce-button, body.woocommerce-page .button, body.woocommerce-page button.button.alt, body.woocommerce-page a.button.alt, body.woocommerce-page #respond input#submit {
    border-radius: 0;
    background-color: #38A0E8;
    border: solid 2px #38A0E8;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }
    body.woocommerce-page .woocommerce-button:hover, body.woocommerce-page .button:hover, body.woocommerce-page button.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce-page #respond input#submit:hover {
      color: #38A0E8;
      background-color: transparent; }
  body.woocommerce-page #respond input#submit.alt.disabled, body.woocommerce-page #respond input#submit.alt.disabled:hover, body.woocommerce-page #respond input#submit.alt:disabled, body.woocommerce-page #respond input#submit.alt:disabled:hover, body.woocommerce-page #respond input#submit.alt:disabled[disabled], body.woocommerce-page #respond input#submit.alt:disabled[disabled]:hover, body.woocommerce-page a.button.alt.disabled, body.woocommerce-page a.button.alt.disabled:hover, body.woocommerce-page a.button.alt:disabled, body.woocommerce-page a.button.alt:disabled:hover, body.woocommerce-page a.button.alt:disabled[disabled], body.woocommerce-page a.button.alt:disabled[disabled]:hover, body.woocommerce-page button.button.alt.disabled, body.woocommerce-page button.button.alt.disabled:hover, body.woocommerce-page button.button.alt:disabled, body.woocommerce-page button.button.alt:disabled:hover, body.woocommerce-page button.button.alt:disabled[disabled], body.woocommerce-page button.button.alt:disabled[disabled]:hover, body.woocommerce-page input.button.alt.disabled, body.woocommerce-page input.button.alt.disabled:hover, body.woocommerce-page input.button.alt:disabled, body.woocommerce-page input.button.alt:disabled:hover, body.woocommerce-page input.button.alt:disabled[disabled], body.woocommerce-page input.button.alt:disabled[disabled]:hover {
    background-color: #38A0E8;
    color: #fff; }
  body.woocommerce-page .woocommerce-error, body.woocommerce-page .woocommerce-info, body.woocommerce-page .woocommerce-message {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    border-top-color: #38A0E8 !important; }
    body.woocommerce-page .woocommerce-error:before, body.woocommerce-page .woocommerce-info:before, body.woocommerce-page .woocommerce-message:before {
      color: #38A0E8 !important; }
    body.woocommerce-page .woocommerce-error a, body.woocommerce-page .woocommerce-info a, body.woocommerce-page .woocommerce-message a {
      color: #38A0E8 !important; }
      body.woocommerce-page .woocommerce-error a:hover, body.woocommerce-page .woocommerce-info a:hover, body.woocommerce-page .woocommerce-message a:hover {
        text-decoration: underline; }
    body.woocommerce-page .woocommerce-error a.button, body.woocommerce-page .woocommerce-info a.button, body.woocommerce-page .woocommerce-message a.button {
      background-color: #38A0E8 !important;
      color: #fff !important; }
      body.woocommerce-page .woocommerce-error a.button:hover, body.woocommerce-page .woocommerce-info a.button:hover, body.woocommerce-page .woocommerce-message a.button:hover {
        background-color: #fff !important;
        color: #38A0E8 !important;
        text-decoration: underline; }
  body.woocommerce-page form.checkout_coupon, body.woocommerce-page form.login, body.woocommerce-page form.register {
    float: left;
    width: 100%;
    margin-top: 0;
    border-radius: 0; }
    body.woocommerce-page form.checkout_coupon input, body.woocommerce-page form.login input, body.woocommerce-page form.register input {
      border-radius: 0; }
    body.woocommerce-page form.checkout_coupon .woocommerce-button, body.woocommerce-page form.checkout_coupon .button, body.woocommerce-page form.login .woocommerce-button, body.woocommerce-page form.login .button, body.woocommerce-page form.register .woocommerce-button, body.woocommerce-page form.register .button {
      text-decoration: none;
      padding: 7px 20px;
      text-align: center; }
  body.woocommerce-page #respond input#submit {
    float: right;
    background-color: #707070;
    border: solid 2px #707070;
    color: #fff; }
    body.woocommerce-page #respond input#submit:hover {
      color: #707070; }
  body.woocommerce-page #review_form #respond textarea {
    height: auto;
    border-radius: 0;
    border-color: #707070; }
  body.woocommerce-page .woocommerce-breadcrumb {
    font-size: 1.6rem;
    color: #707070;
    -webkit-font-smoothing: antialiased; }
    body.woocommerce-page .woocommerce-breadcrumb a {
      color: #707070; }
      body.woocommerce-page .woocommerce-breadcrumb a:hover {
        color: #38A0E8; }
  body.woocommerce-page p.stars a {
    color: #38A0E8; }
    body.woocommerce-page p.stars a:hover {
      color: #38A0E8; }
  body.woocommerce-page .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #707070;
    color: #707070;
    border-radius: 0; }
  body.woocommerce-page .related.products, body.woocommerce-page .up-sells.products {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
    body.woocommerce-page .related.products h2, body.woocommerce-page .up-sells.products h2 {
      font-size: 3.2rem;
      line-height: 1.2;
      margin-bottom: 30px;
      text-align: center;
      padding-bottom: 5px; }
    body.woocommerce-page .related.products .products, body.woocommerce-page .up-sells.products .products {
      float: right;
      clear: right;
      width: 100%;
      display: grid;
      grid-template-columns: 22% 22% 22% 22%;
      column-gap: 4%;
      row-gap: 10px;
      grid-template-rows: auto auto;
      background-color: transparent; }
      body.woocommerce-page .related.products .products:before, body.woocommerce-page .related.products .products:after, body.woocommerce-page .up-sells.products .products:before, body.woocommerce-page .up-sells.products .products:after {
        display: none; }
      body.woocommerce-page .related.products .products li.product, body.woocommerce-page .up-sells.products .products li.product {
        background-color: transparent;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        text-align: center; }
        body.woocommerce-page .related.products .products li.product:before, body.woocommerce-page .up-sells.products .products li.product:before {
          display: none; }
        body.woocommerce-page .related.products .products li.product a, body.woocommerce-page .up-sells.products .products li.product a {
          float: left;
          width: 100%; }
        body.woocommerce-page .related.products .products li.product span.onsale, body.woocommerce-page .up-sells.products .products li.product span.onsale {
          display: none; }
        body.woocommerce-page .related.products .products li.product img, body.woocommerce-page .up-sells.products .products li.product img {
          margin-bottom: 2px !important; }
        body.woocommerce-page .related.products .products li.product h2.woocommerce-loop-product__title, body.woocommerce-page .up-sells.products .products li.product h2.woocommerce-loop-product__title {
          float: left;
          width: 100%;
          text-align: center;
          font-size: 1.8rem;
          line-height: 1.2;
          font-weight: 400;
          margin: 0;
          padding: 10px 0 15px;
          border: none;
          color: #707070; }
        body.woocommerce-page .related.products .products li.product .price, body.woocommerce-page .up-sells.products .products li.product .price {
          float: left;
          width: 100%;
          text-align: center;
          margin-top: 0;
          margin-bottom: 15px;
          color: #707070;
          font-weight: 600;
          font-size: 2.2rem; }
          body.woocommerce-page .related.products .products li.product .price del, body.woocommerce-page .up-sells.products .products li.product .price del {
            opacity: 1;
            font-size: 1.4rem;
            margin-right: 5px;
            text-decoration: none;
            position: relative;
            font-weight: 300; }
            body.woocommerce-page .related.products .products li.product .price del:before, body.woocommerce-page .up-sells.products .products li.product .price del:before {
              position: absolute;
              content: "";
              left: 0;
              top: 50%;
              right: 0;
              border-top: 2px solid red;
              -webkit-transform: rotate(-15deg);
              -moz-transform: rotate(-15deg);
              -ms-transform: rotate(-15deg);
              -o-transform: rotate(-15deg);
              transform: rotate(-15deg); }
          body.woocommerce-page .related.products .products li.product .price ins, body.woocommerce-page .up-sells.products .products li.product .price ins {
            font-weight: 400; }
        body.woocommerce-page .related.products .products li.product .button, body.woocommerce-page .up-sells.products .products li.product .button {
          float: none;
          display: inline-block;
          color: #fff;
          border-radius: 0;
          background-color: #38A0E8;
          border: solid 2px #38A0E8;
          text-decoration: none;
          width: auto;
          padding: 5px 20px;
          text-align: center;
          margin-top: 10px;
          max-width: 100%;
          -webkit-transition: ease-in-out 0.3s;
          -moz-transition: ease-in-out 0.3s;
          -ms-transition: ease-in-out 0.3s;
          transition: ease-in-out 0.3s; }
          body.woocommerce-page .related.products .products li.product .button:hover, body.woocommerce-page .up-sells.products .products li.product .button:hover {
            background-color: transparent;
            color: #38A0E8; }

/* WooCommerce Archive Specific CSS */
body.woocommerce-page.archive .jQuery-plainOverlay-progress {
  border-top-color: #38A0E8; }

body.woocommerce-page.archive .site-content .content-area .woocommerce-breadcrumb {
  padding: 0 64px; }

body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  column-gap: 5%; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left {
    flex-basis: 70%;
    padding-bottom: 40px; }
    body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left h1.woocommerce-products-header__title {
      font-size: 3.2rem;
      line-height: 1.2;
      margin-top: 15px;
      margin-bottom: 50px; }
    body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container {
      display: grid;
      grid-column-gap: 20px;
      grid-template-columns: 200px 1fr; }
      body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-desc-img {
        padding-right: 5px; }
        body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-desc-img img {
          float: left;
          width: 100%; }
        body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-desc-img.no-image-selected {
          padding-right: 20px; }
      body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-description p {
        font-size: 1.8rem; }
        body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-description p:first-of-type {
          font-size: 2rem; }
      body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-description .term-description p {
        font-size: 1.8rem; }
        body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-description .term-description p:first-of-type {
          font-size: 1.8rem; }
      body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-description a.cta {
        margin-top: 20px;
        background-color: #00CA6E;
        border-color: #00CA6E; }
        body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-description a.cta:hover {
          color: #00CA6E !important;
          background-color: transparent; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-right {
    flex-basis: 30%;
    height: auto;
    background-size: cover;
    background-position: center; }

body.woocommerce-page.archive .site-content .content-area .woo-see-all-shop {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

body.woocommerce-page.archive .site-content .content-area .woo-archive-container {
  float: left;
  width: 100%; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container h2.underlined-h2 {
    margin-bottom: 20px !important; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right {
    float: left;
    width: 100%;
    background-color: #F8F8F8;
    padding: 15px 20px 8px;
    margin-bottom: 20px; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-filter-mobile-button {
      display: none;
      cursor: pointer;
      margin-bottom: 15px;
      padding: 5px 15px;
      color: #fff;
      border-radius: 0;
      background-color: #38A0E8;
      border: solid 2px #38A0E8;
      text-decoration: none;
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 10px;
      max-width: 100%;
      font-weight: 600;
      -webkit-transition: ease-in-out 0.3s;
      -moz-transition: ease-in-out 0.3s;
      -ms-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container {
      float: left;
      width: 100%;
      padding-top: 0; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .widget-title {
        font-size: 1.6rem;
        line-height: 1.2;
        margin: 0;
        float: left;
        font-weight: 600;
        width: 12%;
        margin-top: 8px; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .widget.widget_text {
        margin-bottom: 15px; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .widget.widget-woof, body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .widget.WOOF_Widget {
        float: left;
        width: 100%;
        margin-bottom: 0; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof.woof_sid_widget {
        float: left;
        width: 88%; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_submit_search_form_container {
        display: none; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_redraw_zone {
        display: flex;
        width: 100%;
        column-gap: 20px; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container {
        margin-bottom: 0;
        float: left;
        flex-grow: 1; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_container_inner {
          float: left;
          width: 100%;
          display: flex; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container h4 {
          font-size: 1.4rem;
          font-weight: 500;
          margin-bottom: 0;
          float: left;
          line-height: 1;
          margin-top: 11px;
          padding-right: 10px;
          flex: 0 0 auto; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_block_html_items, body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_price_filter_dropdown_container {
          float: left;
          flex: 1 1 auto; }
          body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_block_html_items .chosen-container, body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_price_filter_dropdown_container .chosen-container {
            width: 100% !important;
            font-size: 1.2rem; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_block_html_items .chosen-container .chosen-single, body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_price_filter_dropdown_container .chosen-container .chosen-single {
              background: #FFF;
              border-radius: 0;
              border-color: #707070;
              height: 35px !important;
              line-height: 35px !important;
              font-size: 1.2rem; }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_block_html_items .chosen-container .chosen-single span, body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_price_filter_dropdown_container .chosen-container .chosen-single span {
                font-size: 12px;
                line-height: 30px; }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_block_html_items .chosen-container .chosen-single div b, body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_price_filter_dropdown_container .chosen-container .chosen-single div b {
                margin-top: 3px; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_block_html_items .chosen-container .chosen-drop .chosen-results li:before, body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .woof_price_filter_dropdown_container .chosen-container .chosen-drop .chosen-results li:before {
              display: none; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox {
          padding-left: 0; }
          body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li {
            margin: 0 !important;
            padding: 0 !important;
            float: left;
            width: 100%;
            padding-bottom: 3px !important; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_checkbox_label {
              float: left;
              padding: 0;
              margin: 0;
              font-weight: 400;
              font-size: 1.6rem; }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_checkbox_label .woof_checkbox_count {
                display: none; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_childs_list_opener {
              float: left; }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_childs_list_opener .woof_is_closed {
                background: none;
                padding-left: 5px; }
                body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_childs_list_opener .woof_is_closed:before {
                  content: " ";
                  border: solid #2d2d2d;
                  border-width: 0 2px 2px 0;
                  display: inline-block;
                  padding: 3px;
                  width: 6px;
                  position: relative;
                  bottom: 4px;
                  transform: rotate(45deg);
                  -webkit-transform: rotate(45deg); }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_childs_list_opener .woof_is_opened {
                background: none;
                padding-left: 5px; }
                body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_childs_list_opener .woof_is_opened:before {
                  content: " ";
                  border: solid #2d2d2d;
                  border-width: 0 2px 2px 0;
                  display: inline-block;
                  padding: 3px;
                  width: 6px;
                  position: relative;
                  bottom: 0;
                  transform: rotate(-135deg);
                  -webkit-transform: rotate(-135deg); }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_checkbox_term {
              float: right;
              margin-top: 2px;
              -webkit-appearance: none;
              width: 20px;
              height: 20px;
              margin-right: 0;
              font-size: 1.2rem;
              line-height: 1;
              text-align: center;
              border: 2px solid #707070;
              cursor: pointer;
              position: relative; }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_checkbox_term:disabled {
                opacity: 0.5;
                cursor: not-allowed; }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_checkbox_term:hover:after {
                content: '';
                display: block;
                position: absolute;
                left: 6px;
                top: 0;
                width: 5px;
                height: 14px;
                border: solid #707070;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg); }
              body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container ul.woof_list_checkbox li .woof_checkbox_term:checked:after {
                content: '';
                display: block;
                position: absolute;
                left: 6px;
                top: 0;
                width: 5px;
                height: 14px;
                border: solid #707070;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg); }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper {
          margin-top: 40px;
          position: relative; }
          body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider {
            height: 3px;
            margin-left: 0;
            margin-right: 5px;
            background-color: #E3E0DC; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider .ui-slider-range {
              background-color: #707070;
              background-image: none; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider .ui-slider-handle {
              background-color: #707070;
              width: 7px;
              height: 19px;
              top: -8px;
              margin-left: 0;
              background-image: none; }
          body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider_amount .button {
            float: right;
            margin-top: 10px;
            margin-right: 0;
            border-radius: 0;
            border: 2px solid #38A0E8;
            background-color: #38A0E8;
            color: #fff;
            padding: 8px 20px;
            width: 100%;
            text-align: center;
            -webkit-transition: ease-in-out 0.2s;
            -moz-transition: ease-in-out 0.2s;
            -ms-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider_amount .button:hover {
              color: #38A0E8;
              background-color: transparent; }
          body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider_amount .price_label {
            font-size: 0;
            float: left; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider_amount .price_label .from {
              font-size: 1.6rem;
              position: absolute;
              top: -30px;
              left: 0;
              line-height: 1; }
            body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container .price_slider_wrapper .price_slider_amount .price_label .to {
              font-size: 1.6rem;
              position: absolute;
              top: -30px;
              right: 0;
              line-height: 1; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container.woof_container_product_cat ul.woof_list_checkbox li.woof_term_17 {
          display: none; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .woof_submit_search_form_container .button.woof_reset_search_form {
      color: #fff;
      border-radius: 0;
      background-color: #38A0E8;
      border: solid 2px #38A0E8;
      text-decoration: none;
      width: auto;
      padding: 5px 20px;
      text-align: center;
      margin-top: 10px;
      max-width: 100%;
      float: right; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .woof_submit_search_form_container .button.woof_reset_search_form:hover {
        background-color: transparent;
        color: #38A0E8; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .woocommerce-info {
    float: right;
    width: 70%;
    margin-top: 0; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .woocommerce-notices-wrapper {
    float: right;
    width: 70%;
    padding: 0;
    margin-top: 0;
    background-color: transparent; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .woof_products_top_panel {
    display: none !important; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .woocommerce-result-count {
    margin-left: 5%;
    display: none; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .woocommerce-ordering {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 25px; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container .woocommerce-ordering select {
      color: #707070;
      background-color: transparent;
      border: 1px solid #707070; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products {
    float: left;
    clear: both;
    width: 100%;
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    column-gap: 4%;
    row-gap: 40px;
    grid-template-rows: auto auto;
    background-color: transparent; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products:before, body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products:after {
      display: none; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product {
      background-color: transparent;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      border: none;
      text-align: center;
      margin-bottom: 40px; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product:before {
        display: none; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product a {
        float: left;
        width: 100%; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product span.onsale {
        display: none; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product img {
        margin-bottom: 10px !important; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product h2.woocommerce-loop-product__title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.2;
        margin: 0;
        padding: 5px 0 15px;
        font-weight: 400;
        color: #707070;
        min-height: 65px; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .price {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        color: #707070;
        font-weight: 600;
        font-size: 2.2rem;
        margin-bottom: 15px; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .price del {
          opacity: 1;
          font-size: 1.4rem;
          margin-right: 5px;
          text-decoration: none;
          position: relative;
          font-weight: 300; }
          body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .price del:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            right: 0;
            border-top: 2px solid red;
            -webkit-transform: rotate(-15deg);
            -moz-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            -o-transform: rotate(-15deg);
            transform: rotate(-15deg); }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .price ins {
          font-weight: 400; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .price .woocommerce-price-suffix {
          font-size: 1rem; }
      body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .button {
        float: none;
        display: inline-block;
        color: #fff;
        border-radius: 0;
        background-color: #38A0E8;
        border: solid 2px #38A0E8;
        text-decoration: none;
        width: auto;
        padding: 5px 20px;
        text-align: center;
        margin-top: 10px;
        max-width: 100%;
        -webkit-transition: ease-in-out 0.3s;
        -moz-transition: ease-in-out 0.3s;
        -ms-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .button:hover {
          background-color: transparent;
          color: #38A0E8; }
        body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products li.product .button.add_to_cart_button {
          display: none; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container nav.woocommerce-pagination {
    text-align: center;
    float: right;
    clear: right;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container nav.woocommerce-pagination li a {
      color: #707070; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container nav.woocommerce-pagination ul li a:focus, body.woocommerce-page.archive .site-content .content-area .woo-archive-container nav.woocommerce-pagination ul li a:hover, body.woocommerce-page.archive .site-content .content-area .woo-archive-container nav.woocommerce-pagination ul li span.current {
      background-color: transparent;
      color: #707070; }

/* WooCommerce Single Specific CSS */
body.woocommerce-page.single-product .site-content {
  padding-top: 0; }
  body.woocommerce-page.single-product .site-content .site-main .woocommerce-breadcrumb {
    margin-top: 20px;
    margin-bottom: 40px; }
  body.woocommerce-page.single-product .site-content .site-main .woocommerce-notices-wrapper {
    padding-left: 64px;
    padding-right: 64px; }
  body.woocommerce-page.single-product .site-content .site-main .woocommerce-error, body.woocommerce-page.single-product .site-content .site-main .woocommerce-info, body.woocommerce-page.single-product .site-content .site-main .woocommerce-message {
    margin-bottom: 30px;
    margin-top: 30px; }
  body.woocommerce-page.single-product .site-content .site-main div.product span.onsale {
    display: none; }
  body.woocommerce-page.single-product .site-content .site-main div.product .single-product-top-section {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F8F8F8; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-product-gallery {
    margin-bottom: 20px;
    width: 45% !important; }
    body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-product-gallery .flex-control-nav li {
      width: 23.5%;
      margin-right: 2%;
      margin-top: 2%;
      padding-left: 0; }
      body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-product-gallery .flex-control-nav li:before {
        display: none; }
      body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-product-gallery .flex-control-nav li:nth-of-type(4n) {
        margin-right: 0; }
  body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section {
    float: right;
    width: 48%;
    margin-bottom: 20px; }
    body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section h1.product_title {
      font-size: 2.6rem;
      margin-top: 20px;
      margin-bottom: 20px;
      line-height: 1.1;
      color: #707070;
      font-weight: 600; }
    body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .price {
      float: left;
      margin-top: 20px;
      margin-bottom: 10px;
      color: #707070;
      font-weight: 700;
      font-size: 3.2rem; }
      body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .price ins {
        color: #707070;
        font-weight: 400; }
      body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .price del {
        opacity: 1;
        font-weight: 400;
        margin-right: 10px;
        text-decoration: none; }
        body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .price del .woocommerce-Price-amount {
          position: relative; }
          body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .price del .woocommerce-Price-amount:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            right: 0;
            border-top: 2px solid red;
            -webkit-transform: rotate(-15deg);
            -moz-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            -o-transform: rotate(-15deg);
            transform: rotate(-15deg); }
      body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .price .woocommerce-price-suffix {
        font-size: 1.4rem; }
    body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .single-product-category-image {
      float: right;
      width: 120px; }
      body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .single-product-category-image img {
        display: none; }
        body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .single-product-category-image img:first-of-type {
          display: block; }
  body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary {
    margin: 0; }
    body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form {
      float: left;
      width: 100%;
      margin-top: 30px; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner {
        float: left;
        width: 100%; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner p {
          font-size: 2rem; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner p:last-of-type {
            margin-bottom: 0; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .woocommerce-product-details__short-description {
          float: left;
          width: 100%;
          margin-bottom: 40px; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .woocommerce-product-details__short-description p {
            font-size: 2rem;
            font-weight: 400; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .woocommerce-product-details__short-description p:last-of-type {
              margin-bottom: 0; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .spefi-part-one-ol {
          padding-left: 25px;
          font-size: 2rem;
          margin-bottom: 30px; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .spefi-part-one-ol li {
            padding-left: 20px;
            margin-top: 15px;
            margin-bottom: 15px; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .spefi-part-one-ol li::marker {
              color: #707070; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .spefi-part-one-ol li:before {
              display: none; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .cta {
          margin-top: 40px;
          margin-bottom: 15px;
          padding-left: 70px;
          padding-right: 70px;
          background-color: #00CA6E;
          border-color: #00CA6E;
          float: left; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .cta:hover {
            color: #00CA6E !important;
            background-color: transparent; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .shortlist-button-wide {
          float: left;
          margin-top: 46px;
          margin-left: 40px; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .shortlist-button-wide a {
            color: #707070; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .shortlist-button-thin {
          float: left;
          margin-top: 20px;
          margin-bottom: 30px;
          display: none; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .shortlist-button-thin a {
            color: #707070; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner div.spefi-cta-call-us-under {
          font-size: 2rem;
          font-weight: 500;
          margin-bottom: 20px;
          float: left;
          width: 100%; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper {
          width: 500px;
          max-width: 100%;
          margin-top: 50px; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper .gform_body .gfield_label {
            float: left;
            padding-right: 10px;
            margin-top: 8px; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper .gform_body .gfield_label .gfield_required:before {
              content: "*";
              display: block;
              margin-left: 2px; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper .gform_body .gfield_label .gfield_required .gfield_required_text {
              display: none; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper .gform_body .ginput_container {
            float: left; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper .gform_body .gfield_validation_message {
            float: left;
            width: 100%; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper .gform_footer input[type="submit"] {
            width: 75%;
            margin-left: 25%;
            background-color: #00CA6E;
            border-color: #00CA6E; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .gform_wrapper .gform_footer input[type="submit"]:hover {
              color: #00CA6E !important;
              background-color: transparent; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner.spefi-part-two {
          display: none; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner.spefi-part-two.show-part-two {
            display: block; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container label.wc-pao-addon-name {
          display: none; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .wc-pao-addon-select {
          border: 1px solid #707070;
          padding: 10px;
          width: auto; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals {
          border: none; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals ul {
            padding-left: 0; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals ul li {
              padding-left: 0;
              display: none; }
              body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals ul li:before {
                display: none; }
              body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals ul li.wc-pao-subtotal-line {
                width: 100%;
                display: block;
                border: none;
                padding: 0;
                margin: 0;
                font-size: 0;
                color: #707070; }
                body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals ul li.wc-pao-subtotal-line span.amount {
                  font-size: 3.2rem; }
                  body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals ul li.wc-pao-subtotal-line span.amount:before {
                    content: "Total:";
                    display: inline-block;
                    margin-right: 10px; }
                  body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .wc-pao-addons-container .product-addon-totals ul li.wc-pao-subtotal-line span.amount:after {
                    content: "+ VAT & Shipping";
                    display: inline-block;
                    margin-left: 10px;
                    font-size: 1.4rem; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .gform_confirmation_wrapper {
        float: left;
        width: 100%;
        margin: 60px 0 30px;
        font-weight: 600;
        color: #00CA6E;
        font-size: 2rem; }
    body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart {
      margin-bottom: 20px; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart .quantity {
        display: none; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart .quantity .qty {
          border-radius: 0;
          padding: 8px 5px 7px;
          border-color: #707070; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart .button {
        float: none;
        background-color: #00CA6E;
        border-color: #00CA6E;
        padding: 8px 10px;
        width: 280px;
        font-weight: 500;
        font-size: 2rem; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart .button:hover {
          background-color: #38A0E8;
          border-color: #38A0E8;
          color: #fff; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart .woocommerce-variation-description {
        float: left;
        width: 100%; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart .woocommerce-variation-price {
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary form.cart .woocommerce-variation-price .price {
          color: #707070;
          font-weight: 400; }
    body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta {
      float: left;
      width: 100%; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes {
        margin: 0;
        border: none;
        margin-bottom: 30px; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes tbody tr {
          padding-bottom: 0;
          width: 100%;
          float: left; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes tbody tr th {
            text-align: left;
            font-weight: 600;
            padding: 0;
            border: none;
            background-color: transparent !important;
            padding-bottom: 0;
            float: left;
            width: 30%; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes tbody tr th:after {
              content: ":";
              display: inline-block; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes tbody tr td {
            font-style: normal;
            padding: 0;
            border: none;
            background-color: transparent !important;
            padding-bottom: 0;
            float: right;
            width: 68%; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes tbody tr td p {
              padding: 0; }
            body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes tbody tr td a {
              font-style: normal;
              color: #707070; }
              body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .woocommerce-product-attributes tbody tr td a:hover {
                text-decoration: underline; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .sku_wrapper {
        float: left;
        width: 100%; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .sku_wrapper span.sku {
          color: #707070; }
      body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .posted_in, body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .tagged_as {
        float: left;
        width: 100%; }
        body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .posted_in a, body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .tagged_as a {
          color: #707070; }
          body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .posted_in a:hover, body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .product_meta .tagged_as a:hover {
            text-decoration: underline; }
  body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container {
    float: left;
    width: 100%;
    margin-top: 20px; }
    body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container .share-woo-title {
      float: left;
      margin-top: 10px; }
    body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container .addtoany_shortcode {
      float: left; }
      body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container .addtoany_shortcode .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
        background-color: transparent !important;
        height: 40px;
        line-height: 40px;
        width: 40px; }
      body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container .addtoany_shortcode svg path {
        fill: #707070; }
      body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container .addtoany_shortcode img {
        width: 35px;
        position: relative;
        bottom: 0; }
  body.woocommerce-page.single-product .site-content .site-main div.product .single-product-bottom-section {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs {
    float: right;
    width: 100%;
    margin-top: 40px;
    clear: right !important; }
    body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs {
      padding-left: 0;
      margin-bottom: 0;
      border-bottom: 3px solid #D3D3D3; }
      body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs:before, body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs:after {
        display: none;
        border-bottom: none !important; }
      body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li {
        border: none !important;
        background: none !important;
        border-radius: 0;
        padding-left: 0;
        padding-right: 40px;
        margin: 0; }
        body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li:after {
          display: none; }
        body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li a {
          padding: 0 0 8px;
          transition: none;
          color: #393939;
          font-weight: 400;
          font-size: 2rem; }
        body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li.active a {
          font-weight: 600; }
        body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li:hover a {
          font-weight: 600; }
        body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li:last-of-type {
          padding-right: 0; }
    body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs div.woocommerce-Tabs-panel {
      padding-top: 40px; }
      body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs div.woocommerce-Tabs-panel form.comment-form {
        margin-top: 10px; }

/* WooCommerce Cart and Checkout Specific CSS */
body.woocommerce-cart ul {
  margin-left: 0;
  padding-left: 0; }
  body.woocommerce-cart ul li {
    position: relative;
    padding-left: 0;
    color: inherit;
    margin-bottom: 10px;
    margin-top: 0; }
    body.woocommerce-cart ul li:before {
      display: none; }
    body.woocommerce-cart ul li ul {
      margin-left: 0;
      margin-bottom: 0; }

body.woocommerce-cart .site-content {
  padding-top: 30px;
  padding-bottom: 60px; }
  body.woocommerce-cart .site-content .content-area .site-main .entry-header {
    display: block; }
  body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form {
    float: left;
    width: 70%;
    /* .shop_table {
                        border: none;

                        thead {

                            th {
                                font-weight: 600;
                                
                                &.product-subtotal {
                                    text-align: right;
                                    padding-right: 0;
                                }
                            }  
                        }

                        tbody {

                            tr {

                                td {
                                    border: none;
                                    padding: 3px 10px;
                                    
                                    a {
                                        color: $textcolour;
                                        
                                        &:hover {
                                            color: $linkcolour;
                                        }
                                    }

                                    &.product-remove {
                                        width: 45px;
                                        padding-left: 0;
                                        
                                        a.remove {
                                            color: $textcolour !important;
                                            margin-right: 0;
                                            line-height: 0.9;

                                            &:hover {
                                                color: #fff !important;
                                                background: $textcolour;
                                            }
                                        }
                                    }

                                    &.product-thumbnail {
                                        width: 75px;

                                        img {
                                            width: 100%;
                                            float: left;
                                            border: 0 solid transparent;
                                            padding: 0;
                                        }
                                    }
                                    
                                    &.product-quantity {
                                        
                                        input.qty {
                                            border-color: $textcolour;
                                            background-color: transparent;
                                            border-radius: 0;
                                            color: $textcolour;
                                        }
                                    }

                                    &.product-subtotal {
                                        text-align: right;
                                        padding-right: 0;
                                    }

                                    &.actions {
                                        padding-left: 0;
                                        padding-right: 0;
                                        padding-top: 20px;
                                        background-color: transparent;
                                        
                                        .button {
                                            background-color: $textcolour;
                                            border-color: $textcolour;
                                            border-radius: 0;
                                            color: #fff;
                                            padding: 9px 15px 8px;
                                            font-size: 1.5rem;
                                        }

                                        .coupon {

                                            .input-text {
                                                width: auto !important;
                                                padding: 4px 5px 3px;
                                                border-radius: 0;
                                            }

                                        }
                                    }
                                }
                            }
                        }
                    } */ }
    body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container {
      float: left;
      width: 100%; }
      body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        position: relative; }
        body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .product-thumbnail.single-basket-item-left {
          float: left;
          width: 15%;
          margin-right: 5%; }
          body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .product-thumbnail.single-basket-item-left img {
            float: left;
            width: 100%; }
        body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right {
          float: left;
          width: 80%;
          padding-right: 25px; }
          body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right div.product-name {
            float: left;
            width: 100%; }
            body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right div.product-name a {
              font-weight: 600;
              color: #707070; }
            body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right div.product-name .variation {
              display: none; }
          body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right div.product-price {
            float: left;
            width: 100%;
            font-size: 1.4rem;
            font-weight: 400;
            color: #707070;
            margin-top: 5px; }
          body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right div.product-subtotal {
            float: left;
            width: 100%;
            color: #707070;
            font-weight: 700;
            font-size: 1.8rem;
            margin-top: 10px; }
          body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right div.product-quantity {
            float: left;
            width: 100%;
            margin-top: 20px; }
            body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .single-basket-item-right div.product-quantity .quantity .qty {
              color: #707070;
              font-weight: 500;
              -webkit-font-smoothing: antialiased; }
        body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .product-remove {
          position: absolute;
          right: 0;
          top: 0; }
          body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .product-remove a.remove {
            font-size: 2rem;
            line-height: 1.8rem;
            color: #707070 !important; }
            body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .basket-items-container .single-basket-item .product-remove a.remove:hover {
              color: #fff !important;
              background-color: #707070 !important; }
    body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .actions {
      text-align: right; }
      body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .actions .coupon {
        float: left; }
      body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .actions button {
        padding: 7px 10px 8px; }
  body.woocommerce-cart .site-content article .woocommerce .cart-collaterals {
    float: right;
    width: 25%; }
    body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals {
      width: 100%;
      background-color: #707070;
      color: #FFF;
      padding: 20px 25px; }
      body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals h2 {
        margin-top: 0;
        line-height: 1.1;
        font-size: 2.2rem;
        text-align: center;
        color: #FFF; }
      body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table {
        border: none; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th {
          padding-left: 0;
          border-top: 0;
          padding-top: 0;
          padding-bottom: 0;
          font-size: 1.5rem; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td {
          padding-right: 0;
          text-align: right;
          border-top: 0;
          padding-top: 0;
          padding-bottom: 0;
          font-size: 1.5rem; }
          body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td strong {
            font-weight: 700; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td {
          text-align: left;
          padding-left: 0; }
          body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping td .shipping-method-description {
            display: none; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping ul#shipping_method {
          margin-bottom: 10px; }
          body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping ul#shipping_method li {
            margin: 0;
            text-align: right; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.shipping .woocommerce-shipping-destination {
          font-size: 80%;
          line-height: 1.2;
          margin-bottom: 10px;
          text-align: right; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total th {
          font-size: 1.5rem;
          font-weight: 700; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total small.includes_tax {
          float: right; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-shipping-calculator {
          display: none; }
          body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-shipping-calculator a {
            color: #707070;
            margin-bottom: 0; }
          body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-shipping-calculator p {
            margin-bottom: 0; }
            body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-shipping-calculator p a {
              color: #707070;
              margin-bottom: 0; }
          body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-shipping-calculator .shipping-calculator-form {
            font-size: 1rem; }
            body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-shipping-calculator .shipping-calculator-form input {
              font-size: 1.2rem; }
      body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        padding-bottom: 0; }
        body.woocommerce-cart .site-content article .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button {
          padding: 10px;
          font-size: 1.8rem;
          margin-bottom: 0; }

body.woocommerce-checkout ul {
  margin-left: 0;
  padding-left: 0; }
  body.woocommerce-checkout ul li {
    position: relative;
    padding-left: 0;
    color: inherit;
    margin-bottom: 10px;
    margin-top: 0; }
    body.woocommerce-checkout ul li:before {
      display: none !important; }
    body.woocommerce-checkout ul li ul {
      margin-left: 0;
      margin-bottom: 0; }

body.woocommerce-checkout .site-content {
  padding-top: 30px; }
  body.woocommerce-checkout .site-content .content-area .site-main .entry-header {
    display: block; }

body.woocommerce-checkout article {
  float: left;
  width: 100%; }
  body.woocommerce-checkout article .entry-header {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px; }
    body.woocommerce-checkout article .entry-header h1 {
      font-size: 3rem !important;
      line-height: 1.2 !important;
      margin: 0 !important; }
  body.woocommerce-checkout article .entry-content {
    float: left;
    width: 100%;
    margin-top: 0; }
  body.woocommerce-checkout article .woocommerce {
    float: left;
    width: 100%;
    padding: 0 64px; }
    body.woocommerce-checkout article .woocommerce form.checkout {
      float: left;
      width: 100%; }
      body.woocommerce-checkout article .woocommerce form.checkout h3 {
        font-size: 2.5rem;
        line-height: 1.2; }
      body.woocommerce-checkout article .woocommerce form.checkout .form-row label {
        font-weight: 400; }
      body.woocommerce-checkout article .woocommerce form.checkout input.input-text, body.woocommerce-checkout article .woocommerce form.checkout textarea {
        border-radius: 0;
        font-size: 1.5rem;
        padding: 6px 12px;
        border-color: #707070; }
      body.woocommerce-checkout article .woocommerce form.checkout #customer_details {
        width: 48%;
        float: left; }
        body.woocommerce-checkout article .woocommerce form.checkout #customer_details .col-1, body.woocommerce-checkout article .woocommerce form.checkout #customer_details .col-2 {
          width: 100%; }
      body.woocommerce-checkout article .woocommerce form.checkout #order_review_heading {
        width: 48%;
        clear: none;
        float: right;
        border-bottom: 2px solid #707070; }
      body.woocommerce-checkout article .woocommerce form.checkout #order_review {
        width: 48%;
        clear: right;
        float: right; }
        body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table {
          border: none;
          border-bottom: 2px solid #707070;
          border-radius: 0; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table th {
            padding-left: 0;
            padding-right: 0;
            border: none !important; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table th.product-total {
              text-align: right; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table td {
            padding-left: 0;
            padding-right: 0;
            border: none !important;
            text-align: right; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name {
              text-align: left; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table td .woocommerce table.shop_table td small {
              float: right;
              width: 100%;
              text-align: right; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
            min-width: 200px; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review table.shop_table.woocommerce-checkout-review-order-table tr.order-total {
            font-size: 2rem; }
        body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment {
          background-color: #707070;
          border-radius: 0;
          color: #FFF; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment a {
            color: #FFF; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment a:hover {
              color: #38A0E8; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment ul.payment_methods {
            border-bottom: 0; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment div.payment_box {
            background-color: #fff;
            border-radius: 0;
            color: #707070; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment div.payment_box:before {
              border: 1em solid #fff;
              border-right-color: transparent;
              border-left-color: transparent;
              border-top-color: transparent; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment div.payment_box .paymentsense-card-form tr td {
              display: block;
              width: 100%;
              margin-bottom: 5px; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment div.payment_box input {
              margin-bottom: 5px;
              border-radius: 0;
              width: 100%;
              margin-right: 0; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment div.payment_box .paymentsense-small, body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment div.payment_box .paymentsense-help {
              font-size: 1.4rem;
              font-weight: 400;
              margin-left: 10px; }
          body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment .form-row.place-order {
            padding-top: 0; }
            body.woocommerce-checkout article .woocommerce form.checkout #order_review #payment .form-row.place-order .woocommerce-terms-and-conditions-checkbox-text {
              font-weight: 400;
              font-size: 1.5rem; }

/* Plugins CSS */
@media screen and (min-width: 768px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
    max-height: 120px; } }

@media screen and (max-width: 767px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
    max-height: 60px; }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
    text-align: center; } }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
  display: none !important; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a i, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button i {
  color: #203a57 !important; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  padding: 20px 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  border-radius: 3px; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  padding: 30px 30px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 1; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i {
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 4rem; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
  left: 30px;
  right: 30px; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding: 0 30px; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
  float: right; }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  border-radius: 2px; }

body #moove_gdpr_cookie_modal .switch .slider {
  background-color: #203a57; }

body #moove_gdpr_cookie_modal .switch .slider:after {
  color: #203a57; }

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  font-weight: 400; }

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-weight: 400;
  border-radius: 2px; }

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  border-top: none; }

.woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner {
  background-color: #011F4E;
  color: #BBBBBB;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Source Sans Pro', sans-serif; }
  .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-close {
    border: 2px solid #BBBBBB;
    background: transparent;
    cursor: pointer; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-close span {
      color: #BBBBBB; }
  .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum {
    border: none;
    border-radius: 0;
    background-color: #011F4E;
    color: #BBBBBB; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-notify_added {
      text-align: left;
      float: left;
      width: 100%;
      color: #BBBBBB;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 2.4rem;
      line-height: 1.1;
      margin-top: 10px;
      margin-bottom: 30px; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-notify_added .wbs-icon-added {
        display: none; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-header-right {
      text-align: left;
      margin-bottom: 40px; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-header-right a {
        margin: 0 30px 0 0 !important;
        display: inline-block;
        color: #0C2C5F;
        border-radius: 0;
        background-color: #BBBBBB;
        border: solid 2px #BBBBBB;
        text-decoration: none;
        width: auto;
        padding: 3px 20px;
        text-align: center;
        margin-top: 10px;
        max-width: 100%;
        font-weight: 600;
        font-size: 2rem;
        line-height: 1.2;
        font-family: 'Source Sans Pro', sans-serif;
        -webkit-transition: ease-in-out 0.3s;
        -moz-transition: ease-in-out 0.3s;
        -ms-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s; }
        .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-header-right a:before {
          background-color: #011F4E; }
        .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-header-right a:hover {
          color: #BBBBBB; }
        .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-header-right a.wbs-button-check {
          background-color: #DAA836;
          border: solid 2px #DAA836; }
          .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-header-right a.wbs-button-check:hover {
            color: #DAA836; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-image .wbs-p-url img {
      max-width: 80px;
      max-height: 80px; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-title {
      margin-left: 30px; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-title .wbs-p-url {
        color: #BBBBBB;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.8rem;
        line-height: 1.3; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-price {
      color: #BBBBBB;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 1.6rem;
      line-height: 1.3; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-price:before {
        display: none; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-price .wbs-p-quantity {
        margin-bottom: 10px;
        margin-top: 10px; }
        .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-price .wbs-p-quantity .wbs-p-quantity-number {
          margin-left: 10px; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-price .wbs-price-total .wbs-money {
        float: none;
        color: #BBBBBB;
        font-size: 1.6rem;
        font-weight: 600;
        margin-left: 10px; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-breadcrum .wbs-product .wbs-p-price .wbs-price-total span {
        color: #BBBBBB;
        font-size: 1.6rem;
        font-weight: 600; }
  .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom {
    float: left;
    width: 100%; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom hr {
      display: none; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom h3.upsell-title {
      float: left;
      width: 100%;
      font-size: 2.2rem;
      color: #BBBBBB;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom h3.upsell-title:after {
        content: "Other customers who bought this item purchased:";
        float: left;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 400;
        margin-top: 10px; }
    .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider {
      background-color: transparent;
      float: left;
      width: 100%; }
      .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells {
        float: left;
        width: 100% !important; }
        .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product {
          width: 26% !important;
          margin-right: 11% !important; }
          .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product:last-of-type {
            margin-right: 0 !important; }
          .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-top {
            float: left;
            width: 100%; }
            .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-top img {
              float: left;
              width: 100%; }
          .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc {
            float: left;
            width: 100%;
            margin-top: 5px; }
            .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc .wbs-upsells-item-url {
              float: left;
              width: 100%; }
              .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc .wbs-upsells-item-url .woocommerce-loop-product__title {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 1.5rem;
                line-height: 1.2;
                text-transform: capitalize;
                font-weight: 400;
                margin: 0;
                color: #BBBBBB;
                -webkit-font-smoothing: antialiased;
                padding: 5px 0; }
            .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc .price {
              float: left;
              width: 100%;
              text-align: center;
              margin-top: 2px !important;
              margin-bottom: 0;
              font-size: 2rem !important;
              line-height: 1.1;
              color: #BBBBBB;
              font-weight: 700;
              -webkit-font-smoothing: antialiased; }
              .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc .price del {
                opacity: 1;
                font-size: 1.8rem;
                margin-right: 5px;
                text-decoration: none;
                position: relative;
                font-weight: 600;
                -webkit-font-smoothing: antialiased; }
                .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc .price del:before {
                  position: absolute;
                  content: "";
                  left: 0;
                  top: 50%;
                  right: 0;
                  border-top: 2px solid red;
                  -webkit-transform: rotate(-15deg);
                  -moz-transform: rotate(-15deg);
                  -ms-transform: rotate(-15deg);
                  -o-transform: rotate(-15deg);
                  transform: rotate(-15deg); }
                .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc .price del span.amount {
                  font-weight: 600; }
              .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-desc .price ins {
                background: none;
                font-weight: 700;
                -webkit-font-smoothing: antialiased; }
          .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-controls {
            position: initial;
            visibility: initial;
            float: left;
            width: 100%;
            background-color: transparent;
            padding: 0;
            margin-top: 10px; }
            .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-controls .wbs-cart .woocommerce-boost-sales-cart-form {
              margin-bottom: 0; }
              .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-controls .wbs-cart .woocommerce-boost-sales-cart-form .quantity {
                display: none; }
              .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-controls .wbs-cart .woocommerce-boost-sales-cart-form .wbs-single_add_to_cart_button {
                display: inline-block !important;
                color: #0C2C5F;
                border-radius: 0;
                background-color: #DAA836;
                border: solid 2px #DAA836 !important;
                text-decoration: none;
                width: auto !important;
                padding: 2px 20px !important;
                text-align: center;
                margin-top: 0;
                max-width: 100%;
                height: auto !important;
                font-weight: 600;
                font-size: 1.8rem !important;
                line-height: 1.2;
                -webkit-transition: ease-in-out 0.3s;
                -moz-transition: ease-in-out 0.3s;
                -ms-transition: ease-in-out 0.3s;
                transition: ease-in-out 0.3s; }
                .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-controls .wbs-cart .woocommerce-boost-sales-cart-form .wbs-single_add_to_cart_button:before {
                  display: none; }
                .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-controls .wbs-cart .woocommerce-boost-sales-cart-form .wbs-single_add_to_cart_button:hover {
                  background-color: transparent;
                  color: #DAA836; }
            .woocommerce-boost-sales .wbs-wrapper .wbs-content .wbs-content-inner .wbs-bottom .vi-flexslider .wbs-upsells .wbs-product .product-controls .wbs-cart .wbs-product-link {
              display: none; }

body .facetwp-facet {
  margin-bottom: 0;
  display: grid;
  width: 250px;
  grid-template-columns: 1fr 180px;
  grid-gap: 10px;
  align-content: center; }
  body .facetwp-facet:before {
    content: "";
    display: inline-block;
    margin-right: 0;
    font-weight: 500;
    color: #393939;
    align-self: center;
    text-align: right; }
  body .facetwp-facet .facetwp-dropdown {
    padding: 8px 15px;
    border-color: #707070;
    font-weight: 600;
    width: 180px;
    height: 42px; }
  body .facetwp-facet.facetwp-facet-search_facet {
    display: inline-block;
    width: auto; }
    body .facetwp-facet.facetwp-facet-search_facet:before {
      display: none; }
    body .facetwp-facet.facetwp-facet-search_facet .facetwp-input-wrap .facetwp-icon {
      background-color: #fff;
      opacity: 1;
      margin-left: 20px;
      padding: 5px 10px;
      color: #393939 !important;
      text-align: center;
      border-radius: 0;
      text-decoration: none;
      line-height: 1.2;
      margin-bottom: 0;
      text-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
      -webkit-transition: ease-in-out 0.3s;
      -moz-transition: ease-in-out 0.3s;
      -ms-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s;
      max-width: 100%; }
    body .facetwp-facet.facetwp-facet-search_facet .facetwp-input-wrap .facetwp-search {
      border-color: #707070;
      padding: 5px 15px;
      width: 600px;
      max-width: 90%;
      max-width: calc(100% - 190px);
      max-width: calc(100% - 70px);
      color: #2d2d2d;
      font-size: 2rem; }
  body .facetwp-facet.facetwp-facet-post_type {
    grid-template-columns: 80px 1fr;
    width: auto; }
    body .facetwp-facet.facetwp-facet-post_type:before {
      content: "Show:";
      font-weight: 600;
      text-align: left; }
    body .facetwp-facet.facetwp-facet-post_type .facetwp-dropdown {
      width: 220px; }
  body .facetwp-facet.facetwp-facet-brand:before {
    content: "Brand"; }
  body .facetwp-facet.facetwp-facet-price {
    grid-template-columns: 50px 60px 60px 1fr; }
    body .facetwp-facet.facetwp-facet-price:before {
      content: "Price"; }
    body .facetwp-facet.facetwp-facet-price input[type="text"] {
      padding: 8px 5px;
      border-color: #707070;
      height: 42px; }
    body .facetwp-facet.facetwp-facet-price .facetwp-submit {
      background-color: #38A0E8;
      border-color: #38A0E8;
      font-size: 1.4rem;
      font-weight: 500;
      color: #FFF;
      text-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4); }
  body .facetwp-facet.facetwp-facet-part_type:before {
    content: "Part"; }
  body .facetwp-facet.facetwp-facet-model:before {
    content: "Model"; }

body .facetwp-template {
  float: left;
  width: 100%; }
  body .facetwp-template .fwpl-layout {
    grid-row-gap: 80px; }
    body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col {
      display: grid;
      grid-template-columns: 200px 1fr 250px;
      grid-template-rows: auto auto auto;
      grid-column-gap: 50px; }
      body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item {
        grid-column-start: 2;
        grid-column-end: 3; }
        body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-image {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row-start: 1;
          grid-row-end: 5;
          text-align: center; }
          body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-image img {
            width: 100%; }
        body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-title {
          font-weight: 600;
          font-size: 2.2rem;
          color: #38A0E8;
          letter-spacing: 1px;
          margin-bottom: 10px; }
          body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-title a {
            color: #38A0E8;
            font-weight: 500; }
        body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-price {
          color: #707070;
          font-weight: 600;
          font-size: 2.2rem;
          margin-bottom: 20px; }
          body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-price:before {
            content: "£";
            display: inline-block;
            margin-right: 1px;
            font-weight: 700;
            color: #707070; }
          body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-price.is-empty:before {
            display: none !important; }
        body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-excerpt {
          font-size: 1.8rem;
          max-height: 100px;
          overflow: hidden; }
          body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-excerpt a {
            color: #38A0E8; }
            body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-excerpt a:hover {
              color: #FFC551; }
        body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-button {
          font-weight: 300;
          font-size: 1.6rem;
          margin-bottom: 0;
          grid-column-start: 3;
          grid-column-end: 4;
          grid-row-start: 1;
          grid-row-end: 3; }
          body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-button a.fwpl-btn {
            display: inline-block;
            color: #fff !important;
            background-color: #38A0E8;
            width: auto;
            padding: 5px 30px !important;
            text-align: center;
            border: solid 2px #38A0E8;
            border-radius: 0;
            text-decoration: none;
            cursor: pointer;
            font-size: 2rem;
            line-height: 1.2;
            font-weight: 500;
            margin-bottom: 5px;
            text-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
            -webkit-transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            transition: ease-in-out 0.3s;
            max-width: 100%; }

body .facetwp-facet.facetwp-facet-search_pagination {
  text-align: center;
  margin-top: 20px; }
  body .facetwp-facet.facetwp-facet-search_pagination .facetwp-load-more {
    display: inline-block;
    color: #fff !important;
    background-color: #38A0E8;
    width: 200px;
    padding: 5px 30px !important;
    text-align: center;
    border: solid 2px #38A0E8;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    max-width: 100%;
    justify-self: center; }

/* Responsive CSS */
/* At min width add more Padding */
@media screen and (min-width: 1500px) {
  /* Styles to change Site Gutter */
  .site-header .site-header-main .header-container {
    padding-left: 120px;
    padding-right: 120px; }
  body .site-footer {
    padding-left: 120px;
    padding-right: 120px; }
  .error404 .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  .blog .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  .single-post .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  .search .site-content {
    padding-left: 120px;
    padding-right: 120px; }
  body.page .site-content .content-area .site-main .entry-header {
    padding-left: 120px;
    padding-right: 120px; }
  body .margin-container {
    margin-left: 120px;
    margin-right: 120px;
    width: calc(100% - 240px); }
  body .padding-container {
    padding-left: 120px;
    padding-right: 120px; }
  body .site-wide-container {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  body.page .site-content .content-area .site-main .entry-content > div, body.page .site-content .content-area .site-main .entry-content > p, body.page .site-content .content-area .site-main .entry-content > ul, body.page .site-content .content-area .site-main .entry-content > blockquote, body.page .site-content .content-area .site-main .entry-content > figure, body.page .site-content .content-area .site-main .entry-content > h1, body.page .site-content .content-area .site-main .entry-content > h2, body.page .site-content .content-area .site-main .entry-content > h3, body.page .site-content .content-area .site-main .entry-content > h4, body.page .site-content .content-area .site-main .entry-content > h5, body.woocommerce-page.archive .site-content .content-area .woocommerce-breadcrumb {
    padding-left: 120px;
    padding-right: 120px; }
  body .site-footer .footer-container.one-footer .footer-area, body .site-footer #footer-container.one-footer .footer-area {
    padding-left: 120px;
    margin-left: -120px;
    margin-right: -120px;
    width: calc(100% + 240px); }
  /* End of styles to change Site Gutter */ }

@media screen and (min-width: 2000px) {
  /* Styles to change Site Gutter */
  .site-header .site-header-main .header-container {
    padding-left: 250px;
    padding-right: 250px; }
  body .site-footer {
    padding-left: 250px;
    padding-right: 250px; }
  .error404 .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  .blog .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  .single-post .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  .search .site-content {
    padding-left: 250px;
    padding-right: 250px; }
  body.page .site-content .content-area .site-main .entry-header {
    padding-left: 250px;
    padding-right: 250px; }
  body .margin-container {
    margin-left: 250px;
    margin-right: 250px;
    width: calc(100% - 500px); }
  body .padding-container {
    padding-left: 250px;
    padding-right: 250px; }
  body .site-wide-container {
    padding-left: 250px !important;
    padding-right: 250px !important; }
  body.page .site-content .content-area .site-main .entry-content > div, body.page .site-content .content-area .site-main .entry-content > p, body.page .site-content .content-area .site-main .entry-content > ul, body.page .site-content .content-area .site-main .entry-content > blockquote, body.page .site-content .content-area .site-main .entry-content > figure, body.page .site-content .content-area .site-main .entry-content > h1, body.page .site-content .content-area .site-main .entry-content > h2, body.page .site-content .content-area .site-main .entry-content > h3, body.page .site-content .content-area .site-main .entry-content > h4, body.page .site-content .content-area .site-main .entry-content > h5, body.woocommerce-page.archive .site-content .content-area .woocommerce-breadcrumb {
    padding-left: 250px;
    padding-right: 250px; }
  body .site-footer .footer-container.one-footer .footer-area, body .site-footer #footer-container.one-footer .footer-area {
    padding-left: 250px;
    margin-left: -250px;
    margin-right: -250px;
    width: calc(100% + 500px); }
  /* End of styles to change Site Gutter */ }

@media screen and (max-width: 1699px) {
  body .facetwp-facet {
    margin-bottom: 0;
    display: grid;
    width: 250px;
    grid-template-columns: 100%;
    grid-gap: 5px; }
  body .facetwp-facet:before {
    text-align: left; }
  body .facetwp-facet.facetwp-facet-post_type {
    grid-template-columns: 100%; }
  body .facetwp-facet .facetwp-dropdown {
    width: 100%; } }

@media screen and (max-width: 1599px) {
  body .wp-block-group.seach-page-filters .wp-block-group__inner-container {
    grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
    grid-gap: 2%; }
  body .facetwp-facet {
    width: 100%; }
  body .facetwp-facet .facetwp-dropdown {
    width: 100%;
    height: 42px;
    max-width: 100%; }
  body .facetwp-facet.facetwp-facet-post_type .facetwp-dropdown {
    width: 100%; }
  body .facetwp-facet.facetwp-facet-price {
    grid-template-columns: 30% 30% 30%;
    grid-gap: 5%; }
  body .facetwp-facet.facetwp-facet-price:before {
    grid-column-start: 1;
    grid-column-end: 4; } }

@media screen and (max-width: 1350px) {
  .site-header .site-header-main .main-navigation .menu li a {
    font-size: 1.4rem; }
  .site-header .site-header-main .header-container .header-contact-block {
    font-size: 1.6rem; }
  .site-header .site-header-main .header-container .site-branding #site-logo img {
    width: 470px; } }

@media screen and (max-width: 1250px) {
  body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .shortlist-button-wide {
    display: none; }
  body.woocommerce-page.single-product .site-content .site-main div.product .summary.entry-summary .single-product-enquire-form .single-product-enquire-form-inner .shortlist-button-thin {
    display: block; } }

@media screen and (max-width: 1199px) {
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_redraw_zone {
    display: block; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container {
    margin-bottom: 0;
    float: left;
    width: 32%;
    margin-right: 2%; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container:nth-of-type(3), body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container:last-of-type {
      margin-right: 0; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .widget-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof.woof_sid_widget {
    float: left;
    width: 100%; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container h4 {
    font-weight: 500;
    margin-bottom: 0;
    float: left;
    line-height: 1;
    margin-top: 11px;
    min-width: 60px; } }

@media screen and (max-width: 1100px) and (min-width: 900px) {
  body .testimonials-block .wp-block-columns .wp-block-column .wp-block-image {
    width: 80px;
    margin-right: 20px; }
  body .testimonials-block .wp-block-columns .wp-block-column p {
    width: calc(100% - 100px); } }

@media screen and (max-width: 1100px) {
  /* Styles to change Site Gutter */
  .site-header .site-header-main .header-container {
    padding-left: 40px;
    padding-right: 40px; }
  body .site-footer {
    padding-left: 40px;
    padding-right: 40px; }
  .error404 .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  .blog .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  .single-post .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  .search .site-content {
    padding-left: 40px;
    padding-right: 40px; }
  body.page .site-content .content-area .site-main .entry-header {
    padding-left: 40px;
    padding-right: 40px; }
  body .margin-container {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px); }
  body .padding-container {
    padding-left: 40px;
    padding-right: 40px; }
  body .site-wide-container {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  body.page .site-content .content-area .site-main .entry-content > div, body.page .site-content .content-area .site-main .entry-content > p, body.page .site-content .content-area .site-main .entry-content > ul, body.page .site-content .content-area .site-main .entry-content > blockquote, body.page .site-content .content-area .site-main .entry-content > figure, body.page .site-content .content-area .site-main .entry-content > h1, body.page .site-content .content-area .site-main .entry-content > h2, body.page .site-content .content-area .site-main .entry-content > h3, body.page .site-content .content-area .site-main .entry-content > h4, body.page .site-content .content-area .site-main .entry-content > h5, body.woocommerce-page.archive .site-content .content-area .woocommerce-breadcrumb {
    padding-left: 40px;
    padding-right: 40px; }
  body .site-footer .footer-container.one-footer .footer-area, body .site-footer #footer-container.one-footer .footer-area {
    padding-left: 40px;
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px); }
  /* End of styles to change Site Gutter */
  body.woocommerce-page .related.products .products, body.woocommerce-page .up-sells.products .products {
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%; }
    body.woocommerce-page .related.products .products li:nth-of-type(4), body.woocommerce-page .up-sells.products .products li:nth-of-type(4) {
      display: none; }
  body .wp-block-columns .wp-block-column .wp-block-group.has-background {
    padding: 30px 40px; } }

/* Mobile CSS */
/* Mobile Break */
@media screen and (max-width: 899px) {
  .site-header .site-header-main .header-container {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
  body .site-footer {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
  .error404 .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  .blog .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  .single-post .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  .search .site-content {
    padding-left: 20px;
    padding-right: 20px; }
  body.page .site-content .content-area .site-main .entry-header {
    padding-left: 20px;
    padding-right: 20px; }
  body .margin-container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px); }
  body .padding-container {
    padding-left: 20px;
    padding-right: 20px; }
  body .site-wide-container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  body.page .site-content .content-area .site-main .entry-content > div, body.page .site-content .content-area .site-main .entry-content > p, body.page .site-content .content-area .site-main .entry-content > ul, body.page .site-content .content-area .site-main .entry-content > blockquote, body.page .site-content .content-area .site-main .entry-content > figure, body.page .site-content .content-area .site-main .entry-content > h1, body.page .site-content .content-area .site-main .entry-content > h2, body.page .site-content .content-area .site-main .entry-content > h3, body.page .site-content .content-area .site-main .entry-content > h4, body.page .site-content .content-area .site-main .entry-content > h5, body.woocommerce-page.archive .site-content .content-area .woocommerce-breadcrumb {
    padding-left: 20px;
    padding-right: 20px; }
  body .site-footer .footer-container.one-footer .footer-area, body .site-footer #footer-container.one-footer .footer-area {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px) !important; }
  /* End of styles to change Site Gutter */
  .site-header .site-header-main .header-container .site-branding {
    float: left;
    width: 100%; }
    .site-header .site-header-main .header-container .site-branding #site-logo {
      float: left;
      margin-right: 0;
      text-align: center;
      width: 100%; }
      .site-header .site-header-main .header-container .site-branding #site-logo img {
        width: 400px; }
    .site-header .site-header-main .header-container .site-branding .site-title {
      width: 100%;
      text-align: center; }
    .site-header .site-header-main .header-container .site-branding .site-description {
      width: 100%;
      text-align: center; }
  .site-header .site-header-main .header-container #header-search-form {
    display: inline-block;
    float: none; }
    .site-header .site-header-main .header-container #header-search-form #searchform #s {
      border-color: #393939; }
  .site-header .site-header-main .header-container .header-basket-nav {
    display: inline-block;
    float: none;
    margin: 12px 0; }
    .site-header .site-header-main .header-container .header-basket-nav ul li {
      text-align: center; }
  .site-header .site-header-main .header-container .header-contact-block {
    display: inline-block;
    float: none;
    width: 100%; }
  .site-header .site-header-main .main-navigation .menu-main-menu-container {
    float: left;
    width: 100%;
    background-color: #393939; }
    .site-header .site-header-main .main-navigation .menu-main-menu-container .menu {
      width: 100%;
      padding: 20px 10px; }
      .site-header .site-header-main .main-navigation .menu-main-menu-container .menu li {
        width: 100%;
        text-align: left;
        float: left; }
        .site-header .site-header-main .main-navigation .menu-main-menu-container .menu li a {
          padding: 5px 0 !important;
          float: left;
          width: 100%;
          font-size: 1.6rem;
          color: #fff; }
          .site-header .site-header-main .main-navigation .menu-main-menu-container .menu li a:hover {
            color: #38A0E8; }
        .site-header .site-header-main .main-navigation .menu-main-menu-container .menu li.current-menu-item a {
          color: #fff; }
  .site-header .site-header-main .main-navigation .menu li ul.sub-menu {
    position: initial !important;
    width: 100%;
    background-color: transparent; }
    .site-header .site-header-main .main-navigation .menu li ul.sub-menu li a {
      padding: 0 0 5px !important;
      color: #fff;
      font-size: 1.4rem;
      text-align: left; }
      .site-header .site-header-main .main-navigation .menu li ul.sub-menu li a:hover {
        color: #38A0E8; }
  .blog .site-content .content-area {
    float: left;
    width: 100% !important;
    margin-right: 0; }
  .blog .site-content #blog_right_sidebar {
    display: none; }
  .single-post .site-content .content-area {
    float: left;
    width: 100% !important;
    margin-right: 0%; }
  .single-post .site-content #blog_right_sidebar {
    display: none; }
  .search .site-content .content-area {
    float: left;
    width: 100%;
    margin-right: 0%; }
  .search .site-content #sidebar-right {
    display: none; }
  body .site-footer .footer-area {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body .site-footer #footer-copyright #footer-copyright-container #copyright-year {
    width: 100%;
    margin-right: 0; }
  body .site-footer #footer-copyright #footer-copyright-container div {
    float: left;
    width: 100%; }
  body .wp-block-group {
    display: block;
    float: left; }
  body .wp-block-columns {
    display: block;
    float: left; }
    body .wp-block-columns .wp-block-column {
      float: left;
      width: 100%;
      margin: 0 0 30px; }
  /* Woo Mobile */
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products {
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right {
    width: 100%; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li {
    padding-right: 20px; }
  body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form {
    width: 100%; }
  body.woocommerce-cart .site-content article .woocommerce .cart-collaterals {
    width: 50%; }
  body .site-footer .menu li {
    width: 100%; }
  body .site-footer .menu li a {
    padding: 2px 0; }
  body .site-footer .footer-container .footer-social-block a.footer-social-link {
    margin-bottom: 10px; }
  body .wp-block-media-text {
    display: block; }
    body .wp-block-media-text .wp-block-media-text__content {
      padding: 20px 0; }
  body .wp-block-cover.home-top-cover .wp-block-cover__inner-container {
    width: 100%; }
  body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text {
    display: grid; }
  body .get-app-group .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image.download-image-app-store {
    width: 100%;
    margin: 70px auto 0;
    text-align: center;
    position: relative; }
  body .news-block .wp-block-latest-posts li {
    width: 100%;
    margin: 0 0 5% 0 !important; }
  body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-image.footer-logo-img, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-image.footer-logo-img {
    width: 300px;
    margin: 0 auto;
    max-width: 100%; }
  body .site-footer .footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column p img, body .site-footer #footer-container.one-footer .footer-area .wp-block-media-text .wp-block-media-text__content .wp-block-columns .wp-block-column p img {
    margin-right: 20px;
    float: none;
    display: inline-block;
    position: relative;
    top: 6px; }
  body .site-footer .footer-container .footer-social-block, body .site-footer #footer-container .footer-social-block {
    margin: 0;
    text-align: center;
    display: inline-block;
    float: none;
    margin-bottom: 20px; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container {
    grid-column-gap: 10px;
    grid-template-columns: 100px 1fr; }
  body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section .single-product-category-image {
    width: 80px; }
  body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products {
    padding-left: 0;
    column-gap: 4%;
    width: 100%; }
  body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product {
    flex-basis: 48%;
    max-width: 48%; }
  body .wp-block-media-text.contact-page-media-text-top .wp-block-media-text__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px; }
  body .wp-block-media-text.contact-page-media-text-top .wp-block-media-text__media {
    min-height: 400px; }
  body .wp-block-columns.contact-page-map-columns .wp-block-column:first-of-type {
    padding: 30px 20px; }
  body .wp-block-columns.contact-page-map-columns .wp-block-column iframe {
    min-height: 400px; }
  body .wp-block-media-text.car-partial-media-text {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content {
    padding: 50px 20px; }
  body .wp-block-media-text.car-media-text {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  body .wp-block-media-text.car-media-text .wp-block-media-text__content {
    padding: 20px 20px 40px; }
  body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper {
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
    grid-row-gap: 50px; }
  body .wp-block-group.seach-page-filters .wp-block-group__inner-container {
    width: 100%;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 15px 5%; }
  body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-button {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: auto; }
  body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 50px; }
  body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-button {
    margin-top: 20px; }
  .site-header .site-header-main .header-container #header-search-form .facet-search-form-block input {
    border-color: #393939; } }

@media screen and (max-width: 799px) {
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container {
    margin-bottom: 0;
    float: left;
    width: 48%;
    margin-right: 4%; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container:nth-of-type(3) {
      margin-right: 4%; }
    body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container:nth-of-type(even) {
      margin-right: 0 !important; } }

@media screen and (max-width: 799px) and (min-width: 700px) {
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li {
    padding-right: 10px;
    font-size: 1.6rem; } }

@media screen and (min-width: 700px) {
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container {
    display: block !important; } }

@media screen and (max-width: 699px) {
  /* Woo Mobile */
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right {
    width: 100%; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-filter-mobile-button {
    display: block; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container {
    display: none; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products {
    width: 100%;
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .woocommerce-result-count {
    margin-left: 0; }
  body.woocommerce-page.single-product .site-content .site-main div.product .single-product-title-section {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-product-gallery {
    width: 100% !important;
    float: left !important; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs {
    float: left;
    width: 100%;
    margin-top: 40px; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li {
    padding-right: 30px; }
  body.woocommerce-page .related.products .products, body.woocommerce-page .up-sells.products .products {
    grid-template-columns: 48% 48%;
    column-gap: 4%; }
  body.woocommerce-cart .site-content article .woocommerce .cart-collaterals {
    width: 50%; }
  body.woocommerce-cart .site-content article .woocommerce .cart-collaterals {
    width: 100%; }
  body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
    padding: 3px 0; }
  body.woocommerce-checkout article .woocommerce form.checkout #customer_details {
    width: 100%; }
  body.woocommerce-checkout article .woocommerce form.checkout #order_review_heading {
    width: 100%; }
  body.woocommerce-checkout article .woocommerce form.checkout #order_review {
    width: 100%; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .widget-title {
    display: none; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-right {
    display: none; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left {
    flex-basis: 100%;
    padding-bottom: 20px; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header {
    padding-right: 20px; }
  body.woocommerce-page .related.products .products li:nth-of-type(4), body.woocommerce-page .up-sells.products .products li:nth-of-type(4) {
    display: block; } }

@media screen and (max-width: 599px) {
  .search .site-content .content-area article .search-has-thumbnail-container {
    width: 100%;
    margin-top: 10px; }
  .search .site-content .content-area article .search-thumbnail {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products {
    grid-template-columns: 48% 48%;
    column-gap: 4%; }
  body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 5px; }
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    width: 100%; }
  body .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%; }
  body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text.icon-text-media-text .wp-block-media-text__media {
    width: 40px;
    margin-right: 30px;
    align-self: start; }
  body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-media-text__content {
    grid-row: 1;
    grid-column: 2; }
  body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-buttons {
    padding-left: 70px; }
  body .wp-block-media-text.car-partial-media-text .wp-block-media-text__content .wp-block-buttons {
    padding-left: 0; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right .sidebar-container .woof_container {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 5px; }
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container #sidebar-right {
    padding: 10px 10px; }
  body .wp-block-group.seach-page-filters .wp-block-group__inner-container {
    grid-template-columns: 45% 45%;
    grid-gap: 20px 10%; } }

@media screen and (max-width: 499px) {
  /* End of styles to change Site Gutter */
  .search .site-content .content-area article .search-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    width: 100% !important;
    margin: 0 0 20px; }
  body.woocommerce-cart .site-content article .woocommerce .woocommerce-cart-form .shop_table tbody tr td.actions .button {
    width: 100% !important; }
  .blog .site-content .content-area article.post .blog-page-thumbnail {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px; }
  .blog .site-content .content-area article.post .entry-header {
    float: left;
    width: 100%;
    margin-left: 0; }
  .blog .site-content .content-area article.post .entry-content {
    float: left;
    width: 100%;
    margin-left: 0; }
  .site-banner-outer .site-banner-inner {
    padding: 0 20px; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li {
    width: 100%; }
  body .wp-block-columns .wp-block-column .wp-block-group.has-background {
    padding: 20px 20px; }
  body .middle-text-group .wp-block-group__inner-container {
    max-width: 90%; }
  body .wc-block-grid.wc-block-handpicked-products ul.wc-block-grid__products li.wc-block-grid__product {
    flex-basis: 100%;
    max-width: 100%; } }

@media screen and (max-width: 399px) {
  body.woocommerce-page.archive .site-content .content-area .woo-archive-container .products {
    grid-template-columns: 100%;
    column-gap: 0; }
  body.woocommerce-page .related.products .products, body.woocommerce-page .up-sells.products .products {
    grid-template-columns: 100%;
    column-gap: 0%; }
  body.woocommerce-page.single-product .site-content .site-main div.product .woocommerce-tabs ul.tabs li {
    padding-right: 10px; }
  body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container .addtoany_shortcode .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 30px;
    line-height: 1.2;
    width: 30px; }
  body.woocommerce-page.single-product .site-content .site-main div.product .share-woo-container .share-woo-title {
    margin-top: 4px; }
  body .padding-container {
    overflow: hidden; }
  #curious-web-footer #curious-footer-span {
    float: left;
    width: 100%; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container {
    grid-column-gap: 0;
    grid-template-columns: 100%;
    text-align: center; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-desc-img {
    padding-right: 0; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left .wphil-desc-container .wphil-desc-img img {
    float: none;
    width: 150px; }
  body.woocommerce-page.archive .site-content .content-area .woocommerce-products-header .woocommerce-products-header-inner-left h1.woocommerce-products-header__title {
    text-align: center; }
  body .testimonials-block .wp-block-columns .wp-block-column .wp-block-image {
    width: 200px;
    margin-bottom: 25px;
    display: block;
    float: none;
    margin: 0 auto 20px; }
  body .testimonials-block .wp-block-columns .wp-block-column p {
    width: 100%; }
  body .wp-block-group.manufacturer-catergory-slider .sp-wcsp-slider-area .sp-wcsp-slider-section .swiper-wrapper {
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    grid-row-gap: 40px; }
  body .wp-block-group.seach-page-filters .wp-block-group__inner-container {
    grid-template-columns: 100%;
    grid-gap: 30px; }
  body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-column-gap: 0; }
  body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item {
    grid-column-start: 1;
    grid-column-end: 2; }
  body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2; }
  body .facetwp-template .fwpl-layout .fwpl-result .fwpl-row .fwpl-col .fwpl-item.facet-search-results-post-button {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: auto; } }

/* Any Overiding Important Style Specific CSS */

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