@charset "UTF-8";
/*
Theme Name:     Storefront Elap Theme
Theme URI:      https://mgsq.it
Author:         Alessandra Piras
Author URI:     https://mgsq.it
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-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.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
======
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
======
*/
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Global styles applied to all non-woocommerce theme components.
 * Includes styles for:
 *
 * Typography
 * Header
 * Footer
 * Main content area
 * Accessiblity helper classes
 * 404
 * Comments
 * Content (posts etc)
 * Forms
 * Media
 * Menus
 * pagination
 * Post formats
 * Widgets
 */
/**
 * Typography
 */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body,
button,
input,
textarea {
  color: #43454b;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

select {
  color: initial;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%;
}

summary {
  display: list-item;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
  margin: 0 0 0.5407911001em;
  color: #131315;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 300;
}

h1,
.alpha {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px;
}

h2,
.beta {
  font-size: 2em;
  line-height: 1.214;
}
h2 + h3,
.beta + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.5407911001em;
}

h3,
.gamma {
  font-size: 1.618em;
}

h4,
.delta {
  font-size: 1.41575em;
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 2.2906835em;
}

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

p {
  margin: 0 0 1.41575em;
}

ul,
ol {
  margin: 0 0 1.41575em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.618em;
}

b,
strong {
  font-weight: 600;
}

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

blockquote {
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
}

address {
  margin: 0 0 1.41575em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

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

mark,
ins {
  text-decoration: none;
  font-weight: 600;
  background: transparent;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 3px;
}

a {
  color: #2c2d33;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 2px solid #7f54b3;
}

.storefront-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

/**
 * Global styles
 */
* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.site {
  overflow-x: hidden;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Header
 */
.site-header {
  background-color: #2c2d33;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  color: #9aa0a7;
  background-position: center center;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid transparent;
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  width: 100%;
  max-width: 210px;
}
.site-header .widget {
  margin-bottom: 0;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb .site-header {
  margin-bottom: 4.235801032em;
}
.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0;
}

.header-widget-region {
  position: relative;
  z-index: 99;
}
.header-widget-region::before, .header-widget-region::after {
  content: "";
  display: table;
}
.header-widget-region::after {
  clear: both;
}
.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em;
}

.site-branding {
  float: left;
  margin-bottom: 0;
  width: calc(100% - 120px);
}
.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}
.site-branding .site-title a {
  font-weight: 700;
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
.site-branding .logo {
  margin: 0;
}

/**
 * Main content area
 */
.site-main {
  margin-bottom: 2.617924em;
}

.site-content {
  outline: none;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 4.235801032em;
}

.page-template-template-homepage .type-page {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
  position: relative;
}
.page-template-template-homepage .type-page .storefront-hero__button-edit {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 0.875em;
}
.page-template-template-homepage .entry-content {
  font-size: 1.1em;
}
.page-template-template-homepage .entry-content p:last-child {
  margin-bottom: 0;
}
.page-template-template-homepage .entry-header h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.2360828548em;
}
.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
  max-width: 41.0994671405em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 6.8535260698em;
  padding-bottom: 6.8535260698em;
}
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
  opacity: 0;
  transition: all, ease, 0.5s;
}
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
  opacity: 1;
}

/**
 * Footer
 */
.site-footer {
  background-color: #f3f3f3;
  color: #3b3c3f;
  padding: 1.618em 0 3.706325903em;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #333437;
}
.site-footer a {
  color: #2c2d33;
  text-decoration: underline;
}
.site-footer a:hover {
  text-decoration: none;
}
.site-footer a.button, .site-footer a.components-button:not(.is-link), .site-footer a.wp-block-button__link {
  text-decoration: none;
}

.site-info {
  padding: 2.617924em 0;
}
.site-info span[role=separator] {
  padding: 0 0.2360828548em 0 0.3342343017em;
}
.site-info span[role=separator]::before {
  content: "|";
}

/**
 * Alignment
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**
 * Accessibility
 */
.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;
  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;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
  outline: none;
}

.screen-reader-text.skip-link:focus {
  clip-path: none;
}

/**
 * Clearing
 */
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/**
 * Tables
 */
table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1.41575em;
  border-collapse: separate;
}
table caption {
  padding: 1em 0;
  font-weight: 600;
}
table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: 600;
}
table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}
table tbody h2 a {
  font-weight: 400;
}

/**
 * 404 Styles
 */
.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}
.error404 .site-content .widget_product_search form {
  margin: 0;
}
.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
}
.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  margin-bottom: 2.617924em;
}
.error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
  content: "";
  display: table;
}
.error404 .fourohfour-columns-2::after {
  clear: both;
}
.error404 .fourohfour-columns-2 ul.products li.product,
.error404 .fourohfour-columns-2 .widget {
  margin-bottom: 0;
}
.error404 .fourohfour-columns-2 .col-1 ul.products {
  margin-bottom: 2.2906835em;
}
.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%;
}
.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
  margin-right: 0;
}
.error404 .fourohfour-columns-2 .col-2 {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

/**
 * Comments
 */
#comments {
  padding-top: 2.617924em;
}
#comments .comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5407911001em;
  margin-bottom: 1.618em;
}
#comments .comment-list {
  list-style: none;
  margin-left: 0;
}
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body::after {
  clear: both;
}
#comments .comment-list .comment-content {
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}
#comments .comment-list .comment-content .comment-text {
  padding: 1.618em;
  border-radius: 3px;
}
#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-meta {
  margin-bottom: 1em;
}
#comments .comment-list .comment-meta .avatar {
  margin-bottom: 1em;
  max-width: 64px;
  height: auto;
}
#comments .comment-list .comment-meta a.comment-date {
  font-size: 0.875em;
}
#comments .comment-list .comment-meta cite {
  font-style: normal;
  clear: both;
  display: block;
}
#comments .comment-list .reply {
  margin-bottom: 1.618em;
  padding-top: 0.6180469716em;
}
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}
#comments .comment-list .reply::after {
  clear: both;
}
#comments .comment-list .reply a {
  display: inline-block;
  margin-right: 1em;
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .children {
  list-style: none;
}

.comment-content a {
  word-wrap: break-word;
}

#respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.0125);
  position: relative;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  right: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3);
}

/**
 * Content
 */
