/*!
Theme Name: Peacock & Binnington Shop Theme
Theme URI: http://epixmedia.co.uk/
Description: Custom theme
Author: Epix Media Team
Version: 1.1
Tags: none
*/
/* Vendor */
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*
* Detailed information about this CSS: h5bp.com/css
*
* ==|== normalize ==========================================================
*/
/* =============================================================================
  HTML5 display definitions
  ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* =============================================================================
  Base
  ========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  /*line-height: 1.4;*/
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
  Links
  ========================================================================== */
a:focus {
  outline-style: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
  Typography
  ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
  Lists
  ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
  Embedded content
  ========================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
  Figures
  ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
  Forms
  ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea {
  /*font-size: 100%;*/
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button, input {
  line-height: normal;
}

/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
* Re-set default cursor for disabled elements
*/
button[disabled], input[disabled] {
  cursor: default;
}

/*
* Consistent box sizing and appearance
*/
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
  Tables
  ========================================================================== */
/*table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
*/
/* =============================================================================
  Chrome Frame Prompt
  ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
  Author:
  ========================================================================== */
/* ==|== media queries ======================================================
  EXAMPLE Media Query for Responsive Design.
  This example overrides the primary ('mobile first') styles
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
  Please define your styles before this section.
  ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* BASE */
/* ===== UTILS ===== */
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
/* ===== PROJECT ===== */
/* _____ VARIABLES _____ */
/* Colors */
:root {
  --color-primary: #000939;
  --color-secondary: #1C2E4A;
  --color-tertiary: #A28336;
  --color-quaternary: #8C95B5;
  --color-quinary: #535353;
  --color-senary: #EBF5FF;
  --color-septenary: #DEDEDE;
  --color-octonary:#FAFAFA;
  --color-nonary: #C6CAD1;
}

/* Sizes */
/* Fonts */
/* _____ FONTS _____ */
/* _____ GLOBAL DEFAULTS _____ */
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #e7ebfd 58px, #fff4d8 calc(100% - 779px));
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  color: #292929;
  font-size: 16px;
  line-height: 26px;
}
body.show-focus-outlines a:focus, body.show-focus-outlines input:focus, body.show-focus-outlines textarea:focus, body.show-focus-outlines select:focus, body.show-focus-outlines button:focus {
  outline: #000000 solid 1px;
}

a {
  border: 0;
  color: #000000;
  text-decoration: none;
}
a:hover {
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: 1px solid #000000;
}
a:active {
  outline: none;
}

img {
  border: 0px;
  height: auto;
  max-width: 100%;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2% 0px;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 26px;
  line-height: 36px;
}

h2 {
  font-size: 22px;
  line-height: 32px;
}

h3 {
  font-size: 18px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 26px;
}

fieldset {
  float: left;
  width: 100%;
}

input, textarea, button {
  font-family: "proxima-nova", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

body:not(.show-focus-outlines) button:focus,
body:not(.show-focus-outlines) a:focus,
body:not(.show-focus-outlines) [tabindex]:focus {
  outline: none;
}

/* disable all animations and transitions if reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* Select Colour */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

a:link {
  -webkit-tap-highlight-color: #000000;
}

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

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 1em;
  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. */
}

/* Content */
#main {
  width: 100%;
}
#main.site-main {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 64.0525em) {
  #main.site-main {
    padding: 0 5%;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  #main.site-main {
    padding: 0 30px;
  }
}
@media (min-width: 85.4375em) {
  #main.site-main {
    max-width: 1240px;
  }
}
#main .content {
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
}

/* Single page - extra elements */
.entry table {
  max-width: 100%;
}

.the-page table td {
  vertical-align: top;
}

.the-page ul {
  list-style-type: disc;
}
.the-page ul li {
  margin-bottom: 10px;
  line-height: 16px;
  background-position: 0px 3px;
  padding: 0px 0px 0px 5px;
}

.wp-caption {
  max-width: 100%;
}

/***** wordpress defaults *****/
.floatright, .alignright {
  float: right;
  padding-left: 15px;
}

.floatleft, .alignleft {
  float: left;
  padding-right: 15px;
}

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

.gallery {
  margin: 0 auto 1.625em;
}

dl.gallery-item {
  margin: 0;
  float: left;
}

.gallery-item img {
  margin: 8px 18px 8px 0px;
  width: 100px;
  height: 100px;
}

/** comments **/
.form-allowed-tags {
  display: none;
}

.comments-section {
  float: left;
  margin-top: 30px;
}

h3#reply-title,
h3#comments-title {
  padding-bottom: 5px;
  border-bottom: 1px #62452f solid;
}

.comment-form-comment textarea {
  float: left;
  clear: both;
  border: 1px #CCC solid;
}

#commentform p {
  float: left;
  clear: both;
}

#commentform .required {
  color: #900;
}

#commentform label {
  float: left;
  margin-right: 10px;
  width: 40px;
}

.woocommerce #commentform label {
  width: 100%;
}

#commentform input {
  float: left;
  margin-right: 5px;
  border: 1px #CCC solid;
}

ol.commentlist {
  list-style-type: none;
  padding: 0px;
}

.commentlist .avatar {
  float: left;
  margin: 0px 5px 5px 0px;
}

.commentlist .comment {
  padding: 10px;
}

.commentlist .even {
  background-color: #f2f4e3;
}

/* Content box shortcode */
.contentbox {
  padding: 1% 3%;
}

.contentbox.none {
  padding: 0px;
}

.contentbox.widthfull {
  width: 100%;
}

.contentbox.widthhalf, .contentbox.width50 {
  padding: 0;
  width: 48%;
}
.contentbox.widthhalf:nth-of-type(odd), .contentbox.width50:nth-of-type(odd) {
  margin-right: 4%;
}

.contentbox.widththird {
  width: 33.33%;
}

.contentbox.width20 {
  width: 20%;
}

.contentbox.width30 {
  width: 30%;
}

.contentbox.width40 {
  width: 40%;
}

.contentbox.width60 {
  width: 60%;
}

.contentbox.width70 {
  width: 70%;
}

.contentbox.width80 {
  width: 80%;
}

.contentbox.width90 {
  width: 90%;
}

@media (max-width: 48.0525em) {
  .contentbox.widthhalf, .contentbox.width50 {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .contentbox.widthhalf:nth-of-type(odd), .contentbox.width50:nth-of-type(odd) {
    margin-bottom: 40px;
  }
}
/* Responsive videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

@media screen and (max-width: 850px) {
  button.rnav {
    display: block;
  }
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* COMPONENTS */
/* SPECIFICS */
/* _____ SPECIFICS _____ */
@media (min-width: 85.4375em) {
  #header .header-bottom {
    padding: 37px 0 36px 0;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  #header .header-bottom {
    padding: 27px 0 26px 0;
  }
}
@media (max-width: 64.0525em) {
  #header .header-bottom {
    padding-bottom: 30px;
  }
}
#header .header-middle {
  padding-bottom: 40px;
}
@media (min-width: 1367px) {
  #header .header-middle {
    padding-bottom: 60px;
  }
}
@media (min-width: 85.4375em) {
  #header .header-middle .desktop-only {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 85.4275em) {
  #header .header-middle .desktop-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 85.4375em) {
  #header .header-middle .resp-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 85.4275em) {
  #header .header-middle .resp-only {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
#header .header-middle .title {
  color: #1C2E4A;
  margin-bottom: 0;
}
@media (min-width: 85.4375em) {
  #header .header-middle .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 85.4275em) {
  #header .header-middle .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
  }
}
@media (min-width: 85.4375em) {
  #header .header-middle .logo {
    flex: 0 1 16%;
    max-width: 16%;
  }
  #header .header-middle .logo img {
    margin-top: -40px;
  }
}
@media (max-width: 85.4275em) {
  #header .header-middle .logo {
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 36px;
  }
  #header .header-middle .logo img {
    margin-top: -75px;
  }
}
#header .header-middle .content-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 100%;
  max-width: 100%;
}
#header .header-middle .content-block {
  margin-top: 28px;
  align-self: center;
}
@media (min-width: 1367px) {
  #header .header-middle .content-block {
    margin-top: 48px;
  }
}
@media (min-width: 85.4375em) {
  #header .header-middle .content-block.left-block {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
#header .header-middle .content-block.middle-block {
  margin-top: 68px;
}
@media (min-width: 470px) {
  #header .header-middle .content-block.middle-block {
    margin-top: 28px;
  }
}
@media (min-width: 85.4375em) {
  #header .header-middle .content-block.middle-block {
    flex: 0 1 45%;
    max-width: 45%;
    margin-right: 5%;
  }
}
#header .header-middle .content-block.middle-block #searchform {
  display: flex;
  width: 100%;
}
#header .header-middle .content-block.middle-block #searchform .field {
  flex: 0 1 80%;
  max-width: 80%;
  padding: 16px 10px 14px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid #1C2E4A;
}
#header .header-middle .content-block.middle-block #searchform .submit-container {
  flex: 0 1 20%;
  max-width: 52px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #1C2E4A;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
#header .header-middle .content-block.middle-block #searchform .submit-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .header-middle .content-block.middle-block #searchform .submit-container .submit {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
#header .header-middle .content-block.right-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-self: center;
}
@media (min-width: 85.4375em) {
  #header .header-middle .content-block.right-block {
    flex: 0 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 85.4275em) {
  #header .header-middle .content-block.right-block {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#header .header-middle .content-block.right-block .menu-item-container {
  display: flex;
  margin-right: 5%;
}
@media (min-width: 85.4375em) {
  #header .header-middle .content-block.right-block .menu-item-container {
    flex: 0 1 30%;
    max-width: 30%;
  }
  #header .header-middle .content-block.right-block .menu-item-container:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 48.0525em) {
  #header .header-middle .content-block.right-block .menu-item-container {
    flex: 0 1 30%;
    max-width: 30%;
  }
  #header .header-middle .content-block.right-block .menu-item-container:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
#header .header-middle .content-block.right-block .menu-item-container img {
  display: block;
  margin: 0 auto;
}
#header .header-middle .content-block.right-block .menu-item-container a {
  margin: 0 auto;
  color: #1C2E4A;
  text-decoration: underline;
  font-weight: 700;
  text-align: center;
}
#header .header-middle .left-block .title {
  flex: 0 1 80%;
  max-width: 310px;
  margin-bottom: 10px;
}
#header .menu-item-container .has_children {
  font-size: 16px;
  line-height: 26px;
  font-weight: 900;
  background-color: #1C2E4A;
  color: #ffffff;
  border: none;
  display: block;
  max-width: 268px;
  position: relative;
  cursor: pointer;
}
#header .menu-item-container .has_children::after {
  content: "";
  background-image: url(images/product-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 21px;
  left: 20px;
}
@media (min-width: 85.4375em) {
  #header .menu-item-container .has_children {
    padding: 17px 60px 16px 65px;
    margin-top: -1px;
  }
}
@media (max-width: 85.4275em) {
  #header .menu-item-container .has_children {
    padding: 17px 20px 15px 65px;
  }
}
@media (max-width: 48.0525em) {
  #header .menu-item-container .has_children.from-tablet {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  #header .menu-item-container .has_children.until-tablet {
    display: none;
  }
}
#header .menu-item-container .sub-menu {
  position: absolute;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s;
}
@media (max-width: 64.0525em) {
  #header .menu-item-container .sub-menu {
    left: 0;
    right: 0;
  }
}
#header .menu-item-container .sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 64.0625em) {
  #header .menu-item-container .sub-menu ul {
    max-width: 268px;
  }
}
#header .menu-item-container .sub-menu ul li {
  flex: 0 1 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: solid 2px #1C2E4A !important;
  margin-right: 0;
  position: relative;
}
#header .menu-item-container .sub-menu ul li::after {
  content: "";
  background-image: url(images/arrow-double-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 30px;
  z-index: 4;
}
#header .menu-item-container .sub-menu ul li a {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  color: #1C2E4A;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 5;
}
#header .menu-item-container .sub-menu ul li:hover, #header .menu-item-container .sub-menu ul li:focus {
  background-color: #1C2E4A;
}
#header .menu-item-container .sub-menu ul li:hover a, #header .menu-item-container .sub-menu ul li:focus a {
  color: #ffffff;
}
#header .menu-item-container .sub-menu ul li:hover::after, #header .menu-item-container .sub-menu ul li:focus::after {
  background-image: url(images/arrow-double-white.svg);
}
#header .menu-item-container .sub-menu.open {
  max-height: 800px;
  opacity: 1;
  z-index: 999;
  transition: max-height 0.4s;
  visibility: visible;
}
#header .menu-item-container.open .sub-menu {
  max-height: 800px;
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
#header .menu-item-container.open a img {
  transform: scale(1.1);
}

