/*!
Theme Name: Plotter Service
Theme URI: http://underscores.me/
Author: Mr Apps s.r.l
Author URI: https://www.mr-apps.it
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plotter_service
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

plotter_service is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

body.open {
  overflow: hidden;
}

body.error404 #page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

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

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

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

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

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

p {
  margin-bottom: 1rem;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

.itc-block__content p:last-child {
  margin-bottom: 0;
}

.itc-block__content > :last-child {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

.border {
  border: 1px solid var(--pl-text) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

ul,
ol {
  margin: 0 0 1rem 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

  .main-navigation ul {
    display: flex;
  }
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

.page-content,
.entry-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;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*
.wide {
    padding: 80px 0;
    margin-left: 100px;
    margin-right: 100px;
}
*/

/*--------------------------------------------------------------
# plotter_service custom styles
--------------------------------------------------------------*/

:root {
  --pl-primary: #0e7de4;
  --pl-primary-dark: #1c3f9f;
  --pl-accent: #31c57a;
  --pl-dark: #000;
  --pl-text: #000;
  --pl-muted: #4f5b6c;
  --pl-white: #ffffff;
  --pl-gray-100: #f5f7fb;
  --pl-gray-200: #e9eef5;
  --pl-border: #dfe5ef;
  --pl-transition: 200ms ease;
  --pl-margin-block: 100px;
}

body {
  font-family: "Libre Franklin", sans-serif;
  color: var(--pl-text);
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: var(--pl-primary);
  text-decoration: none;
  transition: all var(--pl-transition);
}

a:hover {
	color: var(--pl-primary-dark);
}

/* Buttons */
.itc-block__link {
  display: inline-flex;
  align-items: center;
  margin-top: 50px;
  transition: all 0.3s ease;
  color: var(--pl-primary);
  border: 2px solid var(--pl-primary);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
	font-family: "Zalando Sans SemiExpanded", sans-serif;
}

.itc-btn:hover,
.itc-block__link:hover {
  background-color: var(--pl-primary);
  color: #fff;
}

.itc-btn--outline-light {
  color: var(--pl-white);
  border-color: var(--pl-white);
}

.itc-btn--outline-light:hover {
  color: var(--pl-primary);
  background: var(--pl-white);
}

/* Header */
.site-top-bar {
  position: relative;
  padding: 10px 0;
}

.site-top-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
	flex-wrap: wrap;
	text-align: center;
}