.hentry {
  margin: 0 0 4.235801032em;
}
.hentry .wp-post-image {
  margin-bottom: 1.618em;
  margin-left: auto;
  margin-right: auto;
}
.hentry .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.hentry .entry-header .posted-on,
.hentry .entry-header .post-author,
.hentry .entry-header .post-comments,
.hentry .entry-header .byline {
  font-size: 0.875em;
}
.hentry .entry-header .posted-on a,
.hentry .entry-header .post-author a,
.hentry .entry-header .post-comments a,
.hentry .entry-header .byline a {
  font-weight: 600;
  text-decoration: underline;
}
.hentry .entry-header .posted-on a:hover,
.hentry .entry-header .post-author a:hover,
.hentry .entry-header .post-comments a:hover,
.hentry .entry-header .byline a:hover {
  text-decoration: none;
}
.hentry .entry-content a {
  text-decoration: underline;
}
.hentry .entry-content a:hover {
  text-decoration: none;
}
.hentry .entry-content a.button, .hentry .entry-content a.components-button:not(.is-link), .hentry .entry-content a.wp-block-button__link {
  text-decoration: none;
}
.hentry .entry-taxonomy {
  margin: 1.41575em 0 0;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.cat-links,
.tags-links {
  font-size: 0.875em;
}
.cat-links a,
.tags-links a {
  color: #727272;
  font-weight: 600;
  text-decoration: underline;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

/**
 * Forms
 */
form {
  margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
}
button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after,
.button::after,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
.added_to_cart::after {
  display: none;
}
button.cta, button.alt,
input[type=button].cta,
input[type=button].alt,
input[type=reset].cta,
input[type=reset].alt,
input[type=submit].cta,
input[type=submit].alt,
.button.cta,
.button.alt,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,
.added_to_cart.cta,
.added_to_cart.alt {
  background-color: #2c2d33;
  border-color: #2c2d33;
}
button.cta:hover, button.alt:hover,
input[type=button].cta:hover,
input[type=button].alt:hover,
input[type=reset].cta:hover,
input[type=reset].alt:hover,
input[type=submit].cta:hover,
input[type=submit].alt:hover,
.button.cta:hover,
.button.alt:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover {
  background-color: #2c2d33;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart:hover {
  color: #fff;
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
.added_to_cart.loading {
  opacity: 0.5;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,
.added_to_cart.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
button.disabled, button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover, button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover {
  opacity: 0.5 !important;
}

.button.woocommerce-MyAccount-downloads-file {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

.wc-block-components-button:not(.is-link).disabled,
.wc-block-components-button:not(.is-link):disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wc-block-components-button:not(.is-link).disabled:hover,
.wc-block-components-button:not(.is-link):disabled:hover {
  opacity: 0.5;
}

input[type=checkbox],
input[type=radio] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819820591em;
}

input[type=search]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=search]::placeholder {
  color: #616161;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  background-color: #ededed;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.875em;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
}
fieldset legend {
  font-weight: 600;
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

/**
 * Media
 */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/**
 * Captions
 */
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 1em 0;
}

/**
 * Galleries
 */
.gallery {
  margin-bottom: 1em;
}
.gallery::before, .gallery::after {
  content: "";
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/**
 * Embeds
 */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/**
 * Main Naivgation
 */
/**
 * General Menu Styles
 */
.secondary-navigation {
  display: none;
}

button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
  max-width: 120px;
}
button.menu-toggle:hover {
  background-image: none;
}
button.menu-toggle span::before {
  transition: all, ease, 0.2s;
}
button.menu-toggle::before, button.menu-toggle::after,
button.menu-toggle span::before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, 0.2s;
  border-radius: 3px;
}
button.menu-toggle::before {
  transform: translateY(-4px);
}
button.menu-toggle::after {
  transform: translateY(4px);
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

.primary-navigation {
  display: none;
}

.main-navigation::before, .main-navigation::after {
  content: "";
  display: table;
}
.main-navigation::after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}

.handheld-navigation,
.nav-menu,
.main-navigation div.menu > ul:not(.nav-menu) {
  overflow: hidden;
  max-height: 0; /* We have to use max-height because `height` isn't animatable */
  transition: all, ease, 0.8s;
}

.handheld-navigation {
  clear: both;
}
.handheld-navigation ul {
  margin: 0;
}
.handheld-navigation ul.menu li {
  position: relative;
}
.handheld-navigation ul.menu li button::after {
  transition: all, ease, 0.9s;
}
.handheld-navigation ul.menu li button.toggled-on::after {
  transform: rotate(180deg);
}
.handheld-navigation ul.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all, ease, 0.9s;
}
.handheld-navigation ul.menu .sub-menu.toggled-on {
  visibility: visible;
  max-height: 9999px;
  opacity: 1;
}
.handheld-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul ul {
  display: block;
  margin-left: 1.41575em;
}
.main-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.main-navigation ul li a:hover {
  color: #e6e6e6;
}

/**
 * Pagination
 */
.site-main nav.navigation {
  clear: both;
  padding: 2.617924em 0;
}
.site-main nav.navigation::before, .site-main nav.navigation::after {
  content: "";
  display: table;
}
.site-main nav.navigation::after {
  clear: both;
}
.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
  display: inline-block;
}
.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}
.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/**
 * Pagination
 */
.pagination,
.woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  text-align: center;
  clear: both;
}
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  vertical-align: middle;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #43454b;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #2c2d33;
  border-color: #2c2d33;
}
.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}
.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
  padding-left: 1em;
  padding-right: 1em;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg);
}

/**
 * Widgets
 */
.widget {
  margin: 0 0 3.706325903em;
}
.widget select {
  max-width: 100%;
}
.widget .widget-search .search-submit {
  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;
  width: 1px;
  word-wrap: normal !important;
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 1.41575em;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-weight: 300;
}
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget ul ul {
  margin-left: 1.618em;
}

.widget-area .widget {
  font-size: 0.875em;
  font-weight: 400;
}
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.widget-area .widget a {
  font-weight: 600;
  text-decoration: underline;
}
.widget-area .widget a:hover {
  text-decoration: none;
}
.widget-area .widget a.button, .widget-area .widget a.components-button:not(.is-link), .widget-area .widget a.wp-block-button__link {
  text-decoration: none;
}
.widget-area .widget a.button {
  font-weight: 600 !important;
}

.widget_search form:not(.wp-block-search),
.widget_product_search form:not(.wp-block-search) {
  position: relative;
}
.widget_search form:not(.wp-block-search) input[type=text],
.widget_search form:not(.wp-block-search) input[type=search],
.widget_product_search form:not(.wp-block-search) input[type=text],
.widget_product_search form:not(.wp-block-search) input[type=search] {
  width: 100%;
}
.widget_search form:not(.wp-block-search) input[type=submit],
.widget_search form:not(.wp-block-search) button[type=submit],
.widget_product_search form:not(.wp-block-search) input[type=submit],
.widget_product_search form:not(.wp-block-search) button[type=submit] {
  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;
  width: 1px;
  word-wrap: normal !important;
  top: 0;
  left: 0;
}

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
  margin: 0;
}
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children {
  margin-left: 0;
  margin-top: 1em;
}

#wp-calendar th,
#wp-calendar td,
.wp-calendar-table th,
.wp-calendar-table td {
  padding: 0.236em;
  text-align: center;
}

.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: 0.6180469716em 0 0 1.41575em;
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
}

/**
 * Strictly Layout Styles
 */