/***************************************
	Header & Footer - Shared Styles
*****************************************/
.bg-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.bg-wrapper.woocommerce-bg-wrapper .breadcrumb-bg-wrapper {
  padding-bottom: 85px;
}
@media (max-width: 85.4275em) {
  .bg-wrapper.woocommerce-bg-wrapper .breadcrumb-bg-wrapper {
    padding-bottom: 50px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  width: 100%;
}
.wrapper.full-width-wrapper {
  max-width: 100%;
  padding: 0;
}
.wrapper.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .wrapper.flex .left-content,
.wrapper.flex .right-content {
    flex: 0 1 48%;
    max-width: 48%;
  }
}
@media (max-width: 48.0525em) {
  .wrapper.flex .left-content,
.wrapper.flex .right-content {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 48.0625em) {
  .wrapper.flex .left-content {
    margin-right: 4%;
  }
}
@media (min-width: 64.0625em) {
  .wrapper.flex.archive-wrapper .left-content {
    flex: 0 1 22%;
    max-width: 22%;
    margin-right: 3%;
  }
  .wrapper.flex.archive-wrapper .right-content {
    flex: 0 1 75%;
    max-width: 75%;
  }
  .wrapper.flex.archive-wrapper .resp-only {
    display: none;
  }
}
@media (max-width: 64.0525em) {
  .wrapper.flex.archive-wrapper .left-content,
.wrapper.flex.archive-wrapper .right-content {
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .wrapper.flex.archive-wrapper .right-content {
    margin-top: 30px;
  }
  .wrapper.flex.archive-wrapper .left-content {
    margin-bottom: 88px;
    position: relative;
  }
  .wrapper.flex.archive-wrapper .left-content::after {
    content: "";
    background-color: #1C2E4A;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -58px;
    left: 0;
  }
}
@media (max-width: 64.0525em) and (max-width: 64.0525em) {
  .wrapper.flex.archive-wrapper .left-content.desktop-only {
    display: none;
  }
}
@media (max-width: 64.0525em) {
  .wrapper {
    padding: 0 5%;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 85.4375em) {
  .wrapper {
    max-width: 1240px;
  }
}
.wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.archive .site-main {
  padding: 0 !important;
}

span {
  font-weight: 400;
}
span.bold {
  font-weight: 900;
  text-transform: uppercase;
}
span.large {
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  display: block;
}
@media (min-width: 85.4375em) {
  span.large {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  span.large {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 48.0525em) {
  span.large {
    font-size: 30px;
    line-height: 40px;
  }
}
span.eyebrow {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
}
span.white {
  color: #ffffff;
}
span.green {
  color: #1C2E4A;
}
span.blue {
  color: #1C2E4A;
}

.title {
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}
.title.centered {
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: fit-content;
  padding: 0 60px;
}
.title.centered .last-word {
  font-weight: 900;
}
.title.underline {
  position: relative;
}
.title.underline::after {
  content: "";
  background-color: #1C2E4A;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

h1.title {
  font-size: 60px;
  line-height: 70px;
}

h2.title,
span.title,
a.title {
  font-size: 38px;
  line-height: 48px;
}
@media (min-width: 48.0625em) and (max-width: 64.0525em) {
  h2.title,
span.title,
a.title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 48.0525em) {
  h2.title,
span.title,
a.title {
    font-size: 24px;
    line-height: 34px;
  }
}

h3.title {
  font-size: 30px;
  line-height: 40px;
}

h4.title {
  font-size: 16px;
  line-height: 26px;
}

p {
  max-width: 484px;
}

/***********************************
		Button Styles 
***********************************/
.button {
  position: relative;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 900;
  color: #ffffff !important;
  text-decoration: none !important;
  display: block;
  margin-top: 30px;
  background: #0a772c !important;
  background: -moz-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: -webkit-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a772c",endColorstr="#05441a",GradientType=1) !important;
  border: solid 2px #1C2E4A !important;
  margin-bottom: 0 !important;
  padding: 9px 61px 9px 20px !important;
  border-radius: 30px !important;
}
.button::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/arrow-double-white.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s;
}
.button.continue-shopping-button {
  background: #ffffff !important;
  color: #1C2E4A !important;
  border: solid 2px #1C2E4A !important;
  padding: 9px 20px 9px 52px !important;
  margin-right: 10px !important;
}
.button.continue-shopping-button::before {
  background-image: url(images/arrow-double-blue.svg);
  right: auto;
  left: 20px;
  transform: translate(-50%, -50%) rotate(-180deg);
}
.button:hover, .button:focus {
  background: #ffffff !important;
  color: #1C2E4A !important;
  transition: all 0.3s;
}
.button:hover::before, .button:focus::before {
  background-image: url(images/arrow-double-blue.svg);
  transition: all 0.3s;
}
.button:hover.continue-shopping-button, .button:focus.continue-shopping-button {
  background: #1C2E4A !important;
  color: #ffffff !important;
  border: solid 2px #ffffff !important;
}
.button:hover.continue-shopping-button::before, .button:focus.continue-shopping-button::before {
  background-image: url(images/arrow-double-white.svg);
}

.epxbutton {
  padding: 16px 61px 15px 20px !important;
  border-radius: 30px !important;
  display: block;
  max-width: fit-content !important;
  overflow: hidden !important;
}
.epxbutton span {
  font-weight: 900;
}
.epxbutton::before, .epxbutton::after {
  content: "";
}
.epxbutton.solid-bg {
  position: relative;
}
.epxbutton.solid-bg::before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.epxbutton.solid-bg span {
  z-index: 1;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.epxbutton.solid-bg.white {
  background-color: #ffffff;
  border: solid 2px #ffffff;
}
.epxbutton.solid-bg.white::before {
  background-image: url(images/arrow-double-blue.svg);
}
.epxbutton.solid-bg.white span {
  color: #1C2E4A;
}
.epxbutton.solid-bg.green {
  background: #0a772c !important;
  background: -moz-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: -webkit-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a772c",endColorstr="#05441a",GradientType=1) !important;
  border: solid 2px #1C2E4A;
}
.epxbutton.solid-bg.green::before {
  background-image: url(images/arrow-double-white.svg);
}
.epxbutton.solid-bg.green span {
  color: #ffffff;
}
.epxbutton.solid-bg.blue {
  background-color: #1C2E4A;
  border: solid 2px #1C2E4A;
}
.epxbutton.solid-bg.blue::before {
  background-image: url(images/arrow-double-white.svg);
}
.epxbutton.solid-bg.blue span {
  color: #ffffff;
}
.epxbutton:hover, .epxbutton:focus {
  transition: all 0.3s;
}
.epxbutton:hover span, .epxbutton:focus span {
  transition: all 0.3s;
}
.epxbutton:hover.solid-bg.white, .epxbutton:focus.solid-bg.white {
  background-color: #1C2E4A;
}
.epxbutton:hover.solid-bg.white span, .epxbutton:focus.solid-bg.white span {
  color: #ffffff;
}
.epxbutton:hover.solid-bg.white::before, .epxbutton:focus.solid-bg.white::before {
  background-image: url(images/arrow-double-white.svg);
}
.epxbutton:hover.solid-bg.green, .epxbutton:focus.solid-bg.green {
  background: #ffffff !important;
}
.epxbutton:hover.solid-bg.green span, .epxbutton:focus.solid-bg.green span {
  color: #1C2E4A;
}
.epxbutton:hover.solid-bg.green::before, .epxbutton:focus.solid-bg.green::before {
  background-image: url(images/arrow-double-blue.svg);
}
.epxbutton:hover.solid-bg.blue, .epxbutton:focus.solid-bg.blue {
  background-color: #ffffff;
}
.epxbutton:hover.solid-bg.blue span, .epxbutton:focus.solid-bg.blue span {
  color: #1C2E4A;
}
.epxbutton:hover.solid-bg.blue::before, .epxbutton:focus.solid-bg.blue::before {
  background-image: url(images/arrow-double-blue.svg);
}

/***********************************
		Breadcrumb Styles 
***********************************/
.breadcrumb-bg-wrapper .wrapper {
  z-index: 1;
}
.breadcrumb-bg-wrapper .wrapper #breadcrumbs {
  position: absolute;
  top: 25px;
}
.breadcrumb-bg-wrapper .wrapper #breadcrumbs span {
  font-size: 16px;
  line-height: 26px;
}
.breadcrumb-bg-wrapper .wrapper #breadcrumbs span a {
  margin-right: 45px;
  position: relative;
}
.breadcrumb-bg-wrapper .wrapper #breadcrumbs span a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/arrow-blue-light.svg);
  width: 11px;
  height: 11px;
  position: absolute;
  top: 5px;
  right: -30px;
  transform: rotate(-90deg);
}
.breadcrumb-bg-wrapper .wrapper #breadcrumbs span.breadcrumb_last {
  font-weight: 700;
}
@media (max-width: 85.4275em) {
  .breadcrumb-bg-wrapper .wrapper #breadcrumbs span {
    display: none;
  }
}
.breadcrumb-bg-wrapper .wrapper .resp-only {
  font-weight: 700;
  position: relative;
  margin-left: 30px;
  margin-bottom: -20px;
}
.breadcrumb-bg-wrapper .wrapper .resp-only::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/arrow-blue-light.svg);
  width: 11px;
  height: 11px;
  position: absolute;
  top: 8px;
  left: -30px;
  transform: rotate(90deg);
}
@media (min-width: 85.4375em) {
  .breadcrumb-bg-wrapper .wrapper .resp-only {
    display: none;
  }
}

/*****************************
		Global Items
******************************/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  flex: 0 1 100%;
  max-width: 100%;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.padded-section {
  padding: 30px;
}
.padded-section.white {
  background-color: #ffffff;
}
.padded-section.green {
  background-color: #1C2E4A;
}
.padded-section.blue {
  background-color: #1C2E4A;
}

.product-boxes,
.sale-slider {
  margin-top: 50px;
}