.site-top-bar__icons {
  display: flex;
  gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.site-top-bar__icons .site-top-bar__icon + a:last-child {
  margin-left: 5px;
	text-decoration: underline;
}

.site-top-bar__icons .site-top-bar__icon + a:last-child:hover {
	text-decoration: none;
}


.site-top-bar__icons span a {
	display: block;
}

.site-top-bar__icons span img {
  height: 30px;
  width: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0 0;
  background: #fff;
  border-bottom: 2px solid var(--pl-text);
}

.header-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-branding {
  flex: 1 1 0;
}

.site-branding img {
  height: 51px;
  width: auto;
}

.primary-navigation {
  display: flex;
  justify-content: center;
}

.secondary-navigation {
  flex: 1 1 0;
  display: flex;
  justify-content: end;
}

.primary-navigation .mega-menu-wrap > ul,
.secondary-navigation .mega-menu-wrap > ul {
  list-style: none;
  font-weight: 500;
}

.primary-navigation .mega-menu-wrap > ul > li:last-child,
.secondary-navigation .mega-menu-wrap > ul > li:last-child {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 0 !important;
  gap: 20px;
  font-weight: 500;
}

.primary-navigation .mega-menu > li > a,
.secondary-navigation .mega-menu > li > a {
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
	font-family: "Zalando Sans SemiExpanded", sans-serif !important;
	
}

.secondary-navigation .mega-menu > li:last-child > a {
  color: var(--pl-primary) !important;
  box-shadow: 0 0 0 2px var(--pl-primary) !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
	line-height: 46px !important;
	height: 46px !important;
}

.secondary-navigation .mega-menu > li:last-child > a:hover {
  background: var(--pl-primary) !important;
  color: var(--pl-white) !important;
}

.mega-menu-link + .mega-sub-menu {
	margin-top: 2px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  margin: 0 auto !important;
	max-width: 1200px;
	float: none;
}

.mega-column ul {
  list-style: none;
  padding-left: 0;
}

.mega-column ul a {
	color: var(--pl-text);
}

.mega-column ul a:hover {
	color: var(--pl-primary);
}

.mega-column ul li ul {
  margin-top: 10px;
}

.mega-column ul li h4 {
  margin-bottom: 10px;
}

.mega-column ul li ul .last-link-menu a {
	color: var(--pl-primary);
	margin-top: 10px;
	display: block;
	font-size: 15px;
}

.mega-column ul li ul .last-link-menu a:hover {
	text-decoration: underline;
}

.header-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  min-height: clamp(350px, 70vw, 550px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .header-wrapper {
  min-height: clamp(350px, 120vw, 750px);
}

.header-wrapper .container {
  flex: 1;
  display: flex;
}

.header-wrapper .container,
.header-wrapper .row {
  height: 100%;
}

.header-wrapper .row {
  align-items: center;
  height: 100%;
  flex: 1;
}

.header-wrapper .row > [class*="col-"] {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-wrapper.no-bg {
  color: #000;
}

.header-wrapper.has-bg {
  color: #fff;
}

.header-wrapper.has-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.header-wrapper .row {
  position: relative;
  z-index: 2;
  align-items: center;
  row-gap: 24px;
}

.page-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.page-header-content-image {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  max-width: 767px;
}

.page-header-content-image.single-product {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.header-wrapper.has-bg .page-header-content-image h1,
.header-wrapper.has-bg .page-header-content-image p {
  color: #fff;
}

.page-header-content-image a {
  align-self: flex-start;
  margin-top: 10px;
}

.header-wrapper.no-bg .page-header-content-image,
.header-wrapper.no-bg .page-header-content-image p {
  color: var(--pl-dark);
}

/* Blocks
--------------------------------------------- */

.itc-blocks {
  margin-top: var(--pl-margin-block);
}

.itc-block {
  margin-bottom: var(--pl-margin-block);
}

.itc-block--border-bottom .itc-block__inner {
  border-bottom: 2px solid var(--pl-border);
  padding-bottom: var(--pl-margin-block);
}

.itc-block--mt {
  margin-top: calc(-1 * var(--pl-margin-block));
}

.itc-block--mb {
  margin-bottom: 0;
}

.itc-block--has-bg {
  background: transparent;
}

.itc-block--text-light {
  color: #fff;
}

.itc-block--text-light .itc-block__title,
.itc-block--text-light .itc-block__content {
  color: #fff;
}

.itc-block--align-center .itc-block__title,
.itc-block--align-center .itc-block__content,
.itc-block--align-center .itc-block__content-main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.itc-block--align-left {
  text-align: left;
}

.itc-block--align-right {
  text-align: right;
}

.itc-block--align-right .itc-block__title,
.itc-block--align-right .itc-block__content,
.itc-block--align-right .itc-block__content-main {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.itc-block--align-center .itc-block__actions {
  display: flex;
  justify-content: start;
}

.itc-block--align-right .itc-block__actions {
  display: flex;
  justify-content: flex-end;
}

.itc-block--has-bg .itc-block__title,
.itc-block--bg-image .itc-block__title,
.itc-block--has-bg .itc-block__content,
.itc-block--bg-image .itc-block__content,
.itc-block--has-bg .itc-block__actions,
.itc-block--bg-image .itc-block__actions,
.itc-block--has-bg .itc-block__link,
.itc-block--bg-image .itc-block__link {
}

.itc-block__title--size-1,
.itc-block__title--size-2,
.itc-block__title--size-3 {
  font-size: 44px;
}

.itc-block__actions {
  margin-bottom: 0;
}

.itc-block__content-col {
  margin-bottom: 14px;
}

.itc-column__title {
  font-size: 30px;
  text-transform: none;
  word-break: break-word;
  margin-bottom: 0;
}

.itc-column__content {
	margin-top: 20px;
}

/* Banner / cards */

.itc-block--banner:first-child {
  margin-top: 130px;
}

.itc-block--banner .row,
.itc-block--column .row {
  row-gap: 28px;
}

.itc-block--banner .itc-block__item,
.itc-block--column .itc-block__item {
  height: 100%;
}

.itc-block--banner .itc-block__item-inner,
.itc-block--column .itc-block__item-inner {
  height: 100%;
  background-image: linear-gradient(to bottom, #e1ecf5, #e1ecf5);
  padding: 40px 50px 35px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.itc-block--column .itc-block__item-inner {
  background-image: linear-gradient(to bottom, #e1ecf5, #e1ecf5);
}

.itc-banner__figure,
.itc-column__figure {
  margin: 0 0 50px;
	text-align: center;
}

.itc-banner__image {
  width: 50%;
  object-fit: cover;
	max-width: 200px;
}

.itc-column__actions {
  margin-top: auto;
  display: flex;
}

.itc-banner__content p:last-child,
.itc-column__content p:last-child {
  margin-bottom: 0;
}

.itc-banner__title {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.itc-block--banner-slider .itc-block__item-inner {
  padding: 25px 15px;
  background: #eee;
  transition: background 0.3s ease;
}

.itc-block--banner-slider .itc-block__item-inner:hover {
  background: #e4e4e4;
}

.itc-block--banner-slider .itc-banner__title {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0;
  text-transform: none;
}

.itc-banner__title + .itc-banner__content {
	margin-top: 25px;
}

.itc-banner__subtitle {
  margin: 0 0 15px;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-size: 22px;
  font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.3;
}

.itc-banner__glide {
  position: relative;
}

.itc-block--banner .glide__track,
.itc-block--banner .glide__slides,
.itc-block--banner .glide__slide,
.itc-block--banner .itc-block__item {
  height: 100%;
}

.itc-block--banner .glide__slide {
  display: flex;
}

.itc-block--banner .itc-block__item {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.itc-banner__arrows {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.itc-banner__arrows .glide__arrow {
  pointer-events: auto;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid var(--pl-border);
  background: #fff;
  color: var(--pl-dark);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform var(--pl-transition),
    box-shadow var(--pl-transition),
    background-color var(--pl-transition),
    color var(--pl-transition);
}

.itc-banner__bullets {
  display: none;
}

/* Text block */
.itc-block--text .row {
  row-gap: 18px;
}

.itc-block--text .itc-block__top-image img {
  margin-bottom: 50px;
  height: 200px;
  width: auto;
}

.itc-block--text.itc-block--align-center .itc-block__content,
.itc-block--text.itc-block--align-center .itc-block__content-main {
  max-width: 1000px;
}

.itc-block__content .wp-video, .itc-block__content .mejs-video {
  width: 100% !important;
  height: auto;
}

.itc-block--text.itc-block--has-bg,
.itc-block--cta.itc-block--has-bg,
.itc-block--logos.itc-block--has-bg {
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.itc-block--text.itc-block--has-bg .itc-block__title,
.itc-block--text.itc-block--has-bg .itc-block__content,
.itc-block--text.itc-block--has-bg .itc-block__content-main,
.itc-block--text.itc-block--has-bg .itc-block__actions,
.itc-block--text.itc-block--has-bg .itc-block__actions .itc-block__link {
}

.itc-block--text.itc-block--has-bg .itc-block__content p,
.itc-block--text.itc-block--has-bg .itc-block__content-main p {
}

.itc-block--text.itc-block--bg-image .itc-block__title,
.itc-block--text.itc-block--bg-image .itc-block__content,
.itc-block--text.itc-block--bg-image .itc-block__actions {
}

.itc-block--text.itc-block--bg-image .itc-block__link {
}

.itc-block--text.itc-block--bg-image::before {
}

.itc-block--text .itc-block__inner {
  position: relative;
  z-index: 1;
}

.itc-block--text .itc-block__content-main p:last-child {
  margin-bottom: 0;
}

/* Text + image */

.itc-block--text-image .row {
  row-gap: 0;
}

.itc-block--text-image .itc-block__col.align-items-end .itc-block__content,
.itc-block--text-image .itc-block__col.align-items-end .itc-block__actions,
.itc-block--text-image .itc-block__col.align-items-end .itc-block__title {
  align-self: flex-end;
  text-align: left;
}

.itc-block__image--text {
  padding: 3rem;
}

.itc-block__image--cover {
  background-size: cover;
  background-position: center;
  min-height: 650px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.itc-block__image--cover video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.itc-block--text-image .itc-block__title,
.itc-block--text-image .itc-block__content,
.itc-block--text-image .itc-block__actions {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Images grid/slider */

.itc-block--images .row {
  row-gap: 22px;
}

.itc-images__figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.itc-images__image {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* Logos */

.itc-logos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 32px);
  align-items: center;
}

.itc-logos__item {
  margin: 0;
}

.itc-logos__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.itc-block--logos .itc-block__title {
  text-align: center;
	margin-bottom: 50px;
}

/* Map block */

.itc-block--map .itc-block__inner {
  padding: 0;
}

.itc-map__frame-wrapper {
  position: relative;
  width: 100%;
  min-height: 650px;
}

.itc-map__frame-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.itc-block--contacts .row {
  row-gap: 18px;
}

.itc-images__arrows .glide__arrow {
  border-radius: 999px;
  border: 1px solid var(--pl-border);
  background: #fff;
  color: var(--pl-dark);
  width: 42px;
  height: 42px;
  transition:
    background-color var(--pl-transition),
    color var(--pl-transition),
    box-shadow var(--pl-transition);
}

/* FAQ */

.itc-block--faq .accordion-item {
  border: 1px solid var(--pl-border);
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}

.itc-block--faq .accordion-button {
  font-weight: 700;
  color: var(--itc-dark);
  background: #fff;
  padding: 16px 18px;
  box-shadow: none;
}

.itc-block--faq .accordion-button:not(.collapsed) {
  background: var(--pl-gray-100);
  color: var(--pl-primary);
}

.itc-block--faq .accordion-button:focus {
  box-shadow: none;
  border-color: var(--pl-primary);
}

.itc-block--faq .accordion-body {
  color: var(--pl-muted);
}

/* CTA block */

.itc-block--cta .itc-cta {
	max-width: 767px;
}

/* Product list */

.product-list-new, .product-list-used, .product-list-ink {
  row-gap: 20px;
}

.product .itc-card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
	color: var(--pl-text);
	position: relative;
  top: 0;
  left: 0;
}

.product .itc-card__thumb {
  position: relative;
}

.product .itc-card__thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.itc-card__horizon-container {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.itc-card__thumb .itc-card__horizon-container .horizon-logo {
  width: 34px;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
}

.itc-card__badge-container {
	position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 10px;
}

.itc-card__badge {
  background: #61f371;
  color: var(--pl-text);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 50px;
  line-height: 1;
}

.product .itc-card__badge-secondary {
  display: flex;
  width: fit-content;
  margin-top: 5px;
  background: #116136;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: 1;
}

.product .itc-card__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
	transition: background 0.3s ease;
}

.product .itc-card__body h3 {
  text-transform: none;
  margin-bottom: 10px;
  color: var(--pl-text);
  font-size: 1.5rem;
}

.itc-card__bottom {
  margin-top: auto;
}

.itc-card__meta {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  position: relative;
}

.itc-card__meta-element {
  flex: 0 0 calc(50% - 5px);
  display: flex;
  flex-direction: column;
}

.itc-card__meta-element label {
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.4;
	opacity: 0.5;
	cursor: pointer;
}

.itc-card__meta-element span {
  font-weight: 500;
	font-size: 15px;
}

.itc-card__meta-element.cromo-ink > span {
	display: flex;
  	gap: 5px;
	flex-wrap: wrap;
}

.itc-card__meta-element.cromo-ink .itc-ink-color-dot {
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.itc-card__meta-element.cromo-ink .itc-ink-color-dot .color-code {
	font-size: 11px;
	color: #fff;
	font-weight: 500;
}

.itc-card__footer {
  display: flex;
  justify-content: space-between;
	gap: 10px;
}

.itc-card__price {
  display: flex;
	column-gap: 10px;
	row-gap: 5px;
	flex-direction: column;
	flex-wrap: wrap;
  line-height: 1;
	justify-content: center;
}

.itc-card__price .price {
  font-size: 26px;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  color: var(--pl-primary);
  font-weight: 700;
}

.itc-card__price .original {
  font-size: 16px;
	font-family: "Zalando Sans SemiExpanded", sans-serif;
  opacity: 0.4;
  text-decoration: line-through;
}

.product .itc-card__actions div {
  padding: 0px 30px;
  height: 50px;
  width: 65px;
  border: 2px solid var(--pl-primary);
  color: var(--pl-primary);
  line-height: 48px;
  text-align: center;
  transition: all 0.3s ease;
}

.product .itc-card__actions div:hover {
  color: var(--pl-white);
}

.product .itc-card__actions div:before {
  transform: scale(1.5);
  margin-left: -9px;
}

.custom-3193 .search-filter-field--id-11,
.custom-3193 .search-filter-field--id-12,
.custom-3193 .search-filter-field--id-13,
.custom-3193 .search-filter-field--id-18,
.custom-3193 .search-filter-field--id-19 {
  display: none;
}

.search-filter-base {
  margin-bottom: 25px;
}

.search-filter-component-combobox__input-divider {
  display: none !important;
}

.close-filters {
  display: none;
}

.search-filter-label {
  font-size: 14px;
  margin-bottom: 5px;
}

.search-filter-field--control-type-submit button,
.load-more button {
  background: #048d44;
  color: #fff !important;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
  font-size: 16px;
}

.load-more button {
  width: auto !important;
  margin: 70px auto 0 !important;
}

.search-filter-field--control-type-submit button:hover,
.search-filter-field--control-type-submit button:active,
.search-filter-field--control-type-submit button:focus,
.load-more button:hover,
.load-more button:hover,
.load-more button:hover {
  background: #076d37 !important;
}

.search-filter-field--control-type-reset button {
  border: none;
  font-size: 16px;
  width: 100% !important;
  transition: all 0.3s ease;
  margin-top: -10px;
  font-size: 16px;
}

.search-filter-field--control-type-reset button:hover {
  opacity: 0.6;
}

.select-marca .search-filter-input-checkbox div[role="group"] {
}

/* Single product */

.single-product-gallery__main {
  display: block;
}

.single-product-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: var(--single-product-gallery-main-height, 580px);
  overflow-y: auto;
  scrollbar-width: none;
}

.single-product-gallery__thumbs button {
	padding: 5px;
	background: transparent;
	border: none;
	display: block;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
	box-shadow: inset 0 0 0 2px var(--pl-white);
}

.single-product-gallery__thumbs button img {
	transition: opacity 0.3s ease;
}

.single-product-gallery__thumbs button:hover img {
	opacity: 0.8;
}

.single-product-gallery__thumbs button.is-active {
	box-shadow: inset 0 0 0 2px var(--pl-primary);
}

.single-product-gallery__thumbs button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.label-material {
	font-size: 12px;
  background: #fff;
  margin: 20px 0px 10px 0px;
  display: block;
  width: max-content;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}

.single-material-logos {
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
  gap: 10px;
}

.single-material-logos span {
  display: block;
  filter: brightness(1.01);
	padding: 4px;
  background: #eee;
}

.single-material-logos span img {
  display: block;
  width: 100%;
  height: auto;
}

.single-brand-logo img {
	height: 20px;
	width: auto;
}

.title-container {
	display: flex;
  justify-content: space-between;
  align-items: start;
	margin-bottom: 15px;
	flex-wrap: wrap;
  gap: 10px 20px;
}

.badge-container {
  display: flex;
	gap: 10px;
	margin-top: 5px;
}

.serial-number {
	margin-top: 3px;
  display: inline-block;
}

.price-container {
  display: flex;
  justify-content: space-between;
}

.single-detail .itc-card__price label {
  font-weight: 800;
  font-size: 1.75rem;
}

.single-detail .itc-card__price .price {
  font-weight: 700;
  font-size: 2rem;
}

.single-detail .itc-card__price .original {
  font-size: 20px;
	margin-top: 5px;
}

.single-detail .list-price {
  display: block;
  margin-top: 10px;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 600;
  font-style: italic;
}

.single-detail .itc-card__badge {
	cursor: default;
}

.itc-block .wpcf7-form {
  text-align: left;
}

.itc-block--text p + .wpcf7 {
	margin-top: 3rem;
}

.single-detail .itc-card__meta {
  padding-bottom: 0;
  gap: 20px 10px;
}

.single-detail .itc-card__meta-element {
  flex: 0 0 calc((100% - 20px) / 3);
}

.single-detail .itc-card__meta-container h3 {
  margin-bottom: 25px;
  margin-top: 30px;
  font-size: 1.5rem;
}

.single-detail .itc-card__meta-element label {
  font-size: 15px;
	cursor: inherit;
}

.single-detail .itc-card__meta-element span {
  font-weight: 500;
	font-size: 18px;
}

.itc-card__meta-element.cromo span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00AEEF;
  margin-right: 54px;
  vertical-align: middle;
  box-shadow: 16px 0 0 #EC008C, 32px 0 0 #FFF200, 48px 0 0 #000;
}

.single-detail__actions {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.single-detail__actions .itc-block__link {
  padding: 14px 40px;
  font-size: 16px;
	margin-top: 0;
}

.single-detail__actions .itc-block__link.secondary {
	background: #ddd;
	color: var(--pl-text);
	border-color: #ddd;
}

.single-detail__actions .itc-block__link.secondary:hover {
	background: #ccc;
	border-color: #ccc;
}

.long-life-section {
  	background-image: linear-gradient(257deg, #BAC5D0 0%, #E9F1F6 100%);
}

.itc-block--related-products .itc-block__title {
	padding-right: 100px;
	font-size: 2rem;
}

.itc-block--related-products .product .itc-card__body h3 {
  font-size: 1.25rem;
	margin-bottom: 30px;
}

.itc-block--related-products .product .itc-card__body {
  padding: 15px 0;
}

.itc-block--related-products .itc-card__price .price {
	font-size: 22px;
}

.itc-block--related-products .itc-card__meta {
  display: none;
}

.itc-block--related-products .product .itc-card__actions div {
  padding: 0px 20px;
  height: 40px;
  width: 55px;
	line-height: 37px;
}

.itc-block--related-products .product .itc-card__actions div::before {
  margin-left: -3px;
}

.itc-block--related-products .glide__slides li.glide__slide {
	height: auto;
}

.itc-block--related-products .glide__slides li.glide__slide .product {
	height: 100%;
}

.itc-block--related-products .itc-card__badge {
	top: 15px;
	left: 15px;
}

.itc-block--related-products .product .itc-card:hover {
  box-shadow: none;
	transform: scale(0.97);
	top: 0;
  left: 0;
}

.itc-block--related-products .itc-card__badge.showroom {
    right: 15px;
	left: auto;
}

.glide__arrows {
  position: absolute;
  top: -70px;
  right: 0;
	gap: 10px;
  display: flex;
}

.itc-images__arrows .glide__arrow {
  border-radius: 0;
  border: 1px solid var(--pl-text);
	font-size: 30px;
  line-height: 0px;
  padding: 7px 0 10px;
	transition: background 0.3s ease;
}

.itc-images__arrows .glide__arrow:hover {
  background: #eee;
}

.product-contacts {
	scroll-margin-top: 130px;
}

.time-offer {
  background: #61f371;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
	margin-top: -20px;
	font-weight: 500;
}

.time-offer i {
	font-size: 24px;
}

/* Long Life */

.itc-long-life__service {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(45deg,rgb(67, 185, 255) 0%, rgb(14, 125, 228) 100%);
  color: #fff;
  text-align: center;
  padding: 25px 25px;
}

.itc-long-life__service-image img {
	height: 80px;
	width: auto;
}

.itc-long-life__service-text {
	margin-top: 20px;
	font-size: 17px;
	font-weight: 500;
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	line-height: 1.3;
}

.itc-long-life__service-description {
	margin-top: 10px;
	font-size: 16px;
}

.itc-long-life__choice-list, .ink-list .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.itc-long-life__choice-list label {
  flex: 0 0 calc((100% - 20px) / 3);
  box-sizing: border-box;
  padding: 12px 15px;
  border-radius: 8px;
  border: solid 1px #999;
	cursor: pointer;
	font-size: 16px !important;
}

.itc-long-life__choice-list.year label {
	flex: 0 0 calc((100% - 20px) / 2);
}

.ink-list .wpcf7-checkbox > span {
  flex: 0 0 calc((100% - 20px) / 3);
}

.ink-list .wpcf7-checkbox > span label {
  width: 100%;
	box-sizing: border-box;
  padding: 12px 15px;
  border-radius: 8px;
  border: solid 1px #999;
	cursor: pointer;
	font-size: 16px !important;
	margin-bottom: 0;
}

.itc-long-life__choice-list label:hover, .ink-list .wpcf7-checkbox > span label:hover {
	background: #f5f5f5;
}

.itc-long-life__choice-list label span, .ink-list .wpcf7-checkbox > span label span {
	margin-left: 5px;
}

.itc-long-life__button.itc-block__link {
	margin-top: 0px;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  display: block;
}

.itc-long-life__result {
  background: rgba(14,125,228, 0.1);
  padding: 24px 24px;
  margin-top: 40px;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
  gap: 15px;
}

.itc-long-life__result-value {
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	color: var(--pl-primary);
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
}

.itc-long-life__result-discount {
  flex: 100%;
	color: var(--pl-primary);
  font-weight: 600;
	background: rgba(14,125,228, 0.1);
  padding: 10px;
  text-align: center;
}

/* Footer */

.site-footer .footer {
  padding: 100px 0 60px;
  background-color: #000;
  color: #fff;
}
.site-footer {
  margin-top: auto;
	position: relative;
}
.site-footer a {
  color: #fff;
  transition: color 0.3s ease;
}
.site-footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-logo {
  height: 85px;
}
.after-footer {
  text-align: center;
  color: #fff;
  padding-top: 60px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  margin-top: 50px;
}
.after-footer:before {
  content: "";
  width: calc(100% + 6rem);
  height: 2px;
  background: var(--pl-white);
  position: absolute;
  top: 0;
  left: -3rem;
}
.footer-widget {
  color: #fff;
}
footer .widget-title {
  text-transform: none;
  margin-bottom: 25px;
  font-size: 22px;
}
footer .widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .widget ul li {
  line-height: 1.4;
  margin-bottom: 5px;
}
footer .widget ul li .dashicons {
  font-size: 16px;
  position: relative;
  top: 5px;
  margin-right: 6px;
}
.social-list {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.social-list i {
  padding: 10px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  line-height: 1;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
.social-list i:hover {
  background: rgba(255, 255, 255, 0.4);
}
.credits-img {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.whatsapp {
  position: fixed;
  bottom: 30px;
  left: 30px;
	transition: transform 0.3s ease;
	z-index: 999;
}
.whatsapp:hover {
  transform: scale(0.95);
}
.whatsapp-logo {
	  width: 70px;
  height: auto;
	border-radius: 100px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}

/* Utilities */
.text-upper {
  text-transform: uppercase;
}

/* CF7 */
.wpcf7 label {
  font-size: 14px;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
textarea.form-control,
select.form-control {
  padding: 12px 15px;
  border-radius: 8px;
  border: solid 1px #999;
}

select.wpcf7-form-control.wpcf7-select {
  padding: 14.5px 15px;
  border-radius: 8px;
  border: solid 1px #999;
  font-size: 16px;
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  width: max-content;
  margin-bottom: -18px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: none !important;	
	display: inline-flex;
  align-items: center;
  margin-top: 50px;
  transition: all 0.3s ease;
  color: var(--pl-primary);
  border: 2px solid var(--pl-primary) !important;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
	background: transparent;
	line-height: 1.5;
	border-radius: 0 !important;
	margin-top: 30px;
	font-family: "Zalando Sans SemiExpanded", sans-serif;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  border-color: var(--pl-white);
  color: var(--pl-white);
	background: var(--pl-primary);
}

@media (min-width: 1200px) {
	
	#primary-navigation div[id^="mega-menu-wrap-menu-"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:after {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: block !important;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
	
	.list-container {
	border-left: 2px solid var(--pl-text);
	}
	
		span.mega-indicator {
    display: none !important;
  }
	
}

@media (min-width: 1200px) and (max-width: 1399px) {
	
	.primary-navigation .mega-menu > li > a, .secondary-navigation .mega-menu > li > a {
		font-size: 17px !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		margin-right: 20px !important;
	}
	
	.secondary-navigation .mega-menu > li:last-child > a {
  		padding-left: 20px !important;
  		padding-right: 20px !important;
	}
	
	.site-branding img {
		  height: 47px;
		}
	
}

@media (max-width: 1399px) {
	  .after-footer:before {
		width: calc(100% + 3rem);
		left: -1.5rem;
	  }
}

@media (max-width: 1199px) {
	
	html.mega-menu-menu-1-off-canvas-open {
    overflow: initial !important;
  }
	
  .site-header {
    padding: 30px 0;
  }

  .site-branding {
    flex: auto;
  }

  .site-branding img {
    height: 40px;
  }

  .primary-navigation {
    justify-content: end;
  }

  .secondary-navigation {
    display: none;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close {
    right: 25px !important;
    left: unset !important;
    top: 30px !important;
  }

  .mega-menu-toggle.mega-menu-open .mega-toggle-standard .mega-svg-icon {
    color: white !important;
  }
	
	.mega-menu {
    scrollbar-width: none;
  }
	
	.mega-column:not(:first-child) {
	  margin-top: 30px !important;
	}
	
	.primary-navigation .mega-menu > li > a, .secondary-navigation .mega-menu > li > a {
	  padding-left: 0 !important;
	  padding-right: 0 !important;
		font-size: 17px !important;
	}
	
	.mega-menu-link + .mega-sub-menu {
		margin-top: 15px !important;
  	border-top: 2px solid var(--pl-text) !important;
		padding: 25px 0 20px 0 !important;
	}
	
	.pronto-intervento-mobile {
	  margin-top: 15px !important;
	}

  .itc-block--banner .itc-block__item-inner {
    margin-bottom: 40px;
  }

  .itc-block--banner-slider .itc-block__item-inner {
    margin-bottom: 0;
  }

  .filter-column section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    overflow: auto;
    border-radius: 0;
	  padding: 24px 24px 10px;
  }

  .filter-column section.is-open {
    transform: translateX(0);
  }

  .close-filters {
    position: absolute;
    right: 24px;
    top: 26px;
    cursor: pointer;
    display: block;
  }

  .single-detail .itc-card__meta-element {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (min-width: 992px) {
  .single-img {
    position: sticky;
    top: 100px;
    height: fit-content;
  }
	
}

@media (max-width: 991px) {
	
	:root {
    --pl-margin-block: 80px;
  }
	
	  .page-header-image {
		padding-top: 60%;
	  }

  .itc-block__title--size-1:not(.itc-banner__title),
  .itc-block__title--size-2:not(.itc-banner__title),
  .itc-block__title--size-3:not(.itc-banner__title) {
    font-size: 40px;
  }

  .itc-column__title {
    font-size: 28px;
  }
  .itc-block--text-image .itc-block__title,
  .itc-block--text-image .itc-block__content,
  .itc-block--text-image .itc-block__actions {
    max-width: 100%;
  }

  .itc-block--text .itc-block__top-image img {
    height: 120px;
  }

  .itc-block__image--text {
    padding: 3.5rem 1.5rem 4.5rem 1.5rem;
  }

  .itc-block__image--cover {
    padding-top: 57%;
    min-height: inherit;
  }

  .itc-block__image--cover.video {
    min-height: inherit;
    padding-top: unset;
  }

  .itc-block__image--cover video {
    position: relative;
    width: 100vw;
    left: 0;
    top: 0;
    transform: none;
  }

  .itc-block--text.itc-block--has-bg, .itc-block--cta.itc-block--has-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
	
	.itc-block--banner .itc-block__item-inner, .itc-block--column .itc-block__item-inner {
  padding: 20px 30px 15px;
	}
	
	.itc-block--banner .itc-block__item-inner {
    margin-bottom: 20px;
  }
	
	.single-product-gallery__thumbs {
	  flex-direction: row;
		margin-top: 15px;
		height: auto;
		max-height: none;
	}

	.single-product-gallery__thumbs button {
		width: 90px;
	}
	
	.product-contacts {
	scroll-margin-top: 140px;
	}
	
	.single-detail .itc-card__meta {
	  gap: 15px 10px;
	}
	
}

@media (min-width: 768px) {
	.product .itc-card:hover {
	  box-shadow: 10px 10px 0 0 rgba(0, 5, 10, 0.2);
		top: -5px;
	  left: -5px;
	}
}


@media (max-width: 767px) {
  :root {
    --pl-margin-block: 50px;
  }

  .header-cont {
    gap: 14px;
  }
	
	.site-top-bar__icons span {
		display: none;
	}
	
	.site-top-bar__icons .site-top-bar__icon + a:last-child {
  margin-left: 0;
	}

  .itc-block__link {
    padding: 10px 20px;
  }

  .itc-block__title--size-1:not(.itc-banner__title),
  .itc-block__title--size-2:not(.itc-banner__title),
  .itc-block__title--size-3:not(.itc-banner__title) {
    font-size: 32px;
  }

  .itc-column__title {
    font-size: 25px;
  }

  .itc-block--banner-slider .row {
    row-gap: 20px;
  }

  .itc-block--banner-slider .col-12 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }

  .itc-block--banner-slider .itc-banner__title {
    font-size: 18px;
  }

  .price-container {
    flex-direction: column;
  }

  .single-detail .itc-card__price label {
    font-size: calc(1.3rem + 0.6vw);
  }
	
	.single-brand-logo img {
  		height: 15px;

	}

  .single-detail .description {
    margin-top: 5px !important;
  }
	
	.itc-block--related-products {
	  margin-top: 80px;
	}
	
	.itc-block--related-products .itc-block__title {
	  font-size: 1.5rem;
	}
	
	.itc-logos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
	.ink-list .wpcf7-checkbox > span {
	  flex: 0 0 calc((100% - 20px) / 2);
	}
	
	.site-footer .footer {
  		padding-bottom: 90px;
	}
	
	.whatsapp {
	  bottom: 20px;
  		left: 20px;
	}
	
	.whatsapp-logo {
	  width: 60px;
	}
	
}