@media (min-width: 992px) {
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  .site-header {
    padding-top: 2.617924em;
    padding-bottom: 0;
  }
  .site-header .site-branding {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .site-header .site-branding img {
    height: auto;
    max-width: 230px;
    max-height: none;
  }
  .woocommerce-active .site-header .site-branding {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .woocommerce-active .site-header .site-search {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    clear: none;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
    clear: both;
  }
  .woocommerce-active .site-header .site-header-cart {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
  .storefront-secondary-navigation .site-header .site-branding {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-secondary-navigation .site-header .secondary-navigation {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }
  .site-branding,
  .site-search,
  .site-header-cart,
  .site-logo-anchor,
  .site-logo-link,
  .custom-logo-link {
    margin-bottom: 1.41575em;
  }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407911001em !important;
    display: inline-block;
  }
  .col-full {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
  }
  .col-full::before, .col-full::after {
    content: "";
    display: table;
  }
  .col-full::after {
    clear: both;
  }
  .col-full:after {
    content: " ";
    display: block;
    clear: both;
  }
  .site-content::before, .site-content::after {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }
  .content-area {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .right-sidebar .content-area {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .right-sidebar .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .content-area {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content-area,
  .widget-area {
    margin-bottom: 2.617924em;
  }
  /**
   * Full width & homepage template
   */
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /**
   * Footer widgets
   */
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .footer-widgets::before, .footer-widgets::after {
    content: "";
    display: table;
  }
  .footer-widgets::after {
    clear: both;
  }
  .footer-widgets.col-2 .block {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-2 .block.footer-widget-2 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-3 .block {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-3 .block.footer-widget-3 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-4 .block {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-4 .block.footer-widget-4 {
    float: right;
    margin-right: 0;
  }
  /**
   * Comments
   */
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list .comment-meta {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
    text-align: right;
  }
  .comment-list .comment-meta .avatar {
    float: right;
  }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em;
  }
  .comment-list .comment-content,
  .comment-list #respond {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .comment-list #respond {
    float: right;
  }
  .comment-list #respond .comment-form-author,
  .comment-list #respond .comment-form-email,
  .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    margin-top: -1.618em;
  }
  .comment-list .reply {
    clear: both;
    text-align: right;
  }
  .comment-list ol.children {
    width: 88.2352941176%;
    float: right;
    margin-right: 0;
    list-style: none;
  }
  .comment-list ol.children .comment-meta {
    width: 20%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .comment-list ol.children .comment-content,
  .comment-list ol.children #respond {
    width: 73.3333333333%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children .comment-meta {
    width: 23.0769230769%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .comment-list ol.children ol.children .comment-content,
  .comment-list ol.children ol.children #respond {
    width: 69.2307692308%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children .comment-meta {
    width: 27.2727272727%;
    float: left;
    margin-right: 9.0909090909%;
  }
  .comment-list ol.children ol.children ol.children .comment-content,
  .comment-list ol.children ol.children ol.children #respond {
    width: 63.6363636364%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-meta {
    width: 33.3333333333%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-content,
  .comment-list ol.children ol.children ol.children ol.children #respond {
    width: 55.5555555556%;
    float: right;
    margin-right: 0;
  }
  #respond {
    padding: 2.617924em;
  }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  #respond .comment-form-url {
    float: right;
    margin-right: 0;
  }
  #respond .comment-form-comment {
    clear: both;
  }
  /**
   * Content
   */
  .hentry .entry-header {
    margin-bottom: 2.617924em;
  }
  /**
   * Menus
   *
   * 1 - Use a `left` declaration so that dropdowns are revealed when tabbed.
   */
  .menu-toggle,
  .handheld-navigation,
  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled div.menu {
    display: none;
  }
  .primary-navigation {
    display: block;
  }
  .main-navigation,
  .secondary-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul,
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul li,
  .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul li a,
  .secondary-navigation ul li a {
    display: block;
  }
  .main-navigation ul li a::before,
  .secondary-navigation ul li a::before {
    display: none;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul,
  .secondary-navigation ul li:hover > ul,
  .secondary-navigation ul li.focus > ul {
    left: 0;
    display: block;
  }
  .main-navigation ul li:hover > ul li > ul, .main-navigation ul li.focus > ul li > ul,
  .secondary-navigation ul li:hover > ul li > ul,
  .secondary-navigation ul li.focus > ul li > ul {
    left: -9999px; /* 1 */
  }
  .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device, .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .secondary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
  .secondary-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul li:hover > ul li:hover > ul, .main-navigation ul li:hover > ul li.focus > ul, .main-navigation ul li.focus > ul li:hover > ul, .main-navigation ul li.focus > ul li.focus > ul,
  .secondary-navigation ul li:hover > ul li:hover > ul,
  .secondary-navigation ul li:hover > ul li.focus > ul,
  .secondary-navigation ul li.focus > ul li:hover > ul,
  .secondary-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
  }
  .main-navigation ul ul,
  .secondary-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -9999px; /* 1 */
  }
  .main-navigation ul ul.sub-menu--is-touch-device,
  .secondary-navigation ul ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul li,
  .secondary-navigation ul ul li {
    display: block;
  }
  .main-navigation ul ul li a,
  .secondary-navigation ul ul li a {
    width: 200px;
  }
  ul.menu li.current-menu-item > a {
    color: #43454b;
  }
  /**
   * Primary Navigation
   */
  .storefront-primary-navigation {
    clear: both;
  }
  .storefront-primary-navigation::before, .storefront-primary-navigation::after {
    content: "";
    display: table;
  }
  .storefront-primary-navigation::after {
    clear: both;
  }
  .main-navigation div.menu {
    display: block;
  }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 1.618em 1em;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::after, .main-navigation ul.menu > li.page_item_has_children:hover::after,
  .main-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
  .main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .main-navigation ul.menu ul,
  .main-navigation ul.nav-menu ul {
    margin-left: 0;
  }
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    padding: 0.875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
  }
  .main-navigation ul.menu ul li:last-child,
  .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.menu ul ul,
  .main-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  .main-navigation ul.menu ul a:hover,
  .main-navigation ul.menu ul li:hover > a,
  .main-navigation ul.menu ul li.focus,
  .main-navigation ul.nav-menu ul a:hover,
  .main-navigation ul.nav-menu ul li:hover > a,
  .main-navigation ul.nav-menu ul li.focus {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .main-navigation a {
    padding: 0 1em 2.2906835em;
  }
  /**
   * Secondary Navigation
   */
  .secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
  }
  .secondary-navigation .menu {
    font-size: 0.875em;
    width: auto;
    float: right;
  }
  .secondary-navigation .menu > li:hover > a {
    text-decoration: none;
  }
  .secondary-navigation .menu ul a {
    padding: 0.326em 0.875em;
    background: rgba(0, 0, 0, 0.05);
  }
  .secondary-navigation .menu ul li:first-child a {
    padding-top: 1em;
  }
  .secondary-navigation .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .secondary-navigation .menu ul ul {
    margin-top: -0.6180469716em;
  }
  .secondary-navigation .menu a {
    padding: 1em 0.875em;
    color: #737781;
    font-weight: 400;
  }
  .secondary-navigation .menu a:hover {
    text-decoration: none;
  }
  /**
   * 404 Styles
   */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 66.4989378333em) {
  .col-full {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .col-full {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.site-header-cart, .otgs-development-site-front-end {
  display: none !important;
}

.site-main {
  margin-bottom: 0 !important;
}

nav.woocommerce-breadcrumb {
  margin-bottom: 15px;
}

.site-header .handheld-navigation ul.menu li.current-menu-item > a {
  color: #264060 !important;
  font-weight: 900;
}

.handheld-navigation .wpml-ls-current-language {
  border-top: 1px solid #D02003;
}
.handheld-navigation .wpml-ls-current-language > a {
  color: #D02003;
  font-weight: 900;
}
.handheld-navigation .wpml-ls-current-language > a:after {
  content: none !important;
}
.handheld-navigation .wpml-ls-current-language > a:hover {
  color: #D02003;
}
.handheld-navigation .wpml-ls-current-language button.dropdown-toggle {
  padding-right: 0;
  color: #D02003;
}
.handheld-navigation .wpml-ls-current-language ul.sub-menu.toggled-on a {
  background: white;
}

ul.products li.product .woocommerce-loop-category__title, ul.products li.product .woocommerce-loop-product__title,
ul.products a.button {
  font-size: 14px !important;
}

input:focus, button:focus {
  outline-color: transparent !important;
}

.bold {
  font-weight: 700;
}

a:focus {
  outline: none;
  box-shadow: none;
}

div#primary {
  margin-bottom: 0;
}

header#masthead {
  padding-top: 10px;
}

#top-header {
  justify-items: center;
}

header.entry-header h1 {
  color: #D02003;
  border-bottom: 1px solid #D02003;
}

.storefront-breadcrumb {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px;
}

nav.top-navigation {
  justify-items: center;
}
nav.top-navigation ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.top-navigation ul li {
  list-style-type: none;
  position: relative;
  margin-right: 15px;
}
nav.top-navigation ul li:after {
  position: absolute;
  margin-left: 5px;
}
nav.top-navigation ul li:last-child {
  margin: 0;
}

.top-navigation li:first-child:after {
  content: " - ";
}

.top-navigation li:not(:last-child):not(:first-child):after {
  content: " / ";
}

.top-navigation li:after {
  white-space: nowrap;
}

.main-navigation ul.menu > li:not(:last-child):after {
  right: -3px;
}

.custom-language-switcher li:not(:last-child):after {
  right: 42px;
}

.main-navigation ul.menu > li:not(:last-child):after, .custom-language-switcher li:not(:last-child):after {
  content: "|";
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-navigation ul.menu > li {
  position: relative;
}

.storefront-primary-navigation ul.menu.nav-menu li a, .custom-language-switcher a {
  color: #ffffff;
}
.storefront-primary-navigation ul.menu.nav-menu li a:hover, .custom-language-switcher a:hover {
  color: #D02003;
  z-index: 1;
  position: relative;
}
.storefront-primary-navigation ul.menu.nav-menu li a:hover:before, .custom-language-switcher a:hover:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  background-color: #ffffff;
  width: calc(100% - 18px);
  height: 20px;
  left: 9px;
  display: block;
  margin: 0;
  z-index: -1;
  -moz-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -webkit-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
}

.custom-language-switcher a:hover:before {
  bottom: 20px;
}

.storefront-primary-navigation ul.menu.nav-menu li a:hover:before {
  bottom: 24px;
}

.site-header ul.menu li.current-menu-item > a {
  color: #ffffff !important;
}
.site-header ul.menu li.current-menu-item > a:hover {
  color: #D02003 !important;
}

.storefront-primary-navigation ul.menu.nav-menu:before {
  bottom: 17px;
}

.storefront-primary-navigation ul.menu.nav-menu:before, .custom-language-switcher:before {
  height: 20px;
  left: -6px;
}

.custom-language-switcher .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.custom-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 1.618em 1em;
}
.custom-language-switcher:before {
  bottom: 14px;
}

.category-title-elap, .elap-product-title, .elap-category-btn, .elap-button-product, .storefront-primary-navigation ul.menu.nav-menu, .custom-language-switcher,
.block-elap-btn a, .elap-btn-download, .footer-widgets a.wp-block-button__link.wp-element-button,
.woocommerce-loop-category__title, .title-bg-blue, .flow-rb, .woocommerce-loop-product__title,
ul.products li.product .button, .category-buttons-wrapper .category-button, ul.tabs.wc-tabs li,
h1.product_title.entry-title, .title-sales {
  z-index: 1;
  position: relative;
  margin: 0;
}
.category-title-elap:before, .elap-product-title:before, .elap-category-btn:before, .elap-button-product:before, .storefront-primary-navigation ul.menu.nav-menu:before, .custom-language-switcher:before,
.block-elap-btn a:before, .elap-btn-download:before, .footer-widgets a.wp-block-button__link.wp-element-button:before,
.woocommerce-loop-category__title:before, .title-bg-blue:before, .flow-rb:before, .woocommerce-loop-product__title:before,
ul.products li.product .button:before, .category-buttons-wrapper .category-button:before, ul.tabs.wc-tabs li:before,
h1.product_title.entry-title:before, .title-sales:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  width: 100%;
  display: block;
  margin: 0;
  z-index: -1;
  -moz-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  -ms-transform: skew(-10deg, 0);
  -webkit-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
}

.category-title-elap:before, .elap-product-title:before, .elap-category-btn:before, .elap-button-product:before, .storefront-primary-navigation ul.menu.nav-menu:before, .custom-language-switcher:before, .elap-btn-download:before,
h2.woocommerce-loop-category__title:before, .title-bg-blue:before, .flow-rb:before, h2.woocommerce-loop-product__title:before,
ul.products li.product .button:before, ul.tabs.wc-tabs li:before, .title-sales:before {
  padding: 5px;
}

.block-elap-btn a:before, .footer-widgets a.wp-block-button__link.wp-element-button:before {
  padding: 5px 15px;
  left: -15px;
}

.category-buttons-wrapper .category-button:before {
  padding: 5px;
  left: -5px;
}

.category-title-elap, .elap-product-title, .elap-button-product, .custom-language-switcher, .elap-btn-download, .footer-widgets a.wp-block-button__link.wp-element-button, h2.woocommerce-loop-category__title,
h4.title-bg-blue, h2.woocommerce-loop-product__title, ul.products li.product .button, .category-buttons-wrapper .category-button, ul.tabs.wc-tabs a {
  color: #ffffff;
}

.woocommerce-breadcrumb a:first-of-type:before {
  color: #D02003;
}

header.entry-header {
  margin: 0 !important;
}
header.entry-header h1.entry-title {
  margin: 15px 0;
}

.banner-slide {
  position: relative;
}

/*Home article banner*/
.banner-content-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

.banner-swiper {
  background: #D02003;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner-swiper .banner-slide {
  position: relative;
}
.banner-swiper .banner-slide .banner-content .banner-image {
  background: #ffffff;
  justify-items: center;
  height: 250px;
  width: 100%;
}
.banner-swiper .banner-slide .banner-content .banner-image .banner-img {
  background-size: cover;
  height: 250px;
  width: 100%;
}
.banner-swiper .banner-slide .banner-content .banner-text {
  padding: 0 10px;
  flex: 0 0 50%;
}
.banner-swiper .banner-slide .banner-content .banner-text .excerpt {
  color: #ffffff;
  margin-bottom: 0;
}
.banner-swiper .banner-slide .banner-content .banner-text .meta {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  color: #ffffff;
}
.banner-swiper .banner-slide .banner-content .banner-text .meta .date {
  font-size: 12px;
  margin-right: 5px;
}
.banner-swiper .banner-slide .banner-content .banner-text .meta .banner-category {
  position: relative;
  color: #ffffff;
  margin: 0 10px;
  font-size: 12px;
}
.banner-swiper .banner-slide .banner-content .banner-text .meta .banner-category:before {
  content: "";
  position: absolute;
  background-color: #264060;
  border-radius: 5px;
  height: 19px;
  width: 100%;
  top: 0px;
  margin: 0;
  padding: 0 5px;
  z-index: -1;
  left: -5px;
  transform: skew(-10deg, 0);
}
.banner-swiper .banner-slide .banner-content .banner-text .meta .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.banner-swiper .banner-slide .banner-content .banner-text .meta .tags .single-tag {
  position: relative;
  color: #000000;
  margin-left: 10px;
  font-size: 12px;
}
.banner-swiper .banner-slide .banner-content .banner-text .meta .tags .single-tag:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 5px;
  height: 19px;
  width: 100%;
  top: 0px;
  margin: 0;
  padding: 0 5px;
  z-index: -1;
  left: -5px;
  transform: skew(-10deg, 0);
}
.banner-swiper .banner-slide .banner-content .banner-text h3 {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.banner-swiper .banner-slide .banner-content .banner-text a.read-more {
  color: #ffffff;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
  color: #ffffff;
}

/*HOME HEADER*/
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}