.product-boxes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-boxes .product-box {
  position: relative;
}
.product-boxes .product-box.three {
  background-color: #ffffff;
}
@media (min-width: 85.4375em) {
  .product-boxes .product-box.three {
    flex: 0 1 30%;
    max-width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
  .product-boxes .product-box.three:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .product-boxes .product-box.three {
    flex: 0 1 48%;
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .product-boxes .product-box.three:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 48.0525em) {
  .product-boxes .product-box.three {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .product-boxes .product-box.three:last-of-type {
    margin-bottom: 0;
  }
}
.product-boxes .product-box.three .banner-image {
  padding: 50px 78px;
  border: solid 2px #7E7E7E;
  max-height: 150px;
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.product-boxes .product-box.three .banner-image img {
  max-height: 90px;
  margin: 0 auto;
}
.product-boxes .product-box.three .description {
  background-color: #7E7E7E;
  color: #ffffff;
  padding: 17px 20px;
  width: 100%;
  display: block;
  text-align: center;
}
.product-boxes .product-box.four {
  position: relative;
}
@media (min-width: 85.4375em) {
  .product-boxes .product-box.four {
    flex: 0 1 22%;
    max-width: 22%;
    margin-right: 4%;
    margin-bottom: 35px;
  }
  .product-boxes .product-box.four:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 85.4275em) {
  .product-boxes .product-box.four:nth-child(7) {
    display: none;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .product-boxes .product-box.four {
    flex: 0 1 30%;
    max-width: 30%;
    margin-right: 5%;
    margin-bottom: 45px;
  }
  .product-boxes .product-box.four:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 28.125em) and (max-width: 48.0525em) {
  .product-boxes .product-box.four {
    flex: 0 1 48%;
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .product-boxes .product-box.four:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 28.115em) {
  .product-boxes .product-box.four {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 48.0525em) {
  .product-boxes .product-box.four:last-of-type {
    flex: 0 1 100%;
    max-width: 100%;
    display: block;
    width: 100%;
  }
}
.product-boxes .product-box.four::after {
  content: "";
  background-image: url(images/box-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.product-boxes .product-box.four .title {
  display: block;
  color: #1C2E4A;
  margin-top: 10px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.product-boxes .product-box.four .linkblock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  min-height: 240px;
  background: #0a772c !important;
  background: -moz-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: -webkit-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a772c",endColorstr="#05441a",GradientType=1) !important;
}
.product-boxes .product-box.four .linkblock .linkblock-text {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
}
.product-boxes .product-box.four .linkblock .linkblock-text::after {
  content: "";
  background-color: #1C2E4A;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.line-decoration {
  flex: 0 1 100%;
  max-width: 100%;
  position: relative;
}
.line-decoration::before, .line-decoration::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #1C2E4A;
}
@media (min-width: 85.4375em) {
  .line-decoration::before, .line-decoration::after {
    max-width: 420px;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .line-decoration::before, .line-decoration::after {
    max-width: 345px;
  }
}
@media (min-width: 48.0625em) and (max-width: 64.0525em) {
  .line-decoration::before, .line-decoration::after {
    max-width: 250px;
  }
}
@media (min-width: 28.125em) and (max-width: 48.0525em) {
  .line-decoration::before, .line-decoration::after {
    max-width: 125px;
  }
}
@media (min-width: 21.25em) and (max-width: 28.115em) {
  .line-decoration::before, .line-decoration::after {
    max-width: 75px;
  }
}
@media (max-width: 21.25em) {
  .line-decoration::before, .line-decoration::after {
    max-width: 30px;
  }
}
.line-decoration::before {
  left: 0;
}
.line-decoration::after {
  right: 0;
}
@media (max-width: 48.0525em) {
  .line-decoration {
    margin-top: 60px;
  }
}

.contact-details {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.contact-details p {
  margin: 0;
}
.contact-details p:first-of-type {
  margin-top: 20px;
}
.contact-details .contact-detail {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

.usp-block {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.usp-block .usp-item {
  flex: 0 1 30%;
  max-width: fit-content;
  margin-right: 84px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  position: relative;
}
.usp-block .usp-item:first-of-type {
  margin-left: 30px;
}
.usp-block .usp-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.usp-block .usp-item .img-wrapper {
  z-index: 1;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.usp-block .usp-item span {
  background: #ffffff;
  color: #292929;
}
@media (min-width: 85.4375em) {
  .usp-block .usp-item span {
    padding: 8px 140px 9px 40px;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .usp-block .usp-item {
    margin-right: 32px;
  }
  .usp-block span {
    padding: 8px 60px 9px 40px;
  }
}
@media (max-width: 64.0525em) {
  .usp-block {
    display: none;
  }
}

/*****************************
		Homepage
******************************/
@media (min-width: 85.4375em) {
  .brand-bg-wrapper,
.product-bg-wrapper,
.slider-bg-wrapper,
.posts-bg-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .brand-bg-wrapper,
.product-bg-wrapper,
.slider-bg-wrapper,
.posts-bg-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 48.0525em) {
  .brand-bg-wrapper,
.product-bg-wrapper,
.slider-bg-wrapper,
.posts-bg-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.brand-bg-wrapper .title.centered,
.product-bg-wrapper .title.centered,
.slider-bg-wrapper .title.centered,
.posts-bg-wrapper .title.centered {
  color: #292929;
}
.brand-bg-wrapper .title.centered .last-word,
.product-bg-wrapper .title.centered .last-word,
.slider-bg-wrapper .title.centered .last-word,
.posts-bg-wrapper .title.centered .last-word {
  color: #1C2E4A;
}

.woocommerce {
  width: 100%;
}

.intro-bg-wrapper {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: solid 4px #1C2E4A;
}
.intro-bg-wrapper::after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro-bg-wrapper .wrapper {
  z-index: 1;
}
.intro-bg-wrapper .left-content {
  padding-top: 70px;
  padding-bottom: 73px;
}
@media (max-width: 48.0525em) {
  .intro-bg-wrapper .left-content {
    padding-bottom: 30px;
  }
}
.intro-bg-wrapper .left-content h1.large {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  display: block;
}
@media (min-width: 85.4375em) {
  .intro-bg-wrapper .left-content h1.large {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .intro-bg-wrapper .left-content h1.large {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 48.0525em) {
  .intro-bg-wrapper .left-content h1.large {
    font-size: 30px;
    line-height: 40px;
  }
}
.intro-bg-wrapper .left-content h1.large::after {
  content: "";
  background-color: #ffffff;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.intro-bg-wrapper .left-content p:first-of-type {
  margin-top: 30px;
}
.intro-bg-wrapper::before {
  content: "";
  background: #0a772c !important;
  background: -moz-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: -webkit-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a772c",endColorstr="#05441a",GradientType=1) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
.intro-bg-wrapper .img-wrapper {
  position: relative;
  max-width: fit-content;
}
.intro-bg-wrapper .img-wrapper::after {
  content: "";
  background-color: #ffffff;
  width: 120%;
  height: 2px;
  position: absolute;
  left: -10%;
  right: 0;
  bottom: 100px;
  z-index: 0;
}
@media (max-width: 48.0525em) {
  .intro-bg-wrapper .img-wrapper::after {
    left: 0;
    width: 100%;
    bottom: 65px;
  }
}
@media (max-width: 48.0525em) {
  .intro-bg-wrapper .img-wrapper {
    width: 100%;
  }
  .intro-bg-wrapper .img-wrapper img {
    max-height: 228px;
    width: 100%;
    object-fit: cover;
  }
}
.intro-bg-wrapper .banner-text {
  position: absolute;
  bottom: 40px;
  right: 30px;
  background-color: #1C2E4A;
  border-radius: 50%;
  text-align: center;
  padding: 15px;
  border: solid 5px white;
  transform: rotate(20deg);
  z-index: 1;
}
@media (max-width: 48.0525em) {
  .intro-bg-wrapper .banner-text {
    bottom: 20px;
    right: 20px;
  }
}
.intro-bg-wrapper .banner-text p {
  margin: 0;
  text-transform: uppercase;
}
.intro-bg-wrapper .banner-text p:nth-of-type(1), .intro-bg-wrapper .banner-text p:nth-of-type(3) {
  font-size: 21px;
  line-height: 21px;
}
@media (max-width: 48.0525em) {
  .intro-bg-wrapper .banner-text p:nth-of-type(1), .intro-bg-wrapper .banner-text p:nth-of-type(3) {
    font-size: 14px;
    line-height: 14px;
  }
}
.intro-bg-wrapper .banner-text p:nth-of-type(2) {
  font-size: 41px;
  line-height: 41px;
}
@media (max-width: 48.0525em) {
  .intro-bg-wrapper .banner-text p:nth-of-type(2) {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (min-width: 85.4375em) {
  .two-text-blocks-bg-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .two-text-blocks-bg-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 48.0525em) {
  .two-text-blocks-bg-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.two-text-blocks-bg-wrapper .left-content,
.two-text-blocks-bg-wrapper .right-content {
  background-color: #ffffff;
  padding: 40px;
}
.two-text-blocks-bg-wrapper .left-content .title,
.two-text-blocks-bg-wrapper .right-content .title {
  color: #1C2E4A;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}

@media (min-width: 85.4375em) {
  body.home .two-text-blocks-bg-wrapper {
    padding-top: 70px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  body.home .two-text-blocks-bg-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 48.0525em) {
  body.home .two-text-blocks-bg-wrapper {
    padding-top: 30px;
  }
}

.featured-products-bg-wrapper {
  padding-top: 60px;
  padding-bottom: 103px;
  background-image: url(images/products-bg-hero.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 529px;
}
@media (max-width: 48.0525em) {
  .featured-products-bg-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.featured-products-bg-wrapper::before {
  content: "";
  background-color: #1C2E4A;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
.featured-products-bg-wrapper .line-decoration::after, .featured-products-bg-wrapper .line-decoration::before {
  background-color: #ffffff;
}
@media (max-width: 48.0525em) {
  .featured-products-bg-wrapper .line-decoration {
    margin-top: 0;
  }
}
.featured-products-bg-wrapper span.title {
  display: block;
}
.featured-products-bg-wrapper h2.large {
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  display: block;
}
@media (min-width: 85.4375em) {
  .featured-products-bg-wrapper h2.large {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .featured-products-bg-wrapper h2.large {
    font-size: 40px;
    line-height: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 48.0525em) {
  .featured-products-bg-wrapper h2.large {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.featured-products-bg-wrapper .top-content p {
  color: #ffffff;
  max-width: 808px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 85.4375em) {
  .featured-products-bg-wrapper .top-content p:last-of-type {
    margin-bottom: 100px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .featured-products-bg-wrapper .top-content p:last-of-type {
    margin-bottom: 65px;
  }
}
@media (max-width: 85.4275em) {
  .featured-products-bg-wrapper .top-content p:last-of-type {
    margin-bottom: 40px;
  }
}
.featured-products-bg-wrapper .featured-products-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .featured-products-bg-wrapper .featured-products-block .product-box {
    flex: 0 1 48%;
    max-width: 48%;
    margin-bottom: 50px;
  }
  .featured-products-bg-wrapper .featured-products-block .product-box:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (max-width: 48.0525em) {
  .featured-products-bg-wrapper .featured-products-block .product-box {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.featured-products-bg-wrapper .featured-products-block .product-box .inner-content {
  background-color: #ffffff;
  padding: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  min-height: 440px;
}
@media (max-width: 48.0525em) {
  .featured-products-bg-wrapper .featured-products-block .product-box .inner-content {
    min-height: unset;
  }
}
.featured-products-bg-wrapper .featured-products-block .product-box .inner-content .title {
  color: #1C2E4A;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
}
.featured-products-bg-wrapper .featured-products-block .product-box .inner-content .title::after {
  content: "";
  background-color: #1C2E4A;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.featured-products-bg-wrapper .featured-products-block .product-box .inner-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.featured-products-bg-wrapper .featured-products-block .product-box .inner-content p:last-of-type {
  margin-bottom: 54px;
}

.slider-bg-wrapper {
  overflow-x: hidden;
}
@media (min-width: 85.4375em) {
  .slider-bg-wrapper {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .slider-bg-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 48.0525em) {
  .slider-bg-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider-bg-wrapper .slick-list {
    padding-left: 45px;
  }
}
.slider-bg-wrapper .slick-list {
  overflow: visible;
}
.slider-bg-wrapper .epxbutton {
  margin: 40px auto 0 auto;
}
.slider-bg-wrapper .slide {
  margin-right: 56px;
  text-align: center;
  box-shadow: 0px 0px 20px #0000001A;
  position: relative;
}
.slider-bg-wrapper .slide::after {
  content: "";
  background-image: url(images/box-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.slider-bg-wrapper .slide .banner-image {
  max-height: 268px;
}
.slider-bg-wrapper .slide .banner-image img {
  max-height: 268px;
  object-fit: cover;
}
.slider-bg-wrapper .slide .inner-content {
  background-color: #ffffff;
  padding: 20px;
  min-height: 240px;
}
.slider-bg-wrapper .slide .inner-content .title {
  color: #292929;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  min-height: 4em;
}
.slider-bg-wrapper .slide .inner-content .title::after {
  right: 0;
  margin: 0 auto;
}
.slider-bg-wrapper .slide .inner-content .price {
  display: block;
  width: 100%;
}
.slider-bg-wrapper .slide .inner-content .price.regular {
  color: #7E7E7E;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.slider-bg-wrapper .slide .inner-content .price.sale {
  color: #1C2E4A;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.question__text {
  position: relative;
}
.question__text .tooltip-container {
  position: absolute;
}

.tooltip-wrapper {
  display: block;
  font-size: 12px;
  cursor: pointer;
}
.tooltip-wrapper .open-tooltip {
  cursor: pointer;
  color: #05441A;
  font-size: 12px;
}
.tooltip-wrapper .open-tooltip:hover {
  color: #000;
}

.tooltip-container {
  z-index: 999;
  line-height: 1.5;
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
  width: 80%;
  top: 85%;
}
.tooltip-container.fade {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.tooltip-container.show {
  opacity: 0.9;
}
.tooltip-container .tooltip-text {
  padding: 12px 7px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
.tooltip-container .tooltip-text br {
  margin-bottom: 16px;
  content: "";
  display: block;
}
.tooltip-container .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.tooltip-container .arrow:before {
  bottom: 0;
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.store-wrapper {
  display: flex;
  flex: 1 1 100%;
  box-shadow: 0px 10px 20px #0000000D;
  background: #fff;
  border-top: 2px solid #1C2E4A;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.store-wrapper:last-of-type {
  margin-bottom: 0;
}
.store-wrapper .store-inner {
  display: flex;
  flex: 1 1 100%;
  padding: 52px;
}
@media (max-width: 767px) {
  .store-wrapper .store-inner {
    padding: 26px;
  }
}
@media (max-width: 980px) {
  .store-wrapper .store-inner {
    flex-wrap: wrap;
  }
}
.store-wrapper .store-inner .accordion-arrow {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.store-wrapper .store-inner .accordion-arrow img {
  transform: rotate(90deg);
  cursor: pointer;
}
.store-wrapper .store-inner .accordion-arrow img.open {
  transform: rotate(270deg);
}
.store-wrapper .store-inner .address, .store-wrapper .store-inner .contact {
  display: flex;
  flex: 0 0 29%;
  flex-wrap: wrap;
}
@media (max-width: 980px) and (min-width: 768px) {
  .store-wrapper .store-inner .address, .store-wrapper .store-inner .contact {
    flex: 0 0 41%;
  }
}
@media (max-width: 767px) {
  .store-wrapper .store-inner .address, .store-wrapper .store-inner .contact {
    flex: 1 1 80%;
    margin-bottom: 10px;
  }
  .store-wrapper .store-inner .address .telephone, .store-wrapper .store-inner .address .email, .store-wrapper .store-inner .contact .telephone, .store-wrapper .store-inner .contact .email {
    flex: 1 1 100%;
  }
}
.store-wrapper .store-inner .address h3, .store-wrapper .store-inner .contact h3 {
  flex: 1 1 100%;
  font-size: 22px;
  color: #1C2E4A;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 1200px) {
  .store-wrapper .store-inner .address h3, .store-wrapper .store-inner .contact h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.store-wrapper .store-inner .address p, .store-wrapper .store-inner .address span, .store-wrapper .store-inner .contact p, .store-wrapper .store-inner .contact span {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  display: block;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .store-wrapper .store-inner .address p, .store-wrapper .store-inner .address span, .store-wrapper .store-inner .contact p, .store-wrapper .store-inner .contact span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .store-wrapper .store-inner .address p, .store-wrapper .store-inner .address span, .store-wrapper .store-inner .contact p, .store-wrapper .store-inner .contact span {
    font-size: 14px;
    line-height: 20px;
  }
}
.store-wrapper .store-inner .address p span, .store-wrapper .store-inner .address span span, .store-wrapper .store-inner .contact p span, .store-wrapper .store-inner .contact span span {
  font-weight: 900;
  color: #1C2E4A;
  display: inline;
}
.store-wrapper .store-inner .location-name {
  display: flex;
  flex: 0 0 28%;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .store-wrapper .store-inner .location-name {
    flex: 1 1 100%;
    margin-bottom: 35px;
  }
}
.store-wrapper .store-inner .address {
  padding: 0 15px 0 0;
}
.store-wrapper .store-inner .location-name h2 {
  font-size: 30px;
  color: #1C2E4A;
  font-weight: 900;
  position: relative;
}
@media (max-width: 1200px) {
  .store-wrapper .store-inner .location-name h2 {
    font-size: 24px;
    line-height: 22px;
  }
}
.store-wrapper .store-inner .location-name h2:after {
  content: "";
  width: 25%;
  position: absolute;
  bottom: 28px;
  border-bottom: 2px solid #1C2E4A;
  left: 0;
}
@media (max-width: 980px) {
  .store-wrapper .store-inner .location-name h2:after {
    bottom: -12px;
  }
}
.store-wrapper .extension {
  flex: 1 1 100%;
  position: relative;
  display: none;
}
.store-wrapper .extension:before {
  content: "";
  width: 92%;
  position: absolute;
  top: 0;
  border-bottom: 2px solid #1C2E4A;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}
.store-wrapper .extension .extension-inner {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  padding: 52px;
}
@media (max-width: 767px) {
  .store-wrapper .extension .extension-inner {
    padding: 26px;
  }
}
.store-wrapper .extension .extension-inner .opening-times + .video-wrapper {
  margin-left: 40px !important;
}
@media (max-width: 1200px) {
  .store-wrapper .extension .extension-inner .opening-times + .video-wrapper {
    margin-left: 0 !important;
  }
}
.store-wrapper .extension .extension-inner .opening-times {
  padding: 52px;
  min-width: 390px;
  background: rgba(126, 126, 126, 0.06);
}
@media (max-width: 1200px) {
  .store-wrapper .extension .extension-inner .opening-times {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 26px;
    min-width: 100%;
  }
  .store-wrapper .extension .extension-inner .opening-times p {
    max-width: 100%;
  }
  .store-wrapper .extension .extension-inner .opening-times .opening-times-header {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .store-wrapper .extension .extension-inner .opening-times .opening-times-header {
    width: 250px;
    margin: 0 auto;
  }
}
.store-wrapper .extension .extension-inner .opening-times.single-open {
  width: 100%;
  text-align: center;
}
.store-wrapper .extension .extension-inner .opening-times.single-open p {
  max-width: 100%;
}
.store-wrapper .extension .extension-inner .opening-times.single-open .opening-times-header {
  width: 300px;
  margin: 0 auto;
}
.store-wrapper .extension .extension-inner .opening-times .opening-times-header {
  position: relative;
}
.store-wrapper .extension .extension-inner .opening-times .opening-times-header h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #1C2E4A;
  display: block;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .store-wrapper .extension .extension-inner .opening-times .opening-times-header h3 {
    font-size: 16px;
  }
}
.store-wrapper .extension .extension-inner .opening-times .opening-times-header .clock {
  position: absolute;
  top: -14px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .store-wrapper .extension .extension-inner .opening-times .opening-times-header .clock {
    display: none;
  }
}
.store-wrapper .extension .extension-inner .opening-times ul {
  margin: 0;
  padding: 0;
}
.store-wrapper .extension .extension-inner .opening-times ul li {
  list-style: none;
  font-size: 22px;
  margin-bottom: 12px;
}
.store-wrapper .extension .extension-inner .opening-times ul li:last-of-type {
  margin-bottom: 0;
}
.store-wrapper .extension .extension-inner .opening-times ul li strong {
  color: #05441A;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .store-wrapper .extension .extension-inner .opening-times ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .store-wrapper .extension .extension-inner .opening-times ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.store-wrapper .extension .extension-inner .video-wrapper {
  display: flex;
  margin-left: 0;
  flex: 1 1 50%;
  align-items: center;
}
@media (max-width: 1200px) {
  .store-wrapper .extension .extension-inner .video-wrapper {
    flex: 1 1 100%;
  }
}
.store-wrapper .extension .extension-inner .video-wrapper .video-inner {
  width: 100%;
}
.store-wrapper .extension .extension-inner .video-wrapper .img-wrap {
  width: 100%;
  text-align: center;
}
.store-wrapper .extension .extension-inner .meet-the-team {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  margin-top: 50px;
}
.store-wrapper .extension .extension-inner .meet-the-team h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 0;
  color: #05441A;
  font-weight: 900;
  flex: 1 1 100%;
}
@media (max-width: 1200px) {
  .store-wrapper .extension .extension-inner .meet-the-team h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.store-wrapper .extension .extension-inner .meet-the-team .team-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  padding: 0 52px;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .store-wrapper .extension .extension-inner .meet-the-team .team-wrapper {
    padding: 0;
  }
}
.store-wrapper .extension .extension-inner .meet-the-team .team-wrapper .meet-team-single {
  display: flex;
  flex: 0 0 20%;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) and (min-width: 481px) {
  .store-wrapper .extension .extension-inner .meet-the-team .team-wrapper .meet-team-single {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 480px) {
  .store-wrapper .extension .extension-inner .meet-the-team .team-wrapper .meet-team-single {
    flex: 0 0 50%;
  }
}
.store-wrapper .extension .extension-inner .meet-the-team .team-wrapper .meet-team-single h3 {
  flex: 1 1 100%;
  color: #05441A;
  font-size: 22px;
  font-weight: 900;
  margin-top: 18px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .store-wrapper .extension .extension-inner .meet-the-team .team-wrapper .meet-team-single h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.store-wrapper .extension .extension-inner .meet-the-team .team-wrapper .meet-team-single img {
  border: 3px solid #03A678;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .iframe-container {
    overflow: hidden;
    padding-top: 36.25%;
    position: relative;
    z-index: 5;
    margin-bottom: 0;
    display: block;
    width: 100%;
    box-shadow: 0px 10px 30px #00000012;
  }
  .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/*******************************************
		Shared WooCommerce Styles
*********************************************/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  background-color: transparent !important;
  color: #292929 !important;
  border-top: unset !important;
  list-style: none !important;
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
  margin-bottom: 30px !important;
  word-wrap: break-word !important;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  display: none !important;
}
.woocommerce .count {
  background: transparent !important;
  font-style: normal !important;
  color: #7e7e7e !important;
}
.woocommerce li {
  position: relative;
}
.woocommerce .checkmark {
  background-color: #ffffff;
  border: solid 2px #1C2E4A;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  /* Create and style the checkmark/indicator (hidden when not checked) */
}
.woocommerce .checkmark:after {
  content: "";
  display: none;
  left: 6px;
  top: -2px;
  width: 5px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  position: absolute;
  transform: rotate(45deg);
}
.woocommerce .checkmark.checked {
  background-color: #1C2E4A;
}
.woocommerce .checkmark.checked:after {
  display: block;
}
.woocommerce .checkmark.hasfocus {
  outline: 1px solid #ffffff;
  outline: -webkit-focus-ring-color auto 1px;
}
.woocommerce .checkmark input {
  opacity: 0;
  visibility: visible;
}
.woocommerce td {
  border-top: 0 !important;
}
.woocommerce li input {
  margin: 0 !important;
  vertical-align: unset !important;
  margin-right: 10px !important;
}
.woocommerce li {
  border: none !important;
}

.woocommerce-info {
  border-top-color: #1C2E4A !important;
}

.tax-product_cat .related.products {
  display: none;
}

.archive .related.products {
  display: block;
  padding-top: 40px;
}

.single-product .related:last-of-type {
  display: none !important;
}
.single-product .related:first-of-type {
  display: flex !important;
}
.single-product .variations tr {
  display: flex;
  align-items: center;
}
.single-product .variations td {
  padding: 0 !important;
}
.single-product .variations td:first-of-type {
  padding-right: 20px !important;
}
.single-product .variations td.label {
  margin-top: -17px;
}
.single-product .variations td.value {
  padding: 0 !important;
  position: relative;
}
.single-product .variations td.value select {
  padding: 15px 45px 15px 10px;
  border-radius: 25px;
  border: solid 2px #1C2E4A;
  -webkit-appearance: none;
  width: 100%;
  background-size: 15px 17px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-image: url(images/arrow-double-blue.svg);
}
.single-product .price {
  font-size: 26px !important;
  line-height: 36px !important;
  color: #1C2E4A !important;
}
.single-product .price span,
.single-product .price bdi {
  font-weight: 900;
}
.single-product .woocommerce-product-details__short-description {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 2px #1C2E4A;
}
.single-product .woocommerce-product-details__short-description p {
  max-width: 100% !important;
  width: 100% !important;
}
.single-product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 30px !important;
}
.single-product .woocommerce-product-gallery__wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 56px;
  grid-template-areas: "img-1 img-1 img-1 img-2" "img-1 img-1 img-1 img-3" "img-1 img-1 img-1 img-4";
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100% !important;
  border: solid 1px #292929;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1),
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .woocommerce-product-gallery__image--placeholder {
  grid-area: img-1;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2) {
  grid-area: img-2;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3) {
  grid-area: img-3;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(4) {
  grid-area: img-4;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2) img, .single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3) img, .single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(4) img {
  max-width: 108px;
  max-height: 108px;
}

.mower_advert_block {
  padding: 40px;
  margin-top: 40px;
  border-top: solid 10px #1C2E4A;
  position: relative;
}
.mower_advert_block::before {
  content: "";
  background: #0a772c !important;
  background: -moz-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: -webkit-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a772c",endColorstr="#05441a",GradientType=1) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
.mower_advert_block .title,
.mower_advert_block p {
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.mower_advert_block .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 40px;
  display: block;
}
.mower_advert_block .title::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.mower_advert_block .epxbutton {
  margin-top: 51px;
}

.archive .mower_advert_block {
  padding: 30px;
}
.archive .mower_advert_block .title {
  font-size: 30px;
  line-height: 40px;
}
.archive .mower_advert_block .epxbutton {
  margin-top: 30px;
}

.custom_advert_block {
  padding: 30px;
  background-color: #1C2E4A;
  color: #ffffff;
  margin-top: 40px;
}
.custom_advert_block .eyebrow {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2.4px;
  font-weight: 900;
  margin-bottom: 10px;
  display: block;
}
.custom_advert_block .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}
.custom_advert_block p {
  font-size: 16px;
  line-height: 26px;
}
.custom_advert_block p:first-of-type {
  margin-top: 10px;
}
.custom_advert_block p .epxbutton {
  margin-top: 30px;
}
.custom_advert_block .epxbutton span {
  color: #1C2E4A !important;
  transition: color 0.3s;
}
.custom_advert_block .epxbutton::before {
  background-image: url(images/arrow-double-blue.svg) !important;
  transition: background-image 0.3s;
}
.custom_advert_block .epxbutton:hover, .custom_advert_block .epxbutton:focus {
  background-color: transparent !important;
  transition: background-color 0.3s;
}
.custom_advert_block .epxbutton:hover span, .custom_advert_block .epxbutton:focus span {
  color: #ffffff !important;
  transition: color 0.3s;
}
.custom_advert_block .epxbutton:hover::before, .custom_advert_block .epxbutton:focus::before {
  background-image: url(images/arrow-double-white.svg) !important;
  transition: background-image 0.3s;
}

.onsale {
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 900 !important;
  color: #1C2E4A !important;
  position: relative !important;
  background-color: #ffffff !important;
  padding: 13px 5px !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  border: solid 3px #1C2E4A !important;
  position: absolute !important;
  top: -10px !important;
  left: -17px !important;
  right: auto !important;
  z-index: 1 !important;
}

.product {
  position: relative;
}

.product_meta .posted_in {
  display: none;
}

.type-product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.type-product .padded-section {
  box-shadow: 0px 10px 20px #0000000D;
  position: relative;
}
.type-product .padded-section .product_title {
  font-size: 28px;
  line-height: 38px;
  color: #292929;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 73%;
}
.type-product .padded-section .product_meta {
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-top: 0;
  margin-bottom: 45px;
}
@media (min-width: 48.0625em) {
  .type-product .padded-section.left {
    flex: 0 1 60%;
    max-width: 60%;
    margin-right: 5%;
    margin-bottom: 80px;
    padding: 30px 65px;
  }
}
@media (max-width: 48.0525em) {
  .type-product .padded-section.left {
    padding: 21px;
  }
}
.type-product .padded-section.left .brand-logo {
  position: absolute;
  top: 0;
  right: 0;
}
.type-product .padded-section.left .brand-logo img {
  max-width: 180px;
}
@media (max-width: 64.0525em) {
  .type-product .padded-section.left .brand-logo img {
    max-width: 100px;
  }
}
.type-product .padded-section.right {
  width: 100%;
  padding: 30px;
}
.type-product .padded-section.right .button {
  clear: left;
  margin-top: 20px;
}
.type-product .entry-summary {
  margin-bottom: 50px !important;
}
@media (min-width: 48.0625em) {
  .type-product .entry-summary {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media (max-width: 48.0525em) {
  .type-product .entry-summary {
    margin-top: 30px;
  }
}
.type-product .entry-summary .price {
  position: relative;
}
.type-product .entry-summary .price::after {
  content: "";
  background-color: #1C2E4A;
  width: 50px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.type-product .wc-tabs-wrapper {
  flex: 0 1 100% !important;
  max-width: 100% !important;
}
.type-product .wc-tabs-wrapper h3 {
  font-weight: 400 !important;
  position: relative !important;
  width: fit-content !important;
  color: #292929 !important;
  font-size: 38px !important;
  line-height: 48px !important;
}
.type-product .wc-tabs-wrapper h3 .last-word {
  font-weight: 900 !important;
  color: #1C2E4A !important;
}
.type-product .wc-tabs-wrapper .shop_attributes {
  border: none !important;
}
.type-product .wc-tabs-wrapper .wc-tab p {
  max-width: 73% !important;
}
.type-product .wc-tabs-wrapper .wc-tabs {
  list-style-type: none !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  border-radius: none !important;
  border-left: solid 2px #1C2E4A;
}
.type-product .wc-tabs-wrapper .wc-tabs::before, .type-product .wc-tabs-wrapper .wc-tabs::after {
  display: none !important;
}
.type-product .wc-tabs-wrapper .wc-tabs li {
  background-color: #ffffff !important;
  border: solid 2px #1C2E4A !important;
  border-radius: 0 !important;
}
.type-product .wc-tabs-wrapper .wc-tabs li::after, .type-product .wc-tabs-wrapper .wc-tabs li::before {
  display: none !important;
}
@media (min-width: 64.0625em) {
  .type-product .wc-tabs-wrapper .wc-tabs li {
    flex: 0 1 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 64.0525em) {
  .type-product .wc-tabs-wrapper .wc-tabs li {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.type-product .wc-tabs-wrapper .wc-tabs li a {
  padding: 11px 33px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
  text-align: center !important;
  color: #1C2E4A !important;
  width: 100% !important;
  display: block !important;
}
.type-product .wc-tabs-wrapper .wc-tabs li.active {
  background-color: #1C2E4A !important;
  border-radius: 0 !important;
}
.type-product .wc-tabs-wrapper .wc-tabs li.active a {
  color: #ffffff !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_collect, .type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_drive, .type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_key, .type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_lawn, .type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_lawn_type, .type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_mulch, .type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_type, .type-product .wc-tabs-wrapper .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_mower_collect {
  display: none !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes {
  width: 100% !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tbody,
.type-product .wc-tabs-wrapper .woocommerce-product-attributes thead,
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr,
.type-product .wc-tabs-wrapper .woocommerce-product-attributes td,
.type-product .wc-tabs-wrapper .woocommerce-product-attributes th {
  border: none !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr {
  display: block !important;
  padding: 8px 20px !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr:nth-of-type(even) {
  background-color: #ffffff !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr:nth-of-type(even) th,
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr:nth-of-type(even) td {
  background-color: #ffffff !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr:nth-of-type(odd) {
  background-color: #F8F8F8 !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr:nth-of-type(odd) th,
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr:nth-of-type(odd) td {
  background-color: #F8F8F8 !important;
}
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr th,
.type-product .wc-tabs-wrapper .woocommerce-product-attributes tr td {
  padding: 0 !important;
}

ul.products.columns-4 {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  padding: 0 !important;
  list-style-type: none !important;
  margin: 0 !important;
}
ul.products.columns-4 li {
  position: relative !important;
}

.related {
  margin: 0 auto !important;
}
@media (max-width: 64.0525em) {
  .related {
    padding: 0 5%;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .related {
    padding: 0 30px;
  }
}
@media (min-width: 85.4375em) {
  .related {
    max-width: 1240px;
    margin-bottom: 140px !important;
  }
}
@media (max-width: 85.4275em) {
  .related {
    margin-bottom: 60px !important;
  }
}
.related .line-decoration h2 {
  color: #292929 !important;
}
.related .line-decoration h2 .last-word {
  color: #1C2E4A !important;
}

@media (max-width: 64.0525em) {
  .archive.tax-product_cat .related {
    padding: 0 5%;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .archive.tax-product_cat .related {
    padding: 0 30px;
  }
}
@media (min-width: 85.4375em) {
  .archive.tax-product_cat .related {
    max-width: 1240px;
  }
}

.woocommerce-pagination ul {
  border: none !important;
}
.woocommerce-pagination ul li {
  padding: 0 !important;
  margin-right: 10px !important;
}
.woocommerce-pagination ul li span.page-numbers,
.woocommerce-pagination ul li a.page-numbers {
  background: #ffffff !important;
  color: #1C2E4A !important;
  padding: 14.5px 20px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.woocommerce-pagination ul li span.page-numbers.current,
.woocommerce-pagination ul li a.page-numbers.current {
  background: #0a772c !important;
  background: -moz-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: -webkit-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a772c",endColorstr="#05441a",GradientType=1) !important;
  color: #ffffff !important;
  font-weight: 900;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  border: solid 2px #1C2E4A !important;
}
.woocommerce-pagination .next .pagination-link,
.woocommerce-pagination .prev .pagination-link {
  position: relative;
}
.woocommerce-pagination .next .pagination-link::after,
.woocommerce-pagination .prev .pagination-link::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/arrow-double-blue.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.woocommerce-pagination .prev .pagination-link::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.woocommerce-breadcrumb {
  font-weight: 900 !important;
  color: #292929 !important;
  margin-bottom: 40px !important;
  padding: 0 !important;
}
.woocommerce-breadcrumb a {
  position: relative !important;
  margin-right: 45px !important;
  font-weight: 400 !important;
}
.woocommerce-breadcrumb a::after {
  content: "" !important;
  background-image: url(images/arrow-blue-light.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 12px !important;
  height: 12px !important;
  position: absolute !important;
  top: 5px !important;
  right: -30px !important;
  transform: rotate(-90deg) !important;
}
.woocommerce-breadcrumb a:last-of-type {
  display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-Message {
  background-color: #ffffff !important;
}
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content .submit {
  color: #ffffff !important;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 25px;
}
.woocommerce-MyAccount-navigation li a {
  font-size: 20px;
  line-height: 30px;
  border-bottom: solid 2px #1C2E4A;
  width: 100%;
  display: block;
}
.woocommerce-MyAccount-navigation li:first-of-type a {
  font-weight: 900;
}

.woocommerce-MyAccount-content {
  background-color: #ffffff;
  padding: 34px 30px;
}

.woocommerce-page {
  background-color: #F8F8F8 !important;
}
.woocommerce-page h1 {
  margin-top: 7px;
  margin-bottom: 35px;
  font-size: 38px;
  line-height: 48px;
  font-weight: 900;
  color: #1C2E4A;
}
@media (min-width: 85.4375em) {
  .woocommerce-page .default-page-bg-wrapper .wrapper {
    padding-bottom: 140px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .woocommerce-page .default-page-bg-wrapper .wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 48.0525em) {
  .woocommerce-page .default-page-bg-wrapper .wrapper {
    padding-bottom: 60px;
  }
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 0 1 35%;
  max-width: 35%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 0 1 60%;
  max-width: 60%;
  margin-left: 5%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 26px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  color: #1C2E4A;
  text-decoration: underline;
}
@media (max-width: 48.0525em) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.woocommerce-cart .woocommerce-cart-form__contents {
  position: relative;
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form__contents::before {
  content: "";
  background-color: #1C2E4A;
  width: 100%;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
}

thead {
  background-color: #1C2E4A !important;
  z-index: 10 !important;
  position: relative;
}
thead th {
  color: #ffffff !important;
  padding: 17px 20px 15px 20px !important;
}

.archive ul.products.columns-4 li.outofstock .button,
.related ul.products.columns-4 li.outofstock .button {
  display: none;
}
@media (min-width: 64.0625em) {
  .archive ul.products.columns-4 li,
.related ul.products.columns-4 li {
    flex: 0 1 22% !important;
    max-width: 22% !important;
    margin-right: 4% !important;
    margin-top: 50px !important;
  }
  .archive ul.products.columns-4 li:nth-of-type(4n+4),
.related ul.products.columns-4 li:nth-of-type(4n+4) {
    margin-right: 0 !important;
  }
}
@media (min-width: 48.0625em) and (max-width: 64.0525em) {
  .archive ul.products.columns-4 li,
.related ul.products.columns-4 li {
    flex: 0 1 30% !important;
    max-width: 30% !important;
    margin-right: 5% !important;
    margin-top: 50px !important;
  }
  .archive ul.products.columns-4 li:nth-of-type(3n+3),
.related ul.products.columns-4 li:nth-of-type(3n+3) {
    margin-right: 0 !important;
  }
}
@media (min-width: 28.125em) and (max-width: 48.0525em) {
  .archive ul.products.columns-4 li,
.related ul.products.columns-4 li {
    flex: 0 1 48% !important;
    max-width: 48% !important;
    margin-right: 4% !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .archive ul.products.columns-4 li:nth-of-type(even),
.related ul.products.columns-4 li:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media (max-width: 28.115em) {
  .archive ul.products.columns-4 li,
.related ul.products.columns-4 li {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    margin-top: 30px !important;
  }
}
.archive .product,
.related .product {
  position: relative;
}
.archive .product::after,
.related .product::after {
  content: "";
  background-image: url(images/box-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

.related ul.products.columns-4 li {
  display: none;
}
@media (max-width: 28.115em) {
  .related ul.products.columns-4 li:nth-child(1) {
    display: block;
  }
}
@media (min-width: 28.125em) and (max-width: 48.0525em) {
  .related ul.products.columns-4 li:nth-child(1), .related ul.products.columns-4 li:nth-child(2) {
    display: block;
  }
}
@media (min-width: 48.0625em) and (max-width: 64.0525em) {
  .related ul.products.columns-4 li:nth-child(1), .related ul.products.columns-4 li:nth-child(2), .related ul.products.columns-4 li:nth-child(3) {
    display: block;
  }
}
@media (min-width: 64.0625em) {
  .related ul.products.columns-4 li:nth-child(1), .related ul.products.columns-4 li:nth-child(2), .related ul.products.columns-4 li:nth-child(3), .related ul.products.columns-4 li:nth-child(4) {
    display: block;
  }
}

.archive #main {
  z-index: 10;
  position: relative;
}
.archive #main .price span {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 900 !important;
  color: #1C2E4A !important;
}
.archive .woocommerce-ordering {
  margin-bottom: 40px !important;
  position: relative;
}
.archive .woocommerce-ordering::after {
  content: "";
  background-image: url(images/arrow-blue-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
}
.archive .orderby {
  background: #ffffff;
  padding: 12px 32px 12px 15px;
  border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.archive .woocommerce-result-count {
  font-size: 13px;
  line-height: 23px;
  margin: 5px 0 0 0 !important;
}
.archive .woocommerce-products-header {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 40px;
  background: #0a772c !important;
  background: -moz-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: -webkit-linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  background: linear-gradient(287deg, #000939 0%, #1c2e4a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a772c",endColorstr="#05441a",GradientType=1) !important;
  position: relative;
  margin-bottom: 88px;
}
@media (max-width: 64.0525em) {
  .archive .woocommerce-products-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 64.0625em) {
  .archive .woocommerce-products-header::after {
    content: "";
    background-color: #1C2E4A;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -58px;
    left: 0;
  }
}
.archive .woocommerce-products-header .page-title {
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 0;
}
.archive .woocommerce-products-header .page-title,
.archive .woocommerce-products-header .term-description {
  color: #ffffff;
  display: block;
  float: left;
  clear: left;
  max-width: 444px;
}
@media (max-width: 85.4275em) {
  .archive .woocommerce-products-header .page-title,
.archive .woocommerce-products-header .term-description {
    max-width: 371px;
  }
}
.archive .woocommerce-products-header .term-description p:first-of-type {
  margin-top: 0;
}
.archive .woocommerce-products-header .term-description p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 85.4375em) {
  .archive .woocommerce-products-header .img-wrapper {
    top: 0;
    right: 40px;
  }
  .archive .woocommerce-products-header .img-wrapper img {
    max-height: 220px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .archive .woocommerce-products-header .img-wrapper {
    top: 26px;
    right: 0;
  }
  .archive .woocommerce-products-header .img-wrapper img {
    max-height: 152px;
  }
}
@media (min-width: 48.0625em) {
  .archive .woocommerce-products-header .img-wrapper {
    position: absolute;
  }
}
@media (max-width: 48.0525em) {
  .archive .woocommerce-products-header .term-description {
    margin-bottom: 30px;
  }
  .archive .woocommerce-products-header .banner-image {
    margin-bottom: -40px;
  }
}

.products .product {
  background-color: #ffffff !important;
  box-shadow: 0px 10px 20px #0000001A !important;
  padding: 33px 22px 21px 22px !important;
  text-align: center !important;
}
.products .product h3 {
  margin: 25px 0 30px 0 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 900 !important;
  position: relative !important;
  color: #292929 !important;
}
.products .product h3::after {
  content: "";
  background-color: #1C2E4A;
  width: 50px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
}
.products .product .price del {
  display: block;
  width: 100%;
}
.products .product .price span:first-of-type {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  color: #7E7E7E !important;
}
.products .product .price span:last-of-type {
  color: #1C2E4A !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 900 !important;
}
.products .product.product-type-variable .price span:first-of-type {
  color: #1C2E4A !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 900 !important;
}
.products .product .add_to_cart_button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.single-product .related.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-form-login {
  display: block;
  width: 100%;
}

/*****************************************
		Checkout -- Woocommerce
*********************************************/
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  padding: 0 30px;
}
.woocommerce-checkout .woocommerce-error {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-checkout .woocommerce-error::before {
  left: -30px !important;
  top: 0 !important;
}
.woocommerce-checkout .woocommerce-error li {
  flex: 0 1 30%;
  max-width: 30%;
  margin-right: 5%;
  margin-bottom: 1%;
  font-size: 18px;
  line-height: 28px;
}
.woocommerce-checkout .woocommerce-error li:nth-of-type(3n+3) {
  margin-right: 0;
}
.woocommerce-checkout .woocommerce-error li strong {
  color: #1C2E4A;
}
.woocommerce-checkout #payment {
  padding: 30px !important;
  background-color: #ffffff !important;
}
.woocommerce-checkout ul {
  padding: 0 !important;
  border: none !important;
}
.woocommerce-checkout .form-row.place-order {
  padding: 30px !important;
}
.woocommerce-checkout .form-row.place-order .button {
  margin-top: 30px !important;
  display: block;
  width: 100%;
  max-width: 100% !important;
}
.woocommerce-checkout td,
.woocommerce-checkout th {
  border: none !important;
  padding: 0 !important;
}
.woocommerce-checkout .col-2 .shop_table {
  background-color: #ffffff !important;
  padding: 30px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.woocommerce-checkout .col-2 .shop_table thead {
  display: none !important;
}
.woocommerce-checkout .col-2 .shop_table tfoot,
.woocommerce-checkout .col-2 .shop_table tbody {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.woocommerce-checkout .col-2 .shop_table tfoot tr,
.woocommerce-checkout .col-2 .shop_table tbody tr {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  flex: 0 1 100% !important;
}
.woocommerce-checkout .col-2 .shop_table tfoot tr th,
.woocommerce-checkout .col-2 .shop_table tfoot tr td,
.woocommerce-checkout .col-2 .shop_table tbody tr th,
.woocommerce-checkout .col-2 .shop_table tbody tr td {
  flex: 0 1 50% !important;
  max-width: 50% !important;
}
.woocommerce-checkout .col-2 .shop_table .cart_item {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: solid 2px #1C2E4A;
}
.woocommerce-checkout .col-2 .shop_table .cart_item .product-total span {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 900 !important;
  color: #1C2E4A !important;
}
.woocommerce-checkout .col-2 .shop_table .cart_item .product-name,
.woocommerce-checkout .col-2 .shop_table .cart_item .product-total {
  flex: 0 1 48% !important;
  max-width: 48% !important;
}
.woocommerce-checkout .col-2 .shop_table .cart_item .product-total {
  margin-left: 4%;
}
.woocommerce-checkout .col-2 .cart-subtotal {
  padding-top: 30px !important;
}
.woocommerce-checkout .col-2 .woocommerce-shipping-totals {
  padding-bottom: 30px !important;
}
.woocommerce-checkout .col-2 .order-total {
  padding-top: 25px !important;
  border-top: solid 2px #1C2E4A !important;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .col-2 h3 {
  background-color: #1C2E4A !important;
  color: #ffffff !important;
  display: block !important;
  width: 100% !important;
  padding: 12px 20px 10px 20px !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
@media (max-width: 48.0525em) {
  .woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .col-2 {
    margin-top: 30px !important;
  }
}
.woocommerce-checkout #main label {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #292929 !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.woocommerce-checkout #main input {
  padding: 16px 10px !important;
  border: solid 1px #D6D6D6 !important;
  background-color: #ffffff !important;
  margin-top: 10px !important;
}
.woocommerce-checkout #main p {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.woocommerce-checkout .wc_payment_methods li {
  background-color: #ffffff;
}

.error404 .right {
  background-color: #ffffff;
  padding: 30px;
}
.error404 .right p a {
  color: #1C2E4A;
  text-decoration: underline;
}

.woocommerce-cart table {
  width: 100% !important;
  border: none !important;
}
.woocommerce-cart table img {
  width: 50px !important;
  height: 50px !important;
}
.woocommerce-cart .cart_item td {
  background-color: #ffffff;
}
.woocommerce-cart .cart-collaterals {
  float: right !important;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #ffffff !important;
  padding: 30px !important;
  max-width: 592px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: inline-block !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals .order-total span {
  color: #1C2E4A !important;
  font-weight: 900 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  display: none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  max-width: 235px !important;
}
@media (max-width: 48.0525em) {
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    max-width: 100% !important;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  background-color: #ffffff !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total {
  padding-top: 25px !important;
  border-top: solid 2px #1C2E4A !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping_method {
  background-color: white !important;
  border-radius: 2px !important;
  height: 10px !important;
  width: 10px !important;
  top: 5px !important;
  left: 0 !important;
  /* Create and style the checkmark/indicator (hidden when not checked) */
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping_method:after {
  content: "";
  display: none;
  left: 6px;
  top: -2px;
  width: 5px;
  height: 16px;
  border: solid #292929;
  border-width: 0 2px 2px 0;
  position: absolute;
  transform: rotate(45deg);
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping_method.checked:after {
  display: block !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping_method.hasfocus {
  outline: 1px solid #1C2E4A !important;
  outline: -webkit-focus-ring-color auto 1px !important;
}

th.product-thumbnail,
th.product-remove {
  color: #1C2E4A !important;
}

th.product-thumbnail {
  display: none !important;
}

th,
td {
  padding: 13px 20px !important;
}

td {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #4b4b4b !important;
}
td.product-remove a {
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  color: #FF0015 !important;
}
td.actions {
  background-color: #F8F8F8 !important;
  padding-top: 30px !important;
  padding-bottom: 45px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-bottom: solid 2px #1C2E4A !important;
  margin-bottom: 30px !important;
  border-top: none !important;
}
@media (max-width: 767px) {
  td.actions {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.coupon {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-start !important;
}
.coupon .button {
  margin-top: 0 !important;
  margin-left: 20px !important;
  background: #ffffff !important;
  border: solid 3px #1C2E4A !important;
  color: #1C2E4A !important;
  display: inline-block !important;
}
.coupon .left-content,
.coupon .right-content {
  flex: 0 1 50% !important;
  max-width: 50% !important;
}
.coupon .left-content::before,
.coupon .right-content::before {
  right: 10px !important;
}
@media (max-width: 48.0525em) {
  .coupon .left-content,
.coupon .right-content {
    flex: 0 1 100% !important;
    max-width: 100% !important;
  }
}
.coupon .left-content {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}
.coupon .left-content .input-text {
  max-width: 160px !important;
  width: 100% !important;
}
.coupon .left-content .button::before {
  background-image: url(images/plus-symbol.svg) !important;
}
.coupon .right-content .button {
  float: right !important;
  margin-right: 0 !important;
}
.coupon .right-content .button::before {
  background-image: url(images/arrow-double-blue.svg) !important;
}
@media (max-width: 48.0525em) {
  .coupon .right-content .button {
    float: left !important;
    margin-top: 30px !important;
  }
}
.coupon label {
  display: none !important;
}
.coupon input {
  padding: 16px 10px !important;
  border: none !important;
  background-color: #ffffff !important;
}

.cart-collaterals {
  margin-top: 30px !important;
}
.cart-collaterals h2 {
  font-size: 38px !important;
  line-height: 48px !important;
  font-weight: 900 !important;
  color: #1C2E4A !important;
  margin-top: 0 !important;
  margin-bottom: 37px !important;
}
.cart-collaterals td,
.cart-collaterals th {
  padding: 0 !important;
  border: none !important;
}

.default-page-bg-wrapper h1,
.error404 #main h1 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 38px;
  line-height: 48px;
  font-weight: 900;
  color: #1C2E4A;
}
@media (min-width: 85.4375em) {
  .default-page-bg-wrapper .wrapper,
.error404 #main .wrapper {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .default-page-bg-wrapper .wrapper,
.error404 #main .wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 48.0525em) {
  .default-page-bg-wrapper .wrapper,
.error404 #main .wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.default-page-bg-wrapper .wrapper p,
.error404 #main .wrapper p {
  font-size: 16px;
  line-height: 26px;
}
.default-page-bg-wrapper .wrapper p a,
.error404 #main .wrapper p a {
  color: #1C2E4A;
  text-decoration: underline;
}

/*******************************************
		 WooCommerce Sidebar
*********************************************/
.sidebar-container {
  opacity: 1;
  max-height: 100%;
  visibility: visible;
  transition: opacity 0.3s, max-height 0.3s, visibility 0.3s;
}
.sidebar-container.hidden {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: opacity 0.3s, max-height 0.3s, visibility 0.3s;
}

.filters-button {
  background-color: #1C2E4A;
  border: none;
  display: block;
  width: 100%;
  position: relative;
}
.filters-button h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-align: left;
  color: #ffffff;
}
.filters-button::after {
  content: "";
  background-image: url(images/product-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  position: absolute;
  top: 22px;
  left: 20px;
}
@media (min-width: 64.0625em) {
  .filters-button {
    padding: 17px 20px 15px 65px;
  }
}
@media (max-width: 64.0525em) {
  .filters-button {
    padding: 17px 80px 15px 141px;
  }
  .filters-button::after {
    left: 107px;
  }
}
@media (max-width: 28.115em) {
  .filters-button {
    padding: 17px 20px 15px 65px;
  }
  .filters-button::after {
    left: 20px;
  }
}

.berocket_single_filter_widget .bapf_head,
.berocket_single_filter_widget .bapf_body {
  background-color: #ffffff;
}
.berocket_single_filter_widget .bapf_head {
  padding: 11px 38px 10px 38px;
  font-size: 20px;
  line-height: 30px;
}
.berocket_single_filter_widget .bapf_head h3 {
  color: #1C2E4A;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.berocket_single_filter_widget .bapf_head h3 .bapf_colaps_smb {
  right: auto;
  left: -24px;
}
.berocket_single_filter_widget .bapf_body {
  padding: 11px 38px 10px 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #292929;
}
.berocket_single_filter_widget .bapf_body input[type=checkbox] {
  margin-right: 10px !important;
  border: solid 2px #1C2E4A;
  border-radius: 2px;
}
.berocket_single_filter_widget .bapf_body input[type=checkbox]:checked {
  background-color: #1C2E4A;
  background-clip: unset;
}
.berocket_single_filter_widget .bapf_body ul {
  padding: 0;
}
.berocket_single_filter_widget .bapf_body ul li {
  display: flex;
  flex-wrap: nowrap;
}
.berocket_single_filter_widget .bapf_body ul li input {
  min-width: 20px;
  max-width: 20px;
}
.berocket_single_filter_widget .bapf_body ul li label {
  margin-top: -2px;
}
.berocket_single_filter_widget .bapf_sfilter {
  margin-bottom: 0;
  border-bottom: solid 2px #1C2E4A;
}

/********************************
		Pagination
********************************/
.woocommerce-pagination .page-numbers {
  float: right;
}

/********************************
	Login Page/WPCF7 Shared
*******************************/
.woocommerce form.login, .woocommerce form.register {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.woocommerce form.login button, .woocommerce form.register button {
  color: #ffffff !important;
  margin-top: 30px;
}

.page-template-page-contact-us label,
.woocommerce-account label {
  color: #292929;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-top: 20px;
}
.page-template-page-contact-us label:first-of-type,
.woocommerce-account label:first-of-type {
  margin-top: 0;
}
.page-template-page-contact-us label.woocommerce-form__label-for-checkbox,
.woocommerce-account label.woocommerce-form__label-for-checkbox {
  display: flex;
  width: 100%;
  align-items: end;
  align-content: center;
}
.page-template-page-contact-us label.woocommerce-form__label-for-checkbox input,
.woocommerce-account label.woocommerce-form__label-for-checkbox input {
  flex: 0 1 20%;
  max-width: 20%;
}
.page-template-page-contact-us label.woocommerce-form__label-for-checkbox span,
.woocommerce-account label.woocommerce-form__label-for-checkbox span {
  flex: 0 1 80%;
  max-width: 80%;
}
.page-template-page-contact-us input,
.page-template-page-contact-us textarea,
.page-template-page-contact-us select,
.woocommerce-account input,
.woocommerce-account textarea,
.woocommerce-account select {
  padding: 20px 15px 15px 15px;
  width: 100%;
  border: none;
  margin-top: 10px;
  border-bottom: solid 2px #1C2E4A;
}

/*******************************
		Contact Us
********************************/
.page-template-page-contact-us h1 {
  flex: 0 1 100%;
  max-width: 100%;
}
.page-template-page-contact-us .left-content,
.page-template-page-contact-us .wpcf7 {
  background: #ffffff;
  padding: 40px 30px;
}
.page-template-page-contact-us .left-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 64.0625em) {
  .page-template-page-contact-us .left-content {
    flex: 0 1 65% !important;
    max-width: 65% !important;
    margin-right: 5% !important;
  }
}
.page-template-page-contact-us .left-content .top-container {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 85.4375em) {
  .page-template-page-contact-us .left-content .top-container .top-left,
.page-template-page-contact-us .left-content .top-container .top-right {
    flex: 0 1 48%;
    max-width: 48%;
  }
}
@media (max-width: 85.4275em) {
  .page-template-page-contact-us .left-content .top-container .top-left,
.page-template-page-contact-us .left-content .top-container .top-right {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-page-contact-us .left-content .top-container .top-left p:first-of-type,
.page-template-page-contact-us .left-content .top-container .top-right p:first-of-type {
  margin-top: 0;
}
@media (min-width: 85.4375em) {
  .page-template-page-contact-us .left-content .top-container .top-left {
    margin-right: 4%;
  }
}
.page-template-page-contact-us .left-content .top-container .top-left p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
.page-template-page-contact-us .left-content .top-container .top-left p strong {
  font-weight: 900;
  color: #1C2E4A;
}
.page-template-page-contact-us .left-content .top-container .top-right .contact-row,
.page-template-page-contact-us .left-content .top-container .top-right .company-telephone {
  color: #292929;
  font-size: 22px;
  line-height: 32px;
  display: block;
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .page-template-page-contact-us .left-content .top-container .top-right .contact-row,
.page-template-page-contact-us .left-content .top-container .top-right .company-telephone {
    display: inline;
    margin-right: 20px;
  }
}
.page-template-page-contact-us .left-content .top-container .top-right .contact-row span.green,
.page-template-page-contact-us .left-content .top-container .top-right .company-telephone span.green {
  font-weight: 900;
  text-transform: uppercase;
}
.page-template-page-contact-us .left-content iframe {
  max-height: 407px;
}
@media (min-width: 64.0625em) {
  .page-template-page-contact-us .right-content {
    flex: 0 1 30% !important;
    max-width: 30% !important;
  }
}
@media (max-width: 64.0525em) {
  .page-template-page-contact-us .right-content {
    background-color: #ffffff;
  }
}
@media (max-width: 64.0525em) {
  .page-template-page-contact-us .left-content,
.page-template-page-contact-us .right-content {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
}

/***********************************
		WPCF7
***********************************/
.wpcf7 {
  width: 100%;
  max-width: 376px;
}
.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7 p {
  margin: 0 !important;
  margin-top: 20px !important;
}
.wpcf7 .grecaptchahide {
  display: block;
  margin-top: 20px;
  color: #292929;
  font-size: 12px;
  line-height: 24px;
}
.wpcf7 .grecaptchahide a {
  color: #1C2E4A;
  text-decoration: underline;
}
.wpcf7 span.wpcf7-not-valid-tip {
  color: #1C2E4A !important;
}
.wpcf7 .wpcf7-response-output {
  color: #000000;
  border-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.wpcf7 .input-wrapper {
  margin-top: 20px;
}
.wpcf7 .input-wrapper:first-of-type {
  margin-top: -20px;
}
.wpcf7 input.wpcf7-submit,
.wpcf7 textarea.wpcf7-submit,
.wpcf7 select.wpcf7-submit {
  background-color: transparent;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 9px 25px 9px 25px;
  border-radius: 40px;
  transition: all 0.3s;
  border: solid 2px transparent;
}
.wpcf7 input.wpcf7-submit:first-of-type,
.wpcf7 textarea.wpcf7-submit:first-of-type,
.wpcf7 select.wpcf7-submit:first-of-type {
  margin-left: 0 !important;
}
.wpcf7 input.wpcf7-submit:hover, .wpcf7 input.wpcf7-submit:focus,
.wpcf7 textarea.wpcf7-submit:hover,
.wpcf7 textarea.wpcf7-submit:focus,
.wpcf7 select.wpcf7-submit:hover,
.wpcf7 select.wpcf7-submit:focus {
  color: #1C2E4A;
  background-color: #ffffff;
  border: solid 2px #1C2E4A;
  transition: all 0.3s;
}

.irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to,
.irs--modern .irs-bar {
  background: #1C2E4A !important;
}

.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to:before {
  border-top-color: #1C2E4A !important;
}

.usp-block .usp-item span {
  color: #1C2E4A !important;
}

.woocommerce-price-suffix,
.woocommerce ul.products li.product .price,
.woocommerce div.product .stock {
  color: #1C2E4A !important;
}

.woocommerce-Tabs-panel p, li,
.woocommerce div.product .stock {
  margin: 1em 0;
}

.woocommerce-Reviews-title {
  margin: 2% 0;
  font-size: 22px;
  line-height: 32px;
}

.type-product .wc-tabs-wrapper h3 {
  margin: 2% 0;
}

.woocommerce .quantity .qty {
  border: 1px solid #1C2E4A;
}

.nav {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}
.nav .next, .nav .prev {
  cursor: pointer;
  width: 25px;
  transition: 0.3s ease-in-out;
}
.nav .next img, .nav .prev img {
  width: 100%;
}
.nav .next {
  margin-left: 20px;
}
.nav .next:hover {
  transform: scale(1.1) !important;
}
.nav .prev {
  transform: rotate(180deg);
}
.nav .prev:hover {
  transform: rotate(180deg) scale(1.1) !important;
}

@media (min-width: 85.4375em) {
  .posts-bg-wrapper {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}
@media (max-width: 85.4275em) {
  .posts-bg-wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.posts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.posts .post {
  position: relative;
  position: relative;
}
@media (min-width: 85.4375em) {
  .posts .post {
    flex: 0 1 22%;
    max-width: 22%;
    margin-right: 4%;
    margin-bottom: 35px;
  }
  .posts .post:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 85.4275em) {
  .posts .post:nth-child(7) {
    display: none;
  }
}
@media (min-width: 48.0625em) and (max-width: 85.4275em) {
  .posts .post {
    flex: 0 1 30%;
    max-width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .posts .post:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 28.125em) and (max-width: 48.0525em) {
  .posts .post {
    flex: 0 1 48%;
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .posts .post:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 28.115em) {
  .posts .post {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 48.0525em) {
  .posts .post:last-of-type {
    flex: 0 1 100%;
    max-width: 100%;
    display: block;
    width: 100%;
  }
}
.posts .post::after {
  content: "";
  background-image: url(images/box-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.posts .post .title {
  display: block;
  color: #1C2E4A;
  margin-top: 10px;
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.posts .post .title {
  display: block;
  color: #1C2E4A;
  margin-top: 10px;
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/* Main Menu */
.navigation {
  width: 100%;
}
.navigation.top-nav li a, .navigation.main-nav li a {
  padding: 0;
}
.navigation.top-nav .wrapper {
  align-items: center;
  justify-content: flex-end;
}
.navigation.top-nav a {
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  color: #ffffff;
  font-weight: bold;
}
.navigation.top-nav li a {
  position: relative;
}
.navigation.top-nav li a::after {
  content: "|";
  color: #ffffff;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: -10px;
}
.navigation.main-nav {
  border-top: solid 2px #1C2E4A;
  border-bottom: solid 2px #1C2E4A;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #ffffff;
}
.navigation.main-nav .title {
  color: #1C2E4A;
  margin: 0 20px;
  font-size: 16px;
  line-height: 26px;
}
.navigation.main-nav li {
  margin-right: 20px;
}
.navigation.main-nav li a {
  color: #1C2E4A;
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .navigation.main-nav .menu {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 20px;
  }
}
.navigation.main-nav .menu-item-container:nth-of-type(1),
.navigation.main-nav .menu-item-container:nth-of-type(3) {
  flex: 0 1 25%;
  max-width: 25%;
}
@media (max-width: 64.0525em) {
  .navigation.main-nav .menu-item-container:nth-of-type(1),
.navigation.main-nav .menu-item-container:nth-of-type(3) {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.navigation.main-nav .menu-item-container:nth-of-type(2) {
  flex: 0 1 50%;
  max-width: 50%;
  align-self: center;
}
.navigation.main-nav .menu-item-container:nth-of-type(2) .menu-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
@media (max-width: 64.0525em) {
  .navigation.main-nav .menu-item-container:nth-of-type(2) {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.navigation.main-nav .menu-item-container:nth-of-type(3) .latest-offers-button {
  background-color: #ffffff;
  border-left: solid 2px #1C2E4A;
  border-right: solid 2px #1C2E4A;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 64px 0 30px;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.navigation.main-nav .menu-item-container:nth-of-type(3) .latest-offers-button::after {
  content: "";
  background-image: url(images/arrow-double-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 30px;
  transform: all 0.3s;
}
.navigation.main-nav .menu-item-container:nth-of-type(3) .latest-offers-button span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 900;
  color: #1C2E4A;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 85.4375em) {
  .navigation.main-nav .menu-item-container:nth-of-type(3) .latest-offers-button span.resp-only {
    display: none;
  }
}
@media (max-width: 85.4275em) {
  .navigation.main-nav .menu-item-container:nth-of-type(3) .latest-offers-button span.desk-only {
    display: none;
  }
}
@media (max-width: 85.4275em) {
  .navigation.main-nav .menu-item-container:nth-of-type(3) .latest-offers-button {
    max-width: 148px;
    float: right;
  }
}
.navigation.main-nav .menu-item-container:nth-of-type(3):hover .latest-offers-button, .navigation.main-nav .menu-item-container:nth-of-type(3):focus .latest-offers-button {
  background-color: #1C2E4A;
  transition: background-color 0.3s ease-in-out;
}
.navigation.main-nav .menu-item-container:nth-of-type(3):hover .latest-offers-button span, .navigation.main-nav .menu-item-container:nth-of-type(3):focus .latest-offers-button span {
  color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.navigation.main-nav .menu-item-container:nth-of-type(3):hover .latest-offers-button::after, .navigation.main-nav .menu-item-container:nth-of-type(3):focus .latest-offers-button::after {
  background-image: url(images/arrow-double-white.svg);
  transition: all 0.3s;
}

.menu {
  padding: 0px;
}
.menu li {
  list-style-type: none;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.menu li.highlight a {
  opacity: 0.8;
}
.menu li a {
  float: left;
  margin: 0px;
  padding: 10px;
  font-size: 15px;
  line-height: 25px;
  color: #292929;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  opacity: 1;
}
.menu li a:hover {
  opacity: 0.8;
}
.menu li.current_page_item, .menu li.current-menu-ancestor, .menu li.current-menu-item, .menu li.current-menu-parent {
  color: #fff;
}
.menu li.current_page_item a, .menu li.current-menu-ancestor a, .menu li.current-menu-item a, .menu li.current-menu-parent a {
  opacity: 0.8;
}

/* Responsive nav */
button.rnav {
  display: none;
  width: 24px;
  position: absolute;
  margin-top: 15px;
  right: 15%;
  height: 24px;
  text-align: left;
  clear: both;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 18px;
  color: #fff;
  z-index: 999999;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  background-image: url(images/menu-open.png), none;
  background-repeat: no-repeat;
}
button.rnav:focus {
  outline: none;
}
button.rnav span.menu-lines {
  background: #ffffff;
  border-radius: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 24px;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0s;
  width: 13px;
}
button.rnav span.menu-lines:before, button.rnav span.menu-lines:after {
  position: absolute;
  display: block;
  left: -3px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0s;
  width: 20px;
}
button.rnav span.menu-lines:before {
  top: -6px;
  transition-property: top, transform;
}
button.rnav span.menu-lines:after {
  bottom: -6px;
  transition-property: bottom, transform;
}
button.rnav.highlight {
  display: block !important;
}
button.rnav.highlight span.menu-lines {
  background: none;
}
button.rnav.highlight span.menu-lines:before {
  top: 0;
  transform: rotate(45deg);
}
button.rnav.highlight span.menu-lines:after {
  bottom: 0;
  transform: rotate(-45deg);
}
button.rnav.highlight span.menu-lines:after, button.rnav.highlight span.menu-lines:before {
  background-color: #ffffff;
  transition-property: bottom, transform;
  transition-delay: 0s, 0.3s;
}

/* Footer */
#footer {
  background-color: #1C2E4A;
  color: #ffffff;
  float: left;
  width: 100%;
  position: relative;
}
#footer a, #footer p, #footer span {
  font-size: 16px;
}
#footer .wrapper {
  color: #ffffff;
}
#footer .footer-top, #footer .footer-bottom, #footer .footer-middle {
  flex: 0 1 100%;
  max-width: 100%;
  z-index: 1;
}
@media (min-width: 53.125em) {
  #footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 40px;
  }
}
@media (max-width: 53.125em) {
  #footer .footer-top {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: baseline;
    margin-bottom: 30px;
  }
}
@media (min-width: 53.125em) and (max-width: 85.4275em) {
  #footer .footer-top {
    align-items: center;
  }
}
@media (min-width: 53.125em) {
  #footer .footer-top .logo {
    flex: 0 1 20%;
    max-width: fit-content;
    align-self: baseline;
    margin-right: 56px;
  }
}
@media (max-width: 53.125em) {
  #footer .footer-top .logo {
    margin-right: 20px;
    max-width: 111px;
  }
}
@media (min-width: 53.125em) {
  #footer .footer-top .title-anchor {
    flex: 0 70%;
    max-width: 310px;
    margin-bottom: 10px;
  }
}
@media (min-width: 53.125em) and (max-width: 85.4275em) {
  #footer .footer-top .title-anchor {
    margin-top: 50px;
    max-width: 70%;
  }
}
@media (max-width: 53.125em) {
  #footer .footer-top .title-anchor {
    max-width: 206px;
  }
}
#footer .footer-top .title-anchor span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #ffffff;
}
@media (max-width: 53.125em) {
  #footer .footer-top .title-anchor span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 21.875em) {
  #footer .footer-top .title-anchor span {
    font-size: 17px;
    line-height: 27px;
  }
}
#footer .footer-middle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #footer .footer-middle-container {
    padding-top: 76px;
  }
}
#footer .footer-middle-container .footer-middle {
  flex: 0 1 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#footer .footer-middle-container .footer-middle .footer-menu .title {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 30px;
}
#footer .footer-middle-container .footer-middle.top {
  padding-bottom: 0;
  border-bottom: 3px solid var(--color-tertiary);
}
@media (min-width: 768px) {
  #footer .footer-middle-container .footer-middle.top {
    padding-bottom: 56px;
    padding-right: 160px;
  }
}
#footer .footer-middle-container .footer-middle.bottom {
  padding: 30px 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 28.115em) {
  #footer .footer-middle-container .footer-middle.bottom {
    padding: 0 0 30px 0;
  }
}
#footer .footer-middle-container .footer-middle.bottom .img-wrapper {
  margin-right: 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
#footer .footer-middle-container .footer-middle.bottom .img-wrapper:last-of-type {
  margin-right: 0;
}
#footer .footer-middle-container .footer-middle .title {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 53.125em) {
  #footer .footer-middle-container .footer-middle .title {
    font-size: 24px;
    line-height: 34px;
  }
}
#footer .footer-middle-container .footer-middle .title.underline:after {
  background-color: #ffffff;
}
#footer .footer-middle-container .footer-middle li {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}
#footer .footer-middle-container .footer-middle li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 28.115em) {
  #footer .footer-middle-container .footer-middle li {
    margin-bottom: 10px;
  }
}
#footer .footer-middle-container .footer-middle li a {
  text-align: left;
  line-height: 26px;
  color: #ffffff;
  padding: 0;
}
@media (min-width: 53.125em) {
  #footer .footer-middle-container .footer-middle .footer-menu {
    flex: 0 1 20%;
    max-width: 20%;
    margin-right: 5%;
  }
}
@media (min-width: 28.125em) and (max-width: 53.125em) {
  #footer .footer-middle-container .footer-middle .footer-menu {
    flex: 0 1 48%;
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  #footer .footer-middle-container .footer-middle .footer-menu:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 28.115em) {
  #footer .footer-middle-container .footer-middle .footer-menu {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#footer .footer-bottom .wrapper {
  position: relative;
}
#footer .footer-bottom .bottom-left, #footer .footer-bottom .bottom-right, #footer .footer-bottom a, #footer .footer-bottom span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 48.0625em) {
  #footer .footer-bottom .bottom-left, #footer .footer-bottom .bottom-right, #footer .footer-bottom a, #footer .footer-bottom span {
    flex: 0 1 50%;
  }
}
@media (max-width: 48.0525em) {
  #footer .footer-bottom .bottom-left, #footer .footer-bottom .bottom-right, #footer .footer-bottom a, #footer .footer-bottom span {
    flex: 0 1 100%;
    text-align: left;
  }
}
#footer .footer-bottom .bottom-left.epixmedia, #footer .footer-bottom .bottom-right.epixmedia, #footer .footer-bottom a.epixmedia, #footer .footer-bottom span.epixmedia {
  font-weight: bold;
}
#footer .footer-bottom .bottom-left.epixmedia:hover, #footer .footer-bottom .bottom-right.epixmedia:hover, #footer .footer-bottom a.epixmedia:hover, #footer .footer-bottom span.epixmedia:hover {
  text-decoration: underline;
}
@media (min-width: 48.0625em) {
  #footer .footer-bottom .bottom-right {
    text-align: right;
  }
}
#footer .footer-bottom .bottom-right span, #footer .footer-bottom .bottom-right a {
  letter-spacing: 0.1em;
}

/*# sourceMappingURL=style.css.map */
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 285px) {
  .container {
    max-width: 285px;
  }
}

@media (min-width: 470px) {
  .container {
    max-width: 470px;
  }
}

@media (min-width: 573px) {
  .container {
    max-width: 573px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1367px) {
  .container {
    max-width: 1367px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
  }
}

@media (min-width: 1720px) {
  .container {
    max-width: 1720px;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-\[30px\] {
  left: 30px;
}

.top-\[-5px\] {
  top: -5px;
}

.top-\[-10px\] {
  top: -10px;
}

.left-\[5\%\] {
  left: 5%;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.order-1 {
  order: 1;
}

.\!m-0 {
  margin: 0px !important;
}

.mt-5 {
  margin-top: 1.25rem;
}

.ml-\[25px\] {
  margin-left: 25px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-\[270px\] {
  margin-left: 270px;
}

.\!ml-\[270px\] {
  margin-left: 270px !important;
}

.\!ml-\[200px\] {
  margin-left: 200px !important;
}

.ml-\[\] {
  margin-left: ;
}

.ml-\[150px\] {
  margin-left: 150px;
}

.\!ml-\[150px\] {
  margin-left: 150px !important;
}

.\!ml-\[130px\] {
  margin-left: 130px !important;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-\[126px\] {
  height: 126px;
}

.h-12 {
  height: 3rem;
}

.h-full {
  height: 100%;
}

.h-\[106\.36px\] {
  height: 106.36px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[112\.27px\] {
  width: 112.27px;
}

.w-full {
  width: 100%;
}

.\!max-w-\[75\%\] {
  max-width: 75% !important;
}

.\!max-w-\[50px\] {
  max-width: 50px !important;
}

.\!max-w-\[45px\] {
  max-width: 45px !important;
}

.\!max-w-\[63px\] {
  max-width: 63px !important;
}

.flex-40px {
  flex: 0 0 40px;
}

.flex-auto {
  flex: 1 1 auto;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-4 {
  gap: 1rem;
}

.self-start {
  align-self: flex-start;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.border-t-10 {
  border-top-width: 10px;
}

.border-solid {
  border-style: solid;
}

.border-tertiary {
  border-color: var(--color-tertiary);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary {
  background-color: var(--color-primary);
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

@media (min-width: 470px) {
  .ssm\:pl-\[120px\] {
    padding-left: 120px;
  }
}

@media (min-width: 768px) {
  .md\:left-\[60px\] {
    left: 60px;
  }

  .md\:\!ml-\[200px\] {
    margin-left: 200px !important;
  }

  .md\:block {
    display: block;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:h-\[135px\] {
    height: 135px;
  }

  .md\:w-\[158px\] {
    width: 158px;
  }

  .md\:pl-\[190px\] {
    padding-left: 190px;
  }

  .md\:flex-572px {
    flex: 0 0 572px;
  }
}

@media (min-width: 900px) {
  .mdtwo\:absolute {
    position: absolute;
  }

  .mdtwo\:left-auto {
    left: auto;
  }

  .mdtwo\:right-\[60px\] {
    right: 60px;
  }

  .mdtwo\:order-2 {
    order: 2;
  }

  .mdtwo\:\!flex {
    display: flex !important;
  }

  .mdtwo\:hidden {
    display: none;
  }

  .mdtwo\:h-\[140px\] {
    height: 140px;
  }

  .mdtwo\:w-\[160px\] {
    width: 160px;
  }

  .mdtwo\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:right-\[30px\] {
    right: 30px;
  }

  .lg\:left-\[30px\] {
    left: 30px;
  }

  .lg\:\!ml-\[270px\] {
    margin-left: 270px !important;
  }

  .lg\:\!ml-\[200px\] {
    margin-left: 200px !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-\[206px\] {
    height: 206px;
  }

  .lg\:w-\[240px\] {
    width: 240px;
  }

  .lg\:pl-\[270px\] {
    padding-left: 270px;
  }

  .lg\:flex-842px {
    flex: 0 0 842px;
  }
}

@media (min-width: 1280px) {
  .xl\:right-0 {
    right: 0px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }
}

@media (min-width: 1367px) {
  .xxl\:left-\[0\] {
    left: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0px;
  }
}

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