/*!
Theme Name: Njordair Theme
Theme URI: https://extrums.com/
Author: Dev
Author URI: https://extrums.com/
Description: Njordair Theme. If a caching plugin is installed and activated, then you need to add conditions for parsing the output buffer for a specific plugin in functions.php for hooks: "njordair_ob_start_init" and "njordair_ob_end_shutdown". And also add a filter to the output filter of the buffer of the caching plugin "njordair_final_output"
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: njordairtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready

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

njordairtheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Typography Variables
--------------------------------------------------------------*/

/* Heading Typography Variables */

/* Subheading Typography Variables */

/* Title Typography Variables */

/* Subitle Typography Variables */

/* Paragraph Typography Variables */

/* Link Typography Variables */

/* Large Text Variables */

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/

/* height */

/*$structure__header-height: 120px;
$structure__sub-header-height: 40px;*/

/* radius */

/*--------------------------------------------------------------
## Paddings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

input[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*--------------------------------------------------------------
# Custom Blocks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  clear: both;
}

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

h2 {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

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

h4 {
  font-size: 25px;
  line-height: 36px;
}

h5 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
}

h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

p {
  margin-bottom: 1.5em;
}

p:empty:before {
  content: none;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
}

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

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

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

.entry-content > p a {
  color: #FF6900;
  text-decoration: underline;
}

.entry-content > p a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  width: 100%;
}

blockquote {
  width: 60%;
  margin: 50px auto;
  font-style: italic;
  color: #555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #f46026;
  position: relative;
  background: #ededed;
  line-height: inherit;
}

blockquote.wp-block-quote {
  margin-bottom: 90px !important;
}

blockquote::before {
  content: "\201C";
  color: #f46026;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display: block;
  color: #333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

td,
th {
  border: 1px solid #f5f8fa;
  text-align: left;
  padding: 8px;
}

tr:nth-child(odd) {
  background-color: #f5f8fa;
}

tr:nth-child(even) {
  background-color: #fff;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.alt-color {
  color: #000000;
}

/*--------------------------------------------------------------
## Typograghy classes
--------------------------------------------------------------*/

.heading {
  font-family: inherit;
  font-size: 50px;
  color: #011238;
  letter-spacing: 0.8px;
  line-height: 50px;
}

.subheading {
  font-family: inherit;
  font-size: 26px;
  color: #071439;
  letter-spacing: 0.42px;
  line-height: 40px;
}

.title {
  font-family: inherit;
  font-size: 30px;
  color: #061338;
  letter-spacing: 0.48px;
  line-height: 45px;
}

.subtitle {
  font-family: inherit;
  font-size: 20px;
  color: #071439;
  letter-spacing: 0.48px;
  line-height: 24px;
  text-align: center;
}

.largetext {
  font-family: inherit;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.48px;
  line-height: 34px;
}

.paragraph {
  font-family: inherit;
  font-size: 20px;
  color: #011238;
  letter-spacing: 0;
  line-height: 26px;
}

.link {
  font-family: inherit;
  font-size: 20px;
  color: #071439;
  letter-spacing: 0px;
  line-height: 26px;
  text-align: center;
}

.link a,
.link span {
  color: black;
  width: auto;
}

.link a:hover,
.link span:hover {
  border-color: #000000;
}

.link.alt a,
.link.alt span {
  border-bottom: 2px solid #000000;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  padding-top: 120px !important;
  min-width: 320px;
  transition-property: padding-top;
  transition-duration: 200ms;
  transition-timing-function: linear;
  transition-delay: 0s;
}

body.overflow-stacked {
  overflow: hidden;
}

body.overflow-stacked .main-header {
  overflow-y: scroll;
}

body.page-template-templatepage-configurator-php {
  position: relative;
}

.site-header .main-header .main-header-container {
  transition-property: min-height, padding-top, padding-bottom;
  transition-duration: 200ms;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.site-header .main-header .main-header-container.minimized {
  min-height: 0;
  /*padding-top: 0;
				padding-bottom: 0;*/
}

.site-header .main-header .main-header-container a [href="#"] {
  pointer-events: none;
}

.list-styled > ul {
  margin-top: 51px;
}

.list-styled ul {
  list-style: none;
}

.list-styled li {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding: 0 0 41px 50px;
}

.list-styled li strong {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 9px;
}

.list-styled li:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FF6900;
  width: 30px;
  height: 2px;
  top: 14px;
}

.list-styled-2 .list-styled-plus {
  margin-bottom: 0;
}

.list-styled-2 .list-styled-plus li {
  position: relative;
  padding: 0 0 11px 50px;
}

.list-styled-2 .list-styled-plus li:before {
  background-image: url(img/icons/icon-plus-list.svg);
  width: 28px;
  height: 28px;
  background-color: transparent;
  top: 0;
}

.list-styled-2 .list-styled-minus {
  margin-bottom: 0;
}

.list-styled-2 .list-styled-minus li {
  position: relative;
  padding: 0 0 11px 50px;
}

.list-styled-2 .list-styled-minus li:before {
  background-image: url(img/icons/icon-minus-list.svg);
  width: 28px;
  height: 28px;
  background-color: transparent;
  top: 0;
}

.list-styled-2 ul {
  list-style: none;
  margin-bottom: 50px;
}

.list-styled-2 ul li {
  position: relative;
  padding: 0 0 41px 50px;
}

.list-styled-2 ul li:last-of-type {
  padding-bottom: 0;
}

.list-styled-2 ul li:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 30px;
  height: 2px;
  top: 14px;
}

.list-styled-2 ol {
  list-style: none;
  margin-bottom: 50px;
}

.list-styled-2 ol li {
  counter-increment: list;
  padding: 0 0 41px 50px;
  position: relative;
}

.list-styled-2 ol li:last-of-type {
  padding-bottom: 0;
}

.list-styled-2 ol li:before {
  display: inline-block;
  content: counter(list) ".";
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: -3px;
}

.list-styled-3 ul li,
.list-styled-3 ol li {
  padding-left: 100px;
}

.list-styled-3 ul li:before {
  width: 25px;
}

.list-styled-4 ul li,
.list-styled-4 ol li {
  margin-top: 45px;
}

.list-font-size-small ul li,
.list-font-size-small ol li {
  font-size: 20px;
  line-height: 25px;
}

.list-styled ul[style*="list-style-type"],
.list-styled ol[style*="list-style-type"],
.list-styled-2 ul[style*="list-style-type"],
.list-styled-2 ol[style*="list-style-type"],
.list-styled-3 ul[style*="list-style-type"],
.list-styled-3 ol[style*="list-style-type"] {
  margin-left: 26px;
  margin-bottom: 0;
}

.list-styled ul[style*="list-style-type"] li,
.list-styled ol[style*="list-style-type"] li,
.list-styled-2 ul[style*="list-style-type"] li,
.list-styled-2 ol[style*="list-style-type"] li,
.list-styled-3 ul[style*="list-style-type"] li,
.list-styled-3 ol[style*="list-style-type"] li {
  padding-bottom: 1.22em;
  padding-left: 11px;
  line-height: 29px;
}

.list-styled ul[style*="list-style-type"] li:last-of-type,
.list-styled ol[style*="list-style-type"] li:last-of-type,
.list-styled-2 ul[style*="list-style-type"] li:last-of-type,
.list-styled-2 ol[style*="list-style-type"] li:last-of-type,
.list-styled-3 ul[style*="list-style-type"] li:last-of-type,
.list-styled-3 ol[style*="list-style-type"] li:last-of-type {
  padding-bottom: 0;
}

.list-styled ul[style*="list-style-type"] li:before,
.list-styled ol[style*="list-style-type"] li:before,
.list-styled-2 ul[style*="list-style-type"] li:before,
.list-styled-2 ol[style*="list-style-type"] li:before,
.list-styled-3 ul[style*="list-style-type"] li:before,
.list-styled-3 ol[style*="list-style-type"] li:before {
  display: none !important;
}

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

select::-ms-expand {
  display: none;
}

.ui-selectmenu-menu {
  z-index: 1001 !important;
}

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

table {
  table-layout: fixed;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #000000;
  outline: 0;
  transition: 200ms linear 0s;
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
}

a:focus {
  outline: 0;
}

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

.link {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  padding-bottom: 11px;
}

.link:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  height: 2px;
  top: auto;
  bottom: 0;
}

.link-white {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  padding-bottom: 11px;
  color: #fff;
}

.link-white:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  height: 2px;
  top: auto;
  bottom: 0;
}

.link-orange {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  color: #FF6900;
  text-decoration: underline;
}

.link-orange:after {
  /*@include pseudo-defaults;
		background-color: #ff6900;
		height: 2px;
		top: auto;
		bottom: 0;*/
}

.link-orange:hover {
  text-decoration: none;
}

.link-animated {
  display: block;
  overflow: hidden;
}

.link-animated:hover .pre-link-pointer:before {
  left: 0;
}

.link-animated:hover .pre-link-pointer:after {
  transform: scale(1.1);
  opacity: 1;
}

.pre-link-pointer {
  display: block;
  border: 2px solid #000;
  width: 80px;
  height: 80px;
  position: relative;
}

.pre-link-pointer * {
  color: #000;
}

.pre-link-pointer-container {
  display: inline-block;
  overflow: hidden;
}

.pre-link-pointer-container + span {
  display: block;
}

.pre-link-pointer:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: -100%;
  z-index: 1;
  transition: left 100ms linear 100ms;
}

.pre-link-pointer:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  transform: scale(1);
  transition: opacity 100ms linear 0s, transform 100ms linear 150ms;
}

.pre-link-pointer > span {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.pre-link-pointer > span:before {
  display: inline-block;
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
}

.block-custom-float-link .link-animated {
  max-width: 205px;
}

.block-custom-float-link-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 20px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation > div[class^="menu-"] > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*margin-right: 15px;*/
}

.main-navigation > div[class^="menu-"] > ul > li {
  padding: 0 20px;
}

.main-navigation > div[class^="menu-"] > ul > li:last-of-type {
  padding-right: 0;
}

.main-navigation > div[class^="menu-"] > ul > li > a {
  display: block;
  color: #000000;
  line-height: 25px;
  padding: 48px 0 47px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

.main-navigation > div[class^="menu-"] > ul > li > a.button {
  color: #fff;
}

.main-navigation > div[class^="menu-"] > ul > li > a:not(.button):before {
  background-color: #000000;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  transition: 200ms linear 0s;
}

.main-navigation > div[class^="menu-"] > ul > li > a:not(.button).opened:before,
.main-navigation > div[class^="menu-"] > ul > li > a:not(.button):hover:before {
  height: 10px;
}

.main-navigation > div[class^="menu-"] .button {
  display: inline-block;
  padding: 17px 32px 18px;
}

.main-navigation > div[class^="menu-"] .current_page_item > a:not(.button):before,
.main-navigation > div[class^="menu-"] .current-menu-item > a:not(.button):before,
.main-navigation > div[class^="menu-"] .current_page_ancestor > a:not(.button):before,
.main-navigation > div[class^="menu-"] .current-menu-ancestor > a:not(.button):before {
  background-color: #000000;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  transition: 200ms linear 0s;
}

.main-navigation > div[class^="menu-"] .popup-opener:after,
.main-navigation > div[class^="menu-"] .menu-item-has-children > a:after {
  display: inline-block;
  content: '\f0dd';
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
  height: 10px;
  line-height: 4px;
  transition: 200ms linear 0s;
}

.main-navigation > div[class^="menu-"] .popup-opener.opened:after,
.main-navigation > div[class^="menu-"] .menu-item-has-children > a.opened:after {
  transform: rotateZ(180deg);
}

.main-navigation .sub-menu {
  display: none;
  /*background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;*/
}

.main-navigation a {
  display: block;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
}

.main-navigation .quote-li {
  align-self: flex-start;
  padding-left: 0 !important;
}

.main-navigation .quote-li > a {
  padding: 40px 0 36px !important;
}

.main-navigation .quote-li > a:before {
  display: none !important;
}

.main-navigation-container {
  flex: 1;
  text-align: right;
}

.sub-navigation {
  clear: both;
  display: flex;
  float: right;
  width: 100%;
}

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

.sub-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

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

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

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

.sub-navigation a {
  display: block;
  text-decoration: none;
  letter-spacing: 0;
}

#site-navigation-m {
  display: none;
}

#masthead {
  z-index: 1000;
}

.offside .menu-item-has-children > a:after {
  content: '+';
  float: right;
}

.offside .menu-item-has-children.open > a:after {
  content: '-';
  float: right;
}

.offside ul .sub-menu {
  display: none;
  margin-left: 15px;
  margin-top: 17px;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.site-header ul {
  list-style: none;
}

.site-header .main-header {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.site-header .main-header-container {
  align-items: center;
  display: flex;
}

.site-header .main-header-container .custom-inner-pages-logo {
  max-width: 189px;
}

.site-header .sub-header li:hover a {
  color: #000000 !important;
}

.site-header .site-branding .custom-logo-link {
  line-height: 0;
  display: block;
}

body.header-static {
  padding-top: 0;
}

.site-header .hamburger {
  display: none;
}

/* Small menu. */

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

.sub-header .menu-icon {
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 12px;
  width: 15px;
  height: 15px;
  padding: 2px;
  background-size: contain;
}

.popup-navigation {
  display: flex;
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  transition: 200ms linear 0s;
}

@media (min-width: 768px) {
  .popup-navigation {
    height: 345px;
  }
  
  .single-product-description {
      margin-top: 4rem;
  }
  .block-image-plus-text-content-text {
    max-height: 500px;
    }
    
    
}


.popup-navigation.opened {
  top: 0;
}

.popup-order {
  background-color: #fff;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 200ms linear 0s;
  z-index: 1000000;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}

.popup-order.opened {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-order-container {
  min-height: 100%;
  width: 100%;
}

.popup-order-close {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  position: relative;
}

.popup-order-close:before {
  display: inline-block;
  content: '';
  background-image: url("img/icons/icon-arrow-to-left.svg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 40px;
  vertical-align: middle;
  transform: rotateY(180deg);
}

.popup-order-close > span {
  display: none;
  vertical-align: middle;
  margin-left: 30px;
}

.menu-dropdown {
  height: 100%;
  overflow-y: scroll;
}

.menu-dropdown .wrapper {
  height: 100%;
}

.menu-dropdown-container {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}

.menu-dropdown .pre-link-pointer {
  border-color: #000;
}

.menu-dropdown .pre-link-pointer:before {
  background-color: #000;
}

.menu-dropdown .pre-link-pointer * {
  color: #000;
}

.menu-dropdown .link-animated {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.menu-dropdown .link-animated:hover .pre-link-pointer:after {
  background-color: #fff;
}

.menu-dropdown .link-animated .pre-link-pointer:after {
  background-color: transparent;
}

.menu-dropdown-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.menu-dropdown-content-link {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
}

a.menu-dropdown-content-link-wrapper, span.menu-dropdown-content-link-wrapper {
  font-size: 16px;
  font-weight: 500;
}
/*!
Theme Name: Njordair Theme
Theme URI: https://extrums.com/
Author: Dev
Author URI: https://extrums.com/
Description: Njordair Theme. If a caching plugin is installed and activated, then you need to add conditions for parsing the output buffer for a specific plugin in functions.php for hooks: "njordair_ob_start_init" and "njordair_ob_end_shutdown". And also add a filter to the output filter of the buffer of the caching plugin "njordair_final_output"
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: njordairtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready

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

njordairtheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Typography Variables
--------------------------------------------------------------*/

/* Heading Typography Variables */

/* Subheading Typography Variables */

/* Title Typography Variables */

/* Subitle Typography Variables */

/* Paragraph Typgraphy Variables */

/* Link Typography Variables */

/* Large Text Variables */

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/

/* height */

/*$structure__header-height: 120px;
$structure__sub-header-height: 40px;*/

/* radius */

/*--------------------------------------------------------------
## Paddings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

input[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*--------------------------------------------------------------
# Custom Blocks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
}

.d-flex select {
  padding-right: 20px;
  width: 68px;
  text-align: center;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
  background-position: calc(100% - 0.6rem) center !important;
  -moz-appearance:none !important;
  -webkit-appearance: none !important;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  clear: both;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

article h1 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

h2 {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

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

h4 {
  font-size: 25px;
  line-height: 36px;
}

h5 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
}

h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

p {
  margin-bottom: 1.5em;
}

p:empty:before {
  content: none;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
}

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

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

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

.entry-content > p a {
  color: #FF6900;
  text-decoration: underline;
}

.entry-content > p a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  width: 100%;
}

blockquote {
  width: 60%;
  margin: 50px auto;
  font-style: italic;
  color: #555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #f46026;
  position: relative;
  background: #ededed;
  line-height: inherit;
}

blockquote.wp-block-quote {
  margin-bottom: 90px !important;
}

blockquote::before {
  content: "\201C";
  color: #f46026;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display: block;
  color: #333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

td,
th {
  border: 1px solid #f5f8fa;
  text-align: left;
  padding: 8px;
}

tr:nth-child(odd) {
  background-color: #f5f8fa;
}

tr:nth-child(even) {
  background-color: #fff;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.alt-color {
  color: #000000;
}

/*--------------------------------------------------------------
## Typograghy classes
--------------------------------------------------------------*/

.heading {
  font-family: inherit;
  font-size: 50px;
  color: #011238;
  letter-spacing: 0.8px;
  line-height: 50px;
}

.subheading {
  font-family: inherit;
  font-size: 26px;
  color: #071439;
  letter-spacing: 0.42px;
  line-height: 40px;
}

.title {
  font-family: inherit;
  font-size: 30px;
  color: #061338;
  letter-spacing: 0.48px;
  line-height: 45px;
}

.subtitle {
  font-family: inherit;
  font-size: 20px;
  color: #071439;
  letter-spacing: 0.48px;
  line-height: 24px;
  text-align: center;
}

.largetext {
  font-family: inherit;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.48px;
  line-height: 34px;
}

.paragraph {
  font-family: inherit;
  font-size: 20px;
  color: #011238;
  letter-spacing: 0;
  line-height: 26px;
}

.link {
  font-family: inherit;
  font-size: 20px;
  color: #071439;
  letter-spacing: 0px;
  line-height: 26px;
  text-align: center;
}

.link a,
.link span {
  color: black;
  width: auto;
}

.link a:hover,
.link span:hover {
  border-color: #000000;
}

.link.alt a,
.link.alt span {
  border-bottom: 2px solid #000000;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  padding-top: 120px !important;
  min-width: 320px;
  transition-property: padding-top;
  transition-duration: 200ms;
  transition-timing-function: linear;
  transition-delay: 0s;
}

body.overflow-stacked {
  overflow: hidden;
}

body.overflow-stacked .main-header {
  overflow-y: scroll;
}

body.page-template-templatepage-configurator-php {
  position: relative;
}

.site-header .main-header .main-header-container {
  transition-property: min-height, padding-top, padding-bottom;
  transition-duration: 200ms;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.site-header .main-header .main-header-container.minimized {
  min-height: 0;
  /*padding-top: 0;
				padding-bottom: 0;*/
}

.site-header .main-header .main-header-container a [href="#"] {
  pointer-events: none;
}

.list-styled > ul {
  margin-top: 51px;
}

.list-styled ul {
  list-style: none;
}

.list-styled li {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding: 0 0 41px 50px;
}

.list-styled li strong {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 9px;
}

.list-styled li:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FF6900;
  width: 30px;
  height: 2px;
  top: 14px;
}

.list-styled-2 .list-styled-plus {
  margin-bottom: 0;
}

.list-styled-2 .list-styled-plus li {
  position: relative;
  padding: 0 0 11px 50px;
}

.list-styled-2 .list-styled-plus li:before {
  background-image: url(img/icons/icon-plus-list.svg);
  width: 28px;
  height: 28px;
  background-color: transparent;
  top: 0;
}

.list-styled-2 .list-styled-minus {
  margin-bottom: 0;
}

.list-styled-2 .list-styled-minus li {
  position: relative;
  padding: 0 0 11px 50px;
}

.list-styled-2 .list-styled-minus li:before {
  background-image: url(img/icons/icon-minus-list.svg);
  width: 28px;
  height: 28px;
  background-color: transparent;
  top: 0;
}

.list-styled-2 ul {
  list-style: none;
  margin-bottom: 50px;
}

.list-styled-2 ul li {
  position: relative;
  padding: 0 0 41px 50px;
}

.list-styled-2 ul li:last-of-type {
  padding-bottom: 0;
}

.list-styled-2 ul li:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 30px;
  height: 2px;
  top: 14px;
}

.list-styled-2 ol {
  list-style: none;
  margin-bottom: 50px;
}

.list-styled-2 ol li {
  counter-increment: list;
  padding: 0 0 41px 50px;
  position: relative;
}

.list-styled-2 ol li:last-of-type {
  padding-bottom: 0;
}

.list-styled-2 ol li:before {
  display: inline-block;
  content: counter(list) ".";
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: -3px;
}

.list-styled-3 ul li,
.list-styled-3 ol li {
  padding-left: 100px;
}

.list-styled-3 ul li:before {
  width: 25px;
}

.list-styled-4 ul li,
.list-styled-4 ol li {
  margin-top: 45px;
}

.list-font-size-small ul li,
.list-font-size-small ol li {
  font-size: 20px;
  line-height: 25px;
}

.list-styled ul[style*="list-style-type"],
.list-styled ol[style*="list-style-type"],
.list-styled-2 ul[style*="list-style-type"],
.list-styled-2 ol[style*="list-style-type"],
.list-styled-3 ul[style*="list-style-type"],
.list-styled-3 ol[style*="list-style-type"] {
  margin-left: 26px;
  margin-bottom: 0;
}

.list-styled ul[style*="list-style-type"] li,
.list-styled ol[style*="list-style-type"] li,
.list-styled-2 ul[style*="list-style-type"] li,
.list-styled-2 ol[style*="list-style-type"] li,
.list-styled-3 ul[style*="list-style-type"] li,
.list-styled-3 ol[style*="list-style-type"] li {
  padding-bottom: 1.22em;
  padding-left: 11px;
  line-height: 29px;
}

.list-styled ul[style*="list-style-type"] li:last-of-type,
.list-styled ol[style*="list-style-type"] li:last-of-type,
.list-styled-2 ul[style*="list-style-type"] li:last-of-type,
.list-styled-2 ol[style*="list-style-type"] li:last-of-type,
.list-styled-3 ul[style*="list-style-type"] li:last-of-type,
.list-styled-3 ol[style*="list-style-type"] li:last-of-type {
  padding-bottom: 0;
}

.list-styled ul[style*="list-style-type"] li:before,
.list-styled ol[style*="list-style-type"] li:before,
.list-styled-2 ul[style*="list-style-type"] li:before,
.list-styled-2 ol[style*="list-style-type"] li:before,
.list-styled-3 ul[style*="list-style-type"] li:before,
.list-styled-3 ol[style*="list-style-type"] li:before {
  display: none !important;
}

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

select::-ms-expand {
  display: none;
}

.ui-selectmenu-menu {
  z-index: 1001 !important;
}

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

table {
  table-layout: fixed;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #000000;
  outline: 0;
  transition: 200ms linear 0s;
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
}

a:focus {
  outline: 0;
}

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

.link {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  padding-bottom: 11px;
}

.link:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  height: 2px;
  top: auto;
  bottom: 0;
}

.link-white {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  padding-bottom: 11px;
  color: #fff;
}

.link-white:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  height: 2px;
  top: auto;
  bottom: 0;
}

.link-orange {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  color: #FF6900;
  text-decoration: underline;
}

.link-orange:after {
  /*@include pseudo-defaults;
		background-color: #ff6900;
		height: 2px;
		top: auto;
		bottom: 0;*/
}

.link-orange:hover {
  text-decoration: none;
}

.link-animated {
  display: block;
  overflow: hidden;
}

.link-animated:hover .pre-link-pointer:before {
  left: 0;
}

.link-animated:hover .pre-link-pointer:after {
  transform: scale(1.1);
  opacity: 1;
}

.pre-link-pointer {
  display: block;
  border: 2px solid #000;
  width: 80px;
  height: 80px;
  position: relative;
}

.pre-link-pointer * {
  color: #000;
}

.pre-link-pointer-container {
  display: inline-block;
  overflow: hidden;
}

.pre-link-pointer-container + span {
  display: block;
}

.pre-link-pointer:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: -100%;
  z-index: 1;
  transition: left 100ms linear 100ms;
}

.pre-link-pointer:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  transform: scale(1);
  transition: opacity 100ms linear 0s, transform 100ms linear 150ms;
}

.pre-link-pointer > span {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

}

.pre-link-pointer > span:before {
  display: inline-block;
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
}

.block-custom-float-link .link-animated {
  max-width: 205px;
}

.block-custom-float-link-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 20px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation > div[class^="menu-"] > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*margin-right: 15px;*/
}

.main-navigation > div[class^="menu-"] > ul > li {
  padding: 0 20px;
}

.main-navigation > div[class^="menu-"] > ul > li:last-of-type {
  padding-right: 0;
}

.main-navigation > div[class^="menu-"] > ul > li > a {
  display: block;
  color: #000000;
  line-height: 25px;
  padding: 48px 0 47px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

.main-navigation > div[class^="menu-"] > ul > li > a.button {
  color: #fff;
}

.main-navigation > div[class^="menu-"] > ul > li > a:not(.button):before {
  background-color: #000000;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  transition: 200ms linear 0s;
}

.main-navigation > div[class^="menu-"] > ul > li > a:not(.button).opened:before,
.main-navigation > div[class^="menu-"] > ul > li > a:not(.button):hover:before {
  height: 10px;
}

.main-navigation > div[class^="menu-"] .button {
  display: inline-block;
  padding: 17px 32px 18px;
}

.main-navigation > div[class^="menu-"] .current_page_item > a:not(.button):before,
.main-navigation > div[class^="menu-"] .current-menu-item > a:not(.button):before,
.main-navigation > div[class^="menu-"] .current_page_ancestor > a:not(.button):before,
.main-navigation > div[class^="menu-"] .current-menu-ancestor > a:not(.button):before {
  background-color: #000000;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  transition: 200ms linear 0s;
}

.main-navigation > div[class^="menu-"] .popup-opener:after,
.main-navigation > div[class^="menu-"] .menu-item-has-children > a:after {
  display: inline-block;
  content: '\f0dd';
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
  height: 10px;
  line-height: 4px;
  transition: 200ms linear 0s;
}

.main-navigation > div[class^="menu-"] .popup-opener.opened:after,
.main-navigation > div[class^="menu-"] .menu-item-has-children > a.opened:after {
  transform: rotateZ(180deg);
}

.main-navigation .sub-menu {
  display: none;
  /*background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;*/
}

.main-navigation a {
  display: block;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
}

.main-navigation .quote-li {
  align-self: flex-start;
  padding-left: 0 !important;
}

.main-navigation .quote-li > a {
  padding: 40px 0 36px !important;
}

.main-navigation .quote-li > a:before {
  display: none !important;
}

.main-navigation-container {
  flex: 1;
  text-align: right;
}

.sub-navigation {
  clear: both;
  display: flex;
  float: right;
  width: 100%;
}

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

.sub-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

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

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

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

.sub-navigation a {
  display: block;
  text-decoration: none;
  letter-spacing: 0;
}

#site-navigation-m {
  display: none;
}

#masthead {
  z-index: 1000;
}

.offside .menu-item-has-children > a:after {
  content: '+';
  float: right;
}

.offside .menu-item-has-children.open > a:after {
  content: '-';
  float: right;
}

.offside ul .sub-menu {
  display: none;
  margin-left: 15px;
  margin-top: 17px;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.site-header ul {
  list-style: none;
}

.site-header .main-header {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.site-header .main-header-container {
  align-items: center;
  display: flex;
}

.site-header .main-header-container .custom-inner-pages-logo {
  max-width: 189px;
}

.site-header .sub-header li:hover a {
  color: #000000 !important;
}

.site-header .site-branding .custom-logo-link {
  line-height: 0;
  display: block;
}

body.header-static {
  padding-top: 0;
}

.site-header .hamburger {
  display: none;
}

/* Small menu. */

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

.sub-header .menu-icon {
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 12px;
  width: 15px;
  height: 15px;
  padding: 2px;
  background-size: contain;
}

.popup-navigation {
  display: flex;
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  /*height: 100vh;*/
  padding-top: 100px;
  transition: 200ms linear 0s;
}

.popup-navigation.opened {
  top: 0;
}

.popup-navigation-container {
  background-color: #ffffff;
  /*height: 50%;*/
  width: 100%;
}

@media (min-width: 1024px) {
  .popup-navigation-container {
    /*max-height: 240px;*/
  }
}

.popup-order {
  background-color: #fff;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 200ms linear 0s;
  z-index: 1000000;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}

.popup-order.opened {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-order-container {
  min-height: 100%;
  width: 100%;
}

.popup-order-close {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  position: relative;
}

.popup-order-close:before {
  display: inline-block;
  content: '';
  background-image: url("img/icons/icon-arrow-to-left.svg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 40px;
  vertical-align: middle;
  transform: rotateY(180deg);
}

.popup-order-close > span {
  display: none;
  vertical-align: middle;
  margin-left: 30px;
}

.menu-dropdown {
  height: 100%;
  overflow-y: scroll;
}

.menu-dropdown .wrapper {
  height: 100%;
}

.menu-dropdown-container {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}

.menu-dropdown .pre-link-pointer {
  border-color: #000;
}

.menu-dropdown .pre-link-pointer:before {
  background-color: #000;
}

.menu-dropdown .pre-link-pointer * {
  color: #000;
}

.menu-dropdown .link-animated {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.menu-dropdown .link-animated:hover .pre-link-pointer:after {
  background-color: #fff;
}

.menu-dropdown .link-animated .pre-link-pointer:after {
  background-color: transparent;
}

.menu-dropdown-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.menu-dropdown-content-link {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
}

a.menu-dropdown-content-link-wrapper, span.menu-dropdown-content-link-wrapper {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.menu-dropdown-content-link-wrapper {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 25px;
  position: relative;
  width: 180px;
  text-align: center;
  min-height: 160px;
  background-size: auto 117px;
  /*background-size: 30%;*/
}


.menu-dropdown-content-link-container {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  /*bottom: -93%;*/
  bottom: 0;
}

.desc-sizes {
  color: #2c3338;
  font-size: 14px;
  margin-bottom: 0;
  display: inline;
  font-weight: 500;
  margin-right: 5px;
  border-bottom: 2px solid #999999;
}

/*  for centered different styles */
.menu-dropdown-content-link-container {
  height: unset;
  bottom: 0;
  left: 0;
}

.menu-dropdown-content-left {
  padding: 16px;
  width: 100%;
}

.menu-dropdown-content-center {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0 8px;
  margin: -8px 0;
  overflow: hidden;
  justify-content: space-evenly;
}

.menu-dropdown-content-center > a {
  min-height: 190px;
  /*padding: 8px;*/
  /*width: 100%;*/
}

.menu-dropdown.about-us.resources .menu-dropdown-content-center > a {
  min-height: 145px;
}

#popup-navigation-applications .menu-dropdown-content-center > a {
  min-height: 145px !important;
}

#popup-navigation-learn .menu-dropdown-content-center > a {
  min-height: 145px !important;
}

#popup-navigation-about-us .menu-dropdown-content-center > a {
  min-height: 145px !important;
}

.menu-dropdown-content-right {
  padding: 16px;
  width: 100%;
}

.menu-dropdown-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.menu-dropdown-footer * {
  color: #fff;
  line-height: 40px;
}

.menu-dropdown-footer-left {
  width: 100%;
  margin-right: 16px;
}

.menu-dropdown-footer-center {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  font-size: 24px;
  margin-right: 16px;
  width: 100%;
}

.menu-dropdown-footer-center-left {
  width: 100%;
  padding: 3px 5px 0;
}

.menu-dropdown-footer-center-right {
  padding-top: 3px;
}

.menu-dropdown-footer-right {
  height: auto;
  width: 100%;
  margin-top: 16px;
}

.menu-dropdown-footer-link {
  display: inline-block;
  margin-left: 25px;
}

.menu-dropdown-footer-link-wrapper {
  height: 100%;
}

.menu-dropdown-footer-link-container {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  height: 100%;
  padding: 25px;
}

.menu-dropdown-footer-link-inner-img {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -99999px;
}

.menu-dropdown-footer .social-links-link-icon i {
  font-size: 26px;
}

.menu-dropdown-footer .social-links-link-icon i.fa-twitter {
  font-size: 29px;
}

.menu-dropdown-footer .social-links-link-icon i.fa-youtube {
  font-size: 34px;
}

.menu-dropdown.about-us .menu-dropdown-content-items {
  width: 100%;
  padding: 8px 16px;
}

.header-cart-link {
  position: relative;
}

.header-cart-link * {
  font-size: 20px;
  line-height: 25px;
}

.header-cart-link:before {
  display: inline-block;
  content: '\f07a';
  font-family: "Font Awesome 5 Pro";
}

.header-cart-link-text {
  display: none;
  font-weight: 900;
}

.header-cart-link-counter {
  font-weight: 500;
}

.user-action-area {
  position: relative;
}

.user-action-auth {
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 100%;
}

.user-action-auth * {
  font-size: 16px;
  font-weight: 700;
}

.user-action-auth a {
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
}

.user-action-auth-container {
  display: flex;
  margin: 0 -10px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

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

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 2px 2px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}

.site-header.site-header-inner .hamburger.is-active .hamburger-inner,
.site-header.site-header-inner .hamburger.is-active .hamburger-inner::before,
.site-header.site-header-inner .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.site-header.site-header-inner .hamburger-inner,
.site-header.site-header-inner .hamburger-inner::before,
.site-header.site-header-inner .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* offside-js 1.4.0 26-03-2018
* Minimal JavaScript kit without library dependencies to push things off-canvas using just class manipulation
* https://github.com/toomuchdesign/offside.git
*
* by Andrea Carraro
* Available under the MIT license
*/

/* Off-canvas element CSS */

.offside {
  position: fixed;
  /* Does not play well with some old browsers (see: README) */
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

/* Left off-canvas elements default status: out of the page */

.offside,
.offside--left {
  left: -280px;
}

/* Right off-canvas elements default status: out of the page */

.offside--right {
  left: auto;
  right: -280px;
}

/*
 * Left off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */

.offside--left.is-open,
.offside-js--is-left .offside-sliding-element {
  transform: translate3d(280px, 0, 0);
}

/*
 * Right off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */

.offside--right.is-open,
.offside-js--is-right .offside-sliding-element {
  transform: translate3d(-280px, 0, 0);
}

/* Elements Transitions */

.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Body overflow */

.offside-js--init {
  overflow-x: hidden;
}

/* Fallback movements for browser not supporting CSS 3d Transitions
----------------------------------------------- */

/* Modernizr false negative csstransforms3d fix, reset CSS 3d Transitions */

.no-csstransforms3d .offside {
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .offside-sliding-element {
  overflow-x: hidden;
  position: relative;
}

/* Element is open: off-canvas element slides in */

.no-csstransforms3d .offside--left.is-open {
  left: 0;
}

.no-csstransforms3d .offside--right.is-open {
  right: 0;
}

/* Element is open: container elements slide out */

.no-csstransforms3d > .offside-js--is-left .offside-sliding-element {
  right: -280px;
}

.no-csstransforms3d > .offside-js--is-right .offside-sliding-element {
  left: -280px;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

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

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

.flickity-viewport {
    height: 500px !important;
}

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

/* draggable */

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

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

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

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

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

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

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

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

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

/* right to left */

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

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

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

/* ---- page dots ---- */

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

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

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #000000;
}

.flickity-prev-next-button {
  /*background: #000000;*/
  border-radius: 100px;
  color: #000000;
  width: 50px;
  height: 50px;
  top: 50%;
  padding: 15px;
  transition: background-color 0.5s ease;
}

.flickity-prev-next-button:hover {
  /*background: #000000;*/
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

nav.navigation.post-navigation {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
  display: none;
}

/* Custom Flickity Styles */

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

.flickity-prev-next-button.next {
  right: -8%;
}

/*!
 * Font Awesome Pro 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(webfonts/fa-light-300.eot);
  src: url(webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-light-300.woff2) format("woff2"), url(webfonts/fa-light-300.woff) format("woff"), url(webfonts/fa-light-300.ttf) format("truetype"), url(webfonts/fa-light-300.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(webfonts/fa-regular-400.eot);
  src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(webfonts/fa-solid-900.eot);
  src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fa,
.fab,
.fas {
  font-style: normal;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.page-template-page-configurator #page {
  display: flex;
  min-height: calc(100vh - 122px);
}

.page-template-page-configurator #primary,
.page-template-page-configurator #main,
.page-template-page-configurator .configurator-customizer,
.page-template-page-configurator .configurator-customizer-container,
.page-template-page-configurator .configurator-customizer-left,
.page-template-page-configurator .configurator-customizer-options,
.page-template-page-configurator .configurator-container {
  height: 100%;
}

.page-template-page-configurator .site-header .hamburger {
  margin-left: 20px;
}

.page-template-page-configurator .select2-container {
  z-index: 1000000;
}

.page-template-page-configurator .billing-shipping-information-confirm-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.page-template-page-configurator .checkout-fields {
  padding-right: 0;
}

.page-template-page-configurator .register-window {
  width: 900px;
}

.page-template-page-configurator .register-window-password {
  width: 33.33%;
  margin: 0 0 25px;
}

.page-template-page-configurator .register-window-password label {
  font-size: 16px;
}

.page-template-page-configurator .register-window-password input {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px;
  font-size: 20px;
  width: 95.6%;
}

.page-template-page-configurator .register-window-password input:focus {
  outline: none;
}

.page-template-page-configurator .register-window-submit {
  text-align: right;
}

.page-template-page-configurator .register-window-submit .button {
  color: #fff;
  border: none;
  padding: 13px 29px;
  font-size: 16px;
}

.page-template-page-configurator .checkout-form-container {
  margin-top: 0;
}

.page-template-page-configurator .woocommerce form .form-row {
  margin: 0 0 25px;
}

.page-template-page-configurator .auth-errors {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: red;
  margin-bottom: 10px;
  line-height: 20px;
}

.page-template-page-configurator .auth-success {
  color: limegreen;
}

.page-template-page-configurator .forgot-window {
  width: 488px;
  overflow: hidden;
}

.page-template-page-configurator .forgot-window .lost_reset_password {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.page-template-page-configurator .forgot-window .lost_reset_password input {
  width: 400px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px;
  font-size: 20px;
}

.page-template-page-configurator .forgot-window .lost_reset_password label {
  font-size: 16px;
}

.page-template-page-configurator .forgot-window .lost_reset_password p {
  font-size: 16px;
  line-height: 25px;
}

.page-template-page-configurator .forgot-window .lost_reset_password #user_login {
  margin-top: 18px;
}

.page-template-page-configurator .forgot-window .lost_reset_password .name-login {
  font-weight: 700;
}

.page-template-page-configurator .forgot-window .lost_reset_password .button {
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
}

.order-configurator-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order-configurator-header {
  padding: 0 140px 0  40px;
  background-color: #fff;
}

.order-configurator-header-left {
  display: contents;
}

.modal-holder {
  display: none;
}

.modal-holder-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
}

.modal-holder-actions {
  text-align: center;
  margin-top: 15px;
}

.image-cropping {
  text-align: center;
}

.image-cropping-container {
  position: relative;
  max-width: 600px;
}

.image-cropping .button,
.image-cropping .button-2 {
  padding: 13px 29px;
  margin-top: 40px;
  font-size: 16px;
}

.uploading {
  position: relative;
  overflow: hidden;
}

.uploading:before,
.uploading:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uploading:after {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("img/bx_loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 11;
}

.uploaded-errors {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: red;
  text-align: center;
}

.uploaded-logo .hidden {
  display: none !important;
}

.uploaded-logo-preview {
  position: relative;
}

.uploaded-logo-preview img {
  width: 100%;
}

.uploaded-logo .button-2 {
  font-size: 16px !important;
  padding: 12px 26px 12px 29px;
}

.uploaded-logo-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  transition: 200ms linear 0s;
}

.uploaded-logo-remove:after {
  display: inline-block;
  color: #fff;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
}

.uploaded-logo-remove:hover {
  opacity: .75;
}

.order-configurator-logo > a {
  display: block;
  max-width: 225px;
  line-height: 0;
}

.configurator-customizer-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: 200ms linear 0s;
}

.configurator-customizer-loader.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.configurator-customizer-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.configurator-customizer-top {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  padding: 15px;
  width: 100%;
  z-index: 1;
}

.configurator-customizer-top-left {
  flex: 1;
}

.configurator-customizer-left {
  background-color: #fff;
  padding: 46px;
  width: 360px;
  position: relative;
  z-index: 2;
}

.configurator-customizer-left.open-menu-configurator {
  transform: translateX(0%);
}

.configurator-customizer-left .custom-items-filters-block-buttons {
  margin-top: 0;
  flex-direction: row;
  justify-content: flex-end;
}

.configurator-customizer-left .custom-items-filters-block-buttons-feet {
  margin-left: 10px;
}

.configurator-customizer-left .custom-items-filters-block-buttons a {
  font-size: 18px;
}

.configurator-customizer-right {
  flex: 1;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(100% - 360px);
  overflow: hidden;
  padding-top: 120px;
}

.custom-options-picker {
  margin-bottom: 15px;
}

.custom-options-picker-title {
  line-height: initial;
}

.custom-options-picker-choices {
  margin-top: 10px;
}

.custom-options-picker-choices-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.custom-options-picker-choice {
  display: inline-block;
  margin-right: 5px;
}

.custom-options-picker-choice:last-of-type {
  margin-right: 0;
}

.custom-options-picker-choice input[type="radio"] {
  display: none;
}

.custom-options-picker-choice input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 1px 11px;
  text-align: center;
  margin-top: 5px;
  min-width: 55px;
}

.custom-options-picker-choice input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
}

.custom-options-picker-choice input[type="radio"]:disabled + label {
  color: #959595;
  background-color: #eeeeee;
  border: 2px solid #AFAFAF;
}

.custom-configurator-option-numbers .custom-options-picker-choice input[type="radio"] + label {
  padding-left: 3px;
  padding-right: 3px;
}

.custom-color-picker {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.custom-color-picker-title {
  flex: 1;
  line-height: initial;
}

.custom-color-picker-chosen {
  position: relative;
}

.custom-color-picker-chosen-viewport {
  display: block;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 50px;
  height: 30px;
}

.custom-color-picker-choices {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 5px 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  overflow: hidden;
  z-index: 10;
}

.custom-color-picker-choices.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}

.custom-color-picker-choices-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
}

.custom-color-picker-choices-close > span {
  display: block;
  text-indent: -99999px;
}

.custom-color-picker-choices-close:before {
  display: inline-block;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
}

.custom-color-picker-choices-tw-lvl {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

.custom-color-picker-choice {
  padding: 3px;
}

.custom-color-picker-choice input[type="radio"] {
  display: none;
}

.custom-color-picker-choice input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  width: 54px;
  height: 30px;
  text-indent: -99999px;
  position: relative;
}

.custom-color-picker-choice input[type="radio"]:checked + label:before,
.custom-color-picker-choice input[type="radio"]:checked + label:after {
  display: block;
  content: '';
  border-style: solid;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-color-picker-choice input[type="radio"]:checked + label:before {
  border-color: #000;
  border-width: 2px;
  z-index: 2;
}

.custom-color-picker-choice input[type="radio"]:checked + label:after {
  border-color: #fff;
  border-width: 4px;
  z-index: 1;
}

.custom-color-picker .with-border {
  border: 2px solid #000;
}

.custom-image-picker {
  margin-bottom: 15px;
}

.custom-image-picker-title {
  line-height: initial;
}

.custom-image-picker-input {
  margin-top: 10px;
}

.custom-image-picker-input-container {
  padding: 18px 0;
}

.custom-image-picker-input input + label {
  display: block;
  cursor: pointer;
}

.custom-image-picker-input input + label .button {
  font-size: 20px;
  line-height: 25px;
  padding: 9px 12px 11px;
}

.custom-image-picker-input input + label .button-descr {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
}

.custom-image-picker-input label {
  cursor: pointer;
}

.custom-select-picker {
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 20px;
  max-width: 350px;
}

.custom-select-picker.left-side {
  display: none;
}

.custom-select-picker:last-of-type {
  padding-right: 0;
}

.custom-select-picker-title {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.custom-select-picker-choices {
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-select-picker-choices.active span:before {
  transform: rotateZ(180deg);
}

.custom-select-picker-choices .ui-selectmenu-button.ui-button {
  width: auto;
  border: none;
  background: transparent;
  padding: 0;
  padding-left: 28px;
}

.custom-select-picker-choices .ui-selectmenu-text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
}

.custom-select-picker-choices .ui-selectmenu-text:before {
  content: "";
  background-image: url(img/icons/arrow-down-select.svg);
  width: 20px;
  height: 9px;
  transition: 200ms linear 0s;
  position: absolute;
  left: 1px;
}

.custom-select-picker-choices .ui-corner-top .ui-selectmenu-text::before {
  transform: rotateZ(180deg);
}

.custom-select-picker-choices .ui-button:focus {
  outline: none;
}

.custom-select-picker-choices .ui-button:active * {
  color: initial;
}

.custom-select-picker select {
  font-size: 20px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  outline: none;
  position: relative;
}

.custom-content-actions {
  padding-right: 15px;
}

.custom-content-actions:last-of-type {
  padding-right: 0;
}

.custom-content-actions p {
  margin-bottom: 0;
}

.custom-content-actions .button {
  font-size: 18px;
  padding: 5px 15px 7px;
}

.custom-configurator-content,
.custom-configurator-content-two-level {
  display: none;
}

.custom-configurator-option {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.custom-configurator-option:first-of-type {
  border-top: 2px solid #c7c7c7;
}

.custom-configurator-option-title {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-configurator-option-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.custom-configurator-option-title.active:after {
  transform: rotateZ(180deg);
}

.custom-configurator-option-description-one {
  padding: 16px 0 14px;
  font-size: 16px;
  line-height: normal;
}

.custom-configurator-option-description-two {
  padding-top: 14px;
}

.two-level-options-accent-colours .custom-configurator-content {
  position: relative;
}

.two-level-options-accent-colours .two-level-back-accent-colours {
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 30px;
  top: -30px;
}

.two-level-options-accent-colours .open-option-two-level-accent-colours {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-accent-colours .open-option-two-level-accent-colours:after {
  transform: rotateZ(270deg);
}

.two-level-options-accent-colours-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 13px;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-accent-colours .open-two-level-option {
  border-bottom: 2px solid #c7c7c7;
  padding: 13px 0;
}

.two-level-options-accent-colours .open-option-two-level-title {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.two-level-options-accent-colours .open-option-two-level-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.two-level-options-accent-colours .open-option-two-level-title.active:after {
  transform: rotateZ(180deg);
}

.two-level-options-branding .open-option-two-level-branding {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-branding .open-option-two-level-branding:after {
  transform: rotateZ(270deg);
}

.two-level-options-branding .custom-configurator-content {
  position: relative;
}

.two-level-options-branding .two-level-back-branding {
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 30px;
  top: -30px;
}

.two-level-options-branding-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 13px;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-branding .open-two-level-option {
  border-bottom: 2px solid #c7c7c7;
  padding: 13px 0;
}

.two-level-options-branding .open-option-two-level-title {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.two-level-options-branding .open-option-two-level-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.two-level-options-branding .open-option-two-level-title.active:after {
  transform: rotateZ(180deg);
}

.two-level-options .open-option-two-level {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options .two-level-back-colours {
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 30px;
  top: -30px;
}

.two-level-options .custom-configurator-content {
  position: relative;
}

.two-level-options .custom-configurator-option-title:after {
  transform: rotateZ(270deg);
}

.two-level-options-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 13px;
  border-bottom: 2px solid #c7c7c7;
  padding-top: 20px;
}

.two-level-options .open-two-level-option {
  border-bottom: 2px solid #c7c7c7;
  padding: 13px 0;
}

.two-level-options .open-option-two-level-title {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.two-level-options .open-option-two-level-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.two-level-options .open-option-two-level-title.active:after {
  transform: rotateZ(180deg);
}

.custom-configurator-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 0;
}

.custom-configurator-button .button-2 {
  font-size: 16px !important;
  padding: 12px 26px 12px 29px;
}

.custom-configurator-button .custom-button-log-in {
  color: #000000;
  font-size: 20px;
}

.views {
  display: block;
}

.custom-slide-show {
  -webkit-animation: 0.2s ease 0.2s 1 normal forwards running EnterFromLeft;
  animation: 0.2s ease 0.2s 1 normal forwards running EnterFromLeft;
  transform: translateX(-140%);
}

.cropper-container {
  outline: 2px solid #000;
}

.configurator-container {
  display: flex;
  flex-direction: column;
}

.configurator-container-option {
  flex: 1;
}

@-webkit-keyframes EnterFromLeft {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes EnterFromLeft {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.page-template-page-configurator .ui-selectmenu-open {
  font-size: 20px;
  padding-left: 11px !important;
}

.page-template-page-configurator .ui-widget.ui-widget-content {
  border: none !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 10px !important;
}

.page-template-page-configurator .ui-corner-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.page-template-page-configurator .ui-state-active {
  background: #cccccc !important;
  color: #000 !important;
  border: none !important;
}

.page-template-page-configurator .ui-menu .ui-menu-item-wrapper {
  padding: 2px 17px 0 !important;
}

.page-template-page-configurator .ui-widget {
  font-weight: 300 !important;
  font-family: "Mulish", sans-serif !important;
}

.summary-window {
  width: 856px;
}

.summary-window.fancybox-content {
  padding: 0;
}

.summary-window .pdf-page {
  padding: 25px !important;
}

.summary-window-datasheet-container {
  padding: 44px 44px 0 44px;
}

.summary-window-title {
  padding: 0 0 34px 0;
}

.summary-window-title-print {
  display: none;
  margin-bottom: 34px;
}

.summary-window-buttons-container {
  padding: 0 44px 44px 44px;
}

.summary-window-container .button {
  font-size: 16px;
  padding: 10px 32px;
  margin-top: 53px;
}

.summary-window-logo {
  display: none;
  padding: 85px 80px 0 80px;
}

.summary-window-logo img {
  width: 325px;
}

.summary-window-footer {
  display: none;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.summary-window-footer-line {
  background-color: #ff6900;
  width: 100%;
  position: relative;
  padding: 8px 80px 7px;
  z-index: 1;
}

.summary-window-footer-line p {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  margin-bottom: 0;
}

.summary-window-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px 40px 80px;
  margin-top: 22px;
}

.summary-window-footer-content-left {
  display: flex;
}

.summary-window-footer-content-left-text2 {
  margin-left: 50px;
}

.summary-window-footer-content-left-text2 span {
  color: #ff6900;
}

.summary-window-footer-content-right {
  font-weight: 700;
}

.summary-window-footer-content p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0;
}

.summary-window-content {
  display: flex;
}

.summary-window-content-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 19px;
  width: 160px;
}

.summary-window-content-value {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
  flex: 1;
}

.summary-window-content-second {
  margin-top: 16px;
}

.summary-window-content-second.colour {
  margin-top: 0;
}

.summary-window-content-second .summary-window-content-name {
  margin-bottom: 10px;
}

.summary-window-content-second-value {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 21px;
}

.summary-window-buttons {
  margin-top: 23px;
}

.summary-window-buttons-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
}

.summary-window-buttons-item {
  padding: 0 5px;
}

.summary-window-buttons-item a.uploading:after {
  background-size: 20px auto;
}

.summary-window-button {
  padding: 3px 11px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  border: 2px solid #000;
}

.summary-window-button.disabled {
  pointer-events: none;
  color: #959595;
  background-color: #eeeeee;
  border: 2px solid #AFAFAF;
}

.summary-window-user-not-logged-in-actions > span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin: 0 10px;
}

.login-window {
  width: 488px;
}

.login-window-form {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.login-window-form input {
  max-width: 400px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px;
  font-size: 20px;
}

.login-window-form label {
  font-size: 16px;
}

.login-window-email,
.login-window-password {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.login-window-email {
  margin-top: 0;
}

.login-window-button {
  margin-top: 20px;
}

.login-window-button .button {
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
}

.login-window-register {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.login-window-register a {
  font-size: 20px;
}

#registerform {
  margin-top: 10px;
}

.custom-configurator-content-additional-descr {
  margin-top: 12px;
  padding-bottom: 3px;
}

.custom-configurator-content-additional-descr * {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}

.custom-configurator-logo-rules {
  margin-top: 40px;
}

.custom-configurator-logo-rules * {
  font-size: 16px;
  line-height: normal;
}

.custom-configurator-logo-rules p {
  margin-bottom: 10px;
}

.share-window-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.share-window-link-text {
  border: solid 2px #000;
  padding: 10px;
  font-size: 20px;
}

.share-window-link .button {
  font-size: 16px;
  padding: 15px 26px;
  margin-left: 10px;
}

.share-window-social {
  margin-top: 20px;
}

.share-window-social-media {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  margin: 0 -4px;
}

.share-window-social-media-icon {
  color: #ff6900;
  padding: 0 6px;
}

.saved-configurations .block-custom-content-shop-products-category-title {
  padding-top: 0;
}

.saved-configurations .block-custom-content-shop-products-item {
  width: 33.33%;
}

.saved-configurations .block-custom-content-shop-products-item.no-have-posts {
  width: 100%;
}

.saved-configurations .block-custom-content-shop-products-item-container {
  position: relative;
}

.saved-configurations .block-custom-content-shop-products-item-content {
  padding: 30px 25px 110px;
}

.saved-configurations .block-custom-content-shop-products-item-footer {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 30px;
}

.saved-configurations .block-custom-content-shop-products-item-list-attributes-item {
  padding-left: 5px;
  padding-right: 5px;
}

.saved-configurations .block-custom-content-shop-products-item-list-attributes-name {
  line-height: 24px;
  margin-bottom: 3px;
}

.saved-configurations-list-item-actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.woocommerce .saved-configurations-list-item-actions a.button {
  padding-top: 20px;
}

.saved-configurations-list-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  transition: 200ms linear 0s;
}

.saved-configurations-list-item-remove:after {
  display: inline-block;
  color: #fff;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
}

.saved-configurations-list-item-remove:hover {
  opacity: .75;
}

.saved-configurations-list-item-change {
  border: 2px solid #000;
}

.shelter-sizes-display {
  position: absolute;
  left: 15px;
  margin-top: 15px;
}

.shelter-sizes-display * {
  color: #b9145a;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.shelter-sizes-display p {
  margin-bottom: 0;
}

.shelter-sizes-display-container {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  min-width: 87px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button {
  display: inline-block;
  padding: 17px 32px 18px;
  background: #FF6900;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
  border-radius: 5px;
  transition: 200ms linear 0s;
}

.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
  cursor: pointer;
  opacity: .75;
}

.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 17px 32px 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  border-radius: 5px;
  transition: 200ms linear 0s;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:active {
  cursor: pointer;
  opacity: .75;
}

.wp-block-button__link {
  background-color: #FF6900;
  color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: .6em 1em .4em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid;
  font-size: 12px;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  outline: none !important;
}

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

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

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  padding: 17px 32px 18px;
  background: #FF6900;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 5px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #FF6900;
  color: #ffffff;
}

.wpcf7 input[type="submit"] {
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  margin: 16px 0 0;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  top: -3px;
  left: 17px;
}

.wpcf7-form-control-wrap {
  position: initial;
}

.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.wpcf7-checkbox label * {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.wpcf7-checkbox label .wpcf7-list-item-label {
  max-width: 400px;
}

.wpcf7-checkbox input {
  display: none !important;
}

.wpcf7-checkbox input + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 38px;
}

.wpcf7-checkbox input + .wpcf7-list-item-label:before {
  display: inline-block;
  content: '';
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 5px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  content: '\f00c';
  background-color: #000;
}

.wpcf7-form input[type="submit"] {
  font-size: 20px;
  color: #ffffff;
  border: none;
  font-weight: 700;
  line-height: 25px;
  background: transparent;
  padding: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Max-width structure
--------------------------------------------------------------*/

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

b,
strong {
  font-weight: bold;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-table thead tr {
  background-color: #ccc;
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
}

.site-branding {
  max-width: 225px;
}

.simple-text p {
  line-height: 30px;
}

.simple-text p span[style*="font-size:"] {
  line-height: normal;
}

.simple-text a:not([class]) {
  color: #ff6b00;
}

.block-hero-1-arrow-to-content {
  position: absolute;
  background-image: url("img/icons/icon-arrow-to-bottom-1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 70px;
  height: 86px;
  bottom: 51px;
  left: 50%;
  margin-left: -6.5%;
  text-indent: -99999px;
}

.block-header-case-studies-arrow-to-content {
  display: block;
  background-image: url("img/icons/arrow-bottom-case-studies.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 30px;
  height: 63px;
  bottom: 51px;
  text-indent: -99999px;
}

.entry-content > *:not(div) {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > *[class*="wp-block-"] {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > *.wp-block-group {
  max-width: none;
}

.entry-content > *.wp-block-group > *:not(.wp-block-group__inner-container) {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > *.wp-block-group > .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > .wp-block-image {
  margin-bottom: 0;
}

.entry-content > .wp-block-image > figure {
  margin-bottom: 0;
}

.entry-content > figure {
  width: 100%;
}

.entry-content .wp-block-columns {
  margin-bottom: 0;
}

.entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(2) {
  flex: 1;
  flex-basis: 100%;
}

.entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(1),
.entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(3) {
  flex: 0;
  flex-basis: 21%;
}

.entry-content table {
  display: block;
  overflow-x: auto;
  height: auto !important;
}

.wp-block-gallery {
  display: block;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-grid {
  width: 100%;
}

.wp-block-gallery .blocks-gallery-item > figure {
  width: 100%;
}

.top-zindex-item {
  position: relative;
  z-index: 101;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

.block-breadcrumbs-list {
  padding: 0 0 20px;
}

.block-breadcrumbs-list * {
  font-size: 12px;
}

.block-breadcrumbs-list a {
  text-decoration: underline;
}

.block-breadcrumbs-list a:hover {
  text-decoration: none;
}

.block-breadcrumbs-list > li {
  display: inline-block;
}

.block-breadcrumbs-list > li:after {
  content: ' \00bb ';
  display: inline-block;
}

.block-breadcrumbs-list > li:last-of-type:after {
  display: none;
}

.social-links * {
  color: #fff;
}

.social-links-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-links-link-icon {
  display: inline-block;
  height: 25px;
  margin-right: 30px;
}

.social-links-link-icon i {
  height: 100%;
}

.logos-gallery img {
  height: auto !important;
}

.logos-gallery-2 img {
  height: auto !important;
}

.custom-image-bg .block-image-plus-text-content-media.image-wrapper-protruding img {
  height: 100%;
}

.font-jost {
  font-family: "Jost", sans-serif;
}

.line-height-50 {
  line-height: 50px;
}

.font-weight-500 {
  font-weight: 500;
}

.post-loadmore-btn {
  text-align: center;
}

.loadmore-posts {
  margin-bottom: 100px;
}

.entry-content > .page-header {
  padding: 0 0 100px;
  text-align: center;
}

.entry-content > .page-header.with-background {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  max-width: none;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 162px;
  position: relative;
}

.entry-content > .page-header.with-background.block-header-universal .wrapper.page-header-text {
  padding-top: 4px;
}

.entry-content > .page-header.with-background:before,
.entry-content > .page-header.with-background:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.entry-content > .page-header.with-background:before {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.entry-content > .page-header.with-background:after {
  z-index: 2;
  background-image: url("img/header-pattern.png");
  background-position: center -61px;
  background-repeat: no-repeat;
  background-size: auto auto;
}

.entry-content > .page-header.with-background * {
  color: #fff;
}

.entry-content > .page-header.with-background .page-title {
  position: relative;
  z-index: 10;
}

.entry-content .page-header-text {
  position: relative;
  z-index: 3;
}

.entry-content a:not(.button):not(.button-2):not(.button-3):not(.button-4):not(.link):not(.link-white):not(.link-orange):not(.link-arrow-right):not(.link-animated):not(.wp-block-button__link):not([data-target-tent-info]):not([data-target-property-name]):not(.block-slider-colour-and-branding-link-slider):not(.accordion-link):not(.block-header-faq-content-link):not(.to-meters):not(.to-feets):not(.block-header-uses-industries-content-link) {
  color: #FF6900;
}

.blog-post-custom-preview .background-text-color {
  padding: 39px 0;
}

.blog-post-custom-preview .background-text-color:before {
  background-color: #f0f0f0;
}

.blog-post-custom-preview.image-left .block-image-plus-text-content-text {
  padding-left: 11.85%;
  padding-right: 11%;
  width: 54.65%;
}

.blog-post-custom-preview.image-left .blog-post-custom-preview-title {
  margin-bottom: 0.5em;
}

.blog-post-custom-preview.image-right .block-image-plus-text-content-text {
  padding-left: 4.6%;
  padding-right: 13%;
  width: 50.6%;
}

.blog-post-custom-preview .universal-block-image-plus-text-content-buttons-n-links {
  margin-top: 2.7em;
}

.blog-post-custom-preview + .wp-block-spacer {
  height: 93px !important;
}

.blog-post-custom-preview-title {
  margin-bottom: 0.85em;
}

.archive .entry-content {
  overflow: hidden;
}

.archive .entry-content article:last-of-type .wp-block-spacer {
  height: 75px !important;
}

.single-post-main-content {
  display: inline-block;
  width: 100%;
}

.single-post-top-block {
  padding: 53px 0;
  text-align: center;
  display: none;
}

.single-post-top-block .date,
.single-post-top-block .category {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

.single-post-top-block h2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  display: block;
  margin: 20px auto 24px;
  max-width: 840px;
}

.single-post-thumbnail .img {
  margin: 0 0 75px;
}

.single-post-thumbnail .img img {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  align-self: flex-start;
  flex-direction: column;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  display: block;
  background: none;
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  position: relative;
  padding: 0 10px;
  overflow: initial;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: initial;
}

/*--------------------------------------------------------------
# Devs
--------------------------------------------------------------*/

#main-configurator.loading {
  overflow: hidden;
}

#main-configurator.loading:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
}

#main-configurator.loading::after {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url("../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  z-index: 101;
}

.hidden-item:not(.visibility-item) {
  display: none !important;
}

.order-configurator {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

.order-configurator-header {
  border-bottom: 2px solid #000;
}

.order-configurator-header-content {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 15px 0;
  position: relative;
}

.order-configurator-header-left,
.order-configurator-header-right {
  width: 65px;
}

.order-configurator-header-right {
  text-align: right;
}

.order-configurator-header-center {
  flex: 1;
  text-align: center;
}

.order-configurator-header-left,
.order-configurator-header-right,
.order-configurator-header-center {
  padding-top: 0;
}

.order-configurator-content {
  flex: 1;
}

.order-configurator-steps-list {
  list-style: none;
  display: flex;
  padding-top: 50px;
}

.order-configurator-steps-list-item {
  counter-increment: list;
  padding: 0 50px 50px 0;
}

.order-configurator-steps-list-item-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.order-configurator-steps-list-item-link > span {
  display: inline-block;
  margin-left: 30px;
  white-space: nowrap;
}

.order-configurator-steps-list-item-link:before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 80px 0 0;
  border-radius: 50%;
  border: 3px solid #000;
  background-color: #000;
  content: counter(list);
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  height: 80px;
  width: 80px;
  transition: 200ms linear 0s;
}

.order-configurator-steps-list-item.active .order-configurator-steps-list-item-link:before {
  background-color: transparent;
  color: #000;
}

.order-configurator-steps-list-item.active ~ .order-configurator-steps-list-item {
  opacity: .1;
}

.order-configurator-steps-list-item.active ~ .order-configurator-steps-list-item .order-configurator-steps-list-item-link {
  pointer-events: none;
}

.order-configurator-steps-list-item.active ~ .order-configurator-steps-list-item .order-configurator-steps-list-item-link:before {
  background-color: transparent;
  color: #000;
}

.order-configurator-step-content {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 200ms linear 0s;
}

.order-configurator-step-content.active {
  visibility: visible;
  opacity: 1;
  max-height: none;
  overflow: visible;
}

.order-configurator-step-container {
  display: flex;
}

.order-configurator-step-side-left {
  flex: 50.4878% 0 0;
  width: 50.4878%;
}

.order-configurator-step-side-right {
  flex: 1;
}

.order-configurator-step-config .tent-type-chooser {
  margin-top: 80px;
}

.order-configurator-step-config .tent-shape-chooser {
  margin-top: 80px;
}

.order-configurator-step-config .tent-variations-chooser {
  margin-top: 80px;
}

.order-configurator-step-config-result {
  display: flex;
  align-items: center;
  max-height: 550px;
  overflow: hidden;
}

.order-configurator-step-config-result img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.order-configurator-footer {
  padding: 28px 0;
}

.order-configurator-footer-content {
  display: flex;
  align-items: flex-end;
}

.order-configurator-footer-center {
  flex: 1;
  text-align: center;
}

.order-configurator-footer-left,
.order-configurator-footer-right {
  width: 350px;
}

.order-configurator-footer-left {
  padding-left: 32px;
}

.order-configurator-footer-left .link {
  padding-right: 50px;
}

.order-configurator-footer-right {
  text-align: right;
}

.order-configurator-footer-total-price {
  margin-top: 9px;
}

.order-configurator-footer-total-price * {
  font-weight: 300;
}

.order-configurator-footer-total-price-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.order-configurator-footer-left {
  position: relative;
}

.order-configurator-footer-left .link {
  visibility: hidden;
  opacity: 0;
}

.order-configurator-footer-left .link.active {
  visibility: visible;
  opacity: 1;
}

.order-configurator-footer-back-top-shop-link {
  position: absolute;
  bottom: 0;
}

.order-configurator-footer-prev-step-link.link {
  padding-right: 0;
}

.order-configurator-footer-prev-step-link.link:after {
  width: calc(100% - 30px);
}

.order-configurator-footer-right {
  position: relative;
}

.order-configurator-footer-right .button {
  visibility: hidden;
  opacity: 0;
}

.order-configurator-footer-right .button.active {
  visibility: visible;
  opacity: 1;
}

.order-configurator-footer-checkout-link,
.order-configurator-footer-add-to-cart-link {
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 2;
}

body.btn-configurator-active .order-configurator-header-center {
  max-width: calc(100% - (120px * 2));
}

.tent-type-chooser {
  display: flex;
  list-style: none;
  margin: 0 -8px;
}

.tent-type-chooser-item {
  padding: 0 8px;
}

.tent-type-chooser-item-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  width: 122px;
  text-align: center;
}

.tent-type-chooser-item-preview {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .3;
  height: 150px;
  width: 100%;
  overflow: hidden;
  transition: 200ms linear 0s;
}

.tent-type-chooser-item-preview img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tent-type-chooser-item-name {
  display: block;
  margin-top: 10px;
}

.tent-type-chooser-item.active .tent-type-chooser-item-preview {
  opacity: 1;
}

.tent-shape-chooser {
  display: flex;
  list-style: none;
  margin: 0 -8px;
}

.tent-shape-chooser-item {
  padding: 0 8px;
}

.tent-shape-chooser-item-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  width: 122px;
  text-align: center;
}

.tent-shape-chooser-item-preview {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .3;
  height: 150px;
  width: 100%;
  overflow: hidden;
  transition: 200ms linear 0s;
}

.tent-shape-chooser-item-preview img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tent-shape-chooser-item-name {
  display: block;
  margin-top: 10px;
}

.tent-shape-chooser-item.active .tent-shape-chooser-item-preview {
  opacity: 1;
}

.tent-variations-chooser {
  list-style: none;
}

.tent-variations-chooser-group-items {
  margin-top: 50px;
}

.tent-variations-chooser-group-items:first-of-type {
  margin-top: 0;
}

.tent-variations-chooser-group-items-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.tent-variations-chooser-group-items-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 29px -8px 0;
}

.tent-variations-chooser-group-items-list-item {
  padding: 0 8px;
}

.tent-variations-chooser-group-items-list-item-container {
  border-radius: 10px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  width: 75px;
  height: 75px;
  transition: 200ms linear 0s;
}

.tent-variations-chooser-group-items-list-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.tent-variations-chooser-group-items-list-item-link * {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.tent-variations-chooser-group-items-list-item-val {
  display: inline-block;
}

.tent-variations-chooser-group-items-list-item.active .tent-variations-chooser-group-items-list-item-container {
  background-color: #000;
  border-color: #000;
}

.tent-variations-chooser-group-items-list-item.active .tent-variations-chooser-group-items-list-item-link {
  color: #fff;
}

.tent-variations-chooser-group-items-list-item.active .tent-variations-chooser-group-items-list-item-link * {
  color: #fff;
}

.block-custom-slider-gallery {
  display: flex;
  flex-direction: column;
  line-height: 0;
}

.block-custom-slider-gallery-items {
  flex: 1;
  list-style: none;
}

.block-custom-slider-gallery-item {
  display: block;
  width: 100%;
}

.block-custom-slider-gallery-item-container img {
  width: 100%;
}

.block-custom-slider-gallery-navigation {
  line-height: initial;
}

.block-custom-slider-gallery-navigation-container {
  display: flex;
  padding: 20px 0 10px;
  max-width: 100%;
}

.block-custom-slider-gallery-navigation-link {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin: 0 0 0 10px;
}

.block-custom-slider-gallery-navigation-link:first-of-type {
  margin: 0;
}

.block-custom-slider-gallery[class*="pager-left-"],
.block-custom-slider-gallery[class*="pager-right-"] {
  flex-direction: row;
}

.block-custom-slider-gallery[class*="pager-left-"] .block-custom-slider-gallery-navigation-container,
.block-custom-slider-gallery[class*="pager-right-"] .block-custom-slider-gallery-navigation-container {
  flex-direction: column;
  padding: 0 10px;
  height: 100%;
}

.block-custom-slider-gallery[class*="pager-left-"] .block-custom-slider-gallery-navigation-link,
.block-custom-slider-gallery[class*="pager-right-"] .block-custom-slider-gallery-navigation-link {
  margin: 0 0 10px 0;
}

.block-custom-slider-gallery[class*="pager-left-"] .block-custom-slider-gallery-navigation-link:last-of-type,
.block-custom-slider-gallery[class*="pager-right-"] .block-custom-slider-gallery-navigation-link:last-of-type {
  margin: 0;
}

.block-custom-slider-gallery[class*="pager-left-"] {
  flex-direction: row-reverse;
}

.block-custom-slider-gallery[class*="pager-top-"] {
  flex-direction: column-reverse;
}

.block-custom-slider-gallery.pager-left-bottom .block-custom-slider-gallery-navigation,
.block-custom-slider-gallery.pager-right-bottom .block-custom-slider-gallery-navigation {
  align-self: flex-end;
}

.block-custom-slider-gallery.pager-top-right .block-custom-slider-gallery-navigation-container,
.block-custom-slider-gallery.pager-bottom-right .block-custom-slider-gallery-navigation-container {
  justify-content: flex-end;
}

.block-custom-list-with-round-icon-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.block-custom-list-with-round-icon-list-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding-top: 50px;
}

.block-custom-list-with-round-icon-list-item-icon {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  flex: 100px 0 0;
  overflow: hidden;
}

.block-custom-list-with-round-icon-list-item-icon img {
  height: 100%;
  width: 100%;
}

.block-custom-list-with-round-icon-list-item-text {
  font-weight: 700;
  flex: 1;
  margin-left: 30px;
  padding: 0 15px 0px 0;
}

.block-custom-list-with-round-icon-list-item.item-type-icon .block-custom-list-with-round-icon-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
}

.block-custom-list-with-round-icon-list-item.item-type-icon .block-custom-list-with-round-icon-list-item-icon img {
  height: auto;
}

.block-custom-list-with-round-icon-list.items-width-1 .block-custom-list-with-round-icon-list-item {
  width: 100%;
}

.block-custom-list-with-round-icon-list.items-width-2 .block-custom-list-with-round-icon-list-item {
  width: 50%;
}

.block-custom-list-with-round-icon-list.items-width-3 .block-custom-list-with-round-icon-list-item {
  width: 33.33%;
}

.block-custom-list-with-round-icon-list.items-width-4 .block-custom-list-with-round-icon-list-item {
  width: 25%;
}

.block-custom-list-with-round-icon-list.items-width-5 .block-custom-list-with-round-icon-list-item {
  width: 20%;
}

.block-custom-protruding-image {
  position: absolute;
  left: 0;
  top: 0;
}

.block-custom-advantages {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
}

.block-custom-advantages-item {
  display: inline-block;
  padding: 15px;
}

.block-custom-advantages-item-container {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  width: 200px;
  height: 200px;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
}

.block-custom-advantages-item-title {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  position: relative;
  width: 100%;
}

.block-custom-advantages-item-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  color: #ff6900;
}

.with-borders {
  border: 0px solid transparent;
}

*[class].no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

*[class].text-vertical-align-top {
  align-items: flex-start;
}

*[class].text-vertical-align-bottom {
  align-items: flex-end;
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-vertical-align-top {
  align-items: flex-start;
}

.text-vertical-align-bottom {
  align-items: flex-end;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
  margin-bottom: 1.15em;
}

.simple-text *:last-child {
  margin-bottom: 0;
}

.simple-text h1:last-child,
.simple-text h2:last-child,
.simple-text h3:last-child,
.simple-text h4:last-child,
.simple-text h5:last-child,
.simple-text h6:last-child {
  margin-bottom: 1.15em;
}

.universal-block-image-plus-text-content {
  position: relative;
  z-index: 1;
}

.universal-block-image-plus-text-content-container {
  position: relative;
}

.universal-block-image-plus-text-content-buttons-n-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.universal-block-image-plus-text-content-buttons-n-links.link-align-center {
  justify-content: center;
}

.universal-block-image-plus-text-content-buttons-n-links.link-align-right {
  justify-content: flex-end;
}

.universal-block-image-plus-text-content-float-link {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 10;
}

.universal-block-image-plus-text-content-float-link .link-animated {
  max-width: 205px;
}

.universal-block-image-plus-text-content-protruding-image {
  margin-top: 35px;
  position: relative;
}

.universal-block-image-plus-text-content-protruding-image img {
  max-width: none;
}

.universal-block-image-plus-text-content .block-custom-link {
  margin-left: 60px;
}

.universal-block-image-plus-text-content .block-custom-link:first-of-type {
  margin-left: 0;
}

.universal-block-image-plus-text-content-classic {
  position: relative;
}

.universal-block-image-plus-text-content-classic.background-text-color:before {
  background-color: #f0f0f0;
  content: '';
  width: 1000vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.wrapper-for-contact-information {
  padding: 0 0 0 4.5%;
}

.wrapper-for-contact-information p {
  line-height: 40px;
  margin-bottom: 1.6em;
}

.wrapper-for-contact-information h2 {
  margin-bottom: 0.9em;
}

.added_quote_pro {
  clear: both;
}

.woocommerce-notices-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.custom-items-filters .woocommerce-notices-wrapper {
  margin-top: 50px;
}

.custom-items-filters-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.custom-items-filters-block-additional-information {
  flex: 1;
  margin-top: 20px;
}

.custom-items-filters label {
  cursor: pointer;
}

.custom-items-filters ul {
  list-style: none;
}

.custom-items-filters-blocks {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.custom-items-filters-block {
  margin-top: 25px;
}

.custom-items-filters-block:last-of-type {
  margin-right: 0;
}

.custom-items-filters-block-buttons {
  display: flex;
  align-items: center;
}

.custom-items-filters-block-buttons-meters,
.custom-items-filters-block-buttons-feet {
  color: #999999;
  font-weight: 700;
  margin: 0 10px;
}

.custom-items-filters-block-buttons-meters.active,
.custom-items-filters-block-buttons-feet.active {
  color: #000000;
}

.custom-items-filters-block-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.custom-items-filters-block-list {
  display: flex;
  flex-wrap: wrap;
}

.custom-items-filters-block-list-item {
  margin-right: 16px;
  margin-top: 19px;
}

.custom-items-filters-block-list-item:last-of-type {
  margin-right: 0;
}

.custom-items-filters-block-list-item-value > label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  border: 1px solid #000000;
  height: 57px;
  padding-left: 16px;
  padding-right: 16px;
  transition: 200ms linear 0s;
}

.custom-items-filters-block-list-item-value > label > span {
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  white-space: nowrap;
}

.custom-items-filters-block-list-item-value.feet {
  display: none;
}

.custom-items-filters input[type="checkbox"],
.custom-items-filters input[type="radio"] {
  display: none;
}

.custom-items-filters input[type="checkbox"]:checked + label,
.custom-items-filters input[type="radio"]:checked + label {
  background-color: #ff6900;
  border-color: #ff6900;
}

.custom-items-filters input[type="checkbox"]:checked + label > span,
.custom-items-filters input[type="radio"]:checked + label > span {
  color: #fff;
}

.custom-items-filters.not-shelters-main-cat-active .custom-items-filters-block-list {
  position: relative;
}

.custom-items-filters.not-shelters-main-cat-active .custom-items-filters-block-list:not(.product_main_cats):after {
  display: block;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.custom-items-filters.not-shelters-main-cat-active .custom-items-filters-block-list:not(.product_main_cats) .custom-items-filters-block-list-item-value > label {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.custom-info-tabs *[data-tent-info] {
  display: none;
}

.custom-info-tabs *[data-tent-info].active {
  display: block;
}

.custom-info-tabs *[data-property-name] {
  opacity: 0;
  visibility: hidden;
  transition: 200ms linear 0s;
}

.custom-info-tabs *[data-property-name].active {
  opacity: 1;
  visibility: visible;
}

.custom-info-tabs a[data-target-property-name] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
}

.custom-info-tabs a[data-target-property-name] * {
  color: #959595;
}

.custom-info-tabs a[data-target-property-name].active {
  background-color: #333333;
}

.custom-info-tabs a[data-target-property-name].active * {
  color: inherit;
}

.product-title-category {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.product-subtitle-1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
}

.simple-post .simple-text p {
  line-height: 29px;
  margin-bottom: 1.2em;
}

.simple-post .simple-text *:last-child {
  margin-bottom: 0;
}

.simple-post .simple-text h2 {
  margin-bottom: 0.9em;
}

.simple-post .simple-text h3 {
  margin-top: 1.55em;
  margin-bottom: 0.6em;
}

.simple-post .simple-text h4 {
  letter-spacing: -0.6px;
  margin-bottom: 0.47em;
  margin-top: 1.3em;
}

.list-icons-includes {
  padding-top: 72px;
}

.list-icons-includes-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.list-icons-includes-list-item {
  padding: 0 10px 50px;
  width: 25%;
  text-align: center;
}

.list-icons-includes-list-item-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.list-icons-includes-list-item-img {
  height: 155px;
}

.site-footer {
  position: relative;
  clear: both;
}

.site-footer:before {
  display: block;
  background-color: #000000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.site-footer .wrapper {
  position: relative;
  z-index: 2;
}

.site-footer-container {
  display: flex;
}

.site-footer-left-block {
  display: flex;
  flex: 1;
  padding-top: 100px;
  background-color: #000000;
  flex-wrap: wrap;
}

.site-footer-left-block .footer-column1,
.site-footer-left-block .footer-column2,
.site-footer-left-block .footer-column3 {
  width: 33.33%;
}

.site-footer-left-block ul {
  list-style-type: none;
}

.site-footer-left-block ul li {
  margin-top: 29px;
}

.site-footer-left-block ul li:first-child {
  margin-top: 0;
}

.site-footer-left-block ul li a {
  color: #939393;
  font-size: 20px;
  font-weight: 300;
}

.site-footer-left-block ul li:first-child a {
  color: #ffffff;
  font-weight: 700;
}

.site-footer-left-block .footer-copyright-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 143px 0 123px;
  color: #999999;
  text-align: center;
  width: 100%;
}

.site-footer-right-block {
  width: 32.68293%;
}

.site-footer-right-block::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
}

.site-footer-right-block .footer-column4 {
  padding-top: 100px;
  padding-left: 20.710059172%;
}

.site-footer-right-block ul {
  list-style-type: none;
}

.site-footer-right-block .footer-contact-title-text {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.site-footer-right-block .footer-contact-description {
  /*margin-top: 23px;*/
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.site-footer-right-block .footer-contacts {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 46px;
}

.site-footer-right-block .footer-contacts a {
  color: #000000;
}

.site-footer-right-block .footer-days-work {
  font-size: 20px;
  margin-bottom: 61px;
}

.site-footer-right-block .footer-days-work p {
  margin-bottom: 0;
}

.site-footer-right-block .footer-social-links-list {
  margin-top: 50px;
  display: flex;
}

.site-footer-right-block .footer-social-links-list li {
  padding-left: 35px;
}

.site-footer-right-block .footer-social-links-list li:first-child {
  padding-left: 0;
}

.site-footer-right-block .footer-social-links-list a {
  color: #000000;
}

.button-2 {
  display: inline-block;
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding: 17px 32px 18px;
  transition: 200ms linear 0s;
}

.button-2:hover,
.button-2:focus,
.button-2:active {
  opacity: .75;
}

.button-3 {
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding: 17px 32px 18px;
  transition: 200ms linear 0s;
}

.button-3:hover,
.button-3:focus,
.button-3:active {
  opacity: .75;
}

.button-4 {
  display: flex;
  background: transparent;
  box-shadow: 0 3px 20px rgba(251, 105, 32, 0.2);
  border-radius: 10px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  padding: 25px 60px;
  transition: 200ms linear 0s;
  width: 100%;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  transition: 200ms linear 0s;
}

.button-4:hover {
  color: #ffffff;
  background-color: #ff6900;
}

.case-studies-paragraf {
  max-width: 812px;
  margin: 0 auto;
  margin-top: 30px;
}

.link-arrow-right {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  width: 100%;
}

.link-arrow-right::after {
  content: "";
  background-image: url("img/icons/icon-arrow-to-left.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: 30px;
}

.flickity-button {
  position: relative;
}

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

body.woocommerce-cart header,
body.woocommerce-checkout header,
body.woocommerce-page header {
  background-color: #ffffff;
}

body.woocommerce-cart .order-configurator-header-right,
body.woocommerce-checkout .order-configurator-header-right,
body.woocommerce-page .order-configurator-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.woocommerce-cart .order-configurator-header-right .btn-select-currency,
body.woocommerce-checkout .order-configurator-header-right .btn-select-currency,
body.woocommerce-page .order-configurator-header-right .btn-select-currency {
  margin-top: 0;
  margin-left: 42px;
  border: none;
}

body.woocommerce-cart .order-configurator-header-right .currency-block-value,
body.woocommerce-checkout .order-configurator-header-right .currency-block-value,
body.woocommerce-page .order-configurator-header-right .currency-block-value {
  margin-left: 42px;
}

body.woocommerce-cart .order-configurator-header-right .configurator-opener,
body.woocommerce-checkout .order-configurator-header-right .configurator-opener,
body.woocommerce-page .order-configurator-header-right .configurator-opener {
  margin-left: 5px;
}

body.woocommerce-cart .order-configurator-header-right .configurator-opener:before,
body.woocommerce-checkout .order-configurator-header-right .configurator-opener:before,
body.woocommerce-page .order-configurator-header-right .configurator-opener:before {
  display: inline-block;
  content: "\f085";
  font-family: "Font Awesome 5 Pro";
}

body.woocommerce-cart .order-configurator-header-right .configurator-opener > span,
body.woocommerce-checkout .order-configurator-header-right .configurator-opener > span,
body.woocommerce-page .order-configurator-header-right .configurator-opener > span {
  display: none;
}

.woocommerce-currency-selector-wrap * {
  font-family: "Mulish", sans-serif;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button {
  width: 82px !important;
}

.woocommerce-currency-selector-dropdown {
  padding-top: 0;
  position: fixed;
}

.woocommerce-currency-selector-dropdown * {
  font-family: "Mulish", sans-serif;
}

@-moz-document url-prefix()  {
  .woocommerce-currency-selector-dropdown {
    padding-top: 0 !important;
  }
}

.woocommerce-currency-selector-dropdown .ui-widget.ui-widget-content {
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0;
  padding-bottom: 0;
  width: 70.6px !important;
}

.woocommerce-currency-selector-dropdown.ui-selectmenu-open {
  border-color: transparent;
  z-index: 1001;
}

.woocommerce-currency-selector-dropdown .ui-menu-item {
  margin-top: 0;
  list-style-image: none;
}

.woocommerce-currency-selector-dropdown .ui-menu-item.ui-state-focus {
  background-color: rgba(128, 128, 128, 0.3) !important;
}

.woocommerce-currency-selector-dropdown .ui-menu-item.ui-state-focus .woocommerce-currency-selector-option {
  color: initial;
}

.woocommerce-currency-selector-dropdown .ui-menu-item:last-of-type .woocommerce-currency-selector-option.ui-menu-item-wrapper {
  padding-bottom: 14px;
}

.woocommerce-currency-selector-dropdown .woocommerce-currency-selector-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.woocommerce-currency-selector-dropdown .woocommerce-currency-selector-option.ui-menu-item-wrapper {
  padding: 9px 15px 9px 9px;
}

.woocommerce-currency-selector-dropdown .woocommerce-currency-selector-option.ui-state-active {
  background: none;
  background-color: rgba(128, 128, 128, 0.3) !important;
  border: none;
  color: inherit;
}

.woocommerce-currency-selector-dropdown .ui-state-hover,
.woocommerce-currency-selector-dropdown .ui-widget-content .ui-state-hover,
.woocommerce-currency-selector-dropdown .ui-widget-header .ui-state-hover,
.woocommerce-currency-selector-dropdown .ui-state-focus,
.woocommerce-currency-selector-dropdown .ui-widget-content .ui-state-focus,
.woocommerce-currency-selector-dropdown .ui-widget-header .ui-state-focus,
.woocommerce-currency-selector-dropdown .ui-button:hover,
.woocommerce-currency-selector-dropdown .ui-button:focus {
  border: none;
}

.woocommerce-currency-selector-wrap {
  margin-left: 20px;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-selectmenu-text {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.woocommerce-currency-selector-wrap .currency-flag,
.woocommerce-currency-selector-option .currency-flag {
  width: 39px;
  height: 39px;
  margin: 0;
  border: none;
  margin-right: 8px;
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-usd,
.woocommerce-currency-selector-option .currency-flag.currency-flag-usd {
  background-image: url(img/icons/Currency-USD.svg);
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-gbp,
.woocommerce-currency-selector-option .currency-flag.currency-flag-gbp {
  background-image: url(img/icons/Currency-GBP.svg);
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-eur,
.woocommerce-currency-selector-option .currency-flag.currency-flag-eur {
  background-image: url(img/icons/Currency-EUR.svg);
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-cad,
.woocommerce-currency-selector-option .currency-flag.currency-flag-cad {
  background-image: url(img/icons/Currency-CAD.svg);
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button,
.woocommerce-currency-selector-option .ui-selectmenu-button {
  display: inline-block;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-icon,
.woocommerce-currency-selector-option .ui-selectmenu-button span.ui-icon {
  display: none;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-selectmenu-text,
.woocommerce-currency-selector-option .ui-selectmenu-button span.ui-selectmenu-text {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 26px 0 11px;
  position: relative;
}

@-moz-document url-prefix()  {
  .woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-selectmenu-text,
  .woocommerce-currency-selector-option .ui-selectmenu-button span.ui-selectmenu-text {
    padding-right: 20px;
  }
}

.woocommerce-currency-selector-wrap .ui-widget,
.woocommerce-currency-selector-option .ui-widget {
  background: transparent;
  border: none;
  padding-left: 0;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-text,
.woocommerce-currency-selector-option .ui-selectmenu-text {
  margin-right: 0;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-text:focus,
.woocommerce-currency-selector-option .ui-selectmenu-text:focus {
  outline: none;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-text:after,
.woocommerce-currency-selector-option .ui-selectmenu-text:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #a5a5a5;
  font-size: 38px;
  font-weight: 300;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
}

.woocommerce-currency-selector-wrap .ui-corner-top .ui-selectmenu-text::after,
.woocommerce-currency-selector-option .ui-corner-top .ui-selectmenu-text::after {
  transform: rotateZ(180deg);
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button:focus,
.woocommerce-currency-selector-option .ui-selectmenu-button:focus {
  outline: none;
}

body.woocommerce-checkout .woocommerce-currency-selector-dropdown .ui-menu-item:first-child {
  margin-top: 0;
}

select.woocommerce-currency-selector {
  display: none;
}

select.woocommerce-currency-selector + .ui-selectmenu-button {
  margin-right: 0;
}

select.woocommerce-currency-selector + .ui-selectmenu-button:hover,
select.woocommerce-currency-selector + .ui-selectmenu-button:focus {
  outline: none;
  background: none;
  border: none;
  font-weight: inherit;
  color: inherit;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus {
  border: none;
  background: none;
}

body .ui-menu .ui-state-focus,
body .ui-menu .ui-state-active {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.wrapper-wide {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-empty-title {
  padding-top: 100px;
}

.woocommerce-cart-header {
  padding: 100px 0;
}

.woocommerce-cart-subtitle {
  text-align: center;
  font-weight: 300;
}

.woocommerce-cart-text {
  padding-top: 35px;
  text-align: center;
}

.woocommerce-cart-form tr:nth-child(odd) {
  background-color: transparent;
}

.woocommerce-cart-form tr:last-child td {
  padding-bottom: 75px !important;
}

.woocommerce-cart-form table.shop_table {
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}

.woocommerce-cart-form table.shop_table th {
  font-size: 24px;
  font-weight: 300;
  line-height: 22px;
  padding: 0;
}

.woocommerce-cart-form table.shop_table td {
  padding: 0;
  border-top: none;
}

.woocommerce-cart-form table.shop_table .product-thumbnail {
  width: 9.39024%;
}

.woocommerce-cart-form table.shop_table .product-thumbnail img {
  width: 122px;
  height: 122px;
  border-radius: 5px;
}

.woocommerce-cart-form table.shop_table .product-name a {
  font-size: 30px;
}

.woocommerce-cart-form table.shop_table .product-name p {
  font-size: 30px;
  margin-bottom: 0;
}

.woocommerce-cart-form table.shop_table .product-name dl.variation {
  font-size: 20px;
  display: flex;
  padding-top: 30px;
}

.woocommerce-cart-form table.shop_table .product-name dl.variation dt {
  padding-left: 30px;
}

.woocommerce-cart-form table.shop_table .product-name dl.variation dt:first-child {
  padding-left: 0;
}

.woocommerce-cart-form table.shop_table .product-price span {
  font-size: 24px;
}

.woocommerce-cart-form table.shop_table .product-quantity input {
  font-size: 24px;
  text-align: right;
  width: 2.5em;
}

.woocommerce-cart-form table.shop_table .product-subtotal span {
  font-size: 24px;
  font-weight: 700;
}

.woocommerce-cart-form table.shop_table .product-button-customize {
  text-align: center;
}

.woocommerce-cart-form table.shop_table .product-remove a {
  background-color: transparent;
  color: #000000 !important;
}

.woocommerce-cart-form table.shop_table tbody tr .product-thumbnail {
  padding: 25px 0;
}

.woocommerce-cart-form table.shop_table thead tr .product-thumbnail {
  padding-bottom: 25px;
}

.woocommerce-cart-form td,
.woocommerce-cart-form th {
  border: solid transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  width: auto;
  min-width: 220px;
  white-space: nowrap;
}

.woocommerce-cart .cart-collaterals .cart_totals table th *,
.woocommerce-cart .cart-collaterals .cart_totals table td * {
  white-space: nowrap;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
  overflow: hidden;
}

.woocommerce .cart-collaterals .cart_totals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals .cart_totals {
  max-width: 430px;
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals tr:nth-child(odd),
.woocommerce-page .cart-collaterals .cart_totals tr:nth-child(odd) {
  background-color: transparent;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table th {
  font-size: 24px;
  font-weight: 300;
  line-height: 22px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
  font-size: 36px;
  font-weight: 700;
}

.woocommerce .cart-collaterals .cart_totals td,
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th {
  border-color: transparent;
  padding: 0;
}

.wc-proceed-to-checkout {
  padding: 0 !important;
}

.wc-proceed-to-checkout-button-and-link {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.quantity {
  position: relative;
}

.qty {
  border: none;
  min-height: 57px;
  font-size: 24px;
  font-weight: 700;
}

.minus-button,
.plus-button {
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  cursor: pointer;
  width: 19px;
  height: 9px;
  background-color: transparent;
  position: absolute;
  border: none;
  overflow: hidden;
  padding: 0;
  text-indent: -99999px;
}

.minus-button {
  top: 33px;
}

.plus-button {
  transform: rotateZ(180deg);
  top: 18px;
}

.coupon,
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}

dl.variation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

dl.variation * {
  font-size: 20px;
  line-height: normal;
}

dl.variation > div {
  display: flex;
  margin-right: 50px;
}

dl.variation > div:last-of-type {
  margin-right: 0;
}

.woocommerce .thwcfe-checkout-section,
.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.woocommerce .thwcfe-checkout-section .checkout-title,
.woocommerce .thwcfe-checkout-section .checkout-title-paragraph {
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce-thank-you {
  padding: 102px 0 150px;
}

.woocommerce-thank-you-subtitle {
  margin: 69px 0 20px;
}

.woocommerce-thank-you-list {
  margin-bottom: 55px;
  padding-left: 30px;
}

.woocommerce form .form-row {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 0 30px;
}

.woocommerce form .form-row > .checkout-title {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce form .form-row span.optional {
  display: none;
}

.woocommerce form .form-row-wide {
  width: 100%;
}

.woocommerce form .form-row-two-thirds {
  width: 66.667%;
}

.woocommerce form .form-row-half {
  width: 50%;
}

.woocommerce form .form-row-third {
  width: 33.33%;
}

.woocommerce form .form-row-one-sixth {
  width: 16.667%;
}

.woocommerce form .form-row-heading {
  margin-bottom: 0;
}

.woocommerce form .form-row-confirmation {
  display: flex;
  align-items: flex-start;
}

.woocommerce form .form-row-confirmation > span {
  display: block;
}

.woocommerce form .form-row-confirmation > span:first-of-type {
  width: 34%;
}

.woocommerce form .form-row-confirmation > span:last-of-type {
  flex: 1;
}

.woocommerce form .form-row.notes {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  margin-top: 2em;
  margin-bottom: 0;
}

.woocommerce-checkout .checkout-text-with-button-container {
  display: inline-block;
  position: relative;
}

.woocommerce-checkout .checkout-title {
  margin: 50px 0 15px;
  width: 100%;
}

.woocommerce-checkout .checkout-title.checkout-first-title {
  margin-top: 0;
}

.woocommerce-checkout .checkout-title .checkout-text-with-button-container {
  padding-right: 190px;
}

.woocommerce-checkout .checkout-title-paragraph {
  margin-bottom: 0;
  max-width: 665px;
}

.woocommerce-checkout .checkout-greating-text h2 {
  margin-bottom: 15px;
}

.woocommerce-checkout .checkout-greating-text p {
  margin-bottom: 9px;
}

.woocommerce-checkout .checkout-greating-text > *:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout h3.checkout-title {
  margin-top: 20px;
  margin-bottom: 30px;
}

.woocommerce-checkout p label {
  font-size: 16px;
}

.woocommerce-checkout p input,
.woocommerce-checkout p textarea,
.woocommerce-checkout p .select2-selection {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px !important;
  font-size: 20px;
}

.woocommerce-checkout p .select2-selection {
  padding-right: 32px !important;
}

.woocommerce-checkout p .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce-checkout p .select2-container .select2-selection--single {
  height: auto;
}

.woocommerce-checkout p .select2-selection__arrow {
  top: 20px !important;
  right: 16px !important;
}

.woocommerce-checkout p .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px;
}

.checkout-hidden-block {
  display: none !important;
}

.checkout-form-container {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
}

.checkout-form-steps {
  list-style: none;
  position: relative;
  min-height: 100vh;
}

.checkout-form-steps li[data-checkout-step="1"] .checkout-title.checkout-title-short-on-step-1 > span {
  display: none;
}

.checkout-form-step {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  transition: 500ms linear 0s;
}

.checkout-form-step.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  position: relative;
  height: auto;
  transition: 500ms linear 500ms;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order {
  margin-top: 50px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table {
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody {
  display: block;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody tr {
  display: none;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody tr.woocommerce-shipping-totals {
  display: block;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody tr.woocommerce-shipping-totals td {
  display: block;
  border: none;
  padding: 0;
  vertical-align: middle;
  line-height: 1.5em;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tfoot {
  display: none !important;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] {
  display: none !important;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label {
  display: flex !important;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label[for^="shipping_method"][for*="free_shipping"] .shipping_method-cost {
  display: none;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label:before {
  display: inline-block;
  content: '';
  border: 3px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label:after {
  display: inline-block;
  content: '';
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #000000;
  padding: 20px;
  margin-bottom: 30px !important;
  transition: 200ms linear 0s;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li:last-of-type {
  margin-bottom: 0 !important;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] {
  background-color: #000000;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] * {
  color: #ffffff;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] input[type="radio"] + label:before {
  border-color: #fff;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] input[type="radio"] + label:after {
  background-color: #fff;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-title {
  flex: 1;
  font-size: 22px;
  line-height: 28px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-cost {
  display: none;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-cost:before {
  display: block;
  content: 'Price from';
  font-size: 16px;
  line-height: 40px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-sidebar-totals table.shop_table tbody tr:not([class="cart_item"]) {
  display: none !important;
}

.checkout-form-step[data-checkout-step="2"] .checkout-sidebar-totals table.shop_table tfoot .order-foot-action {
  display: none;
}

.checkout-form-step[data-checkout-step="2"] .checkout-fields .shipping-information .shipping_address {
  display: block !important;
}

.checkout-form-step-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 3px solid #000000;
  margin-top: 100px;
  padding: 50px 0;
}

.checkout-form-step-actions .link {
  text-align: left;
}

.checkout-form-step-actions-right {
  text-align: right;
}

.checkout-fields {
  flex: 1;
  position: relative;
}

.checkout-sidebar-totals {
  background-color: #000000;
  border-radius: 5px;
  width: 100%;
}

.checkout-sidebar-totals * {
  color: #fff;
}

.checkout-sidebar-totals *[class^="button"] {
  color: initial;
}

.checkout-sidebar-totals-container {
  padding: 25px;
}

.checkout-sidebar-totals table.shop_table {
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
}

.checkout-sidebar-totals table.shop_table tr:nth-child(odd),
.checkout-sidebar-totals table.shop_table tr:nth-child(even) {
  background-color: transparent;
}

.checkout-sidebar-totals table.shop_table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.checkout-sidebar-totals table.shop_table tr:first-of-type {
  margin-top: 75px;
}

.checkout-sidebar-totals table.shop_table tr.cart_item * {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.checkout-sidebar-totals table.shop_table th,
.checkout-sidebar-totals table.shop_table td {
  display: block;
  border: none;
  padding: 0;
}

.checkout-sidebar-totals table.shop_table th.product-name,
.checkout-sidebar-totals table.shop_table td.product-name {
  width: 63%;
}

.checkout-sidebar-totals table.shop_table th.product-quantity,
.checkout-sidebar-totals table.shop_table td.product-quantity {
  min-width: 0;
}

.checkout-sidebar-totals table.shop_table th.product-total,
.checkout-sidebar-totals table.shop_table td.product-total {
  text-align: right;
  flex: 1;
}

.checkout-sidebar-totals table.shop_table tbody {
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
}

.checkout-sidebar-totals table.shop_table tbody tr {
  margin-bottom: 50px;
}

.checkout-sidebar-totals table.shop_table tbody tr:first-of-type {
  margin-top: 30px;
}

.checkout-sidebar-totals table.shop_table tfoot {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.checkout-sidebar-totals table.shop_table tfoot tr,
.checkout-sidebar-totals table.shop_table tfoot tr:first-of-type {
  margin-top: 20px;
  margin-bottom: 0;
}

.checkout-sidebar-totals table.shop_table tfoot tr {
  flex-direction: column;
  min-width: 100px;
}

.checkout-sidebar-totals table.shop_table tfoot tr th {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.checkout-sidebar-totals table.shop_table tfoot tr td,
.checkout-sidebar-totals table.shop_table tfoot tr td * {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.checkout-sidebar-totals table.shop_table tfoot .order-foot-action {
  align-items: center;
  margin-left: 0;
  width: 100%;
}

.checkout-sidebar-totals table.shop_table dl.variation * {
  font-size: 16px;
}

.checkout-sidebar-totals table.shop_table dl.variation > div {
  margin-top: 5px;
  margin-right: 30px;
}

.checkout-sidebar-totals table.shop_table .shop-table-row-heading > td {
  width: 100%;
}

.checkout-sidebar-totals #shipping_method li {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method li[data-checked="checked"] {
  display: block !important;
}

.checkout-sidebar-totals #shipping_method li label[for^="shipping_method"] {
  display: flex;
}

.checkout-sidebar-totals #shipping_method li label[for^="shipping_method"] > * {
  display: inline-block;
}

.checkout-sidebar-totals #shipping_method li input[type="radio"] {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method li input[type="radio"] + label {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method li input[type="radio"][checked="checked"] + label {
  display: flex !important;
}

.checkout-sidebar-totals #shipping_method .shipping_method-title {
  flex: 1;
  text-align: left;
}

.checkout-sidebar-totals #shipping_method .shipping_method-cost > .amount {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method .shipping_method-cost:before {
  display: inline-block;
  content: 'TBC';
}

.checkout-sidebar-totals #shipping_method .shipping_method-description {
  display: none !important;
}

.checkout-sidebar-totals .checkout-text-with-button-container {
  display: block;
  padding-right: 120px;
}

.checkout-float-button {
  position: absolute;
  right: 0;
  top: -10px;
}

#ship-to-different-address {
  display: flex;
  align-items: flex-end;
}

#ship-to-different-address > span:not([class]) {
  display: block;
  flex: 1;
}

.ship-to-different-address-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}

.ship-to-different-address-checkbox-wrapper input {
  display: none;
}

.ship-to-different-address-checkbox-wrapper input + label {
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 50px;
  border-radius: 25px;
  background-color: #FF6900;
  opacity: 1;
  position: relative;
  transition: 200ms linear 0s;
}

.ship-to-different-address-checkbox-wrapper input + label:after {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  z-index: 2;
  transition: 200ms linear 0s;
}

.ship-to-different-address-checkbox-wrapper input:checked + label {
  background-color: #222222;
  opacity: 0.3;
}

.ship-to-different-address-checkbox-wrapper input:checked + label:after {
  right: 55px;
}

.ship-to-different-address-checkbox-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-right: 15px;
}

.shipping_method-description {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
}

/*@media all and (max-width:767px){
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
		display: table-row;
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive td{
		display: inline-block !important;
	}
	.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
		display: none !important;
	}
	.woocommerce-cart-form tr:nth-child(odd) {
		background-color: transparent;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		display: none;
	}
	.woocommerce-cart-form table.shop_table .product-name,
	.woocommerce-cart-form table.shop_table .product-price,
	.woocommerce-cart-form table.shop_table .product-quantity,
	.woocommerce-cart-form table.shop_table .product-subtotal,
	.woocommerce-cart-form table.shop_table .product-button-customize{
		width: auto;
	}
	.woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button{
		display: none;
	}
}*/

.woocommerce-terms-and-conditions-wrapper {
  width: 100% !important;
  margin-bottom: 100px;
  padding-left: 8px;
  padding-right: 8px;
}

.woocommerce-terms-and-conditions-wrapper p {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p label {
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
}

.woocommerce form .form-row textarea#order_comments {
  height: 200px;
}

.woocommerce-form__input-checkbox {
  cursor: pointer;
  transform: scale(1.5);
  outline: none;
}

.woocommerce-form__input-checkbox:focus {
  outline: none;
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
}

.woocommerce-form__label-for-checkbox > span {
  display: block;
}

.woocommerce-form__label-for-checkbox > span:first-of-type {
  width: 45px;
}

.woocommerce-form__label-for-checkbox > span:last-of-type {
  flex: 1;
}

.product-container {
  display: flex;
  overflow: hidden;
}

.product-container figure {
  margin: 0;
}

.product-gallery .block-custom-slider-gallery-navigation {
  margin-left: -10px;
  margin-right: -10px;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button {
  background-color: transparent;
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  border-radius: 0;
  border: 2px solid #000;
  position: absolute;
  top: calc(50% + 5px);
  left: auto !important;
  right: 10px !important;
  width: 60px;
  height: 60px;
  z-index: 3;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button:hover {
  opacity: 0.6;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button > svg {
  display: none;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button.previous {
  right: 86px !important;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button.next {
  transform: rotateZ(180deg) translateY(50%);
}

.product-gallery .block-custom-slider-gallery-navigation-container.flickity-enabled {
  display: block;
}

.product-gallery .block-custom-slider-gallery-navigation-container.flickity-enabled:before {
  display: block;
  content: '';
  background: linear-gradient(to right, transparent 0%, white 50%);
  position: absolute;
  top: 0;
  right: 0;
  width: 182px;
  height: 100%;
  z-index: 2;
}

.product-gallery .block-custom-slider-gallery-navigation-container.flickity-enabled .block-custom-slider-gallery-navigation-link {
  min-width: 167px;
}

.product-gallery .block-custom-slider-gallery-navigation-container.total-items-1 .block-custom-slider-gallery-navigation-link,
.product-gallery .block-custom-slider-gallery-navigation-container.total-items-2 .block-custom-slider-gallery-navigation-link,
.product-gallery .block-custom-slider-gallery-navigation-container.total-items-3 .block-custom-slider-gallery-navigation-link {
  min-width: 167px;
}

.product-gallery .block-custom-slider-gallery-navigation-link {
  width: 25%;
  height: 100px;
  margin: 0;
  transition: none;
  padding-left: 10px;
  padding-right: 10px;
}

.product-gallery .block-custom-slider-gallery-navigation-link > span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #cecece;
  height: 100%;
  position: relative;
}

.product-gallery .block-custom-slider-gallery-navigation-link.video-thumbnail {
  position: relative;
}

.product-gallery .block-custom-slider-gallery-navigation-link.video-thumbnail > span:after {
  display: block;
  content: '';
  background-image: url("img/icons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px 38px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product_title span {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.product-information {
  width: 48.53659%;
  padding-left: 6.82927%;
}

.product-information-quantity {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
}

.product-information-container {
  margin-top: 43px;
  margin-left: 0;
}

.product-information-name-price {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}

.product-information-price {
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 7px;
}

.product-information-button {
  margin-top: 61px !important;
}

.product-information-under-title {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.product-information-under-title.without-in-stock {
  max-width: 340px;
}

.product-information-under-title.with-variations {
  max-width: 606px;
}

.product-information-under-title-quantity button:hover {
  cursor: pointer;
}

.product-information-under-title-quantity div.quantity {
  margin-top: 3px !important;
  position: relative !important;
  width: 75px !important;
}

.product-information-under-title-quantity div.quantity .minus-button,
.product-information-under-title-quantity div.quantity .plus-button {
  text-indent: -99999px;
  background-image: url(img/icons/arrow-input-down.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: auto;
  right: 0;
  width: 19px;
  height: 9px;
  overflow: hidden;
}

.product-information-under-title-quantity div.quantity .minus-button {
  top: 31px;
}

.product-information-under-title-quantity div.quantity .plus-button {
  transform: rotateZ(180deg);
  top: 16px;
}

.product-information-under-title-quantity div.quantity .qty {
  width: 100%;
  border: none;
  min-height: auto;
  font-size: 40px;
  font-weight: 300;
  text-align: right !important;
}

.product-information-under-title-quantity div.quantity .qty::-webkit-inner-spin-button {
  display: none;
}

.product-information-under-title-stock {
  margin-top: 34px;
}

.product-information-under-title-stock p {
  font-family: "Jost", sans-serif;
  font-size: 60px !important;
  font-weight: 500;
  color: #ff6900 !important;
  margin-bottom: 0;
}

.product-information-under-title .single_variation_wrap .price * {
  font-size: 40px;
  font-weight: 300;
}

.product-description-title {
  margin-bottom: 58px;
}

.product-description-text {
  width: 47.56098%;
  margin-top: 59px;
}

.product-description-text-container {
  display: flex;
}

.product-description-attribute {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-description-attribute .block-custom-content-category-products-item-list-attributes {
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
  width: calc(33.33% - 20px);
  padding: 0 0 20px;
}

.product-description-attribute .block-custom-content-category-products-item-list-attributes-container {
  padding: 25px 0 12px;
  height: auto;
  width: auto;
}

.product-description-attribute .block-custom-content-category-products-item-side-content-buttons-feet {
  margin-left: 19px;
}

.woocommerce-variation-price {
  margin-bottom: 20px;
}

.woocommerce div.product span.price {
  color: #000;
}

.woocommerce div.product .variations tr:nth-child(odd) {
  background-color: transparent;
}

.woocommerce div.product .variations tr td select {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px !important;
  font-size: 20px;
  background-color: transparent;
}

.order-configurator-header.wc-store-header {
  padding: 0;
}

.order-configurator-header.wc-store-header .order-configurator-header-left {
  display: block;
}

.order-configurator-header.wc-store-header .order-configurator-header-center * {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35.01px;
}

.order-configurator-header.wc-store-header .woocommerce-currency-selector-wrap {
  margin-right: 5px;
}

.woocommerce .product-information-container .product-information-under-title-quantity .input-text {
  padding: 0 24px 0 0;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity {
  margin-top: -3px !important;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .plus-button,
.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .minus-button {
  right: -8px;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .plus-button {
  top: 14px;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .minus-button {
  top: 29px;
}

.woocommerce .quantity .qty {
  outline: none !important;
}

.product-information-variations table,
.product-information-variations tbody,
.product-information-variations tr,
.product-information-variations td {
  display: block;
  margin: 0;
  padding: 0;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button {
  display: inline-block;
  background: none;
  border: none;
  width: auto;
  text-align: initial;
  padding: 0;
  margin: 0;
  outline: none !important;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button * {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button:focus {
  color: #000;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button .ui-selectmenu-icon {
  display: block;
  content: '';
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 19px;
  height: 9px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 200ms linear 0s;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button[aria-expanded="true"] .ui-selectmenu-icon {
  transform: translateY(-50%) rotateZ(180deg);
}

.woocommerce div.product form.cart .product-information-variations .variations td,
.woocommerce div.product form.cart .product-information-variations .variations td.label {
  line-height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce div.product form.cart .product-information-variations .variations label {
  display: block;
  font-size: 20px;
  font-weight: 900;
}

.woocommerce div.product form.cart .product-information-variations td.value {
  display: inline-block;
  position: relative;
}

.woocommerce div.product form.cart .product-information-variations tr td select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 40px;
  line-height: normal;
  outline: none !important;
  max-width: none;
  min-width: 0;
  display: inline-block;
  margin-right: 0;
  margin-top: -3px;
  padding: 0 24px 0 0 !important;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 12px;
}

.woocommerce-variation-add-to-cart-enabled {
  margin-top: 30px;
}

body.woocommerce-checkout .entry-content,
body.woocommerce-cart .entry-content {
  border-bottom: 25px solid #ff6900;
}

body.woocommerce.product-template-default main.site-main {
  border-bottom: 25px solid #ff6900;
}

.product-custom-advantages {
  margin-top: 123px;
}

.product-custom-advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -15px;
}

.product-custom-advantages-list-item {
  display: flex;
  padding: 15px;
  width: 50%;
}

.product-custom-advantages-list-item.odd-last-item {
  justify-content: center !important;
}

.product-custom-advantages-list-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background-color: #f2f2f2;
  width: 100%;
  max-width: 272px;
  min-height: 182px;
}

.product-custom-advantages-list-item-container {
  display: inline-block;
  text-align: center;
}

.product-custom-advantages-list-item-name {
  font-size: 28px;
  font-weight: 300;
}

.product-custom-advantages-list-item-value {
  color: #ff6900;
  font-size: 24px;
  font-weight: 700;
  margin: 6px 0 0;
}

.variations-custom-dropdown.ui-selectmenu-menu .ui-menu {
  padding-bottom: 0;
}

.variations-custom-dropdown * {
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  line-height: 55px;
}

.variations-custom-dropdown .ui-widget.ui-widget-content {
  border: 1px solid #000;
  border-top: none;
  border-radius: 0;
  margin-left: -5px;
  padding-top: 10px;
}

.variations-custom-dropdown .ui-state-active,
.variations-custom-dropdown .ui-widget-content .ui-state-active,
.variations-custom-dropdown .ui-widget-header .ui-state-active,
.variations-custom-dropdown a.ui-button:active,
.variations-custom-dropdown .ui-button:active,
.variations-custom-dropdown .ui-button.ui-state-active:hover {
  border: none;
  background: #cccccc;
  color: #000;
  font-weight: 300;
}

.variations-custom-dropdown .ui-menu .ui-menu-item-wrapper {
  padding: 0 25px 0 15px;
}

.woocommerce form.login,
.woocommerce form.register {
  width: 500px;
  margin: 40px 0;
}

.woocommerce .container-form-login,
.woocommerce .container-form-register {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce .login-form-title,
.woocommerce .register-form-title {
  text-align: center;
}

.woocommerce .input-text {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 12px;
  font-size: 20px;
}

.woocommerce .form-row {
  font-size: 16px;
}

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

.woocommerce .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
}

.woocommerce .woocommerce-form-login__rememberme span {
  margin-left: 10px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 71%;
}

.woocommerce-account .entry-content > .woocommerce {
  padding: 50px 0;
}

.custom-meta-image-holder {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 5px;
  line-height: 0;
  overflow: hidden;
}

.custom-meta-image-holder img {
  width: 100%;
}

.custom-meta-color {
  display: flex;
}

.custom-meta-color-holder {
  border: 1px solid transparent;
  display: block;
  border-radius: 5px;
  margin-right: 5px;
  width: 30px;
  overflow: hidden;
}

.custom-meta-color-name {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Breadcrump*/

.block-breadcrumb {
  padding: 50px 0;
}

.block-breadcrumb a {
  color: #000000 !important;
}

.block-breadcrumb-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.block-breadcrumb-content .breadcrumb_last {
  font-weight: 700;
}

.block-breadcrumb-content > span > span > * {
  margin-left: 12px;
  margin-right: 12px;
}

.block-breadcrumb-content > span > span > *:first-child {
  margin-left: 0;
}

.block-breadcrumb-content > span > span > *:last-child {
  margin-right: 0;
}

.block-breadcrumb-content > span > span > span * {
  margin-left: 12px;
  margin-right: 12px;
}

.block-breadcrumb-content > span > span > span *:first-child {
  margin-left: 0;
}

.block-breadcrumb-content > span > span > span *:last-child {
  margin-right: 0;
}

.block-breadcrumb.block-breadcrumb-absolute {
  position: relative;
  padding: 0;
  z-index: 10;
}

.block-breadcrumb.block-breadcrumb-absolute .block-breadcrumb-content {
  position: absolute;
  top: 54px;
}

.block-button-list-with-dashed-borders {
  overflow-x: hidden;
}

.block-button-list-with-dashed-borders-container {
  text-align: center;
}

.block-button-list-with-dashed-borders-content {
  overflow: hidden;
}

.block-button-list-with-dashed-borders-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 0;
  padding: 0 125px;
}

.block-button-list-with-dashed-borders-links-items {
  width: 33.33%;
  padding: 25px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Certifications */

.block-certifications {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-certifications-container {
  display: flex;
  align-items: flex-start;
}

.block-certifications-container.text-position-right .block-certifications-content-text {
  order: 2;
}

.block-certifications-container.text-position-right .block-certifications-content-media.image-wrapper-protruding img {
  left: auto;
  right: 0;
}

.block-certifications-container.text-position-right .block-certifications-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  left: auto;
  right: 0;
}

.block-certifications-container.text-position-left .universal-block-image-plus-text-content-protruding-image .block-custom-protruding-image {
  left: auto;
  right: 0;
}

.block-certifications-container.text-align-center .block-certifications-content-text {
  align-self: center;
}

.block-certifications-container.text-align-bottom .block-certifications-content-text {
  align-self: flex-end;
}

.block-certifications-content-title {
  margin-bottom: 1.15em;
}

.block-certifications-content-certifications {
  flex: 1;
  overflow: hidden;
}

.block-certifications-content-certifications-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px -26px 0;
}

.block-certifications-content-certifications-list-item {
  padding: 0 26px 50px;
  width: 50%;
}

.block-certifications-content-certifications-list-item:nth-child(odd) {
  padding-bottom: 0;
}

.block-certifications-content-certifications-list-item:nth-child(odd) .block-certifications-content-certifications-list-item-container {
  margin-top: 100px;
}

.block-certifications-content-certifications-list-item-container img {
  width: 100%;
}

.block-certifications-content-certifications-list-item-img {
  line-height: 0;
}

.block-certifications-content-certifications-list-item-title {
  margin-top: 30px;
}

.image-heading-text-column {

}

.image-heading-text-column h4 {
  /*font-size: 25px;*/
}

.image-heading-text-column p {
  padding-right: 40px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Configeru Tents */

.block-configuring-tents-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0 17px 0 0;
  flex-wrap: wrap;
}

.block-configuring-tents-list-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
  margin-bottom: 0;
  padding: 35px;
  background-color: rgba(1,1,1,0.8);
}

.block-configuring-tents-list-text  span {
  color: #999999;
}

.block-configuring-tents-list-text-small {
  font-size: 18px;
  font-weight: 400;
}

.block-configuring-tents-list-image img {
  height: 651px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-configuring-tents-list-pointer {
  top: 130px;
  left: 370px;
  z-index: 2;
}

.block-configuring-tents-list-pointer::before {
  content: '';
}

.block-configuring-tents-list .block-configuring-tents-list-image {
  display: block;
  position: relative;
  line-height: 0;
}

.block-configuring-tents-list .block-configuring-tents-list-text::before {
  /*content: '';*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background-color: rgba(1,1,1,0.9);*/
  /*opacity: 0.45;*/
  /*transition: 200ms linear 0s;*/
}

.block-configuring-tents-list .block-configuring-tents-list-image:hover::before {
  background-color: transparent;
  transition: 200ms linear 0s;
}

.block-configuring-tents-item {
  width: 32.33%;
}

.item-half-width {
  width: 49%;
}

.item-half-width {
  margin-top: 30px;
}

.full-bg-image {
  position: relative;
  display: block;
  min-height: 400px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.h2-text-heading {
  line-height: 50px;
  font-weight: 600;
}

@media (min-width: 1500px) {
  .full-bg-image {
    min-width: 500px;
  }
  
  .error-page-width {
      width: 1300px !important;
  }
}

.full-bg-image-title {
  background-color: #222222;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 7px 15px;
  font-size: 20px;
  font-weight: 700;
}

.block-configuring-tents-links-container {
  text-align: center;
  padding: 99px 0 93px;
}

.block-configuring-tents-link-container {
  position: relative;
}

.block-configuring-tents-link-container .pre-link-pointer {
  border-color: #ffffff;
}

.block-configuring-tents-link-pointer {
  position: absolute;
  z-index: 3;
  top: 80px;
  right: 50px;
}

.block-configuring-tents-link-pointer.filled-bg {
  background-color: #222222;
}

.block-configuring-tents-link-pointer:before {
  display: none;
}

.block-configuring-tents-link-pointer > span:before {
  color: #ffffff;
}

.block-configuring-tents-link-title {
  display: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Contact form with text*/

.block-contact-form-with-text {
  position: relative;
  z-index: 1;
  background-size: cover;
}

.block-contact-form-with-text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.block-contact-form-with-text-container {
  display: flex;
  flex-direction: row;
  padding: 91px 109px 90px 27px;
  justify-content: space-between;
}

.block-contact-form-with-text-form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 92px 100px 79px;
  max-width: 674px;
}

.block-contact-form-with-text-side-content {
  width: 35%;
  margin-top: 60px;
}

.block-contact-form-with-text-side-content * {
  color: #ffffff;
}

.block-contact-form-with-text-subtitle {
  margin-top: 28px;
}

.block-contact-form-with-text-form-name,
.block-contact-form-with-text-form-email,
.block-contact-form-with-text-form-number {
  margin-bottom: 12px;
}

.block-contact-form-with-text-form-name input,
.block-contact-form-with-text-form-email input,
.block-contact-form-with-text-form-number input,
.block-contact-form-with-text-form-name select {
  max-width: 300px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 12px 15px;
  font-size: 21px;
  -moz-appearance: textfield;
  width: 100%;
}

.block-contact-form-with-text-form-name input::-webkit-outer-spin-button,
.block-contact-form-with-text-form-name input::-webkit-inner-spin-button,
.block-contact-form-with-text-form-email input::-webkit-outer-spin-button,
.block-contact-form-with-text-form-email input::-webkit-inner-spin-button,
.block-contact-form-with-text-form-number input::-webkit-outer-spin-button,
.block-contact-form-with-text-form-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.block-contact-form-with-text-form-name span,
.block-contact-form-with-text-form-email span,
.block-contact-form-with-text-form-number span {
  margin-bottom: 10px;
}

.block-contact-form-with-text-form-name label,
.block-contact-form-with-text-form-email label,
.block-contact-form-with-text-form-number label {
  font-size: 16px;
}

.block-contact-form-with-text-form-name label p,
.block-contact-form-with-text-form-email label p,
.block-contact-form-with-text-form-number label p {
  margin-bottom: 0;
}

.block-contact-form-with-text-form-name div,
.block-contact-form-with-text-form-email div,
.block-contact-form-with-text-form-number div {
  margin-top: 4px;
  position: relative;
}

.block-contact-form-with-text-form-message {
  margin-bottom: 30px;
}

.block-contact-form-with-text-form-message span {
  margin-bottom: 10px;
}

.block-contact-form-with-text-form-message textarea {
  max-width: 474px;
  height: 300px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 13px 14px;
  font-size: 21px;
}

.block-contact-form-with-text-form-message label {
  font-size: 16px;
}

.block-contact-form-with-text-form-message label p {
  margin-bottom: 0;
}

.block-contact-form-with-text-form-message label div {
  margin-top: 4px;
}

.block-contact-form-with-text-form-checkbox {
  margin-bottom: 37px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom block with social icons */

.block-custom-block-with-social-icons-container {
  display: flex;
}

.block-custom-block-with-social-icons-text-content {
  display: flex;
  align-items: center;
}

.block-custom-block-with-social-icons-side-content-image {
  position: relative;
  width: 24.26829%;
}

.block-custom-block-with-social-icons-side-content {
  width: 66.34146%;
  margin-left: 9.39024%;
}

.block-custom-block-with-social-icons-image {
  position: absolute;
  right: 0;
}

.block-custom-block-with-social-icons-image img {
  max-width: none;
}

.block-custom-block-with-social-icons-title {
  width: 33.65854%;
  margin-top: 22px;
}

.block-custom-block-with-social-icons-text {
  width: 49.5122%;
  margin-left: 16.82927%;
}

.block-custom-block-with-social-icons-text p {
  margin-bottom: 0;
}

.block-custom-block-with-social-icons-content-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
}

.block-custom-block-with-social-icons-items {
  margin-top: 50px;
}

.block-custom-block-with-social-icons-items:last-child {
  width: 100%;
}

.block-custom-block-with-social-icons-items-content {
  display: flex;
  align-items: center;
}



.block-custom-block-with-social-icons-icon.icon-custom {
  border: none;
}

.block-custom-block-with-social-icons-social-name {
  font-size: 30px;
  line-height: normal;
  padding-left: 30px;
}

.block-custom-block-with-social-icons-social-link * {
  font-size: 24px;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Content category products*/

.block-custom-content-category-products {
  overflow-x: hidden;
  min-height: 609px;
}

.block-custom-content-category-products-description {
  display: flex;
}

.block-custom-content-category-products-text {
  width: 34.719512195%;
}

.block-custom-content-category-products-image {
  min-height: 609px;
}

.block-custom-content-category-products-image-container {
  position: relative;
}

.block-custom-content-category-products-image-container img {
  position: absolute;
  max-width: none;
  left: 0;
}

.block-custom-content-category-products-list {
  list-style: none;
}

.block-custom-content-category-products-item {
  padding-top: 140px;
}

.block-custom-content-category-products-item:first-child {
  padding-top: 0;
}

.block-custom-content-category-products-item-order-content {
  display: flex;
}

.block-custom-content-category-products-item-title span {
  font-size: 24px;
  font-weight: 300;
}

.block-custom-content-category-products-item-left-content {
  display: flex;
  width: 49.5122%;
}

.block-custom-content-category-products-item-image {
  line-height: 0;
}

.block-custom-content-category-products-item-image img {
  width: 300px;
}

.block-custom-content-category-products-item-description {
  padding-left: 8.04%;
  width: 66.95%;
}

.block-custom-content-category-products-item-short-description {
  margin-top: 29px;
}

.block-custom-content-category-products-item-short-description p {
  margin-bottom: 0;
}

.block-custom-content-category-products-item-link-product {
  margin-top: 100px;
}

.block-custom-content-category-products-item-side-content {
  margin-left: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block-custom-content-category-products-item-side-content-buttons {
  margin-bottom: 23px;
  color: #999999;
  font-weight: 700;
}

.block-custom-content-category-products-item-side-content-buttons.active {
  color: #000000;
}

.block-custom-content-category-products-item-side-content-buttons > a:first-of-type {
  margin-right: 15px;
}

.block-custom-content-category-products-item-list-attributes {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
}

.block-custom-content-category-products-item-list-attributes-item {
  padding: 0 15px;
}

.block-custom-content-category-products-item-list-attributes-container {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background-color: #f2f2f2;
  padding: 70px 0 34px;
  text-align: center;
  height: 200px;
}

.block-custom-content-category-products-item-list-attributes-value {
  font-size: 40px;
}

.block-custom-content-category-products-item-list-attributes-name {
  margin-top: 19px;
  color: #ff6900;
  font-size: 20px;
  font-weight: 700;
}

.block-custom-content-category-products-item-custom-list {
  margin-top: 90px;
}

.block-custom-content-category-products-item-custom-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-category-products-item-custom-list ul li {
  width: 285px;
  margin-left: 9.39%;
}

.block-custom-content-category-products-item-custom-list ul li:first-child {
  margin-left: 11.39%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content industry image*/

.block-custom-content-industry-image-container {
  padding: 0 55px;
}

.block-custom-content-industry-image-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-industry-image-items {
  width: 50%;
  position: relative;
}

.block-custom-content-industry-image-items:nth-child(odd) {
  padding-right: 15px;
}

.block-custom-content-industry-image-items:nth-child(even) {
  padding-left: 15px;
}

.block-custom-content-industry-image-items:first-child,
.block-custom-content-industry-image-items:nth-child(2) {
  padding-bottom: 15px;
}

.block-custom-content-industry-image-items:nth-child(3),
.block-custom-content-industry-image-items:last-child {
  padding-top: 15px;
}

.block-custom-content-industry-image-links {
  text-align: center;
  margin-top: 80px;
}

.block-custom-content-industry-image-text {
  position: absolute;
  color: #ffffff;
  bottom: 50px;
  left: 50px;
  z-index: 1;
}

.block-custom-content-industry-image-text p {
  margin-bottom: 0;
}

.block-custom-content-industry-image-image {
  line-height: 0;
  display: block;
  position: relative;
}

.block-custom-content-industry-image-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.6;
}

.block-custom-content-industry-image-image img {
  width: 100%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content instructions*/

.block-custom-content-instructions-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-instructions-item {
  width: 50%;
}

.block-custom-content-instructions-item:nth-child(odd) {
  padding-right: 20px;
}

.block-custom-content-instructions-item:nth-child(even) {
  padding-left: 20px;
}

.block-custom-content-instructions-item:first-child,
.block-custom-content-instructions-item:nth-child(2) {
  padding-bottom: 15px;
}

.block-custom-content-instructions-item:nth-child(3),
.block-custom-content-instructions-item:last-child {
  padding-top: 15px;
}

.block-custom-content-instructions-item-text {
  flex: 1;
}

.block-custom-content-instructions-item-container {
  padding: 50px;
  border: 3px solid #9f9f9f;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content title with photos*/

.block-custom-content-list-colours {
  overflow: hidden;
}

.block-custom-content-list-colours-main-content {
  display: flex;
  width: 100%;
}

.block-custom-content-list-colours-text {
  width: 50.4878%;
  padding-right: 9.39024%;
}

.block-custom-content-list-colours-image {
  width: 50.4878%;
}

.block-custom-content-list-colours-float-image {
  position: relative;
  line-height: 0;
}

.block-custom-content-list-colours-float-image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
}

.block-custom-content-list-colours-float-image-inner {
  position: relative;
  line-height: 0;
}

.block-custom-content-list-colours-float-image-inner img {
  position: absolute;
  left: 65.65%;
  top: 267px;
  max-width: none;
}

.block-custom-content-list-colours-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 84.14634%;
  margin: 90px -25px 0;
}

.block-custom-content-list-colours-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-custom-content-list-colours-item-colour {
  padding: 0 25px;
}

.block-custom-content-list-colours-item-colour-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.block-custom-content-list-colours-item-name-colour {
  margin-top: 24px;
}

.block-custom-content-list-colours-item-name-colour p {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content list items with buttons*/

.block-custom-content-list-items-with-buttons {
  overflow: hidden;
}

.block-custom-content-list-items-with-buttons-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-custom-content-list-items-with-buttons-links {
  padding-right: 15.85366%;
}

.block-custom-content-list-items-with-buttons-list {
  display: flex;
  padding: 0 20px 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -32px;
}

.block-custom-content-list-items-with-buttons-item {
  margin-top: 153px;
  width: 25%;
  display: flex;
  padding: 0 32px;
  flex-direction: column;
}

.block-custom-content-list-items-with-buttons-item:nth-child(5),
.block-custom-content-list-items-with-buttons-item:nth-child(6),
.block-custom-content-list-items-with-buttons-item:nth-child(7),
.block-custom-content-list-items-with-buttons-item:last-child {
  margin-top: 58px;
}

.block-custom-content-list-items-with-buttons-item-content {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  flex: 1;
}

.block-custom-content-list-items-with-buttons-item-text {
  padding: 0 30px 30px 30px;
}

.block-custom-content-list-items-with-buttons-item-text p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content product also need */

.block-custom-content-product-also-need-list {
  display: flex;
  list-style: none;
  margin: 0 -8px;
}

.block-custom-content-product-also-need-item {
  padding: 0 8px;
}

.block-custom-content-product-also-need-item-container {
  border: 3px solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  max-width: 260px;
}

.block-custom-content-product-also-need-item-content {
  padding: 0 30px 30px 30px;
}

.block-custom-content-product-also-need-item-image {
  width: 100%;
}

.block-custom-content-product-also-need-item-image img {
  width: 100%;
  max-height: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-custom-content-product-also-need-item-title {
  margin-top: 20px;
}

.block-custom-content-product-also-need-item-title p {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.block-custom-content-product-also-need-item-price p {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.block-custom-content-product-also-need-item-buttons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  margin: 0 -8px;
}

.block-custom-content-product-also-need-item .quantity-block {
  padding: 0 8px;
  position: relative;
}

.block-custom-content-product-also-need-item .quantity-block .qty-block {
  border: none;
  max-width: 80px;
  min-height: 57px;
  font-size: 24px;
  font-weight: 700;
  text-align: start;
}

.block-custom-content-product-also-need-item .quantity-block .qty-block::-webkit-inner-spin-button {
  display: none;
}

.block-custom-content-product-also-need-item .quantity-block .minus-button-block {
  text-indent: -99999px;
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 19px;
  height: 9px;
  left: 40px;
  top: 56%;
  background-color: transparent;
  position: absolute;
  border: none;
  overflow: hidden;
}

.block-custom-content-product-also-need-item .quantity-block .plus-button-block {
  text-indent: -99999px;
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 19px;
  height: 9px;
  left: 36%;
  transform: rotateZ(180deg);
  top: 15px;
  background-color: transparent;
  position: absolute;
  border: none;
  overflow: hidden;
}

.block-custom-content-product-also-need-item .add-to-cart-button {
  padding: 0 8px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content shop products" */

.block-custom-content-shop-products-category-title {
  padding: 50px 0;
}

.block-custom-content-shop-products-category-title h2 > span {
  font-weight: 300;
}



.block-custom-content-shop-products-item {
  width: 100%;
  padding: 10px 3px 26px;
}

.block-custom-content-shop-products-item-title h3 {
  font-size: 24px;
  line-height: normal;
}

.block-custom-content-shop-products-item-title h3 > span {
  font-weight: 300;
}

.block-custom-content-shop-products-item-title h3 > span:first-child {
  font-weight: 400;
}

.block-custom-content-shop-products-item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #000000;
  border-radius: 10px;
}

.block-custom-content-shop-products-item-image {
  line-height: 0;
}

.block-custom-content-shop-products-item-image img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.block-custom-content-shop-products-item-content {
  padding: 15px 30px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.block-custom-content-shop-products-item-description {
  flex: 1;
  font-size: 20px;
  line-height: normal;
  margin-top: 10px;
}

.block-custom-content-shop-products-item-description + * {
  margin-top: 30px !important;
}

.block-custom-content-shop-products-item-footer {
  margin-top: 45px;
  justify-content: space-between;
}

.block-custom-content-shop-products-item-price {
  width: 55%;
}

.block-custom-content-shop-products-item-price p {
  margin-bottom: 0;
}

.block-custom-content-shop-products-item-price-title {
  font-size: 16px;
  margin-bottom: 5px !important;
}

.block-custom-content-shop-products-item-button {
  padding-top: 5px;
  width: 45%;
}

.block-custom-content-shop-products-item-button a.button {
  padding: 16px 0;
  width: 100%;
  text-align: center;
  height: 61px;
}

.block-custom-content-shop-products-item-list-attributes {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 13px;
}

.block-custom-content-shop-products-item-list-attributes-item {
  margin-top: 0;
}

.block-custom-content-shop-products-item-list-attributes-item:nth-child(odd) {
  width: 55%;
}

.block-custom-content-shop-products-item-list-attributes-item:nth-child(even) {
  width: 45%;
}

.block-custom-content-shop-products-item-list-attributes-item.transparency-item * {
  visibility: hidden !important;
}

.block-custom-content-shop-products-item-list-attributes-name {
  font-size: 16px;
}

.block-custom-content-shop-products-item-list-attributes-value {
  margin-top: 5px;
}

.block-custom-content-shop-products-item-list-attributes-value-feet {
  display: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content tents comparison */

.block-custom-content-tents-comparison .wrapper {
  padding-left: 0;
  padding-right: 0;
}

.block-custom-content-tents-comparison-container {
  max-width: 100%;
  overflow-x: auto;
}

.block-custom-content-tents-comparison-table {
  width: 1640px;
}

.block-custom-content-tents-comparison-table table {
  border-collapse: separate;
  border-spacing: 30px 0;
}

.block-custom-content-tents-comparison-table table tr:nth-child(odd) {
  background-color: transparent;
}

.block-custom-content-tents-comparison-table table td,
.block-custom-content-tents-comparison-table table th {
  border: 0;
  width: 200px;
}

.block-custom-content-tents-comparison-table table td:first-child,
.block-custom-content-tents-comparison-table table th:first-child {
  text-align: end;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.block-custom-content-tents-comparison-table table thead td {
  text-align: center;
  padding: 0;
}

.block-custom-content-tents-comparison-table table tbody tr td {
  text-align: center;
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid #f2f2f2;
  vertical-align: middle;
  font-size: 20px;
  line-height: 25px;
  padding: 30px;
}

.block-custom-content-tents-comparison-table table tbody tr td p {
  margin-bottom: 0;
}

.block-custom-content-tents-comparison-table table tbody tr:first-child td {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid #f2f2f2;
  padding-top: 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.block-custom-content-tents-comparison-table table tbody tr:first-child td:first-child {
  border: 0;
  padding-top: 20px;
}

.block-custom-content-tents-comparison-table table tbody tr:last-child td {
  border-bottom: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid #f2f2f2;
  padding-bottom: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.block-custom-content-tents-comparison-table table tbody tr:last-child td:first-child {
  border: 0;
  padding-bottom: 20px;
}

.block-custom-content-tents-comparison-table table tbody tr td:first-child {
  border: 0;
  padding: 0;
}

.block-custom-content-tents-comparison-table table tbody tr td:nth-child(2) {
  background-color: #f0f0f0;
}

.block-custom-content-tents-comparison-table-image {
  line-height: 0;
}

.block-custom-content-tents-comparison-table-name-product {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 30px;
  line-height: 22px;
  min-height: 76px;
}

.block-custom-content-tents-comparison-table-name-product p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content title with photos*/

.block-custom-content-title-with-photos-container {
  display: flex;
  justify-content: space-between;
}

.block-custom-content-title-with-photos-lists {
  width: 66.34146%;
}

.block-custom-content-title-with-photos-list {
  display: flex;
  list-style: none;
  margin-top: 150px;
  width: 100%;
}

.block-custom-content-title-with-photos-list:first-of-type {
  margin-top: 0;
}

.block-custom-content-title-with-photos-item-text {
  margin-top: 20px;
}

.block-custom-content-title-with-photos-item-text h3 {
  margin-bottom: 3px;
}

.block-custom-content-title-with-photos-item-text p {
  line-height: 38px;
  margin-bottom: 0;
}

.block-custom-content-title-with-photos-item-image {
  line-height: 0;
}

.block-custom-content-title-with-photos-item-image img {
  width: 100%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content with button support and question */

.block-custom-content-with-button-support-and-question {
  overflow: hidden;
}

.block-custom-content-with-button-support-and-question-container {
  display: flex;
  position: relative;
}

.block-custom-content-with-button-support-and-question-left-block {
  padding: 94px 0 74px;
  width: 67.31707%;
}

.block-custom-content-with-button-support-and-question-left-block-text {
  margin-top: 58px;
  width: 75.73171%;
}

.block-custom-content-with-button-support-and-question-right-block {
  text-align: end;
  width: 32.68293%;
}

.block-custom-content-with-button-support-and-question-right-block:before {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.block-custom-content-with-button-support-and-question-right-block-background-color:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  position: absolute;
  display: block;
  z-index: -1;
}

.block-custom-content-with-button-support-and-question-right-block-title {
  color: #ffffff;
  margin-top: 94px;
}

.block-custom-content-with-button-support-and-question-right-block-text {
  color: #ffffff;
  margin-top: 58px;
  width: 75.73171%;
  left: 24%;
  position: relative;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Datasheets, Brochures & Manuals */

.block-datasheets-brochures-manuals-section-container {
  display: flex;
  align-items: flex-start;
  padding-bottom: 109px;
}

.block-datasheets-brochures-manuals-section-container.with_subcategory {
  flex-direction: column;
}

.block-datasheets-brochures-manuals-section-container.with_subcategory .block-datasheets-brochures-manuals-section-title {
  padding-right: 0;
  width: 100%;
}

.block-datasheets-brochures-manuals-section-container.with_subcategory .block-datasheets-brochures-manuals-section-content {
  width: 100%;
}

.block-datasheets-brochures-manuals-section-title {
  padding-right: 50px;
  width: 25.62%;
  min-width: 350px;
}

.block-datasheets-brochures-manuals-section-content {
  flex: 1;
  overflow: hidden;
  margin-top: 20px;
}

.block-datasheets-brochures-manuals-subsection {
  padding-bottom: 30px;
}

.block-datasheets-brochures-manuals-subsection:last-of-type {
  padding-bottom: 0;
}

.block-datasheets-brochures-manuals-subsection-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.block-datasheets-brochures-manuals-subsection-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  padding-right: 50px;
  width: 25.62%;
  min-width: 350px;
}

.block-datasheets-brochures-manuals-subsection-content {
  flex: 1;
  margin-top: 9px;
}

.block-datasheets-brochures-manuals-section-blocks-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -23px;
}

.block-datasheets-brochures-manuals-section-blocks-list-item {
  padding: 0 23px 41px;
  width: 100%;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-container {
  border: 3px solid #000;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-image {
  padding: 25px 25px 50px;
  line-height: 0;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-image:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  height: calc(100% - 213px);
}

.block-datasheets-brochures-manuals-section-blocks-list-item-image > img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text {
  background-color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 213px;
  z-index: 3;
  padding: 39px 38px 0;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text * {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text *:last-child {
  margin-bottom: 0 !important;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text p {
  margin-bottom: 2.1em;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text a {
  color: #ff6b00;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text a:hover {
  text-decoration: underline;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-title {
  display: block;
  min-height: 66px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content image and link */

.block-custom-content-with-image-and-link-container {
  display: flex;
  align-items: center;
}

.block-custom-content-with-image-and-link-side-content {
  width: 50%;
  padding-left: 9.39%;
  position: relative;
}

.block-custom-content-with-image-and-link-side-content:first-of-type {
  padding-left: 0;
}

.block-custom-content-with-image-and-link-media img {
  max-width: none;
}

.block-custom-content-with-image-and-link-text {
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content with list */

.block-custom-content-with-list-container {
  display: flex;
  position: relative;
}

.block-custom-content-with-list-side-content {
  position: relative;
  background-repeat: no-repeat;
  color: #ffffff;
  width: 57.92683%;
}

.block-custom-content-with-list-side-content:before {
  content: '';
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  right: 0;
  width: 100vw;
  background-position: top right;
}

.block-custom-content-with-list-main-content {
  z-index: 1;
  padding: 129px 0;
  padding-left: 42.07317%;
  padding-right: 15.85366%;
}

.block-custom-content-with-list-text {
  margin-top: 70px;
}

.block-custom-content-with-list-text p {
  margin-bottom: 0;
}

.block-custom-content-with-list-link {
  margin-top: 50px;
}

.block-custom-content-with-list-content-list {
  padding-left: 9.39024%;
}

.block-custom-content-with-list-content-list-main h3 {
  font-weight: 300;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-custom-content-with-steps-container {
  color: #fff;
  padding: 148px 146px 151px 75px;
  display: flex;
}

.block-custom-content-with-steps-text {
  width: 29.829268%;
}

.block-custom-content-with-steps-list {
  padding-left: 18.231707317%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-with-steps-list-item {
  width: 50%;
}

.block-custom-content-with-steps-list-item-step {
  width: 339px;
}

.block-custom-content-with-steps-list-item:nth-child(2),
.block-custom-content-with-steps-list-item:last-child {
  padding-left: 15%;
}

.block-custom-content-with-steps-list-item:nth-child(3),
.block-custom-content-with-steps-list-item:last-child {
  margin-top: 90px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Installation*/

.block-custom-content-with-text-center-image-and-icon-main-content {
  display: flex;
}

.block-custom-content-with-text-center-image-and-icon-side-content {
  width: 33.31707%;
}

.block-custom-content-with-text-center-image-and-icon-right-content {
  display: flex;
}

.block-custom-content-with-text-center-image-and-icon-list {
  margin-top: 30px;
  list-style: none;
  width: 17%;
  line-height: 21px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content with title text buttons*/

.block-custom-content-with-title-text-buttons-container {
  display: flex;
  padding: 118px 0;
}

.block-custom-content-with-title-text-buttons-title {
  width: 32.68293%;
  padding-right: 6.03%;
}

.block-custom-content-with-title-text-buttons-text {
  width: 50.4878%;
  max-height: 150px;
}

.block-custom-content-with-title-text-buttons-links {
  padding-left: 9.39024%;
}

.block-custom-content-with-title-text-buttons-side-content {
  display: flex;
  align-items: center;
  width: 67.31707%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Customize Tent */

.block-customize-tent {
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: 960px;
}

.block-customize-tent-container {
  padding: 381px 0 151px;
}

.block-customize-tent-content {
  padding: 50px 70px;
  max-width: 675px;
}

.block-customize-tent-text {
  margin-top: 30px;
}

.block-customize-tent-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.block-customize-tent-links-container {
  margin-left: 50px;
}

.block-customize-tent-links-container:first-of-type {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Process Order */

.block-environment-container {
  display: flex;
  align-items: flex-end;
}

.block-environment-side-content {
  display: flex;
  justify-content: space-between;
  margin-left: 111px;
}

.block-environment-side-content:first-of-type {
  display: block;
  margin-left: 0;
  width: 33.65854%;
}

.block-environment-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.block-environment .item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  margin-left: 50px;
}

.block-environment .item:first-child {
  margin-left: 0;
}

.block-environment-item {
  padding: 30px;
}

.block-environment-item-title {
  font-weight: 700;
}

.block-environment-item-text {
  margin-top: 67px;
}

.block-environment-item img {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* FAQ */

.block-faq-sections-list {
  list-style: none;
}

.block-faq-section-item {
  display: block;
  padding-bottom: 200px;
}

.block-faq-section-container {
  display: flex;
  align-items: flex-start;
}

.block-faq-section-name {
  display: none;
  color: #fff;
  position: relative;
  width: 24.4%;
}

.block-faq-section-name h2 {
  position: relative;
  z-index: 2;
}

.block-faq-section-name-bg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: none;
}

.block-faq-section-faq-list {
  list-style: none;
}

.block-faq-section-faq-content {
  flex: 1;
  max-width: 70%;
  width: 70%;
}

.block-faq-section-faq-item-container {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.block-faq-section-faq-item-container.active {
  padding-bottom: 75px;
}

.block-faq-section-faq-item-container.active .block-faq-section-faq-item-title a:after {
  transform: rotateZ(180deg);
}

.block-faq-section-faq-item-title {
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.block-faq-section-faq-item-title a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  color: #a5a5a5;
  font-size: 42px;
  font-weight: 300;
  transition: 200ms linear 0s;
}

.block-faq-section-faq-item-title h5 {
  font-weight: 700;
  width: 100%;
  padding-right: 20px;
}

.block-faq-section-faq-item-title h5 a {
  width: 100%;
  display: block;
}

.block-faq-section-faq-item:first-of-type .block-faq-section-faq-item-title {
  margin-top: 0;
}

.block-faq-section-faq-item-content {
  display: none;
  padding-top: 30px;
}

.block-faq-section-faq-item-content *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Greeting */

.block-greeting {
  position: relative;
  overflow: hidden;
}

.block-greeting p {
  margin: 0;
}

.block-greeting .wrapper {
  position: relative;
  z-index: 2;
}

.block-greeting-container {
  display: flex;
  align-self: flex-end;
  padding: 150px 0 100px;
}

.block-greeting-side-content {
  display: flex;
  align-items: flex-end;
  width: 50%;
}

.block-greeting-main-content {
  padding-left: 18.8%;
  padding-right: 15%;
}

.block-greeting-photos {
  flex: 1;
  margin-bottom: 118px;
}

.block-greeting-photos-container {
  height: 398px;
  position: relative;
}

.block-greeting-photos-container:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  left: auto;
  right: 0;
  width: 50vw;
}

.block-greeting-main-photo {
  position: absolute;
  right: 14.1%;
  bottom: 0;
  line-height: 0;
  z-index: 10;
}

.block-greeting-float-photo-1 {
  position: absolute;
  left: -290px;
  top: -460px;
  line-height: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.block-greeting-float-photo-2 {
  position: absolute;
  left: 0;
  bottom: -118px;
  line-height: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.block-greeting-text {
  margin-top: 77px;
}

.block-greeting-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 19px;
}

.block-greeting-links-container {
  margin-left: 50px;
}

.block-greeting-links-container:first-of-type {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Header case studies */

.block-header-case-studies {
  display: flex;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  color: #ffffff;
}

.block-header-case-studies-container {
  display: flex;
  height: 100%;
}

.block-header-case-studies .wrapper {
  z-index: 2;
  flex: 1;
}

.block-header-case-studies-side-content {
  width: calc(100% - 27.47%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.block-header-case-studies-side-content:first-of-type {
  width: 27.47%;
  display: flex;
  position: relative;
  align-self: flex-end;
  height: 100%;
  justify-content: flex-start;
  padding-top: 120px;
}

.block-header-case-studies-side-content:first-of-type:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background-color: #000000;
  z-index: -1;
}

.block-header-case-studies-title {
  margin-top: 90px;
}

.block-header-case-studies-text {
  margin-top: 36px;
}

.block-header-case-studies-text p {
  margin-bottom: 0;
}

.block-header-case-studies-arrow {
  margin: 85px 0 86px;
  display: flex;
  justify-content: center;
}

.block-header-case-studies-right-content {
  position: relative;
  margin-bottom: 60px;
}

.block-header-case-studies-right-content h2 {
  margin-right: 69px;
}

.block-header-case-studies-right-content-text {
  margin-top: 36px;
}

.block-header-case-studies-right-content:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}

.block-header-case-studies-right-content-background {
  padding: 42px 50px 0 74px;
}

.block-header-case-studies-right-content-header {
  display: flex;
  justify-content: space-between;
}

.block-header-case-studies-image-content {
  padding: 25px 0 0 23px;
}

.block-header-case-studies-image-content-image {
  line-height: 0;
}

.block-header-case-studies-link-title {
  width: 31%;
}

.block-header-case-studies-link-container {
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-header-case-studies-link-container span {
  font-size: 20px;
  line-height: 20px;
}

.block-header-case-studies-link-container .pre-link-pointer {
  border: 2px solid #ffffff;
}

.block-header-case-studies-link-container .pre-link-pointer:before {
  background-color: #ffffff;
}

.block-header-case-studies-link-container .pre-link-pointer * {
  color: #ffffff;
}

.block-header-case-studies-link-container:hover .pre-link-pointer > span:before {
  color: #000;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Header uses and industries */

.block-header-faq {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  z-index: -1;
  overflow: hidden;
}

.block-header-faq .wrapper {
  flex: 1;
}

.block-header-faq-container .last-text {
  margin-bottom: 0;
}

.block-header-faq-content-title {
  text-align: center;
  margin-top: 100px;
}

.block-header-faq-content-search {
  padding-top: 70px;
}

.block-header-faq-content-search-container {
  padding: 50px 70px;
  background-color: #ffffff;
  width: 627px;
  margin: 0 auto;
  border-radius: 10px;
}

.block-header-faq-content-search-container p {
  color: #000;
  width: 411px;
}

.block-header-faq-content-search-container input {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px !important;
  font-size: 20px;
  width: 100%;
}

.block-header-faq-content {
  margin-top: 70px;
  position: relative;
  z-index: 1;
  padding: 26px 0 40px;
}

.block-header-faq-content:before {
  position: absolute;
  background-color: #000000;
  opacity: 0.8;
  content: '';
  width: 1000vw;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: -1;
}

.block-header-faq-content-buttons {
  position: relative;
}

.block-header-faq-content-links {
  display: flex;
  padding: 30px 152px 30px 149px;
  justify-content: space-between;
}

.block-header-faq-content-links-container {
  position: relative;
  display: flex;
  align-items: center;
}

.block-header-faq-content-links-container h5 {
  font-weight: 500;
  font-size: 20px;
}

.block-header-faq-content-links-container a {
  color: #ffffff;
}

.block-header-faq-content-links-container a:after {
  content: '';
  width: 30px;
  height: 32px;
  background-image: url("img/icons/arrow-bottom-faq.svg");
  position: absolute;
  right: -44px;
}

.block-header-faq-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Header Hero */

.block-header-hero {
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  color: #ffffff;
}

.block-header-hero-container {
  width: 100%;
}

.block-header-hero-main-content-container {
  position: relative;
  z-index: 2;
  padding: 34px 0 105px;
}

.block-header-hero-main-content-container * {
  color: #fff;
}

.block-header-hero-link-container {
  position: relative;
  z-index: 2;
  padding: 11px 0 14px;
  display: flex;
}

.block-header-hero-link-container .col:nth-child(2){
  margin-left: 20px;
}

.block-header-hero-link-container * {
  color: #fff !important;
}

.block-header-hero-link-container a {
  font-weight: 700;
  font-size: 16px;
}

.block-header-hero-link-container img {
  width: 14px;
  height: 14px;
}

.block-header-hero-main-content {
  position: relative;
}

.block-header-hero-main-content:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block-header-hero-main-title,
.block-header-hero-text {
  max-width: 810px;
}

.block-header-hero-main-title {
  margin-bottom: 5px;
}

.block-header-hero-text {
  margin-right: 4.3%;
}

.block-header-hero-link {
  min-width: 205px;
  margin-top: -7px;
}

.block-header-hero-link .link-animated {
  display: flex;
  align-items: center;
}

.block-header-hero-link .pre-link-pointer-container {
  display: block;
}

.block-header-hero-link .pre-link-pointer {
  border-color: #fff;
}

.block-header-hero-link .pre-link-pointer:before {
  background-color: #fff;
}

.block-header-hero-link .pre-link-pointer:after {
  background-color: #000;
}

.block-header-hero-link .pre-link-pointer-title {
  display: block;
  font-size: 20px;
  line-height: 20px;
  max-width: 105px;
  margin-right: 20px;
}

.block-header-hero-arrow-to-content {
  display: block;
  background-image: url("img/icons/arrow-bottom-faq.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 30px;
  height: 64px;
  position: absolute;
  left: calc(10% + 2px);
  bottom: 27px;
  transform: translateX(-50%);
  text-indent: -99999px;
}

.main-arrow-home .block-header-hero-arrow-to-content {

  left: calc(54% + 2px);
}
/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Header resources */

.block-header-resources {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  color: #ffffff;
}

.block-header-resources-main-content {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 365px;
  padding: 100px 0;
}

.block-header-resources-main-content:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block-header-resources-text {
  position: relative;
  z-index: 2;
}

.block-header-resources-text * {
  color: #fff;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Universal header */

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Header uses and industries */

.block-header-uses-industries {
  background-repeat: no-repeat;
  background-size: auto 35vw;
  /*display: flex;
  align-items: flex-end;*/
  padding-top: 31.5vw;
  color: #ffffff;
  z-index: -1;
  overflow: hidden;
  background-position: center top;
}

.block-header-uses-industries .wrapper {
  flex: 1;
}

.block-header-uses-industries-content {
  position: relative;
  z-index: 1;
  padding: 52px 0 80px;
}

.block-header-uses-industries-content:before {
  position: absolute;
  background-color: #000000;
  opacity: 0.8;
  content: "";
  width: 1000vw;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: -1;
}

.block-header-uses-industries-content-title {
  text-align: center;
}

.block-header-uses-industries-content-buttons {
  position: relative;
}

.block-header-uses-industries-content-links {
  display: flex;
  padding: 20px 91px 0 91px;
}

.block-header-uses-industries-content-links-container {
  width: 25%;
  text-align: left;
}

.block-header-uses-industries-content-links-container a {
  color: #ffffff;
}

.block-header-uses-industries-content-links-container a h3 {
  font-weight: 500;
}

.block-header-uses-industries-content-links-container:nth-child(even) {
  text-align: right;
}

.block-header-uses-industries-content-links-container:nth-child(2) {
  padding-right: 16.5%;
}

.block-header-uses-industries-content-links-container:nth-child(3) {
  padding-left: 16.5%;
}

.block-header-uses-industries-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Hero 1 */

.block-hero-1 {
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  overflow-x: hidden;
}

.block-hero-1 > .wrapper {
  flex: 1;
}

.block-hero-1:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.block-hero-1 * {
  color: #ffffff;
}

.block-hero-1 .link:after {
  background-color: #ffffff;
}

.block-hero-1 p {
  margin: 0;
}

.block-hero-1 .wrapper {
  position: relative;
  z-index: 2;
}

.block-hero-1-container {
  display: flex;
  align-self: flex-start;
  padding: 80px 0;
  overflow: hidden;
}

.block-hero-1-side-content {
  width: 50%;
}

.block-hero-1-main-content {
  padding-right: 20%;
}

.block-hero-1-text {
  line-height: 30px;
  margin-top: 44px;
}

.block-hero-1-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.block-hero-1-links-container {
  margin-left: 50px;
}

.block-hero-1-links-container:first-of-type {
  margin-left: 0;
}

.block-hero-1-photos-title {
  font-size: 30px;
  line-height: 40px;
}

.block-hero-1-photos-title * {
  font-size: 30px;
  line-height: 40px;
}

.block-hero-1-photos-title span {
  font-weight: 700;
}

.block-hero-1-photos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-right: 10.5%;
}

.block-hero-1-photos-container {
  display: flex;
  align-items: flex-start;
  width: 84.34%;
}

.block-hero-1-photos-link {
  width: 15.66%;
}

.block-hero-1-photo-container {
  padding-right: 50px;
  width: 50%;
}

.block-hero-1-photo-container:nth-child(even) {
  padding-top: 30px;
}

.block-hero-1-photo-link {
  display: block;
  line-height: 0;
}

.block-hero-1-photo-link:hover .block-hero-1-photo {
  background-color: transparent;
}

.block-hero-1-photo-link:hover .block-hero-1-photo-capture {
  color: #FF6900;
}

.block-hero-1-photo {
  display: block;
  background-color: #FF6900;
  transition: 200ms linear 0s;
}

.block-hero-1-photo img {
  width: 100%;
  mix-blend-mode: multiply;
}

.block-hero-1-photo-capture {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 30px;
  transition: 200ms linear 0s;
}

.block-hero-1-photos-link-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  margin-top: 20px;
}

.block-hero-1 .link-animated .pre-link-pointer {
  border-color: #fff;
}

.block-hero-1 .link-animated .pre-link-pointer:before {
  background-color: #fff;
}

.block-hero-1 .link-animated .pre-link-pointer:after {
  background-color: #000;
}

.block-hero-1 .link-animated .pre-link-pointer * {
  color: #fff;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Homepage Slider */

.block-homepage-slider {
  overflow-x: hidden;
}

.block-homepage-slider-header-content {
  display: flex;
  align-items: flex-end;
}

.block-homepage-slider-buttons {
  position: relative;
  padding-left: 5.7%;
}

.block-homepage-slider-buttons-previous {
  transform: rotate(180deg);
}

.block-homepage-slider-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-homepage-slider-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-homepage-slider-buttons button {
  border: none;
  background-color: transparent;
}

.block-homepage-slider-buttons button:hover {
  background-color: #000;
}

.block-homepage-slider-block {
  display: flex;
  align-items: center;
  margin-top: 41px;
}

.block-homepage-slider-texts {
  flex: 33.5% 0 0;
  width: 33.5%;
  padding: 0 4.7%;
}

.block-homepage-slider-images {
  flex: 1;
}

.block-homepage-slider-images-items {
  height: 100%;
  width: 100vw;
  list-style: none;
}

.block-homepage-slider-images-item {
  width: 950px;
  height: 650px;
}

.block-homepage-slider-images-item-wrapper {
  background-color: #FF6900;
  height: 100%;
  position: relative;
}

.block-homepage-slider-images-item-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  mix-blend-mode: multiply;
}

.block-homepage-slider-images-item-container * {
  color: #fff;
}

.block-homepage-slider-images-item-details {
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-homepage-slider-images-item-details * {
  color: #fff;
}

.block-homepage-slider-images-item-details-container {
  height: 100%;
  position: relative;
}

.block-homepage-slider-images-item-detail {
  display: block;
  margin-top: 24px;
}

.block-homepage-slider-images-item-detail:first-of-type {
  margin-top: 0;
}

.block-homepage-slider-images .flickity-slider {
  width: 100vw;
}

.block-homepage-slider-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-homepage-slider .link-animated {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.block-homepage-slider .link-animated .pre-link-pointer {
  border-color: #fff;
}

.block-homepage-slider .link-animated .pre-link-pointer:before {
  background-color: #fff;
}

.block-homepage-slider .link-animated .pre-link-pointer:after {
  background-color: #000;
}

.block-homepage-slider .link-animated .pre-link-pointer * {
  color: #fff;
}

.block-homepage-slider-footer {
  margin-top: 100px;
  text-align: center;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Universal block - text + image/slider/video */

.block-image-plus-text {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-image-plus-text-container {
  display: flex;
}

.block-image-plus-text-container.background-color-enabled:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-text {
  order: 2;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-media.image-wrapper-protruding img {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-position-left .universal-block-image-plus-text-content-protruding-image .block-custom-protruding-image {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-align-center .block-image-plus-text-content-text {
  align-self: center;
}

.block-image-plus-text-container.text-align-bottom .block-image-plus-text-content-text {
  align-self: flex-end;
}

.block-image-plus-text-content-media {
  flex: 1;
  line-height: 0;
  min-width: 0;
  z-index: 2;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container {
  height: 100%;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional {
  max-width: none;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional.image-vertical-position-top {
  bottom: auto;
  top: 0;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional img {
  position: initial;
  max-width: none;
  margin-bottom: 50px;
}

.block-image-plus-text-content-media.image-wrapper-protruding img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: none;
}

.block-image-plus-text-content-media.image-wrapper-protruding img.image-vertical-position-top {
  bottom: auto;
  top: 0;
}

.block-image-plus-text-content-media.image-wrapper-limited img {
  width: 100%;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 50vw;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery-item {
  width: auto;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery-item img {
  width: auto;
  max-width: none;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery .flickity-slider {
  right: 0;
}

.block-image-plus-text-content-media-container {
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.block-image-plus-text-content-media-float-image {
  position: absolute;
  max-width: 100%;
}

.block-image-plus-text-content-media-float-image img {
  max-width: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with background */

.block-list-icons-with-background-2 {
  background-color: #e6e6e6;
  padding-bottom: 119px;
}

.block-list-icons-with-background-2-container {
  background-color: #fff;
  display: flex;
}

.block-list-icons-with-background-2-item-container {
  display: flex;
}

.block-list-icons-with-background-2-list {
  margin-top: -125px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 20px solid #FF6900;
}

.block-list-icons-with-background-2-item {
  padding: 84px 25px 0px;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
}

.block-list-icons-with-background-2-item:last-of-type {
  padding-bottom: 65px;
}

.block-list-icons-with-background-2-item-image {
  width: 30%;
}

.block-list-icons-with-background-2-item-image img {
  width: 95px;
  height:  auto;
}

.block-list-icons-with-background-2-item-content {
  width: 70%;
  padding-left: 19px;
}

.block-list-icons-with-background-2-item-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
}

.block-list-icons-with-background-2-item-text {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}


/**
testimonial item
 */
.testimonials-list {
  padding-bottom: 140px;
}

.testimonial-item {
  background-color: #ffffff;
  width: 30.33%;
  text-align: center;
  padding: 50px 0;
}

.testimonial-item p {
  padding: 0 23px;
  font-size: 16.16px;
  margin-bottom: 50px;
  font-style: italic;
}

.with-borders {
  text-align: left;
  border-top: 20px solid #999;
  border-bottom: 20px solid #999;
}

.top-border-orange {
  border-top: 20px solid #FF6900;
}

.bottom-border-orange {
  border-bottom: 20px solid #FF6900;
}

.with-borders p {
  margin-bottom: 0;
  text-align: left;
  font-style: normal;
}

.grey-border {
}


.testimonial-image {
  height: 100px;
  position: relative;
}

.testimonial-line {
  position: absolute;
  height: 25px;
  background-color: #FF6900;
  width: 100%;
  z-index: 1;
  top: 37px;
}

.testimonial-item img {
  border: 3px solid #666666;
  display: block;
  margin: 0 auto 20px;
  z-index: 2;
  position: sticky;
}

.t-name {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with background */

.block-list-icons-with-background {
  overflow: hidden;
}

.block-list-icons-with-background-container {
  padding: 0 75px;
  margin: 0 auto;
  background-color: #ffffff;
  z-index: 2;
}

.block-list-icons-with-background-title {
  margin-bottom: 1.15em;
}

.block-list-icons-with-background-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 90px;
  position: relative;
  margin: -30px 0;
}

.block-list-icons-with-background-list:before {
  content: '';
  background-color: #e2e2e2;
  width: 1000vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 100px;
}

.block-list-icons-with-background-item {
  width: 33.33%;
  padding-top: 30px;
  padding-left: 7%;
  display: flex;
}

.block-list-icons-with-background-item:nth-child(1),
.block-list-icons-with-background-item:nth-child(4),
.block-list-icons-with-background-item:nth-child(7) {
  padding-left: 0;
}

.block-list-icons-with-background-item:nth-child(2),
.block-list-icons-with-background-item:nth-child(5),
.block-list-icons-with-background-item:nth-child(8) {
  padding-left: 3.5%;
}

.block-list-icons-with-background-item-container {
  display: flex;
  align-items: center;
}

.block-list-icons-with-background-item-text {
  padding-left: 32px;
  line-height: 22px;
}

.block-list-icons-with-background-item-text p {
  margin-bottom: 17px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with text and background */

.block-list-icons-with-text-n-background {
  background-color: #e7e7e7;
  position: relative;
  overflow: hidden;
  padding-bottom: 85px;
}

.block-list-icons-with-text-n-background-title-container,
.block-list-icons-with-text-n-background-list-content {
  background-color: #fff;
}

.block-list-icons-with-text-n-background-title-container {
  padding-bottom: 15px;
}

.block-list-icons-with-text-n-background-title,
.block-list-icons-with-text-n-background-text-container {
  width: 100%;
}

.block-list-icons-with-text-n-background-content {
  display: flex;
  align-items: flex-start;
}

.block-list-icons-with-text-n-background-text-container {
  padding-top: 18px;
}

.block-list-icons-with-text-n-background-list-content {
  padding-bottom: 10px;
}

.block-list-icons-with-text-n-background-list-container {
  flex: 1;
}

.block-list-icons-with-text-n-background-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.block-list-icons-with-text-n-background-item {
  padding: 0 25px 60px;
  width: 100%;
  position: relative;
  text-align: center;
}

.block-list-icons-with-text-n-background-item-image {
  width: 101px;
  height: 101px;
  margin: 0 auto;
}

.block-list-icons-with-text-n-background-item-image img {
  width: 100%;
  height: 100%;
}

.block-list-icons-with-text-n-background-item-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 25px;
}

.block-list-icons-with-text-n-background-item-text {
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List with round icon */

.block-list-with-round-icon-container {
  padding: 25px 0 75px;
}

.block-list-with-round-icon-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8.41463% 0 0;
}

.block-list-with-round-icon-list-item {
  display: flex;
  align-items: center;
  width: 33.33%;
  padding-top: 50px;
}

.block-list-with-round-icon-list-item-icon {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  flex: 100px 0 0;
  overflow: hidden;
}

.block-list-with-round-icon-list-item-icon img {
  height: 100%;
  width: 100%;
}

.block-list-with-round-icon-list-item-text {
  flex: 1;
  margin-left: 38px;
  padding: 0 15px 0px 0;
}

.block-list-with-round-icon-list-item-text *:last-child {
  margin-bottom: 0;
}

.block-list-with-round-icon-list-item.item-type-icon .block-list-with-round-icon-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
}

.block-list-with-round-icon-list-item.item-type-icon .block-list-with-round-icon-list-item-icon img {
  height: auto;
  width: 55px;
}

.block-list-with-round-icon-list.items-width-1 .block-list-with-round-icon-list-item {
  width: 100%;
}

.block-list-with-round-icon-list.items-width-2 .block-list-with-round-icon-list-item {
  width: 50%;
}

.block-list-with-round-icon-list.items-width-3 .block-list-with-round-icon-list-item {
  width: 33.33%;
}

.block-list-with-round-icon-list.items-width-4 .block-list-with-round-icon-list-item {
  width: 25%;
}

.block-list-with-round-icon-list.items-width-5 .block-list-with-round-icon-list-item {
  width: 20%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Makes Different*/

.block-makes-different {
  overflow: hidden;
}

.block-makes-different-container {
  display: flex;
}

.block-makes-different-image {
  position: absolute;
  right: 0;
}

.block-makes-different-image img {
  max-width: none;
}

.block-makes-different-right-content {
  display: flex;
  width: 67.31%;
  padding-left: 9.40%;
  align-items: center;
}

.block-makes-different-left-content {
  flex: 1;
  position: relative;
}

.block-makes-different-text {
  margin-top: 58px;
}

.block-makes-different-list {
  list-style: none;
  margin-top: 60px;
  margin: 60px 0 0 8.21%;
}

.block-makes-different-item {
  display: flex;
}

.block-makes-different-item img {
  width: 100px;
  height: 100px;
}

.block-makes-different-item-title {
  margin-bottom: 10px;
}

.block-makes-different-item-text {
  margin-bottom: 0;
  font-size: 20px;
}

.block-makes-different-item-content {
  margin-left: 8.08%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Materials */

.block-materials {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-materials-container {
  display: flex;
  align-items: flex-start;
}

.block-materials-container.text-position-right .block-materials-content-text {
  order: 2;
}

.block-materials-container.text-position-right .block-materials-content-media.image-wrapper-protruding img {
  left: auto;
  right: 0;
}

.block-materials-container.text-position-right .block-materials-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  left: auto;
  right: 0;
}

.block-materials-container.text-position-left .universal-block-image-plus-text-content-protruding-image .block-custom-protruding-image {
  left: auto;
  right: 0;
}

.block-materials-container.text-align-center .block-materials-content-text {
  align-self: center;
}

.block-materials-container.text-align-bottom .block-materials-content-text {
  align-self: flex-end;
}

.block-materials-content-title {
  margin-bottom: 1.15em;
}

.block-materials-content-materials {
  flex: 1;
}

.block-materials-content-materials-list {
  list-style: none;
}

.block-materials-content-materials-list-item {
  padding-bottom: 85px;
}

.block-materials-content-materials-list-item-container {
  display: flex;
  align-items: flex-start;
}

.block-materials-content-materials-list-item-title {
  margin-bottom: 30px;
}

.block-materials-content-materials-list-item-content-main {
  flex: 1;
}

.block-materials-content-materials-list-item-content-additional {
  width: 43%;
  padding-left: 9%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with background */

.block-order-tent-faq {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.block-order-tent-faq-container {
  display: flex;
  min-height: 800px;
}

.block-order-tent-faq-container.text-position-left .block-order-tent-faq-right-block {
  order: 1;
}

.block-order-tent-faq-container.text-position-left .block-order-tent-faq-left-block {
  order: 2;
}

.block-order-tent-faq-container.not-wide-text .block-order-tent-faq-right-block-container {
  width: auto;
}

.block-order-tent-faq-container.text-align-left .block-order-tent-faq-right-block-container {
  align-items: flex-start;
}

.block-order-tent-faq-container.text-align-left .block-order-tent-faq-right-block .block-order-tent-faq-content-title,
.block-order-tent-faq-container.text-align-left .block-order-tent-faq-links-container {
  text-align: left;
}

.block-order-tent-faq-container.text-align-right .block-order-tent-faq-right-block-container {
  align-items: flex-end;
}

.block-order-tent-faq-container.text-align-right .block-order-tent-faq-right-block .block-order-tent-faq-content-title,
.block-order-tent-faq-container.text-align-right .block-order-tent-faq-links-container {
  text-align: right;
}

.block-order-tent-faq .wrapper1 {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.block-order-tent-faq-left-block {
  flex: 1;
}

.block-order-tent-faq-right-block {
  position: relative;
  width: 32.68293%;
}

.block-order-tent-faq-right-block-wrapper {
  height: 100%;
  max-width: 100%;
}

.block-order-tent-faq-right-block-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.block-order-tent-faq-right-block .block-order-tent-faq-content-title {
  color: #fff;
  z-index: 1;
  text-align: center;
}

.block-order-tent-faq-right-block:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: #ff6900;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.block-order-tent-faq-links-container {
  text-align: center;
  margin-top: 76px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Our Partners*/

.block-our-partners {
  position: relative;
  background-position: 50% 10%;
  background-repeat: no-repeat;
}

.block-our-partners:before {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  background-color: #000000;
  opacity: 0.8;
  content: "";
  z-index: -1;
}

.block-our-partners-main-title {
  padding: 176px 0 144px;
  text-align: center;
  color: #ffffff;
}

.block-our-partners-title {
  color: #ffffff;
}

.block-our-partners-main-content {
  margin-top: 58px;
  background-color: #ffffff;
  border-radius: 5px;
}

.block-our-partners-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.block-our-partners-item {
  padding: 12px 8px;
  width: 33.33%;
}

.block-our-partners-item:first-child {
  padding-left: 12px;
}

.block-our-partners-item:last-child {
  padding-right: 12px;
}

.block-our-partners-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #000000;
  border-radius: 5px;
  overflow: hidden;
}

.block-our-partners-item-image {
  line-height: 0;
  border-bottom: 3px solid #000000;
  max-height: 100vw;
  overflow: hidden;
}

.block-our-partners-item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 291px;
}

.block-our-partners-item-text {
  padding: 50px;
  flex: 1;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Our Philosophy */

.block-our-philosophy-container {
  display: flex;
  align-items: flex-start;
}

.block-our-philosophy-left-content {
  width: 42%;
  padding-right: 9.3%;
}

.block-our-philosophy-right-content {
  flex: 1;
}

.block-our-philosophy-text {
  margin-top: 80px;
}

.block-our-philosophy-text *:last-child {
  margin-bottom: 0;
}

.block-our-philosophy-media {
  line-height: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Our Partners*/

.block-partners-who-we-container.text-position-left .block-partners-who-we-side-content-image {
  order: 2;
}

.block-partners-who-we-container.text-position-left .block-partners-who-we-side-content {
  padding-right: 9.39024%;
  padding-left: 0;
}

.block-partners-who-we-main-content {
  display: flex;
}

.block-partners-who-we-list {
  display: flex;
  list-style: none;
}

.block-partners-who-we-side-content {
  width: 33.65854%;
  padding-left: 9.39024%;
}

.block-partners-who-we-item-text {
  margin-top: 10px;
}

.block-partners-who-we-subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Process Order */

.block-places-use {
  padding: 200px 0;
  color: #ffffff;
  overflow-x: hidden;
}

.block-places-use-container {
  display: flex;
}

.block-places-use-list {
  list-style-type: none;
}

.block-places-use-image {
  margin-top: 150px;
}

.block-places-use-media {
  margin-top: 100px;
}

.block-places-use-text {
  margin-top: 30px;
}

.block-places-use-text * {
  font-weight: 300;
}

.block-places-use-links {
  margin-top: 50px;
}

.block-places-use-side-content {
  width: 49.5122%;
  margin-left: 78px;
}

.block-places-use-side-content:first-of-type {
  margin-left: 63px;
}

.block-places-use .item * {
  font-weight: 300;
}

.block-places-use .item:nth-child(2) {
  margin-top: 100px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Process Order */

.block-process-order {
  background-image: url("img/cirlces.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow-x: hidden;
}

.block-process-order-container {
  padding: 200px 140px;
}

.block-process-order-title {
  color: #ffffff;
  max-width: 536px;
}

.block-process-order-list {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #ffffff;
  margin: 0 -15px;
}

.block-process-order-list .item {
  width: 33.33%;
  margin-top: 150px;
  padding: 0 15px;
}

.block-process-order-list-item {
  max-width: 398px;
}

.block-process-order-list-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.block-process-order-list-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.block-process-order-link {
  margin-top: 150px;
}

.block-process-order-link-title {
  font-weight: 300;
  color: #ffffff;
}

.block-process-order-link .pre-link-pointer {
  border-color: #ffffff;
}

.block-process-order-link .pre-link-pointer:before {
  background-color: #ffffff;
}

.block-process-order-link .pre-link-pointer::after {
  background-color: #000000;
}

.block-process-order-link-pointer {
  margin-bottom: 20px;
}

.block-process-order-link-pointer > span:before {
  color: #ffffff;
}

.block-process-order-link-container {
  max-width: 240px;
  line-height: 20px;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Product tabs */

.block-product-tabs {
  overflow: hidden;
}

.block-product-tabs-container {
  display: flex;
}

.block-product-tabs-option {
  width: 100%;
}

.block-product-tabs-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block-product-tabs-links-title h3 a {
  color: #999999;
}

.block-product-tabs-links-title h3 a.active {
  color: #000000;
}

.block-product-tabs-links-title:first-of-type {
  margin-left: 0;
}

.block-product-tabs-list {
  list-style: none;
  width: 100%;
}

.block-product-tabs-list-item {
  display: none;
}

.block-product-tabs-list-item.active {
  display: block;
}

.block-product-tabs-list-item-links {
  margin: 87px 0 64px;
}

.block-product-tabs-list-item-text {
  margin-top: 76px;
}

.block-product-tabs-list-item-text p {
  line-height: 46px;
}

.block-product-tabs-list-item-image {
  margin-top: 73px;
}

.block-product-tabs-slider-block {
  align-self: flex-start;
  position: relative;
  min-height: 660px;
  margin-top: 10px;
}

.block-product-tabs-slider-block-text {
  position: absolute;
  z-index: 1;
  padding: 85px 72px 74px;
  height: 100%;
}

.block-product-tabs-slider-block-text * {
  color: #fff;
}

.block-product-tabs-slider-block-text::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons {
  display: flex;
  position: absolute;
  bottom: 57px;
  left: 76px;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .flickity-button {
  padding: 0;
  line-height: 0;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .block-slider-with-side-text-buttons-previous {
  margin-right: 23px;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .block-slider-with-side-text-buttons-previous:hover {
  background-color: transparent;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .block-slider-with-side-text-buttons-next:hover {
  background-color: transparent;
}

.block-product-tabs-slider-block-list {
  height: 100%;
  width: 771px;
  list-style: none;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.block-product-tabs-slider-block-item {
  width: 100%;
  height: 660px;
  overflow: hidden;
}

.block-product-tabs-slider-block-item-wrapper {
  height: 100%;
  position: relative;
}

.block-product-tabs-slider-block-item-wrapper img {
  max-width: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Finance*/

.block-purchase-finance-main-content {
  display: flex;
  justify-content: space-between;
}

.block-purchase-finance-left-content,
.block-purchase-finance-right-content {
  width: 24.39%;
}

.block-purchase-finance-text-right,
.block-purchase-finance-text-left {
  margin-top: 90px;
}

.block-purchase-finance-text-left {
  padding-left: 3.29%;
}

.block-purchase-finance-text-right {
  padding-right: 3.29%;
}

.block-purchase-finance-links-container {
  text-align: center;
  margin-top: 100px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content steps setup */

.block-purchase-header-and-step {
  overflow: hidden;
}

.block-purchase-header-and-step-header {
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center bottom;
  align-items: flex-end;
  justify-content: center;
  display: flex;
  min-height: 818px;
}

.block-purchase-header-and-step-second-text {
  padding: 70px 0;
  text-align: center;
}

.block-purchase-header-and-step-arrow {
  margin: 165px 0 30px;
  display: flex;
  justify-content: center;
}

.block-purchase-header-and-step-arrow-to-content {
  display: block;
  background-image: url("img/icons/arrow-to-bottom-black.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 30px;
  height: 63px;
  bottom: 51px;
  text-indent: -99999px;
}

.block-purchase-header-and-step-line {
  display: block;
  text-align: center;
  height: 163px;
  overflow: hidden;
}

.block-purchase-header-and-step-square {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 6px;
  background-color: #fe6b00;
  z-index: -1;
  position: relative;
}

.block-purchase-header-and-step-square:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  transform: rotateZ(-45deg);
  border: 6px solid #fe6b00;
  top: -20px;
  left: -17px;
  background-color: #fff;
}

.block-purchase-header-and-step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 79px;
}

.block-purchase-header-and-step-item {
  width: 100%;
  position: relative;
}

.block-purchase-header-and-step-item-container {
  position: relative;
}

.block-purchase-header-and-step-item-container:before {
  content: '';
  width: 6px;
  height: 150%;
  position: absolute;
  background-color: #fe6b00;
  z-index: -1;
  top: 22px;
}

.block-purchase-header-and-step-item-container:after {
  content: '';
}

.block-purchase-header-and-step-item-number {
  position: absolute;
}

.block-purchase-header-and-step-item-number span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Jost";
  font-size: 60px;
  font-weight: 700;
}

.block-purchase-header-and-step-item-number span:before {
  content: '';
  width: 100px;
  height: 100px;
  background-color: #fe6b00;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.block-purchase-header-and-step-item:nth-child(odd) {
  margin-left: auto;
  padding-left: 50%;
}

.block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-container:before {
  left: -3px;
}

.block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-text {
  width: 509px;
  margin-left: auto;
}

.block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-number {
  top: 22px;
  left: 0;
  transform: translateX(-50%);
}

.block-purchase-header-and-step-item:nth-child(even) {
  text-align: right;
  padding-right: 50%;
}

.block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-container:before {
  right: -3px;
}

.block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
  width: 509px;
}

.block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-number {
  right: 0;
  top: 22px;
  transform: translateX(50%);
}

.block-purchase-header-and-step-item:last-child {
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
}

.block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-text {
  margin: 0 auto;
  padding-top: 117px;
}

.block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-container:before {
  position: relative;
}

.block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-number {
  left: 50%;
}

.block-purchase-wherever {
  min-height: 1100px;
  overflow: hidden;
}

.block-purchase-wherever-container {
  display: flex;
}

.block-purchase-wherever-list {
  list-style-type: none;
  padding-left: 8.41463%;
  padding-right: 9.39024%;
  margin-top: 50px;
}

.block-purchase-wherever .item {
  display: flex;
  margin-top: 35px;
}

.block-purchase-wherever .item:first-child {
  margin-top: 0;
}

.block-purchase-wherever-side-content {
  width: 50%;
  position: relative;
  min-height: 1100px;
}

.block-purchase-wherever-side-content:first-of-type {
  min-height: none;
}

.block-purchase-wherever-image {
  position: absolute;
  left: 0;
}

.block-purchase-wherever-image img {
  max-width: none;
}

.block-purchase-wherever-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.block-purchase-wherever-number::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: -1;
}

.block-purchase-wherever-text {
  padding-left: 17.88%;
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Related products carousel */

.block-related-products-carousel {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-related-products-carousel .block-custom-content-shop-products-category-title {
  padding-right: 150px;
}

.block-related-products-carousel .block-custom-content-shop-products-list.flickity-enabled {
  display: block;
}

.block-related-products-carousel .block-custom-content-shop-products-item {
  padding-top: 0;
}

.block-related-products-carousel .flickity-prev-next-button {
  background-color: transparent;
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  border-radius: 0;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: auto !important;
  right: 5px !important;
  transform: translateY(-200%);
  width: 60px;
  height: 60px;
}

.block-related-products-carousel .flickity-prev-next-button:hover {
  opacity: 0.6;
}

.block-related-products-carousel .flickity-prev-next-button > svg {
  display: none;
}

.block-related-products-carousel .flickity-prev-next-button.previous {
  right: 81px !important;
}

.block-related-products-carousel .flickity-prev-next-button.next {
  transform: rotateZ(180deg) translateY(200%);
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Rollover image Constant air tent */

.block-rollover-image-constant-air-tent-title {
  color: #ffffff;
}

.block-rollover-image-constant-air-tent-main-content-external {
  display: flex;
  align-items: center;
  margin: 44px 0 135px;
  min-height: 720px;
}

.block-rollover-image-constant-air-tent-main-content-external-image {
  position: relative;
}

.block-rollover-image-constant-air-tent-main-content-external-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
}

.block-rollover-image-constant-air-tent-main-content-external-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-constant-air-tent-main-content-external-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-1 {
  top: 73.5%;
  left: 18%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-2 {
  top: 19%;
  left: 20%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-3 {
  top: 44.5%;
  left: 20%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-4 {
  top: 77.5%;
  left: 34.4%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-5 {
  top: 55%;
  left: 70.4%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-6 {
  top: 3%;
  left: 65.5%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-7 {
  top: 41%;
  left: 81%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-8 {
  top: 68%;
  left: 55%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-9 {
  top: 61%;
  left: 64.5%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-10 {
  top: 5.5%;
  left: 37%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-11 {
  top: 31%;
  left: 36%;
}

.block-rollover-image-constant-air-tent-main-content-external-list {
  list-style: none;
  padding-left: 5.487804878%;
}

.block-rollover-image-constant-air-tent-main-content-external-item {
  display: none;
}

.block-rollover-image-constant-air-tent-main-content-external-item.active {
  display: block;
}

.block-rollover-image-constant-air-tent-main-content-external-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-constant-air-tent-main-content-external-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

.block-rollover-image-constant-air-tent-main-content-internal {
  display: flex;
  margin-top: 113px;
  align-items: flex-start;
}

.block-rollover-image-constant-air-tent-main-content-internal-image {
  position: relative;
  padding-left: 3%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-indent: -99999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.block-rollover-image-constant-air-tent-main-content-internal-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-constant-air-tent-main-content-internal-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-1 {
  top: 77.5%;
  left: 60%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-2 {
  top: 83%;
  left: 37%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-3 {
  top: 65.5%;
  left: 89%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-4 {
  top: 2.5%;
  left: 51.4%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-5 {
  top: 24%;
  left: 38.4%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-6 {
  top: 52%;
  left: 46%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-7 {
  top: 67.5%;
  left: 16%;
}

.block-rollover-image-constant-air-tent-main-content-internal-list {
  list-style: none;
}

.block-rollover-image-constant-air-tent-main-content-internal-item {
  display: none;
}

.block-rollover-image-constant-air-tent-main-content-internal-item.active {
  display: block;
}

.block-rollover-image-constant-air-tent-main-content-internal-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-constant-air-tent-main-content-internal-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Rollover image Sealed air tent*/

.block-rollover-image-sealed-air-tent-title {
  color: #ffffff;
  padding-left: 75px;
}

.block-rollover-image-sealed-air-tent-main-content-external {
  display: flex;
  align-items: center;
  margin: 44px 0 115px;
  min-height: 630px;
}

.block-rollover-image-sealed-air-tent-main-content-external-image {
  position: relative;
}

.block-rollover-image-sealed-air-tent-main-content-external-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-indent: -99999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.block-rollover-image-sealed-air-tent-main-content-external-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-sealed-air-tent-main-content-external-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-1 {
  top: 6.5%;
  left: 73%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-2 {
  top: 10%;
  left: 37%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-3 {
  top: 47%;
  left: 29%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-4 {
  top: 49.5%;
  left: 14.4%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-5 {
  top: 60%;
  left: 76.4%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-6 {
  top: 23%;
  left: 27.5%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-7 {
  top: 62%;
  left: 14%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-8 {
  top: 16%;
  left: 5%;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-9 {
  top: 79%;
  left: 41%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-10 {
  top: 63.5%;
  left: 37.5%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-11 {
  top: 32.5%;
  left: 80%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-12 {
  top: 29.5%;
  left: 42%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-13 {
  top: 60.5%;
  left: 53%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-14 {
  top: -4%;
  left: 58%;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-external-list {
  list-style: none;
  padding-left: 5.487804878%;
}

.block-rollover-image-sealed-air-tent-main-content-external-item {
  display: none;
}

.block-rollover-image-sealed-air-tent-main-content-external-item.active {
  display: block;
}

.block-rollover-image-sealed-air-tent-main-content-external-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-sealed-air-tent-main-content-external-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

.block-rollover-image-sealed-air-tent-main-content-internal {
  display: flex;
  margin-top: 113px;
  padding-left: 75px;
  align-items: center;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image {
  position: relative;
  padding-left: 7%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-1 {
  top: 64%;
  left: 43%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-2 {
  top: 54%;
  left: 28%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-3 {
  top: 22.5%;
  left: 33%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-4 {
  top: 22.5%;
  left: 61.4%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-5 {
  top: 2%;
  left: 51.4%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-6 {
  top: 82%;
  left: 23%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-7 {
  top: 68.5%;
  left: 79%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-8 {
  top: 87.5%;
  left: 65%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-list {
  list-style: none;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item {
  display: none;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item.active {
  display: block;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Shelters availability */

.block-shelters-availability {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-shelters-availability-container {
  position: relative;
}

.block-shelters-availability-title {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 23.84px;
  padding: 0 0 25px;
}

.block-shelters-availability-content-sizes-list {
  list-style: none;
  display: flex;
}

.block-shelters-availability-content-sizes-list-item-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% auto;
  height: 100%;
}

.block-shelters-availability-content-sizes-list-item {
  width: 100%;
  height: 190px;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-title {
  top: 2%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-container {
  background-position: center 53.5%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 49%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 45%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
  background-position: center 30%;
  background-size: 108% auto;
  /*@media all and (min-width: 840px) and (max-width: 991px) {
            background-position: center 48%;
          }

          @media all and (min-width: 768px) and (max-width: 839px) {
            background-position: center 49%;
          }*/
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 38%;
}

.block-shelters-availability-content-sizes-list-item-values {
  position: relative;
  height: 100%;
}

.block-shelters-availability-content-sizes-list-item-values-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translateX(-50%);
}

.block-shelters-availability-content-sizes-list-item-value {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  padding: 3vw;
}

.block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 50%;
}

.block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 25px;
  line-height: 23.84px;
  padding: 2vw;
}

.block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 45%;
}

.block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 32px;
  line-height: 30.5px;
  padding: 2vw;
}

.block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 38%;
}

.block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 40px;
  line-height: 38.09px;
  padding: 2vw;
}

.block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 34%;
}

.block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 46px;
  line-height: 43.85px;
  padding: 3vw;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-slider-colour-and-branding-container {
  /*padding-top: 159px;*/
  color: #fff;
  min-height: 950px;
}

.block-slider-colour-and-branding-block {
  flex: 1;
  position: relative;
}

.block-slider-colour-and-branding-header-text {
  display: flex;
  justify-content: space-between;
  padding-left: 76px;
  align-items: center;
}

.block-slider-colour-and-branding-text {
  max-width: 776px;
}

.block-slider-colour-and-branding-text p {
  margin-bottom: 0;
}

.block-slider-colour-and-branding-slider {
  color: #fff;
  position: relative;
  display: flex;
  margin-top: 146px;
}

.block-slider-colour-and-branding-text-content {
  padding-top: 72px;
}

.block-slider-colour-and-branding .block-homepage-slider-buttons {
  text-align: end;
  padding-right: 60px;
}

.block-slider-colour-and-branding-links-slider {
  display: flex;
  flex-direction: column;
  padding: 0 24px 0 157px;
}

.block-slider-colour-and-branding-link-slider {
  margin-top: 80px;
  font-size: 40px;
  font-weight: 500;
  color: #959595;
  font-family: "Jost";
}

.block-slider-colour-and-branding-link-slider.is-selected {
  color: #fff;
}

.block-slider-colour-and-branding-link-slider:first-of-type {
  margin-top: 0;
}

.block-slider-colour-and-branding-buttons {
  margin: 160px 0 80px;
  padding-left: 56px;
}

.block-slider-colour-and-branding-buttons-previous {
  transform: rotate(180deg);
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer * {
  color: #fff;
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer * {
  color: #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-colour-and-branding-buttons button {
  border: none;
  background-color: transparent;
}

.block-slider-colour-and-branding-buttons button:hover {
  background-color: #000000;
}

.block-slider-colour-and-branding-images-items {
  height: 804px;
  width: 1360px;
  list-style: none;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.block-slider-colour-and-branding-images-item {
  width: 1364px;
  height: 804px;
}

.block-slider-colour-and-branding-images-item-wrapper {
  height: 100%;
  position: relative;
}

.block-slider-colour-and-branding-images-item-wrapper img {
  max-width: none;
}

.block-slider-colour-and-branding-images .flickity-slider {
  width: 100vw;
}

.block-slider-colour-and-branding-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-slider-colour-and-branding .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-slider-uses-and-industries {
  overflow-x: hidden;
}

.block-slider-uses-and-industries-container {
  display: flex;
}

.block-slider-uses-and-industries-text {
  color: #fff;
  padding-top: 130px;
  padding-right: 130px;
  width: 556px;
}

.block-slider-uses-and-industries-text-content {
  padding-top: 72px;
}

.block-slider-uses-and-industries .block-homepage-slider-buttons {
  text-align: end;
  padding-right: 60px;
}

.block-slider-uses-and-industries-links {
  display: flex;
  align-items: baseline;
}

.block-slider-uses-and-industries-links-container {
  margin-left: 50px;
}

.block-slider-uses-and-industries-links-container:first-of-type {
  margin-left: 0;
}

.block-slider-uses-and-industries-buttons {
  position: relative;
  padding-left: 5.7%;
}

.block-slider-uses-and-industries-buttons-previous {
  transform: rotate(180deg);
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer * {
  color: #fff;
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer * {
  color: #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-uses-and-industries-buttons button {
  border: none;
  background-color: transparent;
}

.block-slider-uses-and-industries-buttons button:hover {
  background-color: #fff;
}

.block-slider-uses-and-industries-block {
  width: 74.87%;
}

.block-slider-uses-and-industries-images {
  overflow: hidden;
}

.block-slider-uses-and-industries-images-items {
  height: 100%;
  width: 100vw;
  list-style: none;
}

.block-slider-uses-and-industries-images-item {
  width: 1228px;
  height: 960px;
}

.block-slider-uses-and-industries-images-item-wrapper {
  height: 100%;
  position: relative;
}

.block-slider-uses-and-industries-images .flickity-slider {
  width: 100vw;
}

.block-slider-uses-and-industries-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-slider-uses-and-industries .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-slider-with-side-text-container {
  padding-top: 203px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  min-height: 1291px;
}

.block-slider-with-side-text-block {
  flex: 1;
  position: relative;
  margin-top: 75px;
}

.block-slider-with-side-text-text {
  width: 555px;
}

.block-slider-with-side-text-text p {
  margin-bottom: 0;
}

.block-slider-with-side-text-text-content-one {
  width: 69.87804878%;
  display: flex;
  flex-direction: column;
}

.block-slider-with-side-text-text-content-one-description {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.block-slider-with-side-text-text-content-one-description-left {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.block-slider-with-side-text-text-content-two {
  color: #fff;
  position: relative;
}

.block-slider-with-side-text-text-content-two-text {
  width: 312px;
}

.block-slider-with-side-text-text-content {
  padding-top: 72px;
}

.block-slider-with-side-text .block-homepage-slider-buttons {
  text-align: end;
  padding-right: 60px;
}

.block-slider-with-side-text-buttons-previous {
  transform: rotate(180deg);
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer * {
  color: #fff;
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer * {
  color: #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-with-side-text-buttons button {
  border: none;
  background-color: transparent;
}

.block-slider-with-side-text-buttons button:hover {
  background-color: #000000;
}

.block-slider-with-side-text-images-items {
  height: 100%;
  width: 1294px;
  list-style: none;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.block-slider-with-side-text-images-item {
  width: 1294px;
  height: 744px;
}

.block-slider-with-side-text-images-item-wrapper {
  height: 100%;
  position: relative;
}

.block-slider-with-side-text-images-item-wrapper img {
  max-width: none;
}

.block-slider-with-side-text-images .flickity-slider {
  width: 100vw;
}

.block-slider-with-side-text-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-slider-with-side-text .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Comparisson head to head */

.block-tents-comparisson-head-to-head {
  padding-bottom: 50px;
  margin-top: -1px;
  overflow-x: auto;
}

.block-tents-comparisson-head-to-head > .wrapper {
  min-width: 850px;
}

.block-tents-comparisson-head-to-head * {
  color: #fff;
}

.block-tents-comparisson-head-to-head-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"],
.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"] {
  width: calc(50% - 65px);
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"].block-tents-comparisson-head-to-head-list-item-property {
  padding-right: 15px;
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"] .block-tents-comparisson-head-to-head-list-item-property-value {
  text-align: right;
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"].block-tents-comparisson-head-to-head-list-item-property {
  padding-left: 15px;
}

.block-tents-comparisson-head-to-head-list-item-blank,
.block-tents-comparisson-head-to-head-list-item-tab-link {
  width: 130px;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3 {
  display: inline-block;
  margin-right: 50px;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3:last-of-type,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3:last-of-type {
  margin-right: 0;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3 > a,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3 > a {
  color: #808080;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3 > a.active,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3 > a.active {
  color: #fff;
}

.block-tents-comparisson-head-to-head *[data-favorite-tent-info] p,
.block-tents-comparisson-head-to-head *[data-tent-info] p {
  font-size: 16px;
  line-height: 22px;
}

.block-tents-comparisson-head-to-head-list-item-intro {
  margin-top: 24px;
}

.block-tents-comparisson-head-to-head-list-item-photo-wrap {
  line-height: 0;
  margin-top: 18px;
}

.block-tents-comparisson-head-to-head-list-item-photo-wrap img {
  width: 100%;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-materials,
.block-tents-comparisson-head-to-head-list-item-compared-tents-materials,
.block-tents-comparisson-head-to-head-list-item-favorite-tent-materials + .block-tents-comparisson-head-to-head-list-item-tab-link {
  margin-top: 30px;
}

.block-tents-comparisson-head-to-head-list-item-property {
  align-self: center;
}

.block-tents-comparisson-head-to-head-list-item-property-value {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-tents-comparisson-head-to-head-list-item-property-value p {
  margin-bottom: 0;
}

.block-tents-comparisson-head-to-head-list-item-compared-tents-titles {
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Videos */

.block-videos-section-container {
  padding-bottom: 109px;
}

.block-videos-section-content {
  overflow: hidden;
  margin-top: 91px;
}

.block-videos-subsection {
  padding-bottom: 30px;
}

.block-videos-subsection:last-of-type {
  padding-bottom: 0;
}

.block-videos-subsection-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.block-videos-subsection-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  padding-right: 50px;
  width: 25.62%;
  min-width: 350px;
}

.block-videos-subsection-content {
  flex: 1;
  margin-top: 9px;
}

.block-videos-section-blocks-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -23px;
}

.block-videos-section-blocks-list-item {
  padding: 0 23px 41px;
  width: 100%;
}

.block-videos-section-blocks-list-item-container {
  display: flex;
  flex-direction: column;
  border: 3px solid #000;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.block-videos-section-blocks-list-item-video {
  padding: 26px 23px 3px;
  line-height: 0;
  position: relative;
}

.block-videos-section-blocks-list-item-video:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  height: 100%;
}

.block-videos-section-blocks-list-item-video iframe {
  max-width: 100% !important;
}

.block-videos-section-blocks-list-item-text {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  padding: 29px 39px;
  min-height: 277px;
}

.block-videos-section-blocks-list-item-text * {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.block-videos-section-blocks-list-item-text *:last-child {
  margin-bottom: 0 !important;
}

.block-videos-section-blocks-list-item-text p {
  margin-bottom: 0.9em;
}

.block-videos-section-blocks-list-item-text a {
  color: #ff6b00;
}

.block-videos-section-blocks-list-item-text a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Work Smart */

.block-work-smart {
  position: relative;
  overflow-x: hidden;
}

.block-work-smart::before {
  display: block;
  background-color: #000000;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.block-work-smart-container {
  display: flex;
  align-items: center;
}

.block-work-smart-side-content {
  width: auto;
  margin-left: 9.39024%;
  z-index: 1;
}

.block-work-smart-side-content:first-of-type {
  width: 57.92683%;
  background-color: transparent;
  margin-left: 0;
}

.block-work-smart-text {
  margin-top: 75px;
}

.block-work-smart-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 100px;
}

.block-work-smart-list-item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}

.block-work-smart-list-item:first-child,
.block-work-smart-list-item:nth-child(2) {
  width: 33.34%;
  display: flex;
  flex-direction: column;
}

.block-work-smart-list-item:nth-child(3),
.block-work-smart-list-item:nth-child(4),
.block-work-smart-list-item:nth-child(5) {
  margin-top: 70px;
}

.block-work-smart-list-item-title {
  margin-top: 15px;
}

.block-work-smart-item {
  height: 100%;
  flex: 1;
  padding-right: 15px;
}

.block-work-smart-item-title {
  font-weight: 700;
}

@media all and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

@media all and (min-width: 500px) {
  .checkout-form-step-actions > div {
    width: 50%;
  }

  .checkout-form-step-actions .link {
    min-width: 212px;
  }

  .checkout-form-step-actions .link:after {
    max-width: 212px;
  }

  .block-list-icons-with-background-2-item {
    padding-left: 35px;
    padding-right: 25px;
  }

  .block-list-icons-with-text-n-background-item {
    padding-left: 50px;
    padding-right: 25px;
  }
}

@media all and (min-width: 480px) {
  .menu-dropdown-footer-link {
    margin-left: 50px;
  }

  .menu-dropdown-footer-link-container {
    padding: 25px 50px;
  }

  .menu-dropdown-footer-link-inner-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}

@media all and (min-width: 481px) {
  .block-product-tabs-slider-block-text {
    min-width: 355px;
  }
}

@media all and (min-width: 500px) {
  .checkout-form-step-actions-left {
    padding-left: 32px;
  }

  .checkout-sidebar-totals-container {
    padding: 50px;
  }

  .checkout-sidebar-totals table.shop_table tbody tr:first-of-type {
    margin-top: 75px;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr,
  .checkout-sidebar-totals table.shop_table tfoot tr:first-of-type {
    margin-top: 50px;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr {
    margin-left: 50px;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr.order-total {
    min-width: 0;
  }

  .checkout-sidebar-totals table.shop_table dl.variation > div {
    margin-top: 20px;
  }

  .block-shelters-availability-content-sizes-list-item-value {
    padding: 8px;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 10px;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 12px;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
    padding: 16px;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
    padding: 22px;
  }
}

@media all and (min-width: 501px) {
  .block-custom-content-category-products-item-list-attributes-container {
    width: 200px;
  }
}

@media all and (min-width: 531px) {
  .block-custom-content-category-products-item-image img {
    transform: scale(1.2);
  }
}

@media all and (min-width: 600px) {
  .entry-content > .page-header.with-background h1 {
    font-size: 60px;
    line-height: normal;
  }

  .blocks-gallery-grid .blocks-gallery-image figcaption,
  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 40px;
    line-height: 50px;
  }

  .order-configurator-header-left,
  .order-configurator-header-right {
    flex: initial;
    /*order: initial;*/
  }

  .order-configurator-header-center {
    /*flex: 1;
				order: initial;
				width: auto;*/
    max-width: none;
  }

  .product-title-category {
    font-size: 36px;
    line-height: 42px;
  }

  .product-subtitle-1 {
    font-size: 36px;
    line-height: 42px;
  }

  .simple-post .simple-text h3 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0.2px;
  }

  .block-datasheets-brochures-manuals-subsection-title {
    font-size: 40px;
    line-height: normal;
  }

  .block-videos-subsection-title {
    font-size: 40px;
    line-height: normal;
  }
}

@media all and (min-width: 700px) {
  .image-cropping-container {
    max-width: none;
    width: 600px;
    min-height: 0;
  }
}

@media all and (min-width: 767px) {
  .block-custom-content-shop-products-item {
    width: 50%;
  }
}

@media all and (min-width: 768px) {

  .menu-dropdown-footer-center {
    flex-wrap: initial;
  }

  .menu-dropdown-footer-center-left {
    padding: 3px 5px 0;
    width: calc(52.5% + 8px);
  }

  .entry-content > .page-header.with-background {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .entry-content > .page-header.with-background.block-header-universal {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
    min-height: 364px;
  }

  .entry-content > .page-header.with-background.block-header-universal .wrapper.page-header-text {
    padding-top: 7px;
  }

  .archive.category .block-breadcrumb {
    padding-bottom: 59px;
  }

  .custom-items-filters-container {
    flex-direction: initial;
  }

  .custom-items-filters-blocks {
    flex-direction: initial;
  }

  .custom-items-filters-block {
    margin-right: 100px;
    margin-top: 50px;
  }

  .custom-items-filters-block.item-4,
  .custom-items-filters-block.item-5,
  .custom-items-filters-block.item-6 {
    margin-right: 45px;
  }

  .custom-items-filters-block-buttons {
    flex-direction: column;
    margin-top: 50px;
    align-items: flex-end;
  }

  .custom-items-filters-block-buttons-meters,
  .custom-items-filters-block-buttons-feet {
    margin: 0;
  }

  .woocommerce-currency-selector-wrap .ui-selectmenu-button {
    height: 47px;
    width: 130px !important;
  }

  .woocommerce-currency-selector-dropdown .ui-widget.ui-widget-content {
    padding-top: 9px;
    width: 120px !important;
  }

  .woocommerce-checkout .checkout-title {
    margin: 70px 0;
  }

  .woocommerce-checkout .checkout-greating-text h2 {
    margin-bottom: 70px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label:before {
    margin-right: 50px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li {
    padding: 50px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-title {
    font-size: 30px;
    line-height: 40px;
  }

  .checkout-form-step-actions {
    padding: 100px 0 150px;
  }

  .product-gallery {
    width: 45.60976%;
  }

  .product-description-attribute {
    margin-bottom: 74px;
  }

  .woocommerce-variation-add-to-cart-enabled {
    margin-top: 74px;
  }

  .product-custom-advantages-container {
    padding-left: 3%;
  }

  .block-breadcrumb {
    padding-bottom: 109px;
  }

  /*.block-header-hero-main-content-container {*/
  /*  padding-left: 4.75%;*/
  /*  padding-right: 4.75%;*/
  /*}*/

  /*.block-header-hero-link-container {*/
  /*  padding-left: 4.75%;*/
  /*  padding-right: 4.75%;*/
  /*}*/

  .block-header-hero-text-container {
    display: flex;
    align-items: center;
  }

  .block-list-icons-with-background-2-item:last-of-type {
    padding-bottom: 70px;
  }

  .block-list-icons-with-background-2-item {
    width: 50%;
    padding-bottom: 70px;
  }

  .block-product-tabs-links-title {
    margin-left: 30px;
    text-align: center;
  }

  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"].block-tents-comparisson-head-to-head-list-item-property {
    padding-right: 3%;
  }

  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"].block-tents-comparisson-head-to-head-list-item-property {
    padding-left: 3%;
  }
}

@media all and (min-width: 769px) {
  .wpcf7 form .wpcf7-response-output {
    position: absolute;
  }

  .woocommerce-cart-subtitle {
    padding-top: 100px;
  }

  .woocommerce-cart-form table.shop_table .product-name {
    width: 24.26829%;
  }

  .woocommerce-cart-form table.shop_table .product-price {
    width: 15.85366%;
  }

  .woocommerce-cart-form table.shop_table .product-quantity {
    width: 15.85366%;
  }

  .woocommerce-cart-form table.shop_table .product-subtotal {
    width: 15.85366%;
  }

  .woocommerce-cart-form table.shop_table .product-button-customize {
    width: 24.26829%;
  }

  .wc-proceed-to-checkout-button-and-link .link-shop {
    margin-left: 32px;
  }

  .minus-button,
  .plus-button {
    left: 5.5em;
  }
}

@media all and (min-width: 840px) {
  .block-datasheets-brochures-manuals-section-blocks-list-item {
    min-width: 395px;
  }
}

@media all and (min-width: 992px) {
  .menu-dropdown-footer-left {
    width: auto;
  }

  .menu-dropdown-footer-center {
    width: auto;
  }

  .logos-gallery .wp-block-columns {
    align-items: flex-end;
    align-items: center !important;
  }

  .logos-gallery-2 .wp-block-columns {
    align-items: center;
  }

  .blocks-gallery-grid .blocks-gallery-image figcaption,
  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    min-height: 100px;
  }

  .custom-info-tabs a[data-target-property-name] {
    font-size: 20px;
  }

  .block-custom-content-shop-products-category-title {
    padding: 84px 0 58px;
  }

  .block-custom-content-shop-products-category:first-child .block-custom-content-shop-products-category-title {
    padding-top: 118px;
  }

  .block-list-icons-with-background-2-item {
    width: 33.33%;
  }

  .block-list-icons-with-text-n-background-title,
  .block-list-icons-with-text-n-background-text-container {
    width: 40%;
    min-width: 550px;
  }

  .block-list-icons-with-text-n-background-list-content {
    padding-left: 4%;
    padding-right: 2.5%;
  }

  .block-list-icons-with-text-n-background-list-container {
    margin-top: -49px;
  }

  .block-order-tent-faq-container.text-position-left .block-order-tent-faq-right-block:before {
    left: auto;
    right: 0;
  }

  .block-related-products-carousel .block-custom-content-shop-products-category-title {
    padding-bottom: 68px;
    padding-top: 0;
  }

  .block-shelters-availability-title {
    position: absolute;
    top: 13.2%;
    padding: 0 4.8%;
  }

  .block-shelters-availability-content-sizes-list-item-container {
    background-size: 100% auto;
  }

  .block-shelters-availability-content-sizes-list-item {
    width: 11%;
    height: auto;
    min-height: 318px;
  }

  .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-container {
    margin-left: 4%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 {
    width: 14%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 {
    width: 19%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 {
    width: 25%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 {
    width: calc(100% - 11% - 14% - 19% - 26%);
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-container {
    margin-right: -12%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item {
    height: auto;
    min-height: 250px;
  }

  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"],
  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"] {
    width: calc(50% - 100px);
  }

  .block-tents-comparisson-head-to-head-list-item-blank,
  .block-tents-comparisson-head-to-head-list-item-tab-link {
    width: 200px;
  }
}

@media all and (min-width: 1024px) {
  .block-custom-content-shop-products-item {
    width: 33.33%;
  }
}

@media all and (min-width: 1025px) {
  .logos-gallery .wp-block-columns {
    padding-left: 4%;
    padding-right: 3.5%;
  }

  .logos-gallery-2 .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .block-list-icons-with-text-n-background-title,
  .block-list-icons-with-text-n-background-text-container {
    padding-left: 4.7%;
    padding-right: 11%;
  }
}

@media all and (min-width: 1080px) {
  .popup-order-close:before {
    height: 28px;
    width: 61px;
  }

  .popup-order-close > span {
    display: inline-block;
  }

  .header-cart-link:before {
    display: none;
  }

  .header-cart-link-text {
    display: inline-block;
  }

  .order-configurator-header-left .custom-select-picker {
    min-width: 220px;
  }

  .order-configurator-header-left,
  .order-configurator-header-right {
    width: 400px;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener,
  body.woocommerce-page .order-configurator-header-right .configurator-opener {
    margin-left: 50px;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener:before,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener:before,
  body.woocommerce-page .order-configurator-header-right .configurator-opener:before {
    display: none;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener > span,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener > span,
  body.woocommerce-page .order-configurator-header-right .configurator-opener > span {
    display: inline-block;
  }

  .woocommerce-currency-selector-wrap {
    margin-left: 42px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order {
    max-width: 690px;
  }

  .checkout-form-step[data-checkout-step="2"] .billing-shipping-information-container {
    padding-right: 110px;
  }

  .checkout-fields {
    padding-right: 9.39024%;
  }

  .checkout-sidebar-totals {
    width: 41.09756%;
  }
}

@media all and (min-width: 1116px) {
  .blog-post-custom-preview .universal-block-image-plus-text-content-classic {
    padding-bottom: 130px;
  }

  .blog-post-custom-preview + .wp-block-spacer {
    height: 187px !important;
  }

  .archive .entry-content article:last-of-type .wp-block-spacer {
    height: 153px !important;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding .stretched-height-image {
    height: 100%;
  }
}

@media all and (min-width: 1180px) {
  .menu-dropdown-container {
    padding: 25px 15px 0 0;
  }

  .menu-dropdown-content {
    flex-direction: initial;
  }

  .menu-dropdown-content-left {
    padding: 0;
    width: 24.3%;
  }

  .menu-dropdown-content-center > div {
    height: 50%;
    min-height: 190px;
  }

  .menu-dropdown-content-right {
    /*padding: 0;*/
    width: 16.1%;
    border-left: 1px solid #999;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
  }

  .menu-dropdown-content-right a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
  }

  .menu-dropdown-footer {
    flex-wrap: initial;
    height: 98px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }

  .menu-dropdown-footer-left {
    width: 24.3%;
  }

  .menu-dropdown-footer-right {
    height: 100%;
    width: calc(((59.8% - 16px) / 3) + 15.9%);
    margin-top: 0;
  }

  .menu-dropdown.about-us .menu-dropdown-content-items {
    width: 25%;
    padding: 0 8px;
  }

}

@media all and (min-width: 1200px) {
  .block-datasheets-brochures-manuals-subsection:first-of-type {
    margin-top: 63px;
  }

  .block-list-icons-with-text-n-background-item {
    width: 50%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.55vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.7vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.9vw;
  }

  .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.5vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.65vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.85vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
    padding: 1.15vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
    padding: 1.35vw;
  }

  .block-videos-section-container.with_subcategory .block-videos-section-content {
    padding-left: 0;
  }

  .block-videos-section-content {
    padding-left: 25.62%;
  }

  .block-videos-subsection:first-of-type {
    margin-top: 63px;
  }
}

@media all and (min-width: 1222px) {
  .block-custom-block-with-social-icons-items:nth-child(odd) {
    width: 51%;
  }

  .block-custom-block-with-social-icons-items:nth-child(even) {
    width: 49%;
  }
}

@media all and (min-width: 1260px) {
  .product-custom-advantages-list-item:nth-child(odd) {
    justify-content: flex-end;
  }

  .block-product-tabs-option {
    width: 61.5%;
    padding-right: 8%;
  }
}

@media all and (min-width: 1501px) {
  .menu-dropdown-content-link {
    /*font-size: 30px;*/
    /*line-height: 40px;*/
  }

  .menu-dropdown-footer-center-left {
    width: calc(26.5% + 8px);
  }

  .user-action-auth {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .user-action-auth-container {
    align-items: flex-end;
    flex-direction: column;
    margin: 0;
  }

  .order-configurator-logo {
    width: 320px;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item:first-child figcaption,
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n+4) figcaption {
    transform: translateX(-31px);
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n+2) figcaption {
    transform: translateX(-55px);
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n) figcaption {
    transform: translateX(-40px);
  }

  .order-configurator-header-content {
    height: 120px;
  }

  .block-custom-slider-gallery-item-container {
    height: 426px;
  }

  .order-configurator-header.wc-store-header .order-configurator-header-content {
    padding-top: 30px;
  }

  .order-configurator-header.wc-store-header .order-configurator-logo > a {
    margin-top: -15px;
  }

  .block-datasheets-brochures-manuals-section-blocks-list-item {
    width: 33.33%;
  }

  .block-list-icons-with-text-n-background-item {
    width: 33.33%;
  }

  .block-videos-section-blocks-list-item {
    width: 33.33%;
  }
}

@media all and (min-width: 1601px) {
  .block-custom-content-shop-products-item {
    width: 25%;
  }
}

@media all and (min-width: 1640px) {
  .block-image-plus-text-content-media-float-image {
    max-width: none;
  }
}

@media all and (min-width: 1890px) {
  .menu-dropdown-content-link-wrapper {
    padding: 10px;
  }
}

@media all and (min-width: 1900px) {
  .block-order-tent-faq-container.text-position-left .block-order-tent-faq-right-block-container {
    margin-left: -130px;
  }

  .block-order-tent-faq-container.not-wide-text .block-order-tent-faq-right-block-container {
    margin-left: 0;
  }

  .block-order-tent-faq-right-block-container {
    width: calc(100% + 130px);
  }
}

@media all and (max-width: 1880px) {
  .block-custom-content-tents-comparison-container {
    cursor: col-resize;
  }

  .block-custom-content-tents-comparison-container.active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .block-tents-comparisson-head-to-head {
    cursor: col-resize;
  }

  .block-tents-comparisson-head-to-head.active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}

@media all and (max-width: 1725px) {
  .block-our-partners-item-image img {
    max-height: 270px;
  }
}

@media all and (max-width: 1720px) {
  nav.navigation.post-navigation {
    padding-left: 6%;
    padding-right: 6%;
  }

  .wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .entry-content > *:not(div) {
    padding-left: 6%;
    padding-right: 6%;
  }

  .entry-content > *[class*="wp-block-"] {
    padding-left: 6%;
    padding-right: 6%;
  }

  .entry-content > *.wp-block-group > *:not(.wp-block-group__inner-container) {
    padding-left: 6%;
    padding-right: 6%;
  }

  .woocommerce-notices-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media all and (max-width: 1636px) {
  .block-custom-content-with-list-main-content {
    padding: 129px 0 0;
    padding-left: 42.07317%;
    padding-right: 15.85366%;
  }
}

@media all and (max-width: 1600px) {
  .block-our-partners-item-image img {
    max-height: 252px;
  }
}

@media all and (max-width: 1531px) {
  .block-custom-content-category-products-list {
    overflow: hidden;
  }

  .block-custom-content-category-products-item-list-attributes {
    margin: -10px -15px;
  }

  .block-custom-content-category-products-item-list-attributes-item {
    padding: 10px 15px;
  }

  .block-custom-content-category-products-item-link-product {
    margin-top: 100px;
  }

  .block-custom-content-category-products-text {
    width: 42.07317%;
    margin-top: 18px;
  }
}

@media all and (max-width: 1040px) {
  body {
    padding-top: 72px !important;
  }

  body.minimized-header {
    padding-top: 72px !important;
  }

  body.minimized-header .popup-navigation {
    padding-top: 72px !important;
  }

  .site-header .main-header .main-header-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header .main-header .main-header-container.minimized {
    /*padding-top: 7px;
					padding-bottom: 7px;*/
  }

  .main-navigation > div[class^="menu-"] > ul > li > a {
    white-space: normal;
  }

  #site-navigation-m {
    display: block;
    padding: 15px 35px;
    background: #fff;
  }

  #site-navigation-m ul {
    list-style: none;
  }

  #site-navigation-m .menu-item {
    text-align: left;
    padding: 10px 0;
  }

  #site-navigation-m .menu-header-secondary-menu-container {
    flex: 1;
  }

  #site-navigation-m #secondary-menu {
    align-items: flex-start;
    flex-direction: column;
  }

  #site-navigation-m #secondary-menu > li {
    width: 100%;
  }

  #site-navigation-m #secondary-menu .sub-menu {
    position: initial;
  }

  .site-header .main-header-container .site-branding-container {
    flex: 1;
  }

  .site-header .main-header-container .main-navigation-container {
    flex: 0;
    order: 10;
  }

  .site-header .main-header-container .main-navigation {
    display: none;
  }

  .site-header .main-header-container .user-area {
    display: none;
  }

  .site-header .main-header-container .button-area {
    flex: 1;
    margin: 0 10px;
  }

  .site-header .main-header-container .button-area .button {
    text-align: center;
  }

  .site-header .hamburger {
    display: block;
    margin-top: 0;
  }

  .popup-navigation {
    padding-top: 72px !important;
  }

  .page-template-page-configurator .configurator-customizer-container {
    margin-top: 0;
  }

  .page-template-page-configurator .configurator-customizer-left {
    padding-top: 15px;
  }

  .order-configurator-header {
    padding: 0 20px;
  }

  .configurator-customizer-container {
    margin-top: -25px;
  }

  .configurator-customizer-left {
    max-width: 360px;
    transform: translateX(-100%);
    transition: transform 100ms linear 0s;
  }

  .configurator-customizer-right {
    width: 100%;
    padding-top: 74px;
  }

  .order-configurator-header.wc-store-header .order-configurator-header {
    padding: 0;
  }

  .block-header-case-studies {
    min-height: calc(100vh - 96px);
  }

  .block-header-faq {
    min-height: calc(100vh - 96px);
  }

  .block-header-hero {
    min-height: calc(100vh - 96px);
  }

  .block-header-resources {
    min-height: calc(100vh - 96px);
  }

  .block-hero-1 {
    min-height: calc(100vh - 96px);
  }

  .block-our-partners:before {
    height: calc(100vh - 96px);
  }

  .block-our-partners-item-image img {
    max-height: 240px;
  }
}

@media all and (max-width: 1500px) and (max-width: 1140px) {
  #site-navigation-m .menu-item.stub {
    display: none;
  }
}

@media all and (max-width: 1461px) {
  .block-custom-content-with-list-main-content {
    padding: 70px 0 0;
    padding-left: 15.85366%;
    padding-right: 15.85366%;
  }
}

@media all and (max-width: 1450px) {
  .block-our-partners-item-image img {
    max-height: 230px;
  }
}

@media all and (max-width: 1440px) {
  .block-environment-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-environment-side-content {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }

  .block-environment-side-content:first-of-type {
    margin-top: 0;
    width: 100%;
  }

  .block-partners-who-we-side-content {
    width: 49.5122%;
  }
}

@media all and (max-width: 1425px) {
  .block-homepage-slider-images-item {
    width: calc(100% - 33.5%);
  }
}

@media all and (max-width: 1350px) {
  .block-our-partners-item-image img {
    max-height: 205px;
  }

  .block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
    padding-right: 70px;
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-text {
    padding-left: 70px;
  }

  .block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-text {
    padding-left: 0;
  }

  .block-work-smart-list-item {
    width: 50%;
  }

  .block-work-smart-list-item:first-child,
  .block-work-smart-list-item:nth-child(2) {
    width: 50%;
  }

  .block-work-smart-list-item:nth-child(3),
  .block-work-smart-list-item:nth-child(4),
  .block-work-smart-list-item:nth-child(5) {
    margin-top: 40px;
  }
}

@media all and (max-width: 1340px) {
  .block-header-uses-industries-content-links {
    padding: 20px 0 0 0;
  }
}

@media all and (max-width: 1305px) {
  .block-custom-content-with-title-text-buttons-title {
    width: 41.09756%;
  }
}

@media all and (max-width: 1280px) {
  .block-rollover-image-constant-air-tent-main-content-external {
    flex-wrap: wrap;
    min-height: auto;
  }

  .block-rollover-image-constant-air-tent-main-content-external-list {
    padding-left: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-text {
    padding-left: 25px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-image {
    padding-left: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-text {
    padding-left: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external {
    flex-wrap: wrap;
    min-height: auto;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-list {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-text {
    padding-left: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal {
    min-height: auto;
    flex-direction: column-reverse;
    padding-left: 0;
    align-items: unset;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-image {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-text {
    padding-left: 25px;
  }
}

@media all and (max-width: 1259px) {
  .block-product-tabs-container {
    flex-wrap: wrap;
  }

  .block-product-tabs-slider-block {
    width: 100%;
  }

  .block-product-tabs-slider-block-list {
    width: 100%;
  }

  .block-product-tabs-slider-block-item-wrapper img {
    height: 100%;
  }
}

@media all and (max-width: 1256px) {
  .block-custom-content-with-text-center-image-and-icon-main-content {
    flex-direction: column;
  }

  .block-custom-content-with-text-center-image-and-icon-side-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .block-custom-content-with-text-center-image-and-icon-right-content {
    padding-left: 0;
    align-items: end;
    flex-direction: column;
  }

  .block-custom-content-with-text-center-image-and-icon-list {
    display: flex;
    width: 100%;
    margin: 0 -10px;
  }

  .block-custom-content-with-text-center-image-and-icon-item {
    padding: 0 10px;
  }
}

@media all and (max-width: 1255px) {
  .block-makes-different-container {
    flex-direction: column;
    align-items: center;
  }

  .block-makes-different-image {
    position: relative;
  }

  .block-makes-different-right-content {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 1250px) {
  .block-custom-content-list-items-with-buttons-item {
    width: 50%;
  }
}

@media all and (max-width: 1241px) {
  .block-custom-content-category-products-item-custom-list {
    margin-top: 50px;
  }

  .block-custom-content-category-products-item-custom-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .block-custom-content-category-products-item-custom-list ul li {
    width: 285px;
    margin-left: 11.39%;
  }
}

@media all and (max-width: 1221px) {
  .block-custom-block-with-social-icons-items {
    width: 100%;
  }
}

@media all and (max-width: 1215px) {
  .block-custom-content-shop-products-list {
    justify-content: center;
  }
}

@media all and (max-width: 1200px) {
  blockquote.wp-block-quote {
    padding-left: 50px !important;
    width: 100%;
  }

  .block-custom-content-with-steps {
    overflow: hidden;
  }

  .block-custom-content-with-steps-container {
    flex-direction: column;
    padding: 50px;
  }

  .block-custom-content-with-steps-text {
    width: 100%;
  }

  .block-custom-content-with-steps-list {
    padding-left: 0;
  }

  .block-slider-colour-and-branding-container {
    flex-direction: column;
    /*padding-top: 100px;*/
  }

  .block-slider-colour-and-branding-header-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-slider-colour-and-branding-slider {
    margin-top: 80px;
  }

  .block-slider-colour-and-branding-images-items {
    width: 100%;
    position: relative;
  }

  .block-slider-uses-and-industries-container {
    flex-direction: column;
  }

  .block-slider-uses-and-industries-block {
    width: 100%;
  }

  .block-slider-uses-and-industries-text {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .block-slider-uses-and-industries-links {
    margin-bottom: 20px;
  }

  .block-slider-with-side-text-container {
    flex-direction: column;
    padding-top: 100px;
  }

  .block-slider-with-side-text-text-content-one {
    width: 100%;
  }

  .block-slider-with-side-text-images-items {
    width: 100%;
    position: relative;
  }

  .block-slider-with-side-text-text-content-two-text {
    width: 100%;
  }

  .block-slider-with-side-text-block {
    margin: 75px -15px 0;
  }
}

@media all and (max-width: 1199px) {
  .block-datasheets-brochures-manuals-section-container {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .block-datasheets-brochures-manuals-section-title {
    padding-right: 0;
    width: 100%;
  }

  .block-datasheets-brochures-manuals-section-content {
    width: 100%;
  }

  .block-datasheets-brochures-manuals-subsection-container {
    flex-direction: column;
  }

  .block-datasheets-brochures-manuals-subsection-content {
    width: 100%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 51%;
  }

  .block-videos-section-container {
    padding-bottom: 50px;
  }

  .block-videos-section-content {
    margin-top: 50px;
    width: 100%;
  }

  .block-videos-subsection-container {
    flex-direction: column;
  }

  .block-videos-subsection-content {
    width: 100%;
  }
}

@media all and (max-width: 1172px) {
  .block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
    padding-right: 150px;
  }
}

@media all and (max-width: 1171px) {
  .block-header-case-studies-main-content {
    padding-right: 0;
  }

  .block-header-case-studies-right-content {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1115px) {
  .entry-content > .page-header {
    padding-bottom: 50px;
  }

  .blog-post-custom-preview.image-left .block-image-plus-text-container {
    flex-direction: column;
  }

  .blog-post-custom-preview.image-right .block-image-plus-text-container {
    flex-direction: column-reverse;
  }

  .universal-block-image-plus-text-content-classic p img {
    width: 100%;
  }

  .block-button-list-with-dashed-borders-links {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-certifications-container {
    flex-direction: column;
  }

  .block-certifications-content-text {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
  }

  .block-certifications-content-certifications-list-item:nth-child(odd) .block-certifications-content-certifications-list-item-container {
    margin-top: 0;
  }

  .block-configuring-tents-item {
    width: 50%;
  }

  .block-configuring-tents-list {
    justify-content: center;
  }

  .block-contact-form-with-text-container {
    flex-direction: column;
  }

  .block-contact-form-with-text-side-content {
    margin-top: 0;
    width: 100%;
  }

  .block-contact-form-with-text-form-name input,
  .block-contact-form-with-text-form-email input,
  .block-contact-form-with-text-form-number input,
  .block-contact-form-with-text-form-name select {
    width: 100%;
    max-width: none;
  }

  .block-contact-form-with-text-form-message textarea {
    width: 100%;
  }

  .block-custom-block-with-social-icons-image img {
    width: 100%;
  }

  .block-custom-block-with-social-icons-container {
    flex-direction: column;
  }

  .block-custom-block-with-social-icons-image {
    position: relative;
    text-align: center;
  }

  .block-custom-block-with-social-icons-side-content {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .block-custom-block-with-social-icons-side-content-image {
    width: 100%;
  }

  .block-custom-block-with-social-icons-items {
    width: 50%;
  }

  .block-custom-content-category-products-description {
    flex-direction: column-reverse;
  }

  .block-custom-content-category-products-text {
    width: 100%;
  }

  .block-custom-content-category-products-image {
    padding-left: 0;
    min-height: auto;
  }

  .block-custom-content-category-products-image-container img {
    position: relative;
    max-width: 100%;
  }

  .block-custom-content-category-products-list {
    margin-top: 70px;
  }

  .block-custom-content-category-products-item-left-content {
    width: 100%;
  }

  .block-custom-content-category-products-item-order-content {
    flex-direction: column;
  }

  .block-custom-content-category-products-item-side-content {
    margin: 30px 0 0 0;
  }

  .block-custom-content-category-products-item-custom-list {
    margin-top: 30px;
  }

  .block-custom-content-category-products-item-attribute-content {
    display: flex;
  }

  .block-custom-content-list-colours-float-image-inner {
    display: none;
  }

  .block-custom-content-list-colours-image {
    width: 100%;
  }

  .block-custom-content-list-colours-float-image img {
    position: relative;
    width: 100%;
  }

  .block-custom-content-list-colours-main-content {
    flex-direction: column-reverse;
  }

  .block-custom-content-list-colours-text {
    margin-top: 30px;
    width: 100%;
    padding-right: 0;
  }

  .block-custom-content-list-colours-list {
    width: 100%;
    margin: 30px -25px 0;
    justify-content: center;
  }

  .block-custom-content-with-button-support-and-question-container {
    flex-direction: column;
  }

  .block-custom-content-with-button-support-and-question .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .block-custom-content-with-button-support-and-question-left-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
  }

  .block-custom-content-with-button-support-and-question-left-block-text {
    width: 100%;
  }

  .block-custom-content-with-button-support-and-question-right-block {
    width: 100%;
    text-align: center;
  }

  .block-custom-content-with-button-support-and-question-right-block-text {
    width: 100%;
    left: 0;
  }

  .block-custom-content-with-button-support-and-question-right-block-links {
    padding-bottom: 20px;
  }

  .block-custom-content-with-title-text-buttons-container {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-with-title-text-buttons-title {
    width: 100%;
  }

  .block-custom-content-with-title-text-buttons-side-content {
    flex-direction: column;
    width: 100%;
  }

  .block-custom-content-with-title-text-buttons-text {
    max-height: none;
    width: 100%;
    margin-top: 20px;
  }

  .block-custom-content-with-title-text-buttons-links {
    padding-left: 0;
  }

  .block-hero-1-container {
    flex-direction: column;
  }

  .block-hero-1-main-content {
    padding-right: 0;
  }

  .block-hero-1-side-content {
    width: 100%;
    margin-top: 30px;
  }

  .block-hero-1-side-content:first-of-type {
    margin-top: 0;
  }

  .block-hero-1-photos {
    padding-right: 0;
  }

  .block-hero-1 .block-hero-1-arrow-to-content {
    display: none;
  }

  .block-homepage-slider-images-item {
    width: 100%;
  }

  .block-homepage-slider-block {
    flex-direction: column-reverse;
  }

  .block-homepage-slider-texts {
    width: 100%;
  }

  .block-homepage-slider-header-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-homepage-slider-buttons {
    padding-left: 0;
    margin-top: 20px;
  }

  .block-homepage-slider .flickity-page-dots {
    display: none;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container {
    height: auto;
  }

  .block-image-plus-text .image-wrapper-limited {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .block-image-plus-text-content-text {
    width: 100% !important;
    padding: 50px 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
  }

  .block-image-plus-text-content-text .universal-block-image-plus-text-content-float-link {
    position: unset;
    padding: 10px 0;
  }

  .block-image-plus-text-content-text .universal-block-image-plus-text-content-buttons-n-links {
    text-align: center;
  }

  .block-image-plus-text-content-text.no-top-bottom-padding-mobile {
    padding: 0;
  }

  .block-image-plus-text-content-media {
    margin: 0 auto;
  }

  .block-image-plus-text-content-media-float-image {
    display: none;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding img {
    position: relative;
    max-width: 100%;
  }

  .block-list-icons-with-background-item:nth-child(2),
  .block-list-icons-with-background-item:nth-child(5),
  .block-list-icons-with-background-item:nth-child(8) {
    padding-left: 0;
  }

  .block-list-icons-with-background-item {
    width: 50%;
    padding-left: 0;
  }

  .block-materials-container {
    flex-direction: column;
  }

  .block-materials-content-text {
    padding-right: 0 !important;
    width: 100% !important;
  }

  .block-materials-content-text .block-custom-protruding-image {
    position: relative;
    text-align: center;
  }

  .block-our-partners-list {
    justify-content: center;
  }

  .block-our-partners-item {
    padding-top: 10px;
    width: 50%;
  }

  .block-our-partners-item-text {
    padding: 10px;
  }

  .block-purchase-finance-main-content {
    flex-direction: column;
  }

  .block-purchase-finance-left-content,
  .block-purchase-finance-center-content,
  .block-purchase-finance-right-content {
    width: 100%;
  }

  .block-purchase-finance-center-content {
    text-align: center;
  }

  .block-purchase-wherever-side-content {
    width: 0;
  }

  .block-purchase-wherever-side-content:first-of-type {
    width: 100%;
  }

  .block-purchase-wherever-image {
    display: none;
  }

  .block-rollover-image-constant-air-tent-container {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-title {
    padding-left: 0;
  }

  .block-work-smart-list {
    padding: 50px 15px;
  }

  .block-work-smart::before {
    background-color: transparent !important;
  }

  .block-work-smart-container {
    flex-direction: column;
    margin: 0 -15px;
  }

  .block-work-smart-side-content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .block-work-smart-side-content:first-of-type {
    width: 100%;
    background-color: transparent;
    margin-left: 0;
    padding: 0 15px;
  }

  .block-work-smart-text {
    margin-top: 30px;
  }
}

@media all and (max-width: 1115px) and (max-width: 1115px) {
  .block-image-plus-text-content-media.image-wrapper-protruding img {
    width: 100%;
  }
}

@media all and (max-width: 1111px) {
  .block-partners-who-we-main-content {
    flex-direction: column-reverse;
  }

  .block-partners-who-we-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-partners-who-we-side-content {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 1079px) {
  .header-cart-link-counter {
    color: transparent;
    position: absolute;
    top: 0;
  }

  .header-cart-link-counter > span {
    background-color: #FF6900;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    padding: 1px 8px 2px;
    position: absolute;
    top: -12px;
    right: -4px;
  }

  .order-configurator-header-left {
    display: flex;
    align-items: center;
    flex: 1;
    width: auto;
    padding-right: 20px;
  }

  .order-configurator-header-center {
    display: none;
  }

  .order-configurator-header-right {
    width: auto;
  }

  .order-configurator-header-right .request-quotation {
    text-align: center;
    padding: 3px 4px;
    width: 120px;
    line-height: 22px;
  }

  body.btn-configurator-active .order-configurator-header-left,
  body.btn-configurator-active .order-configurator-header-right {
    width: 120px;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener,
  body.woocommerce-page .order-configurator-header-right .configurator-opener {
    padding: 12px;
  }

  .checkout-form-container {
    flex-direction: column;
    margin-top: 50px;
  }

  .checkout-fields {
    padding-bottom: 50px;
    width: 100%;
  }

  .block-header-uses-industries-content-title * {
    font-size: 40px;
    line-height: 50px;
  }
}

@media all and (max-width: 1050px) {
  .block-custom-content-title-with-photos-container {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-title-with-photos-list {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .block-custom-content-title-with-photos-item {
    width: 100% !important;
    margin-top: 30px;
  }

  .block-list-with-round-icon-list {
    padding: 0;
  }

  .block-list-with-round-icon-list-item {
    flex-direction: column !important;
  }

  .block-slider-colour-and-branding-links-slider {
    flex-direction: row;
    padding: 0;
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .block-slider-colour-and-branding-link-slider {
    margin-top: 20px;
  }

  .block-slider-colour-and-branding-link-slider:last-of-type {
    padding-right: 0;
  }

  .block-slider-colour-and-branding-link-slider:first-of-type {
    margin-top: 20px;
  }

  .block-slider-colour-and-branding-slider {
    flex-direction: column;
  }

  .block-slider-colour-and-branding-buttons {
    padding-left: 0;
    margin: 40px 0;
  }

  .block-slider-colour-and-branding-header-text {
    padding-left: 0;
  }
}

@media all and (max-width: 1024px) {
  .logos-gallery figure {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wrapper-for-contact-information {
    padding: 0;
  }

  .block-header-case-studies-container {
    padding-bottom: 130px;
  }

  .block-header-case-studies-side-content:first-of-type {
    align-items: center;
    position: initial;
  }

  .block-header-case-studies-title {
    margin-top: 0;
  }

  .block-header-case-studies-text {
    padding-right: 0 !important;
  }

  .block-header-case-studies-arrow {
    position: absolute;
    bottom: 0;
    margin: 50px 0;
    width: calc(100% - 80px);
  }

  .block-header-case-studies {
    overflow: hidden;
  }

  .block-header-case-studies::before {
    width: 100%;
  }

  .block-header-case-studies-container {
    flex-direction: column;
  }

  .block-header-case-studies-side-content {
    width: 100%;
    justify-content: flex-start;
  }

  .block-header-case-studies-side-content:first-of-type {
    width: 100%;
  }

  .block-header-case-studies-side-content:first-of-type:before {
    left: 0;
    transform: translateX(-50%);
    width: 1000vw;
    height: 1000%;
  }

  .block-header-case-studies-right-content {
    margin-top: 50px;
    width: 100%;
  }

  .block-header-case-studies-right-content-background {
    padding-left: 0;
    padding-right: 0;
  }

  .block-header-case-studies-right-content:before {
    width: 0;
  }

  .block-header-case-studies-right-content h2 {
    margin-right: 0;
  }

  .block-header-hero-main-title {
    max-width: 460px;
  }

  .block-list-icons-with-background-2-list {
    margin-top: -40px;
  }

  .block-list-icons-with-background-container {
    padding: 0 50px;
  }

  .block-purchase-header-and-step-header {
    background-size: cover;
  }

  .block-purchase-header-and-step-list {
    padding: 0 50px 0 0;
  }

  .block-purchase-header-and-step-line {
    display: none;
  }

  .block-purchase-header-and-step-item:nth-child(even) {
    padding-right: 0;
    text-align: start;
  }

  .block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
    width: 100%;
    padding-right: 5%;
  }

  .block-purchase-header-and-step-item:nth-child(odd) {
    padding-left: 0;
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-number {
    right: 0;
    top: 22px;
    transform: translateX(50%);
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-text {
    padding-right: 5%;
    padding-left: 0;
    width: 100%;
    margin-left: unset;
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-container:before {
    right: -3px;
    left: unset;
  }

  .block-purchase-header-and-step-item:last-child {
    text-align: start;
  }

  .block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-text {
    padding-top: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-external-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-constant-air-tent-main-content-external-image a:before {
    width: 15px;
    height: 15px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-image a:before {
    width: 15px;
    height: 15px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-image a:before {
    width: 15px;
    height: 15px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-image a:before {
    width: 15px;
    height: 15px;
  }
}

@media all and (max-width: 1000px) {
  .block-process-order-container {
    padding: 100px 0;
  }

  .block-process-order-list .item {
    width: 50%;
    margin-top: 50px;
  }

  .block-process-order-link {
    margin-top: 50px;
  }
}

@media all and (max-width: 998px) {
  .block-makes-different-image img {
    width: 100%;
  }

  .block-makes-different-left-content {
    width: 100%;
  }

  .block-makes-different-list {
    margin-left: 0;
  }

  .block-makes-different-right-content {
    flex-direction: column;
    margin-top: 60px;
  }

  .block-makes-different-list {
    margin-top: 60px;
  }
}

@media all and (max-width: 992px) {
  .block-custom-content-with-text-center-image-and-icon-right-content {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-with-text-center-image-and-icon-list {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
  }

  .block-custom-content-with-text-center-image-and-icon-image img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .entry-content .wp-block-columns {
    flex-direction: column;
  }

  .entry-content .wp-block-columns .wp-block-column {
    flex-grow: 1;
    flex-basis: 100% !important;
    margin-left: 0;
    width: 100%;
  }

  .entry-content .wp-block-columns .wp-block-column .font-jost br {
    display: none;
  }

  .block-greeting-container {
    flex-direction: column;
    padding: 0 0 100px;
  }

  .block-greeting-side-content {
    width: 100%;
  }

  .block-greeting-main-content {
    padding-left: 0;
    padding-right: 0;
  }

  .block-greeting-photos {
    margin-bottom: 50px;
  }

  .block-greeting-photos-container {
    height: auto;
  }

  .block-greeting-photos-container:before {
    left: 50%;
    right: auto;
    width: 100vw;
    transform: translateX(-50%);
  }

  .block-greeting-main-photo {
    position: relative;
    right: auto;
    text-align: center;
  }

  .block-greeting-float-photo-1 {
    display: none;
  }

  .block-greeting-float-photo-2 {
    display: none;
  }

  .block-greeting-links {
    justify-content: center;
  }

  .block-greeting-links-container {
    margin-left: 20px;
    margin-top: 20px;
  }

  .block-greeting-links-container:first-of-type {
    margin-left: 0;
  }
}

@media all and (max-width: 991px) {
  .block-breadcrumbs-list {
    display: none;
  }

  .entry-content .logos-gallery .wp-block-columns {
    flex-direction: initial;
    flex-wrap: wrap;
  }

  .entry-content .logos-gallery .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .entry-content .logos-gallery-2 .wp-block-column:first-of-type {
    display: none;
  }

  .single-post-top-block h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    margin-top: -28px;
  }

  .blocks-gallery-grid .blocks-gallery-item,
  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 30px;
  }

  .blocks-gallery-grid .blocks-gallery-item:last-of-type,
  .wp-block-gallery .blocks-gallery-item:last-of-type {
    margin-bottom: 0;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item figure {
    width: 100% !important;
  }

  .block-custom-content-product-also-need-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-custom-content-product-also-need-item {
    padding-bottom: 16px;
    width: 50%;
  }

  .block-custom-content-product-also-need-item-container {
    max-width: none;
    width: 100%;
  }

  .block-custom-content-tents-comparison-table {
    width: 1430px;
  }

  .block-custom-content-tents-comparison-table table {
    border-spacing: 15px 0;
  }

  .block-custom-content-tents-comparison-table table tr td:first-child,
  .block-custom-content-tents-comparison-table table tr th:first-child {
    width: 110px;
  }

  .block-header-uses-industries {
    background-position: center 100px;
    padding-top: calc(31.5vw + 100px);
  }

  .block-list-icons-with-text-n-background-title br {
    display: none;
  }

  .block-list-icons-with-text-n-background-content {
    flex-direction: column;
  }

  .block-list-icons-with-text-n-background-list-content {
    padding-top: 70px;
  }

  .block-list-icons-with-text-n-background-list-container {
    width: 100%;
  }

  .block-shelters-availability-content-sizes-list {
    align-items: center;
    flex-direction: column;
  }

  .block-shelters-availability-content-sizes-list-item {
    max-width: 160px;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 {
    height: 220px;
    max-width: 220px;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 {
    height: 260px;
    max-width: 280px;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 {
    height: 310px;
    max-width: 350px;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 {
    height: 340px;
    max-width: 440px;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 52%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 50%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 39%;
  }

  .block-shelters-availability-content-sizes-list-item-values-container {
    top: 59%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 55%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 48%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 40%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 37%;
  }
}

@media (max-width: 991px) {
  .site-footer:before {
    width: 100%;
  }

  .site-footer-container {
    flex-direction: column;
  }

  .site-footer-left-block .footer-copyright-text {
    margin: 60px 0;
  }

  .site-footer-right-block {
    width: 100%;
    text-align: center;
  }

  .site-footer-right-block .footer-column4 {
    padding-left: 0;
    padding-bottom: 50px;
  }

  .site-footer-right-block::before {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 51%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .site-footer-right-block .footer-social-links-list {
    justify-content: center;
  }

  .site-footer-right-block .footer-copyright-text {
    margin: 50px 0 0;
  }

  .site-footer-left-block {
    justify-content: center;
  }

  .site-footer-left-block::before {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 68%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .universal-block-image-plus-text-content-container p > br {
    display: none;
  }

  .block-order-tent-faq-container {
    min-height: 600px;
  }

  .block-order-tent-faq-right-block {
    width: 100%;
  }

  .block-order-tent-faq-right-block:before {
    transform: translateX(-50%);
    left: 50%;
  }
}

@media all and (max-width: 990px) {
  .block-custom-content-list-items-with-buttons-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-custom-content-list-items-with-buttons-links {
    margin-top: 20px;
    padding-right: 0;
  }

  .block-custom-content-list-items-with-buttons-item {
    margin-top: 53px;
  }
}

@media all and (max-width: 975px) {
  .block-custom-content-category-products-item-attribute-content {
    flex-direction: column;
  }

  .block-custom-content-category-products-item-custom-list ul {
    flex-direction: row;
    justify-content: space-between;
  }

  .block-custom-content-category-products-item-custom-list ul li {
    margin-left: 0;
  }

  .block-custom-content-category-products-item-custom-list ul li:first-child {
    margin-left: 0;
  }
}

@media all and (max-width: 954px) {
  .block-button-list-with-dashed-borders-links {
    justify-content: center;
  }

  .block-button-list-with-dashed-borders-links-items {
    width: 50%;
    padding: 15px 25px;
  }
}

@media all and (max-width: 944px) {
  .block-header-uses-industries-content-links-container:nth-child(2) {
    padding-right: 9.5%;
  }

  .block-header-uses-industries-content-links-container:nth-child(3) {
    padding-left: 9.5%;
  }
}

@media all and (max-width: 930px) {
  .block-custom-block-with-social-icons-items {
    width: 100%;
  }

  .block-custom-block-with-social-icons-text-content {
    flex-direction: column;
  }

  .block-custom-block-with-social-icons-title {
    width: 100%;
    margin-top: 20px;
  }

  .block-custom-block-with-social-icons-text {
    width: 100%;
    margin-left: 0;
  }

  .block-custom-block-with-social-icons-social-link {
    font-size: 16px;
  }

  .block-custom-block-with-social-icons-image img {
    max-width: 100%;
  }
}

@media all and (max-width: 922px) {
  .block-faq-section-container {
    flex-direction: column;
  }

  .block-faq-section-faq-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}

@media all and (max-width: 920px) {
  .block-custom-content-with-list-side-content:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .block-custom-content-with-list-container {
    flex-direction: column;
  }

  .block-custom-content-with-list-side-content {
    width: 100%;
  }
}

@media all and (max-width: 920px) and (max-width: 920px) {
  .block-custom-content-with-list-main-content {
    padding-bottom: 70px;
  }
}

@media all and (max-width: 912px) {
  .block-header-faq-content-links {
    padding: 30px 42px 30px 0;
  }
}

@media all and (max-width: 911px) {
  .block-places-use {
    padding: 100px 0;
  }

  .block-places-use-container {
    flex-direction: column;
  }

  .block-places-use-side-content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .block-places-use-side-content:first-of-type {
    margin-left: 0;
    margin-top: 0;
  }
}

@media all and (max-width: 910px) {
  .block-environment-list {
    flex-direction: column;
    width: 100%;
  }

  .block-environment-list .item {
    margin: 10px 0;
  }

  .block-environment-list .item:nth-child(2),
  .block-environment-list .item:last-child {
    margin-left: 0;
  }
}

@media all and (max-width: 850px) {
  .block-custom-content-with-steps-list-item:nth-child(2),
  .block-custom-content-with-steps-list-item:last-child {
    padding-left: 5%;
  }

  .block-slider-with-side-text-text-content-one-description {
    flex-direction: column;
  }

  .block-slider-with-side-text-text-content-one-description-left {
    flex-direction: row;
  }

  .block-slider-with-side-text-images-items {
    width: 100%;
    position: relative;
  }

  .block-slider-with-side-text-images-items img {
    max-width: 100%;
  }
}

@media all and (max-width: 840px) {
  .flickity-prev-next-button.previous {
    left: -15%;
  }

  .flickity-prev-next-button.next {
    right: -15%;
  }
}

@media all and (max-width: 820px) {
  .block-configuring-tents-list-image img {
    height: auto;
    width: 100%;
  }

  .block-configuring-tents-item {
    width: 100%;
    padding: 0;
  }

  .block-configuring-tents-list {
    padding: 0;
  }

  .block-configuring-tents-list-image {
    max-height: 400px;
  }

  .block-configuring-tents-title h2 {
    padding: 40px 0 !important;
  }
}

@media all and (max-width: 815px) {
  .block-custom-content-with-button-support-and-question-right-block:before {
    background-size: auto;
  }
}

@media all and (max-width: 806px) {
  .block-work-smart-item {
    padding-left: 15px;
  }

  .block-work-smart-list-item {
    width: 100%;
  }

  .block-work-smart-list-item:first-child,
  .block-work-smart-list-item:nth-child(2) {
    width: 100%;
  }

  .block-work-smart-list-item:nth-child(3),
  .block-work-smart-list-item:nth-child(4),
  .block-work-smart-list-item:nth-child(5) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 781px) {
  .entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(1),
  .entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(3) {
    flex-basis: 100%;
  }
}

/* Mobile Styling */ 
@media  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      
}

.main-contact-form-btn p {
          margin-bottom: 0px !important;
      }

/* Desktop Styling */ 

@media screen 
  and (min-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      .main_hero_image .block-header-hero-text {
        width: 23%;
    }
}

@media all and (max-width: 768px) {
  .page-template-page-configurator .register-window-password {
    width: 100%;
  }
  
  .our_services_section .block-configuring-tents-item {
      margin-bottom: 10rem;
  }
  
  .our_services_section .block-configuring-tents-list-image {
     
  }
  
  .contact-header-title {
      margin-top: 60px !important;
  }
  .universal-block-image-plus-text-content-container {
      padding: 0px !important;
  }
  
  .block-image-plus-text h2 {
      font-size: 40px !important;
  }
  
  h2 .smaller-font {
      font-size: 26px !important;
  }

  .page-template-page-configurator .register-window-password input {
    width: 100%;
  }

  .order-configurator-header-left .custom-select-picker {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-configurator-header-left .custom-select-picker-title {
    margin-left: 25px;
    margin-right: 0;
  }

  .order-configurator-header-left .custom-select-picker-choices {
    margin-top: 5px;
  }

  .configurator-customizer-container {
    margin-top: -21px;
  }

  .configurator-customizer-container {
    margin-top: -5px;
  }

  .block-custom-slider-gallery-item-container {
    height: 54vw;
  }

  .custom-items-filters-block-buttons-feet {
    margin: 0;
    margin-left: 10px;
  }

  .custom-items-filters-block-buttons-meters {
    margin: 0;
  }

  .woocommerce-cart-empty-title {
    padding: 50px 0;
  }

  .woocommerce-cart-header {
    padding: 50px 0;
  }

  .woocommerce-cart-form table.shop_table .product-name {
    padding-bottom: 10px;
  }

  .woocommerce-cart-form table.shop_table .product-name dl.variation {
    padding-top: 5px;
  }

  .woocommerce-cart-form table.shop_table .product-quantity input {
    margin-right: 24px;
  }

  .woocommerce-cart-form table.shop_table .product-button-customize:not([data-title]):before {
    display: none;
  }

  .woocommerce-cart-form table.shop_table .product-remove {
    text-align: right;
  }

  .woocommerce-cart-form table.shop_table .product-remove a.remove {
    display: inline-block;
  }

  .wc-proceed-to-checkout-button-and-link {
    padding-top: 50px;
  }

  .qty {
    min-height: 0;
  }

  .minus-button,
  .plus-button {
    right: 0;
  }

  .minus-button {
    top: 25px;
  }

  .plus-button {
    top: 12px;
  }

  .woocommerce table.cart td.actions {
    display: none;
  }

  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: auto;
  }

  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:after,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:after,
  .woocommerce-page table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:after {
    display: none;
  }

  .woocommerce table.cart .product-thumbnail > a,
  .woocommerce-page #content table.cart .product-thumbnail > a,
  .woocommerce-page table.cart .product-thumbnail > a {
    display: block;
  }

  .woocommerce table.cart .product-thumbnail > a > img,
  .woocommerce-page #content table.cart .product-thumbnail > a > img,
  .woocommerce-page table.cart .product-thumbnail > a > img {
    width: 100%;
  }

  .woocommerce-cart table.cart td.product-price {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .woocommerce-cart table.cart td.product-quantity {
    padding-bottom: 25px;
  }

  .woocommerce-cart table.cart td.product-subtotal {
    padding-bottom: 25px;
  }

  .woocommerce table.shop_table_responsive tbody,
  .woocommerce-page table.shop_table_responsive tbody {
    display: block;
  }

  .woocommerce table.shop_table_responsive tbody tr td,
  .woocommerce-page table.shop_table_responsive tbody tr td {
    padding: 0 10px;
  }

  .woocommerce table.shop_table_responsive tbody tr td:last-of-type,
  .woocommerce-page table.shop_table_responsive tbody tr td:last-of-type {
    padding-bottom: 10px;
  }

  .block-list-icons-with-background-item {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  body {
    padding-top: 51px !important;
  }

  .site-header .main-header .main-header-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-cart-link {
    font-size: 20px;
  }

  .header-cart-link-counter > span {
    font-size: 10px;
    line-height: 11px;
    padding-left: 4px;
    padding-right: 4px;
    top: -2px;
    right: 4px;
  }

  .user-action-auth {
    top: calc(100% - 1px);
    width: 100%;
  }

  .user-action-auth * {
    font-size: 13px;
    font-weight: 600;
  }

  .user-action-auth-container {
    justify-content: space-between;
  }

  .hamburger-box {
    width: 22px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger--collapse .hamburger-inner {
    bottom: 3px;
  }

  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
  }

  nav.navigation.post-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-template-page-configurator #page {
    min-height: calc(100vh - 86px);
  }

  .page-template-page-configurator {
    padding-top: 86px !important;
  }

  .page-template-page-configurator .order-configurator-header {
    padding-bottom: 12px;
  }

  .page-template-page-configurator .order-configurator-header-content {
    height: 72px;
  }

  .page-template-page-configurator .configurator-customizer-right {
    padding-top: 86px;
  }

  .order-configurator-logo > a {
    max-width: 160px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-branding {
    max-width: 160px;
  }

  .entry-content > *:not(div) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .entry-content > *[class*="wp-block-"] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .entry-content > *.wp-block-group > *:not(.wp-block-group__inner-container) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .entry-content > .page-header.with-background {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 80px;
  }

  .blog-post-custom-preview .block-image-plus-text-content-media {
    margin: 0 -16px;
  }

  .order-configurator-header-content {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }

  .woocommerce-notices-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-icons-includes-list-item {
    width: 33.33%;
  }

  .woocommerce-currency-selector-wrap {
    margin-left: 8px;
  }

  .woocommerce-currency-selector-wrap .currency-flag,
  .woocommerce-currency-selector-option .currency-flag {
    display: none;
  }

  .woocommerce form .form-row {
    width: 100%;
  }

  .woocommerce-form__input-checkbox {
    margin-right: 15px;
  }

  .product-container {
    flex-direction: column;
  }

  .product-information {
    width: 100%;
    padding-left: 0;
  }

  .product-information-container {
    margin-left: 0;
  }

  .product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
    padding-top: 15px;
  }

  .product-description-text-container {
    flex-direction: column;
  }

  .product-description-text {
    width: 100%;
  }

  .product-custom-advantages {
    margin-top: 50px;
  }

  .block-button-list-with-dashed-borders-links {
    margin-left: auto;
    margin-right: auto;
  }

  .block-button-list-with-dashed-borders-links {
    justify-content: center;
  }

  .block-button-list-with-dashed-borders-links-items {
    width: 100%;
    padding: 15px 0;
  }

  .block-certifications-content-certifications-list {
    flex-direction: column;
  }

  .block-certifications-content-certifications-list-item {
    width: 100%;
  }

  .block-contact-form-with-text-container {
    padding: 70px 0 90px 0;
  }

  .block-contact-form-with-text-form {
    padding: 30px;
  }

  .block-custom-content-industry-image-container {
    padding: 0;
  }

  .block-custom-content-industry-image-list {
    flex-direction: column;
  }

  .block-custom-content-industry-image-items {
    width: 100%;
  }

  .block-custom-content-industry-image-items:nth-child(odd) {
    padding-right: 0;
  }

  .block-custom-content-industry-image-items:nth-child(even) {
    padding-left: 0;
  }

  .block-custom-content-instructions-list {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-instructions-item {
    width: 100%;
  }

  .block-custom-content-instructions-item:nth-child(odd) {
    padding-right: 0;
  }

  .block-custom-content-instructions-item:nth-child(even) {
    padding-left: 0;
  }

  .block-custom-content-instructions-item:first-child,
  .block-custom-content-instructions-item:nth-child(2) {
    padding-bottom: 0;
  }

  .block-custom-content-instructions-item:nth-child(2),
  .block-custom-content-instructions-item:nth-child(3),
  .block-custom-content-instructions-item:last-child {
    padding-top: 20px;
  }

  .block-custom-content-with-steps-container {
    padding: 50px 0;
  }

  .block-custom-content-with-steps-list-item {
    width: 100%;
  }

  .block-custom-content-with-steps-list-item:nth-child(2),
  .block-custom-content-with-steps-list-item:last-child {
    padding-left: 0;
  }

  .block-custom-content-with-steps-list-item:nth-child(3),
  .block-custom-content-with-steps-list-item:last-child {
    margin-top: 0;
  }

  .block-custom-content-with-steps-list-item-step {
    width: 100%;
  }

  .block-customize-tent {
    min-height: 820px;
  }

  .block-customize-tent-container {
    padding: 121px 0 50px;
  }

  .block-customize-tent-content {
    padding: 50px 15px;
  }

  .block-faq-section-faq-item-title h5 {
    font-size: 24px;
  }

  .block-faq-section-faq-item-content p {
    font-size: 20px;
  }

  .block-header-case-studies {
    min-height: calc(100vh - 80px);
  }

  .block-header-case-studies-arrow {
    width: calc(100% - 32px);
  }

  .block-header-faq {
    min-height: calc(100vh - 80px);
  }

  .block-header-hero {
    min-height: calc(100vh - 80px);
  }

  .block-header-hero-text-container {
    text-align: center;
  }

  .block-header-hero-text {
    text-align: left;
  }

  .block-header-hero-link {
    display: inline-block;
    margin-top: 33px;
  }

  .block-header-hero-link .pre-link-pointer-container {
    margin-right: 20px;
  }

  .block-header-hero-link .pre-link-pointer-title {
    text-align: right;
  }

  .block-header-hero-arrow-to-content {
    bottom: 18px;
  }

  .block-header-resources {
    min-height: calc(100vh - 80px);
  }

  .block-header-uses-industries-content-links {
    flex-direction: column;
    align-items: center;
  }

  .block-header-uses-industries-content-links-container {
    width: 100%;
    text-align: center;
  }

  .block-header-uses-industries-content-links-container:nth-child(2) {
    padding-right: 0;
  }

  .block-header-uses-industries-content-links-container:nth-child(even) {
    text-align: center;
  }

  .block-header-uses-industries-content-links-container:nth-child(3) {
    padding-left: 0;
  }

  .block-header-uses-industries-arrow {
    position: relative;
    padding-top: 10px;
  }

  .block-header-uses-industries-arrow .block-header-case-studies-arrow-to-content {
    margin: 0 auto;
  }

  .block-hero-1 {
    min-height: calc(100vh - 80px);
  }

  .block-hero-1-photos-container {
    width: 100%;
    flex-direction: column;
  }

  .block-hero-1-photos-link {
    width: 100%;
    padding-top: 30px;
  }

  .block-hero-1-photo-container {
    width: 100%;
    padding-right: 0;
  }

  .block-list-with-round-icon-list {
    flex-direction: column;
    justify-content: center;
  }

  .block-list-with-round-icon-list-item {
    width: 100% !important;
    text-align: center;
  }

  .block-list-with-round-icon-list-item-text {
    margin-left: 0;
    padding: 0;
  }

  .block-list-with-round-icon-list-item-text {
    margin-top: 20px;
  }

  .block-materials-content-materials-list-item-container {
    flex-direction: column;
  }

  .block-materials-content-materials-list-item-content-additional {
    width: 100%;
    padding-left: 0;
  }

  .block-our-partners:before {
    height: calc(100vh - 80px);
  }

  .block-process-order-container {
    padding: 100px 0;
  }

  .block-process-order-list-item {
    max-width: none;
  }

  .block-process-order-list .item {
    width: 100%;
    margin-top: 30px;
  }

  .block-process-order-link {
    margin-top: 30px;
    padding: 0 15px;
  }

  .block-product-tabs-links {
    flex-direction: column;
  }

  .block-product-tabs-links-title {
    margin-top: 15px;
  }

  .block-product-tabs-links-title:first-of-type {
    margin-top: 0;
  }

  .block-product-tabs-list-item-text {
    margin-top: 38px;
  }

  .block-slider-colour-and-branding-images-items {
    height: 230px;
  }

  .block-slider-colour-and-branding-images-item {
    height: 100%;
    width: 400px;
  }

  .block-slider-colour-and-branding-images-item-wrapper img {
    max-width: 100%;
  }

  .block-slider-uses-and-industries-images-items {
    height: auto;
  }

  .block-slider-uses-and-industries-images-item {
    width: 100%;
    height: auto;
  }

  .block-slider-uses-and-industries .block-homepage-slider-buttons {
    display: none;
  }

  .block-work-smart-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .site-footer-right-block {
    padding-left: 0;
  }

  .site-footer-left-block .footer-column3 {
    padding-left: 50px;
  }

  .site-footer-left-block .footer-column2 {
    padding-left: 50px;
  }
}

@media all and (max-width: 700px) {
  .block-slider-with-side-text-text-content-one-description-left {
    flex-direction: column;
  }

  .block-slider-with-side-text-text {
    width: 100%;
  }

  .block-slider-with-side-text-buttons {
    display: none;
  }
}

@media all and (max-width: 690px) {
  .block-custom-content-list-items-with-buttons-item {
    width: 100%;
  }
}

@media all and (max-width: 650px) {
  .block-header-faq-content {
    padding-bottom: 20px;
  }

  .block-header-faq-content-links {
    flex-wrap: wrap;
    padding: 0;
  }

  .block-header-faq-content-links-container {
    width: 50%;
    padding-left: 10%;
    padding-bottom: 10px;
  }

  .block-header-faq-content-links-container a {
    position: relative;
  }

  .block-header-faq-content-search-container {
    width: 100%;
    padding: 30px 40px;
  }

  .block-header-faq-content-search-container p {
    width: 100%;
  }
}

@media all and (max-width: 640px) {
  .heading {
    font-size: 34px;
    line-height: 34px;
  }
}

@media all and (max-width: 620px) {
  .block-header-case-studies-right-content {
    margin-top: 100px;
  }

  .block-header-case-studies-right-content-header {
    align-items: center;
  }

  .block-header-case-studies-right-content-background {
    padding: 0;
  }
}

@media all and (max-width: 600px) {
  .custom-columns-5 * {
    font-size: 26px !important;
  }

  .block-header-hero-main-title {
    padding-top: 18px;
    max-width: 230px;
  }
}

@media all and (max-width: 599px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 25px;
    line-height: 36px;
  }

  .block-custom-content-product-also-need-item {
    width: 100%;
  }

  .block-related-products-carousel .flickity-prev-next-button {
    transform: translateY(-150%);
  }

  .block-related-products-carousel .flickity-prev-next-button.next {
    transform: rotateZ(180deg) translateY(150%);
  }
}

@media (max-width: 599px) {
  .block-order-tent-faq-right-block {
    padding: 100px 0;
  }

  .block-order-tent-faq-container {
    min-height: 0;
  }
}

@media all and (max-width: 590px) {
  .block-our-partners-item {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .list-icons-includes-list-item {
    width: 50%;
  }

  .block-hero-1-links {
    text-align: center;
    flex-direction: column;
  }

  .block-hero-1-links-container {
    margin-top: 20px;
  }

  .block-hero-1-links-container:first-of-type {
    margin-top: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-container {
    flex-direction: column;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-text {
    padding-left: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-container {
    flex-direction: column;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-text {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-container {
    flex-direction: column;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-text {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-container {
    flex-direction: column;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-text {
    padding-left: 0;
  }
}

@media all and (max-width: 570px) {
  .product-description-attribute .block-custom-content-category-products-item-list-attributes {
    flex-direction: column;
  }

  .product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
    width: 100%;
  }
}

@media all and (max-width: 560px) {
  blockquote.wp-block-quote {
    padding-left: 50px !important;
    width: 90%;
    margin: 0 auto 45px !important;
  }
}

@media all and (max-width: 550px) {
  .wc-proceed-to-checkout-button-and-link {
    display: flex;
    flex-direction: column;
  }

  .wc-proceed-to-checkout-button-and-link a.button.button-checkout {
    margin-top: 25px;
  }
}

@media all and (max-width: 539px) {
  .product-custom-advantages-list-item {
    justify-content: center;
    width: 100%;
  }
}

@media all and (max-width: 530px) {
  .product-description-attribute .block-custom-content-category-products-item-list-attributes-container {
    width: 100%;
  }

  .block-custom-block-with-social-icons-social-link {
    font-size: 10px;
  }

  .block-custom-content-category-products-item-left-content {
    flex-direction: column;
  }

  .block-custom-content-category-products-item-description {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }

  .block-custom-content-category-products-item-image img {
    max-width: 100%;
    width: auto;
  }

  .block-custom-content-category-products-item-list-attributes {
    display: flex;
    justify-content: center;
  }

  .block-custom-content-category-products-item-list-attributes-container {
    width: 200px;
  }
}

@media all and (max-width: 520px) {
  .page-template-page-configurator .configurator-customizer-left {
    padding-top: 3px;
  }

  .page-template-page-configurator .forgot-window .lost_reset_password input {
    width: 100%;
  }

  .order-configurator-header-left .custom-select-picker {
    display: none;
  }

  .configurator-customizer-left {
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .configurator-customizer-left .custom-items-filters-block-buttons {
    justify-content: flex-start;
  }

  .configurator-customizer-left .custom-items-filters-block-buttons a {
    align-self: flex-start;
  }

  .custom-select-picker.left-side {
    display: block;
    padding-top: 5px;
  }

  .custom-select-picker.left-side .custom-select-picker-title {
    margin-left: 25px;
  }

  .custom-select-picker.left-side select {
    padding: 0;
  }

  .custom-select-picker.left-side .custom-select-picker-choices {
    margin-top: 7px;
  }

  .two-level-options .two-level-back-colours {
    top: -18px;
  }

  .custom-configurator-button .custom-button-log-in {
    margin-right: 17px;
  }

  .summary-window-content {
    width: 100%;
  }

  .share-window-link {
    flex-wrap: wrap;
  }

  .share-window-link .button {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media all and (max-width: 499px) {
  body.btn-configurator-active .order-configurator-header-left,
  body.btn-configurator-active .order-configurator-header-right {
    flex: 1;
    width: auto;
  }

  body.btn-configurator-active .order-configurator-header-left {
    display: none;
  }

  body.btn-configurator-active .order-configurator-header-center {
    max-width: none;
    text-align: left;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table th *,
  .woocommerce-cart .cart-collaterals .cart_totals table td * {
    font-size: 24px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table th:before,
  .woocommerce-cart .cart-collaterals .cart_totals table td:before {
    font-size: 24px;
  }

  .woocommerce form .form-row-confirmation > span:first-of-type {
    width: 50%;
  }

  .woocommerce-checkout .checkout-title .checkout-text-with-button-container {
    padding-right: 120px;
    width: 100%;
  }

  .checkout-sidebar-totals table.shop_table tr.cart_item {
    flex-wrap: wrap;
  }

  .checkout-sidebar-totals table.shop_table th.product-name,
  .checkout-sidebar-totals table.shop_table td.product-name {
    padding-bottom: 15px;
    width: 100%;
  }

  .checkout-sidebar-totals table.shop_table tfoot {
    align-items: flex-end;
    flex-direction: column;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr {
    align-items: flex-end;
  }

  #ship-to-different-address {
    flex-direction: column;
  }

  #ship-to-different-address > span:not([class]) {
    width: 100%;
  }

  .ship-to-different-address-checkbox-wrapper {
    margin-top: 5px;
  }

  .block-shelters-availability-content-sizes-list-item {
    height: 35vw;
    max-width: 45%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 {
    height: 45vw;
    max-width: 55%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 {
    height: 55vw;
    max-width: 65%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 {
    height: 60vw;
    max-width: 80%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 {
    height: 70vw;
    max-width: 100%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-value {
    padding: 2vw;
  }
}

@media (max-width: 480px) {
  .site-footer:before {
    background-color: transparent;
  }

  .site-footer-left-block {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
  }

  .site-footer-left-block .footer-column3 {
    padding-left: 0;
    width: 100%;
  }

  .site-footer-left-block .footer-column2 {
    padding-left: 0;
    width: 100%;
  }

  .site-footer-left-block .footer-column1 {
    width: 100%;
  }

  .site-footer-left-block .footer-copyright-text {
    margin: 0;
    text-align: start;
  }

  .site-footer-right-block::before {
    height: 39%;
  }
}

@media all and (max-width: 480px) {
  .block-configuring-tents-list-text {
    bottom: 0;
  }

  .block-configuring-tents-link-pointer {
    /*top: unset;
            bottom: 0;
            right: 0;*/
    top: 55px;
    right: 25px;
  }

  .block-custom-content-with-text-center-image-and-icon-list {
    flex-direction: column;
  }

  .universal-block-image-plus-text-content-buttons-n-links {
    flex-direction: column;
  }

  .universal-block-image-plus-text-content-buttons-n-links .block-custom-link {
    margin-top: 10px;
    margin-left: 0;
  }

  .universal-block-image-plus-text-content-buttons-n-links .block-custom-link:first-of-type {
    margin-top: 0;
  }

  .block-list-icons-with-background-container {
    padding: 0 10px;
  }

  .block-product-tabs-slider-block-text {
    padding: 50px;
    width: 100%;
  }

  .block-product-tabs-slider-block .block-slider-with-side-text-buttons {
    left: 50px;
  }
}

@media all and (max-width: 479px) {
  .block-custom-content-shop-products-item-content {
    padding: 25px;
  }

  .block-custom-content-shop-products-item-price {
    flex: 1;
    width: auto;
  }

  .block-custom-content-shop-products-item-button {
    width: auto;
    min-width: 45%;
  }
}

@media all and (max-width: 475px) {
  .block-customize-tent-links {
    text-align: center;
    justify-content: center;
  }

  .block-customize-tent-links-container {
    margin-top: 20px;
  }

  .block-customize-tent-links-container:first-of-type {
    margin-top: 0;
  }
}

@media all and (max-width: 450px) {
  .block-header-faq-content-links-container {
    width: 100%;
    padding-left: 23%;
  }
}

@media all and (max-width: 430px) {
  .block-our-partners-item {
    width: 100%;
  }

  .block-our-partners-item-text {
    font-size: 16px;
  }
}

@media all and (max-width: 399px) {
  .wc-proceed-to-checkout-button-and-link {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .wc-proceed-to-checkout-button-and-link .link-shop {
    margin-top: 25px;
  }

  .checkout-form-step-actions {
    flex-direction: column-reverse;
  }

  .checkout-form-step-actions-left {
    margin-top: 20px;
  }

  .woocommerce-terms-and-conditions-wrapper {
    order: 1;
    margin-bottom: 50px;
  }
}

@media all and (max-width: 375px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-2 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 50%;
  }
}

@media all and (max-width: 374px) {
  .order-configurator-header-center > h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (min-width: 1501px) and (max-width: 1720px) {
  html {
    zoom: 80%;
  }

  .popup-navigation {
    zoom: 125%;
  }
}

@media all and (min-width: 768px) and (max-width: 1179px) {
  .menu-dropdown-content-link-container {
    min-height: 200px;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .user-action-auth {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .user-action-auth-container {
    align-items: flex-end;
    flex-direction: column;
    margin: 0;
  }

  .page-template-page-configurator #page {
    min-height: calc(100vh - 73px);
  }

  .page-template-page-configurator {
    padding-top: 73px !important;
  }

  .page-template-page-configurator .configurator-customizer-right {
    padding-top: 73px;
  }
}

@media all and (min-width: 1080px) and (max-width: 1500px) {
  .page-template-page-configurator #page {
    min-height: calc(100vh - 94px);
  }

  .page-template-page-configurator {
    padding-top: 94px !important;
  }

  .page-template-page-configurator .order-configurator-header {
    padding-bottom: 20px;
  }

  .page-template-page-configurator .configurator-customizer-right {
    padding-top: 94px;
  }
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .logos-gallery-2 .wp-block-column:first-child {
    flex-basis: 2% !important;
  }
}

@media all and (min-width: 992px) and (max-width: 1500px) {
  .custom-columns-5 .wp-block-columns .wp-block-column:first-child {
    flex-basis: 5% !important;
  }

  .custom-columns-5 .wp-block-columns .wp-block-column:nth-child(4) {
    flex-basis: 27% !important;
  }

  .custom-columns-5 .wp-block-columns .wp-block-column:last-child {
    flex-basis: 0 !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1115px) {
  .blog-post-custom-preview .block-image-plus-text-content-media {
    margin: 0 -40px;
  }
}

@media all and (min-width: 769px) and (max-width: 1500px) {
  .block-custom-slider-gallery-item-container {
    height: 24vw;
  }
}

@media all and (min-width: 768px) and (max-width: 830px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-2 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 50%;
  }
}

@media all and (min-width: 1001px) and (max-width: 1135px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-3 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 33.33%;
  }
}

@media all and (min-width: 400px) and (max-width: 515px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-3 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 33.33%;
  }
}

@media all and (min-width: 768px) and (max-width: 1259px) {
  .product-description-attribute .block-custom-content-category-products-item-list-attributes {
    flex-direction: column;
  }

  .product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
    width: 100%;
  }

  .product-custom-advantages-list-item {
    justify-content: center;
    width: 100%;
  }
}

@media all and (min-width: 540px) and (max-width: 767px) {
  .product-custom-advantages-list-item:nth-child(odd) {
    justify-content: flex-end;
  }
}

@media all and (min-width: 768px) and (max-width: 899px) {
  .block-custom-content-shop-products-item-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (min-width: 840px) and (max-width: 1500px) {
  .block-datasheets-brochures-manuals-section-blocks-list-item {
    width: 50%;
  }

  .block-videos-section-blocks-list-item {
    width: 50%;
  }
}

@media all and (min-width: 1025px) and (max-width: 1500px) {
  .block-header-case-studies-text {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 600px) and (max-width: 991px) {
  .block-list-icons-with-text-n-background-item {
    width: 50%;
  }
}

@media all and (min-width: 600px) and (max-width: 1024px) {
  .block-purchase-header-and-step-arrow {
    margin-top: 115px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 50%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.2vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 46%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.4vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 41%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.6vw;
  }

  .block-shelters-availability-content-sizes-list-item-values-container {
    top: 50.5%;
  }

  .block-shelters-availability-content-sizes-list-item-value {
    font-size: 16px;
    padding: 0.3vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 49%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 22px;
    padding: 0.4vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 46%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 26px;
    padding: 0.5vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 40%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 32px;
    padding: 0.8vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 38%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 40px;
    padding: 1.1vw;
  }
}

@media all and (min-width: 1350px) and (max-width: 1500px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 39%;
  }
}

@media all and (min-width: 1200px) and (max-width: 1349px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 41%;
  }
}

@media all and (min-width: 1100px) and (max-width: 1199px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 43%;
  }
}

@media all and (min-width: 992px) and (max-width: 1099px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 45%;
  }
}

@media all and (-ms-high-contrast: none) {
  img {
    flex-shrink: 0;
  }
}

@media print {
  #page {
    display: none;
  }

  .summary-window-user-not-logged-in-actions,
  .fancybox-close-small,
  .summary-window-buttons,
  .summary-window-title {
    display: none;
  }

  .summary-window-logo {
    display: block;
  }

  .summary-window-title-print {
    display: block;
    margin-bottom: 34px;
  }

  .summary-window-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 90%;
  }

  .fancybox-content {
    height: 100%;
  }

  .fancybox-slide--html {
    padding: 0;
  }
}

/**
Mobile Styles mobile
 */
@media (max-width: 820px) {
  .testimonial-item {
    margin: 30px auto;
    padding: 30px 15px;
  }

  .full-bg-image {
    min-height: 250px;
    background-size: cover !important;
  }

  .full-bg-image-title {
    font-size: 18px !important;
  }

  .pre-link-pointer {
    width: 60px;
    height: 60px;
  }
}

.grey-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 600px) {
  .menu-dropdown-content-center {
    flex-direction: column;
    width: 100%;
  }

  .menu-dropdown-content-link-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background-position: center top !important;
  }

  

  .menu-dropdown.about-us .menu-dropdown-content-link-wrapper {
    background-position: center top;
  }

  .menu-dropdown-content-right a {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align:center;
  }
}
display: block;
margin-top: 10px;
}

.menu-dropdown-content-link-wrapper {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 25px;
  position: relative;
  width: 180px;
  text-align: center;
  min-height: 160px;
  background-size: auto 117px;
  /*background-size: 30%;*/
}


.menu-dropdown-content-link-container {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  /*bottom: -93%;*/
  bottom: 0;
}

.desc-sizes {
  color: #2c3338;
  font-size: 14px;
  margin-bottom: 0;
  display: inline;
  font-weight: 500;
  margin-right: 5px;
  border-bottom: 2px solid #999999;
}

/*  for centered different styles */
.menu-dropdown-content-link-container {
  height: unset;
  bottom: 0;
  left: 0;
}

.menu-dropdown-content-left {
  padding: 16px;
  width: 100%;
}

.menu-dropdown-content-center {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0 8px;
  margin: -8px 0;
  overflow: hidden;
  justify-content: space-evenly;
}

.menu-dropdown-content-center > a {
  min-height: 190px;
  /*padding: 8px;*/
  /*width: 100%;*/
}

.menu-dropdown-content-right {
  padding: 16px;
  width: 100%;
}

.menu-dropdown-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  margin-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.menu-dropdown-footer * {
  color: #fff;
  line-height: 40px;
}

.menu-dropdown-footer-left {
  width: 100%;
  margin-right: 16px;
}

.menu-dropdown-footer-center {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  font-size: 24px;
  margin-right: 16px;
  width: 100%;
}

.menu-dropdown-footer-center-left {
  width: 100%;
  padding: 3px 5px 0;
}

.menu-dropdown-footer-center-right {
  padding-top: 3px;
}

.menu-dropdown-footer-right {
  height: auto;
  width: 100%;
  margin-top: 16px;
}

.menu-dropdown-footer-link {
  display: inline-block;
  margin-left: 25px;
}

.menu-dropdown-footer-link-wrapper {
  height: 100%;
}

.menu-dropdown-footer-link-container {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  height: 100%;
  padding: 25px;
}

.menu-dropdown-footer-link-inner-img {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -99999px;
}

.menu-dropdown-footer .social-links-link-icon i {
  font-size: 26px;
}

.menu-dropdown-footer .social-links-link-icon i.fa-twitter {
  font-size: 29px;
}

.menu-dropdown-footer .social-links-link-icon i.fa-youtube {
  font-size: 34px;
}

.menu-dropdown.about-us .menu-dropdown-content-items {
  width: 100%;
  padding: 8px 16px;
}

.header-cart-link {
  position: relative;
}

.header-cart-link * {
  font-size: 20px;
  line-height: 25px;
}

.header-cart-link:before {
  display: inline-block;
  content: '\f07a';
  font-family: "Font Awesome 5 Pro";
}

.header-cart-link-text {
  display: none;
  font-weight: 900;
}

.header-cart-link-counter {
  font-weight: 500;
}

.user-action-area {
  position: relative;
}

.user-action-auth {
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 100%;
}

.user-action-auth * {
  font-size: 16px;
  font-weight: 700;
}

.user-action-auth a {
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
}

.user-action-auth-container {
  display: flex;
  margin: 0 -10px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

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

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 2px 2px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}

.site-header.site-header-inner .hamburger.is-active .hamburger-inner,
.site-header.site-header-inner .hamburger.is-active .hamburger-inner::before,
.site-header.site-header-inner .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.site-header.site-header-inner .hamburger-inner,
.site-header.site-header-inner .hamburger-inner::before,
.site-header.site-header-inner .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* offside-js 1.4.0 26-03-2018
* Minimal JavaScript kit without library dependencies to push things off-canvas using just class manipulation
* https://github.com/toomuchdesign/offside.git
*
* by Andrea Carraro
* Available under the MIT license
*/

/* Off-canvas element CSS */

.offside {
  position: fixed;
  /* Does not play well with some old browsers (see: README) */
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

/* Left off-canvas elements default status: out of the page */

.offside,
.offside--left {
  left: -280px;
}

/* Right off-canvas elements default status: out of the page */

.offside--right {
  left: auto;
  right: -280px;
}

/*
 * Left off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */

.offside--left.is-open,
.offside-js--is-left .offside-sliding-element {
  transform: translate3d(280px, 0, 0);
}

/*
 * Right off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */

.offside--right.is-open,
.offside-js--is-right .offside-sliding-element {
  transform: translate3d(-280px, 0, 0);
}

/* Elements Transitions */

.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Body overflow */

.offside-js--init {
  overflow-x: hidden;
}

/* Fallback movements for browser not supporting CSS 3d Transitions
----------------------------------------------- */

/* Modernizr false negative csstransforms3d fix, reset CSS 3d Transitions */

.no-csstransforms3d .offside {
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .offside-sliding-element {
  overflow-x: hidden;
  position: relative;
}

/* Element is open: off-canvas element slides in */

.no-csstransforms3d .offside--left.is-open {
  left: 0;
}

.no-csstransforms3d .offside--right.is-open {
  right: 0;
}

/* Element is open: container elements slide out */

.no-csstransforms3d > .offside-js--is-left .offside-sliding-element {
  right: -280px;
}

.no-csstransforms3d > .offside-js--is-right .offside-sliding-element {
  left: -280px;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

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

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

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

/* draggable */

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

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

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

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

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

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

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

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

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

/* right to left */

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

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

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

/* ---- page dots ---- */

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

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

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #000000;
}

.flickity-prev-next-button {
  /*background: #000000;*/
  border-radius: 100px;
  color: #000000;
  width: 50px;
  height: 50px;
  top: 50%;
  padding: 15px;
  transition: background-color 0.5s ease;
}

.flickity-prev-next-button:hover {
  /*background: #000000;*/
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

nav.navigation.post-navigation {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
  display: none;
}

/* Custom Flickity Styles */

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

.flickity-prev-next-button.next {
  right: -8%;
}

/*!
 * Font Awesome Pro 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(webfonts/fa-light-300.eot);
  src: url(webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-light-300.woff2) format("woff2"), url(webfonts/fa-light-300.woff) format("woff"), url(webfonts/fa-light-300.ttf) format("truetype"), url(webfonts/fa-light-300.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(webfonts/fa-regular-400.eot);
  src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(webfonts/fa-solid-900.eot);
  src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fa,
.fab,
.fas {
  font-style: normal;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.page-template-page-configurator #page {
  display: flex;
  min-height: calc(100vh - 122px);
}

.page-template-page-configurator #primary,
.page-template-page-configurator #main,
.page-template-page-configurator .configurator-customizer,
.page-template-page-configurator .configurator-customizer-container,
.page-template-page-configurator .configurator-customizer-left,
.page-template-page-configurator .configurator-customizer-options,
.page-template-page-configurator .configurator-container {
  height: 100%;
}

.page-template-page-configurator .site-header .hamburger {
  margin-left: 20px;
}

.page-template-page-configurator .select2-container {
  z-index: 1000000;
}

.page-template-page-configurator .billing-shipping-information-confirm-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.page-template-page-configurator .checkout-fields {
  padding-right: 0;
}

.page-template-page-configurator .register-window {
  width: 900px;
}

.page-template-page-configurator .register-window-password {
  width: 33.33%;
  margin: 0 0 25px;
}

.page-template-page-configurator .register-window-password label {
  font-size: 16px;
}

.page-template-page-configurator .register-window-password input {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px;
  font-size: 20px;
  width: 95.6%;
}

.page-template-page-configurator .register-window-password input:focus {
  outline: none;
}

.page-template-page-configurator .register-window-submit {
  text-align: right;
}

.page-template-page-configurator .register-window-submit .button {
  color: #fff;
  border: none;
  padding: 13px 29px;
  font-size: 16px;
}

.page-template-page-configurator .checkout-form-container {
  margin-top: 0;
}

.page-template-page-configurator .woocommerce form .form-row {
  margin: 0 0 25px;
}

.page-template-page-configurator .auth-errors {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: red;
  margin-bottom: 10px;
  line-height: 20px;
}

.page-template-page-configurator .auth-success {
  color: limegreen;
}

.page-template-page-configurator .forgot-window {
  width: 488px;
  overflow: hidden;
}

.page-template-page-configurator .forgot-window .lost_reset_password {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.page-template-page-configurator .forgot-window .lost_reset_password input {
  width: 400px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px;
  font-size: 20px;
}

.page-template-page-configurator .forgot-window .lost_reset_password label {
  font-size: 16px;
}

.page-template-page-configurator .forgot-window .lost_reset_password p {
  font-size: 16px;
  line-height: 25px;
}

.page-template-page-configurator .forgot-window .lost_reset_password #user_login {
  margin-top: 18px;
}

.page-template-page-configurator .forgot-window .lost_reset_password .name-login {
  font-weight: 700;
}

.page-template-page-configurator .forgot-window .lost_reset_password .button {
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
}

.order-configurator-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order-configurator-header {
  padding: 0 140px 0  40px;
  background-color: #fff;
}

.order-configurator-header-left {
  display: contents;
}

.modal-holder {
  display: none;
}

.modal-holder-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
}

.modal-holder-actions {
  text-align: center;
  margin-top: 15px;
}

.image-cropping {
  text-align: center;
}

.image-cropping-container {
  position: relative;
  max-width: 600px;
}

.image-cropping .button,
.image-cropping .button-2 {
  padding: 13px 29px;
  margin-top: 40px;
  font-size: 16px;
}

.uploading {
  position: relative;
  overflow: hidden;
}

.uploading:before,
.uploading:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uploading:after {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("img/bx_loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 11;
}

.uploaded-errors {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: red;
  text-align: center;
}

.uploaded-logo .hidden {
  display: none !important;
}

.uploaded-logo-preview {
  position: relative;
}

.uploaded-logo-preview img {
  width: 100%;
}

.uploaded-logo .button-2 {
  font-size: 16px !important;
  padding: 12px 26px 12px 29px;
}

.uploaded-logo-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  transition: 200ms linear 0s;
}

.uploaded-logo-remove:after {
  display: inline-block;
  color: #fff;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
}

.uploaded-logo-remove:hover {
  opacity: .75;
}

.order-configurator-logo > a {
  display: block;
  max-width: 225px;
  line-height: 0;
}

.configurator-customizer-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: 200ms linear 0s;
}

.configurator-customizer-loader.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.configurator-customizer-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.configurator-customizer-top {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  padding: 15px;
  width: 100%;
  z-index: 1;
}

.configurator-customizer-top-left {
  flex: 1;
}

.configurator-customizer-left {
  background-color: #fff;
  padding: 46px;
  width: 360px;
  position: relative;
  z-index: 2;
}

.configurator-customizer-left.open-menu-configurator {
  transform: translateX(0%);
}

.configurator-customizer-left .custom-items-filters-block-buttons {
  margin-top: 0;
  flex-direction: row;
  justify-content: flex-end;
}

.configurator-customizer-left .custom-items-filters-block-buttons-feet {
  margin-left: 10px;
}

.configurator-customizer-left .custom-items-filters-block-buttons a {
  font-size: 18px;
}

.configurator-customizer-right {
  flex: 1;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(100% - 360px);
  overflow: hidden;
  padding-top: 120px;
}

.custom-options-picker {
  margin-bottom: 15px;
}

.custom-options-picker-title {
  line-height: initial;
}

.custom-options-picker-choices {
  margin-top: 10px;
}

.custom-options-picker-choices-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.custom-options-picker-choice {
  display: inline-block;
  margin-right: 5px;
}

.custom-options-picker-choice:last-of-type {
  margin-right: 0;
}

.custom-options-picker-choice input[type="radio"] {
  display: none;
}

.custom-options-picker-choice input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 1px 11px;
  text-align: center;
  margin-top: 5px;
  min-width: 55px;
}

.custom-options-picker-choice input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
}

.custom-options-picker-choice input[type="radio"]:disabled + label {
  color: #959595;
  background-color: #eeeeee;
  border: 2px solid #AFAFAF;
}

.custom-configurator-option-numbers .custom-options-picker-choice input[type="radio"] + label {
  padding-left: 3px;
  padding-right: 3px;
}

.custom-color-picker {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.custom-color-picker-title {
  flex: 1;
  line-height: initial;
}

.custom-color-picker-chosen {
  position: relative;
}

.custom-color-picker-chosen-viewport {
  display: block;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 50px;
  height: 30px;
}

.custom-color-picker-choices {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 5px 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  overflow: hidden;
  z-index: 10;
}

.custom-color-picker-choices.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}

.custom-color-picker-choices-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
}

.custom-color-picker-choices-close > span {
  display: block;
  text-indent: -99999px;
}

.custom-color-picker-choices-close:before {
  display: inline-block;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
}

.custom-color-picker-choices-tw-lvl {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

.custom-color-picker-choice {
  padding: 3px;
}

.custom-color-picker-choice input[type="radio"] {
  display: none;
}

.custom-color-picker-choice input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  width: 54px;
  height: 30px;
  text-indent: -99999px;
  position: relative;
}

.custom-color-picker-choice input[type="radio"]:checked + label:before,
.custom-color-picker-choice input[type="radio"]:checked + label:after {
  display: block;
  content: '';
  border-style: solid;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-color-picker-choice input[type="radio"]:checked + label:before {
  border-color: #000;
  border-width: 2px;
  z-index: 2;
}

.custom-color-picker-choice input[type="radio"]:checked + label:after {
  border-color: #fff;
  border-width: 4px;
  z-index: 1;
}

.custom-color-picker .with-border {
  border: 2px solid #000;
}

.custom-image-picker {
  margin-bottom: 15px;
}

.custom-image-picker-title {
  line-height: initial;
}

.custom-image-picker-input {
  margin-top: 10px;
}

.custom-image-picker-input-container {
  padding: 18px 0;
}

.custom-image-picker-input input + label {
  display: block;
  cursor: pointer;
}

.custom-image-picker-input input + label .button {
  font-size: 20px;
  line-height: 25px;
  padding: 9px 12px 11px;
}

.custom-image-picker-input input + label .button-descr {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
}

.custom-image-picker-input label {
  cursor: pointer;
}

.custom-select-picker {
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 20px;
  max-width: 350px;
}

.custom-select-picker.left-side {
  display: none;
}

.custom-select-picker:last-of-type {
  padding-right: 0;
}

.custom-select-picker-title {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.custom-select-picker-choices {
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-select-picker-choices.active span:before {
  transform: rotateZ(180deg);
}

.custom-select-picker-choices .ui-selectmenu-button.ui-button {
  width: auto;
  border: none;
  background: transparent;
  padding: 0;
  padding-left: 28px;
}

.custom-select-picker-choices .ui-selectmenu-text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
}

.custom-select-picker-choices .ui-selectmenu-text:before {
  content: "";
  background-image: url(img/icons/arrow-down-select.svg);
  width: 20px;
  height: 9px;
  transition: 200ms linear 0s;
  position: absolute;
  left: 1px;
}

.custom-select-picker-choices .ui-corner-top .ui-selectmenu-text::before {
  transform: rotateZ(180deg);
}

.custom-select-picker-choices .ui-button:focus {
  outline: none;
}

.custom-select-picker-choices .ui-button:active * {
  color: initial;
}

.custom-select-picker select {
  font-size: 20px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  outline: none;
  position: relative;
}

.custom-content-actions {
  padding-right: 15px;
}

.custom-content-actions:last-of-type {
  padding-right: 0;
}

.custom-content-actions p {
  margin-bottom: 0;
}

.custom-content-actions .button {
  font-size: 18px;
  padding: 5px 15px 7px;
}

.custom-configurator-content,
.custom-configurator-content-two-level {
  display: none;
}

.custom-configurator-option {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.custom-configurator-option:first-of-type {
  border-top: 2px solid #c7c7c7;
}

.custom-configurator-option-title {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}

.custom-configurator-option-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.custom-configurator-option-title.active:after {
  transform: rotateZ(180deg);
}

.custom-configurator-option-description-one {
  padding: 16px 0 14px;
  font-size: 16px;
  line-height: normal;
}

.custom-configurator-option-description-two {
  padding-top: 14px;
}

.two-level-options-accent-colours .custom-configurator-content {
  position: relative;
}

.two-level-options-accent-colours .two-level-back-accent-colours {
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 30px;
  top: -30px;
}

.two-level-options-accent-colours .open-option-two-level-accent-colours {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-accent-colours .open-option-two-level-accent-colours:after {
  transform: rotateZ(270deg);
}

.two-level-options-accent-colours-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 13px;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-accent-colours .open-two-level-option {
  border-bottom: 2px solid #c7c7c7;
  padding: 13px 0;
}

.two-level-options-accent-colours .open-option-two-level-title {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.two-level-options-accent-colours .open-option-two-level-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.two-level-options-accent-colours .open-option-two-level-title.active:after {
  transform: rotateZ(180deg);
}

.two-level-options-branding .open-option-two-level-branding {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-branding .open-option-two-level-branding:after {
  transform: rotateZ(270deg);
}

.two-level-options-branding .custom-configurator-content {
  position: relative;
}

.two-level-options-branding .two-level-back-branding {
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 30px;
  top: -30px;
}

.two-level-options-branding-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 13px;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options-branding .open-two-level-option {
  border-bottom: 2px solid #c7c7c7;
  padding: 13px 0;
}

.two-level-options-branding .open-option-two-level-title {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.two-level-options-branding .open-option-two-level-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.two-level-options-branding .open-option-two-level-title.active:after {
  transform: rotateZ(180deg);
}

.two-level-options .open-option-two-level {
  padding: 13px 0;
  border-bottom: 2px solid #c7c7c7;
}

.two-level-options .two-level-back-colours {
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 30px;
  top: -30px;
}

.two-level-options .custom-configurator-content {
  position: relative;
}

.two-level-options .custom-configurator-option-title:after {
  transform: rotateZ(270deg);
}

.two-level-options-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 13px;
  border-bottom: 2px solid #c7c7c7;
  padding-top: 20px;
}

.two-level-options .open-two-level-option {
  border-bottom: 2px solid #c7c7c7;
  padding: 13px 0;
}

.two-level-options .open-option-two-level-title {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.two-level-options .open-option-two-level-title:after {
  content: "";
  background-image: url(img/icons/arrow-dropdown.svg);
  width: 17px;
  height: 8px;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
  margin-right: 28px;
}

.two-level-options .open-option-two-level-title.active:after {
  transform: rotateZ(180deg);
}

.custom-configurator-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 0;
}

.custom-configurator-button .button-2 {
  font-size: 16px !important;
  padding: 12px 26px 12px 29px;
}

.custom-configurator-button .custom-button-log-in {
  color: #000000;
  font-size: 20px;
}

.views {
  display: block;
}

.custom-slide-show {
  -webkit-animation: 0.2s ease 0.2s 1 normal forwards running EnterFromLeft;
  animation: 0.2s ease 0.2s 1 normal forwards running EnterFromLeft;
  transform: translateX(-140%);
}

.cropper-container {
  outline: 2px solid #000;
}

.configurator-container {
  display: flex;
  flex-direction: column;
}

.configurator-container-option {
  flex: 1;
}

@-webkit-keyframes EnterFromLeft {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes EnterFromLeft {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.page-template-page-configurator .ui-selectmenu-open {
  font-size: 20px;
  padding-left: 11px !important;
}

.page-template-page-configurator .ui-widget.ui-widget-content {
  border: none !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 10px !important;
}

.page-template-page-configurator .ui-corner-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.page-template-page-configurator .ui-state-active {
  background: #cccccc !important;
  color: #000 !important;
  border: none !important;
}

.page-template-page-configurator .ui-menu .ui-menu-item-wrapper {
  padding: 2px 17px 0 !important;
}

.page-template-page-configurator .ui-widget {
  font-weight: 300 !important;
  font-family: "Mulish", sans-serif !important;
}

.summary-window {
  width: 856px;
}

.summary-window.fancybox-content {
  padding: 0;
}

.summary-window .pdf-page {
  padding: 25px !important;
}

.summary-window-datasheet-container {
  padding: 44px 44px 0 44px;
}

.summary-window-title {
  padding: 0 0 34px 0;
}

.summary-window-title-print {
  display: none;
  margin-bottom: 34px;
}

.summary-window-buttons-container {
  padding: 0 44px 44px 44px;
}

.summary-window-container .button {
  font-size: 16px;
  padding: 10px 32px;
  margin-top: 53px;
}

.summary-window-logo {
  display: none;
  padding: 85px 80px 0 80px;
}

.summary-window-logo img {
  width: 325px;
}

.summary-window-footer {
  display: none;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.summary-window-footer-line {
  background-color: #ff6900;
  width: 100%;
  position: relative;
  padding: 8px 80px 7px;
  z-index: 1;
}

.summary-window-footer-line p {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  margin-bottom: 0;
}

.summary-window-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px 40px 80px;
  margin-top: 22px;
}

.summary-window-footer-content-left {
  display: flex;
}

.summary-window-footer-content-left-text2 {
  margin-left: 50px;
}

.summary-window-footer-content-left-text2 span {
  color: #ff6900;
}

.summary-window-footer-content-right {
  font-weight: 700;
}

.summary-window-footer-content p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0;
}

.summary-window-content {
  display: flex;
}

.summary-window-content-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 19px;
  width: 160px;
}

.summary-window-content-value {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
  flex: 1;
}

.summary-window-content-second {
  margin-top: 16px;
}

.summary-window-content-second.colour {
  margin-top: 0;
}

.summary-window-content-second .summary-window-content-name {
  margin-bottom: 10px;
}

.summary-window-content-second-value {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 21px;
}

.summary-window-buttons {
  margin-top: 23px;
}

.summary-window-buttons-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
}

.summary-window-buttons-item {
  padding: 0 5px;
}

.summary-window-buttons-item a.uploading:after {
  background-size: 20px auto;
}

.summary-window-button {
  padding: 3px 11px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  border: 2px solid #000;
}

.summary-window-button.disabled {
  pointer-events: none;
  color: #959595;
  background-color: #eeeeee;
  border: 2px solid #AFAFAF;
}

.summary-window-user-not-logged-in-actions > span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin: 0 10px;
}

.login-window {
  width: 488px;
}

.login-window-form {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.login-window-form input {
  max-width: 400px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px;
  font-size: 20px;
}

.login-window-form label {
  font-size: 16px;
}

.login-window-email,
.login-window-password {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.login-window-email {
  margin-top: 0;
}

.login-window-button {
  margin-top: 20px;
}

.login-window-button .button {
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
}

.login-window-register {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.login-window-register a {
  font-size: 20px;
}

#registerform {
  margin-top: 10px;
}

.custom-configurator-content-additional-descr {
  margin-top: 12px;
  padding-bottom: 3px;
}

.custom-configurator-content-additional-descr * {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}

.custom-configurator-logo-rules {
  margin-top: 40px;
}

.custom-configurator-logo-rules * {
  font-size: 16px;
  line-height: normal;
}

.custom-configurator-logo-rules p {
  margin-bottom: 10px;
}

.share-window-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.share-window-link-text {
  border: solid 2px #000;
  padding: 10px;
  font-size: 20px;
}

.share-window-link .button {
  font-size: 16px;
  padding: 15px 26px;
  margin-left: 10px;
}

.share-window-social {
  margin-top: 20px;
}

.share-window-social-media {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  margin: 0 -4px;
}

.share-window-social-media-icon {
  color: #ff6900;
  padding: 0 6px;
}

.saved-configurations .block-custom-content-shop-products-category-title {
  padding-top: 0;
}

.saved-configurations .block-custom-content-shop-products-item {
  width: 33.33%;
}

.saved-configurations .block-custom-content-shop-products-item.no-have-posts {
  width: 100%;
}

.saved-configurations .block-custom-content-shop-products-item-container {
  position: relative;
}

.saved-configurations .block-custom-content-shop-products-item-content {
  padding: 30px 25px 110px;
}

.saved-configurations .block-custom-content-shop-products-item-footer {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 30px;
}

.saved-configurations .block-custom-content-shop-products-item-list-attributes-item {
  padding-left: 5px;
  padding-right: 5px;
}

.saved-configurations .block-custom-content-shop-products-item-list-attributes-name {
  line-height: 24px;
  margin-bottom: 3px;
}

.saved-configurations-list-item-actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.woocommerce .saved-configurations-list-item-actions a.button {
  padding-top: 20px;
}

.saved-configurations-list-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  transition: 200ms linear 0s;
}

.saved-configurations-list-item-remove:after {
  display: inline-block;
  color: #fff;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
}

.saved-configurations-list-item-remove:hover {
  opacity: .75;
}

.saved-configurations-list-item-change {
  border: 2px solid #000;
}

.shelter-sizes-display {
  position: absolute;
  left: 15px;
  margin-top: 15px;
}

.shelter-sizes-display * {
  color: #b9145a;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.shelter-sizes-display p {
  margin-bottom: 0;
}

.shelter-sizes-display-container {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  min-width: 87px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button {
  display: inline-block;
  padding: 17px 32px 18px;
  background: #FF6900;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
  border-radius: 5px;
  transition: 200ms linear 0s;
}

.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
  cursor: pointer;
  opacity: .75;
}

.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 17px 32px 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  border-radius: 5px;
  transition: 200ms linear 0s;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:active {
  cursor: pointer;
  opacity: .75;
}

.wp-block-button__link {
  background-color: #FF6900;
  color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: .6em 1em .4em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid;
  font-size: 12px;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  outline: none !important;
}

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

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

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  padding: 17px 32px 18px;
  background: #FF6900;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 5px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #FF6900;
  color: #ffffff;
}

.wpcf7 input[type="submit"] {
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  margin: 16px 0 0;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  top: -3px;
  left: 17px;
}

.wpcf7-form-control-wrap {
  position: initial;
}

.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.wpcf7-checkbox label * {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.wpcf7-checkbox label .wpcf7-list-item-label {
  max-width: 400px;
}

.wpcf7-checkbox input {
  display: none !important;
}

.wpcf7-checkbox input + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 38px;
}

.wpcf7-checkbox input + .wpcf7-list-item-label:before {
  display: inline-block;
  content: '';
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 5px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  content: '\f00c';
  background-color: #000;
}

.wpcf7-form input[type="submit"] {
  font-size: 20px;
  color: #ffffff;
  border: none;
  font-weight: 700;
  line-height: 25px;
  background: transparent;
  padding: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Max-width structure
--------------------------------------------------------------*/

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

b,
strong {
  font-weight: bold;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-table thead tr {
  background-color: #ccc;
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
}

.site-branding {
  max-width: 225px;
}

.simple-text p {
  line-height: 30px;
}

.simple-text p span[style*="font-size:"] {
  line-height: normal;
}

.simple-text a:not([class]) {
  color: #ff6b00;
}

.block-hero-1-arrow-to-content {
  position: absolute;
  background-image: url("img/icons/icon-arrow-to-bottom-1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 70px;
  height: 86px;
  bottom: 51px;
  left: 50%;
  margin-left: -6.5%;
  text-indent: -99999px;
}

.block-header-case-studies-arrow-to-content {
  display: block;
  background-image: url("img/icons/arrow-bottom-case-studies.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 30px;
  height: 63px;
  bottom: 51px;
  text-indent: -99999px;
}

.entry-content > *:not(div) {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > *[class*="wp-block-"] {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > *.wp-block-group {
  max-width: none;
}

.entry-content > *.wp-block-group > *:not(.wp-block-group__inner-container) {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > *.wp-block-group > .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.entry-content > .wp-block-image {
  margin-bottom: 0;
}

.entry-content > .wp-block-image > figure {
  margin-bottom: 0;
}

.entry-content > figure {
  width: 100%;
}

.entry-content .wp-block-columns {
  margin-bottom: 0;
}

.entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(2) {
  flex: 1;
  flex-basis: 100%;
}

.entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(1),
.entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(3) {
  flex: 0;
  flex-basis: 21%;
}

.entry-content table {
  display: block;
  overflow-x: auto;
  height: auto !important;
}

.wp-block-gallery {
  display: block;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-grid {
  width: 100%;
}

.wp-block-gallery .blocks-gallery-item > figure {
  width: 100%;
}

.top-zindex-item {
  position: relative;
  z-index: 101;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

.block-breadcrumbs-list {
  padding: 0 0 20px;
}

.block-breadcrumbs-list * {
  font-size: 12px;
}

.block-breadcrumbs-list a {
  text-decoration: underline;
}

.block-breadcrumbs-list a:hover {
  text-decoration: none;
}

.block-breadcrumbs-list > li {
  display: inline-block;
}

.block-breadcrumbs-list > li:after {
  content: ' \00bb ';
  display: inline-block;
}

.block-breadcrumbs-list > li:last-of-type:after {
  display: none;
}

.social-links * {
  color: #fff;
}

.social-links-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-links-link-icon {
  display: inline-block;
  height: 25px;
  margin-right: 30px;
}

.social-links-link-icon i {
  height: 100%;
}

.logos-gallery img {
  height: auto !important;
}

.logos-gallery-2 img {
  height: auto !important;
}

.custom-image-bg .block-image-plus-text-content-media.image-wrapper-protruding img {
  height: 100%;
}

.font-jost {
  font-family: "Jost", sans-serif;
}

.line-height-50 {
  line-height: 50px;
}

.font-weight-500 {
  font-weight: 500;
}

.post-loadmore-btn {
  text-align: center;
}

.loadmore-posts {
  margin-bottom: 100px;
}

.entry-content > .page-header {
  padding: 0 0 100px;
  text-align: center;
}

.entry-content > .page-header.with-background {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  max-width: none;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 162px;
  position: relative;
}

.entry-content > .page-header.with-background.block-header-universal .wrapper.page-header-text {
  padding-top: 4px;
}

.entry-content > .page-header.with-background:before,
.entry-content > .page-header.with-background:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.entry-content > .page-header.with-background:before {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.entry-content > .page-header.with-background:after {
  z-index: 2;
  background-image: url("img/header-pattern.png");
  background-position: center -61px;
  background-repeat: no-repeat;
  background-size: auto auto;
}

.entry-content > .page-header.with-background * {
  color: #fff;
}

.entry-content > .page-header.with-background .page-title {
  position: relative;
  z-index: 10;
}

.entry-content .page-header-text {
  position: relative;
  z-index: 3;
}

.entry-content a:not(.button):not(.button-2):not(.button-3):not(.button-4):not(.link):not(.link-white):not(.link-orange):not(.link-arrow-right):not(.link-animated):not(.wp-block-button__link):not([data-target-tent-info]):not([data-target-property-name]):not(.block-slider-colour-and-branding-link-slider):not(.accordion-link):not(.block-header-faq-content-link):not(.to-meters):not(.to-feets):not(.block-header-uses-industries-content-link) {
  color: #FF6900;
}

.blog-post-custom-preview .background-text-color {
  padding: 39px 0;
}

.blog-post-custom-preview .background-text-color:before {
  background-color: #f0f0f0;
}

.blog-post-custom-preview.image-left .block-image-plus-text-content-text {
  padding-left: 11.85%;
  padding-right: 11%;
  width: 54.65%;
}

.blog-post-custom-preview.image-left .blog-post-custom-preview-title {
  margin-bottom: 0.5em;
}

.blog-post-custom-preview.image-right .block-image-plus-text-content-text {
  padding-left: 4.6%;
  padding-right: 13%;
  width: 50.6%;
}

.blog-post-custom-preview .universal-block-image-plus-text-content-buttons-n-links {
  margin-top: 2.7em;
}

.blog-post-custom-preview + .wp-block-spacer {
  height: 93px !important;
}

.blog-post-custom-preview-title {
  margin-bottom: 0.85em;
}

.archive .entry-content {
  overflow: hidden;
}

.archive .entry-content article:last-of-type .wp-block-spacer {
  height: 75px !important;
}

.single-post-main-content {
  display: inline-block;
  width: 100%;
}

.single-post-top-block {
  padding: 53px 0;
  text-align: center;
  display: none;
}

.single-post-top-block .date,
.single-post-top-block .category {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

.single-post-top-block h2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  display: block;
  margin: 20px auto 24px;
  max-width: 840px;
}

.single-post-thumbnail .img {
  margin: 0 0 75px;
}

.single-post-thumbnail .img img {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  align-self: flex-start;
  flex-direction: column;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  display: block;
  background: none;
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  position: relative;
  padding: 0 10px;
  overflow: initial;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: initial;
}

/*--------------------------------------------------------------
# Devs
--------------------------------------------------------------*/

#main-configurator.loading {
  overflow: hidden;
}

#main-configurator.loading:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
}

#main-configurator.loading::after {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url("../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  z-index: 101;
}

.hidden-item:not(.visibility-item) {
  display: none !important;
}

.order-configurator {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

.order-configurator-header {
  border-bottom: 2px solid #000;
}

.order-configurator-header-content {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 15px 0;
  position: relative;
}

.order-configurator-header-left,
.order-configurator-header-right {
  width: 65px;
}

.order-configurator-header-right {
  text-align: right;
}

.order-configurator-header-center {
  flex: 1;
  text-align: center;
}

.order-configurator-header-left,
.order-configurator-header-right,
.order-configurator-header-center {
  padding-top: 0;
}

.order-configurator-content {
  flex: 1;
}

.order-configurator-steps-list {
  list-style: none;
  display: flex;
  padding-top: 50px;
}

.order-configurator-steps-list-item {
  counter-increment: list;
  padding: 0 50px 50px 0;
}

.order-configurator-steps-list-item-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.order-configurator-steps-list-item-link > span {
  display: inline-block;
  margin-left: 30px;
  white-space: nowrap;
}

.order-configurator-steps-list-item-link:before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 80px 0 0;
  border-radius: 50%;
  border: 3px solid #000;
  background-color: #000;
  content: counter(list);
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  height: 80px;
  width: 80px;
  transition: 200ms linear 0s;
}

.order-configurator-steps-list-item.active .order-configurator-steps-list-item-link:before {
  background-color: transparent;
  color: #000;
}

.order-configurator-steps-list-item.active ~ .order-configurator-steps-list-item {
  opacity: .1;
}

.order-configurator-steps-list-item.active ~ .order-configurator-steps-list-item .order-configurator-steps-list-item-link {
  pointer-events: none;
}

.order-configurator-steps-list-item.active ~ .order-configurator-steps-list-item .order-configurator-steps-list-item-link:before {
  background-color: transparent;
  color: #000;
}

.order-configurator-step-content {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 200ms linear 0s;
}

.order-configurator-step-content.active {
  visibility: visible;
  opacity: 1;
  max-height: none;
  overflow: visible;
}

.order-configurator-step-container {
  display: flex;
}

.order-configurator-step-side-left {
  flex: 50.4878% 0 0;
  width: 50.4878%;
}

.order-configurator-step-side-right {
  flex: 1;
}

.order-configurator-step-config .tent-type-chooser {
  margin-top: 80px;
}

.order-configurator-step-config .tent-shape-chooser {
  margin-top: 80px;
}

.order-configurator-step-config .tent-variations-chooser {
  margin-top: 80px;
}

.order-configurator-step-config-result {
  display: flex;
  align-items: center;
  max-height: 550px;
  overflow: hidden;
}

.order-configurator-step-config-result img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.order-configurator-footer {
  padding: 28px 0;
}

.order-configurator-footer-content {
  display: flex;
  align-items: flex-end;
}

.order-configurator-footer-center {
  flex: 1;
  text-align: center;
}

.order-configurator-footer-left,
.order-configurator-footer-right {
  width: 350px;
}

.order-configurator-footer-left {
  padding-left: 32px;
}

.order-configurator-footer-left .link {
  padding-right: 50px;
}

.order-configurator-footer-right {
  text-align: right;
}

.order-configurator-footer-total-price {
  margin-top: 9px;
}

.order-configurator-footer-total-price * {
  font-weight: 300;
}

.order-configurator-footer-total-price-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.order-configurator-footer-left {
  position: relative;
}

.order-configurator-footer-left .link {
  visibility: hidden;
  opacity: 0;
}

.order-configurator-footer-left .link.active {
  visibility: visible;
  opacity: 1;
}

.order-configurator-footer-back-top-shop-link {
  position: absolute;
  bottom: 0;
}

.order-configurator-footer-prev-step-link.link {
  padding-right: 0;
}

.order-configurator-footer-prev-step-link.link:after {
  width: calc(100% - 30px);
}

.order-configurator-footer-right {
  position: relative;
}

.order-configurator-footer-right .button {
  visibility: hidden;
  opacity: 0;
}

.order-configurator-footer-right .button.active {
  visibility: visible;
  opacity: 1;
}

.order-configurator-footer-checkout-link,
.order-configurator-footer-add-to-cart-link {
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 2;
}

body.btn-configurator-active .order-configurator-header-center {
  max-width: calc(100% - (120px * 2));
}

.tent-type-chooser {
  display: flex;
  list-style: none;
  margin: 0 -8px;
}

.tent-type-chooser-item {
  padding: 0 8px;
}

.tent-type-chooser-item-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  width: 122px;
  text-align: center;
}

.tent-type-chooser-item-preview {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .3;
  height: 150px;
  width: 100%;
  overflow: hidden;
  transition: 200ms linear 0s;
}

.tent-type-chooser-item-preview img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tent-type-chooser-item-name {
  display: block;
  margin-top: 10px;
}

.tent-type-chooser-item.active .tent-type-chooser-item-preview {
  opacity: 1;
}

.tent-shape-chooser {
  display: flex;
  list-style: none;
  margin: 0 -8px;
}

.tent-shape-chooser-item {
  padding: 0 8px;
}

.tent-shape-chooser-item-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  width: 122px;
  text-align: center;
}

.tent-shape-chooser-item-preview {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .3;
  height: 150px;
  width: 100%;
  overflow: hidden;
  transition: 200ms linear 0s;
}

.tent-shape-chooser-item-preview img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tent-shape-chooser-item-name {
  display: block;
  margin-top: 10px;
}

.tent-shape-chooser-item.active .tent-shape-chooser-item-preview {
  opacity: 1;
}

.tent-variations-chooser {
  list-style: none;
}

.tent-variations-chooser-group-items {
  margin-top: 50px;
}

.tent-variations-chooser-group-items:first-of-type {
  margin-top: 0;
}

.tent-variations-chooser-group-items-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.tent-variations-chooser-group-items-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 29px -8px 0;
}

.tent-variations-chooser-group-items-list-item {
  padding: 0 8px;
}

.tent-variations-chooser-group-items-list-item-container {
  border-radius: 10px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  width: 75px;
  height: 75px;
  transition: 200ms linear 0s;
}

.tent-variations-chooser-group-items-list-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.tent-variations-chooser-group-items-list-item-link * {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.tent-variations-chooser-group-items-list-item-val {
  display: inline-block;
}

.tent-variations-chooser-group-items-list-item.active .tent-variations-chooser-group-items-list-item-container {
  background-color: #000;
  border-color: #000;
}

.tent-variations-chooser-group-items-list-item.active .tent-variations-chooser-group-items-list-item-link {
  color: #fff;
}

.tent-variations-chooser-group-items-list-item.active .tent-variations-chooser-group-items-list-item-link * {
  color: #fff;
}

.block-custom-slider-gallery {
  display: flex;
  flex-direction: column;
  line-height: 0;
}

.block-custom-slider-gallery-items {
  flex: 1;
  list-style: none;
}

.block-custom-slider-gallery-item {
  display: block;
  width: 100%;
}

.block-custom-slider-gallery-item-container img {
  width: 100%;
}

.block-custom-slider-gallery-navigation {
  line-height: initial;
}

.block-custom-slider-gallery-navigation-container {
  display: flex;
  padding: 20px 0 10px;
  max-width: 100%;
}

.block-custom-slider-gallery-navigation-link {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin: 0 0 0 10px;
}

.block-custom-slider-gallery-navigation-link:first-of-type {
  margin: 0;
}

.block-custom-slider-gallery[class*="pager-left-"],
.block-custom-slider-gallery[class*="pager-right-"] {
  flex-direction: row;
}

.block-custom-slider-gallery[class*="pager-left-"] .block-custom-slider-gallery-navigation-container,
.block-custom-slider-gallery[class*="pager-right-"] .block-custom-slider-gallery-navigation-container {
  flex-direction: column;
  padding: 0 10px;
  height: 100%;
}

.block-custom-slider-gallery[class*="pager-left-"] .block-custom-slider-gallery-navigation-link,
.block-custom-slider-gallery[class*="pager-right-"] .block-custom-slider-gallery-navigation-link {
  margin: 0 0 10px 0;
}

.block-custom-slider-gallery[class*="pager-left-"] .block-custom-slider-gallery-navigation-link:last-of-type,
.block-custom-slider-gallery[class*="pager-right-"] .block-custom-slider-gallery-navigation-link:last-of-type {
  margin: 0;
}

.block-custom-slider-gallery[class*="pager-left-"] {
  flex-direction: row-reverse;
}

.block-custom-slider-gallery[class*="pager-top-"] {
  flex-direction: column-reverse;
}

.block-custom-slider-gallery.pager-left-bottom .block-custom-slider-gallery-navigation,
.block-custom-slider-gallery.pager-right-bottom .block-custom-slider-gallery-navigation {
  align-self: flex-end;
}

.block-custom-slider-gallery.pager-top-right .block-custom-slider-gallery-navigation-container,
.block-custom-slider-gallery.pager-bottom-right .block-custom-slider-gallery-navigation-container {
  justify-content: flex-end;
}

.block-custom-list-with-round-icon-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.block-custom-list-with-round-icon-list-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding-top: 50px;
}

.block-custom-list-with-round-icon-list-item-icon {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  flex: 100px 0 0;
  overflow: hidden;
}

.block-custom-list-with-round-icon-list-item-icon img {
  height: 100%;
  width: 100%;
}

.block-custom-list-with-round-icon-list-item-text {
  font-weight: 700;
  flex: 1;
  margin-left: 30px;
  padding: 0 15px 0px 0;
}

.block-custom-list-with-round-icon-list-item.item-type-icon .block-custom-list-with-round-icon-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
}

.block-custom-list-with-round-icon-list-item.item-type-icon .block-custom-list-with-round-icon-list-item-icon img {
  height: auto;
}

.block-custom-list-with-round-icon-list.items-width-1 .block-custom-list-with-round-icon-list-item {
  width: 100%;
}

.block-custom-list-with-round-icon-list.items-width-2 .block-custom-list-with-round-icon-list-item {
  width: 50%;
}

.block-custom-list-with-round-icon-list.items-width-3 .block-custom-list-with-round-icon-list-item {
  width: 33.33%;
}

.block-custom-list-with-round-icon-list.items-width-4 .block-custom-list-with-round-icon-list-item {
  width: 25%;
}

.block-custom-list-with-round-icon-list.items-width-5 .block-custom-list-with-round-icon-list-item {
  width: 20%;
}

.block-custom-protruding-image {
  position: absolute;
  left: 0;
  top: 0;
}

.block-custom-advantages {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
}

.block-custom-advantages-item {
  display: inline-block;
  padding: 15px;
}

.block-custom-advantages-item-container {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  width: 200px;
  height: 200px;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
}

.block-custom-advantages-item-title {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  position: relative;
  width: 100%;
}

.block-custom-advantages-item-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  color: #ff6900;
}

.with-borders {
  border: 0px solid transparent;
}

*[class].no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

*[class].text-vertical-align-top {
  align-items: flex-start;
}

*[class].text-vertical-align-bottom {
  align-items: flex-end;
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-vertical-align-top {
  align-items: flex-start;
}

.text-vertical-align-bottom {
  align-items: flex-end;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
  margin-bottom: 1.15em;
}

.simple-text *:last-child {
  margin-bottom: 0;
}

.simple-text h1:last-child,
.simple-text h2:last-child,
.simple-text h3:last-child,
.simple-text h4:last-child,
.simple-text h5:last-child,
.simple-text h6:last-child {
  margin-bottom: 1.15em;
}

.universal-block-image-plus-text-content {
  position: relative;
  z-index: 1;
}

.universal-block-image-plus-text-content-container {
  position: relative;
}

.universal-block-image-plus-text-content-buttons-n-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.universal-block-image-plus-text-content-buttons-n-links.link-align-center {
  justify-content: center;
}

.universal-block-image-plus-text-content-buttons-n-links.link-align-right {
  justify-content: flex-end;
}

.universal-block-image-plus-text-content-float-link {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 10;
}

.universal-block-image-plus-text-content-float-link .link-animated {
  max-width: 205px;
}

.universal-block-image-plus-text-content-protruding-image {
  margin-top: 35px;
  position: relative;
}

.universal-block-image-plus-text-content-protruding-image img {
  max-width: none;
}

.universal-block-image-plus-text-content .block-custom-link {
  margin-left: 60px;
}

.universal-block-image-plus-text-content .block-custom-link:first-of-type {
  margin-left: 0;
}

.universal-block-image-plus-text-content-classic {
  position: relative;
}

.universal-block-image-plus-text-content-classic.background-text-color:before {
  background-color: #f0f0f0;
  content: '';
  width: 1000vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.wrapper-for-contact-information {
  padding: 0 0 0 4.5%;
}

.wrapper-for-contact-information p {
  line-height: 40px;
  margin-bottom: 1.6em;
}

.wrapper-for-contact-information h2 {
  margin-bottom: 0.9em;
}

.added_quote_pro {
  clear: both;
}

.woocommerce-notices-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px;
}

.custom-items-filters .woocommerce-notices-wrapper {
  margin-top: 50px;
}

.custom-items-filters-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.custom-items-filters-block-additional-information {
  flex: 1;
  margin-top: 20px;
}

.custom-items-filters label {
  cursor: pointer;
}

.custom-items-filters ul {
  list-style: none;
}

.custom-items-filters-blocks {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.custom-items-filters-block {
  margin-top: 25px;
}

.custom-items-filters-block:last-of-type {
  margin-right: 0;
}

.custom-items-filters-block-buttons {
  display: flex;
  align-items: center;
}

.custom-items-filters-block-buttons-meters,
.custom-items-filters-block-buttons-feet {
  color: #999999;
  font-weight: 700;
  margin: 0 10px;
}

.custom-items-filters-block-buttons-meters.active,
.custom-items-filters-block-buttons-feet.active {
  color: #000000;
}

.custom-items-filters-block-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.custom-items-filters-block-list {
  display: flex;
  flex-wrap: wrap;
}

.custom-items-filters-block-list-item {
  margin-right: 16px;
  margin-top: 19px;
}

.custom-items-filters-block-list-item:last-of-type {
  margin-right: 0;
}

.custom-items-filters-block-list-item-value > label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  border: 1px solid #000000;
  height: 57px;
  padding-left: 16px;
  padding-right: 16px;
  transition: 200ms linear 0s;
}

.custom-items-filters-block-list-item-value > label > span {
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  white-space: nowrap;
}

.custom-items-filters-block-list-item-value.feet {
  display: none;
}

.custom-items-filters input[type="checkbox"],
.custom-items-filters input[type="radio"] {
  display: none;
}

.custom-items-filters input[type="checkbox"]:checked + label,
.custom-items-filters input[type="radio"]:checked + label {
  background-color: #ff6900;
  border-color: #ff6900;
}

.custom-items-filters input[type="checkbox"]:checked + label > span,
.custom-items-filters input[type="radio"]:checked + label > span {
  color: #fff;
}

.custom-items-filters.not-shelters-main-cat-active .custom-items-filters-block-list {
  position: relative;
}

.custom-items-filters.not-shelters-main-cat-active .custom-items-filters-block-list:not(.product_main_cats):after {
  display: block;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.custom-items-filters.not-shelters-main-cat-active .custom-items-filters-block-list:not(.product_main_cats) .custom-items-filters-block-list-item-value > label {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.custom-info-tabs *[data-tent-info] {
  display: none;
}

.custom-info-tabs *[data-tent-info].active {
  display: block;
}

.custom-info-tabs *[data-property-name] {
  opacity: 0;
  visibility: hidden;
  transition: 200ms linear 0s;
}

.custom-info-tabs *[data-property-name].active {
  opacity: 1;
  visibility: visible;
}

.custom-info-tabs a[data-target-property-name] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
}

.custom-info-tabs a[data-target-property-name] * {
  color: #959595;
}

.custom-info-tabs a[data-target-property-name].active {
  background-color: #333333;
}

.custom-info-tabs a[data-target-property-name].active * {
  color: inherit;
}

.product-title-category {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.product-subtitle-1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
}

.simple-post .simple-text p {
  line-height: 29px;
  margin-bottom: 1.2em;
}

.simple-post .simple-text *:last-child {
  margin-bottom: 0;
}

.simple-post .simple-text h2 {
  margin-bottom: 0.9em;
}

.simple-post .simple-text h3 {
  margin-top: 1.55em;
  margin-bottom: 0.6em;
}

.simple-post .simple-text h4 {
  letter-spacing: -0.6px;
  margin-bottom: 0.47em;
  margin-top: 1.3em;
}

.list-icons-includes {
  padding-top: 72px;
}

.list-icons-includes-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.list-icons-includes-list-item {
  padding: 0 10px 50px;
  width: 25%;
  text-align: center;
}

.list-icons-includes-list-item-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.list-icons-includes-list-item-img {
  height: 155px;
}

.site-footer {
  position: relative;
  clear: both;
}

.site-footer:before {
  display: block;
  background-color: #000000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.site-footer .wrapper {
  position: relative;
  z-index: 2;
}

.site-footer-container {
  display: flex;
}

.site-footer-left-block {
  display: flex;
  flex: 1;
  padding-top: 100px;
  background-color: #000000;
  flex-wrap: wrap;
}

.site-footer-left-block .footer-column1,
.site-footer-left-block .footer-column2,
.site-footer-left-block .footer-column3 {
  width: 33.33%;
}

.site-footer-left-block ul {
  list-style-type: none;
}

.site-footer-left-block ul li {
  margin-top: 29px;
}

.site-footer-left-block ul li:first-child {
  margin-top: 0;
}

.site-footer-left-block ul li a {
  color: #939393;
  font-size: 20px;
  font-weight: 300;
}

.site-footer-left-block ul li:first-child a {
  color: #ffffff;
  font-weight: 700;
}

.site-footer-left-block .footer-copyright-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 143px 0 123px;
  color: #999999;
  text-align: center;
  width: 100%;
}

.site-footer-right-block {
  width: 32.68293%;
}

.site-footer-right-block::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
}

.site-footer-right-block .footer-column4 {
  padding-top: 100px;
  padding-left: 20.710059172%;
}

.site-footer-right-block ul {
  list-style-type: none;
}

.site-footer-right-block .footer-contact-title-text {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

/*.site-footer-right-block .footer-contact-description {*/
/*  margin-top: 23px;*/
/*  font-size: 20px;*/
/*  font-weight: 300;*/
/*  line-height: 30px;*/
/*}*/

.site-footer-right-block .footer-contacts {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 46px;
}

.site-footer-right-block .footer-contacts a {
  color: #000000;
}

.site-footer-right-block .footer-days-work {
  font-size: 20px;
  margin-bottom: 61px;
}

.site-footer-right-block .footer-days-work p {
  margin-bottom: 0;
}

.site-footer-right-block .footer-social-links-list {
  margin-top: 50px;
  display: flex;
}

.site-footer-right-block .footer-social-links-list li {
  padding-left: 35px;
}

.site-footer-right-block .footer-social-links-list li:first-child {
  padding-left: 0;
}

.site-footer-right-block .footer-social-links-list a {
  color: #000000;
}

.button-2 {
  display: inline-block;
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding: 17px 32px 18px;
  transition: 200ms linear 0s;
}

.button-2:hover,
.button-2:focus,
.button-2:active {
  opacity: .75;
}

.button-3 {
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding: 17px 32px 18px;
  transition: 200ms linear 0s;
}

.button-3:hover,
.button-3:focus,
.button-3:active {
  opacity: .75;
}

.button-4 {
  display: flex;
  background: transparent;
  box-shadow: 0 3px 20px rgba(251, 105, 32, 0.2);
  border-radius: 10px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  padding: 25px 60px;
  transition: 200ms linear 0s;
  width: 100%;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  transition: 200ms linear 0s;
}

.button-4:hover {
  color: #ffffff;
  background-color: #ff6900;
}

.case-studies-paragraf {
  max-width: 812px;
  margin: 0 auto;
  margin-top: 30px;
}

.link-arrow-right {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  width: 100%;
}

.link-arrow-right::after {
  content: "";
  background-image: url("img/icons/icon-arrow-to-left.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: 30px;
}

.flickity-button {
  /*position: relative;*/
}

.carousel-cell {
  /*width: 66%;*/
  width: 100%;
  height: 200px;
  margin-right: 10px;
  border-radius: 5px;
}

.carousel-cell img {
    height: auto;
    /*object-fit: cover;*/
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

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

body.woocommerce-cart header,
body.woocommerce-checkout header,
body.woocommerce-page header {
  background-color: #ffffff;
}

body.woocommerce-cart .order-configurator-header-right,
body.woocommerce-checkout .order-configurator-header-right,
body.woocommerce-page .order-configurator-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.woocommerce-cart .order-configurator-header-right .btn-select-currency,
body.woocommerce-checkout .order-configurator-header-right .btn-select-currency,
body.woocommerce-page .order-configurator-header-right .btn-select-currency {
  margin-top: 0;
  margin-left: 42px;
  border: none;
}

body.woocommerce-cart .order-configurator-header-right .currency-block-value,
body.woocommerce-checkout .order-configurator-header-right .currency-block-value,
body.woocommerce-page .order-configurator-header-right .currency-block-value {
  margin-left: 42px;
}

body.woocommerce-cart .order-configurator-header-right .configurator-opener,
body.woocommerce-checkout .order-configurator-header-right .configurator-opener,
body.woocommerce-page .order-configurator-header-right .configurator-opener {
  margin-left: 5px;
}

body.woocommerce-cart .order-configurator-header-right .configurator-opener:before,
body.woocommerce-checkout .order-configurator-header-right .configurator-opener:before,
body.woocommerce-page .order-configurator-header-right .configurator-opener:before {
  display: inline-block;
  content: "\f085";
  font-family: "Font Awesome 5 Pro";
}

body.woocommerce-cart .order-configurator-header-right .configurator-opener > span,
body.woocommerce-checkout .order-configurator-header-right .configurator-opener > span,
body.woocommerce-page .order-configurator-header-right .configurator-opener > span {
  display: none;
}

.woocommerce-currency-selector-wrap * {
  font-family: "Mulish", sans-serif;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button {
  width: 82px !important;
}

.woocommerce-currency-selector-dropdown {
  padding-top: 0;
  position: fixed;
}

.woocommerce-currency-selector-dropdown * {
  font-family: "Mulish", sans-serif;
}

@-moz-document url-prefix()  {
  .woocommerce-currency-selector-dropdown {
    padding-top: 0 !important;
  }
}

.woocommerce-currency-selector-dropdown .ui-widget.ui-widget-content {
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0;
  padding-bottom: 0;
  width: 70.6px !important;
}

.woocommerce-currency-selector-dropdown.ui-selectmenu-open {
  border-color: transparent;
  z-index: 1001;
}

.woocommerce-currency-selector-dropdown .ui-menu-item {
  margin-top: 0;
  list-style-image: none;
}

.woocommerce-currency-selector-dropdown .ui-menu-item.ui-state-focus {
  background-color: rgba(128, 128, 128, 0.3) !important;
}

.woocommerce-currency-selector-dropdown .ui-menu-item.ui-state-focus .woocommerce-currency-selector-option {
  color: initial;
}

.woocommerce-currency-selector-dropdown .ui-menu-item:last-of-type .woocommerce-currency-selector-option.ui-menu-item-wrapper {
  padding-bottom: 14px;
}

.woocommerce-currency-selector-dropdown .woocommerce-currency-selector-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.woocommerce-currency-selector-dropdown .woocommerce-currency-selector-option.ui-menu-item-wrapper {
  padding: 9px 15px 9px 9px;
}

.woocommerce-currency-selector-dropdown .woocommerce-currency-selector-option.ui-state-active {
  background: none;
  background-color: rgba(128, 128, 128, 0.3) !important;
  border: none;
  color: inherit;
}

.woocommerce-currency-selector-dropdown .ui-state-hover,
.woocommerce-currency-selector-dropdown .ui-widget-content .ui-state-hover,
.woocommerce-currency-selector-dropdown .ui-widget-header .ui-state-hover,
.woocommerce-currency-selector-dropdown .ui-state-focus,
.woocommerce-currency-selector-dropdown .ui-widget-content .ui-state-focus,
.woocommerce-currency-selector-dropdown .ui-widget-header .ui-state-focus,
.woocommerce-currency-selector-dropdown .ui-button:hover,
.woocommerce-currency-selector-dropdown .ui-button:focus {
  border: none;
}

.woocommerce-currency-selector-wrap {
  margin-left: 20px;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-selectmenu-text {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.woocommerce-currency-selector-wrap .currency-flag,
.woocommerce-currency-selector-option .currency-flag {
  width: 39px;
  height: 39px;
  margin: 0;
  border: none;
  margin-right: 8px;
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-usd,
.woocommerce-currency-selector-option .currency-flag.currency-flag-usd {
  background-image: url(img/icons/Currency-USD.svg);
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-gbp,
.woocommerce-currency-selector-option .currency-flag.currency-flag-gbp {
  background-image: url(img/icons/Currency-GBP.svg);
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-eur,
.woocommerce-currency-selector-option .currency-flag.currency-flag-eur {
  background-image: url(img/icons/Currency-EUR.svg);
}

.woocommerce-currency-selector-wrap .currency-flag.currency-flag-cad,
.woocommerce-currency-selector-option .currency-flag.currency-flag-cad {
  background-image: url(img/icons/Currency-CAD.svg);
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button,
.woocommerce-currency-selector-option .ui-selectmenu-button {
  display: inline-block;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-icon,
.woocommerce-currency-selector-option .ui-selectmenu-button span.ui-icon {
  display: none;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-selectmenu-text,
.woocommerce-currency-selector-option .ui-selectmenu-button span.ui-selectmenu-text {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 26px 0 11px;
  position: relative;
}

@-moz-document url-prefix()  {
  .woocommerce-currency-selector-wrap .ui-selectmenu-button span.ui-selectmenu-text,
  .woocommerce-currency-selector-option .ui-selectmenu-button span.ui-selectmenu-text {
    padding-right: 20px;
  }
}

.woocommerce-currency-selector-wrap .ui-widget,
.woocommerce-currency-selector-option .ui-widget {
  background: transparent;
  border: none;
  padding-left: 0;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-text,
.woocommerce-currency-selector-option .ui-selectmenu-text {
  margin-right: 0;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-text:focus,
.woocommerce-currency-selector-option .ui-selectmenu-text:focus {
  outline: none;
}

.woocommerce-currency-selector-wrap .ui-selectmenu-text:after,
.woocommerce-currency-selector-option .ui-selectmenu-text:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #a5a5a5;
  font-size: 38px;
  font-weight: 300;
  transition: 200ms linear 0s;
  position: absolute;
  right: 0;
}

.woocommerce-currency-selector-wrap .ui-corner-top .ui-selectmenu-text::after,
.woocommerce-currency-selector-option .ui-corner-top .ui-selectmenu-text::after {
  transform: rotateZ(180deg);
}

.woocommerce-currency-selector-wrap .ui-selectmenu-button:focus,
.woocommerce-currency-selector-option .ui-selectmenu-button:focus {
  outline: none;
}

body.woocommerce-checkout .woocommerce-currency-selector-dropdown .ui-menu-item:first-child {
  margin-top: 0;
}

select.woocommerce-currency-selector {
  display: none;
}

select.woocommerce-currency-selector + .ui-selectmenu-button {
  margin-right: 0;
}

select.woocommerce-currency-selector + .ui-selectmenu-button:hover,
select.woocommerce-currency-selector + .ui-selectmenu-button:focus {
  outline: none;
  background: none;
  border: none;
  font-weight: inherit;
  color: inherit;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus {
  border: none;
  background: none;
}

body .ui-menu .ui-state-focus,
body .ui-menu .ui-state-active {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.wrapper-wide {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-empty-title {
  padding-top: 100px;
}

.woocommerce-cart-header {
  padding: 100px 0;
}

.woocommerce-cart-subtitle {
  text-align: center;
  font-weight: 300;
}

.woocommerce-cart-text {
  padding-top: 35px;
  text-align: center;
}

.woocommerce-cart-form tr:nth-child(odd) {
  background-color: transparent;
}

.woocommerce-cart-form tr:last-child td {
  padding-bottom: 75px !important;
}

.woocommerce-cart-form table.shop_table {
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}

.woocommerce-cart-form table.shop_table th {
  font-size: 24px;
  font-weight: 300;
  line-height: 22px;
  padding: 0;
}

.woocommerce-cart-form table.shop_table td {
  padding: 0;
  border-top: none;
}

.woocommerce-cart-form table.shop_table .product-thumbnail {
  width: 9.39024%;
}

.woocommerce-cart-form table.shop_table .product-thumbnail img {
  width: 122px;
  height: 122px;
  border-radius: 5px;
}

.woocommerce-cart-form table.shop_table .product-name a {
  font-size: 30px;
}

.woocommerce-cart-form table.shop_table .product-name p {
  font-size: 30px;
  margin-bottom: 0;
}

.woocommerce-cart-form table.shop_table .product-name dl.variation {
  font-size: 20px;
  display: flex;
  padding-top: 30px;
}

.woocommerce-cart-form table.shop_table .product-name dl.variation dt {
  padding-left: 30px;
}

.woocommerce-cart-form table.shop_table .product-name dl.variation dt:first-child {
  padding-left: 0;
}

.woocommerce-cart-form table.shop_table .product-price span {
  font-size: 24px;
}

.woocommerce-cart-form table.shop_table .product-quantity input {
  font-size: 24px;
  text-align: right;
  width: 2.5em;
}

.woocommerce-cart-form table.shop_table .product-subtotal span {
  font-size: 24px;
  font-weight: 700;
}

.woocommerce-cart-form table.shop_table .product-button-customize {
  text-align: center;
}

.woocommerce-cart-form table.shop_table .product-remove a {
  background-color: transparent;
  color: #000000 !important;
}

.woocommerce-cart-form table.shop_table tbody tr .product-thumbnail {
  padding: 25px 0;
}

.woocommerce-cart-form table.shop_table thead tr .product-thumbnail {
  padding-bottom: 25px;
}

.woocommerce-cart-form td,
.woocommerce-cart-form th {
  border: solid transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  width: auto;
  min-width: 220px;
  white-space: nowrap;
}

.woocommerce-cart .cart-collaterals .cart_totals table th *,
.woocommerce-cart .cart-collaterals .cart_totals table td * {
  white-space: nowrap;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
  overflow: hidden;
}

.woocommerce .cart-collaterals .cart_totals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals .cart_totals {
  max-width: 430px;
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals tr:nth-child(odd),
.woocommerce-page .cart-collaterals .cart_totals tr:nth-child(odd) {
  background-color: transparent;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table th {
  font-size: 24px;
  font-weight: 300;
  line-height: 22px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
  font-size: 36px;
  font-weight: 700;
}

.woocommerce .cart-collaterals .cart_totals td,
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th {
  border-color: transparent;
  padding: 0;
}

.wc-proceed-to-checkout {
  padding: 0 !important;
}

.wc-proceed-to-checkout-button-and-link {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.quantity {
  position: relative;
}

.qty {
  border: none;
  min-height: 57px;
  font-size: 24px;
  font-weight: 700;
}

.minus-button,
.plus-button {
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  cursor: pointer;
  width: 19px;
  height: 9px;
  background-color: transparent;
  position: absolute;
  border: none;
  overflow: hidden;
  padding: 0;
  text-indent: -99999px;
}

.minus-button {
  top: 33px;
}

.plus-button {
  transform: rotateZ(180deg);
  top: 18px;
}

.coupon,
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}

dl.variation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

dl.variation * {
  font-size: 20px;
  line-height: normal;
}

dl.variation > div {
  display: flex;
  margin-right: 50px;
}

dl.variation > div:last-of-type {
  margin-right: 0;
}

.woocommerce .thwcfe-checkout-section,
.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.woocommerce .thwcfe-checkout-section .checkout-title,
.woocommerce .thwcfe-checkout-section .checkout-title-paragraph {
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce-thank-you {
  padding: 102px 0 150px;
}

.woocommerce-thank-you-subtitle {
  margin: 69px 0 20px;
}

.woocommerce-thank-you-list {
  margin-bottom: 55px;
  padding-left: 30px;
}

.woocommerce form .form-row {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 0 30px;
}

.woocommerce form .form-row > .checkout-title {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce form .form-row span.optional {
  display: none;
}

.woocommerce form .form-row-wide {
  width: 100%;
}

.woocommerce form .form-row-two-thirds {
  width: 66.667%;
}

.woocommerce form .form-row-half {
  width: 50%;
}

.woocommerce form .form-row-third {
  width: 33.33%;
}

.woocommerce form .form-row-one-sixth {
  width: 16.667%;
}

.woocommerce form .form-row-heading {
  margin-bottom: 0;
}

.woocommerce form .form-row-confirmation {
  display: flex;
  align-items: flex-start;
}

.woocommerce form .form-row-confirmation > span {
  display: block;
}

.woocommerce form .form-row-confirmation > span:first-of-type {
  width: 34%;
}

.woocommerce form .form-row-confirmation > span:last-of-type {
  flex: 1;
}

.woocommerce form .form-row.notes {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  margin-top: 2em;
  margin-bottom: 0;
}

.woocommerce-checkout .checkout-text-with-button-container {
  display: inline-block;
  position: relative;
}

.woocommerce-checkout .checkout-title {
  margin: 50px 0 15px;
  width: 100%;
}

.woocommerce-checkout .checkout-title.checkout-first-title {
  margin-top: 0;
}

.woocommerce-checkout .checkout-title .checkout-text-with-button-container {
  padding-right: 190px;
}

.woocommerce-checkout .checkout-title-paragraph {
  margin-bottom: 0;
  max-width: 665px;
}

.woocommerce-checkout .checkout-greating-text h2 {
  margin-bottom: 15px;
}

.woocommerce-checkout .checkout-greating-text p {
  margin-bottom: 9px;
}

.woocommerce-checkout .checkout-greating-text > *:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout h3.checkout-title {
  margin-top: 20px;
  margin-bottom: 30px;
}

.woocommerce-checkout p label {
  font-size: 16px;
}

.woocommerce-checkout p input,
.woocommerce-checkout p textarea,
.woocommerce-checkout p .select2-selection {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px !important;
  font-size: 20px;
}

.woocommerce-checkout p .select2-selection {
  padding-right: 32px !important;
}

.woocommerce-checkout p .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce-checkout p .select2-container .select2-selection--single {
  height: auto;
}

.woocommerce-checkout p .select2-selection__arrow {
  top: 20px !important;
  right: 16px !important;
}

.woocommerce-checkout p .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px;
}

.checkout-hidden-block {
  display: none !important;
}

.checkout-form-container {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
}

.checkout-form-steps {
  list-style: none;
  position: relative;
  min-height: 100vh;
}

.checkout-form-steps li[data-checkout-step="1"] .checkout-title.checkout-title-short-on-step-1 > span {
  display: none;
}

.checkout-form-step {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  transition: 500ms linear 0s;
}

.checkout-form-step.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  position: relative;
  height: auto;
  transition: 500ms linear 500ms;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order {
  margin-top: 50px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table {
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody {
  display: block;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody tr {
  display: none;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody tr.woocommerce-shipping-totals {
  display: block;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tbody tr.woocommerce-shipping-totals td {
  display: block;
  border: none;
  padding: 0;
  vertical-align: middle;
  line-height: 1.5em;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table tfoot {
  display: none !important;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] {
  display: none !important;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label {
  display: flex !important;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label[for^="shipping_method"][for*="free_shipping"] .shipping_method-cost {
  display: none;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label:before {
  display: inline-block;
  content: '';
  border: 3px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label:after {
  display: inline-block;
  content: '';
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #000000;
  padding: 20px;
  margin-bottom: 30px !important;
  transition: 200ms linear 0s;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li:last-of-type {
  margin-bottom: 0 !important;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] {
  background-color: #000000;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] * {
  color: #ffffff;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] input[type="radio"] + label:before {
  border-color: #fff;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li[data-checked="checked"] input[type="radio"] + label:after {
  background-color: #fff;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-title {
  flex: 1;
  font-size: 22px;
  line-height: 28px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-cost {
  display: none;
}

.checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-cost:before {
  display: block;
  content: 'Price from';
  font-size: 16px;
  line-height: 40px;
}

.checkout-form-step[data-checkout-step="1"] .checkout-sidebar-totals table.shop_table tbody tr:not([class="cart_item"]) {
  display: none !important;
}

.checkout-form-step[data-checkout-step="2"] .checkout-sidebar-totals table.shop_table tfoot .order-foot-action {
  display: none;
}

.checkout-form-step[data-checkout-step="2"] .checkout-fields .shipping-information .shipping_address {
  display: block !important;
}

.checkout-form-step-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 3px solid #000000;
  margin-top: 100px;
  padding: 50px 0;
}

.checkout-form-step-actions .link {
  text-align: left;
}

.checkout-form-step-actions-right {
  text-align: right;
}

.checkout-fields {
  flex: 1;
  position: relative;
}

.checkout-sidebar-totals {
  background-color: #000000;
  border-radius: 5px;
  width: 100%;
}

.checkout-sidebar-totals * {
  color: #fff;
}

.checkout-sidebar-totals *[class^="button"] {
  color: initial;
}

.checkout-sidebar-totals-container {
  padding: 25px;
}

.checkout-sidebar-totals table.shop_table {
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
}

.checkout-sidebar-totals table.shop_table tr:nth-child(odd),
.checkout-sidebar-totals table.shop_table tr:nth-child(even) {
  background-color: transparent;
}

.checkout-sidebar-totals table.shop_table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.checkout-sidebar-totals table.shop_table tr:first-of-type {
  margin-top: 75px;
}

.checkout-sidebar-totals table.shop_table tr.cart_item * {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.checkout-sidebar-totals table.shop_table th,
.checkout-sidebar-totals table.shop_table td {
  display: block;
  border: none;
  padding: 0;
}

.checkout-sidebar-totals table.shop_table th.product-name,
.checkout-sidebar-totals table.shop_table td.product-name {
  width: 63%;
}

.checkout-sidebar-totals table.shop_table th.product-quantity,
.checkout-sidebar-totals table.shop_table td.product-quantity {
  min-width: 0;
}

.checkout-sidebar-totals table.shop_table th.product-total,
.checkout-sidebar-totals table.shop_table td.product-total {
  text-align: right;
  flex: 1;
}

.checkout-sidebar-totals table.shop_table tbody {
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
}

.checkout-sidebar-totals table.shop_table tbody tr {
  margin-bottom: 50px;
}

.checkout-sidebar-totals table.shop_table tbody tr:first-of-type {
  margin-top: 30px;
}

.checkout-sidebar-totals table.shop_table tfoot {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.checkout-sidebar-totals table.shop_table tfoot tr,
.checkout-sidebar-totals table.shop_table tfoot tr:first-of-type {
  margin-top: 20px;
  margin-bottom: 0;
}

.checkout-sidebar-totals table.shop_table tfoot tr {
  flex-direction: column;
  min-width: 100px;
}

.checkout-sidebar-totals table.shop_table tfoot tr th {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.checkout-sidebar-totals table.shop_table tfoot tr td,
.checkout-sidebar-totals table.shop_table tfoot tr td * {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.checkout-sidebar-totals table.shop_table tfoot .order-foot-action {
  align-items: center;
  margin-left: 0;
  width: 100%;
}

.checkout-sidebar-totals table.shop_table dl.variation * {
  font-size: 16px;
}

.checkout-sidebar-totals table.shop_table dl.variation > div {
  margin-top: 5px;
  margin-right: 30px;
}

.checkout-sidebar-totals table.shop_table .shop-table-row-heading > td {
  width: 100%;
}

.checkout-sidebar-totals #shipping_method li {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method li[data-checked="checked"] {
  display: block !important;
}

.checkout-sidebar-totals #shipping_method li label[for^="shipping_method"] {
  display: flex;
}

.checkout-sidebar-totals #shipping_method li label[for^="shipping_method"] > * {
  display: inline-block;
}

.checkout-sidebar-totals #shipping_method li input[type="radio"] {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method li input[type="radio"] + label {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method li input[type="radio"][checked="checked"] + label {
  display: flex !important;
}

.checkout-sidebar-totals #shipping_method .shipping_method-title {
  flex: 1;
  text-align: left;
}

.checkout-sidebar-totals #shipping_method .shipping_method-cost > .amount {
  display: none !important;
}

.checkout-sidebar-totals #shipping_method .shipping_method-cost:before {
  display: inline-block;
  content: 'TBC';
}

.checkout-sidebar-totals #shipping_method .shipping_method-description {
  display: none !important;
}

.checkout-sidebar-totals .checkout-text-with-button-container {
  display: block;
  padding-right: 120px;
}

.checkout-float-button {
  position: absolute;
  right: 0;
  top: -10px;
}

#ship-to-different-address {
  display: flex;
  align-items: flex-end;
}

#ship-to-different-address > span:not([class]) {
  display: block;
  flex: 1;
}

.ship-to-different-address-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}

.ship-to-different-address-checkbox-wrapper input {
  display: none;
}

.ship-to-different-address-checkbox-wrapper input + label {
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 50px;
  border-radius: 25px;
  background-color: #FF6900;
  opacity: 1;
  position: relative;
  transition: 200ms linear 0s;
}

.ship-to-different-address-checkbox-wrapper input + label:after {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  z-index: 2;
  transition: 200ms linear 0s;
}

.ship-to-different-address-checkbox-wrapper input:checked + label {
  background-color: #222222;
  opacity: 0.3;
}

.ship-to-different-address-checkbox-wrapper input:checked + label:after {
  right: 55px;
}

.ship-to-different-address-checkbox-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-right: 15px;
}

.shipping_method-description {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
}

/*@media all and (max-width:767px){
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
		display: table-row;
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive td{
		display: inline-block !important;
	}
	.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
		display: none !important;
	}
	.woocommerce-cart-form tr:nth-child(odd) {
		background-color: transparent;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		display: none;
	}
	.woocommerce-cart-form table.shop_table .product-name,
	.woocommerce-cart-form table.shop_table .product-price,
	.woocommerce-cart-form table.shop_table .product-quantity,
	.woocommerce-cart-form table.shop_table .product-subtotal,
	.woocommerce-cart-form table.shop_table .product-button-customize{
		width: auto;
	}
	.woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button{
		display: none;
	}
}*/

.woocommerce-terms-and-conditions-wrapper {
  width: 100% !important;
  margin-bottom: 100px;
  padding-left: 8px;
  padding-right: 8px;
}

.woocommerce-terms-and-conditions-wrapper p {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p label {
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
}

.woocommerce form .form-row textarea#order_comments {
  height: 200px;
}

.woocommerce-form__input-checkbox {
  cursor: pointer;
  transform: scale(1.5);
  outline: none;
}

.woocommerce-form__input-checkbox:focus {
  outline: none;
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
}

.woocommerce-form__label-for-checkbox > span {
  display: block;
}

.woocommerce-form__label-for-checkbox > span:first-of-type {
  width: 45px;
}

.woocommerce-form__label-for-checkbox > span:last-of-type {
  flex: 1;
}

.product-container {
  display: flex;
  overflow: hidden;
}

.product-container figure {
  margin: 0;
}

.product-gallery .block-custom-slider-gallery-navigation {
  margin-left: -10px;
  margin-right: -10px;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button {
  background-color: transparent;
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  border-radius: 0;
  border: 2px solid #000;
  position: absolute;
  top: calc(50% + 5px);
  left: auto !important;
  right: 10px !important;
  width: 60px;
  height: 60px;
  z-index: 3;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button:hover {
  opacity: 0.6;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button > svg {
  display: none;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button.previous {
  right: 86px !important;
}

.product-gallery .block-custom-slider-gallery-navigation-container .flickity-prev-next-button.next {
  transform: rotateZ(180deg) translateY(50%);
}

.product-gallery .block-custom-slider-gallery-navigation-container.flickity-enabled {
  display: block;
}

.product-gallery .block-custom-slider-gallery-navigation-container.flickity-enabled:before {
  display: block;
  content: '';
  background: linear-gradient(to right, transparent 0%, white 50%);
  position: absolute;
  top: 0;
  right: 0;
  width: 182px;
  height: 100%;
  z-index: 2;
}

.product-gallery .block-custom-slider-gallery-navigation-container.flickity-enabled .block-custom-slider-gallery-navigation-link {
  min-width: 167px;
}

.product-gallery .block-custom-slider-gallery-navigation-container.total-items-1 .block-custom-slider-gallery-navigation-link,
.product-gallery .block-custom-slider-gallery-navigation-container.total-items-2 .block-custom-slider-gallery-navigation-link,
.product-gallery .block-custom-slider-gallery-navigation-container.total-items-3 .block-custom-slider-gallery-navigation-link {
  min-width: 167px;
}

.product-gallery .block-custom-slider-gallery-navigation-link {
  width: 25%;
  height: 100px;
  margin: 0;
  transition: none;
  padding-left: 10px;
  padding-right: 10px;
}

.product-gallery .block-custom-slider-gallery-navigation-link > span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #cecece;
  height: 100%;
  position: relative;
}

.product-gallery .block-custom-slider-gallery-navigation-link.video-thumbnail {
  position: relative;
}

.product-gallery .block-custom-slider-gallery-navigation-link.video-thumbnail > span:after {
  display: block;
  content: '';
  background-image: url("img/icons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px 38px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product_title span {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.product-information {
  width: 48.53659%;
  padding-left: 6.82927%;
}

.product-information-quantity {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
}

.product-information-container {
  margin-top: 43px;
  margin-left: 0;
}

.product-information-name-price {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}

.product-information-price {
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 7px;
}

.product-information-button {
  margin-top: 61px !important;
}

.product-information-under-title {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.product-information-under-title.without-in-stock {
  max-width: 340px;
}

.product-information-under-title.with-variations {
  max-width: 606px;
}

.product-information-under-title-quantity button:hover {
  cursor: pointer;
}

.product-information-under-title-quantity div.quantity {
  margin-top: 3px !important;
  position: relative !important;
  width: 75px !important;
}

.product-information-under-title-quantity div.quantity .minus-button,
.product-information-under-title-quantity div.quantity .plus-button {
  text-indent: -99999px;
  background-image: url(img/icons/arrow-input-down.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: auto;
  right: 0;
  width: 19px;
  height: 9px;
  overflow: hidden;
}

.product-information-under-title-quantity div.quantity .minus-button {
  top: 31px;
}

.product-information-under-title-quantity div.quantity .plus-button {
  transform: rotateZ(180deg);
  top: 16px;
}

.product-information-under-title-quantity div.quantity .qty {
  width: 100%;
  border: none;
  min-height: auto;
  font-size: 40px;
  font-weight: 300;
  text-align: right !important;
}

.product-information-under-title-quantity div.quantity .qty::-webkit-inner-spin-button {
  display: none;
}

.product-information-under-title-stock {
  margin-top: 34px;
}

.product-information-under-title-stock p {
  font-family: "Jost", sans-serif;
  font-size: 60px !important;
  font-weight: 500;
  color: #ff6900 !important;
  margin-bottom: 0;
}

.product-information-under-title .single_variation_wrap .price * {
  font-size: 40px;
  font-weight: 300;
}

.product-description-title {
  margin-bottom: 58px;
}

.product-description-text {
  width: 47.56098%;
  margin-top: 59px;
}

.product-description-text-container {
  display: flex;
}

.product-description-attribute {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-description-attribute .block-custom-content-category-products-item-list-attributes {
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
  width: calc(33.33% - 20px);
  padding: 0 0 20px;
}

.product-description-attribute .block-custom-content-category-products-item-list-attributes-container {
  padding: 25px 0 12px;
  height: auto;
  width: auto;
}

.product-description-attribute .block-custom-content-category-products-item-side-content-buttons-feet {
  margin-left: 19px;
}

.woocommerce-variation-price {
  margin-bottom: 20px;
}

.woocommerce div.product span.price {
  color: #000;
}

.woocommerce div.product .variations tr:nth-child(odd) {
  background-color: transparent;
}

.woocommerce div.product .variations tr td select {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px !important;
  font-size: 20px;
  background-color: transparent;
}

.order-configurator-header.wc-store-header {
  padding: 0;
}

.order-configurator-header.wc-store-header .order-configurator-header-left {
  display: block;
}

.order-configurator-header.wc-store-header .order-configurator-header-center * {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35.01px;
}

.order-configurator-header.wc-store-header .woocommerce-currency-selector-wrap {
  margin-right: 5px;
}

.woocommerce .product-information-container .product-information-under-title-quantity .input-text {
  padding: 0 24px 0 0;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity {
  margin-top: -3px !important;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .plus-button,
.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .minus-button {
  right: -8px;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .plus-button {
  top: 14px;
}

.woocommerce .product-information-container .product-information-under-title-quantity div.quantity .minus-button {
  top: 29px;
}

.woocommerce .quantity .qty {
  outline: none !important;
}

.product-information-variations table,
.product-information-variations tbody,
.product-information-variations tr,
.product-information-variations td {
  display: block;
  margin: 0;
  padding: 0;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button {
  display: inline-block;
  background: none;
  border: none;
  width: auto;
  text-align: initial;
  padding: 0;
  margin: 0;
  outline: none !important;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button * {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button:focus {
  color: #000;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button .ui-selectmenu-icon {
  display: block;
  content: '';
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 19px;
  height: 9px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 200ms linear 0s;
}

.product-information-variations .variations .value select + .ui-selectmenu-button.ui-button[aria-expanded="true"] .ui-selectmenu-icon {
  transform: translateY(-50%) rotateZ(180deg);
}

.woocommerce div.product form.cart .product-information-variations .variations td,
.woocommerce div.product form.cart .product-information-variations .variations td.label {
  line-height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce div.product form.cart .product-information-variations .variations label {
  display: block;
  font-size: 20px;
  font-weight: 900;
}

.woocommerce div.product form.cart .product-information-variations td.value {
  display: inline-block;
  position: relative;
}

.woocommerce div.product form.cart .product-information-variations tr td select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 40px;
  line-height: normal;
  outline: none !important;
  max-width: none;
  min-width: 0;
  display: inline-block;
  margin-right: 0;
  margin-top: -3px;
  padding: 0 24px 0 0 !important;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 12px;
}

.woocommerce-variation-add-to-cart-enabled {
  margin-top: 30px;
}

body.woocommerce-checkout .entry-content,
body.woocommerce-cart .entry-content {
  border-bottom: 25px solid #ff6900;
}

body.woocommerce.product-template-default main.site-main {
  border-bottom: 25px solid #ff6900;
}

.product-custom-advantages {
  margin-top: 123px;
}

.product-custom-advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -15px;
}

.product-custom-advantages-list-item {
  display: flex;
  padding: 15px;
  width: 50%;
}

.product-custom-advantages-list-item.odd-last-item {
  justify-content: center !important;
}

.product-custom-advantages-list-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background-color: #f2f2f2;
  width: 100%;
  max-width: 272px;
  min-height: 182px;
}

.product-custom-advantages-list-item-container {
  display: inline-block;
  text-align: center;
}

.product-custom-advantages-list-item-name {
  font-size: 28px;
  font-weight: 300;
}

.product-custom-advantages-list-item-value {
  color: #ff6900;
  font-size: 24px;
  font-weight: 700;
  margin: 6px 0 0;
}

.variations-custom-dropdown.ui-selectmenu-menu .ui-menu {
  padding-bottom: 0;
}

.variations-custom-dropdown * {
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  line-height: 55px;
}

.variations-custom-dropdown .ui-widget.ui-widget-content {
  border: 1px solid #000;
  border-top: none;
  border-radius: 0;
  margin-left: -5px;
  padding-top: 10px;
}

.variations-custom-dropdown .ui-state-active,
.variations-custom-dropdown .ui-widget-content .ui-state-active,
.variations-custom-dropdown .ui-widget-header .ui-state-active,
.variations-custom-dropdown a.ui-button:active,
.variations-custom-dropdown .ui-button:active,
.variations-custom-dropdown .ui-button.ui-state-active:hover {
  border: none;
  background: #cccccc;
  color: #000;
  font-weight: 300;
}

.variations-custom-dropdown .ui-menu .ui-menu-item-wrapper {
  padding: 0 25px 0 15px;
}

.woocommerce form.login,
.woocommerce form.register {
  width: 500px;
  margin: 40px 0;
}

.woocommerce .container-form-login,
.woocommerce .container-form-register {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce .login-form-title,
.woocommerce .register-form-title {
  text-align: center;
}

.woocommerce .input-text {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 12px;
  font-size: 20px;
}

.woocommerce .form-row {
  font-size: 16px;
}

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

.woocommerce .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
}

.woocommerce .woocommerce-form-login__rememberme span {
  margin-left: 10px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 71%;
}

.woocommerce-account .entry-content > .woocommerce {
  padding: 50px 0;
}

.custom-meta-image-holder {
  background: rgba(204, 204, 204, 0.5);
  border-radius: 5px;
  line-height: 0;
  overflow: hidden;
}

.custom-meta-image-holder img {
  width: 100%;
}

.custom-meta-color {
  display: flex;
}

.custom-meta-color-holder {
  border: 1px solid transparent;
  display: block;
  border-radius: 5px;
  margin-right: 5px;
  width: 30px;
  overflow: hidden;
}

.custom-meta-color-name {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Breadcrump*/

.block-breadcrumb {
  padding: 50px 0;
}

.block-breadcrumb a {
  color: #000000 !important;
}

.block-breadcrumb-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.block-breadcrumb-content .breadcrumb_last {
  font-weight: 700;
}

.block-breadcrumb-content > span > span > * {
  margin-left: 12px;
  margin-right: 12px;
}

.block-breadcrumb-content > span > span > *:first-child {
  margin-left: 0;
}

.block-breadcrumb-content > span > span > *:last-child {
  margin-right: 0;
}

.block-breadcrumb-content > span > span > span * {
  margin-left: 12px;
  margin-right: 12px;
}

.block-breadcrumb-content > span > span > span *:first-child {
  margin-left: 0;
}

.block-breadcrumb-content > span > span > span *:last-child {
  margin-right: 0;
}

.block-breadcrumb.block-breadcrumb-absolute {
  position: relative;
  padding: 0;
  z-index: 10;
}

.block-breadcrumb.block-breadcrumb-absolute .block-breadcrumb-content {
  position: absolute;
  top: 54px;
}

.block-button-list-with-dashed-borders {
  overflow-x: hidden;
}

.block-button-list-with-dashed-borders-container {
  text-align: center;
}

.block-button-list-with-dashed-borders-content {
  overflow: hidden;
}

.block-button-list-with-dashed-borders-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 0;
  padding: 0 125px;
}

.block-button-list-with-dashed-borders-links-items {
  width: 33.33%;
  padding: 25px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Certifications */

.block-certifications {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-certifications-container {
  display: flex;
  align-items: flex-start;
}

.block-certifications-container.text-position-right .block-certifications-content-text {
  order: 2;
}

.block-certifications-container.text-position-right .block-certifications-content-media.image-wrapper-protruding img {
  left: auto;
  right: 0;
}

.block-certifications-container.text-position-right .block-certifications-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  left: auto;
  right: 0;
}

.block-certifications-container.text-position-left .universal-block-image-plus-text-content-protruding-image .block-custom-protruding-image {
  left: auto;
  right: 0;
}

.block-certifications-container.text-align-center .block-certifications-content-text {
  align-self: center;
}

.block-certifications-container.text-align-bottom .block-certifications-content-text {
  align-self: flex-end;
}

.block-certifications-content-title {
  margin-bottom: 1.15em;
}

.block-certifications-content-certifications {
  flex: 1;
  overflow: hidden;
}

.block-certifications-content-certifications-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px -26px 0;
}

.block-certifications-content-certifications-list-item {
  padding: 0 26px 50px;
  width: 50%;
}

.block-certifications-content-certifications-list-item:nth-child(odd) {
  padding-bottom: 0;
}

.block-certifications-content-certifications-list-item:nth-child(odd) .block-certifications-content-certifications-list-item-container {
  margin-top: 100px;
}

.block-certifications-content-certifications-list-item-container img {
  width: 100%;
}

.block-certifications-content-certifications-list-item-img {
  line-height: 0;
}

.block-certifications-content-certifications-list-item-title {
  margin-top: 30px;
}

.image-heading-text-column {

}

.image-heading-text-column h4 {
  /*font-size: 25px;*/
}

.image-heading-text-column p {
  padding-right: 40px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Configeru Tents */

.block-configuring-tents-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0 17px 0 0;
  flex-wrap: wrap;
}

.block-configuring-tents-list-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
  margin-bottom: 0;
  padding: 35px;
  background-color: rgba(1,1,1,0.8);
  min-height: 45%;
}

@media (min-height: 1500px) {
  .block-configuring-tents-list-text {
    min-height: 35%;
  }
}

.block-configuring-tents-list-text  span {
  color: #999999;
}

.block-configuring-tents-list-text-small {
  font-size: 18px;
  font-weight: 400;
}

.block-configuring-tents-list-image img {
  height: 651px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-configuring-tents-list-pointer {
  top: 130px;
  left: 370px;
  z-index: 2;
}

.block-configuring-tents-list-pointer::before {
  content: '';
}

.block-configuring-tents-list .block-configuring-tents-list-image {
  display: block;
  position: relative;
  line-height: 0;
}

.block-configuring-tents-list .block-configuring-tents-list-text::before {
  /*content: '';*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background-color: rgba(1,1,1,0.9);*/
  /*opacity: 0.45;*/
  /*transition: 200ms linear 0s;*/
}

.block-configuring-tents-list .block-configuring-tents-list-image:hover::before {
  background-color: transparent;
  transition: 200ms linear 0s;
}

.block-configuring-tents-item {
  width: 32.33%;
}

.item-half-width {
  width: 49%;
}

.item-half-width {
  margin-top: 30px;
}

.full-bg-image {
  position: relative;
  display: block;
  min-height: 400px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.h2-text-heading {
  line-height: 50px;
  font-weight: 600;
}

@media (min-width: 1500px) {
  .full-bg-image {
    min-width: 500px;
  }
}

.full-bg-image-title {
  background-color: #222222;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 7px 15px;
  font-size: 20px;
  font-weight: 700;
}

.block-configuring-tents-links-container {
  text-align: center;
  padding: 99px 0 93px;
}

.block-configuring-tents-link-container {
  position: relative;
}

.block-configuring-tents-link-container .pre-link-pointer {
  border-color: #ffffff;
}

.block-configuring-tents-link-container .pre-link-pointer:after {
  background-color: #000000;
}

.block-configuring-tents-link-pointer {
  position: absolute;
  z-index: 3;
  top: 80px;
  right: 50px;
}

.block-configuring-tents-link-pointer.filled-bg {
  background-color: #222222;
}

.block-configuring-tents-link-pointer.filled-bg-transparent {
  background-color: rgba(1,1,1,0.8);
  border-color: #999999;
}

.block-configuring-tents-link-pointer:before {
  display: none;
}

.block-configuring-tents-link-pointer > span:before {
  color: #ffffff;
}

.block-configuring-tents-link-title {
  display: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Contact form with text*/

.block-contact-form-with-text {
  position: relative;
  z-index: 1;
  background-size: cover;
}

.block-contact-form-with-text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.block-contact-form-with-text-container {
  display: flex;
  flex-direction: row;
  padding: 91px 109px 90px 27px;
  justify-content: space-between;
}

.block-contact-form-with-text-form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 92px 100px 79px;
  max-width: 674px;
}

.block-contact-form-with-text-side-content {
  width: 35%;
  margin-top: 60px;
}

.block-contact-form-with-text-side-content * {
  color: #ffffff;
}

.block-contact-form-with-text-subtitle {
  margin-top: 28px;
}

.block-contact-form-with-text-form-name,
.block-contact-form-with-text-form-email,
.block-contact-form-with-text-form-number {
  margin-bottom: 12px;
}

.block-contact-form-with-text-form-name input,
.block-contact-form-with-text-form-email input,
.block-contact-form-with-text-form-number input,
.block-contact-form-with-text-form-name select {
  max-width: 300px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 12px 15px;
  font-size: 21px;
  -moz-appearance: textfield;
  width: 100%;
}

.wpcf7-form-control.wpcf7-select {
  color: #7d7d7d;
}
.block-contact-form-with-text-form-name select option:not(:first-of-type) {
  color: black;
}

.block-contact-form-with-text-form-name input::-webkit-outer-spin-button,
.block-contact-form-with-text-form-name input::-webkit-inner-spin-button,
.block-contact-form-with-text-form-email input::-webkit-outer-spin-button,
.block-contact-form-with-text-form-email input::-webkit-inner-spin-button,
.block-contact-form-with-text-form-number input::-webkit-outer-spin-button,
.block-contact-form-with-text-form-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.block-contact-form-with-text-form-name span,
.block-contact-form-with-text-form-email span,
.block-contact-form-with-text-form-number span {
  margin-bottom: 10px;
}

.block-contact-form-with-text-form-name label,
.block-contact-form-with-text-form-email label,
.block-contact-form-with-text-form-number label {
  font-size: 16px;
}

.block-contact-form-with-text-form-name label p,
.block-contact-form-with-text-form-email label p,
.block-contact-form-with-text-form-number label p {
  margin-bottom: 0;
}

.block-contact-form-with-text-form-name div,
.block-contact-form-with-text-form-email div,
.block-contact-form-with-text-form-number div {
  margin-top: 4px;
  position: relative;
}

.block-contact-form-with-text-form-message {
  margin-bottom: 30px;
}

.block-contact-form-with-text-form-message span {
  margin-bottom: 10px;
}

.block-contact-form-with-text-form-message textarea {
  max-width: 474px;
  height: 300px;
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 13px 14px;
  font-size: 21px;
}

.block-contact-form-with-text-form-message label {
  font-size: 16px;
}

.block-contact-form-with-text-form-message label p {
  margin-bottom: 0;
}

.block-contact-form-with-text-form-message label div {
  margin-top: 4px;
}

.block-contact-form-with-text-form-checkbox {
  margin-bottom: 37px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom block with social icons */

.block-custom-block-with-social-icons-container {
  display: flex;
}

.block-custom-block-with-social-icons-text-content {
  display: flex;
  align-items: center;
}

.block-custom-block-with-social-icons-side-content-image {
  position: relative;
  width: 24.26829%;
}

.block-custom-block-with-social-icons-side-content {
  width: 66.34146%;
  margin-left: 9.39024%;
}

.block-custom-block-with-social-icons-image {
  position: absolute;
  right: 0;
}

.block-custom-block-with-social-icons-image img {
  max-width: none;
}

.block-custom-block-with-social-icons-title {
  width: 33.65854%;
  margin-top: 22px;
}

.block-custom-block-with-social-icons-text {
  width: 49.5122%;
  margin-left: 16.82927%;
}

.block-custom-block-with-social-icons-text p {
  margin-bottom: 0;
}

.block-custom-block-with-social-icons-content-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
}

.block-custom-block-with-social-icons-items {
  margin-top: 50px;
}

.block-custom-block-with-social-icons-items:last-child {
  width: 100%;
}

.block-custom-block-with-social-icons-items-content {
  display: flex;
  align-items: center;
}

.block-custom-block-with-social-icons-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #000000;
  width: 100px;
  height: 100px;
  min-width: 100px;
}

.block-custom-block-with-social-icons-icon.icon-custom {
  border: none;
}

.block-custom-block-with-social-icons-social-name {
  font-size: 30px;
  line-height: normal;
  padding-left: 30px;
}

.block-custom-block-with-social-icons-social-link * {
  font-size: 24px;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Content category products*/

.block-custom-content-category-products {
  overflow-x: hidden;
  min-height: 609px;
}

.block-custom-content-category-products-description {
  display: flex;
}

.block-custom-content-category-products-text {
  width: 34.719512195%;
}

.block-custom-content-category-products-image {
  min-height: 609px;
}

.block-custom-content-category-products-image-container {
  position: relative;
}

.block-custom-content-category-products-image-container img {
  position: absolute;
  max-width: none;
  left: 0;
}

.block-custom-content-category-products-list {
  list-style: none;
}

.block-custom-content-category-products-item {
  padding-top: 140px;
}

.block-custom-content-category-products-item:first-child {
  padding-top: 0;
}

.block-custom-content-category-products-item-order-content {
  display: flex;
}

.block-custom-content-category-products-item-title span {
  font-size: 24px;
  font-weight: 300;
}

.block-custom-content-category-products-item-left-content {
  display: flex;
  width: 49.5122%;
}

.block-custom-content-category-products-item-image {
  line-height: 0;
}

.block-custom-content-category-products-item-image img {
  width: 300px;
}

.block-custom-content-category-products-item-description {
  padding-left: 8.04%;
  width: 66.95%;
}

.block-custom-content-category-products-item-short-description {
  margin-top: 29px;
}

.block-custom-content-category-products-item-short-description p {
  margin-bottom: 0;
}

.block-custom-content-category-products-item-link-product {
  margin-top: 100px;
}

.block-custom-content-category-products-item-side-content {
  margin-left: 77px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block-custom-content-category-products-item-side-content-buttons {
  margin-bottom: 23px;
  color: #999999;
  font-weight: 700;
}

.block-custom-content-category-products-item-side-content-buttons.active {
  color: #000000;
}

.block-custom-content-category-products-item-side-content-buttons > a:first-of-type {
  margin-right: 15px;
}

.block-custom-content-category-products-item-list-attributes {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
}

.block-custom-content-category-products-item-list-attributes-item {
  padding: 0 15px;
}

.block-custom-content-category-products-item-list-attributes-container {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background-color: #f2f2f2;
  padding: 70px 0 34px;
  text-align: center;
  height: 200px;
}

.block-custom-content-category-products-item-list-attributes-value {
  font-size: 40px;
}

.block-custom-content-category-products-item-list-attributes-name {
  margin-top: 19px;
  color: #ff6900;
  font-size: 20px;
  font-weight: 700;
}

.block-custom-content-category-products-item-custom-list {
  margin-top: 90px;
}

.block-custom-content-category-products-item-custom-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-category-products-item-custom-list ul li {
  width: 285px;
  margin-left: 9.39%;
}

.block-custom-content-category-products-item-custom-list ul li:first-child {
  margin-left: 11.39%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content industry image*/

.block-custom-content-industry-image-container {
  padding: 0 55px;
}

.block-custom-content-industry-image-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-industry-image-items {
  width: 50%;
  position: relative;
}

.block-custom-content-industry-image-items:nth-child(odd) {
  padding-right: 15px;
}

.block-custom-content-industry-image-items:nth-child(even) {
  padding-left: 15px;
}

.block-custom-content-industry-image-items:first-child,
.block-custom-content-industry-image-items:nth-child(2) {
  padding-bottom: 15px;
}

.block-custom-content-industry-image-items:nth-child(3),
.block-custom-content-industry-image-items:last-child {
  padding-top: 15px;
}

.block-custom-content-industry-image-links {
  text-align: center;
  margin-top: 80px;
}

.block-custom-content-industry-image-text {
  position: absolute;
  color: #ffffff;
  bottom: 50px;
  left: 50px;
  z-index: 1;
}

.block-custom-content-industry-image-text p {
  margin-bottom: 0;
}

.block-custom-content-industry-image-image {
  line-height: 0;
  display: block;
  position: relative;
}

.block-custom-content-industry-image-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.6;
}

.block-custom-content-industry-image-image img {
  width: 100%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content instructions*/

.block-custom-content-instructions-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-instructions-item {
  width: 50%;
}

.block-custom-content-instructions-item:nth-child(odd) {
  padding-right: 20px;
}

.block-custom-content-instructions-item:nth-child(even) {
  padding-left: 20px;
}

.block-custom-content-instructions-item:first-child,
.block-custom-content-instructions-item:nth-child(2) {
  padding-bottom: 15px;
}

.block-custom-content-instructions-item:nth-child(3),
.block-custom-content-instructions-item:last-child {
  padding-top: 15px;
}

.block-custom-content-instructions-item-text {
  flex: 1;
}

.block-custom-content-instructions-item-container {
  padding: 50px;
  border: 3px solid #9f9f9f;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content title with photos*/

.block-custom-content-list-colours {
  overflow: hidden;
}

.block-custom-content-list-colours-main-content {
  display: flex;
  width: 100%;
}

.block-custom-content-list-colours-text {
  width: 50.4878%;
  padding-right: 9.39024%;
}

.block-custom-content-list-colours-image {
  width: 50.4878%;
}

.block-custom-content-list-colours-float-image {
  position: relative;
  line-height: 0;
}

.block-custom-content-list-colours-float-image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
}

.block-custom-content-list-colours-float-image-inner {
  position: relative;
  line-height: 0;
}

.block-custom-content-list-colours-float-image-inner img {
  position: absolute;
  left: 65.65%;
  top: 267px;
  max-width: none;
}

.block-custom-content-list-colours-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 84.14634%;
  margin: 90px -25px 0;
}

.block-custom-content-list-colours-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-custom-content-list-colours-item-colour {
  padding: 0 25px;
}

.block-custom-content-list-colours-item-colour-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.block-custom-content-list-colours-item-name-colour {
  margin-top: 24px;
}

.block-custom-content-list-colours-item-name-colour p {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content list items with buttons*/

.block-custom-content-list-items-with-buttons {
  overflow: hidden;
}

.block-custom-content-list-items-with-buttons-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-custom-content-list-items-with-buttons-links {
  padding-right: 15.85366%;
}

.block-custom-content-list-items-with-buttons-list {
  display: flex;
  padding: 0 20px 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -32px;
}

.block-custom-content-list-items-with-buttons-item {
  margin-top: 153px;
  width: 25%;
  display: flex;
  padding: 0 32px;
  flex-direction: column;
}

.block-custom-content-list-items-with-buttons-item:nth-child(5),
.block-custom-content-list-items-with-buttons-item:nth-child(6),
.block-custom-content-list-items-with-buttons-item:nth-child(7),
.block-custom-content-list-items-with-buttons-item:last-child {
  margin-top: 58px;
}

.block-custom-content-list-items-with-buttons-item-content {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  flex: 1;
}

.block-custom-content-list-items-with-buttons-item-text {
  padding: 0 30px 30px 30px;
}

.block-custom-content-list-items-with-buttons-item-text p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content product also need */

.block-custom-content-product-also-need-list {
  display: flex;
  list-style: none;
  margin: 0 -8px;
}

.block-custom-content-product-also-need-item {
  padding: 0 8px;
}

.block-custom-content-product-also-need-item-container {
  border: 3px solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  max-width: 260px;
}

.block-custom-content-product-also-need-item-content {
  padding: 0 30px 30px 30px;
}

.block-custom-content-product-also-need-item-image {
  width: 100%;
}

.block-custom-content-product-also-need-item-image img {
  width: 100%;
  max-height: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-custom-content-product-also-need-item-title {
  margin-top: 20px;
}

.block-custom-content-product-also-need-item-title p {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.block-custom-content-product-also-need-item-price p {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.block-custom-content-product-also-need-item-buttons {
  padding-top: 20px;
  display: flex;
  align-items: center;
  margin: 0 -8px;
}

.block-custom-content-product-also-need-item .quantity-block {
  padding: 0 8px;
  position: relative;
}

.block-custom-content-product-also-need-item .quantity-block .qty-block {
  border: none;
  max-width: 80px;
  min-height: 57px;
  font-size: 24px;
  font-weight: 700;
  text-align: start;
}

.block-custom-content-product-also-need-item .quantity-block .qty-block::-webkit-inner-spin-button {
  display: none;
}

.block-custom-content-product-also-need-item .quantity-block .minus-button-block {
  text-indent: -99999px;
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 19px;
  height: 9px;
  left: 40px;
  top: 56%;
  background-color: transparent;
  position: absolute;
  border: none;
  overflow: hidden;
}

.block-custom-content-product-also-need-item .quantity-block .plus-button-block {
  text-indent: -99999px;
  background-image: url(img/icons/arrow-input-down.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 19px;
  height: 9px;
  left: 36%;
  transform: rotateZ(180deg);
  top: 15px;
  background-color: transparent;
  position: absolute;
  border: none;
  overflow: hidden;
}

.block-custom-content-product-also-need-item .add-to-cart-button {
  padding: 0 8px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content shop products" */

.block-custom-content-shop-products-category-title {
  padding: 50px 0;
}

.block-custom-content-shop-products-category-title h2 > span {
  font-weight: 300;
}

/*.block-custom-content-shop-products-list {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  list-style: none;*/
/*  margin: -10px -7px;*/
/*}*/

.block-custom-content-shop-products-item {
  width: 100%;
  padding: 10px 3px 26px;
}

.block-custom-content-shop-products-item-title h3 {
  font-size: 24px;
  line-height: normal;
}

.block-custom-content-shop-products-item-title h3 > span {
  font-weight: 300;
}

.block-custom-content-shop-products-item-title h3 > span:first-child {
  font-weight: 400;
}

.block-custom-content-shop-products-item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #000000;
  border-radius: 10px;
}

.block-custom-content-shop-products-item-image {
  line-height: 0;
}

.block-custom-content-shop-products-item-image img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.block-custom-content-shop-products-item-content {
  padding: 15px 30px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.block-custom-content-shop-products-item-description {
  flex: 1;
  font-size: 20px;
  line-height: normal;
  margin-top: 10px;
}

.block-custom-content-shop-products-item-description + * {
  margin-top: 30px !important;
}

.block-custom-content-shop-products-item-footer {
  margin-top: 45px;
}

.block-custom-content-shop-products-item-price {
  width: 55%;
}

.block-custom-content-shop-products-item-price p {
  margin-bottom: 0;
}

.block-custom-content-shop-products-item-price-title {
  font-size: 16px;
  margin-bottom: 5px !important;
}

.block-custom-content-shop-products-item-button {
  padding-top: 5px;
  width: 45%;
}

.block-custom-content-shop-products-item-button a.button {
  padding: 16px 0;
  width: 100%;
  text-align: center;
}

.block-custom-content-shop-products-item-list-attributes {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 13px;
}

.block-custom-content-shop-products-item-list-attributes-item {
  margin-top: 0;
}

.block-custom-content-shop-products-item-list-attributes-item:nth-child(odd) {
  width: 55%;
}

.block-custom-content-shop-products-item-list-attributes-item:nth-child(even) {
  width: 45%;
}

.block-custom-content-shop-products-item-list-attributes-item.transparency-item * {
  visibility: hidden !important;
}

.block-custom-content-shop-products-item-list-attributes-name {
  font-size: 16px;
}

.block-custom-content-shop-products-item-list-attributes-value {
  margin-top: 5px;
}

.block-custom-content-shop-products-item-list-attributes-value-feet {
  display: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content tents comparison */

.block-custom-content-tents-comparison .wrapper {
  padding-left: 0;
  padding-right: 0;
}

.block-custom-content-tents-comparison-container {
  max-width: 100%;
  overflow-x: auto;
}

.block-custom-content-tents-comparison-table {
  width: 1640px;
}

.block-custom-content-tents-comparison-table table {
  border-collapse: separate;
  border-spacing: 30px 0;
}

.block-custom-content-tents-comparison-table table tr:nth-child(odd) {
  background-color: transparent;
}

.block-custom-content-tents-comparison-table table td,
.block-custom-content-tents-comparison-table table th {
  border: 0;
  width: 200px;
}

.block-custom-content-tents-comparison-table table td:first-child,
.block-custom-content-tents-comparison-table table th:first-child {
  text-align: end;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.block-custom-content-tents-comparison-table table thead td {
  text-align: center;
  padding: 0;
}

.block-custom-content-tents-comparison-table table tbody tr td {
  text-align: center;
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid #f2f2f2;
  vertical-align: middle;
  font-size: 20px;
  line-height: 25px;
  padding: 30px;
}

.block-custom-content-tents-comparison-table table tbody tr td p {
  margin-bottom: 0;
}

.block-custom-content-tents-comparison-table table tbody tr:first-child td {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid #f2f2f2;
  padding-top: 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.block-custom-content-tents-comparison-table table tbody tr:first-child td:first-child {
  border: 0;
  padding-top: 20px;
}

.block-custom-content-tents-comparison-table table tbody tr:last-child td {
  border-bottom: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid #f2f2f2;
  padding-bottom: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.block-custom-content-tents-comparison-table table tbody tr:last-child td:first-child {
  border: 0;
  padding-bottom: 20px;
}

.block-custom-content-tents-comparison-table table tbody tr td:first-child {
  border: 0;
  padding: 0;
}

.block-custom-content-tents-comparison-table table tbody tr td:nth-child(2) {
  background-color: #f0f0f0;
}

.block-custom-content-tents-comparison-table-image {
  line-height: 0;
}

.block-custom-content-tents-comparison-table-name-product {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 30px;
  line-height: 22px;
  min-height: 76px;
}

.block-custom-content-tents-comparison-table-name-product p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content title with photos*/

.block-custom-content-title-with-photos-container {
  display: flex;
  justify-content: space-between;
}

.block-custom-content-title-with-photos-lists {
  width: 66.34146%;
}

.block-custom-content-title-with-photos-list {
  display: flex;
  list-style: none;
  margin-top: 150px;
  width: 100%;
}

.block-custom-content-title-with-photos-list:first-of-type {
  margin-top: 0;
}

.block-custom-content-title-with-photos-item-text {
  margin-top: 20px;
}

.block-custom-content-title-with-photos-item-text h3 {
  margin-bottom: 3px;
}

.block-custom-content-title-with-photos-item-text p {
  line-height: 38px;
  margin-bottom: 0;
}

.block-custom-content-title-with-photos-item-image {
  line-height: 0;
}

.block-custom-content-title-with-photos-item-image img {
  width: 100%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content with button support and question */

.block-custom-content-with-button-support-and-question {
  overflow: hidden;
}

.block-custom-content-with-button-support-and-question-container {
  display: flex;
  position: relative;
}

.block-custom-content-with-button-support-and-question-left-block {
  padding: 94px 0 74px;
  width: 67.31707%;
}

.block-custom-content-with-button-support-and-question-left-block-text {
  margin-top: 58px;
  width: 75.73171%;
}

.block-custom-content-with-button-support-and-question-right-block {
  text-align: end;
  width: 32.68293%;
}

.block-custom-content-with-button-support-and-question-right-block:before {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.block-custom-content-with-button-support-and-question-right-block-background-color:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  position: absolute;
  display: block;
  z-index: -1;
}

.block-custom-content-with-button-support-and-question-right-block-title {
  color: #ffffff;
  margin-top: 94px;
}

.block-custom-content-with-button-support-and-question-right-block-text {
  color: #ffffff;
  margin-top: 58px;
  width: 75.73171%;
  left: 24%;
  position: relative;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Datasheets, Brochures & Manuals */

.block-datasheets-brochures-manuals-section-container {
  display: flex;
  align-items: flex-start;
  padding-bottom: 109px;
}

.block-datasheets-brochures-manuals-section-container.with_subcategory {
  flex-direction: column;
}

.block-datasheets-brochures-manuals-section-container.with_subcategory .block-datasheets-brochures-manuals-section-title {
  padding-right: 0;
  width: 100%;
}

.block-datasheets-brochures-manuals-section-container.with_subcategory .block-datasheets-brochures-manuals-section-content {
  width: 100%;
}

.block-datasheets-brochures-manuals-section-title {
  padding-right: 50px;
  width: 25.62%;
  min-width: 350px;
}

.block-datasheets-brochures-manuals-section-content {
  flex: 1;
  overflow: hidden;
  margin-top: 20px;
}

.block-datasheets-brochures-manuals-subsection {
  padding-bottom: 30px;
}

.block-datasheets-brochures-manuals-subsection:last-of-type {
  padding-bottom: 0;
}

.block-datasheets-brochures-manuals-subsection-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.block-datasheets-brochures-manuals-subsection-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  padding-right: 50px;
  width: 25.62%;
  min-width: 350px;
}

.block-datasheets-brochures-manuals-subsection-content {
  flex: 1;
  margin-top: 9px;
}

.block-datasheets-brochures-manuals-section-blocks-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -23px;
}

.block-datasheets-brochures-manuals-section-blocks-list-item {
  padding: 0 23px 41px;
  width: 100%;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-container {
  border: 3px solid #000;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-image {
  padding: 25px 25px 50px;
  line-height: 0;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-image:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  height: calc(100% - 213px);
}

.block-datasheets-brochures-manuals-section-blocks-list-item-image > img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text {
  background-color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 213px;
  z-index: 3;
  padding: 39px 38px 0;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text * {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text *:last-child {
  margin-bottom: 0 !important;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text p {
  margin-bottom: 2.1em;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text a {
  color: #ff6b00;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-text a:hover {
  text-decoration: underline;
}

.block-datasheets-brochures-manuals-section-blocks-list-item-title {
  display: block;
  min-height: 66px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content image and link */

.block-custom-content-with-image-and-link-container {
  display: flex;
  align-items: center;
}

.block-custom-content-with-image-and-link-side-content {
  width: 50%;
  padding-left: 9.39%;
  position: relative;
}

.block-custom-content-with-image-and-link-side-content:first-of-type {
  padding-left: 0;
}

.block-custom-content-with-image-and-link-media img {
  max-width: none;
}

.block-custom-content-with-image-and-link-text {
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content with list */

.block-custom-content-with-list-container {
  display: flex;
  position: relative;
}

.block-custom-content-with-list-side-content {
  position: relative;
  background-repeat: no-repeat;
  color: #ffffff;
  width: 57.92683%;
}

.block-custom-content-with-list-side-content:before {
  content: '';
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  right: 0;
  width: 100vw;
  background-position: top right;
}

.block-custom-content-with-list-main-content {
  z-index: 1;
  padding: 129px 0;
  padding-left: 42.07317%;
  padding-right: 15.85366%;
}

.block-custom-content-with-list-text {
  margin-top: 70px;
}

.block-custom-content-with-list-text p {
  margin-bottom: 0;
}

.block-custom-content-with-list-link {
  margin-top: 50px;
}

.block-custom-content-with-list-content-list {
  padding-left: 9.39024%;
}

.block-custom-content-with-list-content-list-main h3 {
  font-weight: 300;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-custom-content-with-steps-container {
  color: #fff;
  padding: 148px 146px 151px 75px;
  display: flex;
}

.block-custom-content-with-steps-text {
  width: 29.829268%;
}

.block-custom-content-with-steps-list {
  padding-left: 18.231707317%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.block-custom-content-with-steps-list-item {
  width: 50%;
}

.block-custom-content-with-steps-list-item-step {
  width: 339px;
}

.block-custom-content-with-steps-list-item:nth-child(2),
.block-custom-content-with-steps-list-item:last-child {
  padding-left: 15%;
}

.block-custom-content-with-steps-list-item:nth-child(3),
.block-custom-content-with-steps-list-item:last-child {
  margin-top: 90px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Installation*/

.block-custom-content-with-text-center-image-and-icon-main-content {
  display: flex;
}

.block-custom-content-with-text-center-image-and-icon-side-content {
  width: 33.31707%;
}

.block-custom-content-with-text-center-image-and-icon-right-content {
  display: flex;
}

.block-custom-content-with-text-center-image-and-icon-list {
  margin-top: 30px;
  list-style: none;
  width: 17%;
  line-height: 21px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Custom content with title text buttons*/

.block-custom-content-with-title-text-buttons-container {
  display: flex;
  padding: 118px 0;
}

.block-custom-content-with-title-text-buttons-title {
  width: 32.68293%;
  padding-right: 6.03%;
}

.block-custom-content-with-title-text-buttons-text {
  width: 50.4878%;
  max-height: 150px;
}

.block-custom-content-with-title-text-buttons-links {
  padding-left: 9.39024%;
}

.block-custom-content-with-title-text-buttons-side-content {
  display: flex;
  align-items: center;
  width: 67.31707%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Customize Tent */

.block-customize-tent {
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: 960px;
}

.block-customize-tent-container {
  padding: 381px 0 151px;
}

.block-customize-tent-content {
  padding: 50px 70px;
  max-width: 675px;
}

.block-customize-tent-text {
  margin-top: 30px;
}

.block-customize-tent-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.block-customize-tent-links-container {
  margin-left: 50px;
}

.block-customize-tent-links-container:first-of-type {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Process Order */

.block-environment-container {
  display: flex;
  align-items: flex-end;
}

.block-environment-side-content {
  display: flex;
  justify-content: space-between;
  margin-left: 111px;
}

.block-environment-side-content:first-of-type {
  display: block;
  margin-left: 0;
  width: 33.65854%;
}

.block-environment-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.block-environment .item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  margin-left: 50px;
}

.block-environment .item:first-child {
  margin-left: 0;
}

.block-environment-item {
  padding: 30px;
}

.block-environment-item-title {
  font-weight: 700;
}

.block-environment-item-text {
  margin-top: 67px;
}

.block-environment-item img {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* FAQ */

.block-faq-sections-list {
  list-style: none;
}

.block-faq-section-item {
  display: block;
  padding-bottom: 200px;
}

.block-faq-section-container {
  display: flex;
  align-items: flex-start;
}

.block-faq-section-name {
  display: none;
  color: #fff;
  position: relative;
  width: 24.4%;
}

.block-faq-section-name h2 {
  position: relative;
  z-index: 2;
}

.block-faq-section-name-bg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: none;
}

.block-faq-section-faq-list {
  list-style: none;
}

.block-faq-section-faq-content {
  flex: 1;
  max-width: 70%;
  width: 70%;
}

.block-faq-section-faq-item-container {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.block-faq-section-faq-item-container.active {
  padding-bottom: 75px;
}

.block-faq-section-faq-item-container.active .block-faq-section-faq-item-title a:after {
  transform: rotateZ(180deg);
}

.block-faq-section-faq-item-title {
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.block-faq-section-faq-item-title a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  color: #a5a5a5;
  font-size: 42px;
  font-weight: 300;
  transition: 200ms linear 0s;
}

.block-faq-section-faq-item-title h5 {
  font-weight: 700;
  width: 100%;
  padding-right: 20px;
}

.block-faq-section-faq-item-title h5 a {
  width: 100%;
  display: block;
  font-weight: 400;
}

.block-faq-section-faq-item:first-of-type .block-faq-section-faq-item-title {
  margin-top: 0;
}

.block-faq-section-faq-item-content {
  display: none;
  padding-top: 30px;
}

.block-faq-section-faq-item-content *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Greeting */

.block-greeting {
  position: relative;
  overflow: hidden;
}

.block-greeting p {
  margin: 0;
}

.block-greeting .wrapper {
  position: relative;
  z-index: 2;
}

.block-greeting-container {
  display: flex;
  align-self: flex-end;
  padding: 150px 0 100px;
}

.block-greeting-side-content {
  display: flex;
  align-items: flex-end;
  width: 50%;
}

.block-greeting-main-content {
  padding-left: 18.8%;
  padding-right: 15%;
}

.block-greeting-photos {
  flex: 1;
  margin-bottom: 118px;
}

.block-greeting-photos-container {
  height: 398px;
  position: relative;
}

.block-greeting-photos-container:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  left: auto;
  right: 0;
  width: 50vw;
}

.block-greeting-main-photo {
  position: absolute;
  right: 14.1%;
  bottom: 0;
  line-height: 0;
  z-index: 10;
}

.block-greeting-float-photo-1 {
  position: absolute;
  left: -290px;
  top: -460px;
  line-height: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.block-greeting-float-photo-2 {
  position: absolute;
  left: 0;
  bottom: -118px;
  line-height: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.block-greeting-text {
  margin-top: 77px;
}

.block-greeting-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 19px;
}

.block-greeting-links-container {
  margin-left: 50px;
}

.block-greeting-links-container:first-of-type {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Header case studies */

.block-header-case-studies {
  display: flex;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  color: #ffffff;
}

.block-header-case-studies-container {
  display: flex;
  height: 100%;
}

.block-header-case-studies .wrapper {
  z-index: 2;
  flex: 1;
}

.block-header-case-studies-side-content {
  width: calc(100% - 27.47%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.block-header-case-studies-side-content:first-of-type {
  width: 27.47%;
  display: flex;
  position: relative;
  align-self: flex-end;
  height: 100%;
  justify-content: flex-start;
  padding-top: 120px;
}

.block-header-case-studies-side-content:first-of-type:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background-color: #000000;
  z-index: -1;
}

.block-header-case-studies-title {
  margin-top: 90px;
}

.block-header-case-studies-text {
  margin-top: 36px;
}

.block-header-case-studies-text p {
  margin-bottom: 0;
}

.block-header-case-studies-arrow {
  margin: 85px 0 86px;
  display: flex;
  justify-content: center;
}

.block-header-case-studies-right-content {
  position: relative;
  margin-bottom: 60px;
}

.block-header-case-studies-right-content h2 {
  margin-right: 69px;
}

.block-header-case-studies-right-content-text {
  margin-top: 36px;
}

.block-header-case-studies-right-content:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}

.block-header-case-studies-right-content-background {
  padding: 42px 50px 0 74px;
}

.block-header-case-studies-right-content-header {
  display: flex;
  justify-content: space-between;
}

.block-header-case-studies-image-content {
  padding: 25px 0 0 23px;
}

.block-header-case-studies-image-content-image {
  line-height: 0;
}

.block-header-case-studies-link-title {
  width: 31%;
}

.block-header-case-studies-link-container {
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-header-case-studies-link-container span {
  font-size: 20px;
  line-height: 20px;
}

.block-header-case-studies-link-container .pre-link-pointer {
  border: 2px solid #ffffff;
}

.block-header-case-studies-link-container .pre-link-pointer:before {
  background-color: #ffffff;
}

.block-header-case-studies-link-container .pre-link-pointer * {
  color: #ffffff;
}

.block-header-case-studies-link-container:hover .pre-link-pointer > span:before {
  color: #000;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Header uses and industries */

.block-header-faq {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  z-index: -1;
  overflow: hidden;
}

.block-header-faq .wrapper {
  flex: 1;
}

.block-header-faq-container .last-text {
  margin-bottom: 0;
}

.block-header-faq-content-title {
  text-align: center;
  margin-top: 100px;
}

.block-header-faq-content-search {
  padding-top: 70px;
}

.block-header-faq-content-search-container {
  padding: 50px 70px;
  background-color: #ffffff;
  width: 627px;
  margin: 0 auto;
  border-radius: 10px;
}

.block-header-faq-content-search-container p {
  color: #000;
  width: 411px;
}

.block-header-faq-content-search-container input {
  border-radius: 5px;
  border: 2px solid #9f9f9f;
  padding: 16px !important;
  font-size: 20px;
  width: 100%;
}

.block-header-faq-content {
  margin-top: 70px;
  position: relative;
  z-index: 1;
  padding: 26px 0 40px;
}

.block-header-faq-content:before {
  position: absolute;
  background-color: #000000;
  opacity: 0.8;
  content: '';
  width: 1000vw;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: -1;
}

.block-header-faq-content-buttons {
  position: relative;
}

.block-header-faq-content-links {
  display: flex;
  padding: 30px 152px 30px 149px;
  justify-content: space-between;
}

.block-header-faq-content-links-container {
  position: relative;
  display: flex;
  align-items: center;
}

.block-header-faq-content-links-container h5 {
  font-weight: 500;
  font-size: 20px;
}

.block-header-faq-content-links-container a {
  color: #ffffff;
}

.block-header-faq-content-links-container a:after {
  content: '';
  width: 30px;
  height: 32px;
  background-image: url("img/icons/arrow-bottom-faq.svg");
  position: absolute;
  right: -44px;
}

.block-header-faq-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Header Hero */

.block-header-hero {
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  color: #ffffff;
}

.block-header-hero-container {
  width: 100%;
}

.block-header-hero-main-content-container {
  position: relative;
  z-index: 2;
  padding: 34px 0 105px;
}

.block-header-hero-main-content-container * {
  color: #fff;
}

.block-header-hero-link-container {
  position: relative;
  z-index: 2;
  padding: 11px 0 14px;
  display: flex;
}

.block-header-hero-link-container .col:nth-child(2){
  margin-left: 20px;
}

.block-header-hero-link-container * {
  color: #fff !important;
}

.block-header-hero-link-container a {
  font-weight: 700;
  font-size: 16px;
}

.block-header-hero-link-container img {
  width: 14px;
  height: 14px;
}

.block-header-hero-main-content {
  position: relative;
}

.block-header-hero-main-content:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block-header-hero-main-title,
.block-header-hero-text {
  max-width: 810px;
}

.block-header-hero-main-title {
  margin-bottom: 5px;
}

.block-header-hero-text {
  margin-right: 4.3%;
}

.block-header-hero-link {
  min-width: 205px;
  margin-top: -7px;
}

.block-header-hero-link .link-animated {
  display: flex;
  align-items: center;
}

.block-header-hero-link .pre-link-pointer-container {
  display: block;
}

.block-header-hero-link .pre-link-pointer {
  border-color: #fff;
}

.block-header-hero-link .pre-link-pointer:before {
  background-color: #fff;
}

.block-header-hero-link .pre-link-pointer:after {
  background-color: #000;
}

.block-header-hero-link .pre-link-pointer-title {
  display: block;
  font-size: 20px;
  line-height: 20px;
  max-width: 105px;
  margin-right: 20px;
}

.block-header-hero-arrow-to-content {
  display: block;
  background-image: url("img/icons/arrow-bottom-faq.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 30px;
  height: 64px;
  position: absolute;
  left: calc(10% + 2px);
  bottom: 27px;
  transform: translateX(-50%);
  text-indent: -99999px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Header resources */

.block-header-resources {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  color: #ffffff;
}

.block-header-resources-main-content {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 365px;
  padding: 100px 0;
}

.block-header-resources-main-content:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block-header-resources-text {
  position: relative;
  z-index: 2;
}

.block-header-resources-text * {
  color: #fff;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*  Universal header */

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Header uses and industries */

.block-header-uses-industries {
  background-repeat: no-repeat;
  background-size: auto 35vw;
  /*display: flex;
  align-items: flex-end;*/
  padding-top: 31.5vw;
  color: #ffffff;
  z-index: -1;
  overflow: hidden;
  background-position: center top;
}

.block-header-uses-industries .wrapper {
  flex: 1;
}

.block-header-uses-industries-content {
  position: relative;
  z-index: 1;
  padding: 52px 0 80px;
}

.block-header-uses-industries-content:before {
  position: absolute;
  background-color: #000000;
  opacity: 0.8;
  content: "";
  width: 1000vw;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  z-index: -1;
}

.block-header-uses-industries-content-title {
  text-align: center;
}

.block-header-uses-industries-content-buttons {
  position: relative;
}

.block-header-uses-industries-content-links {
  display: flex;
  padding: 20px 91px 0 91px;
}

.block-header-uses-industries-content-links-container {
  width: 25%;
  text-align: left;
}

.block-header-uses-industries-content-links-container a {
  color: #ffffff;
}

.block-header-uses-industries-content-links-container a h3 {
  font-weight: 500;
}

.block-header-uses-industries-content-links-container:nth-child(even) {
  text-align: right;
}

.block-header-uses-industries-content-links-container:nth-child(2) {
  padding-right: 16.5%;
}

.block-header-uses-industries-content-links-container:nth-child(3) {
  padding-left: 16.5%;
}

.block-header-uses-industries-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Hero 1 */

.block-hero-1 {
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 120px);
  overflow-x: hidden;
}

.block-hero-1 > .wrapper {
  flex: 1;
}

.block-hero-1:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.block-hero-1 * {
  color: #ffffff;
}

.block-hero-1 .link:after {
  background-color: #ffffff;
}

.block-hero-1 p {
  margin: 0;
}

.block-hero-1 .wrapper {
  position: relative;
  z-index: 2;
}

.block-hero-1-container {
  display: flex;
  align-self: flex-start;
  padding: 80px 0;
  overflow: hidden;
}

.block-hero-1-side-content {
  width: 50%;
}

.block-hero-1-main-content {
  padding-right: 20%;
}

.block-hero-1-text {
  line-height: 30px;
  margin-top: 44px;
}

.block-hero-1-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.block-hero-1-links-container {
  margin-left: 50px;
}

.block-hero-1-links-container:first-of-type {
  margin-left: 0;
}

.block-hero-1-photos-title {
  font-size: 30px;
  line-height: 40px;
}

.block-hero-1-photos-title * {
  font-size: 30px;
  line-height: 40px;
}

.block-hero-1-photos-title span {
  font-weight: 700;
}

.block-hero-1-photos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-right: 10.5%;
}

.block-hero-1-photos-container {
  display: flex;
  align-items: flex-start;
  width: 84.34%;
}

.block-hero-1-photos-link {
  width: 15.66%;
}

.block-hero-1-photo-container {
  padding-right: 50px;
  width: 50%;
}

.block-hero-1-photo-container:nth-child(even) {
  padding-top: 30px;
}

.block-hero-1-photo-link {
  display: block;
  line-height: 0;
}

.block-hero-1-photo-link:hover .block-hero-1-photo {
  background-color: transparent;
}

.block-hero-1-photo-link:hover .block-hero-1-photo-capture {
  color: #FF6900;
}

.block-hero-1-photo {
  display: block;
  background-color: #FF6900;
  transition: 200ms linear 0s;
}

.block-hero-1-photo img {
  width: 100%;
  mix-blend-mode: multiply;
}

.block-hero-1-photo-capture {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 30px;
  transition: 200ms linear 0s;
}

.block-hero-1-photos-link-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  margin-top: 20px;
}

.block-hero-1 .link-animated .pre-link-pointer {
  border-color: #fff;
}

.block-hero-1 .link-animated .pre-link-pointer:before {
  background-color: #fff;
}

.block-hero-1 .link-animated .pre-link-pointer:after {
  background-color: #000;
}

.block-hero-1 .link-animated .pre-link-pointer * {
  color: #fff;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Homepage Slider */

.block-homepage-slider {
  overflow-x: hidden;
}

.block-homepage-slider-header-content {
  display: flex;
  align-items: flex-end;
}

.block-homepage-slider-buttons {
  position: relative;
  padding-left: 5.7%;
}

.block-homepage-slider-buttons-previous {
  transform: rotate(180deg);
}

.block-homepage-slider-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-homepage-slider-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-homepage-slider-buttons button {
  border: none;
  background-color: transparent;
}

.block-homepage-slider-buttons button:hover {
  background-color: #000;
}

.block-homepage-slider-block {
  display: flex;
  align-items: center;
  margin-top: 41px;
}

.block-homepage-slider-texts {
  flex: 33.5% 0 0;
  width: 33.5%;
  padding: 0 4.7%;
}

.block-homepage-slider-images {
  flex: 1;
}

.block-homepage-slider-images-items {
  height: 100%;
  width: 100vw;
  list-style: none;
}

.block-homepage-slider-images-item {
  width: 950px;
  height: 650px;
}

.block-homepage-slider-images-item-wrapper {
  background-color: #FF6900;
  height: 100%;
  position: relative;
}

.block-homepage-slider-images-item-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  mix-blend-mode: multiply;
}

.block-homepage-slider-images-item-container * {
  color: #fff;
}

.block-homepage-slider-images-item-details {
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-homepage-slider-images-item-details * {
  color: #fff;
}

.block-homepage-slider-images-item-details-container {
  height: 100%;
  position: relative;
}

.block-homepage-slider-images-item-detail {
  display: block;
  margin-top: 24px;
}

.block-homepage-slider-images-item-detail:first-of-type {
  margin-top: 0;
}

.block-homepage-slider-images .flickity-slider {
  width: 100vw;
}

.block-homepage-slider-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-homepage-slider .link-animated {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.block-homepage-slider .link-animated .pre-link-pointer {
  border-color: #fff;
}

.block-homepage-slider .link-animated .pre-link-pointer:before {
  background-color: #fff;
}

.block-homepage-slider .link-animated .pre-link-pointer:after {
  background-color: #000;
}

.block-homepage-slider .link-animated .pre-link-pointer * {
  color: #fff;
}

.block-homepage-slider-footer {
  margin-top: 100px;
  text-align: center;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Universal block - text + image/slider/video */

.block-image-plus-text {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-image-plus-text-container {
  display: flex;
}

.block-image-plus-text-container.background-color-enabled:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-text {
  order: 2;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-media.image-wrapper-protruding img {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-position-right .block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-position-left .universal-block-image-plus-text-content-protruding-image .block-custom-protruding-image {
  left: auto;
  right: 0;
}

.block-image-plus-text-container.text-align-center .block-image-plus-text-content-text {
  align-self: center;
}

.block-image-plus-text-container.text-align-bottom .block-image-plus-text-content-text {
  align-self: flex-end;
}

.block-image-plus-text-content-media {
  flex: 1;
  line-height: 0;
  min-width: 0;
  z-index: 2;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container {
  height: 100%;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional {
  max-width: none;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional.image-vertical-position-top {
  bottom: auto;
  top: 0;
}

.block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional img {
  position: initial;
  max-width: none;
  margin-bottom: 50px;
}

.block-image-plus-text-content-media.image-wrapper-protruding img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: none;
}

.block-image-plus-text-content-media.image-wrapper-protruding img.image-vertical-position-top {
  bottom: auto;
  top: 0;
}

.block-image-plus-text-content-media.image-wrapper-limited img {
  width: 100%;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 50vw;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery-item {
  width: auto;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery-item img {
  width: auto;
  max-width: none;
}

.block-image-plus-text-content-media.slider-wrapper-protruding .block-custom-slider-gallery .flickity-slider {
  right: 0;
}

.block-image-plus-text-content-media-container {
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.block-image-plus-text-content-media-float-image {
  position: absolute;
  max-width: 100%;
}

.block-image-plus-text-content-media-float-image img {
  max-width: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with background */

.block-list-icons-with-background-2 {
  background-color: #e6e6e6;
  padding-bottom: 119px;
}

.block-list-icons-with-background-2-container {
  background-color: #fff;
  display: flex;
}

.block-list-icons-with-background-2-item-container {
  display: flex;
}

.block-list-icons-with-background-2-list {
  margin-top: -125px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 20px solid #FF6900;
}

.block-list-icons-with-background-2-item {
  padding: 84px 25px 0px;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
}

.block-list-icons-with-background-2-item:last-of-type {
  padding-bottom: 65px;
}

.block-list-icons-with-background-2-item-image {
  width: 30%;
  max-width: 100px;
}

.block-list-icons-with-background-2-item-image img {
  width: 95px;
  height:  auto;
}

.block-list-icons-with-background-2-item-content {
  width: 100%;
  padding-left: 19px;
  max-width: 350px;
}

.main-section-home {
  align-items: normal !important;
}

.main-header-home {
  margin-top: 20px;
}

.link-with-icon-main {
  font-weight: 800 !important;
}

.block-list-icons-with-background-2-item-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
}

.block-list-icons-with-background-2-item-text {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}


/**
testimonial item
 */
.testimonials-list {
  padding-bottom: 50px;
}

.testimonial-item {
  background-color: #ffffff;
  width: 30.33%;
  text-align: center;
  padding: 50px 0px;
}

.whatis-inflatable-building {
  text-align: left;
  font-size: 16.6667px;
  padding: 50px 30px !important;
  font-weight: 300 ;
}

.testimonial-item p {
  padding: 0 23px;
  font-size: 16.16px;
  margin-bottom: 50px;
}

.with-borders {
  border-top: 20px solid #999;
  border-bottom: 20px solid #999;
}

.top-border-orange {
  border-top: 20px solid #FF6900;
}

.bottom-border-orange {
  border-bottom: 20px solid #FF6900;
}

.with-borders p {
  margin-bottom: 0;
}

.grey-border {
}


.testimonial-image {
  height: 100px;
  position: relative;
}

.testimonial-line {
  position: absolute;
  height: 25px;
  background-color: #FF6900;
  width: 100%;
  z-index: 1;
  top: 37px;
}

.testimonial-item img {
  border: 3px solid #666666;
  display: block;
  margin: 0 auto 20px;
  z-index: 2;
  position: sticky;
}

.t-job, .t-company {
  font-weight: 500;
  font-size: 18px !important;
}
.t-name {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 800;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with background */

.block-list-icons-with-background {
  overflow: hidden;
}

.block-list-icons-with-background-container {
  padding: 0 75px;
  margin: 0 auto;
  background-color: #ffffff;
  z-index: 2;
}

.block-list-icons-with-background-title {
  margin-bottom: 1.15em;
}

.block-list-icons-with-background-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 90px;
  position: relative;
  margin: -30px 0;
}

.block-list-icons-with-background-list:before {
  content: '';
  background-color: #e2e2e2;
  width: 1000vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 100px;
}

.block-list-icons-with-background-item {
  width: 33.33%;
  padding-top: 30px;
  padding-left: 7%;
  display: flex;
}

.block-list-icons-with-background-item:nth-child(1),
.block-list-icons-with-background-item:nth-child(4),
.block-list-icons-with-background-item:nth-child(7) {
  padding-left: 0;
}

.block-list-icons-with-background-item:nth-child(2),
.block-list-icons-with-background-item:nth-child(5),
.block-list-icons-with-background-item:nth-child(8) {
  padding-left: 3.5%;
}

.block-list-icons-with-background-item-container {
  display: flex;
  align-items: center;
}

.block-list-icons-with-background-item-text {
  padding-left: 32px;
  line-height: 22px;
}

.block-list-icons-with-background-item-text p {
  margin-bottom: 17px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with text and background */

.block-list-icons-with-text-n-background {
  background-color: #e7e7e7;
  position: relative;
  overflow: hidden;
  padding-bottom: 85px;
}

.block-list-icons-with-text-n-background-title-container,
.block-list-icons-with-text-n-background-list-content {
  background-color: #fff;
}

.block-list-icons-with-text-n-background-title-container {
  padding-bottom: 15px;
}

.block-list-icons-with-text-n-background-title,
.block-list-icons-with-text-n-background-text-container {
  width: 100%;
}

.block-list-icons-with-text-n-background-content {
  display: flex;
  align-items: flex-start;
}

.block-list-icons-with-text-n-background-text-container {
  padding-top: 18px;
}

.block-list-icons-with-text-n-background-list-content {
  padding-bottom: 10px;
}

.block-list-icons-with-text-n-background-list-container {
  flex: 1;
}

.block-list-icons-with-text-n-background-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.block-list-icons-with-text-n-background-item {
  padding: 0 25px 60px;
  width: 100%;
  position: relative;
  text-align: center;
}

.block-list-icons-with-text-n-background-item-image {
  width: 101px;
  height: 101px;
  margin: 0 auto;
}

.block-list-icons-with-text-n-background-item-image img {
  width: 100%;
  height: 100%;
}

.block-list-icons-with-text-n-background-item-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 25px;
}

.block-list-icons-with-text-n-background-item-text {
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List with round icon */

.block-list-with-round-icon-container {
  padding: 25px 0 75px;
}

.block-list-with-round-icon-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8.41463% 0 0;
}

.block-list-with-round-icon-list-item {
  display: flex;
  align-items: center;
  width: 33.33%;
  padding-top: 50px;
}

.block-list-with-round-icon-list-item-icon {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  flex: 100px 0 0;
  overflow: hidden;
}

.block-list-with-round-icon-list-item-icon img {
  height: 100%;
  width: 100%;
}

.block-list-with-round-icon-list-item-text {
  flex: 1;
  margin-left: 38px;
  padding: 0 15px 0px 0;
}

.block-list-with-round-icon-list-item-text *:last-child {
  margin-bottom: 0;
}

.block-list-with-round-icon-list-item.item-type-icon .block-list-with-round-icon-list-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
}

.block-list-with-round-icon-list-item.item-type-icon .block-list-with-round-icon-list-item-icon img {
  height: auto;
  width: 55px;
}

.block-list-with-round-icon-list.items-width-1 .block-list-with-round-icon-list-item {
  width: 100%;
}

.block-list-with-round-icon-list.items-width-2 .block-list-with-round-icon-list-item {
  width: 50%;
}

.block-list-with-round-icon-list.items-width-3 .block-list-with-round-icon-list-item {
  width: 33.33%;
}

.block-list-with-round-icon-list.items-width-4 .block-list-with-round-icon-list-item {
  width: 25%;
}

.block-list-with-round-icon-list.items-width-5 .block-list-with-round-icon-list-item {
  width: 20%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Makes Different*/

.block-makes-different {
  overflow: hidden;
}

.block-makes-different-container {
  display: flex;
}

.block-makes-different-image {
  position: absolute;
  right: 0;
}

.block-makes-different-image img {
  max-width: none;
}

.block-makes-different-right-content {
  display: flex;
  width: 67.31%;
  padding-left: 9.40%;
  align-items: center;
}

.block-makes-different-left-content {
  flex: 1;
  position: relative;
}

.block-makes-different-text {
  margin-top: 58px;
}

.block-makes-different-list {
  list-style: none;
  margin-top: 60px;
  margin: 60px 0 0 8.21%;
}

.block-makes-different-item {
  display: flex;
}

.block-makes-different-item img {
  width: 100px;
  height: 100px;
}

.block-makes-different-item-title {
  margin-bottom: 10px;
}

.block-makes-different-item-text {
  margin-bottom: 0;
  font-size: 20px;
}

.block-makes-different-item-content {
  margin-left: 8.08%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Materials */

.block-materials {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-materials-container {
  display: flex;
  align-items: flex-start;
}

.block-materials-container.text-position-right .block-materials-content-text {
  order: 2;
}

.block-materials-container.text-position-right .block-materials-content-media.image-wrapper-protruding img {
  left: auto;
  right: 0;
}

.block-materials-container.text-position-right .block-materials-content-media.slider-wrapper-protruding .block-custom-slider-gallery {
  left: auto;
  right: 0;
}

.block-materials-container.text-position-left .universal-block-image-plus-text-content-protruding-image .block-custom-protruding-image {
  left: auto;
  right: 0;
}

.block-materials-container.text-align-center .block-materials-content-text {
  align-self: center;
}

.block-materials-container.text-align-bottom .block-materials-content-text {
  align-self: flex-end;
}

.block-materials-content-title {
  margin-bottom: 1.15em;
}

.block-materials-content-materials {
  flex: 1;
}

.block-materials-content-materials-list {
  list-style: none;
}

.block-materials-content-materials-list-item {
  padding-bottom: 85px;
}

.block-materials-content-materials-list-item-container {
  display: flex;
  align-items: flex-start;
}

.block-materials-content-materials-list-item-title {
  margin-bottom: 30px;
}

.block-materials-content-materials-list-item-content-main {
  flex: 1;
}

.block-materials-content-materials-list-item-content-additional {
  width: 43%;
  padding-left: 9%;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* List icons with background */

.block-order-tent-faq {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.block-order-tent-faq-container {
  display: flex;
  min-height: 800px;
}

.block-order-tent-faq-container.text-position-left .block-order-tent-faq-right-block {
  order: 1;
}

.block-order-tent-faq-container.text-position-left .block-order-tent-faq-left-block {
  order: 2;
}

.block-order-tent-faq-container.not-wide-text .block-order-tent-faq-right-block-container {
  width: auto;
}

.block-order-tent-faq-container.text-align-left .block-order-tent-faq-right-block-container {
  align-items: flex-start;
}

.block-order-tent-faq-container.text-align-left .block-order-tent-faq-right-block .block-order-tent-faq-content-title,
.block-order-tent-faq-container.text-align-left .block-order-tent-faq-links-container {
  text-align: left;
}

.block-order-tent-faq-container.text-align-right .block-order-tent-faq-right-block-container {
  align-items: flex-end;
}

.block-order-tent-faq-container.text-align-right .block-order-tent-faq-right-block .block-order-tent-faq-content-title,
.block-order-tent-faq-container.text-align-right .block-order-tent-faq-links-container {
  text-align: right;
}

.block-order-tent-faq .wrapper1 {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.block-order-tent-faq-left-block {
  flex: 1;
}

.block-order-tent-faq-right-block {
  position: relative;
  width: 32.68293%;
}

.block-order-tent-faq-right-block-wrapper {
  height: 100%;
  max-width: 100%;
}

.block-order-tent-faq-right-block-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.block-order-tent-faq-right-block .block-order-tent-faq-content-title {
  color: #fff;
  z-index: 1;
  text-align: center;
}

.block-order-tent-faq-right-block:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: #ff6900;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.block-order-tent-faq-links-container {
  text-align: center;
  margin-top: 76px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Our Partners*/

.block-our-partners {
  position: relative;
  background-position: 50% 10%;
  background-repeat: no-repeat;
}

.block-our-partners:before {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  background-color: #000000;
  opacity: 0.8;
  content: "";
  z-index: -1;
}

.block-our-partners-main-title {
  padding: 176px 0 144px;
  text-align: center;
  color: #ffffff;
}

.block-our-partners-title {
  color: #ffffff;
}

.block-our-partners-main-content {
  margin-top: 58px;
  background-color: #ffffff;
  border-radius: 5px;
}

.block-our-partners-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.block-our-partners-item {
  padding: 12px 8px;
  width: 33.33%;
}

.block-our-partners-item:first-child {
  padding-left: 12px;
}

.block-our-partners-item:last-child {
  padding-right: 12px;
}

.block-our-partners-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #000000;
  border-radius: 5px;
  overflow: hidden;
}

.block-our-partners-item-image {
  line-height: 0;
  border-bottom: 3px solid #000000;
  max-height: 100vw;
  overflow: hidden;
}

.block-our-partners-item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 291px;
}

.block-our-partners-item-text {
  padding: 50px;
  flex: 1;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Our Philosophy */

.block-our-philosophy-container {
  display: flex;
  align-items: flex-start;
}

.block-our-philosophy-left-content {
  width: 42%;
  padding-right: 9.3%;
}

.block-our-philosophy-right-content {
  flex: 1;
}

.block-our-philosophy-text {
  margin-top: 80px;
}

.block-our-philosophy-text *:last-child {
  margin-bottom: 0;
}

.block-our-philosophy-media {
  line-height: 0;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Our Partners*/

.block-partners-who-we-container.text-position-left .block-partners-who-we-side-content-image {
  order: 2;
}

.block-partners-who-we-container.text-position-left .block-partners-who-we-side-content {
  padding-right: 9.39024%;
  padding-left: 0;
}

.block-partners-who-we-main-content {
  display: flex;
}

.block-partners-who-we-list {
  display: flex;
  list-style: none;
}

.block-partners-who-we-side-content {
  width: 33.65854%;
  padding-left: 9.39024%;
}

.block-partners-who-we-item-text {
  margin-top: 10px;
}

.block-partners-who-we-subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Process Order */

.block-places-use {
  padding: 200px 0;
  color: #ffffff;
  overflow-x: hidden;
}

.block-places-use-container {
  display: flex;
}

.block-places-use-list {
  list-style-type: none;
}

.block-places-use-image {
  margin-top: 150px;
}

.block-places-use-media {
  margin-top: 100px;
}

.block-places-use-text {
  margin-top: 30px;
}

.block-places-use-text * {
  font-weight: 300;
}

.block-places-use-links {
  margin-top: 50px;
}

.block-places-use-side-content {
  width: 49.5122%;
  margin-left: 78px;
}

.block-places-use-side-content:first-of-type {
  margin-left: 63px;
}

.block-places-use .item * {
  font-weight: 300;
}

.block-places-use .item:nth-child(2) {
  margin-top: 100px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Process Order */

.block-process-order {
  background-image: url("img/cirlces.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow-x: hidden;
}

.block-process-order-container {
  padding: 200px 140px;
}

.block-process-order-title {
  color: #ffffff;
  max-width: 536px;
}

.block-process-order-list {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #ffffff;
  margin: 0 -15px;
}

.block-process-order-list .item {
  width: 33.33%;
  margin-top: 150px;
  padding: 0 15px;
}

.block-process-order-list-item {
  max-width: 398px;
}

.block-process-order-list-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.block-process-order-list-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.block-process-order-link {
  margin-top: 150px;
}

.block-process-order-link-title {
  font-weight: 300;
  color: #ffffff;
}

.block-process-order-link .pre-link-pointer {
  border-color: #ffffff;
}

.block-process-order-link .pre-link-pointer:before {
  background-color: #ffffff;
}

.block-process-order-link .pre-link-pointer::after {
  background-color: #000000;
}

.block-process-order-link-pointer {
  margin-bottom: 20px;
}

.block-process-order-link-pointer > span:before {
  color: #ffffff;
}

.block-process-order-link-container {
  max-width: 240px;
  line-height: 20px;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Product tabs */

.block-product-tabs {
  overflow: hidden;
}

.block-product-tabs-container {
  display: flex;
}

.block-product-tabs-option {
  width: 100%;
}

.block-product-tabs-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block-product-tabs-links-title h3 a {
  color: #999999;
}

.block-product-tabs-links-title h3 a.active {
  color: #000000;
}

.block-product-tabs-links-title:first-of-type {
  margin-left: 0;
}

.block-product-tabs-list {
  list-style: none;
  width: 100%;
}

.block-product-tabs-list-item {
  display: none;
}

.block-product-tabs-list-item.active {
  display: block;
}

.block-product-tabs-list-item-links {
  margin: 87px 0 64px;
}

.block-product-tabs-list-item-text {
  margin-top: 76px;
}

.block-product-tabs-list-item-text p {
  line-height: 46px;
}

.block-product-tabs-list-item-image {
  margin-top: 73px;
}

.block-product-tabs-slider-block {
  align-self: flex-start;
  position: relative;
  min-height: 660px;
  margin-top: 10px;
}

.block-product-tabs-slider-block-text {
  position: absolute;
  z-index: 1;
  padding: 85px 72px 74px;
  height: 100%;
}

.block-product-tabs-slider-block-text * {
  color: #fff;
}

.block-product-tabs-slider-block-text::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons {
  display: flex;
  position: absolute;
  bottom: 57px;
  left: 76px;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .flickity-button {
  padding: 0;
  line-height: 0;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .block-slider-with-side-text-buttons-previous {
  margin-right: 23px;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .block-slider-with-side-text-buttons-previous:hover {
  background-color: transparent;
}

.block-product-tabs-slider-block .block-slider-with-side-text-buttons .block-slider-with-side-text-buttons-next:hover {
  background-color: transparent;
}

.block-product-tabs-slider-block-list {
  height: 100%;
  width: 771px;
  list-style: none;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.block-product-tabs-slider-block-item {
  width: 100%;
  height: 660px;
  overflow: hidden;
}

.block-product-tabs-slider-block-item-wrapper {
  height: 100%;
  position: relative;
}

.block-product-tabs-slider-block-item-wrapper img {
  max-width: none;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*Finance*/

.block-purchase-finance-main-content {
  display: flex;
  justify-content: space-between;
}

.block-purchase-finance-left-content,
.block-purchase-finance-right-content {
  width: 24.39%;
}

.block-purchase-finance-text-right,
.block-purchase-finance-text-left {
  margin-top: 90px;
}

.block-purchase-finance-text-left {
  padding-left: 3.29%;
}

.block-purchase-finance-text-right {
  padding-right: 3.29%;
}

.block-purchase-finance-links-container {
  text-align: center;
  margin-top: 100px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Custom content steps setup */

.block-purchase-header-and-step {
  overflow: hidden;
}

.block-purchase-header-and-step-header {
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center bottom;
  align-items: flex-end;
  justify-content: center;
  display: flex;
  min-height: 818px;
}

.block-purchase-header-and-step-second-text {
  padding: 70px 0;
  text-align: center;
}

.block-purchase-header-and-step-arrow {
  margin: 165px 0 30px;
  display: flex;
  justify-content: center;
}

.block-purchase-header-and-step-arrow-to-content {
  display: block;
  background-image: url("img/icons/arrow-to-bottom-black.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  width: 30px;
  height: 63px;
  bottom: 51px;
  text-indent: -99999px;
}

.block-purchase-header-and-step-line {
  display: block;
  text-align: center;
  height: 163px;
  overflow: hidden;
}

.block-purchase-header-and-step-square {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 6px;
  background-color: #fe6b00;
  z-index: -1;
  position: relative;
}

.block-purchase-header-and-step-square:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  transform: rotateZ(-45deg);
  border: 6px solid #fe6b00;
  top: -20px;
  left: -17px;
  background-color: #fff;
}

.block-purchase-header-and-step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 79px;
}

.block-purchase-header-and-step-item {
  width: 100%;
  position: relative;
}

.block-purchase-header-and-step-item-container {
  position: relative;
}

.block-purchase-header-and-step-item-container:before {
  content: '';
  width: 6px;
  height: 150%;
  position: absolute;
  background-color: #fe6b00;
  z-index: -1;
  top: 22px;
}

.block-purchase-header-and-step-item-container:after {
  content: '';
}

.block-purchase-header-and-step-item-number {
  position: absolute;
}

.block-purchase-header-and-step-item-number span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Jost";
  font-size: 60px;
  font-weight: 700;
}

.block-purchase-header-and-step-item-number span:before {
  content: '';
  width: 100px;
  height: 100px;
  background-color: #fe6b00;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.block-purchase-header-and-step-item:nth-child(odd) {
  margin-left: auto;
  padding-left: 50%;
}

.block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-container:before {
  left: -3px;
}

.block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-text {
  width: 509px;
  margin-left: auto;
}

.block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-number {
  top: 22px;
  left: 0;
  transform: translateX(-50%);
}

.block-purchase-header-and-step-item:nth-child(even) {
  text-align: right;
  padding-right: 50%;
}

.block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-container:before {
  right: -3px;
}

.block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
  width: 509px;
}

.block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-number {
  right: 0;
  top: 22px;
  transform: translateX(50%);
}

.block-purchase-header-and-step-item:last-child {
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
}

.block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-text {
  margin: 0 auto;
  padding-top: 117px;
}

.block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-container:before {
  position: relative;
}

.block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-number {
  left: 50%;
}

.block-purchase-wherever {
  min-height: 1100px;
  overflow: hidden;
}

.block-purchase-wherever-container {
  display: flex;
}

.block-purchase-wherever-list {
  list-style-type: none;
  padding-left: 8.41463%;
  padding-right: 9.39024%;
  margin-top: 50px;
}

.block-purchase-wherever .item {
  display: flex;
  margin-top: 35px;
}

.block-purchase-wherever .item:first-child {
  margin-top: 0;
}

.block-purchase-wherever-side-content {
  width: 50%;
  position: relative;
  min-height: 1100px;
}

.block-purchase-wherever-side-content:first-of-type {
  min-height: none;
}

.block-purchase-wherever-image {
  position: absolute;
  left: 0;
}

.block-purchase-wherever-image img {
  max-width: none;
}

.block-purchase-wherever-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.block-purchase-wherever-number::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: -1;
}

.block-purchase-wherever-text {
  padding-left: 17.88%;
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Related products carousel */

.block-related-products-carousel {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-related-products-carousel .block-custom-content-shop-products-category-title {
  padding-right: 150px;
}

.block-related-products-carousel .block-custom-content-shop-products-list.flickity-enabled {
  display: block;
}

.block-related-products-carousel .block-custom-content-shop-products-item {
  padding-top: 0;
}

.block-related-products-carousel .flickity-prev-next-button {
  background-color: transparent;
  background-image: url(img/icons/arrow-right-back.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  border-radius: 0;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: auto !important;
  right: 5px !important;
  transform: translateY(-200%);
  width: 60px;
  height: 60px;
}

.block-related-products-carousel .flickity-prev-next-button:hover {
  opacity: 0.6;
}

.block-related-products-carousel .flickity-prev-next-button > svg {
  display: none;
}

.block-related-products-carousel .flickity-prev-next-button.previous {
  right: 81px !important;
}

.block-related-products-carousel .flickity-prev-next-button.next {
  transform: rotateZ(180deg) translateY(200%);
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Rollover image Constant air tent */

.block-rollover-image-constant-air-tent-title {
  color: #ffffff;
}

.block-rollover-image-constant-air-tent-main-content-external {
  display: flex;
  align-items: center;
  margin: 44px 0 135px;
  min-height: 720px;
}

.block-rollover-image-constant-air-tent-main-content-external-image {
  position: relative;
}

.block-rollover-image-constant-air-tent-main-content-external-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
}

.block-rollover-image-constant-air-tent-main-content-external-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-constant-air-tent-main-content-external-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-1 {
  top: 73.5%;
  left: 18%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-2 {
  top: 19%;
  left: 20%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-3 {
  top: 44.5%;
  left: 20%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-4 {
  top: 77.5%;
  left: 34.4%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-5 {
  top: 55%;
  left: 70.4%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-6 {
  top: 3%;
  left: 65.5%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-7 {
  top: 41%;
  left: 81%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-8 {
  top: 68%;
  left: 55%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-9 {
  top: 61%;
  left: 64.5%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-10 {
  top: 5.5%;
  left: 37%;
}

.block-rollover-image-constant-air-tent-main-content-external-image .rollover-constant-air-external-plus-item-11 {
  top: 31%;
  left: 36%;
}

.block-rollover-image-constant-air-tent-main-content-external-list {
  list-style: none;
  padding-left: 5.487804878%;
}

.block-rollover-image-constant-air-tent-main-content-external-item {
  display: none;
}

.block-rollover-image-constant-air-tent-main-content-external-item.active {
  display: block;
}

.block-rollover-image-constant-air-tent-main-content-external-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-constant-air-tent-main-content-external-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

.block-rollover-image-constant-air-tent-main-content-internal {
  display: flex;
  margin-top: 113px;
  align-items: flex-start;
}

.block-rollover-image-constant-air-tent-main-content-internal-image {
  position: relative;
  padding-left: 3%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-indent: -99999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.block-rollover-image-constant-air-tent-main-content-internal-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-constant-air-tent-main-content-internal-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-1 {
  top: 77.5%;
  left: 60%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-2 {
  top: 83%;
  left: 37%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-3 {
  top: 65.5%;
  left: 89%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-4 {
  top: 2.5%;
  left: 51.4%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-5 {
  top: 24%;
  left: 38.4%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-6 {
  top: 52%;
  left: 46%;
}

.block-rollover-image-constant-air-tent-main-content-internal-image .rollover-constant-air-internal-plus-item-7 {
  top: 67.5%;
  left: 16%;
}

.block-rollover-image-constant-air-tent-main-content-internal-list {
  list-style: none;
}

.block-rollover-image-constant-air-tent-main-content-internal-item {
  display: none;
}

.block-rollover-image-constant-air-tent-main-content-internal-item.active {
  display: block;
}

.block-rollover-image-constant-air-tent-main-content-internal-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-constant-air-tent-main-content-internal-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Rollover image Sealed air tent*/

.block-rollover-image-sealed-air-tent-title {
  color: #ffffff;
  padding-left: 75px;
}

.block-rollover-image-sealed-air-tent-main-content-external {
  display: flex;
  align-items: center;
  margin: 44px 0 115px;
  min-height: 630px;
}

.block-rollover-image-sealed-air-tent-main-content-external-image {
  position: relative;
}

.block-rollover-image-sealed-air-tent-main-content-external-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-indent: -99999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.block-rollover-image-sealed-air-tent-main-content-external-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-sealed-air-tent-main-content-external-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-1 {
  top: 6.5%;
  left: 73%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-2 {
  top: 10%;
  left: 37%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-3 {
  top: 47%;
  left: 29%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-4 {
  top: 49.5%;
  left: 14.4%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-5 {
  top: 60%;
  left: 76.4%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-6 {
  top: 23%;
  left: 27.5%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-7 {
  top: 62%;
  left: 14%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-8 {
  top: 16%;
  left: 5%;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-9 {
  top: 79%;
  left: 41%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-10 {
  top: 63.5%;
  left: 37.5%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-11 {
  top: 32.5%;
  left: 80%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-12 {
  top: 29.5%;
  left: 42%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-13 {
  top: 60.5%;
  left: 53%;
}

.block-rollover-image-sealed-air-tent-main-content-external-image .rollover-sealed-air-external-plus-item-14 {
  top: -4%;
  left: 58%;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-external-list {
  list-style: none;
  padding-left: 5.487804878%;
}

.block-rollover-image-sealed-air-tent-main-content-external-item {
  display: none;
}

.block-rollover-image-sealed-air-tent-main-content-external-item.active {
  display: block;
}

.block-rollover-image-sealed-air-tent-main-content-external-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-sealed-air-tent-main-content-external-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

.block-rollover-image-sealed-air-tent-main-content-internal {
  display: flex;
  margin-top: 113px;
  padding-left: 75px;
  align-items: center;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image {
  position: relative;
  padding-left: 7%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image a {
  background-color: #000000;
  z-index: 1;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(img/icons/plus-rollover.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image a.active {
  background-color: #ff6900;
  border: 3px solid #ffffff;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-1 {
  top: 64%;
  left: 43%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-2 {
  top: 54%;
  left: 28%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-3 {
  top: 22.5%;
  left: 33%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-4 {
  top: 22.5%;
  left: 61.4%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-5 {
  top: 2%;
  left: 51.4%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-6 {
  top: 82%;
  left: 23%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-7 {
  top: 68.5%;
  left: 79%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-image .rollover-sealed-air-internal-plus-item-8 {
  top: 87.5%;
  left: 65%;
}

.block-rollover-image-sealed-air-tent-main-content-internal-list {
  list-style: none;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item {
  display: none;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item.active {
  display: block;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item-container {
  background-color: #333333;
  width: 389px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.block-rollover-image-sealed-air-tent-main-content-internal-item-text {
  color: #ffffff;
  margin-top: 50px;
  flex: 1;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Shelters availability */

.block-shelters-availability {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.block-shelters-availability-container {
  position: relative;
}

.block-shelters-availability-title {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 23.84px;
  padding: 0 0 25px;
}

.block-shelters-availability-content-sizes-list {
  list-style: none;
  display: flex;
}

.block-shelters-availability-content-sizes-list-item-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% auto;
  height: 100%;
}

.block-shelters-availability-content-sizes-list-item {
  width: 100%;
  height: 190px;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-title {
  top: 2%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-container {
  background-position: center 53.5%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 49%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 45%;
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
  background-position: center 30%;
  background-size: 108% auto;
  /*@media all and (min-width: 840px) and (max-width: 991px) {
            background-position: center 48%;
          }

          @media all and (min-width: 768px) and (max-width: 839px) {
            background-position: center 49%;
          }*/
}

.block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 38%;
}

.block-shelters-availability-content-sizes-list-item-values {
  position: relative;
  height: 100%;
}

.block-shelters-availability-content-sizes-list-item-values-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translateX(-50%);
}

.block-shelters-availability-content-sizes-list-item-value {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  padding: 3vw;
}

.block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 50%;
}

.block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 25px;
  line-height: 23.84px;
  padding: 2vw;
}

.block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 45%;
}

.block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 32px;
  line-height: 30.5px;
  padding: 2vw;
}

.block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 38%;
}

.block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 40px;
  line-height: 38.09px;
  padding: 2vw;
}

.block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-values-container {
  top: 34%;
}

.block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
  font-size: 46px;
  line-height: 43.85px;
  padding: 3vw;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-slider-colour-and-branding-container {
  /*padding-top: 159px;*/
  color: #fff;
  min-height: 950px;
}

.block-slider-colour-and-branding-block {
  flex: 1;
  position: relative;
}

.block-slider-colour-and-branding-header-text {
  display: flex;
  justify-content: space-between;
  padding-left: 76px;
  align-items: center;
}

.block-slider-colour-and-branding-text {
  max-width: 776px;
}

.block-slider-colour-and-branding-text p {
  margin-bottom: 0;
}

.block-slider-colour-and-branding-slider {
  color: #fff;
  position: relative;
  display: flex;
  margin-top: 146px;
}

.block-slider-colour-and-branding-text-content {
  padding-top: 72px;
}

.block-slider-colour-and-branding .block-homepage-slider-buttons {
  text-align: end;
  padding-right: 60px;
}

.block-slider-colour-and-branding-links-slider {
  display: flex;
  flex-direction: column;
  padding: 0 24px 0 157px;
}

.block-slider-colour-and-branding-link-slider {
  margin-top: 80px;
  font-size: 40px;
  font-weight: 500;
  color: #959595;
  font-family: "Jost";
}

.block-slider-colour-and-branding-link-slider.is-selected {
  color: #fff;
}

.block-slider-colour-and-branding-link-slider:first-of-type {
  margin-top: 0;
}

.block-slider-colour-and-branding-buttons {
  margin: 160px 0 80px;
  padding-left: 56px;
}

.block-slider-colour-and-branding-buttons .flickity-button {
    position: relative !important;
}

.block-slider-colour-and-branding-buttons-previous {
  transform: rotate(180deg);
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer * {
  color: #fff;
}

.block-slider-colour-and-branding-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer * {
  color: #fff;
}

.block-slider-colour-and-branding-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-colour-and-branding-buttons button {
  border: none;
  background-color: transparent;
}

.block-slider-colour-and-branding-buttons button:hover {
  background-color: #000000;
}

.block-slider-colour-and-branding-images-items {
  height: 804px;
  width: 1360px;
  list-style: none;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.block-slider-colour-and-branding-images-item {
  width: 1364px;
  height: 804px;
}

.block-slider-colour-and-branding-images-item-wrapper {
  height: 100%;
  position: relative;
}

.block-slider-colour-and-branding-images-item-wrapper img {
  max-width: none;
}

.block-slider-colour-and-branding-images .flickity-slider {
  width: 100vw;
}

.block-slider-colour-and-branding-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-slider-colour-and-branding .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-slider-uses-and-industries {
  overflow-x: hidden;
}

.block-slider-uses-and-industries-container {
  display: flex;
}

.block-slider-uses-and-industries-text {
  color: #fff;
  padding-top: 130px;
  padding-right: 130px;
  width: 556px;
}

.block-slider-uses-and-industries-text-content {
  padding-top: 72px;
}

.block-slider-uses-and-industries .block-homepage-slider-buttons {
  text-align: end;
  padding-right: 60px;
}

.block-slider-uses-and-industries-links {
  display: flex;
  align-items: baseline;
}

.block-slider-uses-and-industries-links-container {
  margin-left: 50px;
}

.block-slider-uses-and-industries-links-container:first-of-type {
  margin-left: 0;
}

.block-slider-uses-and-industries-buttons {
  position: relative;
  padding-left: 5.7%;
}

.block-slider-uses-and-industries-buttons-previous {
  transform: rotate(180deg);
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer * {
  color: #fff;
}

.block-slider-uses-and-industries-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer * {
  color: #fff;
}

.block-slider-uses-and-industries-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-uses-and-industries-buttons button {
  border: none;
  background-color: transparent;
}

.block-slider-uses-and-industries-buttons button:hover {
  background-color: #fff;
}

.block-slider-uses-and-industries-block {
  width: 74.87%;
}

.block-slider-uses-and-industries-images {
  overflow: hidden;
}

.block-slider-uses-and-industries-images-items {
  height: 100%;
  width: 100vw;
  list-style: none;
}

.block-slider-uses-and-industries-images-item {
  width: 1228px;
  height: 960px;
}

.block-slider-uses-and-industries-images-item-wrapper {
  height: 100%;
  position: relative;
}

.block-slider-uses-and-industries-images .flickity-slider {
  width: 100vw;
}

.block-slider-uses-and-industries-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-slider-uses-and-industries .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Slider uses and industries */

.block-slider-with-side-text-container {
  padding-top: 203px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  min-height: 1291px;
}

.block-slider-with-side-text-block {
  flex: 1;
  position: relative;
  margin-top: 75px;
}

.block-slider-with-side-text-text {
  width: 555px;
}

.block-slider-with-side-text-text p {
  margin-bottom: 0;
}

.block-slider-with-side-text-text-content-one {
  width: 69.87804878%;
  display: flex;
  flex-direction: column;
}

.block-slider-with-side-text-text-content-one-description {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.block-slider-with-side-text-text-content-one-description-left {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.block-slider-with-side-text-text-content-two {
  color: #fff;
  position: relative;
}

.block-slider-with-side-text-text-content-two-text {
  width: 312px;
}

.block-slider-with-side-text-text-content {
  padding-top: 72px;
}

.block-slider-with-side-text .block-homepage-slider-buttons {
  text-align: end;
  padding-right: 60px;
}

.block-slider-with-side-text-buttons-previous {
  transform: rotate(180deg);
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer * {
  color: #fff;
}

.block-slider-with-side-text-buttons-previous .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer {
  border: 2px solid #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer:before {
  background-color: #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer * {
  color: #fff;
}

.block-slider-with-side-text-buttons-next .pre-link-pointer-container:hover span:before {
  color: #fff;
}

.block-slider-with-side-text-buttons button {
  border: none;
  background-color: transparent;
}

.block-slider-with-side-text-buttons button:hover {
  background-color: #000000;
}

.block-slider-with-side-text-images-items {
  height: 100%;
  width: 1294px;
  list-style: none;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.block-slider-with-side-text-images-item {
  width: 1294px;
  height: 744px;
}

.block-slider-with-side-text-images-item-wrapper {
  height: 100%;
  position: relative;
}

.block-slider-with-side-text-images-item-wrapper img {
  max-width: none;
}

.block-slider-with-side-text-images .flickity-slider {
  width: 100vw;
}

.block-slider-with-side-text-images .flickity-page-dots {
  text-align: left;
  margin-left: -4px;
}

.block-slider-with-side-text .flickity-button:focus {
  box-shadow: 0 0 #000 !important;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Comparisson head to head */

.block-tents-comparisson-head-to-head {
  padding-bottom: 50px;
  margin-top: -1px;
  overflow-x: auto;
}

.block-tents-comparisson-head-to-head > .wrapper {
  min-width: 850px;
}

.block-tents-comparisson-head-to-head * {
  color: #fff;
}

.block-tents-comparisson-head-to-head-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"],
.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"] {
  width: calc(50% - 65px);
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"].block-tents-comparisson-head-to-head-list-item-property {
  padding-right: 15px;
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"] .block-tents-comparisson-head-to-head-list-item-property-value {
  text-align: right;
}

.block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"].block-tents-comparisson-head-to-head-list-item-property {
  padding-left: 15px;
}

.block-tents-comparisson-head-to-head-list-item-blank,
.block-tents-comparisson-head-to-head-list-item-tab-link {
  width: 130px;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3 {
  display: inline-block;
  margin-right: 50px;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3:last-of-type,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3:last-of-type {
  margin-right: 0;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3 > a,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3 > a {
  color: #808080;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-title > h3 > a.active,
.block-tents-comparisson-head-to-head-list-item-compared-tents-titles > h3 > a.active {
  color: #fff;
}

.block-tents-comparisson-head-to-head *[data-favorite-tent-info] p,
.block-tents-comparisson-head-to-head *[data-tent-info] p {
  font-size: 16px;
  line-height: 22px;
}

.block-tents-comparisson-head-to-head-list-item-intro {
  margin-top: 24px;
}

.block-tents-comparisson-head-to-head-list-item-photo-wrap {
  line-height: 0;
  margin-top: 18px;
}

.block-tents-comparisson-head-to-head-list-item-photo-wrap img {
  width: 100%;
}

.block-tents-comparisson-head-to-head-list-item-favorite-tent-materials,
.block-tents-comparisson-head-to-head-list-item-compared-tents-materials,
.block-tents-comparisson-head-to-head-list-item-favorite-tent-materials + .block-tents-comparisson-head-to-head-list-item-tab-link {
  margin-top: 30px;
}

.block-tents-comparisson-head-to-head-list-item-property {
  align-self: center;
}

.block-tents-comparisson-head-to-head-list-item-property-value {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-tents-comparisson-head-to-head-list-item-property-value p {
  margin-bottom: 0;
}

.block-tents-comparisson-head-to-head-list-item-compared-tents-titles {
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Videos */

.block-videos-section-container {
  padding-bottom: 109px;
}

.block-videos-section-content {
  overflow: hidden;
  margin-top: 91px;
}

.block-videos-subsection {
  padding-bottom: 30px;
}

.block-videos-subsection:last-of-type {
  padding-bottom: 0;
}

.block-videos-subsection-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.block-videos-subsection-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  padding-right: 50px;
  width: 25.62%;
  min-width: 350px;
}

.block-videos-subsection-content {
  flex: 1;
  margin-top: 9px;
}

.block-videos-section-blocks-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -23px;
}

.block-videos-section-blocks-list-item {
  padding: 0 23px 41px;
  width: 100%;
}

.block-videos-section-blocks-list-item-container {
  display: flex;
  flex-direction: column;
  border: 3px solid #000;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.block-videos-section-blocks-list-item-video {
  padding: 26px 23px 3px;
  line-height: 0;
  position: relative;
}

.block-videos-section-blocks-list-item-video:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  height: 100%;
}

.block-videos-section-blocks-list-item-video iframe {
  max-width: 100% !important;
}

.block-videos-section-blocks-list-item-text {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  padding: 29px 39px;
  min-height: 277px;
}

.block-videos-section-blocks-list-item-text * {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.block-videos-section-blocks-list-item-text *:last-child {
  margin-bottom: 0 !important;
}

.block-videos-section-blocks-list-item-text p {
  margin-bottom: 0.9em;
}

.block-videos-section-blocks-list-item-text a {
  color: #ff6b00;
}

.block-videos-section-blocks-list-item-text a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/* Work Smart */

.block-work-smart {
  position: relative;
  overflow-x: hidden;
}

.block-work-smart::before {
  display: block;
  background-color: #000000;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.block-work-smart-container {
  display: flex;
  align-items: center;
}

.block-work-smart-side-content {
  width: auto;
  margin-left: 9.39024%;
  z-index: 1;
}

.block-work-smart-side-content:first-of-type {
  width: 57.92683%;
  background-color: transparent;
  margin-left: 0;
}

.block-work-smart-text {
  margin-top: 75px;
}

.block-work-smart-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 100px;
}

.block-work-smart-list-item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}

.block-work-smart-list-item:first-child,
.block-work-smart-list-item:nth-child(2) {
  width: 33.34%;
  display: flex;
  flex-direction: column;
}

.block-work-smart-list-item:nth-child(3),
.block-work-smart-list-item:nth-child(4),
.block-work-smart-list-item:nth-child(5) {
  margin-top: 70px;
}

.block-work-smart-list-item-title {
  margin-top: 15px;
}

.block-work-smart-item {
  height: 100%;
  flex: 1;
  padding-right: 15px;
}

.block-work-smart-item-title {
  font-weight: 700;
}

@media all and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

@media all and (min-width: 500px) {
  .checkout-form-step-actions > div {
    width: 50%;
  }

  .checkout-form-step-actions .link {
    min-width: 212px;
  }

  .checkout-form-step-actions .link:after {
    max-width: 212px;
  }

  .block-list-icons-with-background-2-item {
    padding-left: 50px;
    padding-right: 0;
  }

  .block-list-icons-with-text-n-background-item {
    padding-left: 50px;
    padding-right: 25px;
  }
}

@media all and (min-width: 480px) {
  .menu-dropdown-footer-link {
    margin-left: 50px;
  }

  .menu-dropdown-footer-link-container {
    padding: 25px 50px;
  }

  .menu-dropdown-footer-link-inner-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}

@media all and (min-width: 481px) {
  .block-product-tabs-slider-block-text {
    min-width: 355px;
  }
}

@media all and (min-width: 500px) {
  .checkout-form-step-actions-left {
    padding-left: 32px;
  }

  .checkout-sidebar-totals-container {
    padding: 50px;
  }

  .checkout-sidebar-totals table.shop_table tbody tr:first-of-type {
    margin-top: 75px;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr,
  .checkout-sidebar-totals table.shop_table tfoot tr:first-of-type {
    margin-top: 50px;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr {
    margin-left: 50px;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr.order-total {
    min-width: 0;
  }

  .checkout-sidebar-totals table.shop_table dl.variation > div {
    margin-top: 20px;
  }

  .block-shelters-availability-content-sizes-list-item-value {
    padding: 8px;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 10px;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 12px;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
    padding: 16px;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
    padding: 22px;
  }
}

@media all and (min-width: 501px) {
  .block-custom-content-category-products-item-list-attributes-container {
    width: 200px;
  }
}

@media all and (min-width: 531px) {
  .block-custom-content-category-products-item-image img {
    transform: scale(1.2);
  }
}

@media all and (min-width: 600px) {
  .entry-content > .page-header.with-background h1 {
    font-size: 60px;
    line-height: normal;
  }

  .blocks-gallery-grid .blocks-gallery-image figcaption,
  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 40px;
    line-height: 50px;
  }

  .order-configurator-header-left,
  .order-configurator-header-right {
    flex: initial;
    /*order: initial;*/
  }

  .order-configurator-header-center {
    /*flex: 1;
				order: initial;
				width: auto;*/
    max-width: none;
  }

  .product-title-category {
    font-size: 36px;
    line-height: 42px;
  }

  .product-subtitle-1 {
    font-size: 36px;
    line-height: 42px;
  }

  .simple-post .simple-text h3 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0.2px;
  }

  .block-datasheets-brochures-manuals-subsection-title {
    font-size: 40px;
    line-height: normal;
  }

  .block-videos-subsection-title {
    font-size: 40px;
    line-height: normal;
  }
}

@media all and (min-width: 700px) {
  .image-cropping-container {
    max-width: none;
    width: 600px;
    min-height: 0;
  }
}

@media all and (min-width: 767px) {
  .block-custom-content-shop-products-item {
    width: 50%;
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

.block-image-plus-text-content-media.image-wrapper-protruding img {
    width: 130%;
    height: 100%;
}
  .menu-dropdown-footer-center {
    flex-wrap: initial;
  }
  
  .block-custom-block-with-social-icons-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 3px solid #000000;
      width: 100px;
      height: 100px;
      min-width: 100px;
    }

  .menu-dropdown-footer-center-left {
    padding: 3px 5px 0;
    width: calc(52.5% + 8px);
  }

  .entry-content > .page-header.with-background {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .entry-content > .page-header.with-background.block-header-universal {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
    min-height: 364px;
  }

  .entry-content > .page-header.with-background.block-header-universal .wrapper.page-header-text {
    padding-top: 7px;
  }

  .archive.category .block-breadcrumb {
    padding-bottom: 59px;
  }

  .custom-items-filters-container {
    flex-direction: initial;
  }

  .custom-items-filters-blocks {
    flex-direction: initial;
  }

  .custom-items-filters-block {
    margin-right: 100px;
    margin-top: 50px;
  }

  .custom-items-filters-block.item-4,
  .custom-items-filters-block.item-5,
  .custom-items-filters-block.item-6 {
    margin-right: 45px;
  }

  .custom-items-filters-block-buttons {
    flex-direction: column;
    margin-top: 50px;
    align-items: flex-end;
  }

  .custom-items-filters-block-buttons-meters,
  .custom-items-filters-block-buttons-feet {
    margin: 0;
  }

  .woocommerce-currency-selector-wrap .ui-selectmenu-button {
    height: 47px;
    width: 130px !important;
  }

  .woocommerce-currency-selector-dropdown .ui-widget.ui-widget-content {
    padding-top: 9px;
    width: 120px !important;
  }

  .woocommerce-checkout .checkout-title {
    margin: 70px 0;
  }

  .woocommerce-checkout .checkout-greating-text h2 {
    margin-bottom: 70px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods input[type="radio"] + label:before {
    margin-right: 50px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods li {
    padding: 50px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order table.shop_table .woocommerce-shipping-methods .shipping_method-title {
    font-size: 30px;
    line-height: 40px;
  }

  .checkout-form-step-actions {
    padding: 100px 0 150px;
  }

  .product-gallery {
    width: 45.60976%;
  }

  .product-description-attribute {
    margin-bottom: 74px;
  }

  .woocommerce-variation-add-to-cart-enabled {
    margin-top: 74px;
  }

  .product-custom-advantages-container {
    padding-left: 3%;
  }

  .block-breadcrumb {
    padding-bottom: 109px;
  }

  /*.block-header-hero-main-content-container {*/
  /*  padding-left: 4.75%;*/
  /*  padding-right: 4.75%;*/
  /*}*/

  /*.block-header-hero-link-container {*/
  /*  padding-left: 4.75%;*/
  /*  padding-right: 4.75%;*/
  /*}*/

  .block-header-hero-text-container {
    display: flex;
    align-items: center;
  }

  .block-list-icons-with-background-2-item:last-of-type {
    /*padding-bottom: 70px;*/
  }

  .block-list-icons-with-background-2-item {
    width: 50%;
    /*padding-bottom: 70px;*/
  }

  .block-product-tabs-links-title {
    margin-left: 30px;
    text-align: center;
  }

  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"].block-tents-comparisson-head-to-head-list-item-property {
    padding-right: 3%;
  }

  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"].block-tents-comparisson-head-to-head-list-item-property {
    padding-left: 3%;
  }
}

@media all and (min-width: 769px) {
  .wpcf7 form .wpcf7-response-output {
    position: absolute;
  }

  .woocommerce-cart-subtitle {
    padding-top: 100px;
  }

  .woocommerce-cart-form table.shop_table .product-name {
    width: 24.26829%;
  }

  .woocommerce-cart-form table.shop_table .product-price {
    width: 15.85366%;
  }

  .woocommerce-cart-form table.shop_table .product-quantity {
    width: 15.85366%;
  }

  .woocommerce-cart-form table.shop_table .product-subtotal {
    width: 15.85366%;
  }

  .woocommerce-cart-form table.shop_table .product-button-customize {
    width: 24.26829%;
  }

  .wc-proceed-to-checkout-button-and-link .link-shop {
    margin-left: 32px;
  }

  .minus-button,
  .plus-button {
    left: 5.5em;
  }
}

@media all and (min-width: 840px) {
  .block-datasheets-brochures-manuals-section-blocks-list-item {
    min-width: 395px;
  }
}

@media all and (min-width: 992px) {
  .menu-dropdown-footer-left {
    width: auto;
  }

  .menu-dropdown-footer-center {
    width: auto;
  }

  .logos-gallery .wp-block-columns {
    align-items: flex-end;
  }

  .logos-gallery-2 .wp-block-columns {
    align-items: center;
  }

  .blocks-gallery-grid .blocks-gallery-image figcaption,
  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    min-height: 100px;
  }

  .custom-info-tabs a[data-target-property-name] {
    font-size: 20px;
  }

  .block-custom-content-shop-products-category-title {
    padding: 84px 0 58px;
  }

  .block-custom-content-shop-products-category:first-child .block-custom-content-shop-products-category-title {
    padding-top: 118px;
  }

  .block-list-icons-with-background-2-item {
    width: 33.33%;
  }

  .block-list-icons-with-text-n-background-title,
  .block-list-icons-with-text-n-background-text-container {
    width: 40%;
    min-width: 550px;
  }

  .block-list-icons-with-text-n-background-list-content {
    padding-left: 4%;
    padding-right: 2.5%;
  }

  .block-list-icons-with-text-n-background-list-container {
    margin-top: -49px;
  }

  .block-order-tent-faq-container.text-position-left .block-order-tent-faq-right-block:before {
    left: auto;
    right: 0;
  }

  .block-related-products-carousel .block-custom-content-shop-products-category-title {
    padding-bottom: 68px;
    padding-top: 0;
  }

  .block-shelters-availability-title {
    position: absolute;
    top: 13.2%;
    padding: 0 4.8%;
  }

  .block-shelters-availability-content-sizes-list-item-container {
    background-size: 100% auto;
  }

  .block-shelters-availability-content-sizes-list-item {
    width: 11%;
    height: auto;
    min-height: 318px;
  }

  .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-container {
    margin-left: 4%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 {
    width: 14%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 {
    width: 19%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 {
    width: 25%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 {
    width: calc(100% - 11% - 14% - 19% - 26%);
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-container {
    margin-right: -12%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item {
    height: auto;
    min-height: 250px;
  }

  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-favorite-tent-"],
  .block-tents-comparisson-head-to-head-list > li[class*="block-tents-comparisson-head-to-head-list-item-compared-tents-"] {
    width: calc(50% - 100px);
  }

  .block-tents-comparisson-head-to-head-list-item-blank,
  .block-tents-comparisson-head-to-head-list-item-tab-link {
    width: 200px;
  }
}

@media all and (min-width: 1024px) {
  .block-custom-content-shop-products-item {
    width: 33.33%;
  }
}

@media all and (min-width: 1025px) {
  .narrow-wrapper:not(.wp-block-group),
  .narrow-wrapper > .wp-block-group__inner-container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .logos-gallery .wp-block-columns {
    padding-left: 4%;
    padding-right: 3.5%;
  }

  .logos-gallery-2 .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .block-list-icons-with-text-n-background-title,
  .block-list-icons-with-text-n-background-text-container {
    padding-left: 4.7%;
    padding-right: 11%;
  }

  .narrow-wrapper-heading {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}

@media (min-width: 1500px) {
  /*.narrow-wrapper-heading {*/
  /*  padding-left: 0% !important;*/
  /*  padding-right: 0% !important;*/
  /*}*/
}

@media all and (min-width: 1080px) {
  .popup-order-close:before {
    height: 28px;
    width: 61px;
  }

  .popup-order-close > span {
    display: inline-block;
  }

  .header-cart-link:before {
    display: none;
  }

  .header-cart-link-text {
    display: inline-block;
  }

  .order-configurator-header-left .custom-select-picker {
    min-width: 220px;
  }

  .order-configurator-header-left,
  .order-configurator-header-right {
    width: 400px;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener,
  body.woocommerce-page .order-configurator-header-right .configurator-opener {
    margin-left: 50px;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener:before,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener:before,
  body.woocommerce-page .order-configurator-header-right .configurator-opener:before {
    display: none;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener > span,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener > span,
  body.woocommerce-page .order-configurator-header-right .configurator-opener > span {
    display: inline-block;
  }

  .woocommerce-currency-selector-wrap {
    margin-left: 42px;
  }

  .checkout-form-step[data-checkout-step="1"] .checkout-fields .woocommerce-checkout-review-order {
    max-width: 690px;
  }

  .checkout-form-step[data-checkout-step="2"] .billing-shipping-information-container {
    padding-right: 110px;
  }

  .checkout-fields {
    padding-right: 9.39024%;
  }

  .checkout-sidebar-totals {
    width: 41.09756%;
  }
}

@media all and (min-width: 1116px) {
  .blog-post-custom-preview .universal-block-image-plus-text-content-classic {
    padding-bottom: 130px;
  }

  .blog-post-custom-preview + .wp-block-spacer {
    height: 187px !important;
  }

  .archive .entry-content article:last-of-type .wp-block-spacer {
    height: 153px !important;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container-additional {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding .stretched-height-image {
    height: 100%;
  }
}

@media all and (min-width: 1180px) {
  .menu-dropdown-container {
    padding: 25px 15px 0 0;
  }

  .menu-dropdown-content {
    flex-direction: initial;
  }

  .menu-dropdown-content-left {
    padding: 0;
    width: 24.3%;
  }

  .menu-dropdown-content-center > div {
    height: 50%;
    min-height: 190px;
  }

  .menu-dropdown-content-right {
    /*padding: 0;*/
    width: 16.1%;
    border-left: 1px solid #999;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
  }

  .menu-dropdown-content-right a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
  }

  .menu-dropdown-footer {
    flex-wrap: initial;
    height: 98px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }

  .menu-dropdown-footer-left {
    width: 24.3%;
  }

  .menu-dropdown-footer-right {
    height: 100%;
    width: calc(((59.8% - 16px) / 3) + 15.9%);
    margin-top: 0;
  }

  .menu-dropdown.about-us .menu-dropdown-content-items {
    width: 25%;
    padding: 0 8px;
  }

}

@media all and (min-width: 1200px) {
  .block-datasheets-brochures-manuals-subsection:first-of-type {
    margin-top: 63px;
  }

  .block-list-icons-with-text-n-background-item {
    width: 50%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.55vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.7vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.9vw;
  }

  .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.5vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.65vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.85vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
    padding: 1.15vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
    padding: 1.35vw;
  }

  .block-videos-section-container.with_subcategory .block-videos-section-content {
    padding-left: 0;
  }

  .block-videos-section-content {
    padding-left: 25.62%;
  }

  .block-videos-subsection:first-of-type {
    margin-top: 63px;
  }
}

@media all and (min-width: 1222px) {
  .block-custom-block-with-social-icons-items:nth-child(odd) {
    width: 51%;
  }

  .block-custom-block-with-social-icons-items:nth-child(even) {
    width: 49%;
  }
}

@media all and (min-width: 1260px) {
  .product-custom-advantages-list-item:nth-child(odd) {
    justify-content: flex-end;
  }

  .block-product-tabs-option {
    width: 61.5%;
    padding-right: 8%;
  }
}

@media all and (min-width: 1501px) {
  .menu-dropdown-content-link {
    /*font-size: 30px;*/
    /*line-height: 40px;*/
  }

  .menu-dropdown-footer-center-left {
    width: calc(26.5% + 8px);
  }

  .user-action-auth {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .user-action-auth-container {
    align-items: flex-end;
    flex-direction: column;
    margin: 0;
  }

  .order-configurator-logo {
    width: 320px;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item:first-child figcaption,
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n+4) figcaption {
    transform: translateX(-31px);
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n+2) figcaption {
    transform: translateX(-55px);
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n) figcaption {
    transform: translateX(-40px);
  }

  .order-configurator-header-content {
    height: 120px;
  }

  .block-custom-slider-gallery-item-container {
    height: 426px;
  }

  .order-configurator-header.wc-store-header .order-configurator-header-content {
    padding-top: 30px;
  }

  .order-configurator-header.wc-store-header .order-configurator-logo > a {
    margin-top: -15px;
  }

  .block-datasheets-brochures-manuals-section-blocks-list-item {
    width: 33.33%;
  }

  .block-list-icons-with-text-n-background-item {
    width: 33.33%;
  }

  .block-videos-section-blocks-list-item {
    width: 33.33%;
  }
}

@media all and (min-width: 1601px) {
  .block-custom-content-shop-products-item {
    width: 25%;
  }
}

@media all and (min-width: 1640px) {
  .block-image-plus-text-content-media-float-image {
    max-width: none;
  }
}

@media all and (min-width: 1890px) {
  .menu-dropdown-content-link-wrapper {
    padding: 10px;
  }
}

@media all and (min-width: 1900px) {
  .block-order-tent-faq-container.text-position-left .block-order-tent-faq-right-block-container {
    margin-left: -130px;
  }

  .block-order-tent-faq-container.not-wide-text .block-order-tent-faq-right-block-container {
    margin-left: 0;
  }

  .block-order-tent-faq-right-block-container {
    width: calc(100% + 130px);
  }
}

@media all and (max-width: 1880px) {
  .block-custom-content-tents-comparison-container {
    cursor: col-resize;
  }

  .block-custom-content-tents-comparison-container.active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .block-tents-comparisson-head-to-head {
    cursor: col-resize;
  }

  .block-tents-comparisson-head-to-head.active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}

@media all and (max-width: 1725px) {
  .block-our-partners-item-image img {
    max-height: 270px;
  }
}

/*@media all and (max-width: 768px) and (max-width: 1500px) {*/
/*  .wrapper {*/
/*    padding-left: 4%;*/
/*    padding-right: 4%;*/
/*  }*/
/*}*/

@media all and (max-width: 1720px) {
  nav.navigation.post-navigation {
    padding-left: 6%;
    padding-right: 6%;
  }

  .wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }

  .entry-content > *:not(div) {
    padding-left: 6%;
    padding-right: 6%;
  }

  .entry-content > *[class*="wp-block-"] {
    padding-left: 6%;
    padding-right: 6%;
  }

  .entry-content > *.wp-block-group > *:not(.wp-block-group__inner-container) {
    padding-left: 6%;
    padding-right: 6%;
  }

  .woocommerce-notices-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media all and (max-width: 1636px) {
  .block-custom-content-with-list-main-content {
    padding: 129px 0 0;
    padding-left: 42.07317%;
    padding-right: 15.85366%;
  }
}

@media all and (max-width: 1600px) {
  .block-our-partners-item-image img {
    max-height: 252px;
  }
}

@media all and (max-width: 1531px) {
  .block-custom-content-category-products-list {
    overflow: hidden;
  }

  .block-custom-content-category-products-item-list-attributes {
    margin: -10px -15px;
  }

  .block-custom-content-category-products-item-list-attributes-item {
    padding: 10px 15px;
  }

  .block-custom-content-category-products-item-link-product {
    margin-top: 100px;
  }

  .block-custom-content-category-products-text {
    width: 42.07317%;
    margin-top: 18px;
  }
}

@media all and (max-width: 1500px) and (max-width: 1140px) {
  #site-navigation-m .menu-item.stub {
    display: none;
  }
}

@media all and (max-width: 1461px) {
  .block-custom-content-with-list-main-content {
    padding: 70px 0 0;
    padding-left: 15.85366%;
    padding-right: 15.85366%;
  }
}

@media all and (max-width: 1450px) {
  .block-our-partners-item-image img {
    max-height: 230px;
  }
}

@media all and (max-width: 1440px) {
  .block-environment-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-environment-side-content {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }

  .block-environment-side-content:first-of-type {
    margin-top: 0;
    width: 100%;
  }

  .block-partners-who-we-side-content {
    width: 49.5122%;
  }
}

@media all and (max-width: 1425px) {
  .block-homepage-slider-images-item {
    width: calc(100% - 33.5%);
  }
}

@media all and (max-width: 1350px) {
  .block-our-partners-item-image img {
    max-height: 205px;
  }

  .block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
    padding-right: 70px;
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-text {
    padding-left: 70px;
  }

  .block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-text {
    padding-left: 0;
  }

  .block-work-smart-list-item {
    width: 50%;
  }

  .block-work-smart-list-item:first-child,
  .block-work-smart-list-item:nth-child(2) {
    width: 50%;
  }

  .block-work-smart-list-item:nth-child(3),
  .block-work-smart-list-item:nth-child(4),
  .block-work-smart-list-item:nth-child(5) {
    margin-top: 40px;
  }
}

@media all and (max-width: 1340px) {
  .block-header-uses-industries-content-links {
    padding: 20px 0 0 0;
  }
}

@media all and (max-width: 1305px) {
  .block-custom-content-with-title-text-buttons-title {
    width: 41.09756%;
  }
}

@media all and (max-width: 1280px) {
  .block-rollover-image-constant-air-tent-main-content-external {
    flex-wrap: wrap;
    min-height: auto;
  }

  .block-rollover-image-constant-air-tent-main-content-external-list {
    padding-left: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-text {
    padding-left: 25px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-image {
    padding-left: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-text {
    padding-left: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external {
    flex-wrap: wrap;
    min-height: auto;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-list {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-text {
    padding-left: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal {
    min-height: auto;
    flex-direction: column-reverse;
    padding-left: 0;
    align-items: unset;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-image {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-container {
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-text {
    padding-left: 25px;
  }
}

@media all and (max-width: 1259px) {
  .block-product-tabs-container {
    flex-wrap: wrap;
  }

  .block-product-tabs-slider-block {
    width: 100%;
  }

  .block-product-tabs-slider-block-list {
    width: 100%;
  }

  .block-product-tabs-slider-block-item-wrapper img {
    height: 100%;
  }
}

@media all and (max-width: 1256px) {
  .block-custom-content-with-text-center-image-and-icon-main-content {
    flex-direction: column;
  }

  .block-custom-content-with-text-center-image-and-icon-side-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .block-custom-content-with-text-center-image-and-icon-right-content {
    padding-left: 0;
    align-items: end;
    flex-direction: column;
  }

  .block-custom-content-with-text-center-image-and-icon-list {
    display: flex;
    width: 100%;
    margin: 0 -10px;
  }

  .block-custom-content-with-text-center-image-and-icon-item {
    padding: 0 10px;
  }
}

@media all and (max-width: 1255px) {
  .block-makes-different-container {
    flex-direction: column;
    align-items: center;
  }

  .block-makes-different-image {
    position: relative;
  }

  .block-makes-different-right-content {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 1250px) {
  .block-custom-content-list-items-with-buttons-item {
    width: 50%;
  }
}

@media all and (max-width: 1241px) {
  .block-custom-content-category-products-item-custom-list {
    margin-top: 50px;
  }

  .block-custom-content-category-products-item-custom-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .block-custom-content-category-products-item-custom-list ul li {
    width: 285px;
    margin-left: 11.39%;
  }
}

@media all and (max-width: 1221px) {
  .block-custom-block-with-social-icons-items {
    width: 100%;
  }
}

@media all and (max-width: 1215px) {
  .block-custom-content-shop-products-list {
    justify-content: center;
  }
}

@media all and (max-width: 1200px) {
  blockquote.wp-block-quote {
    padding-left: 50px !important;
    width: 100%;
  }

  .block-custom-content-with-steps {
    overflow: hidden;
  }

  .block-custom-content-with-steps-container {
    flex-direction: column;
    padding: 50px;
  }

  .block-custom-content-with-steps-text {
    width: 100%;
  }

  .block-custom-content-with-steps-list {
    padding-left: 0;
  }

  .block-slider-colour-and-branding-container {
    flex-direction: column;
    /*padding-top: 100px;*/
  }

  .block-slider-colour-and-branding-header-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-slider-colour-and-branding-slider {
    margin-top: 80px;
  }

  .block-slider-colour-and-branding-images-items {
    width: 100%;
    position: relative;
  }

  .block-slider-uses-and-industries-container {
    flex-direction: column;
  }

  .block-slider-uses-and-industries-block {
    width: 100%;
  }

  .block-slider-uses-and-industries-text {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .block-slider-uses-and-industries-links {
    margin-bottom: 20px;
  }

  .block-slider-with-side-text-container {
    flex-direction: column;
    padding-top: 100px;
  }

  .block-slider-with-side-text-text-content-one {
    width: 100%;
  }

  .block-slider-with-side-text-images-items {
    width: 100%;
    position: relative;
  }

  .block-slider-with-side-text-text-content-two-text {
    width: 100%;
  }

  .block-slider-with-side-text-block {
    margin: 75px -15px 0;
  }
}

@media all and (max-width: 1199px) {
  .block-datasheets-brochures-manuals-section-container {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .block-datasheets-brochures-manuals-section-title {
    padding-right: 0;
    width: 100%;
  }

  .block-datasheets-brochures-manuals-section-content {
    width: 100%;
  }

  .block-datasheets-brochures-manuals-subsection-container {
    flex-direction: column;
  }

  .block-datasheets-brochures-manuals-subsection-content {
    width: 100%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 51%;
  }

  .block-videos-section-container {
    padding-bottom: 50px;
  }

  .block-videos-section-content {
    margin-top: 50px;
    width: 100%;
  }

  .block-videos-subsection-container {
    flex-direction: column;
  }

  .block-videos-subsection-content {
    width: 100%;
  }
}

@media all and (max-width: 1172px) {
  .block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
    padding-right: 150px;
  }
}

@media all and (max-width: 1171px) {
  .block-header-case-studies-main-content {
    padding-right: 0;
  }

  .block-header-case-studies-right-content {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1115px) {
  .entry-content > .page-header {
    padding-bottom: 50px;
  }

  .blog-post-custom-preview.image-left .block-image-plus-text-container {
    flex-direction: column;
  }

  .blog-post-custom-preview.image-right .block-image-plus-text-container {
    flex-direction: column-reverse;
  }

  .universal-block-image-plus-text-content-classic p img {
    width: 100%;
  }

  .block-button-list-with-dashed-borders-links {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-certifications-container {
    flex-direction: column;
  }

  .block-certifications-content-text {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
  }

  .block-certifications-content-certifications-list-item:nth-child(odd) .block-certifications-content-certifications-list-item-container {
    margin-top: 0;
  }

  .block-configuring-tents-item {
    width: 50%;
  }

  .block-configuring-tents-list {
    justify-content: center;
  }

  .block-contact-form-with-text-container {
    flex-direction: column;
  }

  .block-contact-form-with-text-side-content {
    margin-top: 0;
    width: 100%;
  }

  .block-contact-form-with-text-form-name input,
  .block-contact-form-with-text-form-email input,
  .block-contact-form-with-text-form-number input,
  .block-contact-form-with-text-form-number select {
    width: 100%;
    max-width: none;
  }

  .block-contact-form-with-text-form-message textarea {
    width: 100%;
  }

  .block-custom-block-with-social-icons-image img {
    width: 100%;
  }

  .block-custom-block-with-social-icons-container {
    flex-direction: column;
  }

  .block-custom-block-with-social-icons-image {
    position: relative;
    text-align: center;
  }

  .block-custom-block-with-social-icons-side-content {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .block-custom-block-with-social-icons-side-content-image {
    width: 100%;
  }

  .block-custom-block-with-social-icons-items {
    width: 50%;
  }

  .block-custom-content-category-products-description {
    flex-direction: column-reverse;
  }

  .block-custom-content-category-products-text {
    width: 100%;
  }

  .block-custom-content-category-products-image {
    padding-left: 0;
    min-height: auto;
  }

  .block-custom-content-category-products-image-container img {
    position: relative;
    max-width: 100%;
  }

  .block-custom-content-category-products-list {
    margin-top: 70px;
  }

  .block-custom-content-category-products-item-left-content {
    width: 100%;
  }

  .block-custom-content-category-products-item-order-content {
    flex-direction: column;
  }

  .block-custom-content-category-products-item-side-content {
    margin: 30px 0 0 0;
  }

  .block-custom-content-category-products-item-custom-list {
    margin-top: 30px;
  }

  .block-custom-content-category-products-item-attribute-content {
    display: flex;
  }

  .block-custom-content-list-colours-float-image-inner {
    display: none;
  }

  .block-custom-content-list-colours-image {
    width: 100%;
  }

  .block-custom-content-list-colours-float-image img {
    position: relative;
    width: 100%;
  }

  .block-custom-content-list-colours-main-content {
    flex-direction: column-reverse;
  }

  .block-custom-content-list-colours-text {
    margin-top: 30px;
    width: 100%;
    padding-right: 0;
  }

  .block-custom-content-list-colours-list {
    width: 100%;
    margin: 30px -25px 0;
    justify-content: center;
  }

  .block-custom-content-with-button-support-and-question-container {
    flex-direction: column;
  }

  .block-custom-content-with-button-support-and-question .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .block-custom-content-with-button-support-and-question-left-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
  }

  .block-custom-content-with-button-support-and-question-left-block-text {
    width: 100%;
  }

  .block-custom-content-with-button-support-and-question-right-block {
    width: 100%;
    text-align: center;
  }

  .block-custom-content-with-button-support-and-question-right-block-text {
    width: 100%;
    left: 0;
  }

  .block-custom-content-with-button-support-and-question-right-block-links {
    padding-bottom: 20px;
  }

  .block-custom-content-with-title-text-buttons-container {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-with-title-text-buttons-title {
    width: 100%;
  }

  .block-custom-content-with-title-text-buttons-side-content {
    flex-direction: column;
    width: 100%;
  }

  .block-custom-content-with-title-text-buttons-text {
    max-height: none;
    width: 100%;
    margin-top: 20px;
  }

  .block-custom-content-with-title-text-buttons-links {
    padding-left: 0;
  }

  .block-hero-1-container {
    flex-direction: column;
  }

  .block-hero-1-main-content {
    padding-right: 0;
  }

  .block-hero-1-side-content {
    width: 100%;
    margin-top: 30px;
  }

  .block-hero-1-side-content:first-of-type {
    margin-top: 0;
  }

  .block-hero-1-photos {
    padding-right: 0;
  }

  .block-hero-1 .block-hero-1-arrow-to-content {
    display: none;
  }

  .block-homepage-slider-images-item {
    width: 100%;
  }

  .block-homepage-slider-block {
    flex-direction: column-reverse;
  }

  .block-homepage-slider-texts {
    width: 100%;
  }

  .block-homepage-slider-header-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-homepage-slider-buttons {
    padding-left: 0;
    margin-top: 20px;
  }

  .block-homepage-slider .flickity-page-dots {
    display: none;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding .block-image-plus-text-content-media-container {
    height: auto;
  }

  .block-image-plus-text .image-wrapper-limited {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .block-image-plus-text-content-text {
    width: 100% !important;
    padding: 50px 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
  }

  .block-image-plus-text-content-text .universal-block-image-plus-text-content-float-link {
    position: unset;
    padding: 10px 0;
  }

  .block-image-plus-text-content-text .universal-block-image-plus-text-content-buttons-n-links {
    text-align: center;
  }

  .block-image-plus-text-content-text.no-top-bottom-padding-mobile {
    padding: 0;
  }

  .block-image-plus-text-content-media {
    margin: 0 auto;
  }

  .block-image-plus-text-content-media-float-image {
    display: none;
  }

  .block-image-plus-text-content-media.image-wrapper-protruding img {
    position: relative;
    max-width: 100%;
  }

  .block-list-icons-with-background-item:nth-child(2),
  .block-list-icons-with-background-item:nth-child(5),
  .block-list-icons-with-background-item:nth-child(8) {
    padding-left: 0;
  }

  .block-list-icons-with-background-item {
    width: 50%;
    padding-left: 0;
  }

  .block-materials-container {
    flex-direction: column;
  }

  .block-materials-content-text {
    padding-right: 0 !important;
    width: 100% !important;
  }

  .block-materials-content-text .block-custom-protruding-image {
    position: relative;
    text-align: center;
  }

  .block-our-partners-list {
    justify-content: center;
  }

  .block-our-partners-item {
    padding-top: 10px;
    width: 50%;
  }

  .block-our-partners-item-text {
    padding: 10px;
  }

  .block-purchase-finance-main-content {
    flex-direction: column;
  }

  .block-purchase-finance-left-content,
  .block-purchase-finance-center-content,
  .block-purchase-finance-right-content {
    width: 100%;
  }

  .block-purchase-finance-center-content {
    text-align: center;
  }

  .block-purchase-wherever-side-content {
    width: 0;
  }

  .block-purchase-wherever-side-content:first-of-type {
    width: 100%;
  }

  .block-purchase-wherever-image {
    display: none;
  }

  .block-rollover-image-constant-air-tent-container {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-title {
    padding-left: 0;
  }

  .block-work-smart-list {
    padding: 50px 15px;
  }

  .block-work-smart::before {
    background-color: transparent !important;
  }

  .block-work-smart-container {
    flex-direction: column;
    margin: 0 -15px;
  }

  .block-work-smart-side-content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .block-work-smart-side-content:first-of-type {
    width: 100%;
    background-color: transparent;
    margin-left: 0;
    padding: 0 15px;
  }

  .block-work-smart-text {
    margin-top: 30px;
  }
}

@media all and (max-width: 1115px) and (max-width: 1115px) {
  .block-image-plus-text-content-media.image-wrapper-protruding img {
    width: 100%;
  }
}

@media all and (max-width: 1111px) {
  .block-partners-who-we-main-content {
    flex-direction: column-reverse;
  }

  .block-partners-who-we-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-partners-who-we-side-content {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 1079px) {
  .header-cart-link-counter {
    color: transparent;
    position: absolute;
    top: 0;
  }

  .header-cart-link-counter > span {
    background-color: #FF6900;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    padding: 1px 8px 2px;
    position: absolute;
    top: -12px;
    right: -4px;
  }

  .order-configurator-header-left {
    display: flex;
    align-items: center;
    flex: 1;
    width: auto;
    padding-right: 20px;
  }

  .order-configurator-header-center {
    display: none;
  }

  .order-configurator-header-right {
    width: auto;
  }

  .order-configurator-header-right .request-quotation {
    text-align: center;
    padding: 3px 4px;
    width: 120px;
    line-height: 22px;
  }

  body.btn-configurator-active .order-configurator-header-left,
  body.btn-configurator-active .order-configurator-header-right {
    width: 120px;
  }

  body.woocommerce-cart .order-configurator-header-right .configurator-opener,
  body.woocommerce-checkout .order-configurator-header-right .configurator-opener,
  body.woocommerce-page .order-configurator-header-right .configurator-opener {
    padding: 12px;
  }

  .checkout-form-container {
    flex-direction: column;
    margin-top: 50px;
  }

  .checkout-fields {
    padding-bottom: 50px;
    width: 100%;
  }

  .block-header-uses-industries-content-title * {
    font-size: 40px;
    line-height: 50px;
  }
}

@media all and (max-width: 1050px) {
  .block-custom-content-title-with-photos-container {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-title-with-photos-list {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .block-custom-content-title-with-photos-item {
    width: 100% !important;
    margin-top: 30px;
  }

  .block-list-with-round-icon-list {
    padding: 0;
  }

  .block-list-with-round-icon-list-item {
    flex-direction: column !important;
  }

  .block-slider-colour-and-branding-links-slider {
    flex-direction: row;
    padding: 0;
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .block-slider-colour-and-branding-link-slider {
    margin-top: 20px;
  }

  .block-slider-colour-and-branding-link-slider:last-of-type {
    padding-right: 0;
  }

  .block-slider-colour-and-branding-link-slider:first-of-type {
    margin-top: 20px;
  }

  .block-slider-colour-and-branding-slider {
    flex-direction: column;
  }

  .block-slider-colour-and-branding-buttons {
    padding-left: 0;
    margin: 40px 0;
  }

  .block-slider-colour-and-branding-header-text {
    padding-left: 0;
  }
}

@media all and (max-width: 1024px) {
  .logos-gallery figure {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wrapper-for-contact-information {
    padding: 0;
  }

  .block-header-case-studies-container {
    padding-bottom: 130px;
  }

  .block-header-case-studies-side-content:first-of-type {
    align-items: center;
    position: initial;
  }

  .block-header-case-studies-title {
    margin-top: 0;
  }

  .block-header-case-studies-text {
    padding-right: 0 !important;
  }

  .block-header-case-studies-arrow {
    position: absolute;
    bottom: 0;
    margin: 50px 0;
    width: calc(100% - 80px);
  }

  .block-header-case-studies {
    overflow: hidden;
  }

  .block-header-case-studies::before {
    width: 100%;
  }

  .block-header-case-studies-container {
    flex-direction: column;
  }

  .block-header-case-studies-side-content {
    width: 100%;
    justify-content: flex-start;
  }

  .block-header-case-studies-side-content:first-of-type {
    width: 100%;
  }

  .block-header-case-studies-side-content:first-of-type:before {
    left: 0;
    transform: translateX(-50%);
    width: 1000vw;
    height: 1000%;
  }

  .block-header-case-studies-right-content {
    margin-top: 50px;
    width: 100%;
  }

  .block-header-case-studies-right-content-background {
    padding-left: 0;
    padding-right: 0;
  }

  .block-header-case-studies-right-content:before {
    width: 0;
  }

  .block-header-case-studies-right-content h2 {
    margin-right: 0;
  }

  .block-header-hero-main-title {
    max-width: 460px;
  }

  .block-list-icons-with-background-2-list {
    margin-top: -40px;
  }

  .block-list-icons-with-background-container {
    padding: 0 50px;
  }

  .block-purchase-header-and-step-header {
    background-size: cover;
  }

  .block-purchase-header-and-step-list {
    padding: 0 50px 0 0;
  }

  .block-purchase-header-and-step-line {
    display: none;
  }

  .block-purchase-header-and-step-item:nth-child(even) {
    padding-right: 0;
    text-align: start;
  }

  .block-purchase-header-and-step-item:nth-child(even) .block-purchase-header-and-step-item-text {
    width: 100%;
    padding-right: 5%;
  }

  .block-purchase-header-and-step-item:nth-child(odd) {
    padding-left: 0;
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-number {
    right: 0;
    top: 22px;
    transform: translateX(50%);
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-text {
    padding-right: 5%;
    padding-left: 0;
    width: 100%;
    margin-left: unset;
  }

  .block-purchase-header-and-step-item:nth-child(odd) .block-purchase-header-and-step-item-container:before {
    right: -3px;
    left: unset;
  }

  .block-purchase-header-and-step-item:last-child {
    text-align: start;
  }

  .block-purchase-header-and-step-item:last-child .block-purchase-header-and-step-item-text {
    padding-top: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-external-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-constant-air-tent-main-content-external-image a:before {
    width: 15px;
    height: 15px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-image a:before {
    width: 15px;
    height: 15px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-image a:before {
    width: 15px;
    height: 15px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-image a {
    width: 31px;
    height: 31px;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-image a:before {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 768px) and (max-width: 2000px) {
  .block-header-hero-main-title {
    font-size: 46px;
  }
}


@media all and (max-width: 1000px) {
  .block-process-order-container {
    padding: 100px 0;
  }

  .block-process-order-list .item {
    width: 50%;
    margin-top: 50px;
  }

  .block-process-order-link {
    margin-top: 50px;
  }
}

@media all and (max-width: 998px) {
  .block-makes-different-image img {
    width: 100%;
  }

  .block-makes-different-left-content {
    width: 100%;
  }

  .block-makes-different-list {
    margin-left: 0;
  }

  .block-makes-different-right-content {
    flex-direction: column;
    margin-top: 60px;
  }

  .block-makes-different-list {
    margin-top: 60px;
  }
}

@media all and (max-width: 992px) {
  .block-custom-content-with-text-center-image-and-icon-right-content {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-with-text-center-image-and-icon-list {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
  }

  .block-custom-content-with-text-center-image-and-icon-image img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .entry-content .wp-block-columns {
    flex-direction: column;
  }

  .entry-content .wp-block-columns .wp-block-column {
    flex-grow: 1;
    flex-basis: 100% !important;
    margin-left: 0;
    width: 100%;
  }

  .entry-content .wp-block-columns .wp-block-column .font-jost br {
    display: none;
  }

  .block-greeting-container {
    flex-direction: column;
    padding: 0 0 100px;
  }

  .block-greeting-side-content {
    width: 100%;
  }

  .block-greeting-main-content {
    padding-left: 0;
    padding-right: 0;
  }

  .block-greeting-photos {
    margin-bottom: 50px;
  }

  .block-greeting-photos-container {
    height: auto;
  }

  .block-greeting-photos-container:before {
    left: 50%;
    right: auto;
    width: 100vw;
    transform: translateX(-50%);
  }

  .block-greeting-main-photo {
    position: relative;
    right: auto;
    text-align: center;
  }

  .block-greeting-float-photo-1 {
    display: none;
  }

  .block-greeting-float-photo-2 {
    display: none;
  }

  .block-greeting-links {
    justify-content: center;
  }

  .block-greeting-links-container {
    margin-left: 20px;
    margin-top: 20px;
  }

  .block-greeting-links-container:first-of-type {
    margin-left: 0;
  }
}

@media all and (max-width: 991px) {
  .block-breadcrumbs-list {
    display: none;
  }

  .entry-content .logos-gallery .wp-block-columns {
    flex-direction: initial;
    flex-wrap: wrap;
  }

  .entry-content .logos-gallery .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .entry-content .logos-gallery-2 .wp-block-column:first-of-type {
    display: none;
  }

  .single-post-top-block h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    margin-top: -28px;
  }

  .blocks-gallery-grid .blocks-gallery-item,
  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 30px;
  }

  .blocks-gallery-grid .blocks-gallery-item:last-of-type,
  .wp-block-gallery .blocks-gallery-item:last-of-type {
    margin-bottom: 0;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item figure {
    width: 100% !important;
  }

  .block-custom-content-product-also-need-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-custom-content-product-also-need-item {
    padding-bottom: 16px;
    width: 50%;
  }

  .block-custom-content-product-also-need-item-container {
    max-width: none;
    width: 100%;
  }

  .block-custom-content-tents-comparison-table {
    width: 1430px;
  }

  .block-custom-content-tents-comparison-table table {
    border-spacing: 15px 0;
  }

  .block-custom-content-tents-comparison-table table tr td:first-child,
  .block-custom-content-tents-comparison-table table tr th:first-child {
    width: 110px;
  }

  .block-header-uses-industries {
    background-position: center 100px;
    padding-top: calc(31.5vw + 100px);
  }

  .block-list-icons-with-text-n-background-title br {
    display: none;
  }

  .block-list-icons-with-text-n-background-content {
    flex-direction: column;
  }

  .block-list-icons-with-text-n-background-list-content {
    padding-top: 70px;
  }

  .block-list-icons-with-text-n-background-list-container {
    width: 100%;
  }

  .block-shelters-availability-content-sizes-list {
    align-items: center;
    flex-direction: column;
  }

  .block-shelters-availability-content-sizes-list-item {
    max-width: 160px;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 {
    height: 220px;
    max-width: 220px;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 {
    height: 260px;
    max-width: 280px;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 {
    height: 310px;
    max-width: 350px;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 {
    height: 340px;
    max-width: 440px;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 52%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 50%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 39%;
  }

  .block-shelters-availability-content-sizes-list-item-values-container {
    top: 59%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 55%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 48%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 40%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 37%;
  }
}

@media (max-width: 991px) {
  .site-footer:before {
    width: 100%;
  }

  .site-footer-container {
    flex-direction: column;
  }

  .site-footer-left-block .footer-copyright-text {
    margin: 60px 0;
  }

  .site-footer-right-block {
    width: 100%;
    text-align: center;
  }

  .site-footer-right-block .footer-column4 {
    padding-left: 0;
    padding-bottom: 50px;
  }

  .site-footer-right-block::before {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 51%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .site-footer-right-block .footer-social-links-list {
    justify-content: center;
  }

  .site-footer-right-block .footer-copyright-text {
    margin: 50px 0 0;
  }

  .site-footer-left-block {
    justify-content: center;
  }

  .site-footer-left-block::before {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 68%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .universal-block-image-plus-text-content-container p > br {
    display: none;
  }

  .block-order-tent-faq-container {
    min-height: 600px;
  }

  .block-order-tent-faq-right-block {
    width: 100%;
  }

  .block-order-tent-faq-right-block:before {
    transform: translateX(-50%);
    left: 50%;
  }
}

@media all and (max-width: 990px) {
  .block-custom-content-list-items-with-buttons-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-custom-content-list-items-with-buttons-links {
    margin-top: 20px;
    padding-right: 0;
  }

  .block-custom-content-list-items-with-buttons-item {
    margin-top: 53px;
  }
}

@media all and (max-width: 975px) {
  .block-custom-content-category-products-item-attribute-content {
    flex-direction: column;
  }

  .block-custom-content-category-products-item-custom-list ul {
    flex-direction: row;
    justify-content: space-between;
  }

  .block-custom-content-category-products-item-custom-list ul li {
    margin-left: 0;
  }

  .block-custom-content-category-products-item-custom-list ul li:first-child {
    margin-left: 0;
  }
}

@media all and (max-width: 954px) {
  .block-button-list-with-dashed-borders-links {
    justify-content: center;
  }

  .block-button-list-with-dashed-borders-links-items {
    width: 50%;
    padding: 15px 25px;
  }
}

@media all and (max-width: 944px) {
  .block-header-uses-industries-content-links-container:nth-child(2) {
    padding-right: 9.5%;
  }

  .block-header-uses-industries-content-links-container:nth-child(3) {
    padding-left: 9.5%;
  }
}

@media all and (max-width: 930px) {
  .block-custom-block-with-social-icons-items {
    width: 100%;
  }

  .block-custom-block-with-social-icons-text-content {
    flex-direction: column;
  }

  .block-custom-block-with-social-icons-title {
    width: 100%;
    margin-top: 20px;
  }

  .block-custom-block-with-social-icons-text {
    width: 100%;
    margin-left: 0;
  }

  .block-custom-block-with-social-icons-social-link {
    font-size: 16px;
  }

  .block-custom-block-with-social-icons-image img {
    max-width: 100%;
  }
}

@media all and (max-width: 922px) {
  .block-faq-section-container {
    flex-direction: column;
  }

  .block-faq-section-faq-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}

@media all and (max-width: 920px) {
  .block-custom-content-with-list-side-content:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .block-custom-content-with-list-container {
    flex-direction: column;
  }

  .block-custom-content-with-list-side-content {
    width: 100%;
  }
}

@media all and (max-width: 920px) and (max-width: 920px) {
  .block-custom-content-with-list-main-content {
    padding-bottom: 70px;
  }
}

@media all and (max-width: 912px) {
  .block-header-faq-content-links {
    padding: 30px 42px 30px 0;
  }
}

@media all and (max-width: 911px) {
  .block-places-use {
    padding: 100px 0;
  }

  .block-places-use-container {
    flex-direction: column;
  }

  .block-places-use-side-content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .block-places-use-side-content:first-of-type {
    margin-left: 0;
    margin-top: 0;
  }
}

@media all and (max-width: 910px) {
  .block-environment-list {
    flex-direction: column;
    width: 100%;
  }

  .block-environment-list .item {
    margin: 10px 0;
  }

  .block-environment-list .item:nth-child(2),
  .block-environment-list .item:last-child {
    margin-left: 0;
  }
}

@media all and (max-width: 850px) {
  .block-custom-content-with-steps-list-item:nth-child(2),
  .block-custom-content-with-steps-list-item:last-child {
    padding-left: 5%;
  }

  .block-slider-with-side-text-text-content-one-description {
    flex-direction: column;
  }

  .block-slider-with-side-text-text-content-one-description-left {
    flex-direction: row;
  }

  .block-slider-with-side-text-images-items {
    width: 100%;
    position: relative;
  }

  .block-slider-with-side-text-images-items img {
    max-width: 100%;
  }
}

@media all and (max-width: 840px) {
  .flickity-prev-next-button.previous {
    left: -15%;
  }

  .flickity-prev-next-button.next {
    right: -15%;
  }
}

@media all and (max-width: 820px) {
  .block-configuring-tents-list-image img {
    height: auto;
    width: 100%;
  }

  .block-configuring-tents-item {
    width: 100%;
    padding: 0;
  }

  .block-configuring-tents-list {
    padding: 0;
  }

  .block-configuring-tents-list-image {
    max-height: 400px;
  }

  .block-configuring-tents-title h2 {
    padding: 40px 0 !important;
  }
}

@media all and (max-width: 815px) {
  .block-custom-content-with-button-support-and-question-right-block:before {
    background-size: auto;
  }
}

@media all and (max-width: 806px) {
  .block-work-smart-item {
    padding-left: 15px;
  }

  .block-work-smart-list-item {
    width: 100%;
  }

  .block-work-smart-list-item:first-child,
  .block-work-smart-list-item:nth-child(2) {
    width: 100%;
  }

  .block-work-smart-list-item:nth-child(3),
  .block-work-smart-list-item:nth-child(4),
  .block-work-smart-list-item:nth-child(5) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 781px) {
  .entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(1),
  .entry-content .wp-block-columns.has-3-columns > .wp-block-column:nth-child(3) {
    flex-basis: 100%;
  }
}

@media all and (max-width: 768px) {
  .page-template-page-configurator .register-window-password {
    width: 100%;
  }
  
  .block-custom-link .button {
      width: 100%;
  }
  
  .contact-become-a-partner {
      margin-bottom: 51px !important;
  }
  
  .visit-social-media {
      padding: 17px;
  }
  
  .button, .button-2 {
      width: 100%;
      text-align: center;
  }
  
  .contact-become-a-partner .button{
      width: 100%;
      text-align: center;
  }
  
  .block-custom-block-with-social-icons-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 3px solid #000000;
      width: 60px;
      height: 100px;
      min-width: 60px;
    }

  .page-template-page-configurator .register-window-password input {
    width: 100%;
  }

  .order-configurator-header-left .custom-select-picker {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-configurator-header-left .custom-select-picker-title {
    margin-left: 25px;
    margin-right: 0;
  }

  .order-configurator-header-left .custom-select-picker-choices {
    margin-top: 5px;
  }

  .configurator-customizer-container {
    margin-top: -21px;
  }

  .configurator-customizer-container {
    margin-top: -5px;
  }

  .block-custom-slider-gallery-item-container {
    height: 54vw;
  }

  .custom-items-filters-block-buttons-feet {
    margin: 0;
    margin-left: 10px;
  }

  .custom-items-filters-block-buttons-meters {
    margin: 0;
  }

  .woocommerce-cart-empty-title {
    padding: 50px 0;
  }

  .woocommerce-cart-header {
    padding: 50px 0;
  }

  .woocommerce-cart-form table.shop_table .product-name {
    padding-bottom: 10px;
  }

  .woocommerce-cart-form table.shop_table .product-name dl.variation {
    padding-top: 5px;
  }

  .woocommerce-cart-form table.shop_table .product-quantity input {
    margin-right: 24px;
  }

  .woocommerce-cart-form table.shop_table .product-button-customize:not([data-title]):before {
    display: none;
  }

  .woocommerce-cart-form table.shop_table .product-remove {
    text-align: right;
  }

  .woocommerce-cart-form table.shop_table .product-remove a.remove {
    display: inline-block;
  }

  .wc-proceed-to-checkout-button-and-link {
    padding-top: 50px;
  }

  .qty {
    min-height: 0;
  }

  .minus-button,
  .plus-button {
    right: 0;
  }

  .minus-button {
    top: 25px;
  }

  .plus-button {
    top: 12px;
  }

  .woocommerce table.cart td.actions {
    display: none;
  }

  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: auto;
  }

  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:after,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:after,
  .woocommerce-page table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:after {
    display: none;
  }

  .woocommerce table.cart .product-thumbnail > a,
  .woocommerce-page #content table.cart .product-thumbnail > a,
  .woocommerce-page table.cart .product-thumbnail > a {
    display: block;
  }

  .woocommerce table.cart .product-thumbnail > a > img,
  .woocommerce-page #content table.cart .product-thumbnail > a > img,
  .woocommerce-page table.cart .product-thumbnail > a > img {
    width: 100%;
  }

  .woocommerce-cart table.cart td.product-price {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .woocommerce-cart table.cart td.product-quantity {
    padding-bottom: 25px;
  }

  .woocommerce-cart table.cart td.product-subtotal {
    padding-bottom: 25px;
  }

  .woocommerce table.shop_table_responsive tbody,
  .woocommerce-page table.shop_table_responsive tbody {
    display: block;
  }

  .woocommerce table.shop_table_responsive tbody tr td,
  .woocommerce-page table.shop_table_responsive tbody tr td {
    padding: 0 10px;
  }

  .woocommerce table.shop_table_responsive tbody tr td:last-of-type,
  .woocommerce-page table.shop_table_responsive tbody tr td:last-of-type {
    padding-bottom: 10px;
  }

  .block-list-icons-with-background-item {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  body {
    padding-top: 51px !important;
  }

  .site-header .main-header .main-header-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-cart-link {
    font-size: 20px;
  }

  .header-cart-link-counter > span {
    font-size: 10px;
    line-height: 11px;
    padding-left: 4px;
    padding-right: 4px;
    top: -2px;
    right: 4px;
  }

  .user-action-auth {
    top: calc(100% - 1px);
    width: 100%;
  }

  .user-action-auth * {
    font-size: 13px;
    font-weight: 600;
  }

  .user-action-auth-container {
    justify-content: space-between;
  }

  .hamburger-box {
    width: 22px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger--collapse .hamburger-inner {
    bottom: 3px;
  }

  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
  }

  nav.navigation.post-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-template-page-configurator #page {
    min-height: calc(100vh - 86px);
  }

  .page-template-page-configurator {
    padding-top: 86px !important;
  }

  .page-template-page-configurator .order-configurator-header {
    padding-bottom: 12px;
  }

  .page-template-page-configurator .order-configurator-header-content {
    height: 72px;
  }

  .page-template-page-configurator .configurator-customizer-right {
    padding-top: 86px;
  }

  .order-configurator-logo > a {
    max-width: 160px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-branding {
    max-width: 160px;
  }

  .entry-content > *:not(div) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .entry-content > *[class*="wp-block-"] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .entry-content > *.wp-block-group > *:not(.wp-block-group__inner-container) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .entry-content > .page-header.with-background {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 80px;
  }

  .blog-post-custom-preview .block-image-plus-text-content-media {
    margin: 0 -16px;
  }

  .order-configurator-header-content {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }

  .woocommerce-notices-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-icons-includes-list-item {
    width: 33.33%;
  }

  .woocommerce-currency-selector-wrap {
    margin-left: 8px;
  }

  .woocommerce-currency-selector-wrap .currency-flag,
  .woocommerce-currency-selector-option .currency-flag {
    display: none;
  }

  .woocommerce form .form-row {
    width: 100%;
  }

  .woocommerce-form__input-checkbox {
    margin-right: 15px;
  }

  .product-container {
    flex-direction: column;
  }

  .product-information {
    width: 100%;
    padding-left: 0;
  }

  .product-information-container {
    margin-left: 0;
  }

  .product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
    padding-top: 15px;
  }

  .product-description-text-container {
    flex-direction: column;
  }

  .product-description-text {
    width: 100%;
  }

  .product-custom-advantages {
    margin-top: 50px;
  }

  .block-button-list-with-dashed-borders-links {
    margin-left: auto;
    margin-right: auto;
  }

  .block-button-list-with-dashed-borders-links {
    justify-content: center;
  }

  .block-button-list-with-dashed-borders-links-items {
    width: 100%;
    padding: 15px 0;
  }

  .block-certifications-content-certifications-list {
    flex-direction: column;
  }

  .block-certifications-content-certifications-list-item {
    width: 100%;
  }

  .block-contact-form-with-text-container {
    padding: 70px 0 90px 0;
  }

  .block-contact-form-with-text-form {
    padding: 30px;
  }

  .block-custom-content-industry-image-container {
    padding: 0;
  }

  .block-custom-content-industry-image-list {
    flex-direction: column;
  }

  .block-custom-content-industry-image-items {
    width: 100%;
  }

  .block-custom-content-industry-image-items:nth-child(odd) {
    padding-right: 0;
  }

  .block-custom-content-industry-image-items:nth-child(even) {
    padding-left: 0;
  }

  .block-custom-content-instructions-list {
    flex-direction: column;
    align-items: center;
  }

  .block-custom-content-instructions-item {
    width: 100%;
  }

  .block-custom-content-instructions-item:nth-child(odd) {
    padding-right: 0;
  }

  .block-custom-content-instructions-item:nth-child(even) {
    padding-left: 0;
  }

  .block-custom-content-instructions-item:first-child,
  .block-custom-content-instructions-item:nth-child(2) {
    padding-bottom: 0;
  }

  .block-custom-content-instructions-item:nth-child(2),
  .block-custom-content-instructions-item:nth-child(3),
  .block-custom-content-instructions-item:last-child {
    padding-top: 20px;
  }

  .block-custom-content-with-steps-container {
    padding: 50px 0;
  }

  .block-custom-content-with-steps-list-item {
    width: 100%;
  }

  .block-custom-content-with-steps-list-item:nth-child(2),
  .block-custom-content-with-steps-list-item:last-child {
    padding-left: 0;
  }

  .block-custom-content-with-steps-list-item:nth-child(3),
  .block-custom-content-with-steps-list-item:last-child {
    margin-top: 0;
  }

  .block-custom-content-with-steps-list-item-step {
    width: 100%;
  }

  .block-customize-tent {
    min-height: 820px;
  }

  .block-customize-tent-container {
    padding: 121px 0 50px;
  }

  .block-customize-tent-content {
    padding: 50px 15px;
  }

  .block-faq-section-faq-item-title h5 {
    font-size: 24px;
  }

  .block-faq-section-faq-item-content p {
    font-size: 20px;
  }

  .block-header-case-studies {
    min-height: calc(100vh - 80px);
  }

  .block-header-case-studies-arrow {
    width: calc(100% - 32px);
  }

  .block-header-faq {
    min-height: calc(100vh - 80px);
  }

  .block-header-hero {
    min-height: calc(100vh - 80px);
  }

  .block-header-hero-text-container {
    text-align: center;
  }

  .block-header-hero-text {
    text-align: left;
  }

  .block-header-hero-link {
    display: inline-block;
    margin-top: 33px;
  }

  .block-header-hero-link .pre-link-pointer-container {
    margin-right: 20px;
  }

  .block-header-hero-link .pre-link-pointer-title {
    text-align: right;
  }

  .block-header-hero-arrow-to-content {
    bottom: 18px;
  }

  .block-header-resources {
    min-height: calc(100vh - 80px);
  }

  .block-header-uses-industries-content-links {
    flex-direction: column;
    align-items: center;
  }

  .block-header-uses-industries-content-links-container {
    width: 100%;
    text-align: center;
  }

  .block-header-uses-industries-content-links-container:nth-child(2) {
    padding-right: 0;
  }

  .block-header-uses-industries-content-links-container:nth-child(even) {
    text-align: center;
  }

  .block-header-uses-industries-content-links-container:nth-child(3) {
    padding-left: 0;
  }

  .block-header-uses-industries-arrow {
    position: relative;
    padding-top: 10px;
  }

  .block-header-uses-industries-arrow .block-header-case-studies-arrow-to-content {
    margin: 0 auto;
  }

  .block-hero-1 {
    min-height: calc(100vh - 80px);
  }

  .block-hero-1-photos-container {
    width: 100%;
    flex-direction: column;
  }

  .block-hero-1-photos-link {
    width: 100%;
    padding-top: 30px;
  }

  .block-hero-1-photo-container {
    width: 100%;
    padding-right: 0;
  }

  .block-list-with-round-icon-list {
    flex-direction: column;
    justify-content: center;
  }

  .block-list-with-round-icon-list-item {
    width: 100% !important;
    text-align: center;
  }

  .block-list-with-round-icon-list-item-text {
    margin-left: 0;
    padding: 0;
  }

  .block-list-with-round-icon-list-item-text {
    margin-top: 20px;
  }

  .block-materials-content-materials-list-item-container {
    flex-direction: column;
  }

  .block-materials-content-materials-list-item-content-additional {
    width: 100%;
    padding-left: 0;
  }

  .block-our-partners:before {
    height: calc(100vh - 80px);
  }

  .block-process-order-container {
    padding: 100px 0;
  }

  .block-process-order-list-item {
    max-width: none;
  }

  .block-process-order-list .item {
    width: 100%;
    margin-top: 30px;
  }

  .block-process-order-link {
    margin-top: 30px;
    padding: 0 15px;
  }

  .block-product-tabs-links {
    flex-direction: column;
  }

  .block-product-tabs-links-title {
    margin-top: 15px;
  }

  .block-product-tabs-links-title:first-of-type {
    margin-top: 0;
  }

  .block-product-tabs-list-item-text {
    margin-top: 38px;
  }

  .block-slider-colour-and-branding-images-items {
    height: 230px;
  }

  .block-slider-colour-and-branding-images-item {
    height: 100%;
    width: 400px;
  }

  .block-slider-colour-and-branding-images-item-wrapper img {
    max-width: 100%;
  }

  .block-slider-uses-and-industries-images-items {
    height: auto;
  }

  .block-slider-uses-and-industries-images-item {
    width: 100%;
    height: auto;
  }

  .block-slider-uses-and-industries .block-homepage-slider-buttons {
    display: none;
  }

  .block-work-smart-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .site-footer-right-block {
    padding-left: 0;
  }

  .site-footer-left-block .footer-column3 {
    padding-left: 50px;
  }

  .site-footer-left-block .footer-column2 {
    padding-left: 50px;
  }
}

@media all and (max-width: 700px) {
  .block-slider-with-side-text-text-content-one-description-left {
    flex-direction: column;
  }

  .block-slider-with-side-text-text {
    width: 100%;
  }

  .block-slider-with-side-text-buttons {
    display: none;
  }
}

@media all and (max-width: 690px) {
  .block-custom-content-list-items-with-buttons-item {
    width: 100%;
  }
}

@media all and (max-width: 650px) {
  .block-header-faq-content {
    padding-bottom: 20px;
  }

  .block-header-faq-content-links {
    flex-wrap: wrap;
    padding: 0;
  }

  .block-header-faq-content-links-container {
    width: 50%;
    padding-left: 10%;
    padding-bottom: 10px;
  }

  .block-header-faq-content-links-container a {
    position: relative;
  }

  .block-header-faq-content-search-container {
    width: 100%;
    padding: 30px 40px;
  }

  .block-header-faq-content-search-container p {
    width: 100%;
  }
}

@media all and (max-width: 640px) {
  .heading {
    font-size: 34px;
    line-height: 34px;
  }
}

@media all and (max-width: 620px) {
  .block-header-case-studies-right-content {
    margin-top: 100px;
  }

  .block-header-case-studies-right-content-header {
    align-items: center;
  }

  .block-header-case-studies-right-content-background {
    padding: 0;
  }
}

@media all and (max-width: 600px) {
  .custom-columns-5 * {
    font-size: 26px !important;
  }

  .block-header-hero-main-title {
    padding-top: 18px;
    max-width: 230px;
  }
}

@media all and (max-width: 599px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 25px;
    line-height: 36px;
  }

  .block-custom-content-product-also-need-item {
    width: 100%;
  }

  .block-related-products-carousel .flickity-prev-next-button {
    transform: translateY(-150%);
  }

  .block-related-products-carousel .flickity-prev-next-button.next {
    transform: rotateZ(180deg) translateY(150%);
  }
}

@media (max-width: 599px) {
  .block-order-tent-faq-right-block {
    padding: 100px 0;
  }

  .block-order-tent-faq-container {
    min-height: 0;
  }
}

@media all and (max-width: 590px) {
  .block-our-partners-item {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .list-icons-includes-list-item {
    width: 50%;
  }

  .block-hero-1-links {
    text-align: center;
    flex-direction: column;
  }

  .block-hero-1-links-container {
    margin-top: 20px;
  }

  .block-hero-1-links-container:first-of-type {
    margin-top: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-container {
    flex-direction: column;
  }

  .block-rollover-image-constant-air-tent-main-content-external-item-text {
    padding-left: 0;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-container {
    flex-direction: column;
  }

  .block-rollover-image-constant-air-tent-main-content-internal-item-text {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-container {
    flex-direction: column;
  }

  .block-rollover-image-sealed-air-tent-main-content-external-item-text {
    padding-left: 0;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-container {
    flex-direction: column;
  }

  .block-rollover-image-sealed-air-tent-main-content-internal-item-text {
    padding-left: 0;
  }
}

@media all and (max-width: 570px) {
  .product-description-attribute .block-custom-content-category-products-item-list-attributes {
    flex-direction: column;
  }

  .product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
    width: 100%;
  }
}

@media all and (max-width: 560px) {
  blockquote.wp-block-quote {
    padding-left: 50px !important;
    width: 90%;
    margin: 0 auto 45px !important;
  }
}

@media all and (max-width: 550px) {
  .wc-proceed-to-checkout-button-and-link {
    display: flex;
    flex-direction: column;
  }

  .wc-proceed-to-checkout-button-and-link a.button.button-checkout {
    margin-top: 25px;
  }
}

@media all and (max-width: 539px) {
  .product-custom-advantages-list-item {
    justify-content: center;
    width: 100%;
  }
}

@media all and (max-width: 530px) {
  .product-description-attribute .block-custom-content-category-products-item-list-attributes-container {
    width: 100%;
  }

  .block-custom-block-with-social-icons-social-link {
    font-size: 10px;
  }

  .block-custom-content-category-products-item-left-content {
    flex-direction: column;
  }

  .block-custom-content-category-products-item-description {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }

  .block-custom-content-category-products-item-image img {
    max-width: 100%;
    width: auto;
  }

  .block-custom-content-category-products-item-list-attributes {
    display: flex;
    justify-content: center;
  }

  .block-custom-content-category-products-item-list-attributes-container {
    width: 200px;
  }
}

@media all and (max-width: 520px) {
  .page-template-page-configurator .configurator-customizer-left {
    padding-top: 3px;
  }

  .page-template-page-configurator .forgot-window .lost_reset_password input {
    width: 100%;
  }

  .order-configurator-header-left .custom-select-picker {
    display: none;
  }

  .configurator-customizer-left {
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .configurator-customizer-left .custom-items-filters-block-buttons {
    justify-content: flex-start;
  }

  .configurator-customizer-left .custom-items-filters-block-buttons a {
    align-self: flex-start;
  }

  .custom-select-picker.left-side {
    display: block;
    padding-top: 5px;
  }

  .custom-select-picker.left-side .custom-select-picker-title {
    margin-left: 25px;
  }

  .custom-select-picker.left-side select {
    padding: 0;
  }

  .custom-select-picker.left-side .custom-select-picker-choices {
    margin-top: 7px;
  }

  .two-level-options .two-level-back-colours {
    top: -18px;
  }

  .custom-configurator-button .custom-button-log-in {
    margin-right: 17px;
  }

  .summary-window-content {
    width: 100%;
  }

  .share-window-link {
    flex-wrap: wrap;
  }

  .share-window-link .button {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media all and (max-width: 499px) {
  body.btn-configurator-active .order-configurator-header-left,
  body.btn-configurator-active .order-configurator-header-right {
    flex: 1;
    width: auto;
  }

  body.btn-configurator-active .order-configurator-header-left {
    display: none;
  }

  body.btn-configurator-active .order-configurator-header-center {
    max-width: none;
    text-align: left;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table th *,
  .woocommerce-cart .cart-collaterals .cart_totals table td * {
    font-size: 24px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table th:before,
  .woocommerce-cart .cart-collaterals .cart_totals table td:before {
    font-size: 24px;
  }

  .woocommerce form .form-row-confirmation > span:first-of-type {
    width: 50%;
  }

  .woocommerce-checkout .checkout-title .checkout-text-with-button-container {
    padding-right: 120px;
    width: 100%;
  }

  .checkout-sidebar-totals table.shop_table tr.cart_item {
    flex-wrap: wrap;
  }

  .checkout-sidebar-totals table.shop_table th.product-name,
  .checkout-sidebar-totals table.shop_table td.product-name {
    padding-bottom: 15px;
    width: 100%;
  }

  .checkout-sidebar-totals table.shop_table tfoot {
    align-items: flex-end;
    flex-direction: column;
  }

  .checkout-sidebar-totals table.shop_table tfoot tr {
    align-items: flex-end;
  }

  #ship-to-different-address {
    flex-direction: column;
  }

  #ship-to-different-address > span:not([class]) {
    width: 100%;
  }

  .ship-to-different-address-checkbox-wrapper {
    margin-top: 5px;
  }

  .block-shelters-availability-content-sizes-list-item {
    height: 35vw;
    max-width: 45%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 {
    height: 45vw;
    max-width: 55%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 {
    height: 55vw;
    max-width: 65%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 {
    height: 60vw;
    max-width: 80%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 {
    height: 70vw;
    max-width: 100%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-value {
    padding: 2vw;
  }
}

@media (max-width: 480px) {
  .site-footer:before {
    background-color: transparent;
  }
  
  h2 {
      font-size: 40px !important;
  }

  .site-footer-left-block {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
  }

  .site-footer-left-block .footer-column3 {
    padding-left: 0;
    width: 100%;
  }

  .site-footer-left-block .footer-column2 {
    padding-left: 0;
    width: 100%;
  }

  .site-footer-left-block .footer-column1 {
    width: 100%;
  }

  .site-footer-left-block .footer-copyright-text {
    margin: 0;
    text-align: start;
  }

  .site-footer-right-block::before {
    height: 39%;
  }
}

@media all and (max-width: 480px) {
  .block-configuring-tents-list-text {
    bottom: 0;
  }

  .block-configuring-tents-link-pointer {
    /*top: unset;
            bottom: 0;
            right: 0;*/
    top: 55px;
    right: 25px;
  }

  .block-custom-content-with-text-center-image-and-icon-list {
    flex-direction: column;
  }

  .universal-block-image-plus-text-content-buttons-n-links {
    flex-direction: column;
  }

  .universal-block-image-plus-text-content-buttons-n-links .block-custom-link {
    margin-top: 10px;
    margin-left: 0;
  }

  .universal-block-image-plus-text-content-buttons-n-links .block-custom-link:first-of-type {
    margin-top: 0;
  }

  .block-list-icons-with-background-container {
    padding: 0 10px;
  }

  .block-product-tabs-slider-block-text {
    padding: 50px;
    width: 100%;
  }

  .block-product-tabs-slider-block .block-slider-with-side-text-buttons {
    left: 50px;
  }
}

@media all and (max-width: 479px) {
  .block-custom-content-shop-products-item-content {
    padding: 25px;
  }

  .block-custom-content-shop-products-item-price {
    flex: 1;
    width: auto;
  }

  .block-custom-content-shop-products-item-button {
    width: auto;
    min-width: 45%;
  }
}

@media all and (max-width: 475px) {
  .block-customize-tent-links {
    text-align: center;
    justify-content: center;
  }

  .block-customize-tent-links-container {
    margin-top: 20px;
  }

  .block-customize-tent-links-container:first-of-type {
    margin-top: 0;
  }
}

@media all and (max-width: 450px) {
  .block-header-faq-content-links-container {
    width: 100%;
    padding-left: 23%;
  }
}

@media all and (max-width: 430px) {
  .block-our-partners-item {
    width: 100%;
  }

  .block-our-partners-item-text {
    font-size: 16px;
  }
}

@media all and (max-width: 399px) {
  .wc-proceed-to-checkout-button-and-link {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .wc-proceed-to-checkout-button-and-link .link-shop {
    margin-top: 25px;
  }

  .checkout-form-step-actions {
    flex-direction: column-reverse;
  }

  .checkout-form-step-actions-left {
    margin-top: 20px;
  }

  .woocommerce-terms-and-conditions-wrapper {
    order: 1;
    margin-bottom: 50px;
  }
}

@media all and (max-width: 375px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-2 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 50%;
  }
}

@media all and (max-width: 374px) {
  .order-configurator-header-center > h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (min-width: 1501px) and (max-width: 1720px) {
  html {
    zoom: 80%;
  }

  .popup-navigation {
    zoom: 125%;
  }
}

@media all and (min-width: 768px) and (max-width: 1179px) {
  .menu-dropdown-content-link-container {
    min-height: 200px;
  }
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  .user-action-auth {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .user-action-auth-container {
    align-items: flex-end;
    flex-direction: column;
    margin: 0;
  }

  .page-template-page-configurator #page {
    min-height: calc(100vh - 73px);
  }

  .page-template-page-configurator {
    padding-top: 73px !important;
  }

  .page-template-page-configurator .configurator-customizer-right {
    padding-top: 73px;
  }
}

@media all and (min-width: 1080px) and (max-width: 1500px) {
  .page-template-page-configurator #page {
    min-height: calc(100vh - 94px);
  }

  .page-template-page-configurator {
    padding-top: 94px !important;
  }

  .page-template-page-configurator .order-configurator-header {
    padding-bottom: 20px;
  }

  .page-template-page-configurator .configurator-customizer-right {
    padding-top: 94px;
  }
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .logos-gallery-2 .wp-block-column:first-child {
    flex-basis: 2% !important;
  }
}

@media all and (min-width: 992px) and (max-width: 1500px) {
  .custom-columns-5 .wp-block-columns .wp-block-column:first-child {
    flex-basis: 5% !important;
  }

  .custom-columns-5 .wp-block-columns .wp-block-column:nth-child(4) {
    flex-basis: 27% !important;
  }

  .custom-columns-5 .wp-block-columns .wp-block-column:last-child {
    flex-basis: 0 !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1115px) {
  .blog-post-custom-preview .block-image-plus-text-content-media {
    margin: 0 -40px;
  }
}

@media all and (min-width: 769px) and (max-width: 1500px) {
  .block-custom-slider-gallery-item-container {
    height: 24vw;
  }
}

@media all and (min-width: 768px) and (max-width: 830px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-2 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 50%;
  }
}

@media all and (min-width: 1001px) and (max-width: 1135px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-3 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 33.33%;
  }
}

@media all and (min-width: 400px) and (max-width: 515px) {
  .product-gallery .block-custom-slider-gallery-navigation-container.total-items-3 .block-custom-slider-gallery-navigation-link {
    min-width: auto;
    width: 33.33%;
  }
}

@media all and (min-width: 768px) and (max-width: 1259px) {
  .product-description-attribute .block-custom-content-category-products-item-list-attributes {
    flex-direction: column;
  }

  .product-description-attribute .block-custom-content-category-products-item-list-attributes-item {
    width: 100%;
  }

  .product-custom-advantages-list-item {
    justify-content: center;
    width: 100%;
  }
}

@media all and (min-width: 540px) and (max-width: 767px) {
  .product-custom-advantages-list-item:nth-child(odd) {
    justify-content: flex-end;
  }
}

@media all and (min-width: 768px) and (max-width: 899px) {
  .block-custom-content-shop-products-item-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (min-width: 840px) and (max-width: 1500px) {
  .block-datasheets-brochures-manuals-section-blocks-list-item {
    width: 50%;
  }

  .block-videos-section-blocks-list-item {
    width: 50%;
  }
}

@media all and (min-width: 1025px) and (max-width: 1500px) {
  .block-header-case-studies-text {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 600px) and (max-width: 991px) {
  .block-list-icons-with-text-n-background-item {
    width: 50%;
  }
}

@media all and (min-width: 600px) and (max-width: 1024px) {
  .block-purchase-header-and-step-arrow {
    margin-top: 115px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 50%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-1 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.2vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 46%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.4vw;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 41%;
  }

  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    padding: 0.6vw;
  }

  .block-shelters-availability-content-sizes-list-item-values-container {
    top: 50.5%;
  }

  .block-shelters-availability-content-sizes-list-item-value {
    font-size: 16px;
    padding: 0.3vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 49%;
  }

  .block-shelters-availability-content-sizes-list-item.item-2 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 22px;
    padding: 0.4vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 46%;
  }

  .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 26px;
    padding: 0.5vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 40%;
  }

  .block-shelters-availability-content-sizes-list-item.item-4 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 32px;
    padding: 0.8vw;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-values-container {
    top: 38%;
  }

  .block-shelters-availability-content-sizes-list-item.item-5 .block-shelters-availability-content-sizes-list-item-value {
    font-size: 40px;
    padding: 1.1vw;
  }
}

@media all and (min-width: 1350px) and (max-width: 1500px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 39%;
  }
}

@media all and (min-width: 1200px) and (max-width: 1349px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 41%;
  }
}

@media all and (min-width: 1100px) and (max-width: 1199px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 43%;
  }
}

@media all and (min-width: 992px) and (max-width: 1099px) {
  .block-shelters-availability-container.sealed-tents .block-shelters-availability-content-sizes-list-item.item-3 .block-shelters-availability-content-sizes-list-item-container {
    background-position: center 45%;
  }
}

@media all and (-ms-high-contrast: none) {
  img {
    flex-shrink: 0;
  }
}

@media print {
  #page {
    display: none;
  }

  .summary-window-user-not-logged-in-actions,
  .fancybox-close-small,
  .summary-window-buttons,
  .summary-window-title {
    display: none;
  }

  .summary-window-logo {
    display: block;
  }

  .summary-window-title-print {
    display: block;
    margin-bottom: 34px;
  }

  .summary-window-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 90%;
  }

  .fancybox-content {
    height: 100%;
  }

  .fancybox-slide--html {
    padding: 0;
  }
}

/**
Mobile Styles mobile
 */
@media (max-width: 820px) {
  .testimonial-item {
    margin: 30px auto;
    padding: 30px 15px;
  }

  .full-bg-image {
    min-height: 250px;
    background-size: cover !important;
  }

  .full-bg-image-title {
    font-size: 18px !important;
  }

  .pre-link-pointer {
    width: 60px;
    height: 60px;
  }
}

.grey-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 600px) {
  .menu-dropdown-content-center {
    flex-direction: column;
    width: 100%;
  }

  .menu-dropdown-content-link-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background-position: center top !important;
  }

  /*.menu-dropdown-content-center .menu-dropdown-content-link-container {*/
  /*  bottom: -10px;*/
  /*  left: 0;*/
  /*}*/

  .menu-dropdown.about-us .menu-dropdown-content-link-wrapper {
    background-position: center top;
  }

  .menu-dropdown-content-right a {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align:center;
  }

  .block-list-icons-with-background-2-item {
    padding: 30px 25px 50px;
  }
}

.link-with-icon {
  position: relative;
}

.link-with-icon svg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9px;
  left: 280px;
}



.main-header-text .simple-text {
  width: 300px;
}

.main-flags {
  align-items: normal !important;
}

@media (min-width: 1500px) {
  
}

.accessories-part-box {
    border: solid 1px black;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.flex-box-accessories {
    align-items: normal !important;
}

.accessories-part-box .wp-block-buttons {
   margin-top: auto;
}

@media  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      
      .menu-dropdown-content-center .menu-dropdown-content-link-container {
    /*bottom: -10px;*/
    left: 0;
  }
      
      .block-custom-content-shop-products-item-button {
            width: 100%;
        }
        
        .block-custom-link {
            width: 100%;
        }
        
        .remove_max_width {
            max-width: 100% !important;
            margin-top: 1rem;
        }
        .serie .form-fields .input-group div{
          display: grid;
      }
      .text_padding_left {
          padding-left: 16px;
        padding-right: 16px;
      }
      .text_grey_bg {
          padding: 1rem;
      }
      
      .block-image-plus-text .block-custom-link {
          padding-left: 16px;
            padding-right: 16px;
      }
      
      .installation-service-item {
        padding: 20px 30px;
        font-size: 16.16px;
        }
        
        .installation-service-text {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        
        .installation-training-text-top {
    padding: 0 16px;
}
    
}

@media screen 
  and (min-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  /*    .wrapper {*/
  /*  padding-left: 6%;*/
  /*  padding-right: 6%;*/
  /*}*/
  
  .location-header-image img {
      width: 100% !important;
  }
  
  .video-container {
      margin-left: 5rem;
  }
  
  .block-header-hero-main-title {
      padding-top: 90px;
  }
  
  .applications-width {
      width: 50%;
  }
  
  .block-image-plus-text-content-media-container img {
    width: 113%;
  }
  
  
      .single-product-description {
          align-items: normal !important;
      }
      .menu-dropdown-content-center {
          padding: 0 159px !important;
    }
    .installation-training-text-top {
    padding: 0 300px;
}

.installation-service-item {
    /*padding: 20px 30px;*/
    font-size: 16.16px;
}

.installation-service-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
    
    #menu-dropdown-id-7659, #menu-dropdown-id-4689, #menu-dropdown-id-7661 {
        width: 33% !important;
    }
      
      .breadcrumb-404 > span {
            display: inline-block; /* Make the content inline-block to respect max-width */
            max-width: 800px; /* Adjust the max-width as needed */
            text-align: left; /* Re-align the text to the left inside the inline-block */
            width: 100%; /* Ensure it uses the full width up to the max-width */
            box-sizing: border-box; /* Include padding in the element's total width */
        }

      .link-with-icon-left svg{
          left: 340px !important;
      }
       .block-image-plus-text-content-media.image-wrapper-protruding img {
          width: 130% !important;
          height: -webkit-fill-available;
          object-fit: cover !important;

      }
      
       .error-page-width {
      width: 1200px !important;
  }
      
        .block-custom-content-shop-products-list {
          display: flex;
          flex-wrap: wrap;
          list-style: none;
          margin: -10px -7px;
        }
        .block-custom-content-shop-products-item-footer {
            display: flex;
        }
        
  }
  
  .block-custom-content-shop-products-list {
        list-style-type: none;
  }

.orange-border {
    border-top: solid 20px orange;
}

.orange-divider {
    overflow: visible;
    /* margin-right: 0; */
    /* margin-left: 0; */
    max-width: none;
}

.breadcrumb-404 {
    background: black;
    padding: 1rem 0px;
    max-width: 1640px;
}

.breadcrumb-404 span:nth-of-type(2) > span a {
    color: white !important;
    font-weight: 400;
}

.breadcrumb-404, .breadcrumb_last{
    font-weight: 800 !important;
    color: white;
} 

.breadcrumb-404 {
    padding-left: 6%;
    padding-right: 6%;
    margin-right: auto;
    margin-left: auto;

}

@media (min-width: 1040px) {
  .site-header .hamburger {
    display: none;
  }
  
  .block-configuring-tents-list-text {
      padding: 36px 61px 40px !important;
  }
}

/*.link-animated h4 {*/
  position: relative; /* Needed to position the pseudo-element */
  z-index: 1; /* Ensure the text is above the pseudo-element */
/*}*/

/*.link-animated h4::before {*/
/*  content: "";*/
/*  position: absolute;*/
  top: 50%; /* Adjust this value to position the background */
/*  left: 0;*/
/*  right: 0;*/
  height: 20px; /* Control the height of the background */
  background-color: #f0f0f0; /* Your desired background color */
  z-index: -1; /* Place the background behind the text */
/*}*/

  /*@media (max-width: 1115px)  {*/
  /*    .image-left-application img{*/
  /*          left: 0;*/
  /*          position: absolute;*/
  /*          flex: 1;*/
  /*          width: 50% !important;*/
  /*    }*/
      
  /*    .application-width-text-right-new {*/
  /*      margin: 0;*/
  /*      padding-left: 60.71%;*/
  /*      padding-right: 11.1%;*/
  /*    }*/
  /*}*/
  
  
  
  
  
  
   /* New block created  */
  
  /* Parent Container */
.custom-block {
    width: 100%; 
    overflow: hidden; /* Contain image overflow */
}

.background-image {
    background-size: cover;
    background-position: center;
    min-height: 650px; /* Adjusted to match image height */
    position: relative;
    margin-bottom: 2rem; /* Added bottom margin for spacing */
}

.background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Specific Styling for Each Background */

/* Black Background */
.black-background .text-overlay,
.black-background .content {
    color: white; 
}

/* White Background */
.white-background .text-overlay,
.white-background .content {
    color: black; 
}

/* Text Overlay */
.text-overlay {
    position: absolute;
    top: 30%; /* Adjusted for vertical positioning */
    left: 5%;
    text-align: left; /* Align text to the left */
}

/* Content Area */
.content {
    position: absolute;
    bottom: 5%;  
    left: 5%;
    max-width: 30%; /* Limit content width */
}

/* Typography */
.text-overlay h2 {
    font-size: 4rem; /* Larger font size for main heading */
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.2; /* Adjust line height for spacing */
}

.text-overlay p {
    font-size: 1.5rem;
    line-height: 1.4;
}

.content h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.content p {
    font-size: 1.125rem;
    line-height: 1.6;
}


/* Mobile Menu Styling*/

/*@media (max-width: 600px)*/
/*{*/
/*    #site-navigation-m {*/
/*        width: 100%;*/
/*        z-index: 1;*/
/*    }*/
/*}*/

.button-accessories {
    width: 100%;
    text-align: center;
}

.block-configuring-tents-item item-1 p {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-footer-left-block .footer-column1, .site-footer-left-block .footer-column2, .site-footer-left-block .footer-column3 {
    width: 31.33% !important;
}
  
  /* Add more tablet-specific styles here */
}