.elap-home-swiper {
  position: relative;
}

.elap-home-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.elap-home-swiper picture img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination-bullet-active {
  background: #D02003 !important;
}

.slide-text {
  position: absolute;
  padding: 1rem;
  font-size: clamp(1rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.3;
  max-width: 80%;
  z-index: 5;
  box-sizing: border-box;
}

.slide-text--top {
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.slide-text--bottom {
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.slide-text--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slide-text--top-left {
  top: 2rem;
  left: 2rem;
  text-align: left;
}

.slide-text--top-right {
  top: 2rem;
  right: 2rem;
  text-align: right;
}

.slide-text--center-left {
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  text-align: left;
}

.slide-text--center-right {
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  text-align: right;
}

.slide-text--bottom-left {
  bottom: 2rem;
  left: 2rem;
  text-align: left;
}

.slide-text--bottom-right {
  bottom: 2rem;
  right: 2rem;
  text-align: right;
}

/*Home products*/
.img-space {
  height: 0;
  padding-bottom: 100%;
  margin: 20px 0;
}

.cat-short-descr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
  margin-bottom: 15px;
  color: #6d6d6d;
  font-size: 14px;
}

.elap-product-short-descr {
  color: #6d6d6d;
  font-size: 14px;
}

.elap-scheda {
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.elap-scheda .elap-scheda-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 7.5em;
  margin-bottom: 15px;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.5;
}

li.product-category.product {
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.elap-divider.elap-home-divider-products {
  margin: 15px 0 25px 0;
}

.elap-category-box, .elap-custom-slot {
  text-align: center;
}

.elap-custom-icon {
  padding: 65px 0;
}

.elap-products-header {
  justify-content: space-between;
  align-items: end;
  margin-top: 15px;
}
.elap-products-header form {
  margin: 0;
}

.elap-products-title {
  margin: 0;
  font-size: 2.5rem;
  color: #D02003;
}

.elap-search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  transform: skewX(-10deg);
}
.elap-search-wrapper input[type=search] {
  background-color: #D02003;
}
.elap-search-wrapper .search-field {
  width: 100%;
  padding: 5px 40px 5px 5px;
  border: 1px solid #D02003;
  border-radius: 6px;
  color: #ffffff;
}
.elap-search-wrapper .search-field::placeholder {
  color: #ffffff;
}
.elap-search-wrapper .svg-search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16.48px;
  height: 20px;
  fill: #ffffff;
  pointer-events: none;
}

.elap-divider {
  border: none;
  border-top: 1px solid #D02003;
  margin: 25px 0 15px 0;
  height: 0px;
}

.category-title-elap:before {
  left: -5px;
}

.category-title-elap:before, .elap-product-title:before, .elap-category-btn:before, .elap-button-product:before, .footer-widgets a.wp-block-button__link.wp-element-button:before,
.block-elap-btn a:before, .elap-btn-download:before, h2.woocommerce-loop-category__title:before, .title-bg-blue:before, .flow-rb:before,
h2.woocommerce-loop-product__title:before, ul.products li.product .button:before, .category-buttons-wrapper .category-button:before, ul.tabs.wc-tabs li:before,
.title-sales:before {
  height: 15px;
}

.category-title-elap:before, .elap-product-title:before, .footer-widgets a.wp-block-button__link.wp-element-button:before, h2.woocommerce-loop-category__title:before, .title-bg-blue:before,
h2.woocommerce-loop-product__title:before, .category-buttons-wrapper .category-button:before, .title-sales:before {
  border: 2px solid #264060;
  background: #264060;
  color: #ffffff;
}

.elap-button-product:before, .storefront-primary-navigation ul.menu.nav-menu:before, .custom-language-switcher:before, ul.tabs.wc-tabs li:before {
  border: 2px solid #D02003;
  background: #D02003;
  color: #ffffff;
}

.category-title-elap {
  font-size: 14px;
}

.category-title-elap:before, .elap-product-title:before {
  bottom: -3px;
}

.elap-category-btn:before, .elap-button-product:before {
  bottom: -2px;
}

.elap-category-btn:before {
  left: -5px;
}

.elap-categories-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px 25px;
}
.elap-categories-wrapper .elap-category-box {
  cursor: pointer;
}

.elap-category-box, .elap-custom-slot, li.product.type-product {
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*****HOME*****/
.block-elap ul {
  margin-left: 15px;
  margin-bottom: 0;
}

.block-elap-title h2 {
  font-size: 40px;
  font-weight: 700;
}

.block-elap-1 .block-elap-title {
  flex-basis: 66%;
  text-align: left;
}
.block-elap-1 .block-elap-title h2 {
  color: #D02003;
}

.block-elap-2 .block-elap-paragraph-01 {
  display: grid;
}

.block-elap-1 .block-elap-columns {
  flex-basis: 33%;
}

.block-elap-1 .block-elap-paragraph {
  margin: 0;
}

.block-elap-2 .block-elap-title {
  text-align: right;
}
.block-elap-2 .block-elap-title h2 {
  color: #264060;
  margin-left: auto;
  text-align: right;
}

.block-elap-3 .block-elap-paragraph-01 ul {
  columns: 2;
}

.block-elap-2 .block-elap-title, .block-elap-3 .block-elap-title {
  width: 100%;
  margin-bottom: 15px;
}

.block-elap-2 .block-elap-paragraph-01, .block-elap-3 .block-elap-paragraph-01 {
  flex-basis: 66%;
}

.block-elap-2 .block-elap-paragraph-02, .block-elap-3 .block-elap-paragraph-02 {
  flex-basis: 33%;
}

.block-elap-3 .block-elap-title {
  text-align: left;
}
.block-elap-3 .block-elap-title h2 {
  color: #D02003;
  text-align: left;
}

.block-elap-btn {
  align-self: center;
  justify-self: center;
  text-align: center;
}
.block-elap-btn a:before {
  bottom: -6px;
}

.block-elap-btn-mob {
  margin-top: 15px;
}

.elap-category-btn {
  text-decoration: underline;
}

.block-elap-btn-01 a, .flow-rb, .category-buttons-wrapper .product-button, .elap-category-btn, ul.products li.product .button {
  color: #D02003;
}
.block-elap-btn-01 a:before, .flow-rb:before, .category-buttons-wrapper .product-button:before, .elap-category-btn:before, ul.products li.product .button:before {
  border: 2px solid #D02003;
}

.ul.products li.product .button {
  text-decoration: underline;
}

ul.products li.product .button:before {
  bottom: 5px;
}

.block-elap-btn-02 a {
  color: #264060;
}
.block-elap-btn-02 a:before {
  border: 2px solid #264060;
}

.block-elap.block-elap-3 .block-elap-btn {
  margin-top: 15px;
}

.elap-custom-slot .svg-download {
  width: 100px;
  height: 100px;
  color: #264060;
}
.elap-custom-slot .elap-btn-download {
  justify-self: center;
  font-size: 14px;
}
.elap-custom-slot .elap-btn-download:before {
  background-color: #264060;
  color: #ffffff;
  border: 2px solid #264060;
  bottom: -2px;
  left: -5px;
}

.elap-products-wrapper {
  position: relative;
}

.product.type-product.elap-custom-slot {
  width: 16.9%;
  position: absolute;
  bottom: 70px;
  right: 0;
}

.elap-full-width-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-color: #264060;
}
.elap-full-width-wrapper .blue-space {
  padding: 40px 20px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.elap-full-width-wrapper .blue-space h1 {
  color: #ffffff;
  margin: 0;
  font-weight: bold;
}

/*****SHOP*****/
.storefront-sorting {
  display: none;
}

.woocommerce-products-header__title.page-title, h1.woocommerce-category-title {
  color: #D02003;
  text-align: start;
}

.woocommerce-loop-category__title:before, .woocommerce-loop-product__title:before {
  bottom: -4.5px;
  left: -5px;
}

ul.products li.product .button {
  background: transparent;
}

.category-buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 25px;
  margin: 15px 0;
  justify-items: center;
}
.category-buttons-wrapper a {
  font-size: 14px;
}
.category-buttons-wrapper .category-button:hover {
  color: #264060;
}
.category-buttons-wrapper .category-button:hover:before {
  background: transparent;
  border: 2px solid #264060;
}
.category-buttons-wrapper .category-button:before {
  bottom: -3px;
}
.category-buttons-wrapper .product-button:before {
  background: transparent;
}
.category-buttons-wrapper .product-button:hover {
  color: #ffffff;
}
.category-buttons-wrapper .product-button:hover:before {
  background: #D02003;
  border: 2px solid #D02003;
}
.category-buttons-wrapper a {
  width: 100%;
  letter-spacing: -0.5px;
  display: block;
}

.category-button.active {
  color: #264060;
}
.category-button.active:before {
  background: transparent;
  border: 2px solid #264060;
}

.product-button.active {
  color: #ffffff;
}
.product-button.active:before {
  background: #D02003;
  border: 2px solid #D02003;
}

.storefront-full-width-content .woocommerce-products-header {
  padding: 0 !important;
  margin-bottom: 15px;
}

ul.products a.button {
  font-weight: 400;
}
ul.products a.button:before {
  left: -5px;
}

.archive ul.products.columns-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0;
  margin: 0;
}
.archive ul.products.columns-5 li.product {
  float: none;
  box-sizing: border-box;
  margin-right: 0 !important;
  width: calc(20% - 25px) !important;
  margin-bottom: 0;
}
.archive ul.products.columns-5:before {
  content: none;
}
.archive ul.products.columns-5 img {
  height: 200px;
  margin-bottom: 0;
}

.products.columns-1 {
  display: grid;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(5, 1fr);
}
.products.columns-1:before {
  content: none;
}
.products.columns-1 li {
  margin-bottom: 0 !important;
}
.archive.storefront-sorting {
  margin: 0 !important;
}

.elap-schede-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
  margin-bottom: 40px;
  clear: both;
  float: none;
}
.elap-schede-wrapper p.elap-product-title {
  text-align: center;
}
.elap-schede-wrapper .elap-scheda-actions {
  display: flex;
  flex-direction: column;
}
.elap-schede-wrapper .elap-scheda-actions a.elap-button-product {
  margin: 15px 0;
  text-align: center;
}

.elap-cat-desc h4 {
  color: #D02003;
}

.elap-category-btn a {
  color: #D02003;
  font-size: 14px;
}

/*pagina prodotto*/
.woocommerce-product-gallery__image img {
  pointer-events: none;
  cursor: default !important;
}

.woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}

.elap-tabella-block thead th {
  background-color: #264060 !important;
  color: white;
  border-right: 1px solid white;
}
.elap-tabella-block thead th:last-child {
  border-right: none;
}
.elap-tabella-block tbody tr td {
  border: 1px solid #264060;
  padding: 2px;
}

.elap-schede-wrapper .elap-scheda-img {
  justify-items: center;
  margin: 15px 0;
  height: 0;
  padding-bottom: 50%;
}
.elap-schede-wrapper .elap-scheda-img img {
  width: 50%;
}
.elap-schede-wrapper .elap-product-title:before {
  left: -5px;
}
.elap-schede-wrapper .elap-scheda-content ul {
  margin-left: 15px;
}

.elap-specifiche-row {
  justify-content: center;
  padding: 0 15px;
}
.elap-specifiche-row .elap-specifiche-img, .elap-specifiche-row .elap-specifiche-content {
  justify-items: center;
}

.elap-contact-button-wrapper {
  text-align: center;
}

.single-product .document-grid {
  margin: 15px 0;
}
.single-product div.product {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.single-product .elap-download-section-title {
  margin: 0;
}

.elap-scheda:after {
  content: "";
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px;
  position: relative;
  display: block;
  width: calc(100% + 25px);
  left: -12px;
}

.summary .product_title.entry-title {
  color: #D02003;
}

.elap-full-description {
  margin-bottom: 15px;
}

.title-description {
  color: #264060;
}

.elap-specifiche-wrapper {
  clear: both;
}

/*****CHI SIAMO*****/
.elap-about-us-wrapper a {
  color: #D02003;
}
.elap-about-us-wrapper h4.elap-section-title {
  font-size: 40px;
  font-weight: 700;
  color: #D02003;
}
.elap-about-us-wrapper h4.elap-section-title:nth-child(2) {
  color: #264060;
}
.elap-about-us-wrapper strong {
  color: #264060;
}

.elap-about-section.elap-paragrafo {
  margin-bottom: 15px;
  border-bottom: 1px solid red;
}
.elap-about-section.elap-paragrafo:nth-child(4) {
  padding-bottom: 10px;
}
.elap-about-section.elap-paragrafo:nth-child(4) p {
  margin: 0;
}
.elap-about-section.elap-paragrafo:nth-child(3) .elap-section-title {
  color: #264060;
}

.img-about-us img {
  margin-right: 15px;
  width: 180px;
}

.block-red-info {
  background: #D02003;
  color: #ffffff;
  display: flex;
  padding: 10px;
}
.block-red-info a, .block-red-info h4 {
  color: #ffffff;
}
.block-red-info p, .block-red-info h4 {
  margin: 0;
}
.block-red-info .block-red-img {
  align-content: center;
  margin-right: 20px;
}
.block-red-info .block-red-img img {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.img-about-us {
  display: flex;
  justify-content: space-around;
}

/*****PAGINA CONTATTI*****/
/*form contatti*/
fieldset, fieldset legend {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
}
fieldset .form-grid, fieldset legend .form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
fieldset .form-col, fieldset legend .form-col {
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 200px;
  align-content: center;
}
fieldset .form-full, fieldset legend .form-full {
  width: 100%;
  margin-top: 1rem;
}
fieldset input[type=text], fieldset input[type=number], fieldset input[type=email], fieldset input[type=tel], fieldset input[type=url], fieldset input[type=password], fieldset input[type=search], fieldset textarea, fieldset .input-text, fieldset legend input[type=text], fieldset legend input[type=number], fieldset legend input[type=email], fieldset legend input[type=tel], fieldset legend input[type=url], fieldset legend input[type=password], fieldset legend input[type=search], fieldset legend textarea, fieldset legend .input-text {
  padding: 5px;
  background-color: #f2f2f2;
  color: #000000;
}
fieldset input[type=text], fieldset input[type=number], fieldset input[type=email], fieldset input[type=tel], fieldset input[type=url], fieldset input[type=password], fieldset input[type=search], fieldset legend input[type=text], fieldset legend input[type=number], fieldset legend input[type=email], fieldset legend input[type=tel], fieldset legend input[type=url], fieldset legend input[type=password], fieldset legend input[type=search] {
  transform: skew(-10deg, 0);
  border-radius: 5px;
  width: 100%;
}
fieldset input[type=email], fieldset legend input[type=email] {
  width: 100%;
}
fieldset .title-bg-blue, fieldset legend .title-bg-blue {
  color: #ffffff;
  margin-bottom: 15px;
}
fieldset .title-bg-blue:before, fieldset legend .title-bg-blue:before {
  bottom: -4px;
  left: -5px;
}
fieldset .flow-rb, fieldset legend .flow-rb {
  justify-items: center;
}
fieldset .flow-rb input.wpcf7-form-control.wpcf7-submit.has-spinner, fieldset legend .flow-rb input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: none;
  color: #D02003;
}
fieldset .flow-rb:before, fieldset legend .flow-rb:before {
  bottom: 5.5px;
}

/*****SALES*****/
.jqvmap-label {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
}

.italy-world-services .italy-map svg {
  margin: 15px 0;
}
.italy-world-services .world-map svg {
  margin: 15px 0;
}

.block2-sales-title {
  margin: 0;
  padding-top: 20px;
}

.title-sales {
  color: #ffffff;
}

.italy-map, .world-map {
  padding: 0 10px;
}

.title-sales:before {
  bottom: -2.5px;
  left: -5px;
}

.region-text {
  margin: 10px 0;
}

.location-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.location-posts .subcategory-block {
  padding: 1rem;
}
.location-posts .subcategory-block.highlighted .title-sales:before {
  background: #D02003;
  border: 2px solid #D02003;
}
.location-posts .subcategory-block .location-item {
  margin-top: 1rem;
}
.location-posts .subcategory-block .location-item a {
  color: #D02003;
}
.location-posts .subcategory-block .location-name {
  color: #264060;
}

.jqvmap-region.active {
  fill: #D02003;
}
.jqvmap-region:hover:hover {
  filter: brightness(1.1);
  cursor: pointer;
  transition: filter 0.2s ease;
}

/*****DOWNLOAD*****/
.document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.document-grid .document-card {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-left: 4px solid #264060;
  padding: 16px;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}
.document-grid .document-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.document-grid .document-card .doc-title {
  font-weight: bold;
  color: #264060;
  margin-bottom: 8px;
  font-size: 16px;
}
.document-grid .document-card .doc-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}
.document-grid .document-card .doc-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #D02003;
  transition: color 0.2s ease;
}
.document-grid .document-card .doc-download:hover {
  color: #D02003;
}

.document-search input {
  padding: 6px;
  width: 50%;
  border: 1px solid #D02003;
  border-start-start-radius: 8px;
  border-end-start-radius: 8px;
  background-color: transparent;
  color: #D02003;
}
.document-search input::placeholder {
  color: #D02003;
}
.document-search button {
  padding: 5px 20px;
  margin-left: -15px;
  transform: skew(-10deg, 0);
  border: 2px solid #D02003 !important;
  background-color: #D02003 !important;
  color: #ffffff !important;
  border-radius: 8px;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #264060;
  color: #264060;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}
.pagination a:hover {
  background-color: #D02003;
  color: white;
  border-color: #D02003;
}
.pagination .current {
  background-color: #D02003;
  color: white;
  border-color: #D02003;
  pointer-events: none;
  cursor: default;
}

/*****NEWS*****/
span.posted-on, .post-author, .post-comments {
  display: none;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.news-grid .news-card {
  background: #f9f9f9;
  border-left: 4px solid #264060;
  border-radius: 8px;
}
.news-grid .news-card img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.news-grid .news-card .news-title {
  font-weight: bold;
  font-size: 18px;
  color: #264060;
  margin-bottom: 6px;
  padding-left: 18px;
}
.news-grid .news-card .news-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  padding-left: 18px;
}
.news-grid .news-card .news-excerpt {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
  padding-left: 18px;
}
.news-grid .news-card .news-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #D02003;
  transition: color 0.2s ease;
  padding-left: 18px;
}
.news-grid .news-card .news-readmore:hover {
  color: #a81800;
}
.news-grid .news-card .entry-taxonomy {
  padding-left: 18px;
}

form.news-filter-form {
  padding: 0 0 15px 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-end;
  transform: skew(-0.5deg);
}
form.news-filter-form label {
  font-weight: bold;
  color: #264060;
  display: block;
  margin-bottom: 0.3rem;
}
form.news-filter-form #tag-container {
  display: none;
  margin-top: 10px;
  align-items: end;
}
form.news-filter-form select#category {
  color: #ffffff;
  background: #264060;
}
form.news-filter-form select#category:focus {
  border-color: #264060;
  outline: none;
  box-shadow: 0 0 0 3px rgba(38, 64, 96, 0.3);
}
form.news-filter-form select {
  padding: 5px 15px;
  color: #264060;
  border: 2px solid #264060;
  border-radius: 8px;
  transform: skew(-10deg);
  transition: border-color 0.2s ease;
}
form.news-filter-form select:focus {
  border-color: #D02003;
  outline: none;
  box-shadow: 0 0 0 3px rgba(208, 32, 3, 0.2);
}
form.news-filter-form .form-group {
  display: flex;
  flex-direction: column;
}

/*****FOOTER*****/
.block.footer-widget-5 a {
  color: #6d6d6d !important;
  text-decoration: none;
}

.storefront-handheld-footer-bar ul.columns-2 li {
  width: 100% !important;
}
.storefront-handheld-footer-bar ul.columns-2 li.my-account {
  display: none !important;
}

.footer-widgets {
  padding-top: 0;
}
.footer-widgets a.wp-block-button__link.wp-element-button:before {
  bottom: 12px;
}

.footer-widgets.col-5 .block:nth-child(5n) {
  margin-right: 0;
}
.footer-widgets.col-5 .block .widget_block {
  display: grid;
  justify-items: center;
  margin-bottom: 0;
}
.footer-widgets.col-5 .block .widget_block p {
  margin-bottom: 0;
  line-height: 15px;
}
.footer-widgets.col-5 .block a.wp-block-button__link.wp-element-button {
  background: none;
  font-size: 1rem;
}
.site-footer {
  padding: 0;
}
.site-footer .site-info a {
  color: #000000 !important;
}

@media (max-width: 74.9875em) {
  .col-full {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
  }
}
@media (max-width: 1199.9px) {
  .elap-categories-wrapper, .products.columns-1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.9px) {
  .woocommerce-active .site-header .site-branding {
    width: 100% !important;
    justify-items: center;
    margin: 15px 0;
  }
  .woocommerce-active .site-header .site-branding img {
    max-width: 150px;
  }
  .woocommerce-active .site-header .primary-navigation {
    width: auto;
  }
  .woocommerce-active .site-header .custom-language-switcher {
    width: auto;
    float: inline-end;
    margin-top: 4px;
  }
  .elap-categories-wrapper, .category-buttons-wrapper, .products.columns-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .location-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-space {
    padding-bottom: 60%;
    justify-items: center;
    display: grid;
  }
  .img-space img {
    width: 60%;
  }
  /*****SHOP*****/
  .archive ul.products.columns-5 li.product {
    width: calc(33.33% - 25px) !important;
  }
  /*
  }
  @media (max-width: 767.9px) {

     */
  div#top-header, .custom-language-switcher {
    display: none;
  }
  .news-filter-form {
    flex-direction: column;
    align-items: stretch;
  }
  .news-filter-form select {
    width: 100%;
  }
  .banner-text {
    padding: 10px 50px !important;
  }
  .banner-image {
    display: none;
  }
  /*.banner-swiper img {
    height: 250px;
  }*/
  /*.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
    color: $primary;
  }*/
  .elap-full-width-wrapper .blue-space {
    margin-top: 30px;
  }
  .elap-categories-wrapper, .category-buttons-wrapper, .elap-schede-wrapper, .products.columns-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-about-us {
    flex-direction: column;
    align-items: center;
  }
  /*****SHOP*****/
  .archive ul.products.columns-5 li.product {
    width: calc(50% - 25px) !important;
  }
  .elap-specifiche-row .elap-specifiche-img {
    justify-items: center;
  }
  .location-posts {
    grid-template-columns: 1fr;
  }
  #tag-container {
    width: 100%;
    text-align: end;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 50% !important;
  }
}
@media (max-width: 767.9px) {
  .slide-text {
    max-width: 100%;
    position: relative;
    background-color: unset !important;
    padding-top: 0;
  }
  .block-elap-btn-desk {
    display: none;
  }
  .footer-widgets.col-5 .block .widget_block p {
    text-align: center;
  }
}
@media (max-width: 479.9px) {
  .category-buttons-wrapper, .elap-categories-wrapper, .elap-schede-wrapper, .products.columns-1 {
    grid-template-columns: 1fr;
  }
  /*****SHOP*****/
  .archive ul.products.columns-5 li.product {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  /*****FOOTER*****/
  .footer-widgets.row-1.col-5 .block {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2rem;
    float: left;
  }
  .footer-widgets.row-1.col-5 .block:nth-child(2n) {
    margin-right: 0;
  }
  .footer-widgets.row-1.col-5 .block:last-child {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .elap-scheda {
    margin-bottom: 30px;
  }
  .elap-scheda:last-child {
    margin-bottom: 0;
  }
  .elap-products-header {
    display: flex;
  }
}
@media (min-width: 768px) {
  .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .block-elap-1 {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .block-elap-2 .block-elap-columns, .block-elap-3 .block-elap-columns {
    display: flex;
    gap: 25px;
  }
  .block-elap-3 .block-elap-title h2 {
    max-width: 70%;
  }
  .block-elap-2 .block-elap-title h2 {
    max-width: 70%;
  }
  .block-elap-btn-mob {
    display: none;
  }
  /*****SHOP*****/
  .elap-category-intro {
    display: flex;
    margin-bottom: 15px;
    gap: 25px;
  }
  .elap-category-intro .elap-cat-img {
    flex-basis: 25%;
    align-content: center;
    justify-items: center;
  }
  .elap-category-intro .elap-cat-desc {
    flex-basis: 75%;
    align-content: center;
  }
  /*pagina prodotto*/
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    max-width: 25%;
    width: 25%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs.flex-control-nav li {
    width: 75%;
    float: right;
  }
  .woocommerce-product-gallery__wrapper {
    width: 75%;
  }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__trigger {
    right: calc(25% + 0.875em);
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    clear: left;
    display: flex;
  }
  .elap-specifiche-row {
    display: flex;
  }
  .elap-specifiche-row .elap-specifiche-img {
    flex-basis: 33%;
    align-content: center;
  }
  .elap-specifiche-row .elap-specifiche-content {
    flex-basis: 64%;
    align-content: center;
  }
  /*****CHI SIAMO*****/
  .elap-about-section.elap-paragrafo {
    display: flex;
  }
  .elap-about-section.elap-paragrafo:nth-child(3) .elap-section-title {
    order: 1;
    text-align: end;
    line-height: 1;
  }
  .elap-about-section.elap-paragrafo .elap-section-content {
    flex-basis: 66%;
  }
  .elap-about-section.elap-paragrafo .elap-section-title {
    flex-basis: 33%;
  }
  .elap-about-section.elap-paragrafo:first-child {
    display: block;
  }
  .footer-widgets {
    display: flex;
  }
  .footer-widgets.col-5 .block {
    width: 17%;
    float: left;
    margin-right: 3%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .footer-widgets.col-5 .block:last-child {
    display: block;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 992px) {
    .primary-navigation {
      display: flex;
      justify-content: center;
    }
  }
}
@media (min-width: 992px) {
  @supports (-webkit-appearance: none) {
    /* questo codice sarà applicato SOLO su Chrome/Safari */
    .woocommerce-active .site-header .site-branding {
      flex: 0 0 auto;
      margin: 0 !important;
      width: 150px !important;
      align-content: center;
    }
  }
}
@media (min-width: 992px) {
  .storefront-primary-navigation {
    margin: 15px 0;
    justify-self: auto;
  }
  .storefront-primary-navigation .col-full {
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .storefront-primary-navigation .col-full:before, .storefront-primary-navigation .col-full:after {
    content: none;
  }
  .storefront-primary-navigation .col-full #site-navigation {
    justify-items: center;
    margin-right: 0 !important;
  }
  .storefront-primary-navigation .col-full .custom-language-switcher {
    flex: 0 0 auto;
  }
  /*Home article banner*/
  .banner-swiper {
    background: #D02003;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .banner-swiper .banner-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-swiper .banner-slide .banner-content {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
  }
  .banner-swiper .banner-slide .banner-content .banner-image {
    background: #ffffff;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    flex: 0 0 20%;
    height: 173px;
    min-height: 150px;
    display: flex;
  }
  .banner-swiper .banner-slide .banner-content .banner-image .banner-img {
    height: 100%;
    width: 100%;
    background-size: cover;
  }
  .woocommerce-active .site-header .site-branding {
    flex: 0 0 auto;
    margin: 0 !important;
    align-content: center;
  }
  .woocommerce-active .site-header .site-branding img {
    max-width: 150px;
  }
  /*****NEWS******/
  form.news-filter-form label {
    margin-right: 1.5rem;
  }
  /*****SALES*****/
  .italy-world-services {
    display: flex;
    gap: 25px;
    justify-content: center;
  }
  .italy-world-services .italy-map {
    flex: 0 35%;
    margin: 15px 0 0;
    border-bottom: 2px solid #264060;
  }
  .italy-world-services .world-map {
    flex: 0 63%;
    margin: 15px 0 0;
    border-bottom: 2px solid #264060;
  }
  .world-services {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .col-full {
    max-width: 74.9875em;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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